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

feat/jurisdiction #36

Merged
merged 23 commits into from
Mar 21, 2024
Merged

feat/jurisdiction #36

merged 23 commits into from
Mar 21, 2024

Conversation

zeeshan595
Copy link
Contributor

@zeeshan595 zeeshan595 commented Feb 22, 2024

  • updated presentedhappbundle
  • updated hbs script to handle jurisdiction
  • updated get_all_published_happ zome call to return jurisdiction & exclude jurisdiction
  • fixed install happ (broken because of new jurisdiction variables)
  • updated main lib to fetch jurisdiction from hbs and pass it on to uninstall_happs function
  • updated uninstall_happs to remove happs that are not in the correct jurisdiction

Zeeshan added 7 commits February 20, 2024 15:02
- updated presentedhappbundle
- updated hbs script to handle jurisdiction
- updated get_all_published_happ zome call to return jurisdiction & exclude jurisdiction
- fixed install happ (broken because of new jurisdiction variables)
- updated main lib to fetch jurisdiction from hbs and pass it on to uninstall_happs function
- updated uninstall_happs to remove happs that are not in the correct jurisdiction
@zeeshan595 zeeshan595 marked this pull request as ready for review February 22, 2024 09:56
@@ -18,7 +15,9 @@ pub async fn suspend_unpaid_happs(

let password =
env::var("DEVICE_SEED_DEFAULT_PASSWORD").expect("DEVICE_SEED_DEFAULT_PASSWORD is not set");
let holoport_id_output = Command::new("hpos-config-into-base36-id")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is part of suspend_happs story. We are using hpos_config_path to get the correct path to the executable which will get us the holoport id

src/suspend_happs.rs Outdated Show resolved Hide resolved
CONTRIBUTING.md Outdated Show resolved Hide resolved
src/entries.rs Outdated Show resolved Hide resolved
src/lib.rs Outdated Show resolved Hide resolved
src/hbs.rs Outdated Show resolved Hide resolved
src/uninstall_apps.rs Outdated Show resolved Hide resolved
src/uninstall_apps.rs Outdated Show resolved Hide resolved
Copy link
Member

@zo-el zo-el left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one last suggestion

src/uninstall_apps.rs Outdated Show resolved Hide resolved
Co-authored-by: Joel Ulahanna <joelulahanna@gmail.com>
@zeeshan595 zeeshan595 merged commit 6b2c680 into main Mar 21, 2024
0 of 2 checks passed
@zeeshan595 zeeshan595 deleted the feat/jurisdiction branch March 21, 2024 11:00
@zeeshan595 zeeshan595 mentioned this pull request Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants