Skip to content

Commit

Permalink
Updated schema
Browse files Browse the repository at this point in the history
  • Loading branch information
seizadi committed Jun 7, 2021
1 parent 0ce7979 commit bde24a1
Show file tree
Hide file tree
Showing 7 changed files with 333 additions and 434 deletions.
15 changes: 0 additions & 15 deletions pkg/pb/cmdb.pb.atlas.query.validate.go

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

15 changes: 0 additions & 15 deletions pkg/pb/cmdb.pb.atlas.validate.go

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

673 changes: 332 additions & 341 deletions pkg/pb/cmdb.pb.go

Large diffs are not rendered by default.

37 changes: 0 additions & 37 deletions pkg/pb/cmdb.pb.gorm.go

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

15 changes: 0 additions & 15 deletions pkg/pb/cmdb.pb.validate.go

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

5 changes: 1 addition & 4 deletions pkg/pb/cmdb.proto
Original file line number Diff line number Diff line change
Expand Up @@ -848,11 +848,8 @@ message Environment {
// AppConfig
repeated AppConfig app_config = 6;

// AppVersion
repeated AppVersion app_version = 7;

// Lifecycle referenced by this Environment
atlas.rpc.Identifier lifecycle_id = 8 [(gorm.field) = {reference_of: "Lifecycle", tag: {type: "UUID"}}];
atlas.rpc.Identifier lifecycle_id = 7 [(gorm.field) = {reference_of: "Lifecycle", tag: {type: "UUID"}}];
}

message CreateEnvironmentRequest {
Expand Down
7 changes: 0 additions & 7 deletions pkg/pb/cmdb.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2743,13 +2743,6 @@
"$ref": "#/definitions/cmdbAppConfig"
}
},
"app_version": {
"type": "array",
"title": "AppVersion",
"items": {
"$ref": "#/definitions/cmdbAppVersion"
}
},
"application_instances": {
"type": "array",
"title": "ApplicationInstances in this Environment",
Expand Down

0 comments on commit bde24a1

Please sign in to comment.