andrewwallacespeckle
2eaeb892d3
Use boolean pendingIsAutoJoinEnabled
2025-06-05 15:08:19 +02:00
andrewwallacespeckle
9339e19780
Use fragment
2025-06-05 15:03:57 +02:00
andrewwallacespeckle
f5c4ab3b16
Remove unused card
2025-06-05 14:43:21 +02:00
andrewwallacespeckle
70c2d6ce06
Error handling
2025-06-05 14:21:17 +02:00
andrewwallacespeckle
2b9b504746
Remove unused GQL
2025-06-05 14:16:30 +02:00
andrewwallacespeckle
6e5c752f98
Fix confirmation dialog for discoverability
2025-06-05 14:12:30 +02:00
andrewwallacespeckle
c14b8cfbb6
Merge branch 'main' into andrew/web-3448-enable-auto-joining-a-workspace-as-a-setting
2025-06-05 12:47:22 +02:00
andrewwallacespeckle
eb325ccfd8
More permissions
2025-06-05 12:47:01 +02:00
Adam Hathcock
b11724eb6e
fix(OL2): Deferment cleanup has to be a timer to not be concurrent ( #4896 )
...
* Deferment cleanup has to be a timer to not be concurrent
* Remove obsolete snapshot
2025-06-05 11:45:20 +01:00
Daniel Gak Anagrov
11948b40de
feat(gatekeeper): track seat updates ( #4865 )
2025-06-05 12:41:05 +02:00
andrewwallacespeckle
742865370a
Permissions. SSO to new layout
2025-06-05 12:17:43 +02:00
andrewwallacespeckle
650c17add6
GQL
2025-06-05 11:38:29 +02:00
andrewwallacespeckle
b85bfc83e0
Merge branch 'main' into andrew/web-3448-enable-auto-joining-a-workspace-as-a-setting
2025-06-05 11:28:40 +02:00
andrewwallacespeckle
61224cf0c0
feat(fe): Update invite dialog copy depending on default seat
...
feat(fe): Update invite dialog copy depending on default seat
2025-06-05 11:26:21 +02:00
andrewwallacespeckle
1af8212dba
fix(fe): prevent limits dialog flash during version switches
...
fix(fe): prevent limits dialog flash during version switches
2025-06-05 11:25:48 +02:00
Daniel Gak Anagrov
63ff5087fc
feat(ci): disable hardened logic for install speed ( #4893 )
...
* feat: disable hardened logic for install speed
* feat: left one pipeline not hardened
2025-06-05 11:21:38 +02:00
Gergő Jedlicska
72ecb9197b
feat(gatekeeper): intoduce the enterprise plan ( #4882 )
...
* feat(gatekeeper): intoduce the enterprise plan
* chore(server): remove more "magic strings"
* test(shared): fix plan tests with enterprise case
* Small change to format plan name
---------
Co-authored-by: Mike Tasset <mike.tasset@gmail.com >
2025-06-05 11:07:59 +02:00
andrewwallacespeckle
e8738bac02
chore(circleci): Reenable apollo rover in circleci
...
chore(circleci): Reenable apollo rover in circleci
2025-06-05 11:04:01 +02:00
Adam Hathcock
0b83f5e05d
Deferment cleaning happens only on undefer and clean takes request count into account ( #4886 )
...
* Clean deferments on undefer
* Sort closures
* Track referenced item counts
* add tests
* run prettier again
2025-06-05 10:02:10 +01:00
andrewwallacespeckle
ea5041e5bf
chore(circleci): Re enable apollo rover
2025-06-05 10:50:10 +02:00
Iain Sproat
bc9b174fb1
fix(logging): reduce cardinality of operation start logging ( #4894 )
2025-06-05 09:37:52 +01:00
michalspeckle
de61776451
update tutorials ( #4892 )
2025-06-05 08:48:31 +01:00
andrewwallacespeckle
57accc35e7
Update copy based on isSelfServePlan
2025-06-04 16:29:48 +02:00
andrewwallacespeckle
610dd5d2b2
Update copy depending on default seat
2025-06-04 16:23:01 +02:00
andrewwallacespeckle
3312bee152
Merge branch 'main' into andrew/fix-viewer-limits-dialog-flash
2025-06-04 16:06:05 +02:00
andrewwallacespeckle
af02506152
Design changes
2025-06-04 15:52:56 +02:00
andrewwallacespeckle
9ebdda2f54
Merge branch 'main' into andrew/web-3448-enable-auto-joining-a-workspace-as-a-setting
2025-06-04 15:48:26 +02:00
andrewwallacespeckle
2fcd0e6da8
Temporarily disabled rover while Apollo Studio is down ( #4888 )
2025-06-04 14:47:32 +01:00
andrewwallacespeckle
37eabb2a06
Swap to radio
2025-06-04 15:41:22 +02:00
andrewwallacespeckle
8c2bf6165d
Add defaultseat
2025-06-04 15:14:46 +02:00
andrewwallacespeckle
0e83b259e1
Fix merge
2025-06-04 15:06:10 +02:00
andrewwallacespeckle
6105a6ffa3
Merge branch 'main' into andrew/web-3448-enable-auto-joining-a-workspace-as-a-setting
2025-06-04 14:54:52 +02:00
andrewwallacespeckle
adf0ccdc11
Updated domain management
2025-06-04 14:47:16 +02:00
andrewwallacespeckle
afbf6ca923
feat(fe): Add default seat selection to workspace security settings
...
feat(fe): Add default seat selection to workspace security settings
2025-06-04 14:13:51 +02:00
andrewwallacespeckle
4fc16d2f8c
fix(fe): prevent limits dialog flash during version switches
2025-06-04 14:02:35 +02:00
andrewwallacespeckle
81438188f0
Fix build
2025-06-04 13:26:22 +02:00
andrewwallacespeckle
555a5e3bbd
Merge branch 'main' into andrew/web-3250-introduce-setting-to-control-default-seat-upon-joining
2025-06-04 11:00:37 +02:00
andrewwallacespeckle
aec4ad5339
Removed optimistic response
2025-06-04 10:59:56 +02:00
Daniel Gak Anagrov
460245a71b
fix(versions): object history hidden when quering by project ( #4884 )
2025-06-04 10:44:08 +02:00
andrewwallacespeckle
a23d6ef50c
Merge branch 'main' into andrew/web-3250-introduce-setting-to-control-default-seat-upon-joining
2025-06-04 09:57:33 +02:00
andrewwallacespeckle
8f6f772397
Fix build. Add else toast
2025-06-04 09:57:03 +02:00
Iain Sproat
17f5b872d5
fix(helm chart): allow large uploads to objects & blob REST ( #4877 )
...
* fix(helm chart): allow large uploads to objects & blob REST
* Introduce a objects_size_limit_mb helm chart variable
* Include `/objects/` endpoint
2025-06-03 18:42:25 +02:00
andrewwallacespeckle
8374c49107
Merge branch 'main' into andrew/web-3448-enable-auto-joining-a-workspace-as-a-setting
2025-06-03 17:20:49 +02:00
andrewwallacespeckle
6bf1fc10de
fix(fe): fix discoverable workspaces empty list on first load by simplifying state management pattern
...
fix(fe): fix discoverable workspaces empty list on first load by simplifying state management pattern
2025-06-03 17:01:54 +02:00
andrewwallacespeckle
f874bdaf73
Add disabled state
2025-06-03 16:18:43 +02:00
andrewwallacespeckle
90f2048b13
Use isSelfServePlan
2025-06-03 16:01:51 +02:00
andrewwallacespeckle
1fff8e0bbc
Add isPaidPlan
2025-06-03 15:49:55 +02:00
andrewwallacespeckle
bcfa66a676
Mobile. text accurateness
2025-06-03 15:47:03 +02:00
andrewwallacespeckle
970b768bf2
Update DefaultSeat.vue
2025-06-03 15:39:14 +02:00
andrewwallacespeckle
2bf0f68fd6
feat(fe): default seat type select
2025-06-03 15:14:21 +02:00