-
Notifications
You must be signed in to change notification settings - Fork 13
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: central traits #1549
Closed
Closed
feat: central traits #1549
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ROX-19725: push observability stage branch to stage env
Remove GitOps admin handler
Prepare release workflow.
New workflow to auto-create production merge PRs.
* Bump controller-runtime and stackrox deps * Bump openshift/api
Adding CODEOWNERS to semi-lock the Helm chart, ensuring smooth Addon transition.
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.11.0 to 0.12.0. - [Commits](golang/oauth2@v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.45.4 to 1.45.15. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](aws/aws-sdk-go@v1.45.4...v1.45.15) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.11.0 to 2.12.1. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.11.0...v2.12.1) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add tls to backend cluster
parametalol
force-pushed
the
michael/central-labels
branch
from
January 16, 2024 15:46
069c6f1
to
3ee143c
Compare
parametalol
temporarily deployed
to
development
January 16, 2024 15:46 — with
GitHub Actions
Inactive
parametalol
temporarily deployed
to
development
January 16, 2024 15:46 — with
GitHub Actions
Inactive
parametalol
temporarily deployed
to
development
January 16, 2024 15:46 — with
GitHub Actions
Inactive
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Added
traits
column to thecentral_requests
table, which may hold an array of strings.API:
GET /v1/admin/centrals/<id>/traits
GET /v1/admin/centrals/<id>/traits/<trait>
PATCH /v1/admin/centrals/<id>/traits/<trait>
DELETE /v1/admin/centrals/<id>/traits/<trait>
Filtering instances by their traits will be implemented with the "class" API. Altering the search functionality may be too cumbersome at this point.
Checklist (Definition of Done)
Test manual
ROX-12345: ...
Test manual