Commit Graph

221 Commits

Author SHA1 Message Date
3895d1ac7b build: upgrade to go1.17.1 (#265) 2021-09-10 15:30:34 -04:00
76e9ed68d8 feat: add shorthand for --bucket to influx delete (#259) 2021-09-08 15:26:34 -05:00
1ec4e1590b feat: stub out remote and replication commands and subcommands (#254)
* feat: stubbed out remote and replication commands and subcommands

* refactor: renamed remote.go file to match command

* refactor: combined replication metrics and replication list subcommands into list only

* refactor: removed extra appends to pass lint check
2021-09-03 13:17:18 -07:00
65da55e3f3 fix: --host value passed to setup is written to generated config (#255) 2021-09-02 17:42:37 -04:00
38040fa8dc fix: upgrade golang.org/x/sys to avoid panics on Macs (#252) 2021-09-01 17:38:59 -04:00
7de3681224 build: upgrade to go1.17 (#251) 2021-09-01 14:11:15 -04:00
fa12328714 fix: detect and error out on incorrect positional args (#236) 2021-08-20 17:30:30 -04:00
c0103e7b1b build: fix make fmt, reformat test sources (#234) 2021-08-20 15:26:00 -04:00
3a6dfe7102 fix: don't set empty strings for IDs in permission resources (#232) 2021-08-20 10:58:51 -04:00
285103df13 fix: make --http-debug flag visible in help text (#228) 2021-08-20 10:27:36 -04:00
13799e7662 refactor: use updated API in restore client (#226) 2021-08-13 13:50:02 -04:00
10c17ec661 build: upgrade staticcheck to latest version (#224) 2021-08-04 14:54:53 -04:00
d615694ee9 refactor: replace uses of ioutil with io and os (#223) 2021-08-04 14:45:22 -04:00
aafdda744d build: prefix nightly versions with latest tag (#219) 2021-08-02 12:26:14 -04:00
4ae87ced37 fix: enable default completion logic on top-level app (#221) 2021-07-30 16:04:41 -04:00
1855113d7c build: rename deb/rpm package to more closely match existing influxdb2 (#216) 2021-07-30 10:06:49 -04:00
e6cad1b4aa chore: mark release date, fix bullet style (#214) 2021-07-29 13:34:53 -04:00
c6f55368ea test: remove go-cmp dependency (#213) 2021-07-29 12:16:23 -04:00
e2bd0a0a12 feat: Bind skip-verify flag to INFLUX_SKIP_VERIFY (#208)
* feat: Bind skip-verify flag to INFLUX_SKIP_VERIFY

This improves the user experience when using the influx tooling in
development environments.

* chore: Update CHANGELOG with skip-verify flag binding
2021-07-28 10:28:36 +10:00
7efea59d35 fix: fix env var used for configs path (#207) 2021-07-26 12:38:50 -04:00
2957d6613d chore: add another breaking-change note to the CHANGELOG (#205) 2021-07-22 10:53:26 -04:00
bfd929f444 fix: detect non-interactive stdio and use "normal" IO operations (#204) 2021-07-21 17:03:41 -04:00
a111d83b5a fix: retry password-prompt if 2nd entry doesn't match the 1st (#203) 2021-07-21 12:23:39 -04:00
68cfff003a refactor: move duration package out of internal (#202) 2021-07-21 11:52:21 -04:00
90a47e33db build: add GPG private key to gitignore (#198) 2021-07-19 16:38:34 -04:00
4a9b013268 fix: make stacks --json output match 2.0.x (#197) 2021-07-19 14:09:42 -04:00
ef4bdcb9b1 build: set up nightly & tagged release jobs (#188) 2021-07-16 17:17:43 -04:00
a69f06b41b fix: set content-encoding: gzip for non-legacy KV restore (#195) 2021-07-13 15:59:37 -04:00
88b5c748b8 refactor: expose method for building onboarding requests (#192) 2021-07-13 15:12:44 -04:00
127f829226 feat: allow passing password via flag in user password (#191) 2021-07-13 14:37:23 -04:00
9e24437403 fix: upload uncompressed boltdb when doing legacy full-restore (#194) 2021-07-13 12:50:23 -04:00
e4d9c6298f feat: add logic for reading v2.0.x backup manifests in restore (#186) 2021-07-12 13:31:44 -04:00
c3feea5900 feat: update restore to support InfluxDB 2.0.x (#185) 2021-07-09 15:36:44 -04:00
95f190bf64 feat: update backup to support InfluxDB 2.0.x (#184) 2021-07-09 12:51:53 -04:00
9b54bcb17f feat: add logic for reading manifest from bolt file (#183) 2021-07-09 09:27:53 -04:00
4452aac87d feat: update codegen to include legacy backup/restore routes (#182) 2021-07-08 14:00:42 -04:00
3ca681b1dd feat: implement template command (#169) 2021-07-02 10:19:51 -04:00
40fc1845e9 feat: port stacks command from influxdb (#168) 2021-06-30 17:21:50 -04:00
8126bd8397 chore: fix up openapi codegen after multi-merge (#166) 2021-06-30 15:24:53 -04:00
aaf99da0a9 feat: add stacks APIs to codegen (#163) 2021-06-30 14:47:35 -04:00
a3f36a9821 feat: port apply command from influxdb (#160) 2021-06-30 14:47:23 -04:00
d7b2983dd4 fix: cloud or oss only error msg for parsable responses (#165)
* fix: cloud or oss only error msg for parsable responses

* fix: add code text to error message

* fix: keep the last part of the error msg

* chore: make the error code a little more succinct

* fix: corrected errors for non-server specific commands

* chore: sync openapi submodule with main
2021-06-30 12:37:31 -04:00
69dedbcaa9 fix: correct more details in templates/apply API (#159) 2021-06-29 15:08:36 -04:00
eb99827966 fix: fix extension-check logic when normalizing github URLs (#158) 2021-06-29 14:49:41 -04:00
93d628dd04 fix: correct mismatches between template-apply spec and impl (#157) 2021-06-29 09:38:03 -04:00
8adffc2bca fix: Accept bucket ID or bucket name arguments (#151)
* fix: Accept bucket ID or bucket name arguments

* chore: Change order, prioritising bucket ID over bucket name argument

* fix: Ensure name or ID is used to print error
2021-06-29 08:52:34 +10:00
a058fe7e0b feat: port influx auth command (#152) 2021-06-28 14:06:29 -05:00
ead44e4e83 fix: downgrade urfave/cli to v1 to enable more flexible parsing (#154) 2021-06-28 14:49:26 -04:00
72d1ad8361 feat: port influx export stack subcommand (#150)
* confirmed subcommand parsing

* feat: port influx export stack subcommand

* refactor: removed redundant code and improved error messages

* chore: ran make fmt to fix code formatting issues

Co-authored-by: Michelle McFarland <michellemcfarland@Michelles-MacBook-Pro.local>
2021-06-28 09:02:49 -07:00
7ea63d6a96 fix: add yaml tags to models so we can unmarshal camelCase (#148) 2021-06-28 10:18:41 -04:00