-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: move state_json from job_execution -> jobs
- Loading branch information
1 parent
8750e6e
commit 49ce79b
Showing
16 changed files
with
95 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...1db37ed5635b50c84a1cd2a2d6c8f94932c1.json → ...c8e42ac034b6e4db1c0c04f064deda1b7c24.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
...-server/.sqlx/query-210e2319ae5fa66ac0b06be370965450c1ea71f2e0b9c8e194be31732db46f8b.json
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
...-server/.sqlx/query-25de3171e846bacfaffb81c7e1785fa9321982e3396d797b0573884149e9b937.json
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
...c217a7fe77da062c51ae7cf7a3b0e01beb29.json → ...6b47ad8825dab856682433165c332a761b78.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
35 changes: 35 additions & 0 deletions
35
...-server/.sqlx/query-8069f648bfca81fd8f081308f3d74b0002c83a9556f5d0969eb8652b0c23090a.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
...-server/.sqlx/query-8f1dce84b193d193a2e161e6cd90768b4a84a6a9664209c6de998ce1ea65dd64.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +0,0 @@ | ||
use cala_ledger_outbox_client::CalaLedgerOutboxClientConfig; | ||
use serde::{Deserialize, Serialize}; | ||
|
||
#[derive(Clone, Debug, Serialize, Deserialize)] | ||
pub struct CalaOutboxImportConfig { | ||
pub endpoint: String, | ||
} | ||
|
||
impl From<&CalaOutboxImportConfig> for CalaLedgerOutboxClientConfig { | ||
fn from(config: &CalaOutboxImportConfig) -> Self { | ||
Self { | ||
url: config.endpoint.clone(), | ||
} | ||
} | ||
} | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
mod config; | ||
mod job; | ||
mod mutation; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters