Commit Graph

7288 Commits (7eb4011d6060b747340ea0a8a4751322c0c9e086)

Author SHA1 Message Date
Andrew Watkins 105b800ecb Remove the race flag in the build to unblock the front end team.
Per @goller's instruction
2016-09-22 11:44:20 -07:00
Andrew Watkins f237cc714f Remove unnecessary docker config
mrfusion already respects the PORT env var. No need to specify it.

After this commit, however, you will need to specify exposing the port
on the CLI when starting the container.

Heroku providers the PORT when it runs the container.

Signed-off-by: Kevin Fitzpatrick <kevin@influxdb.com>
2016-09-22 11:36:15 -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 f22db82e14 Turns out Pipelines don't work with containers yet :( 2016-09-22 11:21:13 -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
Andrew Watkins f05ef6879a Add Heroku generated app.json 2016-09-22 11:17:05 -07:00
Andrew Watkins 13eff5dbc5 Specify the port as to play with Heroku.
This probably breaks things running locally. Let's talk about how we can use the 8888 for local
development. Please refer to https://devcenter.heroku.com/articles/container-registry-and-runtime
for information.

NOTE: the EXPOSE keyword is not respected on heroku because they control the ports. Hence the
environment variable PORT.

Signed-off-by: Kevin Fitzpatrick <kevin@influxdb.com>
2016-09-22 10:59:56 -07:00
Chris Goller 0ca0cc80d1 Merge pull request #100 from influxdata/feature/simple-influx-client
Update influx to remove the v2 client and use our own.
2016-09-21 17:59:53 -07:00
Chris Goller 5d72f12ca5 Update influx to remove the v2 client and use our own.
Signed-off-by: Gunnar Aasen <gunnar+github@gunnar.me>
2016-09-21 17:58:46 -07:00
Chris Goller 96a6aaa2fa Fix typo for autogenerated code 2016-09-21 15:37:01 -07:00
Gunnar f32b94bd78 Merge pull request #96 from influxdata/feature/simple-influx
Add simple influx backend through cli option.
2016-09-21 15:14:49 -07:00
Chris Goller acdd1992e6 Update Database to be DB 2016-09-21 15:11:29 -07:00
Chris Goller a1645a45f8 Add simple influx backend through cli option. 2016-09-21 15:03:07 -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
Chris Goller 2bf0651ccb Update Makefile bindata to not use dev flag 2016-09-21 10:52:38 -07:00
Chris Goller c3bfe718e0 Merge pull request #75 from influxdata/feature/query-rp-db
Update query interface to take database and rp
2016-09-21 10:04:27 -07:00
Chris Goller 7eef3f2321 Update database and rp to use default parameters 2016-09-21 09:53:36 -07:00
Chris Goller 1d4d3668d8 Update query interface to take database and rp 2016-09-21 09:53:36 -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 9936082320 Merge pull request #69 from influxdata/feature/fix-prod-webpack
Fix prod webpack to look to / instead of /build
2016-09-20 09:10:23 -07:00
Chris Goller 1ce14455da Fix prod webpack to look to / instead of /build 2016-09-20 09:09:36 -07:00
Chris Goller e6a8b658ac Merge pull request #62 from influxdata/feature/default-index
Add default content to always go to index.html.
2016-09-19 19:15:31 -07:00