Skip to content

feat: add default location column to server type table#1340

Open
jooola wants to merge 2 commits intomainfrom
server-type-location-column
Open

feat: add default location column to server type table#1340
jooola wants to merge 2 commits intomainfrom
server-type-location-column

Conversation

@jooola
Copy link
Member

@jooola jooola commented Feb 24, 2026

Adds a default location column to display in which location a server type is supported:

ID    NAME    CORES   CPU TYPE    ARCHITECTURE   MEMORY     DISK     LOCATION                  
22    cpx11   2       shared      x86            2.0 GB     40 GB    fsn1,nbg1,hel1,ash,hil,sin
23    cpx21   3       shared      x86            4.0 GB     80 GB    fsn1,nbg1,hel1,ash,hil,sin
24    cpx31   4       shared      x86            8.0 GB     160 GB   fsn1,nbg1,hel1,ash,hil,sin
25    cpx41   8       shared      x86            16.0 GB    240 GB   fsn1,nbg1,hel1,ash,hil,sin
26    cpx51   16      shared      x86            32.0 GB    360 GB   fsn1,nbg1,hel1,ash,hil,sin
45    cax11   2       shared      arm            4.0 GB     40 GB    fsn1,nbg1,hel1            
93    cax21   4       shared      arm            8.0 GB     80 GB    fsn1,nbg1,hel1            
94    cax31   8       shared      arm            16.0 GB    160 GB   fsn1,nbg1,hel1            
95    cax41   16      shared      arm            32.0 GB    320 GB   fsn1,nbg1,hel1            
96    ccx13   2       dedicated   x86            8.0 GB     80 GB    fsn1,nbg1,hel1,ash,hil,sin
97    ccx23   4       dedicated   x86            16.0 GB    160 GB   fsn1,nbg1,hel1,ash,hil,sin
98    ccx33   8       dedicated   x86            32.0 GB    240 GB   fsn1,nbg1,hel1,ash,hil,sin
99    ccx43   16      dedicated   x86            64.0 GB    360 GB   fsn1,nbg1,hel1,ash,hil,sin
100   ccx53   32      dedicated   x86            128.0 GB   600 GB   fsn1,nbg1,hel1,ash,hil,sin
101   ccx63   48      dedicated   x86            192.0 GB   960 GB   fsn1,nbg1,hel1,ash,hil,sin
108   cpx12   1       shared      x86            2.0 GB     40 GB    sin                       
109   cpx22   2       shared      x86            4.0 GB     80 GB    fsn1,nbg1,hel1,sin        
110   cpx32   4       shared      x86            8.0 GB     160 GB   fsn1,nbg1,hel1,sin        
111   cpx42   8       shared      x86            16.0 GB    320 GB   fsn1,nbg1,hel1,sin        
112   cpx52   12      shared      x86            24.0 GB    480 GB   fsn1,nbg1,hel1,sin        
113   cpx62   16      shared      x86            32.0 GB    640 GB   fsn1,nbg1,hel1,sin        
114   cx23    2       shared      x86            4.0 GB     40 GB    fsn1,nbg1,hel1            
115   cx33    4       shared      x86            8.0 GB     80 GB    fsn1,nbg1,hel1            
116   cx43    8       shared      x86            16.0 GB    160 GB   fsn1,nbg1,hel1            
117   cx53    16      shared      x86            32.0 GB    320 GB   fsn1,nbg1,hel1 

Related to #1322

feat(server-type): add `location` to list table default columns (#1340)
feat(server-type): remove `storage_type` from list table default columns (#1340)

@jooola jooola requested a review from a team as a code owner February 24, 2026 14:21
@jooola jooola changed the title feat: add location column to server type table feat: add default location column to server type table Feb 24, 2026
@jooola
Copy link
Member Author

jooola commented Feb 24, 2026

I don't know if this is really pretty, maybe there is a better way to display this information.

@codecov
Copy link

codecov bot commented Feb 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.57%. Comparing base (621246f) to head (578190a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1340   +/-   ##
=======================================
  Coverage   72.56%   72.57%           
=======================================
  Files         300      300           
  Lines       10986    10990    +4     
=======================================
+ Hits         7972     7976    +4     
  Misses       2125     2125           
  Partials      889      889           
Flag Coverage Δ
e2e 51.46% <0.00%> (-0.03%) ⬇️
unit 67.57% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@apricote
Copy link
Member

I don't know if this is really pretty, maybe there is a better way to display this information.

As we only have had storage type: local server types for a few years now, we could get rid of that default column 🤔

@jooola
Copy link
Member Author

jooola commented Feb 24, 2026

As we only have had storage type: local server types for a few years now, we could get rid of that default column 🤔

Yes, I am happy with this idea, unless you think its too big of a change.

Update the description to show the new output.

@jooola jooola force-pushed the server-type-location-column branch from 3042b60 to 578190a Compare February 27, 2026 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants