Commit Graph

14630 Commits (master)

Author SHA1 Message Date
Jakub Bednář ac9fb9bdef
chore: prepare for 1.10.6 release (#6120) 2024-12-16 07:39:00 +01:00
Jamie Strandboge 6c384b03d1
Merge pull request #6119 from influxdata/dependabot/go_modules/golang.org/x/crypto-0.31.0
chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0
2024-12-12 08:17:30 -06:00
dependabot[bot] fbe5a028bc
chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.21.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-11 23:49:59 +00:00
Vlastimil Hajek 78dbc051a8
Merge pull request #6116 from influxdata/fix/version-detection
fix: version detection
2024-12-11 11:22:23 +01:00
Jamie Strandboge f6f73aef2f
Merge pull request #6118 from influxdata/jdstrand/update-express
chore(ui): update to use express 4.21.1
2024-12-10 07:36:27 -06:00
Jamie Strandboge d0c96621ec
chore(ui): update to use express 4.21.1 2024-12-09 10:15:37 -06:00
vlastahajek 677f486cec doc: Updated Changelog 2024-12-04 10:53:24 +01:00
vlastahajek e7d11393fe test: added unit test for flux values query creation 2024-12-04 10:41:14 +01:00
vlastahajek 8a3615d0c5 refactor: extract a method for query creation 2024-12-04 10:41:14 +01:00
vlastahajek c10876c840 fix: count with also enterprise 2024-12-04 10:41:14 +01:00
Vlastimil Hajek 126af481a2
Merge pull request #6105 from influxdata/fix/auto-execution
feat: preventing ddl and dml statements from autosubmiting
2024-12-04 09:23:12 +01:00
Jakub Bednář fbaa580f13
Merge branch 'master' into fix/auto-execution 2024-11-26 09:58:45 +01:00
Jakub Bednář a62d824b00
fix: loading all hosts list of hosts (#6111)
* chore: simply build nightly packages
2024-11-26 09:57:32 +01:00
dependabot[bot] 4e845ab034
chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.0.0 to 4.5.1 (#6113)
* chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.0.0 to 4.5.1

Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.0.0 to 4.5.1.
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
- [Commits](https://github.com/golang-jwt/jwt/compare/v4.0.0...v4.5.1)

---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix(tests): `jwt` library change behaviour about ExpiresAt - when indicate presents = invalid

This is correct behaviour as it is in alignment with specification.

For more info see:

- https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.4
- https://github.com/golang-jwt/jwt/releases/tag/v4.1.0
- https://github.com/golang-jwt/jwt/pull/86

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jakub Bednar <jakub.bednar@gmail.com>
2024-11-20 05:59:38 +01:00
Jamie Strandboge 3e3cd5aba3
Merge pull request #6114 from influxdata/dependabot/npm_and_yarn/cross-spawn-6.0.6
chore(deps): bump cross-spawn from 6.0.5 to 6.0.6
2024-11-19 12:06:14 -06:00
dependabot[bot] c5e7b75c64
chore(deps): bump cross-spawn from 6.0.5 to 6.0.6
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 6.0.5 to 6.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/v6.0.6/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v6.0.5...v6.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-19 17:36:18 +00:00
vlastahajek b427ae3c16 chore: Using absolute import path 2024-11-19 13:56:13 +01:00
vlastahajek 953bfd402d docs: Update Changelog 2024-11-15 17:51:31 +01:00
vlastahajek 1d746a1392 fix: Better submitting state handling 2024-11-15 17:35:39 +01:00
vlastahajek dcbaaaaef6 fix: Handling query state and auto-submitting refresh workaround 2024-10-25 16:18:01 +02:00
Jamie Strandboge 9d451e6759
Merge pull request #6110 from influxdata/dependabot/npm_and_yarn/http-proxy-middleware-2.0.7
chore(deps-dev): bump http-proxy-middleware from 2.0.6 to 2.0.7
2024-10-25 07:31:43 -05:00
dependabot[bot] 39abfd7ad3
chore(deps-dev): bump http-proxy-middleware from 2.0.6 to 2.0.7
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md)
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-25 10:24:32 +00:00
vlastahajek 630d521170 fix: Filtering at lower level to filter also manual refreshing 2024-10-23 14:16:57 +02:00
vlastahajek e904a259e1 fix: filter excluded queries at higher level 2024-10-18 12:17:51 +02:00
vlastahajek 2711c1a213 fix: flux query doesn't have queryConfig 2024-10-17 14:07:22 +02:00
vlastahajek 0580c5943c chore: eslint fixes 2024-10-16 10:57:19 +02:00
vlastahajek d450d22749 chore: removed logs 2024-10-16 10:14:19 +02:00
vlastahajek 8808fee43c fix: better manage states, keep unsubmited status 2024-10-15 23:03:46 +02:00
vlastahajek 53236446c7 chore: better filter keywords set 2024-10-15 23:02:47 +02:00
vlastahajek 883ae6adc4 fix: invalid loading state, allow submitting 2024-10-14 17:54:37 +02:00
vlastahajek 99ec4c7dbb fix: fixing manually submitting not sometimes doesn't work 2024-10-09 16:54:34 +02:00
vlastahajek 42332aa514 chore: more logs, better naming 2024-10-09 14:23:47 +02:00
Jakub Bednář 5652be86fe
Merge branch 'master' into fix/auto-execution 2024-10-09 14:17:14 +02:00
vlastahajek f122302c23 fix: distinguish submitting state between tabs 2024-10-08 15:47:23 +02:00
Jakub Bednář 00e71abf55
chore(build): upgrade Go to 1.22.7 (#6108)
* chore: upgrade Ubuntu image due the EOL
2024-09-20 14:05:55 +02:00
vlastahajek 61710bb0d4 fix: don't use deprecated image 2024-09-17 14:32:49 +02:00
vlastahajek 5b3fb4ac77 chore: prepare distinguishing tabs 2024-09-17 14:28:49 +02:00
dependabot[bot] 85041e4216
chore(deps-dev): bump express from 4.19.2 to 4.20.0 (#6106)
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.0.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.20.0)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-13 14:15:07 +02:00
Jakub Bednář 3209fd5932
fix: use new version of actions/upload-artifact (#6107) 2024-09-13 13:55:09 +02:00
Jamie Strandboge 4bf7d4ee27
Merge pull request #6104 from influxdata/dependabot/npm_and_yarn/micromatch-4.0.8
chore(deps): bump micromatch from 4.0.5 to 4.0.8
2024-09-12 15:17:49 -05:00
vlastahajek c95de3f523 wip: preventing ddl and dml statements from autosubmiting 2024-09-12 17:56:25 +02:00
dependabot[bot] 3b4a061963
chore(deps): bump micromatch from 4.0.5 to 4.0.8
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-31 15:01:13 +00:00
alespour 0333316991
fix: set active database from query (#6103) 2024-07-19 12:29:17 +02:00
Jakub Bednář 475b0f5f6a
chore(build): upgrade Go to 1.21.12 (#6102) 2024-07-10 18:04:11 +02:00
Jamie Strandboge 2e60fcca6e
Merge pull request #6099 from influxdata/dependabot/npm_and_yarn/ws-8.17.1
chore(deps): bump ws from 8.8.1 to 8.17.1
2024-06-18 10:01:45 -05:00
dependabot[bot] b951ca09c3
chore(deps): bump ws from 8.8.1 to 8.17.1
Bumps [ws](https://github.com/websockets/ws) from 8.8.1 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.8.1...8.17.1)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-18 13:26:13 +00:00
Jamie Strandboge 32ca91066f
Merge pull request #6098 from influxdata/dependabot/npm_and_yarn/braces-3.0.3
chore(deps): bump braces from 3.0.2 to 3.0.3
2024-06-18 08:25:41 -05:00
dependabot[bot] 204fa7fe4f
chore(deps): bump braces from 3.0.2 to 3.0.3
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-16 19:09:18 +00:00
Jakub Bednář 1f2e43627d
chore: prepare for 1.10.5 release (#6096) 2024-05-31 11:17:43 +02:00
Jamie Strandboge 9c4b1aa1a4
Merge pull request #6094 from influxdata/chore/go1.21.10
chore(build): upgrade Go to 1.21.10
2024-05-16 08:33:20 -05:00