Commit Graph

350 Commits (ff4ba78b2419edde430ea23122d183616d5c55c2)

Author SHA1 Message Date
Andrew Watkins eac5843226 Wrap the make commands with quotes in circle.yml 2016-09-22 16:35:19 -07:00
Andrew Watkins 8103c6d694 Separate out the dependencies steps to see how long they take 2016-09-22 16:32:10 -07:00
Andrew Watkins e3be489963 Cache for real this time 2016-09-22 15:22:08 -07:00
Andrew Watkins d4efb35d29 Merge branch 'develop' of github.com:influxdata/mrfusion into develop 2016-09-22 15:07:29 -07:00
Andrew Watkins bddd93cd18 Cache node_modules on circle 2016-09-22 15:07:19 -07:00
Andrew Watkins b37da01702 Merge pull request #104 from influxdata/feature/fix-race
Update test to use channels to prevent race.
2016-09-22 14:47:55 -07:00
Andrew Watkins 6883603941 Remove INFLUX_HOST 2016-09-22 14:44:49 -07:00
Andrew Watkins 08772df20f Include env variable for influx server
Signed-off-by: Chris Goller <goller@gmail.com>
2016-09-22 14:20:40 -07:00
Chris Goller d56513c8fe Update test to use channels to prevent race.
Signed-off-by: Nathaniel Cook <nvcook42@gmail.com>
2016-09-22 14:15:46 -07:00
Will Piers 416221ce3f Fix the table view 2016-09-22 13:34:03 -07:00
Andrew Watkins 1d48c8564e Specify the env var for the influx host 2016-09-22 13:27:18 -07:00
Andrew Watkins 9990824767 Merge pull request #98 from influxdata/feature/data-explorer
Feature/data explorer
2016-09-22 13:10:25 -07:00
Andrew Watkins 9683e277f7 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 846958ef1d 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 6bc96529c4 Remove old Desktop app build yml
Signed-off-by: Kevin Fitzpatrick <kevin@influxdb.com>
2016-09-22 11:29:50 -07:00
Andrew Watkins 083eca9056 Skipping tests 2016-09-22 11:23:09 -07:00
Andrew Watkins 435b99970f Turns out Pipelines don't work with containers yet :( 2016-09-22 11:21:13 -07:00
Andrew Watkins f6ffa1dc91 Skip test 2016-09-22 11:17:50 -07:00
Andrew Watkins c4464bad3d Remove linting errors 2016-09-22 11:17:50 -07:00
Andrew Watkins 5e78a0f4b3 Allow user to see graphs 2016-09-22 11:17:49 -07:00
Andrew Watkins 635e883127 Show measurement list after clicking a database 2016-09-22 11:17:49 -07:00
Andrew Watkins 645fb6e143 WIP See a list of databases 2016-09-22 11:17:49 -07:00
Andrew Watkins b8ea90b184 Replace singular source with all sources 2016-09-22 11:17:49 -07:00
Andrew Watkins 0b20f4d8f2 Skipping tests 2016-09-22 11:17:49 -07:00
Andrew Watkins 9cdd407f64 Remove linter errors
Signed-off-by: Kevin Fitzpatrick <kevin@influxdb.com>
2016-09-22 11:17:49 -07:00
Andrew Watkins d611b96e88 Fix broken source maps 2016-09-22 11:17:49 -07:00
Andrew Watkins ac7b215075 Make data explorer visible
Signed-off-by: Kevin Fitzpatrick <kevin@influxdb.com>
2016-09-22 11:17:49 -07:00
Will Piers 64b658b633 WIP fixing the explorer 2016-09-22 11:17:49 -07:00
Andrew Watkins 9fcf4f36fd 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 d803672953 Add Heroku generated app.json 2016-09-22 11:17:05 -07:00
Andrew Watkins 9d871efdd4 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 0e3f7a13b3 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 e029d0c16a 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 fb230a7f42 Fix typo for autogenerated code 2016-09-21 15:37:01 -07:00
Gunnar 73818288e5 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 2b17378e76 Update Database to be DB 2016-09-21 15:11:29 -07:00
Chris Goller 113fa01323 Add simple influx backend through cli option. 2016-09-21 15:03:07 -07:00
Jade McGough 6288a8b469 add host view page with dancing banana 2016-09-21 14:00:25 -07:00
Jade McGough 5e0576c1ec fix hosts route 2016-09-21 12:24:43 -07:00
Jade McGough 7ce286f043 make host link more restful 2016-09-21 11:16:14 -07:00
Jade McGough 66a5b83da3 add host view link 2016-09-21 11:16:14 -07:00
Jade McGough fdf9d0161d add hosts page with basic table display of hosts 2016-09-21 11:16:14 -07:00
Jade McGough a2ce1d7db1 wire getSources into checkDataNodes middleware 2016-09-21 11:16:14 -07:00
Jade McGough 80affffb30 add hosts list to left rail 2016-09-21 11:16:14 -07:00
Chris Goller 6386f9a077 Update Makefile bindata to not use dev flag 2016-09-21 10:52:38 -07:00
Chris Goller f055a0f325 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 688ebe8167 Update database and rp to use default parameters 2016-09-21 09:53:36 -07:00
Chris Goller 0a5330327f Update query interface to take database and rp 2016-09-21 09:53:36 -07:00
Andrew Watkins 6b95566312 Merge pull request #72 from influxdata/ui-tests
UI tests and linting upgrades
2016-09-21 09:48:50 -07:00
Will Faurot 3c47390cd7 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