Commit Graph

13742 Commits (405f5db2df6e81a7985ad27b73d928b9c084ae4b)

Author SHA1 Message Date
Pavel Zavora 405f5db2df fix(ui): repair typescript definitions 2022-04-01 11:22:14 +02:00
Pavel Zavora 5d7679a442 fix(ui): repair typescript definitions 2022-04-01 11:22:14 +02:00
Pavel Zavora ebd0c32785 fix(ui): repair typescript definitions 2022-04-01 11:22:14 +02:00
Pavel Zavora 4b79189ef7 fix(ui): repair typescript definitions after upgrade to typescript 4.6.3 2022-04-01 11:22:14 +02:00
Pavel Zavora a46a20311b fix(ui): repair typescript definitions 2022-04-01 11:22:14 +02:00
Pavel Zavora 3378180b5a fix(ui): repair typescript definitions 2022-04-01 11:22:14 +02:00
Pavel Zavora 83cc473d64 fix(ui): repair typescript definitions 2022-04-01 11:22:14 +02:00
Pavel Zavora b6374561a8 fix(ui): repair typescript definitions 2022-04-01 11:22:14 +02:00
Pavel Zavora ee32e3d758 fix(ui): repair typescript definitions 2022-04-01 11:22:14 +02:00
Pavel Zavora d79f41dc55 fix(ui): repair typescript definitions 2022-04-01 11:22:14 +02:00
Pavel Zavora c7e5e0cd76 fix(ui): repair typescript definitions 2022-04-01 11:22:14 +02:00
Pavel Zavora 1ba23f9dda fix(ui): repair typescript definitions 2022-04-01 11:22:14 +02:00
Pavel Zavora eae87768c2 fix(ui): repair typescript definitions 2022-04-01 11:22:14 +02:00
Pavel Zavora 7e65cc1735 chore(ui): upgrade yarn lock 2022-04-01 11:22:14 +02:00
Pavel Zavora 3ac79fd22f chore(ui): improve typescript definitions 2022-04-01 11:22:14 +02:00
Pavel Zavora 78be030f78 chore(ui): appease prettier 2022-04-01 11:22:14 +02:00
Pavel Zavora 3317aa3a2d chore(ui): upgrade eslint-plugin-babel to @babel/eslint-plugin 2022-04-01 11:22:14 +02:00
Pavel Zavora d07d11ead8 fix(i): repair @typescript-eslint/no-loss-of-precision error 2022-04-01 11:22:14 +02:00
Pavel Zavora 54a87da0bc chore(ui): appease prettier 2022-04-01 11:22:14 +02:00
Pavel Zavora 780f4ea6f4 chore(ui): stick to prettier 2.2.1 2022-04-01 11:22:14 +02:00
Pavel Zavora ae3f251893 chore(ui): configure eslint after library upgrade 2022-04-01 11:22:14 +02:00
Pavel Zavora 8ee396b0ce chore(ui): disable typescript-eslint for js files 2022-04-01 11:22:14 +02:00
Pavel Zavora 777a123c51 chore(ui): upgrade @typescript-eslint to support the newest typescript 2022-04-01 11:22:14 +02:00
Pavel Zavora a4cfe24b10 chore(ui): fix code after upgrade to a newer typescript 2022-04-01 11:22:14 +02:00
Pavel Zavora e146023f4a chore(ui): fix type to match v1.x reality 2022-04-01 11:22:14 +02:00
Pavel Zavora 0fa57113a4 chore(ui): appease linter 2022-04-01 11:22:14 +02:00
Pavel Zavora 998c57693e chore(ui): upgrade dependencies 2022-04-01 11:22:14 +02:00
Pavel Závora 8cccef0107
Merge pull request #5903 from influxdata/fix/ci_node_16
fix(ci): upgrade github action to use node 16
2022-04-01 11:20:51 +02:00
Pavel Zavora d6411caa1f fix(ci): install cypress in github action 2022-03-31 10:03:38 +02:00
Pavel Zavora dd5aaf74ef fix(ci): upgrade github action to use node 16 2022-03-31 09:37:43 +02:00
k3yi0 a078569c52
Merge pull request #5902 from influxdata/reportPathFix
Report path fix
2022-03-29 15:52:15 +02:00
k3yi0 12c5fe38e2 fix: change the path test-reporter reads from 2022-03-29 14:36:59 +02:00
k3yi0 91aa67274f Merge branch 'master' of github.com:influxdata/chronograf 2022-03-29 14:30:34 +02:00
k3yi0 ad235266f9
Merge pull request #5900 from influxdata/alwaysGenerateReport
fix: generate report
2022-03-29 14:17:24 +02:00
k3yi0 a8379b9506
Merge pull request #5899 from influxdata/aggregateFunctions
fix: aggregate function no error pop up
2022-03-29 14:16:34 +02:00
k3yi0 497453bfd0 fix: fix artifact path 2022-03-29 12:04:15 +02:00
k3yi0 610f677d6a fix: changed artifact source 2022-03-29 11:36:51 +02:00
k3yi0 f8175a14b3 fix: always generate report 2022-03-29 10:18:16 +02:00
k3yi0 b41246ec70 fix: generate report even after failure 2022-03-29 10:15:46 +02:00
k3yi0 3b480acb5c fix: aggregate function no error pop up 2022-03-28 14:47:44 +02:00
tomklapka 08743e4a19
Cypress tests and e2e github action flow (#5896)
* test: welcome test, dashboard test, explore browser test

* test: snapshot testing

* feat: adding testing snapshots

* chore: update unmet peer dependency

* fix: name of dropdown toggle

* test: connecting to influxdb

* fix: remove unnecessary influxdb-onboarding.sh script.

* chore: updated go 1.17.1 for cypress tests

* refactor: remove unnecessary influxdb-onboarding command from Makefile

* refactor: remove unnecessary influxdb-onboarding command from circleci config

* test: initialising database by using environment properties (in Makefile)

* chore: fixing cypress tests

* test: deleting connection to influxd1

* tests: optimize build, reuse workspace

* tests: optimize build

* test: remove unused code

* fix:  remove unuse dashboard

* chore(e2e-pipeline): add pipeline for chrono cypress tests

* chore: run action on push

* chore: fix e2e pipeline

* chore: add yarn install

* chore: add log upload

* chore: show logs to see what is going on with chronograf

* chore: fix log cats

* chore: add sleep

* fix: chronograf run command

* chore(ui): regenerate yarn.lock after rebase

* test: welcome test, dashboard test, explore browser test

* test: snapshot testing

* feat: adding testing snapshots

* chore(e2e): local script for influxdb enterprise deployment

* chore(e2e): update cert-manager in actions pipeline

* chore: fix coredns issue

* chore: fix certmanager deployment

* test: welcome test, dashboard test, explore browser test

* test: snapshot testing

* feat: adding testing snapshots

* chore: update unmet peer dependency

* test(cypress): add cypress env, and commands

* test(cypress): add basic InfluxDB setup connection test

* fix: temporary commented out the file as it uses non existing functions

* test(cypress): add dashboard create, rename and delelete test

* test(cypress): add routes

* chore: regenerate yarn.lock

* chore: remove unused file

* chore: comment out code

* chore: comment out code

* fix: remove calling non-existent function

* fix: createConnection uses  unsafe SSL

* turns on flux

* test(cypress): rewritten Query Builder tests using _internal.monitor

* chore: yarn prettier

* fix: add missing custom window period

* fix: remove it.only

* Add flux-enable to a workflow file

* fix: github actions workflow file flux-enabled

* fix: force restart by deleing pod

* fix: restart a container to apply a new configmap

* fix: restart container

* chore: flux-enabled is now true by default

* fix: selecting correct elements

* chore: update e2e pipeline

* chore: add scheduled action run once a working day

* chore: remove commented code

* chore:  change file extenction to .ts and adjust code accordingly

* chore: pipeline fixes

* chore: clean up e2e:influxdb2 references

* fix: yarn installation, no risky changes in make clean

* chore: update changelog

Co-authored-by: Iszy-Ami <huyiktran@gmail.com>
Co-authored-by: Iszy-Ami <56554624+Iszy-Ami@users.noreply.github.com>
Co-authored-by: Robert Hajek <robert.hajek@gmail.com>
Co-authored-by: Pavel Zavora <pavel.zavora@bonitoo.io>
Co-authored-by: k3yi0 <definitelynotkeyio@gmail.com>
Co-authored-by: k3yi0 <97002262+k3yi0@users.noreply.github.com>
2022-03-25 09:27:29 +01:00
Pavel Zavora b6626aff1c chore: update changelog 2022-03-25 07:41:06 +01:00
Pavel Zavora c8d3883055 chore: update changelog 2022-03-25 07:35:14 +01:00
Pavel Zavora b103e3e02e chore(ci): add correct version circle CI config 2022-03-25 07:30:45 +01:00
Pavel Závora 8f8920bfc2
Merge pull request #5875 from influxdata/chore/node16
chore(ui): upgrade to node 16
2022-03-23 14:30:49 +01:00
Ivan Kudibal 8e86629801 fix: Markdown lint, [skip ci] 2022-03-23 13:44:40 +01:00
Pavel Zavora a87d546fa0 chore(ci): upgrade to a newer build image 2022-03-23 13:37:46 +01:00
Pavel Zavora 36dbc1bee3 chore: improve readme 2022-03-23 13:35:32 +01:00
Ivan Kudibal a7ce798351 doc: fix issue 2022-03-23 12:28:45 +01:00
Ivan Kudibal aa22195c27 chore: update to the new version, update the README.md instructions 2022-03-23 12:10:49 +01:00