Iain Sproat
8c01b34f6c
Tidying of error handling
2025-03-13 17:42:22 +00:00
Iain Sproat
81627a2c2f
More typing tidying
2025-03-13 17:38:22 +00:00
Iain Sproat
eabe943960
Tidy up type checking
2025-03-13 17:26:21 +00:00
Iain Sproat
e153ca31be
Merge branch 'main' into iain/fileimport-typescript
2025-03-13 17:17:17 +00:00
Mike
77e0453a2f
Fix: Max height for workspace list ( #4186 )
2025-03-13 18:13:48 +01:00
Iain Sproat
b0fa1842d4
.on does not exist on response stream
...
- allow speckle server url to be passed in
- adds manual script and yarn command for running script
2025-03-13 16:41:51 +00:00
Iain Sproat
c4da8c41c3
Use pipeline and handle errors
2025-03-13 16:05:13 +00:00
Iain Sproat
a017e33ef6
Remove undici from lock file
2025-03-13 15:57:08 +00:00
Iain Sproat
18d17e43c4
fix(fileimport-service): replace undici with fetch and add more logging
2025-03-13 15:54:04 +00:00
andrewwallacespeckle
e385d93cf8
Removes redundant typeof r
2025-03-13 15:07:49 +00:00
andrewwallacespeckle
cef55cd66a
use proper resource parsing in federated context
2025-03-13 15:02:18 +00:00
andrewwallacespeckle
8c4cbbd77b
properly restore viewer state when returning from thread context
2025-03-13 14:55:59 +00:00
andrewwallacespeckle
180398feca
move thread context click handling into composable. better naming
2025-03-13 14:44:38 +00:00
andrewwallacespeckle
5fa61dbc44
Merge branch 'main' into andrew/improve-ux-federated-comments
2025-03-13 14:24:02 +00:00
Mike
ec435df79d
Feat: New navigation ( #4179 )
2025-03-13 15:23:41 +01:00
Iain Sproat
629a7b10d8
Merge pull request #4184 from specklesystems/iain/fix-pre-commit
...
fix(pre-commit): issue with last PR merge
2025-03-13 14:13:41 +00:00
Iain Sproat
27b7df5039
fix(pre-commit): issue with last PR merge
2025-03-13 14:12:19 +00:00
Benjamin Ottensten
a3401abfaa
Fix: Update connectors ( #4182 )
...
* Update connectors
Add ArcGIS connector, update descriptions, update install button text
* Align height of individual connector cards
2025-03-13 15:01:30 +01:00
Iain Sproat
4ddaa543dc
Merge pull request #4183 from specklesystems/jrm/import-logs
...
Added extra info logs to file import service
2025-03-13 13:54:11 +00:00
Jedd Morgan
3404645d6c
Added extra info logs to file import service
2025-03-13 13:49:23 +00:00
Alessandro Magionami
b96769b425
Merge pull request #4167 from specklesystems/alessandro/web-2741-subscriptions-to-upgrade-for-new-plan-types
...
Alessandro/web 2741 subscriptions to upgrade for new plan types
2025-03-13 13:20:59 +01:00
Iain Sproat
894cc16ac9
Merge branch 'main' into iain/web-2811-new-preview-service-pods-stuck-on-terminating
2025-03-13 11:27:03 +00:00
Alessandro Magionami
ab9ea4406e
chore(gatekeeper): fix tests
2025-03-13 11:00:59 +01:00
andrewwallacespeckle
3fdfaa7455
testing updates
2025-03-13 09:40:15 +00:00
Alessandro Magionami
d829cac8b3
chore(gatekeeper): add specific error for unsupported workspace plan
2025-03-13 10:36:28 +01:00
andrewwallacespeckle
728e191fe5
Merge branch 'main' into andrew/improve-ux-federated-comments
2025-03-13 09:26:50 +00:00
andrewwallacespeckle
f58916ffce
Fix ListItem Stasuses
2025-03-13 09:26:36 +00:00
Iain Sproat
f033953d33
Update objectpreview on error
...
- use const with explanatory variable names
2025-03-13 09:15:41 +00:00
Jedd Morgan
e6cbe556b5
Bump IFC nuget ( #4176 )
2025-03-12 16:51:37 +01:00
Alexandru Popovici
d122873f0e
fix(viewer-lib): Fixed the issue where ghosted lines would not appear transparent ( #4174 )
2025-03-12 17:02:44 +02:00
andrewwallacespeckle
f1142beb93
Tidyups
2025-03-12 14:57:00 +00:00
andrewwallacespeckle
dee29d2e3c
Merge branch 'main' into andrew/improve-ux-federated-comments
2025-03-12 14:53:17 +00:00
andrewwallacespeckle
ee0cc27772
Updates to use serialization
2025-03-12 14:53:09 +00:00
Iain Sproat
9b38331b6b
Merge pull request #4170 from specklesystems/iain/ensureError
...
fix(shared): ensureError should not bury original message
2025-03-12 14:17:57 +00:00
Iain Sproat
e06bad327f
fix(preview service): use correct units for metrics ( #4173 )
2025-03-12 15:06:18 +01:00
Iain Sproat
bb57e1a5fa
fix(preview service): handle errors and failures
2025-03-12 13:08:27 +00:00
Iain Sproat
79a6a6459b
Merge pull request #4171 from specklesystems/iain/fix-preview-service-start-in-scope
...
fix(preview service): ensure variables are defined within puppeteer s…
2025-03-12 12:07:24 +00:00
Iain Sproat
8d81d65440
fix(preview service): ensure variables are defined within puppeteer scope
2025-03-12 12:01:34 +00:00
Iain Sproat
91c61682cb
Include punctuation
2025-03-12 11:51:32 +00:00
Iain Sproat
7d179845a3
incorporate PR comments
2025-03-12 11:50:21 +00:00
Iain Sproat
0ac69bc54b
fix(shared): ensureError should not bury original message
...
- if 'e', the original cause, is not an Error, it is buried by the fallback message.
- this PR ensures that the original cause is included in the error message
2025-03-12 11:31:25 +00:00
Iain Sproat
70a30e0795
fix(preview service): remove need for speckle shared in frontend ( #4169 )
...
* fix(preview service): remove need for speckle shared in frontend
* Add status for error logs
2025-03-12 12:28:54 +01:00
andrewwallacespeckle
7ec901b984
Add indicator to discussion panel
2025-03-12 11:21:23 +00:00
andrewwallacespeckle
18eb9e29e8
Go back navigation
2025-03-12 11:06:35 +00:00
andrewwallacespeckle
6c3586439e
Merge pull request #4168 from specklesystems/andrew/use-pngs-no-svg-in-email-footer
...
fix(fe): Improve email image support - use png instead of svg
2025-03-12 10:05:49 +00:00
Iain Sproat
5804ee4b50
fix(preview service): handle shutdown via terminus
2025-03-12 09:28:38 +00:00
Iain Sproat
6065a44890
Merge pull request #4162 from specklesystems/gergo/previewRenderMetrics
...
feat(preview-service): add load and render duration calculation to preview service
2025-03-12 09:20:50 +00:00
andrewwallacespeckle
653ef3b9a6
Merge branch 'main' into andrew/improve-ux-federated-comments
2025-03-12 09:18:36 +00:00
andrewwallacespeckle
6cad8accd4
Swap social icons from svg to png for better google support
2025-03-12 09:15:37 +00:00
Alessandro Magionami
89519bc6b7
Merge branch 'main' of github.com:specklesystems/speckle-server into alessandro/web-2741-subscriptions-to-upgrade-for-new-plan-types
2025-03-12 10:01:02 +01:00