Commit Graph

209 Commits (51efa49165395c477f8b2f7dc285d3e5e5fd903c)

Author SHA1 Message Date
Andrew Watkins 51efa49165 Merge pull request #151 from influxdata/feature/tr-wp-nav-rejiggering
Rejigger Side Navigation
2016-09-29 13:18:39 -07:00
Andrew Watkins b86fb31579 Merge pull request #121 from influxdata/feature/create-new-explorer
Create and switch explorations
2016-09-29 13:15:21 -07:00
Andrew Watkins 81f50c5eca Rename loadExplorer to loadExploration 2016-09-29 12:57:58 -07:00
Andrew Watkins 591568c69a Rename chooseExplorer to chooseExploration 2016-09-29 11:35:39 -07:00
Andrew Watkins f508a96940 Change explorerID to explorerURI 2016-09-29 11:32:55 -07:00
Andrew Watkins ed62d8d401 Work with scoping under /sources and single source on context 2016-09-29 11:28:20 -07:00
Andrew Watkins 49685ce60f Successfully switch between data explorerations 2016-09-29 10:51:24 -07:00
Andrew Watkins 9f716af587 Fix typo 2016-09-29 10:50:40 -07:00
Andrew Watkins e06806767c Successfully create new explorer 2016-09-29 10:50:40 -07:00
Andrew Watkins 62c5c37729 WIP make create explorer AJAX call 2016-09-29 10:50:40 -07:00
Gunnar dc9e189ad3 Merge pull request #142 from influxdata/feature/exploration-store
Implement exploration store
2016-09-29 10:31:39 -04:00
gunnaraasen 41096ce4ab Update exploration store interface to return exploration on add 2016-09-29 10:24:54 -04:00
gunnaraasen 27ffaf4fcc Refactor the exploration store 2016-09-29 09:38:35 -04:00
Tim Raymond 4694067cd1 Reorder Side Navigation
This order was requested in issue #119.
2016-09-28 16:22:06 -07:00
Tim Raymond 5b4c1ca568 Removed users from SideNav
Issue #118
2016-09-28 16:22:06 -07:00
Tim Raymond 26504005ca Remove the "My Account" link from side nav
Issue #123
2016-09-28 16:22:06 -07:00
Tim Raymond 8d0b2f38bd Rename Cluster to Sources/add source management link 2016-09-28 16:22:06 -07:00
Timothy J. Raymond 1fed2e0b55 Merge pull request #122 from influxdata/feature/source-scoping
Feature/source scoping
2016-09-28 15:32:45 -07:00
Tim Raymond d230a7c48e Improve error message copy for missing data source 2016-09-28 15:24:06 -07:00
Will Piers aaea1fcf29 Bugfix on source selection page
Missed a return
2016-09-28 14:49:15 -07:00
Will Piers 6497c1494e Fix redirect after choosing source 2016-09-28 14:49:15 -07:00
Will Piers 4873b9c663 Redirect to source page if we receive a bad source 2016-09-28 14:49:15 -07:00
Will Piers 8c8557b96c Scope pages by sourceID 2016-09-28 14:49:15 -07:00
Chris Goller 33b1796645 Merge pull request #140 from influxdata/feature/tr-default-source
Add Default param to Source
2016-09-28 13:22:26 -05:00
Andrew Watkins 45ab2c0b71 Update prodConfig to handle images 2016-09-28 10:49:34 -07:00
Andrew Watkins e8c6ce1d81 Move loader to dev dep 2016-09-28 10:29:04 -07:00
gunnaraasen 2d6199aa44 Fix ExplorationID and UserID in mock 2016-09-28 11:45:24 -04:00
gunnaraasen 36f0115e57 Implement ExplorationStore with boltDB and protobuf 2016-09-28 11:45:24 -04:00
Andrew Watkins 73d84cd608 Merge pull request #136 from influxdata/feature/static-assets
Allow import of static png and jpg in scss
2016-09-27 16:15:07 -07:00
Chris Goller 3a26ffab92 Merge pull request #138 from influxdata/feature/circle-caching
Update circle to be a simple make
2016-09-27 17:55:40 -05:00
Rachel McGough 6a32638027 Merge pull request #113 from influxdata/feature/hosts-table
hosts sorting/filtering
2016-09-27 15:48:27 -07:00
Tim Raymond de37d8f598 Add Default param to Source
We want to be able to specify that a particular Source is the default
source. This has semantic meaning that the front end will manage.
2016-09-27 15:46:17 -07:00
Chris Goller 7a741658de Update circle to be a simple make 2016-09-27 16:27:43 -05:00
Andrew Watkins b371e6ea91 Allow import of static png and jpg in scss 2016-09-27 12:54:32 -07:00
Chris Goller 67fb191e09 Update circle caching directories 2016-09-27 08:06:58 -05:00
Chris Goller 7683d01c4c Update node caching for circle 2016-09-26 19:51:37 -05:00
Chris Goller 13f0ad7a47 Merge pull request #124 from influxdata/feature/explorations-handlers
Add mock explorations handlers to server.
2016-09-26 18:44:16 -06:00
Chris Goller cc42d5c285 Update explorations handlers to PATCH and POST correctly 2016-09-26 19:32:11 -05:00
Chris Goller 2e71909973 Add mock explorations handlers to server. 2016-09-26 18:44:45 -05:00
Kevin Fitzpatrick 5367d15426 Remove linter warnings
Signed-off-by: Andrew Watkins <andrew.watkinz@gmail.com>
2016-09-26 15:34:52 -07:00
Kevin Fitzpatrick cd029c0e60 Merge branch 'feature/host-stats-view' into develop 2016-09-26 15:20:40 -07:00
Kevin Fitzpatrick 223429e3a5 Show host stats
#110

Signed-off-by: Andrew Watkins <andrew.watkinz@gmail.com>
2016-09-26 15:20:09 -07:00
Jade McGough 60e7c79a52 remove reactable, do sorting by hand 2016-09-26 14:55:51 -07:00
Jade McGough f0b42b4394 move search bar to separate component 2016-09-26 14:19:03 -07:00
Jade McGough b5dc4a5dca add filtering for hosts 2016-09-26 14:19:03 -07:00
Jade McGough 3990bf66bf Hosts table can be sorted by column. 2016-09-26 14:19:03 -07:00
Jade McGough 7b20f18ea9 move hosts table to separate component 2016-09-26 14:19:03 -07:00
Will Piers 60e1a4aec0 Merge pull request #115 from influxdata/feature/source-selection
Feature/source selection
2016-09-26 13:59:28 -07:00
Chris Goller 10ae888f91 Update circle to use correct caching directory 2016-09-23 17:42:10 -07:00
Chris Goller 50b676d1d9 Merge pull request #117 from influxdata/feature/no-source-type
Update datasource to not require type.
2016-09-23 17:20:15 -07:00