Skip to content

Commit

Permalink
refactor!: move to axum - Part II (#56)
Browse files Browse the repository at this point in the history
- migrated to abscissa
- fixed the tests
- implemented typed routing
- implemented compatibility workflow for CI => factored out to
#57
- enhanced logging with tracing

---------

Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan authored Nov 14, 2024
1 parent 95c462e commit 42cf95a
Show file tree
Hide file tree
Showing 52 changed files with 2,993 additions and 1,557 deletions.
14 changes: 8 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
# These are backup files generated by rustfmt
**/*.rs.bk

# IDE files
.idea
.vscode

# Test data created may accidentally be included
/tests/test_data/test_repos/repo_remove_me
/tests/test_data/test_repos/repo_remove_me_2
tests/fixtures/test_data/rustic_server.toml #often updated with content that should not be archived
/tmp_test_data
tests/fixtures/test_data/test_repos/test_repo/keys/__add_file_test_adds_this_one__
tests/fixtures/test_data/test_repos/test_repo/keys/__get_file_test_adds_this_two__
tests/fixtures/rest_server
repo_remove_me*
__*
ci_repo
26 changes: 0 additions & 26 deletions .pre-commit-config.yaml

This file was deleted.

Loading

0 comments on commit 42cf95a

Please sign in to comment.