Kristaps Fabians Geikins
ea213906f4
chore(server): core IoC 10 - updateBranchAndNotifyFactory
2024-09-26 16:44:27 +03:00
Kristaps Fabians Geikins
f92b6b37d4
chore(server): core IoC 9 - createBranchAndNotifyFactory
2024-09-26 16:36:41 +03:00
Kristaps Fabians Geikins
f25beb2e53
chore(server): core IoC 8 - getProjectTopLevelModelsTreeFactory
2024-09-26 16:21:43 +03:00
Kristaps Fabians Geikins
4a604e4b7e
chore(server): core IoC 7 - getProjectTopLevelModelsTreeFactory
2024-09-26 16:10:50 +03:00
Kristaps Fabians Geikins
b924de56b6
chore(server): core IoC 6 - getPaginatedProjectModelsFactory
2024-09-26 16:00:48 +03:00
Kristaps Fabians Geikins
b2459e84e9
chore(server): core IoC 5 - getBranchLatestCommitsFactory
2024-09-26 15:48:07 +03:00
Kristaps Fabians Geikins
0f27d41cae
chore(server): core IoC 4 - getStreamBranch(es)ByNameFactory
2024-09-26 15:26:48 +03:00
Kristaps Fabians Geikins
168a22a9ac
chore(server): core IoC 3 - getBranch(es)byIdFactory
2024-09-26 14:43:55 +03:00
Kristaps Fabians Geikins
8f658266b1
chore(server): core IoC 2 - remaining graph init
2024-09-26 13:54:24 +03:00
Kristaps Fabians Geikins
05bd99b492
chore(server): core IoC 1 - graph/directives
2024-09-26 13:38:28 +03:00
Alessandro Magionami
07a6778fb0
chore(activitystream): refactor saveActivity
2024-09-26 10:34:27 +02:00
Iain Sproat
076622bb60
fix(logging): graphql errors are logged at the appropriate level ( #3114 )
2024-09-25 13:07:07 +01:00
Kristaps Fabians Geikins
5ab3428456
chore(server): comments IoC 9 - createCommentThreadAndNotifyFactory
2024-09-24 12:57:08 +03:00
Alessandro Magionami
fe424a98b6
Merge pull request #3082 from specklesystems/alessandro/web-943-get-stream-activity
...
Alessandro/web 943 get stream activity
2024-09-24 10:48:52 +02:00
Alessandro Magionami
daa742382f
Merge branch 'main' of github.com:specklesystems/speckle-server into alessandro/web-943-get-stream-activity
2024-09-23 15:59:55 +02:00
Gergő Jedlicska
4b944bb259
feat(workspaces): get workspace by slug gql api ( #3080 )
2024-09-23 15:56:00 +02:00
Alessandro Magionami
6920bb1f0c
chore(activitystream): refactor getStreamActivity
2024-09-23 15:40:49 +02:00
Kristaps Fabians Geikins
3b47774a9a
chore(server): auth typescript cleanup ( #3045 )
...
* chore(server): auth IoC 19 - setupStrategiesFactory
* chore(server): auth typescript cleanup
2024-09-20 12:23:12 +03:00
Gergő Jedlicska
00c01db923
feat(workspaces): add workspace slug support ( #2982 )
...
* feat(workspaces): add workspace slug support
* chore(workspaces): lint
* feat(workspaces): add slug validation and generation
* fix(workspaces): test lint miss
2024-09-18 13:29:36 +02:00
Chuck Driesler
56d392424d
feat(workspaces): move project to workspace ( #2992 )
...
* feat(workspaces): move project, like this
* fix(workspaces): use new event
* fix(workspaces): add resolver again after merge
* chore(workspaces): lint
* fix(workspaces): works but is a bit illegal
* fix(workspaces): use service update
* chore(workspaces): add unit tests
* fix(workspaces): use transaction
---------
Co-authored-by: Gergő Jedlicska <gergo@jedlicska.com >
2024-09-18 10:38:27 +02:00
Chuck Driesler
ac6dd70d27
feat(workspaces): default workspace project role ( #3013 )
...
* feat(workspaces): enable default project role in workspace
* fix(workspaces): not satisfying
* chore(workspaces): phrasing
* fix(workspaces): use new field in role mapping
* chore(workspaces): use roles
* fix(workspaces): update tests
* fix(workspaces): more parallel role update errors
* chore(workspaces): like this now
* chore(workspaces): revert changes to deps
* fix(workspaces): assert domain type conversion at gql layer
* fix(workspaces): repair tests
* fix(workspaces): fix more tests
2024-09-17 22:17:10 +02:00
Alessandro Magionami
9669a94552
chore(workspaces): optimize project roles resolvers
2024-09-16 17:27:43 +02:00
Alessandro Magionami
0d9ff2514a
Merge branch 'main' of github.com:specklesystems/speckle-server into alessandro/web-1767-guest-table-should-show-what-they-have-access-to
2024-09-16 16:14:54 +02:00
Kristaps Fabians Geikins
f5ebb7de08
fix(server): workspace status check query ( #2991 )
2024-09-13 14:51:48 +03:00
Kristaps Fabians Geikins
2569f190cb
Revert "fix(server): workspace status check query"
...
This reverts commit 5413269273 .
2024-09-13 14:02:56 +03:00
Kristaps Fabians Geikins
5413269273
fix(server): workspace status check query
2024-09-13 14:02:04 +03:00
Alessandro Magionami
c84924b474
Merge branch 'main' of github.com:specklesystems/speckle-server into alessandro/web-1767-guest-table-should-show-what-they-have-access-to
2024-09-13 10:26:25 +02:00
Alessandro Magionami
090e8b8b3b
feat(workspaces): add resolver to workspace for projectRoles
2024-09-13 10:25:46 +02:00
Kristaps Fabians Geikins
ee41c83df7
feat(server): allow unlimited project thread retrieval ( #2976 )
...
* feat(server): allow unlimited project thread retrieval
* Remove limit from frontend
---------
Co-authored-by: andrewwallacespeckle <andrew@speckle.systems >
2024-09-12 16:15:14 +01:00
Alessandro Magionami
6bda45ac61
Merge branch 'main' of github.com:specklesystems/speckle-server into alessandro/web-957-get-webhooks
2024-09-11 15:59:07 +02:00
Alessandro Magionami
378b4e3edc
chore(webhooks): fix codegen types
2024-09-11 15:49:18 +02:00
Kristaps Fabians Geikins
67ca1c7c6f
ts error fix
2024-09-11 15:51:14 +03:00
Kristaps Fabians Geikins
f60d459ead
chore(server): blobstorage IoC 1 - getBlobs
2024-09-11 15:30:36 +03:00
Alessandro Magionami
d3d29c5285
Merge pull request #2925 from specklesystems/fabians/stats-ioc-4
...
chore(server): stats IoC 4 - getTotalUserCountFactory
2024-09-11 09:52:33 +02:00
Alessandro Magionami
377f299c56
Merge pull request #2922 from specklesystems/fabians/stats-ioc-1
...
chore(server): stats IoC 1 - getTotalStreamCountFactory
2024-09-11 09:51:16 +02:00
Alessandro Magionami
2dc2869e76
Merge pull request #2919 from specklesystems/fabians/emails-ioc-6
...
chore(server): emails IoC 6 - sendVerificationEmailFactory
2024-09-11 09:48:26 +02:00
Kristaps Fabians Geikins
7be4a08601
Merge branch 'main' into fabians/emails-ioc-4
2024-09-10 16:43:58 +03:00
Kristaps Fabians Geikins
339516edb4
chore(server): stats IoC 4 - getTotalUserCountFactory
2024-09-10 15:00:31 +03:00
Kristaps Fabians Geikins
93734491c6
chore(server): stats IoC 1 - getTotalStreamCountFactory
2024-09-10 14:53:09 +03:00
Kristaps Fabians Geikins
9f6d2d9d3a
chore(server): emails IoC 6 - sendVerificationEmailFactory
2024-09-10 14:26:06 +03:00
Kristaps Fabians Geikins
f10c30aa3c
chore(server): emails IoC 4 - requestNewEmailVerificationFactory
2024-09-10 14:00:13 +03:00
Kristaps Fabians Geikins
a30073c725
chore: refactor stats module to ts
2024-09-10 09:38:16 +03:00
Alessandro Magionami
3fa2bcd4f3
Alessandro/web 1836 billing tab show x10 free guest ( #2896 )
...
* feat(workspaces): add label field to cost items
* feat(workspaces): use label field to display cost items
2024-09-06 10:42:31 +02:00
Kristaps Fabians Geikins
c92938eff3
chore(server): apollo server v3 -> v4 ( #2880 )
...
* main changes seem to be done?
* lint fix
* minor cleanup
* dataloader clear
2024-09-05 12:27:13 +03:00
Chuck Driesler
beabb5552b
Chuck/guests bug ( #2863 )
...
* fix(workspace): why can't guests seeeeee
* fix(workspaces): fix reference in test
* fix(workspaces): idk
2024-09-03 17:44:20 +02:00
Chuck Driesler
9ec90cd64f
fix(workspaces): guarantee that workspace admins are project owners ( #2835 )
...
* fix(workspaces): separate resolver for workspace project role update
* fix(workspaces): frontend protection
* fix(workspaces): new composable, clearer errors
* fix(workspaces): correct logic
* fix(workspaces): gen
2024-09-03 17:18:30 +02:00
Chuck Driesler
39c34b1b78
fix(workspaces): safer billing query for guests ( #2844 )
...
* fix(workspaces): safer billing query for guests
* chore(workspaces): comment
* chore(workspaces): lint
* chore(workspaces): ope
2024-09-02 15:23:27 +01:00
Mike
2c14fbc8e7
Fix permissions for project members ( #2792 )
2024-08-30 14:26:02 +01:00
Chuck Driesler
bbd5146e5a
fix(workspaces): add pagination to workspace team members ( #2644 )
...
* fix(workspaces): a suggestion of paginated teams
* fix(workspaces): workspace team pagination (?)
* fix(workspaces): pagination based on acl createdAt
* fix(workspaces): fix some roles-related tests
* fix(workspaces): improve query and tests
* fix(workspaces): collaborators query without incorrect groupBy
* fix(workspaces): add default values to migration
* Fixed queries and fragments
* Merged main
* Remove comment
* chore(workspaces): update WorkspaceCollaboratorCollection mocks
* chore(workspaces): fix role test
* chore(workspaces); ope
* fix(workspaces): move workspace acl timestamps to separate table
* Merge?
* fix(workspaces) drop that table
* fix(workspaces): cursor
* fix(workspaceInvites): undo merge borkage
* fix(workspaces): rework workspace member pagination
* fix(workspaces): fix test
* fix(workspaces): test test
* fix(workspaces): literally garbage
---------
Co-authored-by: Mike Tasset <mike.tasset@gmail.com >
Co-authored-by: Gergő Jedlicska <gergo@jedlicska.com >
2024-08-29 21:17:37 +02:00
Alessandro Magionami
ff29654b66
feat(workspaces): add discount and total fields
2024-08-29 15:20:51 +02:00