Skip to content

Commit c692eda

Browse files
authored
Merge pull request #508 from penguin-statistics/dev
Release v3.14.4
2 parents d2616e7 + 181129e commit c692eda

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

cmd/app/cli/runscript/scripts/archive_drop_reports/command.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@ func Command(depsFn func() CommandDeps) *cli.Command {
2525
Required: true,
2626
},
2727
&cli.BoolFlag{
28-
Name: "delete-after-archive",
29-
Aliases: []string{"D"},
30-
Usage: "delete the archived drop reports and extras after archiving",
31-
Required: true,
28+
Name: "delete-after-archive",
29+
Usage: "delete the archived drop reports and extras after archiving",
3230
},
3331
},
3432
Action: func(ctx *cli.Context) error {

docs/docs.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/swagger.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,6 +1359,11 @@
13591359
"type": "string",
13601360
"example": "main_01-07"
13611361
},
1362+
"times": {
1363+
"type": "integer",
1364+
"maximum": 6,
1365+
"minimum": 0
1366+
},
13621367
"version": {
13631368
"description": "Version describes the version of the source app used to submit this report. Third-party API consumers should change this to their own app version.",
13641369
"type": "string",

docs/swagger.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,10 @@ definitions:
304304
stageId:
305305
example: main_01-07
306306
type: string
307+
times:
308+
maximum: 6
309+
minimum: 0
310+
type: integer
307311
version:
308312
description: Version describes the version of the source app used to submit
309313
this report. Third-party API consumers should change this to their own app

0 commit comments

Comments
 (0)