Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(tasks): CLI method to Find and Rerun failed Runs #20307

Merged
merged 31 commits into from
Feb 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
356466c
feat: first take on core code. Start of tests
Nav-aggarwal09 Dec 8, 2020
b065f71
feat: inprogress: built builder. Need to refactor commands internally
Nav-aggarwal09 Dec 11, 2020
9761f34
refactor(tasks): all commands refactored to follow builder pattern
Nav-aggarwal09 Dec 15, 2020
9149a3e
refactor(tasks): added print function to builder struct
Nav-aggarwal09 Dec 15, 2020
2f51a6b
refactor(tasks): removed new http client in each func and test progress
Nav-aggarwal09 Dec 21, 2020
be985a9
refactor(tasks): test work in progress
Nav-aggarwal09 Dec 22, 2020
d5d565b
fix(influx): Only register global flags in the top-level subcommand.
brettbuddin Dec 22, 2020
0e77b80
fix(influx): Shorthand must be a single character. Using non-shorthan…
brettbuddin Dec 22, 2020
d521ac4
fix(influx): Argv are word separated parts. Group them together with =
brettbuddin Dec 22, 2020
e6d302b
fix(tasks): removed unused variables for golint check
Nav-aggarwal09 Dec 22, 2020
3c7a48d
chore(tasks): ran go mod tidy
Nav-aggarwal09 Dec 22, 2020
4829e87
refactor: added go-cmp to task_test
Nav-aggarwal09 Jan 20, 2021
eddf923
chore: added line to CHANGELOG.md and tweaked cli name
Nav-aggarwal09 Jan 20, 2021
a24e26a
Merge branch 'master' into RerunfailedRuns
Nav-aggarwal09 Jan 20, 2021
13c1195
chore: added line to Changelog while fixing merge conflict
Nav-aggarwal09 Jan 20, 2021
2e28692
fix: code review changes
Nav-aggarwal09 Jan 25, 2021
0316f98
fix: minor task_test.go comment format change
Nav-aggarwal09 Jan 25, 2021
3504e13
Merge branch 'master' into RerunfailedRuns
Nav-aggarwal09 Jan 25, 2021
89ab137
Merge branch 'master' into RerunfailedRuns
Nav-aggarwal09 Jan 25, 2021
5d72949
chore: added todo to task_test.go
Nav-aggarwal09 Jan 25, 2021
e8cffa5
refactor: code review changes for improved readability
Nav-aggarwal09 Feb 9, 2021
815d15f
refactor: merged master. Fixed CHANGELOG.md conflicts
Nav-aggarwal09 Feb 9, 2021
490e925
Merge branch 'master' into RerunfailedRuns
Nav-aggarwal09 Feb 9, 2021
14ce04e
chore: moved feature to unreleased
Nav-aggarwal09 Feb 9, 2021
bc06f5b
feat: added logging info for dry run
Nav-aggarwal09 Feb 9, 2021
cc4d884
Merge remote-tracking branch 'origin/RerunfailedRuns' into Rerunfaile…
Nav-aggarwal09 Feb 9, 2021
b407ac6
chore: update CHANGELOG
danxmoran Feb 10, 2021
7fee6ea
Merge branch 'master' into RerunfailedRuns
danxmoran Feb 10, 2021
cae4ad4
chore: tweaked dry-run implementation based on code review
Nav-aggarwal09 Feb 10, 2021
e7ba957
fix: edited dry run message
Nav-aggarwal09 Feb 11, 2021
8bfe26c
Merge branch 'master' into RerunfailedRuns
Nav-aggarwal09 Feb 11, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

1. [19811](https://github.com/influxdata/influxdb/pull/19811): Add Geo graph type to be able to store in Dashboard cells.
1. [20621](https://github.com/influxdata/influxdb/pull/20621): Add Swift client library to the data loading section of the UI.
1. [20307](https://github.com/influxdata/influxdb/pull/20307): Add `influx task retry-failed` command to rerun failed runs.

### Bug Fixes

Expand Down
Loading