Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit348d19d

Browse files
authored
chore: use spaces over tabs in proto files (#18269)
1 parentd47a53d commit348d19d

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

‎provisionerd/proto/provisionerd.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ message UpdateJobRequest {
130130
repeatedprovisioner.TemplateVariabletemplate_variables=4;
131131
repeatedprovisioner.VariableValueuser_variable_values=5;
132132
bytesreadme=6;
133-
map<string,string>workspace_tags=7;
133+
map<string,string>workspace_tags=7;
134134
}
135135

136136
messageUpdateJobResponse {

‎provisionersdk/proto/provisioner.proto

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ message RichParameterValue {
7676
// If a prebuild remains unclaimed for longer than ttl seconds, it is deleted and
7777
// recreated to prevent staleness.
7878
messageExpirationPolicy {
79-
int32ttl=1;
79+
int32ttl=1;
8080
}
8181

8282
messagePrebuild {
8383
int32instances=1;
84-
ExpirationPolicyexpiration_policy=2;
84+
ExpirationPolicyexpiration_policy=2;
8585
}
8686

8787
// Preset represents a set of preset parameters for a template version.
@@ -153,7 +153,7 @@ message Agent {
153153
stringid=1;
154154
stringname=2;
155155
map<string,string>env=3;
156-
// Field 4 was startup_script, now removed.
156+
// Field 4 was startup_script, now removed.
157157
stringoperating_system=5;
158158
stringarchitecture=6;
159159
stringdirectory=7;
@@ -166,16 +166,16 @@ message Agent {
166166
stringtroubleshooting_url=12;
167167
stringmotd_file=13;
168168
// Field 14 was bool login_before_ready = 14, now removed.
169-
// Field 15, 16, 17 were related to scripts, which are now removed.
169+
// Field 15, 16, 17 were related to scripts, which are now removed.
170170
repeatedMetadatametadata=18;
171-
// Field 19 was startup_script_behavior, now removed.
171+
// Field 19 was startup_script_behavior, now removed.
172172
DisplayAppsdisplay_apps=20;
173-
repeatedScriptscripts=21;
174-
repeatedEnvextra_envs=22;
175-
int64order=23;
176-
ResourcesMonitoringresources_monitoring=24;
177-
repeatedDevcontainerdevcontainers=25;
178-
stringapi_key_scope=26;
173+
repeatedScriptscripts=21;
174+
repeatedEnvextra_envs=22;
175+
int64order=23;
176+
ResourcesMonitoringresources_monitoring=24;
177+
repeatedDevcontainerdevcontainers=25;
178+
stringapi_key_scope=26;
179179
}
180180

181181
enumAppSharingLevel {
@@ -185,19 +185,19 @@ enum AppSharingLevel {
185185
}
186186

187187
messageResourcesMonitoring {
188-
MemoryResourceMonitormemory=1;
189-
repeatedVolumeResourceMonitorvolumes=2;
188+
MemoryResourceMonitormemory=1;
189+
repeatedVolumeResourceMonitorvolumes=2;
190190
}
191191

192192
messageMemoryResourceMonitor {
193-
boolenabled=1;
194-
int32threshold=2;
193+
boolenabled=1;
194+
int32threshold=2;
195195
}
196196

197197
messageVolumeResourceMonitor {
198-
stringpath=1;
199-
boolenabled=2;
200-
int32threshold=3;
198+
stringpath=1;
199+
boolenabled=2;
200+
int32threshold=3;
201201
}
202202

203203
messageDisplayApps {
@@ -209,27 +209,27 @@ message DisplayApps {
209209
}
210210

211211
messageEnv {
212-
stringname=1;
213-
stringvalue=2;
212+
stringname=1;
213+
stringvalue=2;
214214
}
215215

216216
// Script represents a script to be run on the workspace.
217217
messageScript {
218-
stringdisplay_name=1;
219-
stringicon=2;
220-
stringscript=3;
221-
stringcron=4;
222-
boolstart_blocks_login=5;
223-
boolrun_on_start=6;
224-
boolrun_on_stop=7;
225-
int32timeout_seconds=8;
226-
stringlog_path=9;
218+
stringdisplay_name=1;
219+
stringicon=2;
220+
stringscript=3;
221+
stringcron=4;
222+
boolstart_blocks_login=5;
223+
boolrun_on_start=6;
224+
boolrun_on_stop=7;
225+
int32timeout_seconds=8;
226+
stringlog_path=9;
227227
}
228228

229229
messageDevcontainer {
230-
stringworkspace_folder=1;
231-
stringconfig_path=2;
232-
stringname=3;
230+
stringworkspace_folder=1;
231+
stringconfig_path=2;
232+
stringname=3;
233233
}
234234

235235
enumAppOpenIn {
@@ -308,9 +308,9 @@ message RunningAgentAuthToken {
308308
stringtoken=2;
309309
}
310310
enumPrebuiltWorkspaceBuildStage {
311-
NONE=0;// Default value for builds unrelated to prebuilds.
312-
CREATE=1;// A prebuilt workspace is being provisioned.
313-
CLAIM=2;// A prebuilt workspace is being claimed.
311+
NONE=0;// Default value for builds unrelated to prebuilds.
312+
CREATE=1;// A prebuilt workspace is being provisioned.
313+
CLAIM=2;// A prebuilt workspace is being claimed.
314314
}
315315

316316
// Metadata is information about a workspace used in the execution of a build

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp