Commit Graph

14687 Commits (feat/influxdb-cloud-dedicated-support)

Author SHA1 Message Date
Jan Simon b4d60c5a34 Merge branch 'master' into feat/influxdb-cloud-dedicated-support 2025-09-18 13:59:35 +02:00
Jan Simon e25ad22731 feat: use dropdown to select the server type 2025-09-16 13:00:10 +02:00
Jakub Bednář 2a00a7b94a
chore(release): release 1.10.8 (#6146) 2025-08-15 06:50:25 +02:00
Jan Simon 0291d50720
Merge pull request #6145 from influxdata/fix/show-retention-policies
fix: show missing retention policies
2025-08-12 18:08:01 +02:00
Jamie Strandboge 206163c418
Merge pull request #6144 from influxdata/dependabot/npm_and_yarn/tmp-0.2.4
chore(deps): bump tmp from 0.2.1 to 0.2.4
2025-08-11 09:16:01 -05:00
Jan Simon d8cb4d657c test: add tests for RetentionPolicies 2025-08-11 14:40:45 +02:00
Jan Simon c8fff053fd docs: update CHANGELOG.md 2025-08-11 12:57:58 +02:00
Jan Simon 71379441c0 fix: show missing retention policies 2025-08-11 11:18:01 +02:00
dependabot[bot] 75053954c6
chore(deps): bump tmp from 0.2.1 to 0.2.4
Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.1 to 0.2.4.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/raszi/node-tmp/compare/v0.2.1...v0.2.4)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 0.2.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-06 18:36:31 +00:00
Jan Simon 92117c55a2 feat: refactor to multiple csv files per database 2025-08-06 14:28:38 +02:00
Jamie Strandboge 3903ea0ae2
Merge pull request #6143 from influxdata/dependabot/npm_and_yarn/brace-expansion-1.1.12
chore(deps): bump brace-expansion from 1.1.11 to 1.1.12
2025-07-28 10:17:21 -05:00
Jamie Strandboge 3ec85b159e
Merge pull request #6141 from influxdata/dependabot/go_modules/golang.org/x/oauth2-0.27.0
chore(deps): bump golang.org/x/oauth2 from 0.0.0-20210427180440-81ed05c6b58c to 0.27.0
2025-07-25 06:15:36 -05:00
dependabot[bot] ef3694b9bd
chore(deps): bump brace-expansion from 1.1.11 to 1.1.12
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/1.1.11...v1.1.12)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.12
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-24 19:50:48 +00:00
Vlastimil Hajek d73392662d
fix: replace unmaintained docker-run action (#6140) 2025-07-24 21:49:44 +02:00
Jan Simon 5a5d42b465 fix: revert unset of previous database 2025-07-21 17:46:38 +02:00
Jan Simon 3049219749 feat: show loading spinner until database list is reloaded 2025-07-21 15:21:19 +02:00
dependabot[bot] 319b6609e6
chore(deps): bump golang.org/x/oauth2
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.0.0-20210427180440-81ed05c6b58c to 0.27.0.
- [Commits](https://github.com/golang/oauth2/commits/v0.27.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.27.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-18 17:35:38 +00:00
Jan Simon 44442f0fec chore: minor improvements 2025-07-17 18:06:17 +02:00
Jan Simon ba0d77a834 feat: fallback to SHOW TAG VALUES call if CSV not provided 2025-07-17 18:04:28 +02:00
vlastahajek 50d72ad775 feat: adding tests and improvements 2025-07-15 22:22:30 +02:00
vlastahajek faf2398a32 feat: reading measurements and tags from CSV 2025-07-11 15:19:01 +02:00
Jan Simon 34db7202de feat: prepare statement parsing for reading tag values from CSV 2025-07-07 18:32:33 +02:00
Jan Simon 4a59a8c5f6 feat: set time condition to `time > now() - 24h` 2025-07-07 10:42:13 +02:00
Jan Simon 6201608cc2 feat: improve appendTimeCondition to handle special tag names 2025-07-04 22:44:03 +02:00
Jan Simon e33ea05d17 feat: make show tag values work in query builder 2025-07-04 17:34:21 +02:00
Jan Simon 1083994d06 fix: setupQueryFromCommand parsing issue 2025-07-04 16:27:05 +02:00
Jan Simon 041aefbd6a feat: fix query builder for cloud dedicated 2025-07-04 09:14:06 +02:00
Jan Simon 030a11d8f5 fix: disable db delete 2025-07-03 16:07:50 +02:00
Jan Simon 07330c9d84 fix: RP editable again 2025-07-03 16:03:11 +02:00
Jan Simon 08ae14795d feat(ui): make databases page read-only 2025-07-03 13:44:00 +02:00
Jan Simon 5e180b75c2 feat(server): allow to setup influxdb cloud dedicated on CLI 2025-07-02 13:56:26 +02:00
Jan Simon 6d966147f1 test: add tests for cloud dedicated source 2025-07-02 11:14:44 +02:00
Jan Simon a570ec3909 feat: influxdb cloud dedicated support 2025-06-30 16:37:51 +02:00
Jamie Strandboge abeb12762c
Merge pull request #6137 from influxdata/dependabot/npm_and_yarn/base-x-3.0.11
chore(deps): bump base-x from 3.0.9 to 3.0.11
2025-05-02 12:30:07 -05:00
dependabot[bot] 279ff2676d
chore(deps): bump base-x from 3.0.9 to 3.0.11
Bumps [base-x](https://github.com/cryptocoinjs/base-x) from 3.0.9 to 3.0.11.
- [Commits](https://github.com/cryptocoinjs/base-x/compare/v3.0.9...v3.0.11)

---
updated-dependencies:
- dependency-name: base-x
  dependency-version: 3.0.11
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-30 16:36:35 +00:00
Jamie Strandboge 592f85468c
Merge pull request #6136 from influxdata/dependabot/npm_and_yarn/http-proxy-middleware-2.0.9
chore(deps-dev): bump http-proxy-middleware from 2.0.7 to 2.0.9
2025-04-18 08:23:20 -04:00
dependabot[bot] d744bc4c89
chore(deps-dev): bump http-proxy-middleware from 2.0.7 to 2.0.9
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.7 to 2.0.9.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.9/CHANGELOG.md)
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.7...v2.0.9)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-version: 2.0.9
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-17 20:18:40 +00:00
Jamie Strandboge 621c5fed0c
Merge pull request #6135 from influxdata/dependabot/go_modules/golang.org/x/net-0.38.0
chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0
2025-04-17 16:17:39 -04:00
dependabot[bot] e8cf2b52ee
chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.36.0 to 0.38.0.
- [Commits](https://github.com/golang/net/compare/v0.36.0...v0.38.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.38.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-16 23:22:27 +00:00
Jakub Bednář d77a0f7ebf
chore(release): release 1.10.7 (#6133) (#6134) 2025-04-15 13:06:24 +02:00
Jakub Bednář 92016ddc81
docs: prepare CHANGELOG.md for release 1.10.7 (#6132) 2025-04-15 11:04:33 +02:00
Vlastimil Hajek 52d4ed7dbf
fix: Handle missing queryConfig in Host page queries (#6131)
fix: host queries don't have config
2025-04-14 21:08:04 +02:00
karel-rehor 20b5a68274
Merge pull request #6130 from influxdata/chore/fix-changelog-upgrade-notice
docs: remove older unreleased upgrade notice for go
2025-04-07 10:50:41 +02:00
karel rehor d1e616dcef docs: remove older unreleased upgrade notice for go 2025-04-07 10:20:36 +02:00
karel-rehor f2b0ad67c6
Merge pull request #6129 from influxdata/update/go1.23.x
chore: Update go to version 1.23.0
2025-04-04 16:19:45 +02:00
karel rehor 4f41825352 docs: update CHANGELOG.md 2025-04-04 14:32:41 +02:00
karel rehor 5af47cd414 chore: add new builder/chronograf-20250404 image to bCI pipeline 2025-04-04 13:29:44 +02:00
karel rehor bd6baa1d10 chore: update target go to 1.23.0 2025-04-03 17:12:59 +02:00
Jamie Strandboge 369411e02c
Merge pull request #6127 from influxdata/dependabot/npm_and_yarn/babel/helpers-7.27.0
chore(deps): bump @babel/helpers from 7.17.8 to 7.27.0
2025-03-27 16:24:56 -05:00
Jamie Strandboge 6170471766
Merge pull request #6126 from influxdata/dependabot/npm_and_yarn/babel/runtime-7.26.10
chore(deps): bump @babel/runtime from 7.17.8 to 7.26.10
2025-03-27 16:23:59 -05:00