Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
cdec1fb
Initial outline of backup/restore
tpoliaw Aug 19, 2026
9df360d
Update Rust crate tokio to v1.53.1 (#288)
renovate[bot] Aug 24, 2026
2378481
Update Rust crate sqlx to 0.9.0 (#284)
renovate[bot] Aug 24, 2026
9141e47
Update rust Docker tag to v1.98.0 (#285)
renovate[bot] Aug 24, 2026
227cf7c
Update tracing and telemetry (#282)
renovate[bot] Aug 24, 2026
bb84deb
Update patches (#289)
renovate[bot] Aug 24, 2026
f0146a5
add transaction to insert configurations function
shree-iyengar-dls Sep 2, 2026
4eaa682
add serialisable data transfer object
shree-iyengar-dls Sep 2, 2026
9ed6047
Add prek configuration to check linting prior to CI (#296)
tpoliaw Sep 3, 2026
963d3cb
add force clear and exisiting configs check to transaction
shree-iyengar-dls Sep 3, 2026
3d52581
Remove async-std dependency (#300)
tpoliaw Sep 3, 2026
6f2341a
patch up compiler errors
tpoliaw Sep 3, 2026
ed4f11a
add restore handler
shree-iyengar-dls Sep 3, 2026
d014c4e
resolve merge commit
shree-iyengar-dls Sep 3, 2026
720de15
add serialise deserialise to instrumentconfiguration
shree-iyengar-dls Sep 4, 2026
1fc4e34
Initial outline of backup/restore
tpoliaw Aug 19, 2026
ec78f00
add transaction to insert configurations function
shree-iyengar-dls Sep 2, 2026
c9414c5
add serialisable data transfer object
shree-iyengar-dls Sep 2, 2026
ccd6519
add force clear and exisiting configs check to transaction
shree-iyengar-dls Sep 3, 2026
6708953
add restore handler
shree-iyengar-dls Sep 3, 2026
76adde8
rebase
shree-iyengar-dls Sep 4, 2026
f137f21
add serialise deserialise to instrumentconfiguration
shree-iyengar-dls Sep 4, 2026
e57ad44
merge remote branch in
shree-iyengar-dls Sep 4, 2026
e62f7f7
remove rebase noise
shree-iyengar-dls Sep 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info

- name: Upload coverage to Codecov
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7
with:
files: lcov.info
fail_ci_if_error: true
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# Demo database and file number directories
*.db
trackers/
trackers/

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading