-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLI - allow unsetting optional references (IdentifierInput changes) (#…
…230)
- Loading branch information
Taimoor Ahmad
authored
Dec 29, 2023
1 parent
ff6c070
commit a1adb29
Showing
6 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
kind: Bugfix | ||
body: Fix bugs where unset ID/IdentifierInput fields were not being omitted on update | ||
time: 2023-12-29T13:02:58.119377-05:00 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
kind: Bugfix | ||
body: Fix bugs where optional ID/IdentifierInput fields were not being unset on update | ||
time: 2023-12-29T13:03:31.586713-05:00 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,5 @@ src/dist | |
.DS_Store | ||
go.work* | ||
**coverage.txt | ||
src/*.yaml | ||
|
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
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
Submodule opslevel-go
updated
20 files
+3 −0 | .changes/unreleased/Bugfix-20231228-152233.yaml | |
+4 −0 | .changes/unreleased/Bugfix-20231229-114751.yaml | |
+3 −0 | .changes/unreleased/Bugfix-20231229-125723.yaml | |
+3 −0 | .changes/unreleased/Feature-20231228-102445.yaml | |
+4 −0 | .changes/unreleased/Refactor-20231228-102145.yaml | |
+13 −13 | actions.go | |
+9 −11 | actions_test.go | |
+2 −2 | check.go | |
+1 −1 | check_custom_event.go | |
+1 −1 | domain.go | |
+2 −2 | infra.go | |
+3 −3 | repository.go | |
+26 −8 | scalar.go | |
+76 −43 | scalar_test.go | |
+3 −4 | scorecards.go | |
+2 −2 | secrets_test.go | |
+2 −2 | service.go | |
+2 −2 | system.go | |
+2 −2 | team.go | |
+2 −2 | user.go |