lukevmorris
d05e217566
Replace Kapacitor Alert Endpoint Dropdown with Radio Buttons ( #1258 )
...
* Replace Endpoint Dropdown with Radio Buttons
* Update CHANGELOG
* Update CHANGELOG
2017-04-12 17:48:46 -07:00
Alex Paxton
172b260b52
Merge pull request #1264 from influxdata/bugfix/query-template-ux
...
Polish meta queries UX
2017-04-12 15:57:05 -07:00
Alex P
d43f7a801d
Re-arrange raw editor to remove jank
...
- Dropdown inline with status bar
- Dropdown menu wider, aligns to right edge
- Query preview / raw text always the same height (slightly larger)
- Query tabs never gets more wide (more space for schema exploration)
2017-04-12 15:20:02 -07:00
Luke Morris
46d76506ea
New CHANGELOG section
2017-04-11 17:21:56 -07:00
Alex Paxton
3f4cd78c81
Merge pull request #1238 from influxdata/misc-aesthetic-improvements
...
Misc Aesthetic Improvements
2017-04-11 13:50:44 -07:00
Chris Goller
9f9e0bf195
Merge pull request #1244 from mcfedr/patch-1
...
Fix env var name for Google client secret
2017-04-11 11:35:17 -05:00
Fred Cox
b804be1885
Fix env var name for Google client secret
2017-04-11 16:48:35 +03:00
Alex P
007aef43f5
Make rule builder headers consistent with other page headers
2017-04-10 14:39:06 -07:00
Alex P
479fb5e470
Move editable page header styles into their own sheet
...
Also updating to latest naming scheme
2017-04-10 14:32:44 -07:00
Alex P
50c2377bcc
Remove text transform on page header dropdowns
2017-04-10 14:31:58 -07:00
Alex P
458875f496
Make graph tips show default cursor
2017-04-10 14:31:26 -07:00
Alex P
036a4c33e1
Make page headers regular case
...
No more all caps madness
2017-04-10 14:31:02 -07:00
Regan Kuchan
216f0955a9
Merge pull request #1229 from influxdata/docs/prep-readme-for-beta8
...
Clarify a few issues
2017-04-07 17:31:37 -07:00
Luke Morris
263ff21d91
Revert "Temp commit"
...
This reverts commit a32ae24264
.
2017-04-07 17:28:12 -07:00
Luke Morris
20a638375a
Merge branch 'master' into docs/prep-readme-for-beta8
2017-04-07 17:27:27 -07:00
Luke Morris
a32ae24264
Temp commit
2017-04-07 17:26:01 -07:00
Hunter Trujillo
8f12489c3b
Merge pull request #1231 from influxdata/patch/console-error
...
Clear console error on ConfirmButtons by fixing propTypes
2017-04-07 18:20:55 -06:00
nathan haugo
aece766de6
Update for beta8
2017-04-07 17:18:46 -07:00
Jared Scheib
c11cde759d
Update propTypes to remove console error for ConfirmButtons
2017-04-07 17:05:52 -07:00
Jade McGough
67f9e4020f
Merge pull request #1205 from influxdata/initial-source-options
...
add missing options when creating initial source
2017-04-07 16:00:36 -07:00
Jade McGough
2916a397bd
don't block resubmit attempts after successfully creating source
2017-04-07 15:59:08 -07:00
Jade McGough
b3dfb4c667
pass expected arguments to notify action
2017-04-07 15:59:08 -07:00
Jade McGough
8808030067
refactor notifications to work within the App and CreateSource components
2017-04-07 15:58:57 -07:00
Jade McGough
48bb2e8851
add notifications to CreateSource
...
update action creators and AJAX to use proper naming convention
2017-04-07 15:58:18 -07:00
Jade McGough
e6ae84bd74
update changelog
2017-04-07 15:58:18 -07:00
Jade McGough
106cdde68b
lol what's an error message
2017-04-07 15:58:18 -07:00
Jade McGough
b3ad4f1e6c
use updateSourceAction correctly
2017-04-07 15:58:18 -07:00
Jade McGough
a315ec2db1
style cleanup
2017-04-07 15:58:17 -07:00
Jade McGough
b50fa52264
refactor CreateSource to use SourceForm
2017-04-07 15:58:17 -07:00
Jade McGough
409e5fdd94
remove unused props passed to SourceForm
2017-04-07 15:58:17 -07:00
Jade McGough
82749ede61
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
96c3f71efe
add insecure SSL option for initial source
2017-04-07 15:14:47 -07:00
Hunter Trujillo
1c48953884
Update Changelog.
2017-04-07 16:01:28 -06:00
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