Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Exosphere Foundation

Supporting Exosphere - A user-friendly web interface for OpenStack clouds, initially focused on research and scientific users.
Collective - Host: opensource - https://opencollective.com/exosphere-foundation - Website: https://exosphere.app/ - Code: https://gitlab.com/exosphere/exosphere

Merge branch 'fix-electron-build' into 'master'

Problem: Building distributable app fails

See merge request exosphere/exosphere!231

gitlab.com/exosphere/exosphere - d5440d141edd55154fcdd89e4de20cec1cdd9193 authored over 5 years ago by Chris Martin <[email protected]>
Problem: Building distributable app fails

It seems `electron-builder` is expecting a default of `index.js`. When we
made the web version w...

gitlab.com/exosphere/exosphere - 70d4b4e06e475e7f269ae9ae513df3c408078b4e authored over 5 years ago by Julian Pistorius <[email protected]>
Merge branch 'update-readme-about-meetings' into 'master'

Weekly meetings on hiatus till August

See merge request exosphere/exosphere!230

gitlab.com/exosphere/exosphere - 9dc9f2a4bc9671198129c3772d9821c073141438 authored over 5 years ago by Julian Pistorius <[email protected]>
Weekly meetings on hiatus till August

gitlab.com/exosphere/exosphere - 1202676cfe81aa1749cfec0898bc3567c2daef19 authored over 5 years ago by Julian Pistorius <[email protected]>
Merge branch 'small-elm-analyse-fixes' into 'master'

Problem: elm-analyse is grumpy at us

See merge request exosphere/exosphere!229

gitlab.com/exosphere/exosphere - b1d079500b9da28e5970fffc59051ee0c2a3f9dc authored over 5 years ago by Chris Martin <[email protected]>
Problem: Some NPM dependencies with vulnerabilities

Solution: Update dependencies

gitlab.com/exosphere/exosphere - ce7fcfbfac043818e6ab42bdc2ff43c9914bfaec authored over 5 years ago by Julian Pistorius <[email protected]>
Problem: We want to keep the code quality high

Solution: Require passing elm-analyse as part of the build pipeline

gitlab.com/exosphere/exosphere - df0b8171c5939324b04883319e500139753aa527 authored over 5 years ago by Julian Pistorius <[email protected]>
Ignore `SingleFieldRecord` in elm-analyse.json

We use this pattern in a couple of places and I don't see an easy way
to avoid this.

gitlab.com/exosphere/exosphere - c90edeb28ff459ca2785329fc9ceec91ba00ec22 authored over 5 years ago by Julian Pistorius <[email protected]>
Problem: Using concat (`++`) when we should be using cons (`::`)

Solution: Replace concat (`++`) with cons (`::`)

gitlab.com/exosphere/exosphere - 4e94c31bbcaa1befd0690ae04eb2b803a26cdaee authored over 5 years ago by Julian Pistorius <[email protected]>
Problem: Formatting issue - single line instead of multiple

Solution: Reformatted

gitlab.com/exosphere/exosphere - e8ee6392baabb3ab4974b7edfa27c5cf34cd2e80 authored over 5 years ago by Julian Pistorius <[email protected]>
Problem: No type declaration for `edges`

Solution: Added `Edges` type alias

gitlab.com/exosphere/exosphere - 6936ba27371c34aacb72d3595e083321f9bea07c authored over 5 years ago by Julian Pistorius <[email protected]>
Problem: More places using `case` for boolean values

Solution: Use `if` instead.

gitlab.com/exosphere/exosphere - a3631ba2fb246264f03f51c45ce332514ce89799 authored over 5 years ago by Julian Pistorius <[email protected]>
Problem: Unused pattern

Solution: Replaced unused pattern with underscore

gitlab.com/exosphere/exosphere - 3ea65338df65c2a30511e935766cc670e9903540 authored over 5 years ago by Julian Pistorius <[email protected]>
Problem: Lots of `import thing exposing (..)`

Solution: Be explicit about what we're importing

gitlab.com/exosphere/exosphere - f7f97da284a447291028fcf8339604530a7d5d04 authored over 5 years ago by Julian Pistorius <[email protected]>
Problem: Mapping `Nothing` to `Nothing`

Solution: Simplify code by using Maybe.map and Maybe.andThen

gitlab.com/exosphere/exosphere - 6b3bfa603c8e883ce4cd6673bae79eae37bf23fd authored over 5 years ago by Julian Pistorius <[email protected]>
Problem: Unused patterns, and overused pattern matching

Solution: Replace unused patterns with `_` and use `if List.isEmpty` in
a few places where it ma...

gitlab.com/exosphere/exosphere - c2ef239db86d51ae62ce95ca3a69d922941a9d16 authored over 5 years ago by Julian Pistorius <[email protected]>
Problem: Using concat (`++`) when we should be using cons (`::`)

Solution: Replace concat (`++`) with cons (`::`)

gitlab.com/exosphere/exosphere - 8cf61e69d050de332ca18f350335b197ee78c21f authored over 5 years ago by Julian Pistorius <[email protected]>
Problem: Unused variables

Solution: Remove unused variables, or replace with `_` to make it
obvious that we're passing unu...

gitlab.com/exosphere/exosphere - 9c167253b6e9b0cf03ffeec6e1b5794419c89c53 authored over 5 years ago by Julian Pistorius <[email protected]>
Problem: Unused imports

Solution: Remove unused imports

gitlab.com/exosphere/exosphere - 989c530401c9db42c7d56c350f9102709d56083d authored over 5 years ago by Julian Pistorius <[email protected]>
Problem: Using `case` for boolean values

Solution: Use `if` instead.

gitlab.com/exosphere/exosphere - e8cbb390e4eb8211a65a34459d8dfe6f549a7a5f authored over 5 years ago by Julian Pistorius <[email protected]>
Merge branch 'support-browser-links' into 'master'

Fix hyperlinks when Exosphere is running in a web browser

Closes #247

See merge request exosph...

gitlab.com/exosphere/exosphere - 1e44d5994f8d9ccb5b0fa1aae23a191eccf93dc8 authored over 5 years ago by Julian Pistorius <[email protected]>
Merge branch 'try-replacing-dogfood' into 'master'

Make Exosphere-in-browser link more friendly and prominent

Closes #250

See merge request exosp...

gitlab.com/exosphere/exosphere - e9576d7164190431defaa6974e13f3ef18f5b342 authored over 5 years ago by Julian Pistorius <[email protected]>
Merge branch 'patch-1' into 'try-replacing-dogfood'

Removed unused import. Probably included by mistake?

See merge request cmart/exosphere!4

gitlab.com/exosphere/exosphere - 27eb6cfbb08618751fd6e09c3a66bfc848ecfd60 authored over 5 years ago by Chris Martin <[email protected]>
Removed unused import. Probably included by mistake?

gitlab.com/exosphere/exosphere - 13590fcab5db14c1a24d1eff2dd44d0c5548937c authored over 5 years ago by Julian Pistorius <[email protected]>
Making the server Console button work when Exosphere runs in a web browser

gitlab.com/exosphere/exosphere - 552b29d1e544663050d692024930ec0d09155bf9 authored over 5 years ago by chris <[email protected]>
Fix hyperlinks when Exosphere is running in a web browser

gitlab.com/exosphere/exosphere - dc6f0bb6d0949c9026cca31df99583bac18706f5 authored over 5 years ago by chris <[email protected]>
Make Exosphere-in-browser link more friendly and prominent

gitlab.com/exosphere/exosphere - 44f0e7d79c73fe0c4b12b33fb00e7ad65799b246 authored over 5 years ago by chris <[email protected]>
Continuous deployment to dogfood.exosphere.app

gitlab.com/exosphere/exosphere - 2622c278016a686f0506a1a4b0cb5660cc72eab1 authored over 5 years ago by Chris Martin <[email protected]>
Merge branch 'dogfood-continuous-deployment' into 'master'

Continuous deployment to dogfood.exosphere.app

See merge request exosphere/exosphere!226

gitlab.com/exosphere/exosphere - d766f804eb361f53796e966018adf087fe112200 authored over 5 years ago by Chris Martin <[email protected]>
Merge branch 'proxy' into 'master'

make Exosphere work in web browsers

See merge request exosphere/exosphere!224

gitlab.com/exosphere/exosphere - 8842134a80eff37f79b799f04e538c84d5074776 authored over 5 years ago by Julian Pistorius <[email protected]>
Make Exosphere configurable (at runtime) to pass all requests to OpenStack through proxy server

gitlab.com/exosphere/exosphere - 6b49d37b34f23bd8b615cd46276f4fcd16a257c1 authored over 5 years ago by chris <[email protected]>
Updating docs for new proxy feature

gitlab.com/exosphere/exosphere - 87680bdc516f0da612caff7d03844f6f9a3c6c84 authored over 5 years ago by chris <[email protected]>
Inform user on help/about page when proxy server is in use

gitlab.com/exosphere/exosphere - 52a5aa2e081d44e6fd9610a7fea614a69d1ad2b8 authored over 5 years ago by chris <[email protected]>
Fix problem where Chrome converts all names of HTTP response headers to lower-case

See https://github.com/elm/http/issues/31

gitlab.com/exosphere/exosphere - 076356c054ab0c6a6291f7f1564a3954ab4297ae authored over 5 years ago by chris <[email protected]>
Pass all requests to OpenStack through proxy server

gitlab.com/exosphere/exosphere - 617083cce7956d8a27b3737c1ae857d080498935 authored over 5 years ago by chris <[email protected]>
Merge branch 'readme-meeting' into 'master'

Tweaks to readme, adding Exosphere Meeting

See merge request exosphere/exosphere!225

gitlab.com/exosphere/exosphere - c1d2895939cf5e37577f2bfcd91d9506aa0c27c1 authored over 5 years ago by Julian Pistorius <[email protected]>
Tweaks to readme, adding Exosphere Meeting

gitlab.com/exosphere/exosphere - 3624b0fc519bed99c7ec9c7b23a49ce2b769587d authored over 5 years ago by chris <[email protected]>
Merge branch 'volumes' into 'master'

MVP Volume support

See merge request exosphere/exosphere!207

gitlab.com/exosphere/exosphere - 8e94c51f8515769bdeca56a078436341d5a0ada1 authored over 5 years ago by Chris Martin <[email protected]>
Another WIP commit

- Getting and displaying attached volumes for a server
- Start of volumeDetail view
- Now using ...

gitlab.com/exosphere/exosphere - 29751a243c79f6e1b7eca06ad890b848a6dd2895 authored over 5 years ago by Chris Martin <[email protected]>
Merge branch 'ssh-as-exouser' into 'master'

Problem: Can't SSH to server as exouser after launching

Closes #97

See merge request exosphere...

gitlab.com/exosphere/exosphere - 9537ebb0b28e2cdde97bada361319abb8cba4c5a authored over 5 years ago by Chris Martin <[email protected]>
Merge branch 'ssh-as-exouser' into 'ssh-as-exouser'

Improvements to "SSH as exouser" MR

See merge request julianpistorius/exosphere!14

gitlab.com/exosphere/exosphere - cb20f857b71ace6437c41025dc3f5d737f32dbd6 authored over 5 years ago by Julian Pistorius <[email protected]>
Making our way of templating out strings in userdata more consistent

gitlab.com/exosphere/exosphere - a0e9b9f5b5a2a1e13ab072e9e80aa96565c317e6 authored over 5 years ago by chris <[email protected]>
Moving Keypair type alias to Nova section of OpenStack.Types

gitlab.com/exosphere/exosphere - c6ad8ff886ca1698009446997912fce6b92a7b7d authored over 5 years ago by chris <[email protected]>
Clarifying logic and intention in renderUserDataTemplate

gitlab.com/exosphere/exosphere - ce604ee8053809fe82e767a5ca2906e6c843b79c authored over 5 years ago by chris <[email protected]>
Problem: Can't SSH to server as exouser after launching

Solution: Add the selected public key string to the cloud-init text

gitlab.com/exosphere/exosphere - 444c6872f0bc9d1c9ff15bdea9d60083016f7c8a authored over 5 years ago by Julian Pistorius <[email protected]>
Merge branch 'help-about-page' into 'master'

in-app Help/About page!

See merge request exosphere/exosphere!222

gitlab.com/exosphere/exosphere - 476bb4abb85aa3f743ddbb33359e58b8b5d3371f authored over 5 years ago by Julian Pistorius <[email protected]>
in-app Help/About page!

gitlab.com/exosphere/exosphere - d2758e40d222f2718b70d05e972917ec9534c51e authored over 5 years ago by chris <[email protected]>
Merge branch 'view-breakup' into 'master'

Break up massive View module

See merge request exosphere/exosphere!219

gitlab.com/exosphere/exosphere - effeabef9de9d43bd9fd109e7273ca3f66b02d53 authored over 5 years ago by Julian Pistorius <[email protected]>
Removing superfluous usages of the word 'view'

gitlab.com/exosphere/exosphere - f675b061eddae14e3264365df0e24dc8da3a5299 authored over 5 years ago by chris <[email protected]>
Removing dead code: getEffectiveUserDataSize

gitlab.com/exosphere/exosphere - 0550fb8b13d247a62c5a699faf35ddbe1a26b1f9 authored over 5 years ago by chris <[email protected]>
Broke up View function. Factored almost everything out into modules.

gitlab.com/exosphere/exosphere - 2bb707f0dc9701de01f70cd02da7388bf2a17eb0 authored over 5 years ago by chris <[email protected]>
Beginning to break up View.elm into modules; factoring out Helpers and Image-related things

gitlab.com/exosphere/exosphere - c1f600a7daacaa7f8cabc445ccc4411714821da8 authored over 5 years ago by chris <[email protected]>
Merge branch 're-add-type-signature' into 'master'

Problem: openstackCredentialedRequest missing type signature

See merge request exosphere/exosph...

gitlab.com/exosphere/exosphere - ab8dd9339d591c54366f5fbce8a98640c9d47296 authored over 5 years ago by Julian Pistorius <[email protected]>
Problem: openstackCredentialedRequest missing type signature

During the refactor to upgrade elm/http we dropped it to get things
working.

Solution: More spe...

gitlab.com/exosphere/exosphere - 6af71228334aae5435a147a5765cbb2e356f3152 authored over 5 years ago by Julian Pistorius <[email protected]>
Merge branch 'upgrade-http' into 'master'

Upgrade elm/http 1.0.0 -> 2.0.0

See merge request exosphere/exosphere!220

gitlab.com/exosphere/exosphere - 448e4cfb62708fe8d9f930940c36b5c6b4627e8a authored over 5 years ago by Julian Pistorius <[email protected]>
Tidied up a few small issues picked up by elm-analyse which we

introduced with this refactor.

gitlab.com/exosphere/exosphere - 9235822e1481276bba1c2b309562f12e8d20c122 authored over 5 years ago by Julian Pistorius <[email protected]>
The signature for `openstackCredentialedRequest` causes problems.

This might be the cause:
https://elm-lang.org/0.19.0/type-annotations

Removing for now.

gitlab.com/exosphere/exosphere - 8bceec7a74ec4b2cc9e9d0770723ddc4007811e3 authored over 5 years ago by Julian Pistorius <[email protected]>
Added correct signature for `openstackCredentialedRequest`

gitlab.com/exosphere/exosphere - 4c9c30e23648f52737e2fbefb97b8971e939fbe0 authored over 5 years ago by Julian Pistorius <[email protected]>
Reverted some debug code out of package.json

gitlab.com/exosphere/exosphere - e2c6d9bb643500a94d7f0ae594ed127d18a40aee authored over 5 years ago by Julian Pistorius <[email protected]>
Merge branch 'upgrade-http' into 'upgrade-http'

successful compile, but remove specific error handling because badstatus no...

See merge reques...

gitlab.com/exosphere/exosphere - c1b0a7e96f327c21853bea1ccc4fa7ac18283bc1 authored over 5 years ago by Julian Pistorius <[email protected]>
successful compile, but remove specific error handling because badstatus no longer contains string body

gitlab.com/exosphere/exosphere - 6774990ce59493d5152ed12a0ca43605245381a2 authored over 5 years ago by vpappu <[email protected]>
Merge branch 'upgrade-http' into 'upgrade-http'

still Upgrade http

See merge request julianpistorius/exosphere!12

gitlab.com/exosphere/exosphere - d6e57f16d09eabb91a86409c1f77218354c2eea6 authored over 5 years ago by Julian Pistorius <[email protected]>
WIP: Upgrade elm/http

Warning: This is currently all kinds of broken! 😬

gitlab.com/exosphere/exosphere - 564f863a37168b85472cd0e65e7b23be7bd6eaf6 authored over 5 years ago by Julian Pistorius <[email protected]>
Merge branch 'check_formatting' into 'master'

Enforce code style conventions

Closes #39

See merge request exosphere/exosphere!217

gitlab.com/exosphere/exosphere - 60a6869f5bb08bb16a14ead46ddcaf9f9be9b0fc authored over 5 years ago by Chris Martin <[email protected]>
Merge branch 'upgrade-dependencies' into 'master'

Upgrade dependencies

See merge request exosphere/exosphere!218

gitlab.com/exosphere/exosphere - 38bd5db273b0e90fc04d35f21487e53e30654b44 authored over 5 years ago by Julian Pistorius <[email protected]>
Encourage contributors to use elm-format

gitlab.com/exosphere/exosphere - 40682c4816a1f16d3ee7f01f657359c018e43bde authored over 5 years ago by Chris Martin <[email protected]>
Merge branch 'check_formatting' into 'check_formatting'

Encourage contributors to use elm-format

See merge request julianpistorius/exosphere!11

gitlab.com/exosphere/exosphere - 9ae6f464d2b42b2631afc6f191c499ba0afc985d authored over 5 years ago by Julian Pistorius <[email protected]>
Upgrade dependency jweir/elm-iso8601

gitlab.com/exosphere/exosphere - 873d10d8625b662631438c9f996fec1f3dcab4c4 authored over 5 years ago by Julian Pistorius <[email protected]>
Upgrade dependencies with minor and patch updates.

gitlab.com/exosphere/exosphere - 57e642b8e41fd264c10e6dd7fcf2e60d6905a934 authored over 5 years ago by Julian Pistorius <[email protected]>
Exclude elm-style-framework from elm-analyse.

gitlab.com/exosphere/exosphere - f0a3fba18f1d55ec64bfdcb588bcbcfe0638f1da authored over 5 years ago by Julian Pistorius <[email protected]>
Modified GitLab CI pipeline to ensure elm-format was run by contributor.

Removed wording in README.md about imports. This should be handled by
elm-format now.

Fixes #39

gitlab.com/exosphere/exosphere - 5c8b52ccd768295a0d774a60760e45e10e26e086 authored over 5 years ago by Julian Pistorius <[email protected]>
Fix text overflow in detailed server status

gitlab.com/exosphere/exosphere - eb857664768a7f203adba1ea03d6d4d06dbe4812 authored almost 6 years ago by Chris Martin <[email protected]>
Merge branch 'wrap-status-descriptions' into 'master'

Fix text overflow in detailed server status

Closes #234

See merge request exosphere/exosphere!215

gitlab.com/exosphere/exosphere - e37f2e1513039a0be59ac30d42ee3846d8b0f5cf authored almost 6 years ago by Julian Pistorius <[email protected]>
Merge branch 'suppress-some-errors' into 'master'

Some undesired states should not result in an error shown to the user

Closes #229

See merge re...

gitlab.com/exosphere/exosphere - 8c1a3a1d0ba32f31c5029ebc2e9f129f7987333e authored almost 6 years ago by Julian Pistorius <[email protected]>
Some undesired states should not result in an error shown to the user

gitlab.com/exosphere/exosphere - 07379d6d0a72b32fd5980f340112759723ca1fe3 authored almost 6 years ago by Chris Martin <[email protected]>
Merge branch 'fix-reboot-status' into 'master'

Problem: Rebooting a server gives scary error message

Closes #236, #235, and #222

See merge re...

gitlab.com/exosphere/exosphere - b05f8f7f4155539560c5c16447a9e44bd3a51ca6 authored almost 6 years ago by Chris Martin <[email protected]>
Problem: Rebooting a server gives scary error message

Solution: Handle the 'REBOOT' server status

Fixes #222
Fixes #235
Fixes #236

gitlab.com/exosphere/exosphere - 15a86e46486e7df934eac111d509b7f0231875ac authored almost 6 years ago by Julian Pistorius <[email protected]>
Merge branch '206-refactor-viewServerDetail' into 'master'

Resolve "We have some very big functions"

Closes #206

See merge request exosphere/exosphere!212

gitlab.com/exosphere/exosphere - 8dedeef0eb953b75dbfa56454fbd6c99c97c84e0 authored almost 6 years ago by Chris Martin <[email protected]>
split up viewServerDetail into multiple view functions

gitlab.com/exosphere/exosphere - b12385492f188f13464e787c01648a77bc1c1a65 authored almost 6 years ago by vpappu <[email protected]>
minor refactors

gitlab.com/exosphere/exosphere - 5d16c75576fada2dedea44db203b73b622cbea29 authored almost 6 years ago by vpappu <[email protected]>
Merge branch 'vision-values-tweaks' into 'master'

Tweaks to disambiguate values/goals

See merge request exosphere/exosphere!210

gitlab.com/exosphere/exosphere - 600c0bb2a2f6a207b7b6cc13f7ccaa423da9466b authored almost 6 years ago by Chris Martin <[email protected]>
Tweaks to disambiguate values/goals

gitlab.com/exosphere/exosphere - fe0a45a6e7bb55096eaf5ff390fef5287e1de455 authored almost 6 years ago by Chris Martin <[email protected]>
values, goals, contribution guidelines

gitlab.com/exosphere/exosphere - 05d3e921018f421d89a881e5273473b443227790 authored almost 6 years ago by Chris Martin <[email protected]>
Merge branch 'goals-values-contributing' into 'master'

values, goals, contribution guidelines

See merge request exosphere/exosphere!209

gitlab.com/exosphere/exosphere - 8d83ff2c4f48a8e6e280eb4247cd3191b8e6f5dc authored almost 6 years ago by Julian Pistorius <[email protected]>
Merge branch 'dependency-scanning' into 'master'

Introduce GitLab dependency scanning

See merge request exosphere/exosphere!208

gitlab.com/exosphere/exosphere - 469edc512b17d254660ec0f2ac323edf80889a1f authored almost 6 years ago by Chris Martin <[email protected]>
Introduce GitLab dependency scanning

gitlab.com/exosphere/exosphere - fa7a4818cafe48fae2a60f0c57e724c2102c025a authored almost 6 years ago by Julian Pistorius <[email protected]>
Merge branch 'nav-menu-breathing-space' into 'master'

Nav menu breathing space

See merge request exosphere/exosphere!206

gitlab.com/exosphere/exosphere - b2599ed79fb3be64059ceca065e51892a85ea9e8 authored almost 6 years ago by Chris Martin <[email protected]>
Problem: Nav menu feels a bit 'claustrophobic'

Solution: Add a bit more spacing, and reduce the font size

gitlab.com/exosphere/exosphere - 2f85b23c544df9005aa41d1377e4cc1ebcf8a0cc authored almost 6 years ago by Julian Pistorius <[email protected]>
Merge branch 'tidy' into 'master'

Tidy up a few small things

See merge request exosphere/exosphere!205

gitlab.com/exosphere/exosphere - 90311fc68063a982f2bb97e7d03349013d40ba1d authored almost 6 years ago by Chris Martin <[email protected]>
Problem: checkBoxLabel function uses wrong 'server'

We pass in a value 'aServer' of type 'Server', but we don't use it.
Instead we use the 'server' ...

gitlab.com/exosphere/exosphere - b919591fa67bc861d2598c81640a85a8857b3236 authored almost 6 years ago by Julian Pistorius <[email protected]>
Problem: Many unused imports

Solution: Removed unused imports

gitlab.com/exosphere/exosphere - 7261307ca714be9029d0c0b5d0531f820969cd3b authored almost 6 years ago by Julian Pistorius <[email protected]>
Problem: Missing type signatures

Solution: Added type signatures where they were missing

gitlab.com/exosphere/exosphere - a4910fbf921a4695b8c388efb513c0dea505c150 authored almost 6 years ago by Julian Pistorius <[email protected]>
Problem: Unused dependency elm-community/string-extra

Solution: Removed elm-community/string-extra from elm.json and the one place
String.Extra was im...

gitlab.com/exosphere/exosphere - 5de2681b858c5733268dc17b9720bf9bb5a4d04e authored almost 6 years ago by Julian Pistorius <[email protected]>
Problem: Unused function providePasswordHint

Solution: Removed Helpers.Helpers.providePasswordHint

gitlab.com/exosphere/exosphere - df29682492e48ab103f702e8f6672e99a6529022 authored almost 6 years ago by Julian Pistorius <[email protected]>
Problem: roundRect signature changed, but not style guide

Solution: From commit that broke it:

> Modified the roundRect icon function to take a Color.Col...

gitlab.com/exosphere/exosphere - b5869c4d0ff8c5bce9e9aa5e0427892ba9001692 authored almost 6 years ago by Julian Pistorius <[email protected]>
Merge branch 'issue-208' into 'master'

Show "N/A" rather than "Unknown Image" when a server has no image UUID

See merge request exosph...

gitlab.com/exosphere/exosphere - 9131a70c10a913c7ebbd81a5f67f0011c7ac5aca authored about 6 years ago by Julian Pistorius <[email protected]>
Show "N/A" rather than "Unknown Image" when a server has no image UUID"

gitlab.com/exosphere/exosphere - 2342d2de1c19363472de36991f5d095011ace838 authored about 6 years ago by chris <[email protected]>
Merge branch 'issue-219' into 'master'

If no floating IP exists for the just-deleted server then do not throw an error message

See mer...

gitlab.com/exosphere/exosphere - 3fb1995910ecbd1954389167dc68f0be329685d0 authored about 6 years ago by Julian Pistorius <[email protected]>