Skip to content

Commit

Permalink
Merge pull request #508 from penguin-statistics/dev
Browse files Browse the repository at this point in the history
Release v3.14.4
  • Loading branch information
GalvinGao authored Nov 23, 2023
2 parents d2616e7 + 181129e commit c692eda
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cmd/app/cli/runscript/scripts/archive_drop_reports/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ func Command(depsFn func() CommandDeps) *cli.Command {
Required: true,
},
&cli.BoolFlag{
Name: "delete-after-archive",
Aliases: []string{"D"},
Usage: "delete the archived drop reports and extras after archiving",
Required: true,
Name: "delete-after-archive",
Usage: "delete the archived drop reports and extras after archiving",
},
},
Action: func(ctx *cli.Context) error {
Expand Down
5 changes: 5 additions & 0 deletions docs/docs.go

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

5 changes: 5 additions & 0 deletions docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1359,6 +1359,11 @@
"type": "string",
"example": "main_01-07"
},
"times": {
"type": "integer",
"maximum": 6,
"minimum": 0
},
"version": {
"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.",
"type": "string",
Expand Down
4 changes: 4 additions & 0 deletions docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,10 @@ definitions:
stageId:
example: main_01-07
type: string
times:
maximum: 6
minimum: 0
type: integer
version:
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
Expand Down

0 comments on commit c692eda

Please sign in to comment.