Skip to content

Commit

Permalink
Merge pull request #175 from kube-tarian/default-app-type
Browse files Browse the repository at this point in the history
adding defaultapp falg to app config
  • Loading branch information
vramk23 authored Aug 19, 2023
2 parents 928ddfb + f37bcee commit c9d1731
Show file tree
Hide file tree
Showing 11 changed files with 455 additions and 379 deletions.
267 changes: 144 additions & 123 deletions capten/agent/pkg/agentpb/agent.pb.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion capten/agent/pkg/agentpb/agent_grpc.pb.go

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

267 changes: 144 additions & 123 deletions capten/capten-sdk/agentpb/agent.pb.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion capten/capten-sdk/agentpb/agent_grpc.pb.go

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

2 changes: 2 additions & 0 deletions proto/agent.proto
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ message AppConfig {
string launchURL = 13;
string launchUIDescription = 14;
string installStatus = 15;
string runtimeStatus = 16;
bool defualtApp = 17;
}

message AppValues {
Expand Down
1 change: 1 addition & 0 deletions proto/server.proto
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ message ClusterAppConfig {
string launchUIDescription = 14;
string installStatus = 15;
string runtimeStatus = 16;
bool defualtApp = 17;
}

message AddStoreAppRequest {
Expand Down
267 changes: 144 additions & 123 deletions server/pkg/pb/agentpb/agent.pb.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion server/pkg/pb/agentpb/agent_grpc.pb.go

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

4 changes: 2 additions & 2 deletions server/pkg/pb/climonpb/climon.pb.go

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

18 changes: 14 additions & 4 deletions server/pkg/pb/serverpb/server.pb.go

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

2 changes: 1 addition & 1 deletion server/pkg/pb/serverpb/server_grpc.pb.go

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

0 comments on commit c9d1731

Please sign in to comment.