Commit Graph

1497 Commits (a9c5d8f1460e61327489db7858dc071e0204b7ea)

Author SHA1 Message Date
Jade McGough a9c5d8f146 pass expected arguments to notify action 2017-04-07 15:59:08 -07:00
Jade McGough 295d05eaba refactor notifications to work within the App and CreateSource components 2017-04-07 15:58:57 -07:00
Jade McGough b78041fdf6 add notifications to CreateSource
update action creators and AJAX to use proper naming convention
2017-04-07 15:58:18 -07:00
Jade McGough 8e7fd8de2b lol what's an error message 2017-04-07 15:58:18 -07:00
Jade McGough 718e5fdca2 use updateSourceAction correctly 2017-04-07 15:58:18 -07:00
Jade McGough 5acf147bfe style cleanup 2017-04-07 15:58:17 -07:00
Jade McGough 8e3e9af73f refactor CreateSource to use SourceForm 2017-04-07 15:58:17 -07:00
Jade McGough 93b541d65e remove unused props passed to SourceForm 2017-04-07 15:58:17 -07:00
Jade McGough 4f0550c71d move page-specific DOM content out of sourceform
with '#' will be ignored, and an empty message aborts the commit.
2017-04-07 15:57:52 -07:00
Jade McGough 9c31b7eec8 add insecure SSL option for initial source 2017-04-07 15:14:47 -07:00
Hunter Trujillo 92bf3a2046 Quick fix. Styles duct tape. 2017-04-07 15:58:06 -06:00
Hunter Trujillo c4bb0f0275 Merge branch 'master' of github.com:influxdata/chronograf 2017-04-07 14:31:05 -06:00
Hunter Trujillo df7588652f ResizeContainer only works on a single top-level element. 2017-04-07 14:30:57 -06:00
lukevmorris af231fdaa0 Use Cell ID returned by the server (#1222)
* Use ID as returned by the server

* Update CHANGELOG
2017-04-07 13:01:11 -07:00
Andrew Watkins cce79c77db Remove prop requirement from onEditRawStatus 2017-04-07 13:53:30 -06:00
Hunter Trujillo 7bedcdcd4d Merge pull request #1211 from influxdata/flip-the-de
Flip the Data Explorer
2017-04-07 13:45:25 -06:00
Hunter Trujillo d440086ecf Address issues raised in code review. 2017-04-07 13:36:59 -06:00
lukevmorris 482b5cce39 EditDashboardCell now requires dashboard be provided (#1225) 2017-04-07 10:14:45 -07:00
Hunter Trujillo 691dafe1c7 Merge branch 'flip-the-de' of github.com:influxdata/chronograf into flip-the-de 2017-04-07 10:57:32 -06:00
Hunter Trujillo b3590ea968 Fix px typing issue. 2017-04-07 10:57:22 -06:00
Andrew Watkins 0a75bc1bdc Merge pull request #1224 from influxdata/more-z-index-tweaks
Oops
2017-04-07 10:54:48 -06:00
Andrew Watkins 5b61ff5a11 Merge branch 'master' into feature/meta-query-builder 2017-04-07 10:50:03 -06:00
Luke Morris c49f02ec5f More tweaks 2017-04-07 09:24:32 -07:00
Alex P 85bd2d9e62 Remove debug option 2017-04-07 09:09:06 -07:00
Alex P 49164d94dc Merge branch 'master' into flip-the-de 2017-04-07 09:03:12 -07:00
Alex P aa5461473c Prevent dygraphs legend from going off the screen in the DE 2017-04-07 09:02:16 -07:00
Hunter Trujillo 72e0ef14c5 Fix for graph height issue. 2017-04-07 08:24:50 -06:00
Hunter Trujillo e6438cfadd Fix FieldList key errors. 2017-04-07 08:08:50 -06:00
Hunter Trujillo 3eed9686b3 Refactor ResizeBottom stateless component. 2017-04-07 08:02:07 -06:00
lukevmorris 94d1cb007d Fuller DefaultCell; Reference DefaultCell in DefaultDashboard (#1221)
* Fuller default cell; reference cell in default dashboard

* Update CHANGELOG
2017-04-06 17:44:15 -07:00
lukevmorris b1b3279396 Dashboard comes from params, not Redux (#1218)
We removed the `dashboard` key from Redux in favor
of `dashboards`, which contains an array of all
dashboards. This means we have to pass the current
dashboard around to action creators.
2017-04-06 17:07:13 -07:00
Andrew Watkins a8e52c7f99 CSS tweaks 2017-04-06 18:03:55 -06:00
lukevmorris e9c5f836b8 Server validates that queries include database + rp (#1219)
* Server validates that queries include database + rp

* Update CHANGELOG
2017-04-06 16:21:27 -07:00
lukevmorris af6baff808 These three are siblings now; give them a stacking priority (#1215) 2017-04-06 14:30:36 -07:00
Luke Morris d6fab042ed Merge branch 'master' into hotfix/1193-influxql-no-quotes 2017-04-06 13:51:15 -07:00
Luke Morris 61b931df11 No need to build a query if rawText exists 2017-04-06 13:46:50 -07:00
Andrew Watkins 8a8cb32a22 Remove unused state 2017-04-06 14:42:18 -06:00
Andrew Watkins 86249db0ec Add loading animation to admin ui 2017-04-06 14:41:50 -06:00
Alex P 355af7bac2 Add missing comma in stylesheet 2017-04-06 13:41:27 -07:00
Alex P e5cd03c448 Adjust copy to suit new layout 2017-04-06 13:34:49 -07:00
Alex P 8243ba9130 Make empty columns in query editor fill width 2017-04-06 13:31:56 -07:00
Alex P 91c46d5009 Consolidate duplicate styles 2017-04-06 13:23:02 -07:00
Alex P f03fe34eda Fix broken styles from DE flip 2017-04-06 13:20:47 -07:00
Alex P ee6f695d32 Flip the DE 2017-04-06 13:20:36 -07:00
Alex P 629a7b5912 Prevent query builder tabs from becoming too large
Happens when a long query is created
2017-04-06 13:19:45 -07:00
Andrew Watkins 32e05b5bc5 Add some style 2017-04-06 13:34:08 -06:00
Chris Goller e9ababb0c4 Merge branch 'master' into feature/slack-channels 2017-04-06 14:04:15 -05:00
Andrew Watkins cea557229f Insert selected query template into text area 2017-04-06 13:02:45 -06:00
Jared Scheib 887ad6feb6 Merge branch 'master' into feature/1138-hipchat-url-to-subdomain 2017-04-06 11:46:01 -07:00
Jared Scheib 9df1630cf8 Add new auth duration CLI option; add client heartbeat; fix logout (#1119)
* User can now set oauth cookie session duration via the CLI to any duration or to expire on browser close

* Refactor GET 'me' into heartbeat at constant interval

* Add ping route to all routes

* Add /chronograf/v1/ping endpoint for server status

* Refactor cookie generation to use an interface

* WIP adding refreshable tokens

* Add reminder to review index.js Login error handling

* Refactor Authenticator interface to accommodate cookie duration and logout delay

* Update make run-dev to be more TICKStack compliant

* Remove heartbeat/logout duration from authentication

* WIP Refactor tests to accommodate cookie and auth refactor

* Update oauth2 tests to newly refactored design

* Update oauth provider tests

* Remove unused oauth2/consts.go

* Move authentication middleware to server package

* Fix authentication comment

* Update authenication documentation to mention AUTH_DURATION

* Update /chronograf/v1/ping to simply return 204

* Fix Makefile run-dev target

* Remove spurious ping route

* Update auth docs to clarify authentication duration

* Revert "Refactor GET 'me' into heartbeat at constant interval"

This reverts commit 298a8c47e1.

Conflicts:
ui/src/index.js

* Add auth test for JWT signing method

* Add comments for why coverage isn't written for some areas of jwt code

* Update auth docs to explicitly mention how to require re-auth for all users on server restart

* Add Duration to Validation interface for Tokens

* Make auth duration of zero yield a everlasting token

* Revert "Revert "Refactor GET 'me' into heartbeat at constant interval""

This reverts commit b4773c15af.

* Rename http status constants and add FORBIDDEN

* Heartbeat only when logged in, notify user if heartbeat fails

* Update changelog

* Fix minor word semantics

* Update oauth2 tests to be in the oauth2_test package

* Add check at compile time that JWT implements Tokenizer

* Rename CookieMux to AuthMux for consistency with earlier refactor

* Fix logout middleware

* Fix logout button not showing due to obsolete data shape expectations

* Update changelog

* Fix proptypes for logout button data shape in SideNav
2017-04-06 11:40:57 -07:00