Kristaps Fabians Geikins
1351b6b82a
feat(server): fixing double summary emails per week ( #1054 )
...
* feat(server task scheduler): sketch out core task scheduler implementation
* feat(server weekly activity digests): add function lock duration to the weekly digest execution
* feat(server scheduled tasks): add scheduled tasks type definition, db schema and migration
* feat(server scheduled tasks): add scheduled tasks repository
* feat(server task scheduler): add task scheduler service implementation
* chore(server deps): add mocha type definitions
* refactor(server scheduled tasks): refactor scheduled tasks migration
* refactor(server scheduled tasks): refactor scheduled task db schema and type definitions
* feat(server scheduled tasks): implement db side lock acquire
* refactor(server scheduled tasks): refactor task scheduler with lock on query mechanism
* test(server scheduled tasks): add tests for scheduled tasks implementation
* refactor(server weekly activity digests): refactor to new task scheduler implementation
* feat(server weekly activity digest): switch to a 1000 seconds trigger period for testing purposes
* fix(server task scheduler): fix not catching lock acquire function errors
Co-authored-by: Gergő Jedlicska <gergo@jedlicska.com >
2022-10-04 16:11:01 +02:00
Kristaps Fabians Geikins
c7e4c9981c
fix(server): streamUpdatePermission wont allow adding new users to streams ( #1032 )
...
* fix(server): fixing streamUpdatePermissions allowing to add new users to stream
* fix(server): fixing tests to better test streamUpdatePermission
2022-09-26 16:40:17 +02:00
Kristaps Fabians Geikins
84c6ea68a2
fix(server): hopefully fixing some flaky tests ( #1021 )
2022-09-22 17:16:34 +03:00
Kristaps Fabians Geikins
05f11a26da
feat: batch commit delete/move ( #1016 )
...
* feat: batch delete/move commits
* fix: ts linter issue
2022-09-22 16:49:18 +03:00
Kristaps Fabians Geikins
3da39a7b11
refactor(server): User.streams only returns discoverable streams for non-owners ( #1002 )
2022-09-22 12:21:06 +03:00
Kristaps Fabians Geikins
651dee0977
feat(server): stream discoverability flag & queries ( #948 )
2022-08-24 13:46:24 +03:00
Kristaps Fabians Geikins
774176246e
feat: pretty password reset email + bugfixes ( #939 )
2022-08-24 11:59:30 +03:00
Kristaps Fabians Geikins
af45fc2742
feat(server): notify on comment mention + notifications API ( #933 )
2022-08-19 10:27:48 +03:00
Kristaps Fabians Geikins
7aa21e88bd
chore: cleaning up suuid usages ( #943 )
2022-08-18 15:29:05 +03:00
Kristaps Fabians Geikins
0427f5cfd1
feat(server): new base email template + implementation for invites emails ( #903 )
...
Co-authored-by: Dimitrie Stefanescu <didimitrie@gmail.com >
2022-08-11 11:00:01 +03:00
Kristaps Fabians Geikins
b966f20fdb
refactor(server): typescript support ( #874 )
...
Co-authored-by: Gergő Jedlicska <gergo@jedlicska.com >
2022-08-04 14:21:39 +02:00
Kristaps Fabians Geikins
3ff772e342
fix: various server invites related improvements & fixes ( #837 )
...
* moving to invite token field, fixing comments & activity bugs I found, adding role prop to stream invite creation
* more fixes
* more tests
2022-07-25 11:02:22 +03:00
Kristaps Fabians Geikins
da9224a069
feat: server & stream invites rework
...
feat: server & stream invites rework
Co-authored-by: Dimitrie Stefanescu <didimitrie@gmail.com >
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-07-19 13:01:19 +03:00
Dimitrie Stefanescu
75b922fadb
fix(tests): updates commit update test
2022-06-20 11:15:39 +01:00
Dimitrie Stefanescu
b7db929357
fix(backend): branch tests
2022-06-07 11:47:35 +01:00
Dimitrie Stefanescu
27d32bc9c2
fix(backend): closes #705 (adds be validation & tests)
2022-06-06 20:35:51 +01:00
Gergő Jedlicska
bd543ed38e
refactor(server): completely remove app-root-path package
2022-05-03 15:36:18 +02:00
Gergő Jedlicska
43aa9965b1
test(server): fix gql subs test imports
2022-05-03 14:03:22 +02:00
Gergő Jedlicska
0ac118e05c
(refactor) server for less app-root-path
2022-05-03 13:10:00 +02:00
Gergő Jedlicska
0bb5ae5a02
ci(pre-commit): add pre-commit ci badge ( #664 )
...
* ci(pre-commit): add pre-commit ci badge
* ci(pre-commit ci): add eslint extra dependencies
* test(server test): remove to short timeout from rest tests
* ci(pre-commit ci): add eslint as dependenency
* ci(circle ci): remove linting from circle ci since its moved to pre-commit ci
2022-04-05 17:18:17 +03:00
Gergő Jedlicska
89d0d9e0ed
style: fix eslint warnings
2022-04-04 22:32:34 +02:00
Fabians
4699e6794c
reformatting again for 88 width
2022-04-04 19:21:28 +03:00
Fabians
1c7436e7ff
extra prefer-const & object-shorthand
2022-04-04 19:00:24 +03:00
Gergő Jedlicska
1355ddab6f
style(all): some extra formatting fixes
2022-04-01 09:40:47 +02:00
Gergő Jedlicska
7906307a8f
fix(server tests): fixed all non awaited rejected promisses
2022-03-31 15:21:13 +02:00
Gergő Jedlicska
985d95181a
Merge branch 'main' of github.com:specklesystems/speckle-server into eslintAllTheThings
2022-03-31 14:53:52 +02:00
Gergő Jedlicska
d53df11f77
style(server): fix all eslint errors and break the tests
2022-03-31 14:18:44 +02:00
Fabians
abe6d5e086
chore: re-formatted everything with prettier
2022-03-30 12:54:24 +03:00
Gergő Jedlicska
569b4688fa
style(all): reformat with print width 88
2022-03-29 19:46:49 +02:00
Fabians
aa5e94d640
chore: reformatting everything with prettier
2022-03-29 17:12:31 +03:00
Kristaps Fabians Geikins
aeeb88340d
feat: favoriting streams #620 ( #633 )
2022-03-29 16:30:49 +03:00
Gergő Jedlicska
19c01fe052
test(server): test archived users search
2022-03-23 18:06:53 +01:00
Gergő Jedlicska
522126a24d
fix(server): do not query archived users for searchUsers query if not explicitly asked
...
fix #612
2022-03-23 18:06:09 +01:00
Cristian Balas
f37e623c8b
Server limits and ratelimits ( #632 )
2022-03-23 14:29:58 +02:00
Gergő Jedlicska
799589b5fe
Merge pull request #575 from specklesystems/unittestRefactor
...
Rework test hooks
2022-02-08 12:29:24 +01:00
Cristian Balas
9329265708
Upgrade dependencies ( #577 )
2022-02-07 14:04:26 +02:00
Gergő Jedlicska
68a4a95d90
refactor(server): rework test hooks
...
drop db migration before and after hooks, add helpers and root hooks
fix #531
2022-02-05 15:05:17 +01:00
Cristian Balas
7cfa85a627
other lgtm fixes ( #571 )
2022-02-02 15:30:25 +02:00
Dimitrie Stefanescu
1cc6523752
Merge pull request #477 from specklesystems/gergo/streamIdUnification
...
fix(frontend): replace streamid with streamId in frontend gql query
2021-11-30 19:22:00 +00:00
Gergő Jedlicska
5369aaa438
fix(frontend): replace streamid with streamId in frontend gql query
...
fixes #232
2021-11-23 16:54:37 +01:00
Gergő Jedlicska
9b82a84368
test(server): add streams query limit test
2021-11-23 15:48:16 +01:00
Gergő Jedlicska
a1e2af7bc8
test(server): add tests for stream admin stuff
2021-11-23 14:54:10 +01:00
Gergő Jedlicska
b1b07bd8e6
fix(core users): handle case insensitive email comparison in a backwards compatible way
2021-11-12 11:55:40 +01:00
Gergő Jedlicska
429821669f
test((server) gql subscription test): refactor gql subscriptions tests to use random port server
2021-11-05 20:31:06 +01:00
Gergő Jedlicska
df69422f5f
feat((server) add rest api server role validation): check server role when getting objects from api
2021-11-04 22:24:35 +01:00
Gergő Jedlicska
fe12b5641a
test((server) archived user test fix): fix archived user commit create test
2021-11-04 13:49:10 +01:00
Gergő Jedlicska
8050c30d6d
test((server) archival tests): add archived user scope tests
...
also i'm trying to fix flaky tests
2021-11-04 13:33:22 +01:00
Gergő Jedlicska
2050aa9c95
feat((server, frontend) admin user deletion): add user deletion functionality to admin page
2021-11-02 21:34:38 +01:00
Gergő Jedlicska
de9dcb5258
fix(server branches.spec): remove random crypto-random
2021-10-28 19:11:17 +02:00
Gergő Jedlicska
77363aeb98
feat(server branch query): always order by createdAt
2021-10-28 17:56:53 +02:00