Commit Graph

1497 Commits (a9c5d8f1460e61327489db7858dc071e0204b7ea)

Author SHA1 Message Date
Will Piers 7d339c0bd6 Rebase, add user feedback 2016-10-31 10:33:32 -07:00
Andrew Watkins d331a51964 Add PagerdutyConfig 2016-10-31 09:48:20 -07:00
Andrew Watkins 3065898356 Add Telegram configuration 2016-10-31 09:48:20 -07:00
Andrew Watkins 79616ff8f7 Move get into helper function 2016-10-31 09:48:20 -07:00
Will Piers ba7a4b9752 Wire up the default checkbox on source form 2016-10-31 09:42:48 -07:00
Will Piers 00ee959d2e Rename and refactor the source form 2016-10-31 09:42:48 -07:00
Kevin Fitzpatrick 64cc51a218 Fix issues with uncontrolled inputs. 2016-10-31 09:42:48 -07:00
Kevin Fitzpatrick ab620f07a3 New/Edit Source 2016-10-31 09:42:48 -07:00
Tim Raymond 9622eafff0 Satisfy build errors
Somehow an unused FlashMessages snuck in during the rebase. Also there
were places where Mappings was expecting a *string, but we were passing
a string. I believe this is because the autogenerated code creates
*string, and I modified it to use strings at one point. Everywhere
should use *string now.
2016-10-28 18:01:22 -04:00
Tim Raymond 1f4e813768 Add "I" and "Name" to cells on backend
React-grid-layout uses an "i" parameter in the JSON describing a layout
as an identifier. This is used to bind DOM elements' keys to Cells from
the API. Also, we need a "Name" to describe what each graph is to a
user.

Also, react-grid-layout specified widths and heights in terms of units
of the grid that it establishes. In order to have this properly
configured, the extents of this grid need to be spelled out when
creating a ReactGridLayout, hence the addition of "cols" and
"rowHeight" props to that component.

Finally, react-grid-layout incorporates some of its own styles. To
support this, some modifications needed to be made to the webpack config
to allow us to pull in includes from node_modules.
2016-10-28 18:01:14 -04:00
Tim Raymond a6300f25f0 Wire up /mappings API to LayoutsStore
This makes the /mappings endpoint return real data based off of the
layouts seen within the LayoutsStore.
2016-10-28 18:00:44 -04:00
Will Piers 4f590f6e6e Merge pull request #272 from influxdata/feature/update-manage-sources
Update the kapacitor column on manage sources page
2016-10-27 14:08:38 -07:00
Andrew Watkins dceb2216b5 Merge pull request #294 from influxdata/feature/filter-by-app
allow users to filter by apps
2016-10-27 12:07:50 -07:00
Andrew Watkins 16c25915a0 Merge pull request #299 from influxdata/fix-de-side-nav
Fix double click DE bug
2016-10-27 11:37:53 -07:00
Andrew Watkins 291f6ccabe Update App.js 2016-10-27 11:24:11 -07:00
Andrew Watkins 8e62d5f47c Rename tab title from InfluxEnterprise to Chronograf 2016-10-27 10:59:51 -07:00
Andrew Watkins 5a603a8e07 Fix double click DE bug 2016-10-27 09:49:24 -07:00
Jade McGough 7f08bc8358 allow users to filter by apps 2016-10-26 17:04:02 -07:00
Andrew Watkins ef4e09d4d6 Fix copy 2016-10-26 16:28:16 -07:00
Andrew Watkins ec0ba3ba8c Add Alerta and VictorOps kapacitor configs to UI 2016-10-26 16:25:36 -07:00
Andrew Watkins 65babedac2 Count filtered hosts 2016-10-26 16:23:11 -07:00
Will Piers d7fc8fe8ce Make link highlighting great again. also prefer dashes to underscores in routes 2016-10-25 15:05:42 -07:00
Will Piers d75e8969da Merge pull request #287 from influxdata/kapacitor-fix
Separate update/create of kapacitor records
2016-10-25 12:49:20 -07:00
Will Piers e85b7b7ae6 Separate update/create of kapacitor records 2016-10-25 12:40:02 -07:00
Will Piers dab0527bfe Dismiss notifications on route change 2016-10-25 11:11:44 -07:00
Will Piers d9f36cbd6a Update the kapacitor column on manage sources page 2016-10-25 10:04:36 -07:00
Will Piers bd993c4cb0 Conform to updated Kapacitor API 2016-10-24 16:26:09 -07:00
Will Piers 34b50c4057 More cleanup and fixes 2016-10-24 14:51:43 -07:00
Will Piers fe2a1da551 Cleanup and adding more feedback for user interactions 2016-10-24 13:30:29 -07:00
Will Piers ceafabfeda Update side nav 2016-10-24 12:36:52 -07:00
Will Piers 400b8a4bfd Fix scroll issue 2016-10-24 12:36:52 -07:00
Will Piers 1ebd9173b0 Refactor to avoid URL construction 2016-10-24 12:36:52 -07:00
Will Piers 5813b793c2 Fix Paul's code - eslint 2016-10-24 12:36:52 -07:00
Paul Dix f2726cfe84 Fix remaining issues with Kapacitor config refactor 2016-10-24 12:36:52 -07:00
Paul Dix d839546dbf Fix rebase conflicts.
Update hosts page to use queries that don't specify "default" retention policy.
Remove import of OverviewPage.
2016-10-24 12:36:52 -07:00
Paul Dix 376535999d Update KapacitorPage components
Update KapacitorPage and API to work with new Kapacitor API on MrFusion. Pull SMTP and Slack configuration out to components.
2016-10-24 12:36:52 -07:00
Paul Dix 45c365321b WIP: initial pages on Kapacitor config 2016-10-24 12:36:52 -07:00
Kevin Fitzpatrick 6010c1c76a Update API links 2016-10-24 11:59:27 -07:00
Will Piers d13ebd0aa8 Merge pull request #261 from influxdata/feature/notifications
Feature/notifications
2016-10-21 14:36:35 -07:00
Chris Goller fe034a7698 Fix linting issues preventing builds 2016-10-20 16:38:56 -05:00
Will Piers 216f19b9ba Fix original bug 2016-10-20 13:32:09 -07:00
Will Piers ff4ba78b24 Remove old tests as notifications work in a fundamentally different way 2016-10-20 13:32:09 -07:00
Will Piers 0ba6880c43 Refactor rendering of notifications. Moar DRY 2016-10-20 13:32:09 -07:00
Will Piers e327fc011c Make notifications more prettier and fix spinner 2016-10-20 13:32:09 -07:00
Will Piers 5d8c4c1712 Remove usages of old flash messages 2016-10-20 13:32:09 -07:00
Will Piers 80c7ec6a45 Render notifications and add dismissal 2016-10-20 13:32:09 -07:00
Will Piers df76e23ca5 Set up action and reducer 2016-10-20 13:32:09 -07:00
Chris Goller 3b583a8da2 Fix webpack exit code to actually work.
Webpack does not return non-zero values are failure.  This breaks
most build systems.
2016-10-20 15:08:45 -05:00
Chris Goller 91eec23099 Update name to chronograf 2016-10-20 09:39:40 -05:00
Kevin Fitzpatrick e5c0815da6 Refactor hasSources -> redirectToHosts 2016-10-18 13:16:03 -07:00
Will Piers 495d83fb8c Merge pull request #248 from influxdata/feature/manage-sources
Feature/manage sources
2016-10-18 10:21:00 -07:00
Todd Persen d64730bb6a Merge pull request #245 from influxdata/misc-polish
Explorer Empty State
2016-10-18 09:42:07 -07:00
Will Piers 0d4f8f4c01 Add connect link to each source 2016-10-17 16:21:22 -07:00
Will Piers 9ade098495 Use mappings endpoint and refactor 2016-10-13 15:33:03 -07:00
Will Piers 7f8356d365 WIP on rendering hosts with apps 2016-10-13 12:26:48 -07:00
Alex P 6baa647418 CSS for sortable arrows + animations in table header 2016-10-12 14:53:58 -07:00
Jade McGough 8302fee592 add directional arrow classes in hosts table 2016-10-12 14:41:15 -07:00
Will Piers 4a7b0f01e7 Refactor how default source works and second pass on manage source page 2016-10-12 14:10:45 -07:00
Alex P 3cf819d32e Explorer empty state styles
Fits better into the UI
2016-10-12 13:44:35 -07:00
Will Piers c9a254ead0 Set up route and initial html for managing sources 2016-10-11 17:21:49 -07:00
Jade McGough cf68ce5010 remove unused default state 2016-10-11 14:48:21 -07:00
Jade McGough 31beae391c add cpu/load sorting on hosts table 2016-10-11 14:08:44 -07:00
Andrew Watkins 4d20797305 Merge pull request #210 from influxdata/cleanup
Cleanup
2016-10-10 16:53:47 -07:00
Will Piers 2f601ad509 Remove extra promise nonsense 2016-10-10 14:34:07 -07:00
Alex P ac758a02e8 Adding favicon
tested in dev and prod works okay
2016-10-10 14:11:49 -07:00
Will Piers 6d16778d3d Move Api logic out of HostsPage 2016-10-10 13:54:56 -07:00
Andrew Watkins 827cdfeefd Remove linter errors 2016-10-07 13:47:54 -07:00
Will Piers 5ffa5d7147 Fix bug when app receives a bad sourceID and fix eslint 2016-10-07 13:26:14 -07:00
Will Piers 2853d2af8f Simplify source page and set default source on creation 2016-10-07 13:20:12 -07:00
Will Piers 4ae714d0e9 Merge pull request #199 from influxdata/feature/new-source
Creating a new source does not automatically connect to it
2016-10-07 11:30:17 -07:00
Andrew Watkins f994680a08 Merge pull request #205 from influxdata/resizer-handle
Resizer Handle
2016-10-07 09:52:42 -07:00
Alex P 9d6cd1f50e Move hosts styles into corresponding stylesheet 2016-10-07 09:45:00 -07:00
Alex P 8827ee076d Making hosts pages dark 2016-10-07 09:42:07 -07:00
Alex P bc99c9a47a Aesthetic tweaks
monotype font feels really nice now
2016-10-07 09:38:41 -07:00
Alex P 3a0a015c2d Moving panel from `HostsPage` to `HostsTable`
This way I can put the search bar next to the title without removing it
from the component
2016-10-07 09:38:40 -07:00
Alex P dc073cbe9f fixing appearance of source selection page 2016-10-07 09:35:49 -07:00
Alex P 30a2e9819e Polish
- Custom scrollbar
- bottom border on hosts table
2016-10-07 09:35:49 -07:00
Alex P aba9114681 Re-styling search widget in host pages 2016-10-07 09:35:49 -07:00
Alex P 793dbdbb33 Copy Tweak 2016-10-07 09:35:49 -07:00
Alex P 4eb3fcf935 Making hosts pages dark 2016-10-07 09:35:48 -07:00
Alex P 521d8fd6d9 Obscuring white line on right side of DE
only appears once you’ve resized the panels, not the best fix but looks
better
2016-10-07 09:34:18 -07:00
Alex P 52238e69a3 Copy Tweak 2016-10-07 09:34:18 -07:00
Alex P 64b6e0adfb Graph label polish
slightly smaller, text aligns more nicely
2016-10-07 09:34:18 -07:00
Alex P 096b46d5bd Aesthetic tweaks
monotype font feels really nice now
2016-10-07 09:34:18 -07:00
Alex P 91e32660e2 Moving panel from `HostsPage` to `HostsTable`
This way I can put the search bar next to the title without removing it
from the component
2016-10-07 09:34:18 -07:00
Alex P 07bf2f15c0 Copy tweak
matches name in navbar
2016-10-07 09:32:21 -07:00
Alex P 0f059aec95 Chopping down logs 2016-10-06 17:37:50 -07:00
Alex P 7d3d5fe97c UI Bug Fixes
- Removing minimum width from the CSS
- Minimum widths handled via JS now, much smoother
- Fixing weird white gap on right side, was math mistake
2016-10-06 16:32:03 -07:00
Alex P 29411b5a43 Resizer now has a more obvious handle 2016-10-06 15:19:23 -07:00
Andrew Watkins e9acafe6b7 Add header to hosts show 2016-10-06 10:55:04 -07:00
Andrew Watkins 95b0500ad0 Fix broken import 2016-10-06 10:34:12 -07:00
Andrew Watkins af7e187105 Merge pull request #200 from influxdata/chore/remove-raw-query
Remove raw query tab from app
2016-10-06 09:36:55 -07:00
Tim Raymond 98c9f53dfb Remove Overview page
This removes the Overview page from the navigation as well as all
associated JS that powered the Overview page. Styles for the Overview
page have been left in place, since there doesn't appear to be a good
option for performing CSS dead code elimination at this time.
2016-10-06 12:29:10 -04:00
Andrew Watkins 4b65f9097f Remove raw query tab from app 2016-10-05 15:07:03 -07:00
Andrew Watkins d27d239ded Merge pull request #169 from influxdata/feature/#128-tr-data-explorer-source
Add Source Indicator to Data Explorer
2016-10-05 14:51:27 -07:00
Will Piers ba98a69e5d Creating a new source does not automatically connect to it 2016-10-05 13:42:35 -07:00
Andrew Watkins 6aaca77974 Implement rename explorations 2016-10-05 13:17:39 -07:00
Andrew Watkins 5eb36bfe54 Merge pull request #163 from influxdata/feature/delete-explorations
Allow deletion of explorations with new API
2016-10-04 14:21:55 -07:00
Andrew Watkins b11ce92d84 Make tagKeys / tagValues work in the DE 2016-10-04 13:18:43 -07:00
Timothy J. Raymond a1b0f1ec74 Merge pull request #158 from influxdata/feature/tr-wp-add-source-to-host-table
Add Active Source to Host Table
2016-10-04 12:14:08 -04:00
Tim Raymond 1df88dfa3b Add Source Indicator to Data Explorer
This places an indicator on the data explorer showing what source data
explorer queries are issued against. Sources were stored in the React
context already, presumably for other parts of the data explorer to
function, so it was possible to glean the name of the source from there.
2016-10-04 12:03:51 -04:00
Andrew Watkins 1b912983e5 Allow deletion of explorations with new API 2016-10-03 12:39:52 -07:00
Andrew Watkins f3a65d9d2d Merge pull request #160 from influxdata/feature/vendor-fun
All the vendors are belong to us
2016-10-03 08:56:42 -07:00
Chris Goller d72b0dbd8e Merge pull request #159 from influxdata/feature/bolt-sources
Add persistence to sources and use bolt by default
2016-09-30 18:27:53 -05:00
Andrew Watkins 51313ae6d5 Fix no first explorer 2016-09-30 15:30:09 -07:00
Andrew Watkins 149b9d0539 Include chunkhash to file names 2016-09-30 14:23:15 -07:00
Timothy J. Raymond 4454909ddb Merge pull request #156 from influxdata/signup-styling
Make select host page pretty
2016-09-30 13:17:58 -07:00
Andrew Watkins d564f75da3 Split vendor dependencies into chunks 2016-09-30 13:16:24 -07:00
Tim Raymond b65a7e2a05 Adjust prop type requirements to reflect swagger
We thought that some properties were required, but after looking back at
the swagger docs, that turned out not to be the case.
2016-09-30 11:48:52 -07:00
Tim Raymond 1eec598475 Add Active Source to Host Table 2016-09-30 11:47:28 -07:00
Will Piers cdc4f7d930 Merge pull request #155 from influxdata/feature/tr-wp-host-page
Implement Host List Page
2016-09-30 10:09:30 -07:00
Alex P 6fa444dff6 Make select host page pretty 2016-09-29 17:22:31 -07:00
Tim Raymond 032fcfc886 Remove explicit "default" from RP in query 2016-09-29 17:15:54 -07:00
Tim Raymond a0a01cc2e4 Fix up Host drilldown page
This gives the host drilldown page awareness of the host id that it
should scope its queries to. Also makes eslint happier because assigned a
magic number.
2016-09-29 16:49:58 -07:00
Will Piers 2ef4a7b13d Fix connection point for source creation 2016-09-29 16:47:20 -07:00
Tim Raymond 7a78625dcb Add load stats to hosts page
Also normalizes the display of CPU and Load stats using toFixed to
ensure two decimals of precision.
2016-09-29 15:31:50 -07:00
Tim Raymond 3333d83503 Populate HostsTable with name and CPU
Also includes a slight refactor of HostsTable to better separate some
mixed functional / stateful logic.
2016-09-29 14:10:45 -07:00
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 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
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
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
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
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
Rachel McGough 6a32638027 Merge pull request #113 from influxdata/feature/hosts-table
hosts sorting/filtering
2016-09-27 15:48:27 -07:00
Andrew Watkins b371e6ea91 Allow import of static png and jpg in scss 2016-09-27 12:54:32 -07: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 81071265ee Finish up source selection page structure 2016-09-23 16:24:52 -07:00
Paul Dix 97fd503701 Initial Select Source Page 2016-09-23 15:57:56 -07:00
Will Piers 416221ce3f Fix the table view 2016-09-22 13:34:03 -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 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 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
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
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
Will Piers c1aca9e033 Merge pull request #71 from influxdata/feature/make_work_good
Feature/make work good
2016-09-20 11:54:19 -07:00
Will Faurot 47fb6483a6 Remove old test cruft 2016-09-20 11:50:40 -07:00
Will Faurot 6ae2ca67c1 Remove old test scripts; add npm test 2016-09-20 11:50:32 -07:00
Will Faurot cc5e0d9079 Fix tests/setup for karma 2016-09-20 11:50:23 -07:00
Will Faurot 15709b2b24 Add karma config 2016-09-20 11:50:15 -07:00
Will Faurot 72e7e031cf Add karma packages 2016-09-20 11:50:07 -07:00
Will Faurot 16056bd8ad 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 4be3b32da8 Bump lint-related packages 2016-09-20 11:49:30 -07:00
Will Piers bcb6ec7960 Remove shared propTypes declarations and amend Makefile with dev server 2016-09-20 11:44:22 -07:00
Chris Goller 7dc74500bd Fix prod webpack to look to / instead of /build 2016-09-20 09:09:36 -07:00
Jade McGough 3a0b233d04 removing old API dependencies 2016-09-19 16:43:59 -07:00
Chris Goller 8d43a26b9a 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 5d9b071a15 Add build:dev option to build with dev config one time 2016-09-19 13:45:05 -07:00
Chris Goller b9b0d4db08 Update bindata to be in dist. Use dev and debug for now 2016-09-19 13:45:05 -07:00
Will Piers 8525144618 Add html template with react-root for the js to render into 2016-09-19 13:45:05 -07:00
Will Piers c528d1186e Have webpack build html file into output 2016-09-19 13:45:05 -07:00
Chris Goller 840b00b4d0 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 fb0d0c92fa Tweak build output path and gitignore
Signed-off-by: Andrew Watkins <watts@influxdb.com>
2016-09-19 13:45:05 -07:00
Will Piers d7ae615e37 Bring over enterprise ui and configuration
Signed-off-by: Andrew Watkins <watts@influxdb.com>
2016-09-19 13:45:05 -07:00
Chris Goller e24a16fa9f Update static assets to use ui/build 2016-09-16 13:47:58 -05: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