Commit Graph

31 Commits (master)

Author SHA1 Message Date
Pavel Zavora 2f9fe0e833 chore: format file 2022-07-28 09:29:47 +02:00
Pavel Zavora 55be1cc263 chore(build): switch to parcel v2 2022-07-28 09:29:46 +02:00
k3yi0 23f0dc75e7 chore: start OAuth2 mock before running cypress tests locally, add gitignore entry for OAuth2 mock log 2022-05-09 15:55:38 +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 e70c7b2601 chore: ignore also .idea dir 2021-06-05 08:24:05 +02:00
Pavel Zavora bd5388a5c6 chore(ui): add top-level package and files for vs.code 2021-03-08 14:21:19 +01:00
Greg 1806d6c298
chore: tidy prior to kv refactor (#5342)
* Start cleaning up/reviewing for kv refactor

* Remove dependency on graceful http layer

* Remove deprecated cli option --new-sources

* Run gofmt and remove dep related files

* Update non-influx deps

* Update kapacitor dep

* Compile regexp's once

* Remove un-needed struct members

* Remove unused integrations code
2020-01-09 08:49:42 -07:00
Daniel Campbell 82910aa4dc
Merge pull request #4018 from influxdata/generic-wizard
Add Generic Wizard Component
2018-07-26 11:49:43 -07:00
Jared Scheib 76a6cd3bc2 dev: clean up yarn scripts, add typescript check & watch scripts
tsconfig rootDir was changed because tsc would throw errors and
apparently it wants all files in the project to be at the rootDir.

Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
Co-authored-by: Chris Henn <chris@chrishenn.net>
2018-07-25 11:16:04 -07:00
Daniel Campbell d822ab50f0 add vs code generated file to gitignore 2018-07-25 10:56:15 -07:00
Andrew Watkins 7eee7e698b Add yarn-error.log to gitignore 2018-03-14 17:24:55 -07:00
Michael Desa 1b2de0a71e Copy chronoctl to current directory in circle.yml 2018-02-12 17:36:42 -05:00
Luke Morris 8b26605df1 Add comments to .gitignore 2017-12-16 13:56:22 -08:00
Luke Morris da71af2b7b Clean up prior to PR 2017-12-16 13:54:55 -08:00
Hunter Trujillo 055dd0dc13 Add SHOW DATABASES integration test with Nightwatch.js. 2017-08-08 22:43:16 -07:00
Chris Goller cb1aadf49c Update Makefile and webpack to make builds incremental 2017-02-08 21:15:56 -06:00
Chris Goller b1ef92f075 Update gitignore to filter MacOSX .DS_Store 2017-02-08 21:15:56 -06:00
Will Piers f9e0378d36 Adjult gitignore 2016-12-09 13:48:25 -08:00
Chris Goller b6a0d7c5cc Add layouts as bindata in case chronograf run as a single-file binary
Using my existing layout chaining, I added layouts wrapped in
go-bindata as the last option for loading layouts.  This means
that the data store is preferred over file system over bindata.

With this functionality, we can simply distribute the single-file
binary.
2016-11-14 19:07:38 -06:00
Chris Goller f7e841ad60 Update k8s CPU field name to millicores 2016-11-08 14:24:39 -06:00
Chris Goller 476277f219 Add alert interface 2016-11-03 19:52:13 -05:00
Kevin Fitzpatrick 9998b79605 Remove npm debug log 2016-11-03 11:22:22 -07:00
Chris Goller d1359c09b3 Refactor to remove autogenerated code. 2016-10-26 22:10:52 -05:00
Kevin Fitzpatrick 928fdb6102 Ignore npm-debug.log 2016-10-24 11:32:44 -07:00
Chris Goller 91eec23099 Update name to chronograf 2016-10-20 09:39:40 -05:00
Chris Goller 8bfc405027 Add pre-canned application layout store. 2016-10-10 20:40:16 -05:00
Chris Goller 583d8b4f74 Add persistence to sources and use bolt by default 2016-09-30 15:39:27 -05:00
Chris Goller f70bd552e7 Update swagger and mock to have optional URL field for data source 2016-09-23 17:14:53 -07:00
Will Piers fb0d0c92fa Tweak build output path and gitignore
Signed-off-by: Andrew Watkins <watts@influxdb.com>
2016-09-19 13:45:05 -07:00
Chris Goller 9f0969751f Add simple static asset packaging.
Closes #5
2016-09-16 12:21:29 -05:00
Kevin Fitzpatrick 9fc66cb520 Ignore front end output files and dev files 2016-09-07 13:16:27 -07:00