Commit Graph

16 Commits

Author SHA1 Message Date
e58d6462a9
Massive handlers refactoring
All checks were successful
continuous-integration/drone/push Build is passing
Taking logic from handler into glue module
Add tests for apps
Updated docker library
2022-02-06 00:01:05 +01:00
c5667f99b8
Stack overflow fix
All checks were successful
continuous-integration/drone/push Build is passing
2021-11-04 00:09:42 +01:00
872826c0b1
Download link generator for snapshots
All checks were successful
continuous-integration/drone/push Build is passing
Three days expiration
2021-11-03 22:32:38 +01:00
66476df2bc
Fix removing of .chowned
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
2021-11-01 21:38:24 +01:00
564e9ec4f1
Remove .chowned file to restore ownership of files when restore from snapshot
Some checks failed
continuous-integration/drone/push Build is failing
2021-11-01 21:30:08 +01:00
4e56ab7657
Size of the snapshot in metadata fix
All checks were successful
continuous-integration/drone/push Build is passing
2021-11-01 21:19:42 +01:00
d2b935b85c
Extension fix
All checks were successful
continuous-integration/drone/push Build is passing
2021-11-01 19:55:38 +01:00
12c2b14b6f
Switch to TarZstd 2021-11-01 19:06:23 +01:00
d4dddc0df3
Snapshot metadata storage reworked
All checks were successful
continuous-integration/drone/push Build is passing
Because there is a limit of filesize 255 bytes in Linux which we hit during testing.
2021-11-01 01:05:59 +01:00
95ae31fdfb
Reporting error problem fix
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-31 20:39:50 +01:00
dae67e6be6
Get snapshot handler
All checks were successful
continuous-integration/drone/push Build is passing
It translates snapshot keys into metadata structure
2021-10-31 12:01:24 +01:00
7616eef12b
Add size of the snapshot into the structure
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-30 13:29:35 +02:00
03eb87d9dd
Proper name for JSON format of snapshot record
Some checks failed
continuous-integration/drone/push Build is failing
Sandbox renamed to dev in the deploy pipeline
2021-10-29 01:03:17 +02:00
dc478714bf
Handler for list_snapshots_by_label message
All checks were successful
continuous-integration/drone/push Build is passing
2021-10-29 00:57:06 +02:00
4e56466b07
Snapshot: continue on error
All checks were successful
continuous-integration/drone/push Build is passing
This should help with sock files error
2021-10-28 01:22:50 +02:00
bc50cb1105
Support for snapshots
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
* full implementation of snapshots
* tests of the snapshot backend
* Drone CI pipeline
* New snapshots handlers
* Filesystem driver
* S3 driver
2021-10-26 18:57:52 +02:00