Commit Graph

13465 Commits (adc07bfd977d17bcc370aad232d22365e3cf3255)

Author SHA1 Message Date
Pavel Zavora adc07bfd97 fix(ui): repair usage of AJAX helper 2022-02-17 07:07:32 +01:00
Pavel Zavora 4ac5a30150 fix(ui): repair type definition of AJAX helper 2022-02-17 07:07:09 +01:00
Pavel Zavora c429166bb2 feat(ui): allow to pass abort signal to AJAX helper 2022-02-17 06:55:29 +01:00
Pavel Zavora e050679d48 chore(ui): remove unused validateStatus fn from AJAX helper 2022-02-17 06:48:18 +01:00
Pavel Zavora 02bb0c343a chore: update changelog 2022-02-16 10:27:27 +01:00
Pavel Zavora ad9327c8ff chore(ui): remove axios 2022-02-16 10:27:21 +01:00
Pavel Zavora 7a1789cfec chore(ui): implement AJAX fn using fetch 2022-02-16 10:27:17 +01:00
Pavel Zavora 6793bfd1b2 chore(ui): extra handle 204 response 2022-02-16 10:27:17 +01:00
Pavel Zavora d38ce88375 chore(ui): remove axios notes from log streaming 2022-02-16 10:27:17 +01:00
Pavel Zavora 94f5154184 chre(ui): repair dependency 2022-02-16 10:27:15 +01:00
Pavel Zavora 1ada97f75f chore(ui): remove axios from utils/getAJAX 2022-02-16 10:27:15 +01:00
Pavel Zavora 2eb4446718 chore(ui): remove axios from hosts apis 2022-02-16 10:27:15 +01:00
Pavel Zavora f1ff56c2c8 chore(ui): remove axios from dashboards API 2022-02-16 10:27:15 +01:00
Pavel Zavora 50bd143c57 chore(ui): remove axios from get worker 2022-02-16 10:27:15 +01:00
Pavel Zavora f870eb772b chore(ui): remove axios from proxy worker 2022-02-16 10:27:15 +01:00
Pavel Zavora 76c9cfdd0c chore(ui): remove Axios Method 2022-02-16 10:27:10 +01:00
Pavel Závora 0c97adfd32
Merge pull request #5863 from influxdata/dependabot/npm_and_yarn/follow-redirects-1.14.8
chore(deps): bump follow-redirects from 1.14.7 to 1.14.8
2022-02-14 08:52:00 +01:00
dependabot[bot] 524dc975ce
chore(deps): bump follow-redirects from 1.14.7 to 1.14.8
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-14 03:11:48 +00:00
Pavel Závora 09b74fa11f
Merge pull request #5862 from mmdoogie/docs-basepath
fix(server): respect BASE_PATH when serving API docs
2022-02-12 15:20:26 +01:00
mmdoogie 7222696996 chore: update CHANGELOG to reference PR 2022-02-11 13:03:51 -06:00
mmdoogie 4113c9c7cb fix(server): Use relative path to swagger.json
Absolute path to file did not respect BASE_PATH from config.
2022-02-11 12:49:16 -06:00
Pavel Závora 66a2c3ae95
Merge pull request #5860 from influxdata/dependabot/npm_and_yarn/node-sass-7.0.0
chore(deps-dev): bump node-sass from 4.14.1 to 7.0.0
2022-02-11 04:18:11 +01:00
dependabot[bot] 7b1029cdd4
chore(deps-dev): bump node-sass from 4.14.1 to 7.0.0
Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.1 to 7.0.0.
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.14.1...v7.0.0)

---
updated-dependencies:
- dependency-name: node-sass
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 00:22:38 +00:00
Pavel Závora 96a7cc1f61
Merge pull request #5851 from influxdata/5848/remove_fixed_data_table
fix(security): remove fixed-table-2 to resolve CVE-2022-0235
2022-02-09 05:34:15 +01:00
Pavel Závora 281283e277
Merge pull request #5852 from influxdata/feat/329_flux_wizard
feat(ui): add flux query builder
2022-02-09 05:32:13 +01:00
Pavel Zavora 4c5cfe4efa feat(fluxWizard): test tags reducer 2022-02-08 18:25:25 +01:00
Pavel Zavora d9f7f1cb44 feat(fluxWizard): test buckets reducers 2022-02-08 14:41:22 +01:00
Pavel Zavora 6f96663f14 feat(fluxWizard): test aggregation reducer 2022-02-08 10:45:25 +01:00
Pavel Zavora 2beec584b2 chore(ui): refactor fluxPeriodFromRangeSeconds 2022-02-08 10:03:56 +01:00
Pavel Zavora 1fd18b582c feat(fluxWizard): test flux generation from wizard state 2022-02-08 07:31:37 +01:00
Pavel Zavora 2154327011 fix(fluxWizard): properly yield unknown aggregation fn name 2022-02-08 06:27:48 +01:00
Pavel Zavora 796960800b feat(fluxWizard): test window period computation 2022-02-08 05:47:06 +01:00
Pavel Zavora 28721c77dd chore(fluxWizard): refactor fluxPeriodFromRangeSeconds 2022-02-08 05:25:45 +01:00
Pavel Zavora bebef7e44f feat(fluxWizard): test aggregation function flux generators 2022-02-08 04:50:45 +01:00
Pavel Zavora e2e67d70bc chore(ui): rename test to match tested file 2022-02-08 04:29:31 +01:00
Pavel Zavora d26f219080 chore(ui): remove unused function 2022-02-08 04:28:49 +01:00
Pavel Zavora 1c7b376af1 fix(fluxWizard): ignore key loading state for group selector 2022-02-03 13:05:50 +01:00
Pavel Zavora 94bfd7fb17 fix(fluxWizard): use unquoted fluxString 2022-02-03 11:37:46 +01:00
Pavel Zavora 4c73908078 fix(fluxWizard): use existing fluxString helper 2022-02-03 11:30:52 +01:00
Pavel Zavora 1e93cbd270 chore: update changelog 2022-02-03 08:46:09 +01:00
Pavel Zavora 3ace514b44 chore: update changelog 2022-02-03 08:45:41 +01:00
Pavel Zavora 45fd07700f chore: remove unused fixed-data-table-2 external css 2022-02-03 08:08:36 +01:00
Pavel Zavora 5c31e8dde6 chore: remove fixed-data-table-2 dependency 2022-02-03 08:05:45 +01:00
Pavel Zavora 4cc56eee33 feat(fluxWizard): change draft script on wizard submit 2022-02-02 15:57:21 +01:00
Pavel Zavora 9fb249a5b9 feat(fluxWizard): submit wizard query 2022-02-02 15:20:34 +01:00
Pavel Zavora 88b744f3f0 feat(fluxWizard): remove FluxScriptWizardDialog 2022-02-02 15:00:38 +01:00
Pavel Zavora 4671a874bf fix(fluxWizard): clone cached values to avoid cache polution 2022-02-02 14:53:32 +01:00
Pavel Zavora 72bea3b854 feat(fluxWizard): copy builder script to clipboard 2022-02-02 14:42:19 +01:00
Pavel Zavora 234c137759 fix(fluxBuilder): repair query generation 2022-02-02 14:30:16 +01:00
Pavel Zavora b448a2581b feat(fluxWizard): add copy-to-clipboard 2022-02-02 12:42:19 +01:00