Skip to content

Commit 981ec6a

Browse files
majoloHelcaraxan
authored andcommitted
Code regeneration with API update (#47)
* update commit * generate generate * generate generate generate * filedescriptor
1 parent 26d2ebb commit 981ec6a

File tree

11 files changed

+2894
-347
lines changed

11 files changed

+2894
-347
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ git_repository(
5959

6060
git_repository(
6161
name = "improbable_platform",
62-
commit = "296b7bd9194204b0a0044555c7d1418416643831",
62+
commit = "eba19202500d625d033e51070ff55c33ccaef5c2",
6363
remote = "git@github.com:improbable/platform.git",
6464
# Hello! Are you updating the commit of the platform repo dependency? This comment is for you!
6565
# The "shallow_since" field must be set to the day *before* the day of the commit. You can run
6666
# the following script inside the *platform* repo to determine the value you should put in the
6767
# "shallow_since" field based on the commit (replace <commit> with the actual commit hash):
6868
# $ date --date="$(git show --pretty=format:'%cD' <commit> | head --lines=1)-1 day" "+%F"
69-
shallow_since = "2019-07-08",
69+
shallow_since = "2019-09-02",
7070
)
7171

7272
new_git_repository(

apis/deployment_v1alpha1/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ csharp_proto_compile(
3131
"@improbable_protoc_gen_gocli//:proto",
3232
],
3333
protos = [
34-
"@improbable_platform//proto/improbable/spatialos/deployment:protos",
34+
"@improbable_platform//proto/improbable/spatialos/deployment/v1alpha1:protos",
3535
],
3636
with_grpc = True,
3737
)

apis/deployment_v1alpha1/Deployment.cs

Lines changed: 1242 additions & 214 deletions
Large diffs are not rendered by default.

apis/deployment_v1alpha1/DeploymentGrpc.cs

Lines changed: 261 additions & 1 deletion
Large diffs are not rendered by default.

apis/deployment_v1alpha1/DeploymentServiceClient.cs

Lines changed: 735 additions & 69 deletions
Large diffs are not rendered by default.

apis/playerauth_v2alpha1/PlayerAuth.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1618,7 +1618,7 @@ public string ProjectName {
16181618
/// <summary>
16191619
/// A user-specified description for the DAT.
16201620
///
1621-
/// The maximum length is 200 characters.
1621+
/// It cannot be empty and has a maximum length of 200 characters.
16221622
/// </summary>
16231623
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
16241624
public string Description {
@@ -1865,7 +1865,7 @@ public string ProjectName {
18651865
/// <summary>
18661866
/// A description for the DAT.
18671867
///
1868-
/// The maximum length is 200 characters.
1868+
/// It cannot be empty and has a maximum length of 200 characters.
18691869
/// </summary>
18701870
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
18711871
public string Description {

0 commit comments

Comments
 (0)