Skip to content

chore(core): Creates make tidy and fmt targets - #772

Merged
dmihalcik-virtru merged 1 commit into
mainfrom
feature/make-fix-modularer
May 10, 2024
Merged

chore(core): Creates make tidy and fmt targets#772
dmihalcik-virtru merged 1 commit into
mainfrom
feature/make-fix-modularer

Conversation

@dmihalcik-virtru

Copy link
Copy Markdown
Member
  • 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

- 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
@dmihalcik-virtru
dmihalcik-virtru requested a review from a team as a code owner May 9, 2024 00:39
@dmihalcik-virtru
dmihalcik-virtru requested a review from patmantru May 9, 2024 00:39
@dmihalcik-virtru
dmihalcik-virtru added this pull request to the merge queue May 10, 2024
Merged via the queue into main with commit ff9948c May 10, 2024
@dmihalcik-virtru
dmihalcik-virtru deleted the feature/make-fix-modularer branch May 10, 2024 13:55
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>
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