Skip to content

use_multi_tenancy_endpoints: use datastore endpoint for directory#207

Merged
DanielElisenberg merged 1 commit intomainfrom
use_multi_tenancy_endpoints
Oct 29, 2025
Merged

use_multi_tenancy_endpoints: use datastore endpoint for directory#207
DanielElisenberg merged 1 commit intomainfrom
use_multi_tenancy_endpoints

Conversation

@DanielElisenberg
Copy link
Collaborator

Using the new datastore info endpoint for deciding datastore directory to work on

@DanielElisenberg DanielElisenberg requested a review from a team as a code owner October 29, 2025 11:30
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
28.6% Duplication on New Code (required ≤ 5%)

See analysis details on SonarQube Cloud

@DanielElisenberg DanielElisenberg linked an issue Oct 29, 2025 that may be closed by this pull request
Copy link
Contributor

@linnbjornerud linnbjornerud left a comment

Choose a reason for hiding this comment

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

environment.datastore_dir is still used in app.py and rollback.py. Is this intentional?

DATASTORE_RDN and DATASTORE_DIR from env is used in most tests - but I suppose you have a bigger plan for cleaning up all the tests later?

@DanielElisenberg
Copy link
Collaborator Author

environment.datastore_dir is still used in app.py and rollback.py. Is this intentional?

Yes after this there will be a PR moving over all of this. Just wanted the work we did yesterday + unit tests merged first

DATASTORE_RDN and DATASTORE_DIR from env is used in most tests - but I suppose you have a bigger plan for cleaning up all the tests later?

Yes 👍🏻

Copy link
Contributor

@linnbjornerud linnbjornerud left a comment

Choose a reason for hiding this comment

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

Looks good! 👍🏻

@DanielElisenberg DanielElisenberg merged commit 30a02c5 into main Oct 29, 2025
4 of 5 checks passed
@DanielElisenberg DanielElisenberg deleted the use_multi_tenancy_endpoints branch October 29, 2025 14:09
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.

Adjust to the new Endpoints in datastore-api

2 participants