AnastasiaShemyakinskaya
|
0ac77145ae
|
GO-1367: migration for fixing imported notion pages
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
1a124282e8
|
GO-1084: Remove test code
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
700d65119e
|
GO-1340: Remove wait group from archive's apply hook
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
d7226cec4f
|
GO-1340: Clean up
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
60acd9e446
|
GO-1340: Goimports after merge
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
dfa2661dfe
|
GO-1310: Address code review
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
7178b8bdc4
|
GO-1310: Put all sync status components into one package
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
db5b8c6cd0
|
GO-1310: Rename package status to syncstatus
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
5a83d7ac54
|
GO-1310: Remove one redundant class
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
0409001d9f
|
GO-1084: Fix by comment
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
b852b406de
|
GO-1084: Remove relation2 alias
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
0c7d14f846
|
GO-1340: Fix offload bug
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
676cf39ff7
|
GO-1340: Clean up and fix tests
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
fa20b0a993
|
GO-1340: Fix uploading
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
4627fbae86
|
GO-1340: Fix offload
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
53380d4151
|
GO-1340: Fix go.mod
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
99c5fac719
|
GO-1340: Fix file deletion
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
e6aaf7e126
|
GO-1340: Add more logs, remove from uploading queue when adding to removing queue
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
5211e9329d
|
GO-1340: Remove deleted file from uploading queue
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
7dd66c795a
|
GO-1340: Fix offload
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
b5e530cd01
|
GO-1340: Goimports after merge
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
45a00da61c
|
GO-1084: Use real limit
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
00a9242117
|
GO-1340: Fix queue logic; refactor
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
5bdd3a4f74
|
GO-1340: Bytes usage events; some queue refactoring
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
1e7e85e7f5
|
GO-1340: Add limit reached event; fix file queue
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
8b414b07a8
|
GO-1340: Add File.LimitReached event
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
bb8e1033d7
|
GO-1306: Test limit
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
b213e160df
|
GO-1306: Sync files on reindex
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
e4ee7927f5
|
GO-1306: Reindex files to add fileSyncStatus
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
c1fab6384f
|
GO-1306: Store file sync status in details
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
8af40a081a
|
GO-1306: Unwatch file if it's synced
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
c64c6054ba
|
GO-1310: Refactor status service
I decided to split Status and related services into multiple small but clear and cohesive components
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
81684846fc
|
GO-1084: Refactor; increase file loading timeout
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
ce9e6411b0
|
GO-1084: Improve adding to file sync queue; fix bug with binding
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
247554c376
|
GO-1084: Refactor
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
cb0da7b34b
|
GO-1084: Check limit
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
28d578270b
|
GO-1084: Fix tests
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
d485022754
|
GO-1084: Rename IService to Service
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
43b53125ca
|
GO-1084: Define interface for file service
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
6f1add010d
|
GO-1084: Rearrange packages, cleanup
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
f8488b8b7d
|
GO-1084: Cleanup
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
fc83f8e447
|
GO-1084: Cleanup file service's public interface
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
f86e9808a8
|
GO-1084: Rearrange packages
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
19eb080911
|
GO-1084: Delete some legacy packages
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
3d0c91a895
|
GO-1084: Clarify code
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
4b3618b416
|
GO-1084: Cleanup source service
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
27f1d474bf
|
GO-1084: Cleanup core service
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
db21e190f4
|
GO-1084: Extract file methods from anytype service 🎉
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
1c6ce78557
|
GO-1084: Remove runtime deps from Workspaces
|
2023-04-25 18:17:59 +02:00 |
|
Sergey
|
5212f3eba6
|
GO-1084: Refactor smartblock further
|
2023-04-25 18:17:59 +02:00 |
|