Alex P
7bcb8a8cb8
Adding helper tooltips to dashboard pages
2016-12-06 12:23:46 -08:00
Alex P
d34a6919bd
More polished y axis labels
2016-12-06 12:23:46 -08:00
Alex P
304ece8519
More subtle spinner for graphs in host dash
2016-12-06 12:22:25 -08:00
Alex P
5b88e4c775
Styling Y labels
...
Not super great looking, but at least it doesn’t overlap with the y
values
2016-12-06 12:21:29 -08:00
Alex P
b4a6ab4427
Reorganizing DE header
...
- Didn’t have a page title, it does now
- Opting for “session” instead of “exploration”
- “New Exploration” shortened to “New”
2016-12-06 12:21:29 -08:00
Alex P
b055e44ab4
cleanup code samples
...
in query editor line height was much too low
2016-12-06 12:21:29 -08:00
Alex P
ac3b1846e4
Time range dropdown
...
- No label required
- Added icon back in (wasn’t showing up before) which makes it a lot
more clear
- Styles are generic so any icon inside a dropdown will get positioned
the same way
2016-12-06 12:21:29 -08:00
Jade McGough
84161fe792
updateSource reducer needs to return an array
2016-12-06 12:06:31 -08:00
Jade McGough
59e3c3e045
fix deletion redux action for sources
2016-12-06 12:02:36 -08:00
Jade McGough
d8008bbc26
remove unneccessary mapDispatchToProps
2016-12-06 11:55:53 -08:00
Nathan Haugo
20f309a64d
Merge pull request #646 from influxdata/redux_sources
...
store sources in redux
2016-12-06 11:37:24 -08:00
Jade McGough
09b14d95f2
clean up sources reducers
2016-12-06 11:30:39 -08:00
Andrew Watkins
23fe33fba5
Merge pull request #642 from influxdata/number-vis-type
...
Visualization: SINGLE STAT
2016-12-06 11:10:58 -08:00
Andrew Watkins
0553da0a65
Update LAYOUT docs and vis type
2016-12-06 10:59:22 -08:00
Jade McGough
b0815f76d8
revert unnecessary change
2016-12-06 10:51:52 -08:00
Jade McGough
d1df615fc0
remove git hash
2016-12-06 04:54:42 -08:00
Jade McGough
052fd43d6c
store sources in redux
2016-12-06 04:48:01 -08:00
Will Piers
afd636d174
Fix bug that stopped apps from displaying
2016-12-05 16:54:11 -08:00
Andrew Watkins
1dfd9fb455
Introduce Single Stat plus Line Graph
2016-12-05 16:15:12 -08:00
Andrew Watkins
eb94fff347
Introduce single state component
2016-12-05 14:58:19 -08:00
Andrew Watkins
2f4281b44f
Remove require from some props
2016-12-05 14:58:19 -08:00
Will Piers
3dc8be41f3
WIP
2016-12-05 14:57:42 -08:00
Tim Raymond
7b0f2d93e6
Merge 'master' into feature/tr-search-by-tag
...
Conflicts:
- ui/src/hosts/components/HostsTable.js
Concurrent design changes happened alongside some performance
improvements.
2016-12-02 15:14:42 -05:00
Will Piers
a989828591
Refactor HostsTable for fun and SPEED
2016-12-01 16:46:19 -08:00
Andrew Watkins
312e4f6da2
Merge pull request #632 from influxdata/layout-y-ranges-labels
...
Layout y ranges labels
2016-12-01 11:42:15 -08:00
Tim Raymond
2ad07760a2
Add ability to filter by tags on hosts
...
If users have hosts with tags specifying things like fstype=ext3, they
want to be able to filter by that. To facilitate this, we have to
perform additional parsing of the series that we get back from the
initial `SHOW SERIES` that we issue to figure out the apps for hosts.
This is parsed out into an object with a shape like:
```
{
"measurement" : "foo",
"tags" : {
"host" : "skeletor",
"cpu" : "cpu",
"fstype" : "overlay"
}
}
```
The host is extracted and used for looking up apps as before, however
now all tags are also assigned to that host as well. These are then
filtered against in SearchBar.
Performance is less than ideal with large numbers of hosts, causing page
lockup for about 1s each type a character is typed. The `render`
function of HostTable.js is approximately 300ms in some profiles that
I've taken, which seems very high. Upon further investigation, it seems
like `filterHosts` only takes approx 20ms in profiles taken, so the
issue appears to be the render path and not related to this patch.
2016-12-01 11:28:30 -05:00
Alex P
6cc430d4ed
Minor cosmetic change on actions in the sessions dropdown
2016-11-30 18:49:00 -08:00
Alex P
edf43be484
Dark create first source page
2016-11-30 17:26:36 -08:00
Alex P
08ae33bac5
UI microcopy tweak
...
Letting users know filtering only works on the Name column in the table
2016-11-30 17:16:41 -08:00
Alex P
a67d92aa06
User Search Widget polish
...
Had some UI bugs, looks better now
2016-11-30 17:15:08 -08:00
Alex P
9d20adda8a
Hosts Table UI Polish
...
- 1 Host has no S on the end
- No hosts shows loading state
2016-11-30 17:03:28 -08:00
Alex P
40c3771223
Source Mgmt. Layout Polish
2016-11-30 16:42:45 -08:00
Alex P
2a14d37f16
Custom Default Source Label
2016-11-30 16:30:34 -08:00
Alex P
92fc68195b
Moving dark panel styles into dark theme sheet
2016-11-30 16:30:22 -08:00
Alex P
c4bfda14bb
Replace Edit & Delete w/ Icons
...
more compact, don’t need text label to understand
2016-11-30 16:29:53 -08:00
Alex P
78c131c6cf
Dark Modal Styles
2016-11-30 16:29:30 -08:00
Alex P
574f8c2d8d
Fixing dropdown item hover state UI bug
2016-11-30 15:30:32 -08:00
Alex P
fbe272eb14
Dropdown menu polish
...
dropdown actions are included
2016-11-30 15:26:14 -08:00
Alex P
5809476360
Forgot to remove this reference
2016-11-30 15:06:44 -08:00
Andrew Watkins
5470726ca1
Refactor more for more fun and more profit
...
Signed-off-by: Will Piers <willpiers@influxdb.com>
2016-11-30 15:05:51 -08:00
Alex P
abb5409adb
Refactor DE Sessions Dropdown
...
Making the “actions” option generic and a part of generic dropdown
styles. No longer located in the DE header file
2016-11-30 15:00:03 -08:00
Alex P
90c9905afc
Removing commented out UI
...
No plans to build this stuff any time soon
2016-11-30 14:59:00 -08:00
Alex P
0fb483d40e
Removing unused file
2016-11-30 14:56:31 -08:00
Will Piers
a7f3d394da
Update range and labels for new layout shape
2016-11-30 14:13:15 -08:00
Andrew Watkins
cdf5bfb1e0
Fix broken test
...
Signed-off-by: Will Piers <willpiers@influxdb.com>
2016-11-30 14:13:15 -08:00
Andrew Watkins
478be6e6ae
Handle multiple ranges supplied by layout
2016-11-30 14:13:15 -08:00
Andrew Watkins
ec61046d8c
Add dygraphSeries prop
2016-11-30 14:13:15 -08:00
Andrew Watkins
33eb58e383
Remove prop requirement'
2016-11-30 14:13:15 -08:00
Andrew Watkins
8536f9d264
Rename fields to labels
...
What we where calling fields in timeSeriesToDygraph is really
a dygraph concept called labels. Simply put, labels are the strings
used in a legend to identify a series. Naming them fields was a bit
confusing as they are really an amalgomation of measurements, fields,
and tags.
2016-11-30 14:13:15 -08:00
Andrew Watkins
3644ab7fd9
Remove requirement from rp prop
2016-11-30 14:13:15 -08:00
Andrew Watkins
db0a4cc5fd
Handle multiple y-axes legend labels
2016-11-30 14:13:15 -08:00
Will Piers
289c7e00f5
Refactor for fun and profit
2016-11-30 14:12:56 -08:00
Will Piers
bf4efeefc9
Add Y-labels to graphs
2016-11-30 14:04:32 -08:00
Alex P
89d3b3ea7e
Merge branch 'master' into all-dark-ui
2016-11-30 12:32:05 -08:00
Alex P
db177fbcbc
Proper cursor on editable rule name
2016-11-30 12:31:43 -08:00
Alex P
d54f986eb3
Pencil icon next to editable name on Rule Builder
2016-11-30 12:29:11 -08:00
Alex P
25801a5f16
Removing previous overrides for Kapacitor themed forms
...
Using modifier classes defined in theme-dark instead
2016-11-30 12:28:56 -08:00
Alex P
5fb23272c0
Kapacitor Theme Inputs
2016-11-30 12:10:20 -08:00
Alex P
35c6cf3fef
Code styles for dark theme
2016-11-30 12:08:22 -08:00
Will Piers
3ef3644d6a
Merge pull request #630 from influxdata/edit-telegraf
...
Fix uneditable telegraf text input
2016-11-30 12:02:26 -08:00
Alex P
8f6d8b7956
Removing custom dropdown styles from DE sheets
...
- These will be in theme-dark.scss and not scoped to the DE
- Less is more
2016-11-30 11:52:52 -08:00
Alex P
0be72ddd0d
Removing unused styles
2016-11-30 11:51:38 -08:00
Alex P
9778c84e0f
Dark Theme styles have their own sheet
...
Trying to clean things up
2016-11-30 11:51:24 -08:00
Andrew Watkins
f808a49aa2
Use defaultValue prop
2016-11-30 10:03:06 -08:00
Nathan Haugo
360819bc27
Merge pull request #573 from influxdata/bugfix/tr-layouts
...
Fix template layout ordering
2016-11-30 05:20:01 -08:00
Alex P
e37183a1f6
Rule builder has a green scrollbar
2016-11-29 23:34:59 -08:00
Alex P
20f338118e
Theme options for page-contents scrollbar
2016-11-29 23:30:12 -08:00
Alex P
43360a0530
New dark form styles & cleaned up layouts for alert configs
2016-11-29 17:45:46 -08:00
Alex P
119bb8d9f2
Removing unused styles
2016-11-29 15:52:03 -08:00
Alex P
d767264ac5
Flash Messages have their own stylesheet
...
They were searching for a home for so long, I felt bad
2016-11-29 15:42:20 -08:00
Alex P
a9ac8e4bd0
Removing some unused styles
...
Lots of vestigial madness in here
2016-11-29 15:41:49 -08:00
Alex P
1727a83516
Cleanup
2016-11-29 15:29:32 -08:00
Alex P
a722780aab
Page title font size slightly smaller
...
Looked huge on my laptop
Decreased slightly, more space efficient
Less likely to cause a wrap on pages like the Data Explorer
2016-11-29 15:25:15 -08:00
Alex P
97e0d9806c
All pages have new page classes
...
- More consistent
- More semantic
- Might have missed a page or two, will circle back later
2016-11-29 15:24:38 -08:00
Alex P
36a1ed8e4c
CSS Refactor
...
- Since all pages are dark, don’t need special styles for dark pages
- New naming conventions:
- page > page-header
- page > page-contents
2016-11-29 15:22:28 -08:00
Tim Raymond
23889951be
Enforce cell dimensions on auto-layout cells
...
Previously, the calculation of cells which are in autoflow layouts was
incorrect since it needed to be multiplied by the cellHeight. To have
this, we also need to have a fixed cellHeight for these cells. This
overrides any cell width and height set on autoflowed layouts and forces
it to 4x4
2016-11-29 17:42:30 -05:00
Tim Raymond
4ba7e10931
Fix template layout ordering
...
This divides templates into two classes: autoflow and static. This is
controlled by a boolean "autoflow" property on templates. Any autoflow
templates that will be rendered for a host, have their cells arranged in
a left-to-right, top-to-bottom fashion.
Static templates, are assumed to have precise positioning information
for their graphs. The only adjustment made to them will be a translation
of their Y coords so they do not overlap other layouts.
The autoflow templates, after processing, become a static layout as
defined above and are positioned accordingly.
2016-11-29 17:41:19 -05:00
Nathan Haugo
2d4fd948e9
Merge pull request #583 from influxdata/grid-layout-tweaks
...
Grid Layout Tweaks
2016-11-29 13:24:13 -08:00
Nathan Haugo
c7c2ada152
Merge pull request #628 from influxdata/fancy-auth-page
...
Fancy Auth Page
2016-11-29 13:22:36 -08:00
Alex P
18c13923d7
Update from Master
2016-11-29 13:11:46 -08:00
Alex P
c1e6c568de
Auth page looks fancy now
2016-11-29 13:04:46 -08:00
Alex P
2b836b5467
New sheet for auth page styles
2016-11-29 13:04:28 -08:00
Alex P
4e17d527ff
App container & bg style
...
Makes the Login page look good, laying track for all dark UI
2016-11-29 13:04:06 -08:00
Alex P
4167bf8b4b
Adding in image assets
...
Using SVGs so the file size should be negligible
2016-11-29 13:03:07 -08:00
Nathan Haugo
6a348d0dd4
Merge pull request #579 from influxdata/fix/536-show-kapacitor-error
...
extract kapacitor error to separate component, share it with rules page
2016-11-29 12:35:38 -08:00
Nathan Haugo
6e8c55e4b4
Merge pull request #601 from influxdata/measurement-present
...
Fix layout being displayed when measurement not present
2016-11-29 11:30:51 -08:00
Will Piers
f663355a53
Refactor to use me from redux store
2016-11-28 14:19:40 -07:00
Will Piers
0755c9fc04
Add a logout button
2016-11-28 13:55:01 -07:00
Andrew Watkins
a7e22ca4c9
Fix layout being displayed when measurement not present
2016-11-22 11:31:30 -08:00
Will Piers
c608f3f665
Remove old spec
2016-11-21 16:10:00 -07:00
Will Piers
c749203b11
Dont render routes if user is not authenticated
2016-11-21 14:20:33 -07:00
Will Piers
fcb252a985
Setting up structure for Auth flow
2016-11-21 14:20:33 -07:00
Jade McGough
c796f3706e
provide a default value for telegraf database in forms
2016-11-18 15:19:16 -08:00
Jade McGough
a1de93c51f
add telegraf config to initial source creation page
2016-11-18 14:57:29 -08:00
Chris Goller
63923a97cc
Add placeholder text for default telegraf database
2016-11-18 16:47:00 -06:00
Jade McGough
dee0fccd25
fix other hardcoded references to telegraf database
2016-11-18 14:21:23 -08:00
Jade McGough
ae03134e83
use configured telegraf db on kubernetes dashboard
2016-11-18 16:07:53 -06:00
Jade McGough
8c25967e11
fix telegraf input id
2016-11-18 16:07:53 -06:00
Jade McGough
6f33da9456
add telegraf db configuration to source form
2016-11-18 16:07:53 -06:00
Jade McGough
821dac9136
use configured telegraf database for queries
2016-11-18 16:07:53 -06:00
Jade McGough
db98fed77a
pass telegraf db name to cpu and load query
2016-11-18 14:02:06 -08:00
Andrew Watkins
2293eeef67
Merge pull request #585 from influxdata/legend
...
Remove identifier (host) from timeSeriesToDygraph converter
2016-11-18 13:48:36 -08:00
Andrew Watkins
63a872ee96
Remove identifier (host) from timeSeriesToDygraph converter
2016-11-17 18:50:59 -08:00
Alex P
ec36513038
more breathing room around graph headings in host view
2016-11-17 12:55:59 -08:00
Alex P
8e8bc1c1d8
Graph refreshing spinner is slightly larger
2016-11-17 12:55:29 -08:00
Alex P
ca86930ae3
Graphs now fit together nicely
...
uniform margins, lines up with page gutters
2016-11-17 12:55:14 -08:00
Alex P
bdf91df503
Standard graph height
...
Empties match non-empties now, less jitter
Also adding more uniform padding to the top and bottom of container
2016-11-17 10:50:58 -08:00
Alex P
9b42805811
Don't need row div
2016-11-17 10:50:11 -08:00
Andrew Watkins
34e0cdd65e
Remove enterprise class name
2016-11-17 10:00:24 -08:00
Andrew Watkins
f7fe94475c
Fix zoom on graphs
2016-11-17 09:52:57 -08:00
Nathan Haugo
e54ece569f
Merge pull request #577 from influxdata/rgl-width
...
Provide width to react grid layout
2016-11-17 09:45:25 -08:00
Jade McGough
8b70794cc5
extract kapacitor error to separate component, share it with rules page
2016-11-17 08:28:06 -08:00
Will Piers
95ef2d8bbf
Provide width to react grid layout
2016-11-16 12:35:04 -08:00
Jade McGough
fe87d076c9
revert comment
2016-11-14 20:59:00 -08:00
Jade McGough
807341ded2
remove references to enterprise
2016-11-14 20:59:00 -08:00
Nathan Haugo
97f01bb6b5
Merge pull request #546 from influxdata/warn-#487
...
Warn about Source URL mismatch
2016-11-14 19:38:52 -08:00
Nathan Haugo
a05ef8bf90
Merge pull request #549 from influxdata/kubernetes-link
...
Kubernetes Dashboard
2016-11-14 19:00:47 -08:00
Will Piers
84e409ee1d
Provide better feedback on unhappy paths for Kapacitor configuration
2016-11-14 17:42:40 -08:00
Will Piers
789048a127
Allow for warning messages to be published
2016-11-14 17:41:59 -08:00
Will Piers
9db6b266b0
Warn when kapacitor may be configured to speak to a different source
2016-11-14 17:41:59 -08:00
Nathan Haugo
27aa3c033b
Merge pull request #553 from influxdata/trash
...
Takin' out the trash
2016-11-14 17:27:13 -08:00
Will Piers
9412733ac2
Merge pull request #551 from influxdata/moar-tooltips-n-stuff
...
Better tooltips
2016-11-14 17:19:24 -08:00
Will Piers
7b68128bf4
Merge pull request #550 from influxdata/alert-message-template-fix
...
Alert Message Template Fix
2016-11-14 17:19:11 -08:00
Will Piers
3b5c59ed15
Takin' out the trash
2016-11-14 17:09:58 -08:00
Alex P
a05a4b3844
Tooltip to help expose the renaming feature
2016-11-14 16:52:10 -08:00
Will Piers
729ac65367
Merge pull request #547 from influxdata/invalid-#541
...
Notify user of source creation issues
2016-11-14 16:52:04 -08:00
Alex P
a97cab3612
Tooltips shouldn't inherit this from their target
2016-11-14 16:51:51 -08:00
Alex P
0ba8589666
Adding tooltip to Kapacitor Rule save button
2016-11-14 16:41:37 -08:00
Alex P
93b4be309d
Style for bottom positioned tooltips
2016-11-14 16:41:17 -08:00
Alex P
3dcbb3db15
Merge branch 'master' into alert-message-template-fix
2016-11-14 15:52:30 -08:00
Alex P
f328f2f7fa
Polishing scroll a bit
2016-11-14 15:46:47 -08:00
Alex P
ec32512ed8
Using gradient mixin instead
2016-11-14 15:46:30 -08:00
Alex P
e6e7d37eb1
Variable for scrollbar width
...
Going to use elsewhere
2016-11-14 15:46:11 -08:00
Andrew Watkins
398f24734f
Fix RulePage copy
2016-11-14 15:42:00 -08:00
Alex P
22c1ea44a2
Value selector items wrap nicely
2016-11-14 15:40:16 -08:00
Alex P
8b2acfa97e
Template reference items wrap nicely
2016-11-14 15:35:51 -08:00
Alex P
d7028c395e
Class was missing a -
2016-11-14 15:35:37 -08:00
Alex P
24fff39c52
Removing spaces in Template reference
2016-11-14 15:35:22 -08:00
Andrew Watkins
59cd74c158
Make LayoutRenderer host agnostic and shared
2016-11-14 15:24:52 -08:00
Andrew Watkins
f42d260157
Fix list not rendering
2016-11-14 14:54:30 -08:00
Andrew Watkins
c4ac9608af
Pass kapacitor as props
2016-11-14 14:53:55 -08:00
Will Piers
8ff2e618ca
Notify user of source creation issues
2016-11-14 14:44:10 -08:00
Andrew Watkins
b1a84df976
WIP add kubernetes dashboard
2016-11-14 14:30:27 -08:00
Andrew Watkins
85f3b12bd5
Merge pull request #534 from influxdata/remove-period
...
Remove period
2016-11-14 10:26:47 -08:00
Andrew Watkins
0d27305019
Remove period
2016-11-14 10:03:14 -08:00
Andrew Watkins
b8d8f98b0d
Merge pull request #529 from influxdata/fix/alert-table-function
...
fix function name in AlertsTable componentWillReceiveProps
2016-11-14 09:59:07 -08:00
Nathan Haugo
f3b6e624e1
Merge pull request #528 from influxdata/fix/491-alert-desc
...
change alert order to descending
2016-11-14 09:47:31 -08:00
Jade McGough
c5ba701bcb
fix function name in AlertsTable componentWillReceiveProps
2016-11-13 22:08:37 -08:00
Jade McGough
92463bf596
change alert order to descending
2016-11-13 21:58:28 -08:00
Andrew Watkins
48a4f92cb4
Fix uninvoked callback
2016-11-13 10:33:08 -08:00
Andrew Watkins
425ddd339f
Add validation for query and inputs
2016-11-13 10:24:18 -08:00
Andrew Watkins
fc26773fbe
Change name of TabList prop
2016-11-13 10:24:18 -08:00
Andrew Watkins
13aec0101a
Make RulePage a true container
2016-11-13 10:24:18 -08:00
Andrew Watkins
732bab640b
Move style divs into respective components
2016-11-13 10:24:18 -08:00
Andrew Watkins
7a8d60796b
Move message section into Message component
2016-11-13 10:24:18 -08:00
Andrew Watkins
9299aca426
Clean up componentDidMount
2016-11-13 10:24:18 -08:00
Andrew Watkins
c9cf884c84
Move graph into RuleGraph component
2016-11-13 10:24:18 -08:00
Andrew Watkins
e39362dbaf
Move header into own component
2016-11-13 10:24:18 -08:00
Andrew Watkins
090bcfc3c8
Ensure proper rule value section is displayed
2016-11-13 10:24:18 -08:00
Andrew Watkins
440b8c6113
Add validation for threshold value
2016-11-13 10:24:17 -08:00
Andrew Watkins
503a096c64
Merge pull request #513 from influxdata/fixed-navs
...
Fixed Navs
2016-11-12 17:28:16 -08:00
Alex P
847e533fd5
Host view gets a fixed nav too, cuz we don't forget host view
2016-11-11 17:13:06 -08:00
Alex P
dc70693d43
Removing uptime static text
2016-11-11 17:12:16 -08:00
Alex P
4c5d46197d
Merge branch 'master' into fixed-navs
2016-11-11 17:09:59 -08:00
Alex P
43dea4cfcc
Removing erroneous code
2016-11-11 17:05:32 -08:00
Alex P
1b9ad3de48
Merge branch 'master' into legendary-fix
2016-11-11 16:55:54 -08:00
Alex P
4122fedf5f
Reworking legend positioning
2016-11-11 16:55:24 -08:00
Alex P
d8e00aa78a
Graph headings in host view are less noisy, can handle longer names
2016-11-11 16:54:59 -08:00
Alex P
e5ae125211
Centering the legend
2016-11-11 16:54:22 -08:00
Alex P
534456f557
Removing debugger background color on graphs
2016-11-11 16:54:05 -08:00
Alex P
65ca53d73a
Legend cannot be obscured by neighboring graphs in host view
2016-11-11 15:48:47 -08:00
Alex P
6e3acf955e
Moving dygraph styles to their own sheet
2016-11-11 15:37:55 -08:00
Alex P
e8e3dd50a7
Line graphs are 300px tall
2016-11-11 15:37:32 -08:00
Alex P
7ab5574999
Removes excess margins on host view graph containers
2016-11-11 15:30:41 -08:00
Alex P
249a79580a
Standardizes height of line graphs
...
Going to use this to properly offset the legend
2016-11-11 15:30:27 -08:00
Alex P
c37c4c8296
Busting the jank in the vertical marker
...
this requires the parent container of the vertical marker to always
have 8px/16px padding else the marker will appear off
2016-11-11 15:24:39 -08:00
Alex P
b4b5fe43ac
Cleaning house
2016-11-11 15:22:05 -08:00
Will Piers
b3635dbff0
Display the rule message
2016-11-11 14:35:38 -08:00
Alex P
4058a2fbd0
DE scrollbar is Y only
2016-11-11 14:28:09 -08:00
Alex P
6e92268acb
Styling source indicator + DE header tweaks
2016-11-11 14:25:53 -08:00
Alex P
8d6638ec7f
Header styles cleanup
...
was kinda janky before
2016-11-11 14:25:34 -08:00
Alex P
0369b09a09
Subtle tweak to scrollbars
2016-11-11 14:25:12 -08:00
Alex P
c25f27f810
Empty state for Kapacitor Rules table
2016-11-11 13:59:19 -08:00
Andrew Watkins
2f08bd11dd
Merge pull request #489 from influxdata/rule-page-polish-pt2
...
Rule Page Polish Pt 2
2016-11-11 13:26:05 -08:00
Chris Goller
16e14a584a
Fix layout group by commas when array is empty
2016-11-11 14:59:55 -06:00
Alex P
cc9450b1e1
Rules page has fixed nav
2016-11-11 12:11:18 -08:00
Alex P
8176139ab9
Hosts page scrolls with fixed nav
2016-11-11 12:10:21 -08:00
Alex P
ae76c8fbec
Adjusting copy in navbar
...
Better describes what each page does
2016-11-11 12:10:06 -08:00
Will Piers
aa0f659161
Merge pull request #505 from influxdata/separate-apps
...
Add whitespace and commas between apps
2016-11-11 12:01:35 -08:00
Alex P
6e0c1e9c08
Fixed Nav on Alerting page
2016-11-11 11:57:20 -08:00
Will Piers
db9886dce7
Add whitespace and commas between apps
2016-11-11 11:38:58 -08:00
Andrew Watkins
370b9098da
Merge pull request #300 from influxdata/feature/109-display-error
...
Show flash error if can't connect in data explorer.
2016-11-11 11:35:07 -08:00
Will Piers
7f8f22ee18
Merge pull request #504 from influxdata/connect-whitespace
...
Add trim functionality to source form
2016-11-11 11:29:47 -08:00
Alex P
b414ea9133
Adding dependency to package.json
2016-11-11 11:25:34 -08:00
Will Piers
c65082b14e
Add trim functionality to source form
2016-11-11 11:15:35 -08:00
Nathan Haugo
76008d8bf8
Merge pull request #492 from influxdata/feature/422-default-group-by-time
...
Feature/422 default group by time
2016-11-11 11:11:03 -08:00
Andrew Watkins
f8c656633e
Remove push causing infinite redirect
2016-11-11 11:00:03 -08:00
Jade McGough
37b473b353
TODO in hostspage
2016-11-11 10:32:23 -08:00
Jade McGough
719db270fd
add redirection and flash messaging when unable to connect to source
2016-11-11 10:32:23 -08:00
Jade McGough
9f63afea47
rename checkdatanodes to checksources
2016-11-11 10:32:23 -08:00
Jade McGough
656b25864b
WIP redirect if we can't connect to selected database
2016-11-11 10:32:23 -08:00
Jade McGough
20b835944e
Revert "Show flash error if can't connect in data explorer."
...
This reverts commit b269e4a34d0bda99ac27d6de5218b739c43cefb4.
2016-11-11 10:32:23 -08:00
Jade McGough
b205245c3f
Show flash error if can't connect in data explorer.
2016-11-11 10:32:23 -08:00
Nathan Haugo
99eba5eb02
Merge pull request #473 from influxdata/fix-license
...
Add AGPL-3.0
2016-11-11 09:06:48 -08:00
Jade McGough
f1f329b336
allow use of custom time groupbys in queries
2016-11-11 03:43:41 -08:00
Jade McGough
3de787d457
provide a default group by time for host page
2016-11-11 02:49:14 -08:00
Andrew Watkins
ec2af515bb
Merge pull request #462 from influxdata/delete-rule
...
Add the ability to delete a rule
2016-11-10 23:45:23 -08:00
Alex P
191f13406b
Complete Polish for Kapacitor Metric Selector
2016-11-10 18:17:54 -08:00
Alex P
52d32a7e21
Polishing filter inside metric selector
2016-11-10 17:34:06 -08:00
Alex P
714ca3dab3
Misc. Cleanup
...
- Removing old styles
- Adjusting appearance of template reference
2016-11-10 17:03:00 -08:00
Alex P
41356798de
Reference for templates in Alert Messages
2016-11-10 17:02:15 -08:00
Alex P
c79d22e14f
Creating stylesheet for custom tooltips
2016-11-10 17:01:27 -08:00
Andrew Watkins
6ebcbe39d9
Edit copy
2016-11-10 16:38:43 -08:00
Will Piers
d122e43dd4
Merge pull request #467 from influxdata/delete-source
...
Add delete source functionality
2016-11-10 16:34:51 -08:00
Chris Goller
510d3f6e85
Add AGPL-3.0
2016-11-10 18:33:19 -06:00
Andrew Watkins
fc081e85cc
Refactor action for easier testing
2016-11-10 16:18:39 -08:00
Andrew Watkins
713f093a7f
Merge pull request #466 from influxdata/redirect
...
Redirect with full path
2016-11-10 15:26:10 -08:00
Andrew Watkins
2baf1ffb45
Add delete source functionality
2016-11-10 15:11:58 -08:00
Will Piers
62336defa9
Redirect with full path
2016-11-10 15:09:45 -08:00
Andrew Watkins
22c358d9cf
Move API and notifications into action
2016-11-10 14:55:33 -08:00
Chris Goller
7756586015
Merge pull request #459 from influxdata/regex-magic
...
Fix regex bug
2016-11-10 16:19:50 -06:00
Will Piers
f947fa2637
Merge pull request #453 from influxdata/rename-things
...
Renamed a couple of alert headings
2016-11-10 14:14:59 -08:00
Andrew Watkins
d3a6b221e8
Add the ability to add a rule
2016-11-10 14:14:00 -08:00
Chris Goller
2f14cfb5e7
Merge pull request #460 from influxdata/no-system-plugin
...
Accomodate telegraf setups without system plugin
2016-11-10 16:11:06 -06:00
Nathan Haugo
63cf4b0931
Merge pull request #448 from influxdata/windows-host-list
...
Add windows metrics to host loading
2016-11-10 13:53:19 -08:00
Will Piers
0632a044b3
Fix regex bug
2016-11-10 13:51:03 -08:00
Will Piers
39aa6cd481
Accomodate telegraf setups without system plugin
2016-11-10 13:30:44 -08:00
Will Piers
86aafcf2a9
Rename things with correct capitalization
2016-11-10 12:46:52 -08:00
Will Piers
c00d69ac03
Rename things because Macs are dumb
2016-11-10 12:45:47 -08:00
Will Piers
2df4309ab0
Renamed a couple of alert headings
2016-11-10 12:40:08 -08:00
Alex P
4d2a071ca9
Copy tweak
...
Making sure to use consistent language across the app. “Endpoint” made
more sense because that’s what they are called during configuration
2016-11-10 12:36:59 -08:00
Chris Goller
9ccbcfdd80
Add windows metrics to host loading
2016-11-09 20:27:48 -06:00
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