Skip to content

Commit

Permalink
chore: add fields to update feature api to update the schedule update (
Browse files Browse the repository at this point in the history
…#1515)

Signed-off-by: Alessandro Yuichi Okimoto <[email protected]>
  • Loading branch information
cre8ivejp authored Feb 13, 2025
1 parent dd1fca7 commit af97827
Show file tree
Hide file tree
Showing 15 changed files with 1,667 additions and 1,171 deletions.
8 changes: 8 additions & 0 deletions api-description/web-api.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7812,6 +7812,14 @@ definitions:
updateAt:
type: string
format: int64
featureScheduleUpdateListValue:
type: object
properties:
value:
type: array
items:
type: object
$ref: '#/definitions/featureScheduleUpdate'
featureSegment:
type: object
properties:
Expand Down
2 changes: 1 addition & 1 deletion manifests/bucketeer/charts/api/values.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions manifests/bucketeer/charts/web/values.yaml

Large diffs are not rendered by default.

Binary file modified proto/auditlog/proto_descriptor.pb
Binary file not shown.
126 changes: 96 additions & 30 deletions proto/feature/feature.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions proto/feature/feature.proto
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,7 @@ message ScheduleUpdate {
Feature feature = 1;
int64 update_at = 2;
}

message ScheduleUpdateListValue {
repeated ScheduleUpdate value = 1;
}
Binary file modified proto/feature/proto_descriptor.pb
Binary file not shown.
Loading

0 comments on commit af97827

Please sign in to comment.