chore(core): Creates make tidy and fmt targets - #772
Merged
Conversation
- breaks down existing `make fix`, into separate `tidy` and `fmt` targets - `make tidy` runs `go mod tidy` on all mods - `make fmt` runs the `goimports` formatter on all .go files - While I'm here, also assert that goimports is installed as a precondition
jrschumacher
approved these changes
May 10, 2024
alkalescent
added a commit
that referenced
this pull request
Mar 26, 2026
This PR adds a migration command and tests for legacy RRs to namespaced RRs.
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.
make fix, into separatetidyandfmttargetsmake tidyrunsgo mod tidyon all modsmake fmtruns thegoimportsformatter on all .go files