Commit Graph

8254 Commits

Author SHA1 Message Date
Iain Sproat d7e0af485f Merge branch 'main' into iain/preview-service-handle-errors 2025-03-28 10:37:19 +00:00
Alexandru Popovici 096e06abd8 Sandbox Loading Widget (#4283)
* feat(sandbox): Vibez based developement of the loading widget thing

* fix(sandbox): Fixed compler errors
2025-03-28 11:35:15 +02:00
Alexandru Popovici 2f8d75bc67 fix(viewer-lib): Merging indices has been broken for over two years. Fixed now (#4098) 2025-03-28 11:33:00 +02:00
Chuck Driesler 7be2e39913 chore(tests): dramatically reduce scope/time of multi-region tests (#4282)
* chore(tests): limit multiregion ci to multiregion tests

* fix(multiregion): unsure if this works

* fix(multiregion): ope we got deleted
2025-03-28 00:28:38 +00:00
Alexandru Popovici 3e3de6df5b fix(viewer-lib): When resetting the selection, the shadowmap is re-rendered. This allows correct shadows after de-selecting outline only selections. Also re-enabled stream loading in th sandbox (#4280) 2025-03-27 23:36:48 +02:00
Jedd Morgan 468eaccdfa feat(fileimport-service): Make .NET parser default (#4272)
* first pass removing the FF

* legacyimporter

* removed unused import
2025-03-27 18:24:04 +00:00
Iain Sproat 0caaa7a264 SIGTERM could close browser before parent, resulting in race
- SIGTERM is no longer handled by puppeteer
2025-03-27 17:13:49 +00:00
Iain Sproat 3c753b5609 Use specific type 2025-03-27 15:49:16 +00:00
Iain Sproat 954d6d8871 Ensure browser is always closed 2025-03-27 15:46:57 +00:00
Iain Sproat b73a87975b Merge branch 'main' into iain/preview-service-handle-errors 2025-03-27 15:37:48 +00:00
Iain Sproat 269b25d1a2 fix by using const 2025-03-27 15:32:54 +00:00
andrewwallacespeckle 0c7276da46 Add workspaceLastAdminCheckQuery 2025-03-27 15:16:24 +00:00
Iain Sproat d788253f92 fix 2025-03-27 14:52:06 +00:00
Iain Sproat d4c3ccd548 Use zod to split job id 2025-03-27 14:22:12 +00:00
Kristaps Fabians Geikins c54d15fd93 feat: authz frontend foundation + reworked errors (#4275)
* feat: authz frontend foundation + reworked errors

* lint fixes

* test fix

* fixed noCache() util
2025-03-27 16:13:35 +02:00
Iain Sproat cab78143c2 Log as warning if app is shutting down 2025-03-27 13:35:53 +00:00
Kristaps Fabians Geikins 20789281e1 chore: back to 1 extra region in tests (#4277)
* chore: back to 1 extra region in tests

* chore: back to 1 extra region in tests

* commenting out multiple multiregion tests
2025-03-27 15:28:00 +02:00
Iain Sproat 44c5d6f7f5 Merge pull request #4278 from specklesystems/iain/lint-viewer-sandbox
CI(viewer sandbox): lint when testing viewer
2025-03-27 13:27:13 +00:00
Iain Sproat 0775359ff1 Merge branch 'main' into iain/preview-service-handle-errors 2025-03-27 13:26:25 +00:00
Iain Sproat 6b1d4a3f72 Merge branch 'main' into iain/lint-viewer-sandbox 2025-03-27 12:37:11 +00:00
Iain Sproat 3b8cb8f8fe Merge pull request #4279 from specklesystems/alex/sandbox-error-fix-objctloader2 2025-03-27 12:36:50 +00:00
AlexandruPopovici c8cd51d4cc fix(viewer-sandbox): Fixed errors 2025-03-27 14:28:19 +02:00
Iain Sproat 89cba7a519 And build it too 2025-03-27 12:27:29 +00:00
Iain Sproat e3effcae05 CI(viewer sandbox): lint when testing viewer 2025-03-27 12:25:24 +00:00
Iain Sproat dfd328f236 log job attempts made 2025-03-27 11:57:41 +00:00
andrewwallacespeckle f8c8c5412e Add Generic BillingTransitionCards 2025-03-27 11:50:21 +00:00
andrewwallacespeckle 83c8d3afbe add useSettingsMembersActions composable 2025-03-27 11:41:31 +00:00
andrewwallacespeckle 6798ca79fc convert role mapping to object lookup 2025-03-27 11:33:44 +00:00
andrewwallacespeckle 54855fb1f9 consolidate dialog visibility logic in Menu component 2025-03-27 11:28:23 +00:00
Iain Sproat ae817ef2ee Merge branch 'main' into iain/preview-service-handle-errors 2025-03-27 11:22:36 +00:00
Mike 298e379791 Feat: Implement updated project collaborators page (#4274) 2025-03-27 12:20:00 +01:00
andrewwallacespeckle b3ed0b0822 Merge branch 'main' into andrew/web-2865-implement-upgrade-confirmation-modal 2025-03-27 11:03:27 +00:00
Adam Hathcock 975f0e1a51 feat(objectloader): ObjectLoader2: use indexdb as cache and batch download objects (#4172)
* feat(objectloader2): Made objectloader2 to be faster!

---------

Co-authored-by: AlexandruPopovici <alexandrupopoviciioan@gmail.com>
Co-authored-by: Kristaps Fabians Geikins <fabis94@live.com>
Co-authored-by: Iain Sproat <68657+iainsproat@users.noreply.github.com>
2025-03-27 10:47:10 +00:00
Gergő Jedlicska 4c28697d0c feat(shared): rework policy internals to work with loader errors in checks and policy fragments (#4276)
* feat(shared): rework policy internals to work with loader errors in checks and policy fragments

* fix(server): auth reintegration
2025-03-27 11:30:54 +01:00
andrewwallacespeckle 38cf3d0748 Fix make an admin 2025-03-27 08:35:55 +00:00
andrewwallacespeckle 1e8ab5e4f2 GQL 2025-03-27 08:27:22 +00:00
andrewwallacespeckle ddd99343a0 Merge branch 'main' into andrew/web-2865-implement-upgrade-confirmation-modal 2025-03-27 08:24:19 +00:00
Mike 591730d0ce Feat: Adapt workspace invites for new plans (#4264) 2025-03-27 08:20:28 +01:00
Iain Sproat b00e3c1ead Merge pull request #4273 from specklesystems/iain/web-2910-obj-directory-in-packagesviewersrcmodulesloaders-is-required
fix(.gitignore): include OBJ directory in viewer loaders
2025-03-27 06:36:56 +00:00
andrewwallacespeckle 0933e59941 Domain compliance 2025-03-26 22:06:50 +00:00
andrewwallacespeckle 76e1e7b736 Merge branch 'main' into andrew/web-2865-implement-upgrade-confirmation-modal 2025-03-26 20:51:56 +00:00
Iain Sproat 66c9f9ab6c fix(.gitignore): include OBJ directory in viewer loaders 2025-03-26 20:02:46 +00:00
Mike 8e4ccc85a2 Fix: Sidebar height (#4270) 2025-03-26 17:44:56 +01:00
Jedd Morgan abc8076a82 bump ifc nuget (#4269) 2025-03-26 16:04:12 +00:00
andrewwallacespeckle 75070ffeda Updates 2025-03-26 15:45:32 +00:00
Alexandru Popovici c0178ac70a fix(viewer-lib): Fixed an issue where the shadowcatcher would not seemingly update unless the scene changed it's size (#4268) 2025-03-26 17:35:16 +02:00
andrewwallacespeckle b2473b7dae Fix date 2025-03-26 15:34:33 +00:00
andrewwallacespeckle 9ea628d9e6 Domain compliance 2025-03-26 14:46:18 +00:00
andrewwallacespeckle c0a2662097 New Admin Actions Dialog 2025-03-26 14:17:03 +00:00
andrewwallacespeckle 2f5a3da14d Check isFreePlan 2025-03-26 13:18:54 +00:00