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

Release/4.1.0 #138

Merged
merged 28 commits into from
Sep 26, 2024
Merged

Release/4.1.0 #138

merged 28 commits into from
Sep 26, 2024

Conversation

bsatoriu
Copy link
Collaborator

[v4.1.0] - 2024-09-10

  • pull/131 - Added query params to job list endpoint
  • pull/135 - User secret management
  • pull/137 - Organizations & job queues management
  • pull/136 - Add support for DPS sandbox queue
  • pull/132 - Remove {username} param from DPS job list endpoint

frankinspace and others added 16 commits June 26, 2024 15:24
* 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]>
@sujen1412
Copy link
Collaborator

This PR needs to wait until I finish the DPS sandbox queue update

@bsatoriu
Copy link
Collaborator Author

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]>
api/settings.py Fixed Show fixed Hide fixed
@bsatoriu
Copy link
Collaborator Author

@sujen1412 the DPS sandbox queue update is merged in. This is ready for final review/approval.

Copy link

sonarcloud bot commented Sep 25, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
D Security Rating on New Code (required ≥ A)
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

@bsatoriu bsatoriu merged commit acd66c2 into main Sep 26, 2024
2 of 3 checks passed
@bsatoriu bsatoriu deleted the release/4.1.0 branch September 26, 2024 20:13
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.

4 participants