crates: production models and repo layer
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Iceb76724c09eaca7ca5d823010db76776a6a6964
This commit is contained in:
parent
17fb0bbe80
commit
1b12be3f8a
31 changed files with 3841 additions and 12 deletions
13
crates/common/src/repo/mod.rs
Normal file
13
crates/common/src/repo/mod.rs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
pub mod api_keys;
|
||||
pub mod build_dependencies;
|
||||
pub mod build_products;
|
||||
pub mod build_steps;
|
||||
pub mod builds;
|
||||
pub mod channels;
|
||||
pub mod evaluations;
|
||||
pub mod jobset_inputs;
|
||||
pub mod jobsets;
|
||||
pub mod notification_configs;
|
||||
pub mod projects;
|
||||
pub mod remote_builders;
|
||||
pub mod webhook_configs;
|
||||
Loading…
Add table
Add a link
Reference in a new issue