chore(core): enable all services by default - #775
Merged
Conversation
strantalis
marked this pull request as ready for review
May 9, 2024 23:50
jrschumacher
approved these changes
May 10, 2024
alkalescent
pushed a commit
that referenced
this pull request
Mar 26, 2026
…ons/RR tests (#775) This pull request introduces a namespace flag for actions commands in the CLI, enhancing the uniqueness and organization of actions. It also re-enables previously disabled E2E tests and updates the documentation to reflect these changes. ### Highlights * **NamespaceFlag**: The CLI commands for managing actions now have a namespace that can be specified. This change ensures that actions are unique within a given namespace, rather than globally unique. * **E2E Tests Re-enabled**: E2E tests for actions and registered resources have been re-enabled after incorporating the namespace requirement. * **Documentation Updated**: The documentation for actions commands has been updated to reflect the new namespace flag. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Actions are now namespaced; names must be unique within a namespace and a --namespace (-s) flag is supported across create/get/list/update/delete. * **Bug Fixes** * CLI action output now includes a Namespace column/row for get/list/create/update/delete. * **Documentation** * CLI docs and examples updated to require/illustrate --namespace and namespaced uniqueness. * **Tests** * E2E tests re-enabled and expanded to validate namespaced flows, lifecycle, and duplicate-name behavior. * **Chores** * Dependency version bumped and server-side namespace handling improved. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
alkalescent
pushed a commit
that referenced
this pull request
Apr 6, 2026
🤖 I have created a release *beep* *boop* --- ## [0.30.0](opentdf/otdfctl@v0.29.0...v0.30.0) (2026-03-31) ### Features * **core:** Add optional namespace flag for subject mappings and condtion sets ([#779](opentdf/otdfctl#779)) ([9e849c4](opentdf/otdfctl@9e849c4)) * **core:** add scope support for client creds ([#752](opentdf/otdfctl#752)) ([9ca9e43](opentdf/otdfctl@9ca9e43)) * **core:** migrate registered resources ([#772](opentdf/otdfctl#772)) ([2b49a7d](opentdf/otdfctl@2b49a7d)) * **core:** optional namespace in actions commands and re-enable actions/RR tests ([#775](opentdf/otdfctl#775)) ([29a2eb1](opentdf/otdfctl@29a2eb1)) * **core:** support namespaced registered resources ([#767](opentdf/otdfctl#767)) ([4d786b5](opentdf/otdfctl@4d786b5)) ### Bug Fixes * **ci:** Temporarily skip namespaced-actions impacted BATS cases ([#773](opentdf/otdfctl#773)) ([633728a](opentdf/otdfctl@633728a)) * **core:** bump toolchain to go 1.24.13 ([#747](opentdf/otdfctl#747)) ([6804b93](opentdf/otdfctl@6804b93)) * **core:** disable RR E2E tests ([#768](opentdf/otdfctl#768)) ([0821b8c](opentdf/otdfctl@0821b8c)) * **core:** make namespacing registered resources optional ([#785](opentdf/otdfctl#785)) ([8e6eb31](opentdf/otdfctl@8e6eb31)) * **core:** refactor `ListAttributesValues` to use `Get` ([#769](opentdf/otdfctl#769)) ([a82f7b7](opentdf/otdfctl@a82f7b7)) * **core:** unsafe update result output values order ([#759](opentdf/otdfctl#759)) ([baeba0f](opentdf/otdfctl@baeba0f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
This file contains hidden or 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
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.
No description provided.