Commit Graph

25 Commits (1c6e055c3dda645453c305432931dde805b3ca94)

Author SHA1 Message Date
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