Karol Sójko
|
85d0c12dad
|
fix(revisions): initial migration to check if user_uuid exists on table
|
2023-02-17 11:01:37 +01:00 |
|
Karol Sójko
|
25c98ef078
|
chore: fix path for syncing server revisions dumps
|
2023-02-16 15:17:00 +01:00 |
|
Karol Sójko
|
af51baea9a
|
chore: fix upload volume path on example docker compose file
|
2023-02-16 15:06:31 +01:00 |
|
Karol Sójko
|
e97b16606c
|
chore: fix db migrations path in self hosting setup
|
2023-02-16 13:26:51 +01:00 |
|
Karol Sójko
|
5ff9e43899
|
chore: fix default public files server url
|
2023-02-16 11:39:41 +01:00 |
|
Karol Sójko
|
d3a49e109c
|
chore: change the localstack bootstrap path in the example docker compose file
|
2023-02-16 09:06:07 +01:00 |
|
Karol Sójko
|
e3dbff6996
|
chore: change the env file name in the example docker compose file
|
2023-02-16 09:04:18 +01:00 |
|
Karol Sójko
|
d9f5410afd
|
chore: add mounted volume for file uploads
|
2023-02-15 17:37:25 +01:00 |
|
standardci
|
0568c8f563
|
chore(release): publish new version
- @standardnotes/analytics@2.20.1
- @standardnotes/api-gateway@1.48.1
- @standardnotes/auth-server@1.88.1
- @standardnotes/domain-core@1.11.3
- @standardnotes/files-server@1.10.1
- @standardnotes/revisions-server@1.12.1
- @standardnotes/scheduler-server@1.17.1
- @standardnotes/syncing-server@1.31.1
- @standardnotes/websockets-server@1.6.1
- @standardnotes/workspace-server@1.20.1
|
2023-02-15 10:23:04 +00:00 |
|
Karol Sójko
|
16043a7d68
|
fix(domain-core): remove unnecessary dependencies
|
2023-02-15 11:07:37 +01:00 |
|
standardci
|
f24ee61d11
|
chore(release): publish new version
- @standardnotes/analytics@2.20.0
- @standardnotes/event-store@1.7.0
- @standardnotes/scheduler-server@1.17.0
- @standardnotes/websockets-server@1.6.0
- @standardnotes/workspace-server@1.20.0
|
2023-02-15 07:49:09 +00:00 |
|
Karol Sójko
|
881a6967ac
|
feat: optimize memory on server utilities
|
2023-02-15 08:34:56 +01:00 |
|
standardci
|
a93f66c6ac
|
chore(release): publish new version
- @standardnotes/api-gateway@1.48.0
- @standardnotes/auth-server@1.88.0
- @standardnotes/files-server@1.10.0
- @standardnotes/revisions-server@1.12.0
- @standardnotes/syncing-server@1.31.0
|
2023-02-15 07:27:56 +00:00 |
|
Karol Sójko
|
fdf4b29ae2
|
feat: optimize memory usage (#444)
* fix(syncing-server): optimize memory usge
* fix: optimize remaining self hostable services
|
2023-02-15 08:14:37 +01:00 |
|
standardci
|
d5f6ca0d2e
|
chore(release): publish new version
- @standardnotes/api-gateway@1.47.1
- @standardnotes/auth-server@1.87.15
- @standardnotes/files-server@1.9.18
- @standardnotes/revisions-server@1.11.6
- @standardnotes/syncing-server@1.30.2
|
2023-02-14 07:13:34 +00:00 |
|
Karol Sójko
|
12d9ccf28c
|
chore: switch to node pnp initializing
|
2023-02-14 07:59:31 +01:00 |
|
Karol Sójko
|
ffc270cc6f
|
chore: fix remove yarn pnp overhead on wait-for scripts
|
2023-02-14 07:59:30 +01:00 |
|
Karol Sójko
|
61e2e58297
|
chore: fix remove yarn pnp initializing from bundled packages
|
2023-02-14 07:59:30 +01:00 |
|
standardci
|
b68ede1f63
|
chore(release): publish new version
- @standardnotes/revisions-server@1.11.5
|
2023-02-13 11:11:12 +00:00 |
|
Karol Sójko
|
d333c1393c
|
fix(revisions): api gateway middleware binding
|
2023-02-13 11:56:56 +01:00 |
|
Karol Sójko
|
35d6f2f961
|
Revert "fix(revisions): add missing inversify annotation for api gateway auth middleware"
This reverts commit 3d619a0c61 .
|
2023-02-13 11:56:30 +01:00 |
|
Karol Sójko
|
3d619a0c61
|
fix(revisions): add missing inversify annotation for api gateway auth middleware
|
2023-02-13 11:53:51 +01:00 |
|
standardci
|
bda812f170
|
chore(release): publish new version
- @standardnotes/revisions-server@1.11.4
|
2023-02-13 10:40:48 +00:00 |
|
Karol Sójko
|
826719bb67
|
fix(revisions): missing api gateway middleware
|
2023-02-13 11:26:45 +01:00 |
|
standardci
|
631101eae5
|
chore(release): publish new version
- @standardnotes/syncing-server@1.30.1
|
2023-02-13 10:06:28 +00:00 |
|
Karol Sójko
|
fa0b9bf935
|
fix(syncing-server): worker container configuration
|
2023-02-13 10:52:06 +01:00 |
|
standardci
|
708af5e83c
|
chore(release): publish new version
- @standardnotes/api-gateway@1.47.0
- @standardnotes/syncing-server@1.30.0
|
2023-02-13 09:28:02 +00:00 |
|
Karol Sójko
|
993d31167b
|
feat(syncing-server): refactor container config into server and worker (#443)
* feat(syncing-server): refactor container config into server and worker
* fix(syncing-server): yarn lock
* fix(api-gateway): add client update response on v1 revision endpoints
* fix(syncing-server): linter issue
|
2023-02-13 10:12:32 +01:00 |
|
standardci
|
ac5fc7d28a
|
chore(release): publish new version
- @standardnotes/revisions-server@1.11.3
|
2023-02-13 08:18:04 +00:00 |
|
Karol Sójko
|
73f3fad13d
|
Revert "fix(revisions): remove inversify.js in favour of simple di container implementation (#442)"
This reverts commit 89ee103303 .
|
2023-02-13 09:02:37 +01:00 |
|
standardci
|
85e0e2165f
|
chore(release): publish new version
- @standardnotes/revisions-server@1.11.2
|
2023-02-10 14:44:29 +00:00 |
|
Karol Sójko
|
89ee103303
|
fix(revisions): remove inversify.js in favour of simple di container implementation (#442)
|
2023-02-10 15:28:03 +01:00 |
|
standardci
|
6b313947c3
|
chore(release): publish new version
- @standardnotes/revisions-server@1.11.1
|
2023-02-10 12:20:38 +00:00 |
|
Karol Sójko
|
fba8e6ce35
|
chore: rearrange workflow deps
|
2023-02-10 13:05:48 +01:00 |
|
Karol Sójko
|
622c024547
|
fix(revisions): remove missing middleware binding
|
2023-02-10 13:00:18 +01:00 |
|
Karol Sójko
|
2c51d92bab
|
chore: reduce Docker image size
|
2023-02-10 12:58:20 +01:00 |
|
Karol Sójko
|
11ef2ef708
|
chore: fix publishing flow
|
2023-02-10 12:57:38 +01:00 |
|
standardci
|
df793e07fd
|
chore(release): publish new version
- @standardnotes/revisions-server@1.11.0
|
2023-02-10 08:11:48 +00:00 |
|
Karol Sójko
|
bae6eea3aa
|
Merge pull request #440 from standardnotes/split_containers
feat(revisions): refactor container to split worker and server containers
|
2023-02-10 08:20:08 +01:00 |
|
Karol Sójko
|
be17b67cc1
|
fix(revisions): remove the interval ping
|
2023-02-10 08:04:51 +01:00 |
|
Karol Sójko
|
645a24d29b
|
fix(revisions): controller bindings
|
2023-02-10 07:58:26 +01:00 |
|
Karol Sójko
|
64962ce632
|
fix: yarn lock file
|
2023-02-10 06:59:36 +01:00 |
|
Karol Sójko
|
5120883691
|
feat(revisions): refactor container to split worker and server containers
|
2023-02-10 06:58:51 +01:00 |
|
standardci
|
0b4570ebee
|
chore(release): publish new version
- @standardnotes/api-gateway@1.46.13
- @standardnotes/auth-server@1.87.14
- @standardnotes/files-server@1.9.17
- @standardnotes/revisions-server@1.10.30
|
2023-02-09 11:02:48 +00:00 |
|
Karol Sójko
|
5bbdc7e426
|
fix: performance of startup sequence in supervisor controlled self-hosting setup
|
2023-02-09 11:23:51 +01:00 |
|
standardci
|
a1d60630a0
|
chore(release): publish new version
- @standardnotes/api-gateway@1.46.12
- @standardnotes/auth-server@1.87.13
- @standardnotes/files-server@1.9.16
- @standardnotes/revisions-server@1.10.29
- @standardnotes/syncing-server@1.29.15
|
2023-02-09 10:05:20 +00:00 |
|
Karol Sójko
|
e96fd6d69e
|
fix: optimize memory usage
|
2023-02-09 10:23:10 +01:00 |
|
Karol Sójko
|
1423b3fc35
|
chore: change workflow name
|
2023-02-08 11:52:52 +01:00 |
|
Karol Sójko
|
fd10b4d585
|
chore: fix supervisor startup sequence
|
2023-02-08 11:37:21 +01:00 |
|
Karol Sójko
|
8a79437668
|
chore: fix startup procedure for self hosting
|
2023-02-08 11:02:05 +01:00 |
|