Skip to content

Commit

Permalink
refactor: Remove get_since.rs and clean up dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
raghuvar-vijay committed Jan 19, 2024
1 parent 0767943 commit db13f0d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 155 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Auditor+pyauditor: Added bulk_insert option to insert list of records using auditor client and pyauditor (#580) ([@raghuvar-vijay](https://github.com/raghuvar-vijay))
- Auditor: Incorrect query string returns an error (#598) ([@raghuvar-vijay](https://github.com/raghuvar-vijay))
- Auditor: Return correct status code for errors during querying of records (#620) ([@raghuvar-vijay](https://github.com/raghuvar-vijay))
- Auditor: Remove get_since.rs and clean up dead code (#624) ([@raghuvar-vijay](https://github.com/raghuvar-vijay))
- CI: Added new workflow to define reusable parameters for other workflows ([@dirksammel](https://github.com/dirksammel))
- Docs: Add versioning of GitHub Pages and pyauditor docs (#551) ([@QuantumDancer](https://github.com/QuantumDancer)
- Docs: Add overview of API endpoints (#597) ([@QuantumDancer](https://github.com/QuantumDancer)
Expand Down
153 changes: 0 additions & 153 deletions auditor/src/routes/get_since.rs

This file was deleted.

2 changes: 0 additions & 2 deletions auditor/src/routes/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@
mod add;
mod advanced_record_filters;
mod get;
mod get_since;
mod health_check;
mod record_handlers;
mod update;

pub use add::*;
pub use advanced_record_filters::*;
pub use get::*;
pub use get_since::*;
pub use health_check::*;
pub use record_handlers::*;
pub use update::*;

0 comments on commit db13f0d

Please sign in to comment.