Commit a49979d
Create migration test (#1062)
* Create migration test
* Update tracker
* Fix gateway DB calls
* Fix Clippy
* PR comments
* Add some print to debug
* Fix timestamp check
* Added new API for retrieving historical gateway info
* Add v1 to historical gateway info protobuf
* Refactored gateway service reducing code dupe
* Changed proto branch
* Fixed formatting errors
* Gateway historical info test assertions updated
* Fixed formatting errors
* Fixed formatting errors
* Increased sleep in historical info test
* Tests cleanup, removed println, changed assert! to assert_eq
* Removed sleep from test
* Updated gateway tracker test name & reduced test size
* Removed println in tests
* Add info_historical command to mobile_config_cli
* Changed historical info to info_at_timestamp
* Update mobile verifiers to use new info_at_timestamp API
* Revert "Update mobile verifiers to use new info_at_timestamp API"
This reverts commit e83d7b8.
* Updated metric name
* Reverted proto branch to master
* Update Cargo.lock
* Revert "Update Cargo.lock"
This reverts commit 8263ea8.
* Update helium-proto Cargo.lock
* Attempt to cleanup runner
* another attempt
* attempt free disk space action
* Remove cleanup jobs
---------
Co-authored-by: Connor McKenzie <[email protected]>
Co-authored-by: Brian Balser <[email protected]>1 parent e2ff00c commit a49979d
File tree
23 files changed
+1030
-425
lines changed- file_store_oracles/src/traits
- mobile_config_cli/src
- cmds
- mobile_config
- migrations
- src/gateway
- service
- tests/integrations
- common
23 files changed
+1030
-425
lines changedSome 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 | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
Lines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
0 commit comments