Skip to content

Commit

Permalink
Config refactored (#107)
Browse files Browse the repository at this point in the history
* Terraphim IT vscode stub

Signed-off-by: AlexMikhalev <[email protected]>

* Not working vs

Signed-off-by: AlexMikhalev <[email protected]>

* Fixed generated ontologies

* Draft vs code version working

Signed-off-by: AlexMikhalev <[email protected]>

* Draft vs code version working

Signed-off-by: AlexMikhalev <[email protected]>

* VS code extension with agent in config

Signed-off-by: Alex Mikhalev <[email protected]>

* all tests fixed

Signed-off-by: Alex Mikhalev <[email protected]>

* tests green

Signed-off-by: Alex Mikhalev <[email protected]>

* Fixed config

Signed-off-by: Alex Mikhalev <[email protected]>

* scripts permission

Signed-off-by: Alex Mikhalev <[email protected]>

* scripts permission

Signed-off-by: Alex Mikhalev <[email protected]>

* fixes default

Signed-off-by: Alex Mikhalev <[email protected]>

* Selected role

---------

Signed-off-by: AlexMikhalev <[email protected]>
Signed-off-by: Alex Mikhalev <[email protected]>
Co-authored-by: Polle Pas <[email protected]>
Co-authored-by: Alex Mikhalev <[email protected]>
  • Loading branch information
3 people authored Oct 12, 2024
1 parent e5e7341 commit 74d51ae
Show file tree
Hide file tree
Showing 46 changed files with 5,328 additions and 514 deletions.
94 changes: 72 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/terraphim_config/src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async fn main() -> Result<()> {
println!("fastest_op: {:?}", fastest_op.info());

let key = config.get_key();
// println!("key: {}", key);
println!("key: {}", key);
let loaded_config = config.load().await?;
println!("loaded obj: {:?}", loaded_config);
assert_eq!(loaded_config.get_key(), config.get_key());
Expand Down
Loading

0 comments on commit 74d51ae

Please sign in to comment.