turku:main

Last commit made on 2023-06-07
Get this branch:
git clone -b main https://git.launchpad.net/turku

Branch merges

Branch information

Name:
main
Repository:
lp:turku

Recent commits

8fb3245... by Ryan Finnie

Snapshot fixes

e6a0e11... by Ryan Finnie

Snapshot updates

- Write json metadata file with each snapshot
- Capture sync begin time, sync end time, and base snapshot
- Change snapshot directory to change format, removing colons,
  and including the source name and a small random identifier
- Do not rely on parsing the snapshot directory name to determine
  its date/time, for snapshots with a metadata file (but continue
  to support it for older snapshots)
- Use aware datetime objects everywhere

27d7483... by Ryan Finnie

CI workflow updates

1ad78bf... by Ryan Finnie

black update

391890d... by Ryan Finnie

Format JSON in API debugging

76d8775... by Ryan Finnie

Remove nameless api_auth

2b7af65... by Ryan Finnie

Make registration API auth optional, and option to provide in args

7d397de... by Ryan Finnie

turku-storage-update-config: Add debugging

0ab7458... by Ryan Finnie

Use sys.stdin.read() for restore mode; better document rmtree subprocess call

2febb41... by Ryan Finnie

Use more portable locking code