Commit Graph

3966 Commits (c27985b20b6ea784d75f6cad226845aa917197c5)

Author SHA1 Message Date
Alex P c27985b20b Attempt to block error when printing version number
This should work in theory
2017-06-23 10:26:06 -07:00
Alex P f743f38777 Merge branch 'master' into misc-ui-polish 2017-06-22 16:35:38 -07:00
Alex P 0f0805a2f0 Complete refactor of sidenav
- Reduced DOM complexity
- Less styles overall
- Added an icon in the navbar to show version number
- Still needs an eslint ignore
2017-06-22 16:30:28 -07:00
Alex P 5724aed904 WIP refactor sidenav 2017-06-22 16:16:19 -07:00
Alex P bf0dbcf5c3 Make dashboards page contents into its own stateless component 2017-06-22 14:24:45 -07:00
Alex P d05bc9af0e Use correct proptypes for dashboards 2017-06-22 13:59:50 -07:00
Alex P a394949c1f Delete comment 2017-06-22 13:55:42 -07:00
Alex P 4157340b2e Make dashboards table into a component 2017-06-22 13:55:23 -07:00
Alex P b16088673d Make dashboards index header into component 2017-06-22 13:47:09 -07:00
Alex P e92ea1718c Remove rogue className 2017-06-22 13:39:58 -07:00
Alex P 916097e6b9 Remove ID column from dashboards table 2017-06-22 13:27:37 -07:00
Alex P c158c3a917 Fix for #1637 - Sort dashboard by name alphabetically 2017-06-22 13:27:22 -07:00
Alex P ac04713730 Reduce microcopy 2017-06-22 12:52:52 -07:00
Alex P f6e9001cba Polish dashboards index table 2017-06-22 12:52:25 -07:00
Alex P 201678f56d Undoing undo 2017-06-21 13:24:25 -07:00
Alex P 576f6e6391 Fix thin white line fancy scroll issue
Appears sometimes and is very distracting
2017-06-21 13:23:14 -07:00
Alex P 4b450a2170 Remove strange white line that sometimes appears in fancy scrollbox 2017-06-21 13:03:32 -07:00
Alex P d6f4b50257 Fix for #1631 2017-06-21 11:02:05 -07:00
Timothy J. Raymond 34808ddb9d Merge pull request #1619 from pragkent/generic-oauth-redirect-url
Add redirect url to generic oauth
2017-06-21 10:19:03 -04:00
Kent Wang 17984600cb Fix generic redirect URL 2017-06-21 12:19:21 +08:00
Jared Scheib 8bafe10a9a Add back empty 1.3.4.0 to changelog 2017-06-20 14:06:50 -07:00
Jared Scheib fe0890f134 Merge pull request #1642 from influxdata/fix/basepath_json_feed-1640
Do not prefix basepath to external link for news feed
2017-06-20 12:44:44 -07:00
Hunter Trujillo d592977515 Merge pull request #1639 from influxdata/feature/1597-hover-lines-performance
Feature/1597 hover lines performance
2017-06-20 13:40:04 -06:00
Jared Scheib 2df7a7d6ad Update changelog 2017-06-20 12:12:14 -07:00
Jared Scheib 7037167a44 Do not prefix external news feed link with basepath 2017-06-20 11:59:31 -07:00
Alex Paxton b7904072c4 Merge pull request #1622 from influxdata/rule-creator-function-selector
Use Function Selector in Rule Builder
2017-06-20 09:37:57 -07:00
Alex P b4c4ad4774 Add ability to deselect a function
was previously impossible to do through the UI
2017-06-19 16:25:51 -07:00
Alex P 08fa7135ac Merge branch 'master' into rule-creator-function-selector 2017-06-19 16:17:53 -07:00
Alex P 927e252885 Consolidate map methods
Moved the ternary operator into the onClick
2017-06-19 16:17:05 -07:00
Hunter Trujillo a7261faa9b CHANGELOG. 2017-06-19 17:12:17 -06:00
Hunter Trujillo 5838c72e08 Optimize first run of synchronizer initialization. 2017-06-19 16:58:00 -06:00
Hunter Trujillo 9a4d7bdc18 Prettier. 2017-06-19 16:32:01 -06:00
Hunter Trujillo 9381265dc7 Adjust synchronizer to omit zoom and range synchronization, for performance reasons. 2017-06-19 16:31:53 -06:00
Luke Morris d8bd6fd959 Update version number 2017-06-19 11:13:35 -07:00
Kent Wang 9c597d2c8f Replace string concat to path.Join 2017-06-18 10:47:02 +08:00
Kent Wang 0bb20c8a0f Don't pass RedirectURL if PublicURL not set 2017-06-18 10:40:07 +08:00
Jared Scheib c097784313 Merge pull request #1627 from influxdata/fix/revert_90d_timerange
Fix Status Page timerange to be 30d again
2017-06-16 19:06:56 -07:00
Jared Scheib 27fc2eac9d Fix Status Page timerange to be 30d again 2017-06-16 18:54:23 -07:00
Jared Scheib 926a3a5448 Update changelog retroactively for PR 1609 2017-06-16 18:03:51 -07:00
Jared Scheib c40c990b60 Merge pull request #1608 from influxdata/feature/status_page-1556
Add Status Page (incl. Alert Events, Recent Alerts, News Feed, and Getting Started guide)
2017-06-16 18:00:02 -07:00
Jared Scheib 7df4a6ed1a Merge branch 'master' into feature/status_page-1556 2017-06-16 17:52:16 -07:00
Jared Scheib 5bc56c41b2 Dynamically resize StatusPage height on window height change
Signed-off-by: Alex Paxton <thealexpaxton@gmail.com>
2017-06-16 17:36:32 -07:00
Jared Scheib 6bd91333d4 Update LayoutRenderer to use ES6 class syntax 2017-06-16 17:23:09 -07:00
Jared Scheib 6d74216ee5 Calc Status Page height for grid layout based on window height
Signed-off-by: Alex Paxton <thealexpaxton@gmail.com>
2017-06-16 17:22:37 -07:00
Jared Scheib e2bf4197e8 Add isWidget prop to LayoutRenderer propTypes 2017-06-16 16:33:21 -07:00
lukevmorris 56e5203c47 Merge pull request #1609 from influxdata/feature/tr-auto-group-by
Add auto group by functionality using :interval: template variable
2017-06-16 16:29:35 -07:00
Luke Morris 7f008c67c5 Change resolution on graph resize 2017-06-16 16:25:45 -07:00
Alex Paxton e7a101650e Update cell names in status page
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
2017-06-16 16:25:40 -07:00
Luke Morris 68af7508d4 Tested + fixed bug in GROUP BY interval calculation 2017-06-16 15:54:15 -07:00
Jared Scheib 62bd9141d6 Add 'he' lib via yarn; use it to decode HTML entities in JSON Feed 2017-06-16 15:42:47 -07:00