Commit Graph

6346 Commits (8cade8458d0de5f9398daa2ff3ef0afc0a9386fd)

Author SHA1 Message Date
Paul Dix e7bfc3e36b Initial Select Source Page 2016-09-23 15:57:56 -07:00
Will Piers 13b2af3b09 Fix the table view 2016-09-22 13:34:03 -07:00
Andrew Watkins 6e070823a8 Merge pull request #98 from influxdata/feature/data-explorer
Feature/data explorer
2016-09-22 13:10:25 -07:00
Andrew Watkins 1dc8f86396 Remove old Desktop app build yml
Signed-off-by: Kevin Fitzpatrick <kevin@influxdb.com>
2016-09-22 11:29:50 -07:00
Andrew Watkins 8c3649c587 Skipping tests 2016-09-22 11:23:09 -07:00
Andrew Watkins 28121abf4e Skip test 2016-09-22 11:17:50 -07:00
Andrew Watkins 4c84a94985 Remove linting errors 2016-09-22 11:17:50 -07:00
Andrew Watkins ac5c76d03c Allow user to see graphs 2016-09-22 11:17:49 -07:00
Andrew Watkins 4c1bdb2eff Show measurement list after clicking a database 2016-09-22 11:17:49 -07:00
Andrew Watkins 344f44dd7f WIP See a list of databases 2016-09-22 11:17:49 -07:00
Andrew Watkins 74323269e0 Replace singular source with all sources 2016-09-22 11:17:49 -07:00
Andrew Watkins f586658376 Skipping tests 2016-09-22 11:17:49 -07:00
Andrew Watkins d2e9ce82c7 Remove linter errors
Signed-off-by: Kevin Fitzpatrick <kevin@influxdb.com>
2016-09-22 11:17:49 -07:00
Andrew Watkins 4cd3d7691e Fix broken source maps 2016-09-22 11:17:49 -07:00
Andrew Watkins 6d2fc4e098 Make data explorer visible
Signed-off-by: Kevin Fitzpatrick <kevin@influxdb.com>
2016-09-22 11:17:49 -07:00
Will Piers 04f3c1d529 WIP fixing the explorer 2016-09-22 11:17:49 -07:00
Andrew Watkins 0de8bb27a9 First steps towards revitalizaing the data explorer
Signed-off-by: Will Piers <willpiers@influxdb.com>
2016-09-22 11:17:49 -07:00
Jade McGough 480ff7eb97 add host view page with dancing banana 2016-09-21 14:00:25 -07:00
Jade McGough dfd66690d3 fix hosts route 2016-09-21 12:24:43 -07:00
Jade McGough 79769a86de make host link more restful 2016-09-21 11:16:14 -07:00
Jade McGough f7932cbe1c add host view link 2016-09-21 11:16:14 -07:00
Jade McGough 5202932e31 add hosts page with basic table display of hosts 2016-09-21 11:16:14 -07:00
Jade McGough 88a29d94ce wire getSources into checkDataNodes middleware 2016-09-21 11:16:14 -07:00
Jade McGough 29c1890ebc add hosts list to left rail 2016-09-21 11:16:14 -07:00
Andrew Watkins 92225fdc49 Merge pull request #72 from influxdata/ui-tests
UI tests and linting upgrades
2016-09-21 09:48:50 -07:00
Will Faurot b8fcab86bd Remove a brittle test that causes tests to fail on circle
Phantom seems to treat timestamps differently on different platforms.
2016-09-20 12:01:30 -07:00
Will Piers 1f07dc859b Merge pull request #71 from influxdata/feature/make_work_good
Feature/make work good
2016-09-20 11:54:19 -07:00
Will Faurot d2ffa0028d Remove old test cruft 2016-09-20 11:50:40 -07:00
Will Faurot 38d703a466 Remove old test scripts; add npm test 2016-09-20 11:50:32 -07:00
Will Faurot 224b46e1c8 Fix tests/setup for karma 2016-09-20 11:50:23 -07:00
Will Faurot 4cf281b5c1 Add karma config 2016-09-20 11:50:15 -07:00
Will Faurot ef14b88adc Add karma packages 2016-09-20 11:50:07 -07:00
Will Faurot 310a5fdf07 Update eslint rules
I did away with the private module for now, it was causing more issues
than were worth the effort IMO. No reason it can't come back as the org
grows and we want to have consistent code style across apps.
2016-09-20 11:49:57 -07:00
Will Faurot 242ad878f7 Bump lint-related packages 2016-09-20 11:49:30 -07:00
Will Piers e5d9b02382 Remove shared propTypes declarations and amend Makefile with dev server 2016-09-20 11:44:22 -07:00
Chris Goller 1ce14455da Fix prod webpack to look to / instead of /build 2016-09-20 09:09:36 -07:00
Jade McGough dd584e3228 removing old API dependencies 2016-09-19 16:43:59 -07:00
Chris Goller 2d03f60756 Update autogenerated index.html to work from /
Signed-off-by: Andrew Watkins <watts@influxdb.com>
2016-09-19 14:16:33 -07:00
Will Piers a1a5631513 Add build:dev option to build with dev config one time 2016-09-19 13:45:05 -07:00
Will Piers aae54875eb Add html template with react-root for the js to render into 2016-09-19 13:45:05 -07:00
Will Piers e349bcaed0 Have webpack build html file into output 2016-09-19 13:45:05 -07:00
Chris Goller 3e56f45b90 Update circle and makefile to build and test everything.
Signed-off-by: Will Piers <wpiers0405@gmail.com>
2016-09-19 13:45:05 -07:00
Will Piers ea24800d3f Tweak build output path and gitignore
Signed-off-by: Andrew Watkins <watts@influxdb.com>
2016-09-19 13:45:05 -07:00
Will Piers 4d20b2af4a Bring over enterprise ui and configuration
Signed-off-by: Andrew Watkins <watts@influxdb.com>
2016-09-19 13:45:05 -07:00
Will Piers 133da5a14f Use create-react-app 2016-09-09 16:10:54 -07:00
Kevin Fitzpatrick 24fcfb6be3 `npm start` to run server.
First `npm install`.
2016-09-07 13:20:20 -07:00