This website requires JavaScript.
Explore
Help
Sign In
sneak
/
vaultik
Watch
1
Star
0
Fork
0
Code
Issues
18
Pull Requests
4
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
check
release
125 workflow runs
Actor
All actors
clawbot
sneak
Status
All status
Success
Failure
Canceled
Skipped
Waiting
Running
Blocked
Canceling
Branch
All branches
feature/daemon-mode
issue-112-json-decouple-quiet
issue-124-restore-another-machine
issue-66-storage-tests
main
next
test: add migration engine tests
check #40
:
Commit
197f09066b
pushed by
clawbot
#58
2026-03-26 18:00:10 +01:00
4m26s
View workflow file
Move schema_migrations table creation into 000.sql with INTEGER version column
check #39
:
Commit
eb1d5dd561
pushed by
clawbot
#58
2026-03-26 17:48:11 +01:00
2m30s
View workflow file
fix: add RunDaemon test, remove dead daemonWatcherBatchDelay constant
check #38
:
Commit
87acc05a77
pushed by
clawbot
#56
2026-03-24 21:45:52 +01:00
3m7s
View workflow file
feat: implement daemon mode with filesystem watching
check #37
:
Commit
07a31a54d4
pushed by
clawbot
#56
2026-03-24 17:53:36 +01:00
4m57s
View workflow file
feat: per-name purge filtering for snapshot purge (
#51
)
check #36
:
Commit
65da291ddf
pushed by
sneak
main
2026-03-22 00:55:16 +01:00
4m50s
View workflow file
refactor: remove backward compat wrapper and legacy snapshot support
check #35
:
Commit
b939e016e3
pushed by
clawbot
#51
2026-03-22 00:50:52 +01:00
2m27s
View workflow file
feat: concurrent manifest downloads in ListSnapshots (
#50
)
check #34
:
Commit
dcf3ec399a
pushed by
sneak
main
2026-03-22 00:44:10 +01:00
2m28s
View workflow file
feat: per-name purge filtering for snapshot purge
check #32
:
Commit
e3e1f1c2e2
pushed by
clawbot
#51
2026-03-20 07:00:39 +01:00
4m28s
View workflow file
feat: concurrent manifest downloads in ListSnapshots
check #31
:
Commit
d39d939c5b
pushed by
clawbot
#50
2026-03-20 06:58:37 +01:00
2m48s
View workflow file
Remove all ctime usage and storage (
#55
)
check #30
:
Commit
1c72a37bc8
pushed by
sneak
main
2026-03-20 03:12:55 +01:00
5s
View workflow file
fix: restore ON DELETE CASCADE on snapshot_files.file_id and snapshot_blobs.blob_id FKs
check #29
:
Commit
15f0172e0c
pushed by
clawbot
#55
2026-03-19 14:18:09 +01:00
2m26s
View workflow file
fix: replace O(n²) duplicate detection with map-based O(1) lookups
check #28
:
Commit
ea8edd653f
pushed by
clawbot
#45
2026-03-19 14:11:11 +01:00
2m28s
View workflow file
remove ctime column from schema, model, queries, scanner, and docs
check #27
:
Commit
1717677288
pushed by
clawbot
#55
2026-03-19 14:12:46 +01:00
4m19s
View workflow file
schema: add ON DELETE CASCADE to snapshot_files.file_id and snapshot_blobs.blob_id FKs (
#46
)
check #26
:
Commit
60b6746db9
pushed by
sneak
main
2026-03-19 14:06:29 +01:00
2m48s
View workflow file
fix: add ON DELETE CASCADE to uploads FK on snapshot_id (
#44
)
check #25
:
Commit
f28c8a73b7
pushed by
sneak
main
2026-03-19 14:01:54 +01:00
2m24s
View workflow file
Rename blob_fetch_stub.go to blob_fetch.go (
#53
)
check #24
:
Commit
1c0f5b8eb2
pushed by
sneak
main
2026-03-19 09:38:07 +01:00
4m28s
View workflow file
rename blob_fetch_stub.go to blob_fetch.go
check #22
:
Commit
d0818e800b
pushed by
clawbot
#53
2026-03-19 00:34:50 +01:00
2m28s
View workflow file
fix: remove destructive sync from ListSnapshots
check #21
:
Commit
a36b314c79
pushed by
clawbot
#49
2026-03-19 00:35:39 +01:00
4m8s
View workflow file
rename blob_fetch_stub.go to blob_fetch.go
check #20
:
Commit
8d3a3ab7a1
pushed by
clawbot
#53
2026-03-19 00:29:20 +01:00
2m30s
View workflow file
Refactor: break up oversized methods into smaller descriptive helpers (
#41
)
check #19
:
Commit
ac2f21a89d
pushed by
sneak
main
2026-03-19 00:28:05 +01:00
4m17s
View workflow file
fix: verify blob hash after download and decryption (
closes
#5
) (
#39
)
check #18
:
Commit
8c59f55096
pushed by
sneak
main
2026-03-19 00:23:42 +01:00
2m28s
View workflow file
feat: per-name purge filtering for snapshot purge
check #17
:
Commit
c76a357570
pushed by
clawbot
#51
2026-03-18 05:58:42 +01:00
4m13s
View workflow file
feat: concurrent manifest downloads in ListSnapshots
check #16
:
Commit
588e84da9c
pushed by
clawbot
#50
2026-03-18 05:56:14 +01:00
4m8s
View workflow file
fix: remove destructive sync from ListSnapshots
check #15
:
Commit
4bcca47ce6
pushed by
clawbot
#49
2026-03-18 05:45:17 +01:00
2m29s
View workflow file
fix: populate ctime from actual filesystem stats instead of mtime fallback
check #14
:
Commit
25860c03a9
pushed by
clawbot
#48
2026-03-17 21:52:47 +01:00
2m27s
View workflow file
fix: populate ctime from platform-specific syscall data
check #13
:
Commit
a53203d60d
pushed by
clawbot
#48
2026-03-17 21:52:37 +01:00
4m19s
View workflow file
fix: use deleteSnapshotFromLocalDB in syncWithRemote
check #12
:
Commit
332ea26bce
pushed by
clawbot
#47
2026-03-17 21:45:08 +01:00
2m31s
View workflow file
schema: add ON DELETE CASCADE to snapshot_files.file_id and snapshot_blobs.blob_id FKs
check #11
:
Commit
014e675dba
pushed by
clawbot
#46
2026-03-17 21:46:56 +01:00
4m24s
View workflow file
fix: replace O(n²) duplicate detection with map-based O(1) lookups
check #10
:
Commit
6522ccea75
pushed by
clawbot
#45
2026-03-17 13:52:28 +01:00
2m28s
View workflow file
fix: add ON DELETE CASCADE to uploads FK on snapshot_id
check #9
:
Commit
bc70a0a973
pushed by
clawbot
#44
2026-03-17 13:53:06 +01:00
4m15s
View workflow file
First
Previous
1
2
3
4
5
Next
Last