Charles Driesler
21bf57f514
fix(regions): move webhooks because they deserve love too
2025-02-11 00:43:15 +00:00
Chuck Driesler
c416484974
feat(regions): move project comments
2025-02-07 17:23:23 +00:00
Chuck Driesler
613eb3c2d7
chore(regions): failing test for moving comments
2025-02-07 17:03:42 +00:00
Chuck Driesler
78e8ff8c32
fix(regions): improve queries
2025-02-07 16:25:20 +00:00
Chuck Driesler
25eacc3052
chore(regions): repair build
2025-02-07 16:05:07 +00:00
Chuck Driesler
2b00b47248
Merge branch 'chuck/web-2451-move-commit-objects' into chuck/web-2436-move-automations-without-blobs
2025-02-07 15:59:27 +00:00
Chuck Driesler
d2212b019c
Merge branch 'chuck/web-2433-move-project-branches-and-commits' into chuck/web-2451-move-commit-objects
2025-02-07 15:54:38 +00:00
Chuck Driesler
f830056c4a
Merge branch 'main' into chuck/web-2433-move-project-branches-and-commits
2025-02-07 15:47:53 +00:00
Chuck Driesler
72167e6194
fix(regions): simplify postgres usage
2025-02-07 14:55:33 +00:00
Chuck Driesler
28abd1202e
Merge branch 'chuck/web-2433-move-project-branches-and-commits' into chuck/web-2451-move-commit-objects
2025-02-07 14:41:17 +00:00
Gergő Jedlicska
d8974bf84b
fix(test): update new test file to no closures ( #3951 )
2025-02-07 14:23:40 +01:00
Gergő Jedlicska
c4a6da410b
feat(core): drop the closure table pls ( #3900 )
...
* feat(core): drop the closure table pls
* feat(core): remove closures feature flag
* feat(core): remove more closure stuff
* feat(core): only drop closure table if it exists
2025-02-07 14:06:53 +01:00
Iain Sproat
2454af7237
chore(logging): log messages related to a request should include request ID - PART 2 ( #3946 )
...
* chore(logging): mixpanel should use logger with request context
* log with request when onUserCreated event is triggered
2025-02-06 17:51:10 +00:00
Iain Sproat
ebc0f84c96
fix(server): previewUrl assumed project would always be found ( #3947 )
...
- adds guard against null project
2025-02-06 17:50:04 +00:00
Chuck Driesler
04edd9c6af
fix(regions): speed up inserts
2025-02-06 17:00:21 +00:00
Iain Sproat
0ce23be6f3
chore(logging): log messages related to a request should include request ID ( #3945 )
...
- this requires passing the request logger through to the method invoking the logger
2025-02-06 16:04:51 +00:00
Charles Driesler
e371633702
chore(regions): more tests for moving automate data
2025-02-06 00:47:29 +00:00
Iain Sproat
947f8fd4fa
fix(server/database streams): remove event listener on batch completion ( #3938 )
2025-02-05 15:16:22 +00:00
Iain Sproat
a4521d46a1
fix(logging): user-input issues should not be logged as error level ( #3935 )
...
* fix(logging): reduce user-input issues being logged as error
* error logging middleware should better handle caught errors
2025-02-05 15:08:10 +00:00
Iain Sproat
9bbd6bea01
fix(logging): correct log levels for error types from auth flow ( #3934 )
2025-02-04 17:17:11 +00:00
Charles Driesler
de3173e87e
chore(regions): add tests for moving automations
2025-02-04 13:51:27 +00:00
Iain Sproat
752041dba6
fix(server & preview-service): apply fix #3921 to all db streams ( #3929 )
2025-02-04 11:40:00 +00:00
Iain Sproat
55315feb59
fix(server/diffdownload): fix the bug where client connection close events were not propogated to the database stream connection ( #3921 )
...
* WIP: trying to catch a bug
* great success
* reinstate gzip
* Remove feature flag
* remove stream-chain dependency
* remove superfluous logging lines
* re-align with original where possible
* re-align package.json
* More re-alignment with main branch before the previous 'fix'
* A smaller failing example
2025-02-04 11:09:53 +01:00
Chuck Driesler
272c136a17
WEB-2466 fix(automate): include workspace in function breadcrumb ( #3926 )
...
* fix(automate): repair workspace function breadcrumb
* fix(automate): use route helper correctly
2025-02-04 09:58:45 +00:00
Charles Driesler
51ba709e66
feat(regions): move project automations
2025-02-03 23:55:11 +00:00
Charles Driesler
62466f5cb9
chore(regions): add tests for object move
2025-02-03 15:52:10 +00:00
Charles Driesler
2b8f6af4cd
fix(regions): move project objects
2025-02-03 15:31:45 +00:00
Charles Driesler
b48721e85a
chore(regions): make test a bit more thorough for good measure
2025-02-03 14:29:32 +00:00
Charles Driesler
0811916ef3
chore(regions): fix import
2025-02-03 14:03:34 +00:00
Charles Driesler
361960cb40
Merge branch 'main' into chuck/web-2433-move-project-branches-and-commits
2025-02-02 01:34:26 +00:00
Iain Sproat
c59e6043bb
fix(server/errors): derive errors from BaseError ( #3918 )
2025-01-30 18:15:56 +01:00
Chuck Driesler
4cbeeef0d0
Automate API Circuit breaker ( #3914 )
...
* fix(automate): invokeSafeJsonRequest
* fix(automate): correct fallback values
2025-01-30 15:26:12 +00:00
Iain Sproat
32c310f849
fix(server/objects): solves database connection resource leak when client connections are prematurely closed ( #3889 )
2025-01-28 15:56:21 +01:00
Chuck Driesler
35b59ca4f2
chore(workspaces): drop defaultLogoIndex ( #3898 )
2025-01-28 08:56:13 +01:00
Alessandro Magionami
57751db6d7
fix(workspaces): make adminWorkspaceJoinRequests field nullable for non admin users ( #3899 )
2025-01-27 17:46:04 +01:00
Gergő Jedlicska
188c333921
fix(workspaces): non region enabled workspace project creation ( #3847 )
...
* fix(workspaces): non region enabled workspace project creation
* fix(projects): remove duplicate getProject repo function
This was the cause of the default project region switch bug, we had two
almost identical implementations...
2025-01-27 17:45:55 +01:00
Chuck Driesler
969f8b6655
Merge branch 'main' into chuck/web-2433-move-project-branches-and-commits
2025-01-27 09:45:43 +01:00
Mike
3b901de000
Fix: Change Mange Members link to link to settings ( #3891 )
2025-01-27 09:44:12 +01:00
Alessandro Magionami
276c3a761c
fix(emails): add ff for new email verification flow ( #3893 )
...
* fix(emails): add ff for new email verification flow
* test(emails): disable test with ff off
2025-01-24 19:39:55 +01:00
Gergő Jedlicska
a282220a72
chore(server): fix nullable type for model author ( #3883 )
...
* chore(server): fix nullable type for model author
* updated fe2 gql types
---------
Co-authored-by: Kristaps Fabians Geikins <fabis94@live.com >
2025-01-24 16:40:25 +01:00
Charles Driesler
a27b97ab13
chore(multiregion): move services
2025-01-24 14:49:41 +00:00
Alessandro Magionami
eb57ffdc62
chore(emails): remove only from test
2025-01-24 15:00:28 +01:00
Alessandro Magionami
918ab8c255
chore(emails): fix tests no ff
2025-01-24 14:50:00 +01:00
Alessandro Magionami
384cd116a4
Merge branch 'main' of github.com:specklesystems/speckle-server into alessandro/web-2488-create-email-verification-mutation
2025-01-24 14:34:47 +01:00
Chuck Driesler
80a0573894
fix(workspaces): return role as string ( #3886 )
2025-01-24 14:25:40 +01:00
Mike
e798fc4e8a
Feat: Request to join workspace ( #3871 )
2025-01-24 14:05:53 +01:00
Alessandro Magionami
7343ed6ba1
fix(emails): remove unique constraint from email_verifications ( #3872 )
...
* fix(emails): remove unique constraint from email_verifications
* chore(emails): remove unique constraint from email verifications
* chore(emails): use custom transaction in migration
* chore(emails): use raw swl to write migration
2025-01-24 12:40:08 +01:00
Chuck Driesler
928cc306ed
chore(automate): function input mocks ( #3870 )
...
* chore(automate): function input mocks
* chore(automate): use mocks helpers
* chore(automate): appease ts
* fix(automate): use mock cache utils
2025-01-24 10:36:00 +00:00
Kristaps Fabians Geikins
b074a4a13a
feat(server): greatly optimizing Branch.commits & Query.streams, when limit=0 ( #3863 )
...
* fix(server): optimize Branch.commits resolver
* feat(server): optimizing Query.streams a bit too
* fix(server): gql error req duplicate entries logged
2025-01-23 18:54:15 +01:00
Charles Driesler
201fe2e3ec
chore(multiregion): maybe this will work
2025-01-23 16:57:43 +00:00