Will Piers
093a7dab91
Remove unnecessary state
2016-11-09 17:02:44 -08:00
Will Piers
dba949362f
Omit redacted kapacitor fields when updating config. Refactor alert-testing code to use the right API
2016-11-09 16:55:33 -08:00
Will Piers
c104b4e147
Send along the db and rp to AutoRefresh
2016-11-09 16:04:54 -08:00
Andrew Watkins
f551ba038c
Merge pull request #443 from influxdata/fix-save-task-query-changes
...
Fix save task query changes
2016-11-09 15:50:38 -08:00
Nathan Haugo
302d2435a5
Merge pull request #415 from influxdata/feature/tr-focus-app
...
Add ability to focus apps for a host
2016-11-09 14:52:37 -08:00
Andrew Watkins
8fcc738f78
Remove Alerta from alert options
2016-11-09 14:46:13 -08:00
Will Piers
f0d768b201
Merge pull request #432 from influxdata/time-selection
...
Create new queries rather than reusing old ones
2016-11-09 14:42:26 -08:00
Andrew Watkins
c9f7232293
Copy changes
2016-11-09 14:20:31 -08:00
Andrew Watkins
a20a559562
Fix query not being saved on edit
2016-11-09 14:20:24 -08:00
Alex P
f0273972ff
Adding much needed padding at bottom of page
...
Only visible when window is small enough to scroll
2016-11-09 14:00:19 -08:00
Alex P
3d95160d32
Changes default rule name to "Untitled Rule"
...
Helps increase the affordance of the renaming interaction
2016-11-09 14:00:19 -08:00
Alex P
828d1cde0c
Centering the page
2016-11-09 14:00:19 -08:00
Alex P
f4ae0669cb
Custom Scrollbar mixin
2016-11-09 14:00:18 -08:00
Alex P
38ffccb222
Options to override dygraph defaults from the component
...
- boolean for below-series-fill
- Option to pass in an array of colors
2016-11-09 14:00:18 -08:00
Alex P
9f63fb734d
Updated markup on rule builder
...
In a good place, still need to assimilate the metric selector
2016-11-09 14:00:18 -08:00
Alex P
7932f6aeff
Tabs can be optionally set to Kapacitor style
...
A simple class change wasn’t enough!
Also, tried using bool instead of string and couldn’t get it to work
for some reason
2016-11-09 14:00:18 -08:00
Alex P
fce8c8f3d4
Moving Kapacitor styles into their own sheet
...
- Also trying to use variables to maintain consistency on the page
2016-11-09 14:00:18 -08:00
Alex P
873b8a7193
Creating gradient mixins for future use, keeping in DRY
2016-11-09 14:00:18 -08:00
Alex P
096a98f237
Messing with icons in side nav
2016-11-09 14:00:18 -08:00
Alex P
cac12ba4cb
Adding latest icon font
2016-11-09 14:00:18 -08:00
Alex P
c036c6ce6e
Graph empty state, line graphics on builder half
2016-11-09 14:00:18 -08:00
Alex P
9fb5b00804
Adding class to override existing styles
2016-11-09 14:00:18 -08:00
Alex P
d0d77c2fb4
Organizing page into two halves
2016-11-09 14:00:18 -08:00
Tim Raymond
c1752d6afc
Swap <a> for <Link>
...
This is more idiomatic
2016-11-09 16:17:34 -05:00
Will Piers
e4304ae8d9
Create new queries rather than reusing old ones
2016-11-09 12:18:08 -08:00
Will Piers
f4750815cf
Merge pull request #430 from influxdata/eslint-again
...
Fix eslint issues again
2016-11-09 10:10:33 -08:00
Chris Goller
0cf2d8a763
Fix layouts to use groupby and quote host
2016-11-08 19:13:11 -06:00
Jade McGough
0838f09339
unbreak everything
2016-11-08 16:02:33 -08:00
Will Piers
a17944544e
Fix eslint issues again
2016-11-08 15:29:49 -08:00
Andrew Watkins
cae4b50293
Merge pull request #429 from influxdata/move-old-code
...
Move old code
2016-11-08 15:15:28 -08:00
Andrew Watkins
b6cc7753f2
Remove query page spec
2016-11-08 15:01:27 -08:00
Andrew Watkins
d024074d9e
Move queries page and remove calls from index
2016-11-08 14:52:24 -08:00
Andrew Watkins
52cb250f08
Move old enterpirse code into archive
2016-11-08 14:50:41 -08:00
Rachel McGough
fdfa06f416
Merge pull request #417 from influxdata/fix/395-add-groupby
...
add group by statement to queries if provided by layout
2016-11-08 13:14:51 -08:00
Jade McGough
99178ff89a
add semicolon
2016-11-08 13:00:21 -08:00
Jade McGough
e448b60913
add support for additional wheres in layout
2016-11-08 12:49:23 -08:00
Andrew Watkins
4bdcdadf30
Merge pull request #406 from influxdata/name-rule
...
Name rule
2016-11-08 12:46:03 -08:00
Andrew Watkins
0af0c498d1
Change blur logic
2016-11-08 11:12:29 -08:00
Andrew Watkins
66c8d8024e
Remove unnecessary action
2016-11-08 10:42:51 -08:00
Jade McGough
e77a981870
groupbys should be all lowercase
2016-11-08 09:50:09 -08:00
Jade McGough
31b1ba5ca7
group by must appear after where clause
2016-11-08 08:14:25 -08:00
Jade McGough
d99abaa04a
groupBy needs to be joined by a comma
2016-11-08 08:11:54 -08:00
Jade McGough
1ffa00dc16
add group by statement to queries if provided by layout
2016-11-07 22:51:29 -08:00
Andrew Watkins
173b5792f1
Merge pull request #392 from influxdata/remove-more-than
...
Remove more than and less than
2016-11-07 19:29:06 -08:00
Tim Raymond
d63cc6b670
Add ability to focus apps for a host
...
This adds the ability for a user to drill into a particular app running
on a host. It adds a query parameter to the HostPage to indicate the
focused app.
2016-11-07 22:22:29 -05:00
Chris Goller
126068c81f
Merge pull request #407 from influxdata/eslint-halp
...
Pin eslint packages and fix syntax errors
2016-11-07 20:15:42 -06:00
Will Piers
530631905d
Merge pull request #402 from influxdata/kap-test
...
Switch order of save and test buttons for slack
2016-11-07 16:03:32 -08:00
Andrew Watkins
6b773f0896
Fix linting errors
2016-11-07 15:51:27 -08:00
Will Piers
3d30e281dd
Pin eslint packages and fix syntax errors
2016-11-07 15:51:26 -08:00
Andrew Watkins
ba3a8b0d45
Implement renaming of rule
2016-11-07 15:47:13 -08:00