Skip to content

Add backend capability for changing datastore bump_enabled status - #169

Open
ben-c-2013 wants to merge 5 commits into
mainfrom
dashboard-bump
Open

ben-c-2013 wants to merge 5 commits into
mainfrom
dashboard-bump

Conversation

@ben-c-2013

@ben-c-2013 ben-c-2013 commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

Add PATCH /datastores/{datastore_rdn}/configuration endpoint.

See task #761 for details.

@sonarqubecloud

Copy link
Copy Markdown

@ben-c-2013
ben-c-2013 marked this pull request as ready for review September 14, 2026 07:37
@ben-c-2013
ben-c-2013 requested a review from a team as a code owner September 14, 2026 07:37

@pawbu pawbu left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

The OpenAPI documentation should be regenerated by running the application locally.
Could you add some integration tests in tests/integration/adapter/test_sqlite.py?

return db_client.get_datastore(datastore_id).directory


@router.patch(

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

PUT would be more in line with e.g. update_job. Also I think this could be just /{datastore_rdn}/bump-enabled

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