2017-12-16 21:56:22 +00:00
|
|
|
# Directories
|
2017-12-16 21:52:21 +00:00
|
|
|
ui/reports/
|
2016-09-16 18:11:29 +00:00
|
|
|
build/
|
2017-12-16 21:52:21 +00:00
|
|
|
backup/
|
2020-01-09 15:49:42 +00:00
|
|
|
vendor/
|
2017-12-16 21:56:22 +00:00
|
|
|
.vscode/
|
2021-06-05 06:24:05 +00:00
|
|
|
.idea/
|
2021-03-08 13:21:19 +00:00
|
|
|
node_modules/
|
2017-12-16 21:52:21 +00:00
|
|
|
|
2017-12-16 21:56:22 +00:00
|
|
|
# Binaries
|
2017-12-16 21:52:21 +00:00
|
|
|
/chronograf
|
2018-02-12 22:36:42 +00:00
|
|
|
/chronoctl
|
2017-12-16 21:52:21 +00:00
|
|
|
|
2017-12-16 21:56:22 +00:00
|
|
|
# Dotfiles
|
2017-12-16 21:52:21 +00:00
|
|
|
.pull-request
|
2017-02-08 16:47:20 +00:00
|
|
|
.DS_Store
|
2017-02-09 00:17:10 +00:00
|
|
|
.godep
|
|
|
|
.jsdep
|
|
|
|
.jssrc
|
|
|
|
.dev-jssrc
|
|
|
|
.bindata
|
2018-07-23 23:24:42 +00:00
|
|
|
.eslintcache
|
2017-12-16 21:52:21 +00:00
|
|
|
|
2017-12-16 21:56:22 +00:00
|
|
|
# Files
|
2017-12-16 21:52:21 +00:00
|
|
|
chronograf*.db
|
|
|
|
*_gen.go
|
|
|
|
canned/apps_gen.go
|
|
|
|
npm-debug.log
|
2018-03-13 23:52:41 +00:00
|
|
|
yarn-error.log
|
2018-07-25 17:56:15 +00:00
|
|
|
ui/.vs/slnx.sqlite
|
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 08:27:29 +00:00
|
|
|
out.log
|
|
|
|
ui/cypress/kube-config
|
|
|
|
ui/cypress/.local-chronograf-influxdb-enterprise.sh.swp
|
2022-05-02 07:35:52 +00:00
|
|
|
ui/oauth2-mock.log
|