Skip to content

Commit 33fa926

Browse files
committed
Merge branch 'main' into db/generate-api-objects
2 parents c0d0cda + 89e50eb commit 33fa926

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+847
-314
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Bugfix
2+
body: Fix bug where Team inputs did not omit optional ParentTeam field
3+
time: 2023-12-28T15:22:33.376459-05:00
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
kind: Bugfix
2+
body: Fix bug where optional IdentifierInput fields could never be unset - this can
3+
now be done by passing NewIdentifier() with no args
4+
time: 2023-12-29T11:47:51.66582-05:00
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Bugfix
2+
body: Add missing yaml tags for *IdentifierInput and *ID
3+
time: 2023-12-29T12:57:23.052325-05:00
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Feature
2+
body: add yaml and default struct tags to Input structs
3+
time: 2023-12-15T07:08:46.1384-08:00
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Feature
2+
body: Add support for assigning Properties to Services
3+
time: 2023-12-21T15:23:09.021892-05:00
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Feature
2+
body: add task ci, standardizing task usage in our CI
3+
time: 2023-12-22T13:38:13.396697-06:00
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Feature
2+
body: Create null IdentifierInput by passing no arguments to NewIdentifier()
3+
time: 2023-12-28T10:24:45.343329-05:00
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Feature
2+
body: Bump github.com/go-resty/resty/v2 from 2.10.0 to 2.11.0
3+
time: 2024-01-01T11:13:38.61175824Z
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Refactor
2+
body: Update code to support change in schema and new Property Definition fields
3+
time: 2023-12-21T11:39:54.279421-05:00
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
kind: Refactor
2+
body: '[BREAKING CHANGE] Use string as argument for all client request functions instead
3+
of requiring an IdentifierInput'
4+
time: 2023-12-28T10:21:45.868667-05:00

0 commit comments

Comments
 (0)