-
Notifications
You must be signed in to change notification settings - Fork 3
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
Release/4.1.0 #138
Release/4.1.0 #138
Conversation
# Conflicts: # pyproject.toml
* added query params to job list endpoint * added parser args * updated hysds mozart util * added logging * test * test * fix * fix * debug * fix * cleanup * test * fix * review updates * added back line accidentally removed * added comment * Update api/utils/ogc_translate.py Co-authored-by: Sujen Shah <[email protected]> * clean up --------- Co-authored-by: Sujen Shah <[email protected]>
* Add /dps/job/list method; deprecate /dps/job/{username}/list * Add /dps/job/list method; deprecate /dps/job/{username}/list * Add role constants --------- Co-authored-by: bsatoriu <[email protected]>
* Add user secrets endpoints * Edit secret deletion error message Co-authored-by: Sujen Shah <[email protected]> * Restrict login_required decorator to specific roles; Improved permissions error handling; minor refactoring --------- Co-authored-by: bsatoriu <[email protected]> Co-authored-by: Sujen Shah <[email protected]>
* Organizations endpoint * Add role name to members endpoint * Members creation_date formatting bug fix * Add role_id to member put endpoint * Org tree response formatting updates * Use root org as default id * Use root org as default id * Add creation_date to org response payload * Add membership array to Org post/get endpoints * Add maintainer prop to org output * Add parent_org_id prop to org output * Add membership updates to Org put endpoint * Org put endpoint bug fix * Org delete endpoint updates * Org delete endpoint bug fix * Org delete endpoint err msg * Job queue admin endpoints * Job queue admin get bug fix * Job queue admin delete bug fix * Filter algorithm resources by user/public queues * Refactor orgs and job queues * Queue refactoring & error handling --------- Co-authored-by: bsatoriu <[email protected]>
This PR needs to wait until I finish the DPS sandbox queue update |
I deployed this release branch to UAT and verified the new orgs and permissions updates are working. |
* Respond with HTTP 400 if invalid queue provided during registration * Update dos job time limits if using dps sand box queue * Ensure that message is of type string * update code to use new job_queue.get_user_queues() function * Move queue settings to db * add is_default and time_limit_minutes to job_queue endpoints * Job submission bug fix --------- Co-authored-by: bsatoriu <[email protected]>
@sujen1412 the DPS sandbox queue update is merged in. This is ready for final review/approval. |
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
[v4.1.0] - 2024-09-10