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

Update readme and create server page indicating graphical desktop is also supported on Ubuntu 20.04

gitlab.com/exosphere/exosphere - d9edb5d440d8aaa57502bb0ad45f87efb9683f53 authored about 3 years ago
adding tags to roles

gitlab.com/exosphere/exosphere - 78edf11fc7a1f9e7d9731c558ce12a272554cdb8 authored about 3 years ago
wait for Docker network interface to come online before starting VNC server

gitlab.com/exosphere/exosphere - a63aa66590512665f1fbe88101033854b01839db authored about 3 years ago
Ensure the Docker network interface is really up before trying to start VNC server

gitlab.com/exosphere/exosphere - e70da4763734f92a50a39f78702f8527a742fc3f authored about 3 years ago
Tweaks to VNC server configuration as suggested by https://www.sproutworkshop.com/2021/04/how-to-create-a-virtual-headless-tigervnc-server-on-ubuntu-20-04/

gitlab.com/exosphere/exosphere - 262b1508fd21f74edb6b075d9f49361ec476575a authored about 3 years ago
Secondary sort instances by name if creation timestamp matches

gitlab.com/exosphere/exosphere - caf26bce2bc7c28c13315538b062a77ef2ae3458 authored about 3 years ago
need to create an additional directory

gitlab.com/exosphere/exosphere - 8bf1f81ab0681fb1e4090a78073b67eda77e4a4a authored about 3 years ago
create polkit rules.d

gitlab.com/exosphere/exosphere - 1ea98523faa53a55355ac2d0406c755abc0548b2 authored about 3 years ago
create dconf local.d directory

gitlab.com/exosphere/exosphere - e29e52fc6e8c901bd60e5ab28bf42ccc8d3912be authored about 3 years ago
create dconf profile file if it doesn't exist

gitlab.com/exosphere/exosphere - 92de2bef4aa47cc285e313067621f0d576cd91f7 authored about 3 years ago
Merge branch 'fix-server-sort-order' into 'master'

Sort instances by name if creation timestamp matches

See merge request exosphere/exosphere!575

gitlab.com/exosphere/exosphere - 97d20e2cd590bfdc5de7ccdc52d2c005345bca99 authored about 3 years ago
Tweaks to VNC server configuration on Ubuntu as suggested by https://bytexd.com/how-to-install-configure-vnc-server-on-ubuntu-20-04/

gitlab.com/exosphere/exosphere - 69353058b869bb0152c036e7c28a3dc6545e7e20 authored about 3 years ago
Secondary sort instances by name if creation timestamp matches

gitlab.com/exosphere/exosphere - a2b8af4991e6b6bcb6e76fbd3f800bac27292f36 authored about 3 years ago
Used DataList to list servers in style guide

gitlab.com/exosphere/exosphere - 220011d6f11e8702e10d3dc8cad579398e1cd2e0 authored about 3 years ago
Added DataList Widget

gitlab.com/exosphere/exosphere - 1e58655eb9bc1ce9d7b64e8781a7de943cc3c3ba authored about 3 years ago
Merge branch 'issue-469-gpu-getting-started' into 'master'

Better GPU instance creation experience

Closes #325

See merge request exosphere/exosphere!572

gitlab.com/exosphere/exosphere - 2f98decbca4bd157068d5300292420d296f798cc authored about 3 years ago
Rename flavor field from uuid to id

gitlab.com/exosphere/exosphere - 0802745c2bb0f7e20dbba8d5f83d198dfc599ccf authored about 3 years ago
Removing todo because it's already done

I realized that we don't even show the create server form at all until we have a valid flavor in...

gitlab.com/exosphere/exosphere - 6efe14d429dcf98670648d8d5def4929e51cdf38 authored about 3 years ago
Fix logic that chooses smallest flavor by default

gitlab.com/exosphere/exosphere - 4a953867ee2115cbdacb30457bd690d6369704eb authored about 3 years ago
Fix browser tests

Lock the dependencies for now.

gitlab.com/exosphere/exosphere - 2759cb5f91c139d8047d4e4491ae259200e758bd authored about 3 years ago
Removing todo and tweaking wording

gitlab.com/exosphere/exosphere - 750dee1c5004aa92c170480b56350955cdcd454e authored about 3 years ago
request flavors when loading instance source picker page

gitlab.com/exosphere/exosphere - b7495a99b37eaa90a54352e19fc1bb3e77b39654 authored about 3 years ago
fix issue #325 where we warn of too large flavors when there is actually sufficient quota to launch all flavors

gitlab.com/exosphere/exosphere - 4f59db6d0394e5d9300a2d2e05eb4ec43ec149db authored about 3 years ago
tell user when we are hiding flavors that are incompatible with selected instance type

gitlab.com/exosphere/exosphere - 64aabe3cdd83e6c465f5a49c211163bc6225cd6b authored about 3 years ago
when an instance type version with restricted flavors is selected, only show these flavors on create instance page

gitlab.com/exosphere/exosphere - 3fc7a45811f45590258fc9b15f9c88f4d69354ac authored about 3 years ago
handle restricted flavor IDs on instance type picker page

gitlab.com/exosphere/exosphere - 2822fa708a6f702e80a8355a01a9d87ed375ae7e authored about 3 years ago
choosing restrictFlavorIds with a nullable array, for clarity

gitlab.com/exosphere/exosphere - 31c1170c791a61550a1cd120800e23c4b9ff539f authored about 3 years ago
Rename code to match new docs

- rename `operatingSystemChoices` to `instanceTypes`
- rename `filters` to `ImageFilters`

gitlab.com/exosphere/exosphere - 218d6c3f5a6aa99013fbc711838cef61f29edd17 authored about 3 years ago
Flavors have string IDs, not necessarily UUIDs. The code now reflects that reality.

gitlab.com/exosphere/exosphere - 34fd89f6a3b47ade8aa8ee8a0cdfb67897bdd31b authored about 3 years ago
Updating docs and configs to reflect expansion of operating system choices to instance types

- rename `operatingSystemChoices` to `instanceTypes`
- rename `filters` to `ImageFilters`
- add ...

gitlab.com/exosphere/exosphere - 9af97931bf2a036bdb00055dc167cd0b51d79564 authored about 3 years ago
Merge branch 'issue-599' into 'master'

Rework instance details page

Closes #599

See merge request exosphere/exosphere!569

gitlab.com/exosphere/exosphere - 98fa5e1a8a9bc1b546ae48232435192578182c68 authored about 3 years ago
attempting to fix browser tests

gitlab.com/exosphere/exosphere - 1105870f4b0a23e37d17a14a2c9b124b1b2786d2 authored about 3 years ago
Remove dota from data points on server resource usage charts

gitlab.com/exosphere/exosphere - 3976b7e90517057f65fe4a7139466d3e8d1cffc8 authored about 3 years ago
Remove heading borders inside tiles on instance details view

gitlab.com/exosphere/exosphere - 92ce7f97d56278320d2b2d98c2bd5694cf8c7f43 authored about 3 years ago
Group the created ago/by/from/size closer to the heading

gitlab.com/exosphere/exosphere - 065a994ac836c44d989a96d7e5c53e71fe4e4867 authored about 3 years ago
separating out card that looks 'clickable' from card that does not

gitlab.com/exosphere/exosphere - 0c892d11f32262eced89ffe981e6328e2722ce0b authored about 3 years ago
let charts scroll horizontally on narrow viewports

gitlab.com/exosphere/exosphere - ab583865027160ce95ecccea3c9d9a61777bcdf4 authored about 3 years ago
appeasing elm-analyse

gitlab.com/exosphere/exosphere - 6f16c195b111ec6ec8e3689d67009e7fa4824410 authored about 3 years ago
fixing width of tile contents

gitlab.com/exosphere/exosphere - 552a3b05bd57c5daa535761344af4e8b4e40d4ab authored about 3 years ago
Moving attach button to make tile headers more consistent

gitlab.com/exosphere/exosphere - 43a23b684be3e2b4cf8a32e25d21259af7d82f4f authored about 3 years ago
tiles for sections of instance details view

gitlab.com/exosphere/exosphere - b8709c1ec0d5f846ba7b4656471e45df57f7c5f0 authored about 3 years ago
teasing serverNameView out of serverDetail_ function

gitlab.com/exosphere/exosphere - cc2a6f56181ffa57de22bef691f1f9cda8911d38 authored about 3 years ago
add new icon to style guide

gitlab.com/exosphere/exosphere - 8c7e413f86e04681b2fd6da90f5d25efe03a557c authored about 3 years ago
fixing border width

gitlab.com/exosphere/exosphere - e6422eebc0f9322d3e4db51ccef5e5f17e948040 authored about 3 years ago
spacing tweak to IP display

gitlab.com/exosphere/exosphere - d7772aae17d8ac239289701e98ab17a77373839a authored about 3 years ago
spacing tweaks

gitlab.com/exosphere/exosphere - 43bf8c380de9499492e20edf3a10750a0bd7c64e authored about 3 years ago
action history icon

gitlab.com/exosphere/exosphere - 74c4b3f338c8d3e1bca1045639c90271d9647498 authored about 3 years ago
Less whitespace around IP addresses

gitlab.com/exosphere/exosphere - 22b9d0cf42c097e6e58e8d1cc989af3679d55b51 authored about 3 years ago
Credentials heading

gitlab.com/exosphere/exosphere - 037da1e042ae1925f73edacde6bd69bc4c91fa82 authored about 3 years ago
add the by and from back to the created on/by/from/size line

gitlab.com/exosphere/exosphere - 835514d9b030ba3f3e0e9a561a5f9ae9d3fb800c authored about 3 years ago
close actions dropdown when an action is selected

gitlab.com/exosphere/exosphere - 369274f51669cb5a5933df4b384f1d32a7839123 authored about 3 years ago
terser passphrase shower

gitlab.com/exosphere/exosphere - fca6f379382776b13502a204d3502ea8c5057c20 authored about 3 years ago
a couple of icons

gitlab.com/exosphere/exosphere - 0a96c6c1bcd0ecaa7ba99d4e79b0067863854809 authored about 3 years ago
More compact passphrase view

gitlab.com/exosphere/exosphere - 4c7720c94ae1c3d2aaeb424d5714d641ee5db96e authored about 3 years ago
re-arranging some connectivity stuff

gitlab.com/exosphere/exosphere - 6521ab34ed734a51e29e28eee5d937d01d7fe79b authored about 3 years ago
show size in the created on/by/from

gitlab.com/exosphere/exosphere - da4a266f95fd4ab4107d44768a70b42f5c890449 authored about 3 years ago
hiding disclaimer because nearly all users will get volumes automatically mounted

gitlab.com/exosphere/exosphere - 14d9b47689c58b51beb0243bc36af371b36d47e9 authored about 3 years ago
Moving volume stuff back together

gitlab.com/exosphere/exosphere - e01f1a40648720b10b248779bf6a72e72feb9b54 authored about 3 years ago
Better passphrase section

gitlab.com/exosphere/exosphere - 5808677f06e401b828c0403bfc0361c9884febb9 authored about 3 years ago
More layout and heading tweaking

gitlab.com/exosphere/exosphere - 89419b4164eccee73a1b187c1d1c4b919416423a authored about 3 years ago
Hide absolute event time behind a toggletip

gitlab.com/exosphere/exosphere - 2c3213fe47e64079d0ee60ced2f3450b109c93c4 authored about 3 years ago
bringing back dual-column layout

gitlab.com/exosphere/exosphere - 4ab8de2083b19025ed4e7b0c415025a138437382 authored about 3 years ago
UUID under server name

gitlab.com/exosphere/exosphere - ad6f574af9269f813746ae93f9152419d606408d authored about 3 years ago
server actions dropdown menu

gitlab.com/exosphere/exosphere - 56c3d007ca351c3f057c82a7fc6e0644624ee663 authored about 3 years ago
Fixed chart tick position

gitlab.com/exosphere/exosphere - ad7ce5460eeb67cae1a666189fbd3e7436fb89e9 authored about 3 years ago
Moving chart title

gitlab.com/exosphere/exosphere - 20d94ae2dd6a8abfed2d94ec620516d5126c7775 authored about 3 years ago
3 charts in a row

gitlab.com/exosphere/exosphere - 0d212d1c4b69c2947ebc18fb5ba6d45e100ca5e5 authored about 3 years ago
reworking the createdAgoByFrom helper function

gitlab.com/exosphere/exosphere - 0eff0584b8a0d357b2c69ce8421d67e0a5542df2 authored about 3 years ago
Move server status badge to heading row

gitlab.com/exosphere/exosphere - 0a97ebd907198254f00a1c863c1e428fe19625f7 authored about 3 years ago
scrap existing dual-column responsive layout to make room for new layout

gitlab.com/exosphere/exosphere - e4d70bd9e3cf4e4f9c1789da5db2870a21fd51ef authored about 3 years ago
Merge branch 'issue-629' into 'master'

Fix AlmaLinux console log

See merge request exosphere/exosphere!568

gitlab.com/exosphere/exosphere - fc73e6bbf83803ee0a43ac6af33da700c51e5229 authored about 3 years ago
Removing GUI desktop support from AlmaLinux and Rocky Linux for the moment, will add again later

gitlab.com/exosphere/exosphere - 74d8a519a4da2ac1dedd3a3217c93c1475a7be52 authored about 3 years ago
Strip everything before the first curly brace when decoding JSON in console log lines

When writing to /dev/kmsg you end up with console log lines beginning with the time since boot, ...

gitlab.com/exosphere/exosphere - d0959cf3f8f468e821e49fd41e586663cbf189e8 authored about 3 years ago
Write to distro-specific console file

gitlab.com/exosphere/exosphere - 030aceb8f8e7dc890ba58b84f193cf4f1c380339 authored about 3 years ago
write to both /dev/console and /dev/kmsg when exoSetup starts and finishes

gitlab.com/exosphere/exosphere - c30b82bd126ad6ef46ee2be7038a8f73edcb699a authored about 3 years ago
Disable rate limiting when writing to /dev/kmsg

gitlab.com/exosphere/exosphere - 6da6977fb26aabfe5892ffcd3b8d522d27bedeca authored about 3 years ago
Merge branch 'issue-629' into 'master'

Support Rocky Linux and AlmaLinux, successors to CentOS

Closes #629

See merge request exospher...

gitlab.com/exosphere/exosphere - 7b57605024fae86ac2dfa46830e29335a0255d8c authored about 3 years ago
EPEL must be installed before haveged

gitlab.com/exosphere/exosphere - a3a1f8a346fa28e858de4f44cef2fd3f80c6d570 authored about 3 years ago
use ansible-core instead of older ansible-base

gitlab.com/exosphere/exosphere - bb63cd380b9cab9191114ef70380f5dc2ab13a43 authored about 3 years ago
update code and docs indicating Exosphere supports AlmaLinux and Rocky Linux

gitlab.com/exosphere/exosphere - 28afec7ff6b916aa499218c16d19832152b3510b authored about 3 years ago
removing unnecessary Ansible task

gitlab.com/exosphere/exosphere - 96f6dd54fce3d90b0606760dca19c534fac9938c authored about 3 years ago
Adding AlmaLinux and Rocky support to Ansible code

gitlab.com/exosphere/exosphere - 1fc7aab63f7ea95703ab259997c5d6d89f0e37b6 authored about 3 years ago
Merge branch 'issue-627' into 'master'

Request compute and volume quotas when loading pages that show these quotas

Closes #627

See me...

gitlab.com/exosphere/exosphere - ab51afa2e0f5579f8ec029d2f6273dd3eef575a4 authored about 3 years ago
request compute and volume quotas when loading pages that show these quotas

gitlab.com/exosphere/exosphere - 0342859d2cf8fcbd9cac446e50b31731b27a3341 authored about 3 years ago
Merge branch 'username' into 'master'

Show the username with which a project is logged in

Closes #303

See merge request exosphere/ex...

gitlab.com/exosphere/exosphere - fa5c326dcd3a138bf5b0a3b24732fc271b771dcb authored about 3 years ago
Show username besides project name in project navigation

gitlab.com/exosphere/exosphere - f56fa9497e810fad93d0f85786ab3c51c9b55f04 authored about 3 years ago
Merge branch 'issue-598-cleanup' into 'master'

Fixup from !562

See merge request exosphere/exosphere!564

gitlab.com/exosphere/exosphere - 2061b237041efcf2587f417e427511b9c2ed7ca4 authored about 3 years ago
Simplify server sorting logic

Commit a06d9c08160aded39665b11cc2df7905092897ae introduced a default server sort order of descen...

gitlab.com/exosphere/exosphere - 228911f066c03eec001c25364126369c1290be7f authored about 3 years ago
If user has attempted to delete server, show this in server UI status, not separately in delete widget

gitlab.com/exosphere/exosphere - 9a673e8ebfe50616f0754818920a482dc2c14c76 authored about 3 years ago
Merge branch 'issue-598' into 'master'

Project Overview page

Closes #598

See merge request exosphere/exosphere!562

gitlab.com/exosphere/exosphere - 0d2ccd322764fd29d16cf88b87bfaa75bce13f73 authored about 3 years ago
Fixed browser tests

- Don't look for 'Deleting...' because this does not appear on the
servers tile on the project o...

gitlab.com/exosphere/exosphere - a06d9c08160aded39665b11cc2df7905092897ae authored about 3 years ago
Attempt to fix browser tests, fixing URL

gitlab.com/exosphere/exosphere - 5055f65e1c9f3e80ccda3b32a92fd2ccd8e11bc3 authored about 3 years ago
Attempt to fix browser tests, clicking on Instances tile

gitlab.com/exosphere/exosphere - dd68aea96cd5124b1fa28529c903af771dd930f8 authored about 3 years ago
Attempt to fix browser tests, clicking on Instances tile

gitlab.com/exosphere/exosphere - 52e042d3ce815fc4f080867d313b5c1b401040fe authored about 3 years ago
entire tile is clickable and shows pointer cursor, so no need to change title color on mouseover

gitlab.com/exosphere/exosphere - 5c1aadaa63313525b19b6de34b33d8c7037a71e4 authored about 3 years ago
Moving function into only scope where it is used

gitlab.com/exosphere/exosphere - 3a86138e1b79d3f4845a8c98894d2c9284fe9336 authored about 3 years ago
Showing SSH keypair quota and usage

gitlab.com/exosphere/exosphere - 9bfa17121e9972cf8a213795694f5e3bad28f114 authored about 3 years ago
show at least part of fingerprint in preview of SSH public key

gitlab.com/exosphere/exosphere - 31a0d7cf7661d7422faf5572be3bf2285ae4859d authored about 3 years ago
moving instance status badge to the right

gitlab.com/exosphere/exosphere - 36eccf85c9dd5bb0bf312aeefda69735ccb1585d authored about 3 years ago