Daniel Gak Anagrov
224ef843e4
feat(ci): improved caching around frontend2 builds ( #4930 )
...
* fix: removed build arg for frontend2
* feat(ci): separated builds for frontend2
2025-06-12 11:21:45 +02:00
Daniel Gak Anagrov
32f1700f37
fix(workspaces): switch property seats and viewers count ( #4934 )
2025-06-12 11:20:57 +02:00
Daniel Gak Anagrov
c68f3ebe70
fix(ci): unify ignoring circleci jobs ( #4927 )
2025-06-11 18:13:06 +02:00
Daniel Gak Anagrov
f51fb2f5fa
fix(ci): provide build arg SPECKLE_SERVER_VERSION ( #4929 )
2025-06-11 17:10:57 +01:00
Daniel Gak Anagrov
e0e9b280bf
fix(ci): refname match ( #4926 )
2025-06-11 16:25:23 +01:00
Daniel Gak Anagrov
73b6a04541
fix: remove python comparison ( #4925 )
2025-06-11 15:52:19 +01:00
Daniel Gak Anagrov
415ca7c8b1
fix: semtag naming in main ( #4924 )
2025-06-11 15:33:21 +01:00
Daniel Gak Anagrov
7be7303eb4
python file proper reference ( #4923 )
2025-06-11 15:16:06 +01:00
Daniel Gak Anagrov
bc53c02889
feat: disable circleci stuff ( #4922 )
2025-06-11 15:09:26 +01:00
Daniel Gak Anagrov
8e15d51e9a
feat(ci): release pipeline moved to gha, disabled release on circle ci ( #4905 )
2025-06-11 15:49:19 +02:00
Mike
8d20d0620f
Fix: Add alpha and beta text to connectors ( #4920 )
2025-06-11 14:12:55 +02:00
Iain Sproat
7c033a5108
ci(helm publish): tidy script ( #4918 )
2025-06-10 16:37:58 +01:00
Iain Sproat
5346eea210
fix(helm chart oci): must be semver compatible ( #4917 )
2025-06-10 14:45:27 +01:00
Iain Sproat
ea9c8633bc
fix(helm chart): prefix OCI helm chart tag with chart. ( #4916 )
2025-06-10 14:31:54 +01:00
Iain Sproat
c6a850d923
ci(publish helm chart oci): use registry tags to keep track of latest ( #4912 )
2025-06-10 13:47:19 +01:00
Daniel Gak Anagrov
bbfc86b213
feat(ci): fe sourcemaps to gha and concurrency ( #4914 )
2025-06-10 14:17:45 +02:00
Iain Sproat
5db8d41d13
fix(tests): typo ( #4911 )
2025-06-10 11:58:11 +01:00
Iain Sproat
7356295d27
feat(helm chart): publish to OCI registry ( #4906 )
2025-06-10 11:29:12 +01:00
Mike
d8c0528120
Fix: Always use primary email for domain verification ( #4909 )
2025-06-10 11:03:57 +02:00
Chuck Driesler
85e600aa98
feat(viewer): include selected object application ids in viewer state ( #4802 )
...
* feat(viewer): include selected object application ids in viewer state
* fix(viewer): selected object application ids as map
* fix(viewer): drop legacy key
2025-06-09 17:10:28 +01:00
Iain Sproat
55cffc3782
ci(docker): tidy dockerfiles with aim to increase cache hits ( #4819 )
2025-06-09 16:54:24 +01:00
Iain Sproat
d20cde3a68
feat(fileimport): provide admin dashboard for queue ( #4904 )
...
* feat(fileimport): provide admin dashboard for queue
* mitigate deprecation warning
* fix typo in GitHub Action
2025-06-09 13:36:43 +02:00
Daniel Gak Anagrov
98632f4c4a
fix: ci pipelines ( #4903 )
2025-06-09 09:52:22 +01:00
Daniel Gak Anagrov
295f02af6b
feat(ci): gha and blacksmith for prs ( #4647 )
2025-06-09 10:27:19 +02:00
Mike
bd8d3a14ff
Fix: Update docs link ( #4902 )
2025-06-09 08:03:21 +02:00
Gergő Jedlicska
941c5c6d8c
fix(shared): remove duplicate policy implementation for reading project ( #4898 )
...
3d data
2025-06-06 11:51:44 +02:00
Benjamin Ottensten
52749650e4
Unlist Excel connector ( #4897 )
2025-06-05 15:24:38 +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
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
2fcd0e6da8
Temporarily disabled rover while Apollo Studio is down ( #4888 )
2025-06-04 14:47:32 +01: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