Commit Graph

7241 Commits

Author SHA1 Message Date
Iain Sproat df8d33dc94 Merge pull request #4423 from specklesystems/iain/web-2732-observability-for-improved-reliability-pwdreset
chore(server/logging): add operations logging to pwdreset module
2025-04-16 14:54:03 +01:00
Iain Sproat 7368358dcb Merge pull request #4422 from specklesystems/iain/web-2732-observability-for-improved-reliability-notifications
chore(server/logging): add operations logging to notifications module
2025-04-16 14:53:48 +01:00
Iain Sproat a1673c7294 Merge pull request #4421 from specklesystems/iain/web-2732-observability-for-improved-reliability-multiregion
chore(server/logging): add operations logging to multiregion module
2025-04-16 14:53:29 +01:00
Iain Sproat a133f06f91 Merge pull request #4413 from specklesystems/iain/web-2732-observability-for-improved-reliability-gendo
chore(server/logging): operations logging for gendo module
2025-04-16 14:53:12 +01:00
Mike 247d8b1f1b Fix: Double projects link in sidebar (#4459) 2025-04-16 15:53:11 +02:00
Iain Sproat bf832e263e Merge pull request #4412 from specklesystems/iain/web-2732-observability-for-improved-reliability-fileuploads
chore(server/logging): add operations logging to fileuploads module
2025-04-16 14:52:57 +01:00
Mike 908b917ad6 Fix: Redirect /workspaces to workspace explainer page (#4456) 2025-04-16 15:52:35 +02:00
Iain Sproat 0f96dfbe9e Merge pull request #4430 from specklesystems/iain/web-2732-observability-for-improved-reliability-automate
chore(server/logging): add operation logging to automate module
2025-04-16 14:38:42 +01:00
Iain Sproat 0a0e1ef190 Merge pull request #4408 from specklesystems/iain/web-2732-observability-for-improved-reliability-comments
feat(server/logging): add operations logging to comment mutations
2025-04-16 14:38:16 +01:00
andrewwallacespeckle e5676e53a2 fix(fe2): Fix redirect loop on workspace creation during onboarding
fix(fe2): Fix redirect loop on workspace creation during onboarding
2025-04-16 14:30:11 +01:00
andrewwallacespeckle 13fb2f2aae Dont check for creation state in middleware 2025-04-16 14:13:46 +01:00
andrewwallacespeckle 9b1863ae35 Revert change and add new workspacesWithCompletedCreationState 2025-04-16 13:47:21 +01:00
Iain Sproat b19af6b2ea Merge branch 'main' into iain/web-2732-observability-for-improved-reliability-comments 2025-04-16 13:24:11 +01:00
Iain Sproat 37e9e9829d Merge pull request #4458 from specklesystems/iain/improve-migration-script-logging
chore(logging): improve logs & error messages for workspace migration
2025-04-16 13:23:13 +01:00
andrewwallacespeckle 3d04f8e39e feat(fe) Add Limits dialog to AddProjectMenu
feat(fe) Add Limits dialog to AddProjectMenu
2025-04-16 13:17:31 +01:00
Iain Sproat 8b9f9ad45e Merge pull request #4409 from specklesystems/iain/web-2732-observability-for-improved-reliability-emails
chore(server/logging): add operation logs to email module
2025-04-16 13:11:18 +01:00
Iain Sproat 225af5d251 fix log reference 2025-04-16 12:57:13 +01:00
Iain Sproat b0bdeb9768 chore(logging): improve logs & error messages for workspace migration 2025-04-16 12:52:03 +01:00
Gergő Jedlicska fb28654311 feat(gatekeeper): re-enable workspace plan migrations (#4457) 2025-04-16 13:13:12 +02:00
michalspeckle f5cd6360db Feat: Add workspace empty state (#4450)
* Add workspace empty state

* Updated component name

* Update component name

* Fix typio

---------

Co-authored-by: Mike Tasset <mike.tasset@gmail.com>
2025-04-16 12:39:02 +02:00
Gergő Jedlicska 427211bf57 Update README.md 2025-04-16 12:10:27 +02:00
Mike f85669376b Fix: Update addon section (#4455) 2025-04-16 12:02:48 +02:00
Kristaps Fabians Geikins 62cc07b072 feat(server): add new workspace disclaimer fields to user meta (#4434)
* feat(server): add new workspace disclaimer fields to user meta

* unrelated tests fix
2025-04-16 12:47:33 +03:00
Gergő Jedlicska 443c9fc514 fix(workspaces): use the correct new plan check and seat rules (#4445) 2025-04-16 11:28:57 +02:00
Iain Sproat b91a363886 Merge pull request #4387 from specklesystems/iain/observability-operations-logging-of-accessrequests
chore(logging): operations logging around access request mutations
2025-04-16 10:11:52 +01:00
andrewwallacespeckle 2ab2090cca Fix dialog 2025-04-16 10:08:20 +01:00
andrewwallacespeckle 38b68ea571 Add Limits dialog to AddProjectMenu 2025-04-16 09:49:37 +01:00
Mike a445234960 Fix: Update canceled and cancelation scheduled states (#4449) 2025-04-16 10:32:12 +02:00
Kristaps Fabians Geikins 10832655d4 fix(server): all project created subs firing for workspace guests + req ctx cache fix for subs (#4453)
* WIP sub fix

* fix sub resolver caching issue
2025-04-16 11:21:17 +03:00
Iain Sproat d01689fe14 Merge pull request #4446 from specklesystems/iain/helm-chart-breaks-if-underscore-in-version
ci(versions): fail early if branch name contains an underscore
2025-04-16 09:05:12 +01:00
Chuck Driesler cebae959ae feat(authz): Workspace.canInvite and Project.canInvite (#4419) 2025-04-16 09:01:53 +01:00
Mike e31f4c5a47 FixL Rename and fix breadcrumbs (#4448) 2025-04-15 22:51:50 +02:00
andrewwallacespeckle 90bfe631ac fix(fe): wrong permission alerts in the move flow
fix(fe): wrong permission alerts in the move flow
2025-04-15 17:54:24 +01:00
andrewwallacespeckle 3f8a1a6346 refactor(fe): Use existing leave workspace dialog
refactor(fe): Use existing leave workspace dialog
2025-04-15 17:54:12 +01:00
andrewwallacespeckle ae2e3c8133 feat(fe): Add line clamp to discoverable workspace card description
feat(fe): Add line clamp to discoverable workspace card description
2025-04-15 17:53:49 +01:00
andrewwallacespeckle 8e02a54f82 fix(fe): Update cache after requesting discoverable workspace access
fix(fe): Update cache after requesting discoverable workspace access
2025-04-15 17:53:38 +01:00
Iain Sproat fc7050443c Do not allow underscores as valid branch names 2025-04-15 17:39:03 +01:00
Iain Sproat acd77e51aa ci(versions): fail early if branch name contains an underscore 2025-04-15 17:34:37 +01:00
Kristaps Fabians Geikins 0280e4e609 chore(shared): ensure @speckle/shared can be required & imported (#4442)
* chore(shared): ensure @speckle/shared can be required & imported

* ensure build is invoked before e2e tests
2025-04-15 17:27:32 +03:00
andrewwallacespeckle 620856a5be Update workspaceJoinRequests cache when requesting discoverable workspace access 2025-04-15 15:08:48 +01:00
andrewwallacespeckle bee73b6f21 Add line lamp to workspace card description 2025-04-15 14:58:45 +01:00
Kristaps Fabians Geikins bc5a68a3c9 fix(shared): not using #lodash alias (#4440) 2025-04-15 16:58:00 +03:00
andrewwallacespeckle 5b8704cb84 Use existing leave dialog 2025-04-15 14:52:04 +01:00
Kristaps Fabians Geikins 82a37fba5c fix(shared): fix sso session expiration date too low in tests (#4432)
* fix(shared): canBroadcast policy test fix

* more tests fixed

* switch to using time constant

* tests fix
2025-04-15 16:24:12 +03:00
andrewwallacespeckle 9b675896e5 Fix workspace/project select permissions 2025-04-15 14:20:02 +01:00
andrewwallacespeckle 2bb1250bff Fix select project permissions 2025-04-15 14:02:48 +01:00
Mike bec61a595b Fix: various workspace not enabled errors (#4435) 2025-04-15 14:54:06 +02:00
Benjamin Ottensten 593cfa9c80 Feat: Update legacy projects announcement (#4428)
* Update legacy projects announcement

* Remove ref import

---------

Co-authored-by: Mike Tasset <mike.tasset@gmail.com>
2025-04-15 13:01:21 +02:00
Iain Sproat a50e053096 chore(server/logging): add operation logging to automate module
- tidy up some passing of loggers to automate
- do not use console.log, instead use @/observability/logging
2025-04-15 11:37:06 +01:00
andrewwallacespeckle 5e4890929f fix(fe) move project permissions
fix(fe) move project permissions
2025-04-15 10:07:04 +01:00