Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workload & Mongodb Schema #51

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
0cf45c3
delete workload
Jan 14, 2025
2ee3e4a
schema updated for mongodb
Jan 16, 2025
4184244
update workloads
Jan 16, 2025
83cb648
clean up
Jan 16, 2025
f71f377
schema updates
Jan 16, 2025
dccf9f0
added orchestrator rust api
Jan 16, 2025
ec1ecbd
updated cargo toml
Jan 16, 2025
e855c2c
Merge branch 'nats-crates' into delete_workload
zeeshan595 Jan 16, 2025
58074e8
updated lock file
Jan 17, 2025
ea4c24e
updated ref_id to be mongodb id
Jan 17, 2025
9aa637b
fixed type issues because of MongoDbId
Jan 17, 2025
164822d
fixed mappings
Jan 17, 2025
6333f1c
Update rust/util_libs/src/db/schemas.rs
zeeshan595 Jan 20, 2025
85a42ad
Update rust/util_libs/src/db/mongodb.rs
zeeshan595 Jan 20, 2025
e9ccd31
Update rust/services/workload/src/lib.rs
zeeshan595 Jan 20, 2025
025b5c0
Update rust/services/workload/src/lib.rs
zeeshan595 Jan 20, 2025
934889e
Merge branch 'main' into delete_workload
zeeshan595 Jan 20, 2025
075e331
Update rust/orchestrator/src/hello.rs
zeeshan595 Jan 20, 2025
034ba7f
Update rust/services/workload/src/lib.rs
zeeshan595 Jan 20, 2025
a4850c2
improved mapping
Jan 20, 2025
6623bf4
Merge branch 'delete_workload' of github.com:Holo-Host/holo-host into…
Jan 20, 2025
e795177
Update rust/services/workload/src/lib.rs
zeeshan595 Jan 20, 2025
024b2ee
removed clone from _id
Jan 20, 2025
d50c9fb
added workload state called updating
Jan 20, 2025
16e574e
PR changes
Jan 20, 2025
adb3070
updated
zeeshan595 Jan 21, 2025
f8f6912
added updated at when updating workload
Jan 21, 2025
c3c184c
clean up
Jan 21, 2025
5d32adf
adde metadata base struct
Jan 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
"command": ["treefmt-nix", "--stdin", "neverexists.nix"]
}
}
},
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer"
}
}
Loading