Hunter Trujillo
7c2afb75f8
Merge branch 'master' of github.com:influxdata/chronograf
2017-04-07 15:58:12 -06:00
Hunter Trujillo
943e4817e1
Quick fix. Styles duct tape.
2017-04-07 15:58:06 -06:00
Chris Goller
7d73e84907
Merge pull request #1207 from influxdata/feature/generic-oauth
...
Add implementation of generic oauth2 provider based on github concepts
2017-04-07 15:40:03 -05:00
Chris Goller
e235292107
Merge remote-tracking branch 'origin/master' into feature/generic-oauth
2017-04-07 15:39:35 -05:00
Chris Goller
6de8ec26d5
Merge branch 'master' into feature/generic-oauth
2017-04-07 15:35:28 -05:00
Chris Goller
ca58111730
Fix PathEscape work for go 1.7
2017-04-07 15:32:35 -05:00
Hunter Trujillo
9856c61b26
Merge branch 'master' of github.com:influxdata/chronograf
2017-04-07 14:31:05 -06:00
Hunter Trujillo
8c4cd3a889
ResizeContainer only works on a single top-level element.
2017-04-07 14:30:57 -06:00
Chris Goller
5d2aced125
Update generic oauth routes to be path escaped.
2017-04-07 15:20:53 -05:00
lukevmorris
fe1138ba39
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
Chris Goller
bbf6c1300c
Add configurable scopes to generic oauth2 support
2017-04-07 14:58:35 -05:00
Andrew Watkins
2da2e017c9
Remove prop requirement from onEditRawStatus
2017-04-07 13:53:30 -06:00
Hunter Trujillo
d0a54dc0ad
Merge pull request #1211 from influxdata/flip-the-de
...
Flip the Data Explorer
2017-04-07 13:45:25 -06:00
Hunter Trujillo
6f7d16caf0
Address issues raised in code review.
2017-04-07 13:36:59 -06:00
lukevmorris
687d5b1574
EditDashboardCell now requires dashboard be provided ( #1225 )
2017-04-07 10:14:45 -07:00
Hunter Trujillo
61a5399f68
Merge branch 'flip-the-de' of github.com:influxdata/chronograf into flip-the-de
2017-04-07 10:57:32 -06:00
Hunter Trujillo
e4aa9c6070
Fix px typing issue.
2017-04-07 10:57:22 -06:00
Andrew Watkins
96de21ed66
Merge pull request #1224 from influxdata/more-z-index-tweaks
...
Oops
2017-04-07 10:54:48 -06:00
Andrew Watkins
a424087f93
Merge pull request #1212 from influxdata/feature/meta-query-builder
...
Feature/meta query builder
2017-04-07 10:50:19 -06:00
Andrew Watkins
b5a9d32c05
Merge branch 'master' into feature/meta-query-builder
2017-04-07 10:50:03 -06:00
Luke Morris
47c9225cbc
More tweaks
2017-04-07 09:24:32 -07:00
Alex P
9c599d33b2
Remove debug option
2017-04-07 09:09:06 -07:00
Alex P
03dea79485
Merge branch 'master' into flip-the-de
2017-04-07 09:03:12 -07:00
Alex P
95844bbaac
Prevent dygraphs legend from going off the screen in the DE
2017-04-07 09:02:16 -07:00
Hunter Trujillo
4ad63d0630
Fix for graph height issue.
2017-04-07 08:24:50 -06:00
Hunter Trujillo
789f282b55
Fix FieldList key errors.
2017-04-07 08:08:50 -06:00
Hunter Trujillo
7b5a8c5b64
Refactor ResizeBottom stateless component.
2017-04-07 08:02:07 -06:00
Chris Goller
3f337d055a
Merge pull request #1223 from influxdata/fix/kapa-vhost
...
Use the Host header from the original Kapacitor URL
2017-04-07 08:41:40 -05:00
Chris Goller
de43145701
Merge branch 'master' into feature/generic-oauth
2017-04-07 08:39:52 -05:00
Chris Goller
3f5f82dd86
Update CHANGELOG to mention fixing https://github.com/influxdata/chronograf/issues/1206
2017-04-07 08:31:44 -05:00
John Gilden
cf054c1f79
Use the Host header from the original Kapacitor URL
2017-04-07 08:15:19 -05:00
lukevmorris
68877e07e3
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
1166612860
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
68aa9fc46c
CSS tweaks
2017-04-06 18:03:55 -06:00
lukevmorris
777221c9cf
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
Chris Goller
5c8547802f
Merge pull request #1217 from influxdata/fix/dashboard-error-response
...
Update cell dashboard error messags to be descriptive
2017-04-06 17:37:36 -05:00
Chris Goller
150b0f212d
Update cell dashboard error messags to be descriptive
2017-04-06 17:30:53 -05:00
Chris Goller
888f3d458c
Update CHANGELOG language for generic oauth2 support
2017-04-06 16:54:48 -05:00
Chris Goller
978838cf2c
Merge branch 'master' into feature/generic-oauth
2017-04-06 16:47:58 -05:00
Chris Goller
cbd17b64db
Update CHANGELOG mentioning adding generic oauth2 provider
2017-04-06 16:47:41 -05:00
Chris Goller
828ece6737
Add generic oauth2 documentation
2017-04-06 16:45:48 -05:00
Chris Goller
dc8cfbdf8e
Add generic oauth2 configuration options
2017-04-06 16:45:33 -05:00
Chris Goller
862e2132b6
Add renaming of generic oauth2 provider
2017-04-06 16:45:13 -05:00
lukevmorris
ee9042bd60
These three are siblings now; give them a stacking priority ( #1215 )
2017-04-06 14:30:36 -07:00
Chris Goller
443c2056f7
Merge pull request #1202 from influxdata/hotfix/1193-influxql-no-quotes
...
Workaround InfluxQL bugs by returning original query.
2017-04-06 16:14:05 -05:00
Luke Morris
8006498180
Merge branch 'master' into hotfix/1193-influxql-no-quotes
2017-04-06 13:51:15 -07:00
Andrew Watkins
499f2737b8
Update CHANGELOG.md
2017-04-06 14:50:40 -06:00
Luke Morris
b7f91df6f4
No need to build a query if rawText exists
2017-04-06 13:46:50 -07:00
Andrew Watkins
ebf2c38aba
Remove unused state
2017-04-06 14:42:18 -06:00
Andrew Watkins
d4d5dacbb5
Add loading animation to admin ui
2017-04-06 14:41:50 -06:00