Releases: FleekHQ/space-daemon
v0.0.36-dev
Changelog
bddaa05 Fix search db reinstantiation and mirror bucket creation failure (#253)
1e2b9c6 Merge branch 'master' of https://github.com/FleekHQ/space-poc into develop
0508515 SentFile: use db.OrderByID()
v0.0.36
v0.0.35
v0.0.34
Changelog
11e9d71 Enable CGO for windows release
297e680 Feature: Improve infix search on files search
81e69d9 Feature: Replace Sqlite Search with Bleve
24765fb Fix broken develop release
db3c1a8 Fix textile client mock
187ffc3 Fix: Close Temp File after open for info
6b6380d Fix: Lowercase query for Search QueryFileData [ch19495]
f842c79 Fix: Speed up public link generation (#249)
022659f GetSharedByMeFiles()
fe00245 Hotfix: add type for passphrase backup
f4eb9a1 Hotfix: call to disable sync and make sure its called on delete account
53c290f Mark folders as locally available (#247)
617b7b5 Merge pull request #237 from FleekHQ/hotfix/panic-on-post-del
ea76d42 Merge pull request #240 from FleekHQ/fix/ch19662/sqlite-cgo-build-error
b3d599b Merge pull request #241 from FleekHQ/hotfix/vault/add-passphrase-type
9e093b9 Merge pull request #242 from FleekHQ/develop
fbf84eb Merge pull request #243 from FleekHQ/feature/replace-sqlite-search-with-bleve
5a07e94 Merge pull request #245 from FleekHQ/fix/ch19653/close-tmpFile-on-openFileOnFs
8f94346 Merge pull request #250 from FleekHQ/feature/improve-files-search
v0.0.33
Changelog
2bf9b4d Feature: Implement Partial Text Search with SQLitee
12defc5 Fix file subscription events (#235)
34d2b0b Merge pull request #234 from FleekHQ/feature/ch19495/partial-text-search-indexer
b469d73 Merge pull request #238 from FleekHQ/develop
df8f9da Remove file info stream and add more info to file events (#236)
d5ac86f sqlite: use usr.HomeDir
v0.0.33-dev
v0.0.32-dev
v0.0.31-dev
Changelog
d3f73d3 Delete account: add start/stop components, TODO: fix still blocking of grpc handler return
9649221 Delete account: bring back local file deletes
68e8f40 Delete account: coordinate with sync jobs on delete and move initialize sync to inside healthcheck.
4cac48d Delete account: fix failing test due to mock
b0df0ef Delete account: fix mock
d4ffaef Delete account: fix shutdown error for ipfs node
0cfda27 Delete account: pass ipfs into svc so we can start and stop it during delete.
9bc2f71 Delete account: pr comments
37714cf Delete account: remove duplicate DropAll
eea908f Delete account: some cleanup was missed
294f71b Delete account: temp soln of deleting buckets explicitly instead of removing all datadirs and shutting off components.
fc0413e Delete account: use DropAll instead of Close for badger. Also handle non err bug in meta thread creation.
5f2b250 Draft, account removal
8105160 Feature: Files Search Schema and implementation [ch19245] (#225)
130b00f Fix a tc.sync.NotifyBucketStartup() SIGSEGV
12defc5 Fix file subscription events (#235)
d811f12 Fix/edit shared files (#233)
4423a79 Fix: Search Index Extension and Result Path trimming (#228)
94abcd4 Hotfix: opening file inside a subfolder instead of root (#229)
6e7df01 Mark removing remote copies as todo
72c737b Merge branch 'develop' into feature/ch17563-updates
81cacea Merge branch 'develop' into feature/ch17563-updates
d5bbb33 Merge branch 'develop' into feature/ch17563-updates
1a5a53e Merge pull request #219 from FleekHQ/feature/ch17563-updates
9918e42 Move truncating data into FS service
5d8804c Replication and restoration of Metathread (#226)
0d1b789 added file stream endpoint
0601785 undo last commit
v0.0.30
Changelog
d3f73d3 Delete account: add start/stop components, TODO: fix still blocking of grpc handler return
9649221 Delete account: bring back local file deletes
68e8f40 Delete account: coordinate with sync jobs on delete and move initialize sync to inside healthcheck.
4cac48d Delete account: fix failing test due to mock
b0df0ef Delete account: fix mock
d4ffaef Delete account: fix shutdown error for ipfs node
0cfda27 Delete account: pass ipfs into svc so we can start and stop it during delete.
9bc2f71 Delete account: pr comments
37714cf Delete account: remove duplicate DropAll
eea908f Delete account: some cleanup was missed
294f71b Delete account: temp soln of deleting buckets explicitly instead of removing all datadirs and shutting off components.
fc0413e Delete account: use DropAll instead of Close for badger. Also handle non err bug in meta thread creation.
5f2b250 Draft, account removal
8105160 Feature: Files Search Schema and implementation [ch19245] (#225)
bc28445 Feature: Files Search Schema and stub implementation [ch19245] (#221)
130b00f Fix a tc.sync.NotifyBucketStartup() SIGSEGV
d811f12 Fix/edit shared files (#233)
4423a79 Fix: Search Index Extension and Result Path trimming (#228)
8bf8618 Hotfix: make backup on task parallelizable so it doesn't block other tasks
94abcd4 Hotfix: opening file inside a subfolder instead of root (#229)
25bdf67 Listen for textile client updates (#220)
0c6f0ac Make iterator fn use file path instead of ipfs path (#223)
6e7df01 Mark removing remote copies as todo
81cacea Merge branch 'develop' into feature/ch17563-updates
d5bbb33 Merge branch 'develop' into feature/ch17563-updates
72c737b Merge branch 'develop' into feature/ch17563-updates
1a5a53e Merge pull request #219 from FleekHQ/feature/ch17563-updates
a98a1de Merge pull request #222 from FleekHQ/hotfix/make-backup-task-parallel
1c7a527 Merge pull request #230 from FleekHQ/develop
9918e42 Move truncating data into FS service
5d8804c Replication and restoration of Metathread (#226)
059cacb Reuse mirror bucket instead of creating a new one
3c0cb8f Revert DownloadFile()
0d1b789 added file stream endpoint
0601785 undo last commit
v0.0.30-pre-dev
Changelog
d3f73d3 Delete account: add start/stop components, TODO: fix still blocking of grpc handler return
9649221 Delete account: bring back local file deletes
68e8f40 Delete account: coordinate with sync jobs on delete and move initialize sync to inside healthcheck.
4cac48d Delete account: fix failing test due to mock
b0df0ef Delete account: fix mock
d4ffaef Delete account: fix shutdown error for ipfs node
0cfda27 Delete account: pass ipfs into svc so we can start and stop it during delete.
9bc2f71 Delete account: pr comments
37714cf Delete account: remove duplicate DropAll
eea908f Delete account: some cleanup was missed
294f71b Delete account: temp soln of deleting buckets explicitly instead of removing all datadirs and shutting off components.
fc0413e Delete account: use DropAll instead of Close for badger. Also handle non err bug in meta thread creation.
5f2b250 Draft, account removal
8105160 Feature: Files Search Schema and implementation [ch19245] (#225)
130b00f Fix a tc.sync.NotifyBucketStartup() SIGSEGV
dbeee10 Fix tests
ec775bd Fix tests
4423a79 Fix: Search Index Extension and Result Path trimming (#228)
8c9f1eb Make iterator fn use file path instead of ipfs path
63977d4 Make local file cache depend on CID to enable remote updates
6e7df01 Mark removing remote copies as todo
81cacea Merge branch 'develop' into feature/ch17563-updates
72c737b Merge branch 'develop' into feature/ch17563-updates
d5bbb33 Merge branch 'develop' into feature/ch17563-updates
f85e789 Merge branch 'develop' of https://github.com/FleekHQ/space-poc into ch19344/restore-issue
016aa8e Merge branch 'develop' of https://github.com/FleekHQ/space-poc into ch19344/restore-issue
1958eea Merge branch 'develop' of https://github.com/FleekHQ/space-poc into ch19344/restore-issue
1a5a53e Merge pull request #219 from FleekHQ/feature/ch17563-updates
9918e42 Move truncating data into FS service
71a88c0 Remove leftover
0430bd7 Restore flow now also restores bucket threads
7829920 Restore working
6076e30 Split up big line
2453181 WIP