Commit 290dd72
Remove app crate and related components (#170)
* Remove spicepod
* Fix PR branch build/lint after spicepod removal
* Remove app crate and related components
- Deleted the `app` crate from the workspace, including its `Cargo.toml` and source files.
- Updated the root `Cargo.toml` to remove references to the `app` crate.
- Removed the `get_runtime_param` and `user_agent_collection` methods from the `App` struct.
- Cleaned up the `test-framework` crate by removing unnecessary dependencies and code related to the `app` crate.
- Adjusted the `DataConsistencyArgs` struct to remove the `compare_spicepod` field.
* docs: note removal of legacy app/spicepod crates
* Update README.md
Co-authored-by: Phillip LeBlanc <phillip@leblanc.tech>
---------
Co-authored-by: Phillip LeBlanc <phillip@leblanc.tech>1 parent 647a675 commit 290dd72
8 files changed
Lines changed: 93 additions & 2748 deletions
File tree
- crates
- app
- src
- test-framework
- src/spiced
- src/args
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | 86 | | |
88 | 87 | | |
89 | 88 | | |
| |||
This file was deleted.
0 commit comments