Commit Graph

2871 Commits (e93caaa2cbfd1dd181f30c06a932125b43ebb05a)

Author SHA1 Message Date
Jared Scheib e93caaa2cb Merge pull request from influxdata/feature/auth-router
Refactor router to use auth and force /login route when auth expired
2017-04-20 16:10:49 -07:00
Jared Scheib b30bea21b7 Merge remote-tracking branch 'origin/master' into feature/auth-router
Conflicts:
ui/src/data_explorer/components/RawQueryEditor.js
ui/src/data_explorer/components/QueryEditor.js
2017-04-20 15:58:12 -07:00
Andrew Watkins 4a784c9718 Merge pull request from influxdata/query-builder-style-refactor
Query Maker Style Refactor
2017-04-20 10:14:44 -07:00
Jared Scheib e16a3cca6d Merge remote-tracking branch 'origin/master' into feature/auth-router 2017-04-18 14:37:48 -07:00
Alex P 0faf246618 Rename components according to CSS styles 2017-04-18 14:20:51 -07:00
Alex P 81f85c34d1 Polish group by time dropdown
styled differently in Rule builder vs DE
2017-04-18 14:09:49 -07:00
Alex P 2686fb80c8 Merge branch 'master' into query-builder-style-refactor 2017-04-18 12:08:27 -07:00
Alex P bbecdfe7fb Rework rule builder page to use new version of query builder 2017-04-18 12:08:07 -07:00
Alex P d53f593276 Simplify group by time dropdown 2017-04-18 12:07:08 -07:00
Alex P e066148d62 Visually join overlay controls and query maker 2017-04-18 11:02:20 -07:00
Alex P 374e468388 Scope responsive query maker styles to the DE 2017-04-18 11:01:43 -07:00
Chris Goller cda15a3345 Merge pull request from influxdata/feature/refreshing-jwts
Add JWT refresh on validation.
2017-04-18 12:25:46 -05:00
Alex P 0e66ddbb57 Ensures recent changes don't break Overlay Technology 2017-04-17 20:23:40 -07:00
Alex P bb3320ebc5 Remove unused styles 2017-04-17 19:58:48 -07:00
Alex P 7316914f8d Clean up query maker responsive styles 2017-04-17 19:57:27 -07:00
Alex P d9601be0ca Move lost style to unsorted 2017-04-17 19:57:00 -07:00
Alex P 940230f649 Refactor & Restyle query builder lists and sub-components 2017-04-17 19:38:56 -07:00
Alex P 2ba683781b Remove excess styles 2017-04-17 18:10:41 -07:00
Alex P 6d24f131af Update appearance of group by time in field list heading 2017-04-17 17:43:49 -07:00
Alex P f4be8c8a13 Fix appearance of tag list heading, use flip toggle 2017-04-17 17:43:10 -07:00
Alex P 9567057789 Create sheet for Flip Toggle component
Not a JSX component (yet?) just css for now
2017-04-17 17:42:42 -07:00
Alex P 12208c2135 Fix appearance of measurements filter 2017-04-17 17:01:54 -07:00
Alex P aef085565e Update style for empty query editor lists 2017-04-17 16:52:37 -07:00
Chris Goller 5f32d8d471 Update CHANGELOG to mention refreshing JWTs 2017-04-17 15:25:07 -05:00
Chris Goller 76fdbc9d55 Merge branch 'master' into feature/refreshing-jwts 2017-04-17 15:24:10 -05:00
Chris Goller 7b26eb3f00 Add tests for token extend 2017-04-17 14:49:05 -05:00
Jared Scheib a852ea30a9 Update changelog 2017-04-17 12:27:10 -07:00
Jared Scheib cc24eec9c3 Add test for ME_RECEIVED 2017-04-17 12:24:43 -07:00
Jared Scheib 6f1cc286df Add test for AUTH_RECEIVED 2017-04-17 12:22:30 -07:00
Jared Scheib 8acbc267b9 Add test for AUTH_REQUESTED 2017-04-17 12:19:51 -07:00
Jared Scheib fa8d76f829 Add auth test for AUTH_EXPIRED 2017-04-17 12:17:45 -07:00
Alex P 86b72aa103 Apply new classnames to query builder list components 2017-04-17 12:14:53 -07:00
Alex P 37107f9724 Make input placeholder text slightly darker 2017-04-17 12:14:17 -07:00
Alex P a7d8e48708 Replace undefined css variable 2017-04-17 12:14:01 -07:00
Alex P 312806e04d Rename & move Data Explorer stylesheet
Is now “Query Maker”, imports query editor and query builder
2017-04-17 12:13:39 -07:00
Jared Scheib 776f54dd86 Remove unused LOGOUT action 2017-04-17 12:05:23 -07:00
Jared Scheib 4731987694 Add test for errors reducer; update errors reducer to clearer data shape 2017-04-17 11:54:11 -07:00
Jared Scheib 71bd453389 Remove isRequired from editQueryCell propType in DashboardPage 2017-04-17 11:33:03 -07:00
Jared Scheib acc8edf360 Update syntax + var names + patterns to convention 2017-04-17 11:24:18 -07:00
Jared Scheib 72883c066f Clean up comments 2017-04-17 11:11:10 -07:00
Jared Scheib a75a5c8e45 Refactor error middleware to suppress redux actions after auth expires and always show correct logout reason error notification 2017-04-17 10:59:02 -07:00
Jared Scheib 5f1da1af02 Clean up 2017-04-17 10:56:07 -07:00
Jared Scheib 72e6147c45 Don't heartbeat if logged out 2017-04-17 10:55:24 -07:00
Chris Goller 8804d9d4fb Add comment about tokens in extending 2017-04-17 12:22:49 -05:00
Chris Goller 3c6f0db623 Update oauth2 Authenticator signatures to use extend 2017-04-17 11:49:45 -05:00
Chris Goller f5930fd4b5 Update JWT to use Extended rather than Extend 2017-04-17 10:57:33 -05:00
Chris Goller db9a15bbe4 Update oauth2 now time calculation to ensure UTC time 2017-04-17 10:39:01 -05:00
Chris Goller d2012e4c8e Add default now time func to return UTC 2017-04-17 10:38:46 -05:00
Jared Scheib 205771db83 Refactor publishNotification errors into errors middleware 2017-04-14 18:56:36 -07:00
Jared Scheib 1014a4300e Manually debounce session expiration notification to prevent other notifications from covering logout reason 2017-04-14 18:49:13 -07:00