Andrew Watkins
aa92f9d510
WIP handle duplicate field and measurement names
...
This solution can now handle an arbitrary number of
responses and series. Once we munge the series out
into one flat collection, we utilize the index of each
series to identify duplicate labels.
2017-01-24 11:50:41 -08:00
Nathan Haugo
b55ad59e48
Merge pull request #786 from influxdata/fix-alert-filter
...
Fix alert filter
2017-01-24 11:13:55 -08:00
Andrew Watkins
527c1ef604
WIP all the refactors and in teh darkness bind them
2017-01-23 21:14:39 -08:00
Andrew Watkins
147f0aba60
WIP Fix label ordering bug
2017-01-23 16:08:45 -08:00
Andrew Watkins
55c2887f36
Introduce Talk alert config
2017-01-23 13:07:37 -08:00
Andrew Watkins
431d0348d3
Merge pull request #790 from influxdata/remove-checkboxes
...
Remove checkboxes
2017-01-23 11:45:00 -08:00
Andrew Watkins
4709272817
Match order of keys
2017-01-23 11:30:10 -08:00
Andrew Watkins
4f3f12dcaa
Remove state change only checkbox from Telegram
2017-01-23 11:27:01 -08:00
Andrew Watkins
512a854a4d
Remove state change only checkbox from HipChat
2017-01-23 11:26:50 -08:00
Tim Raymond
37ce031071
Fix missing fields from non-default RP
...
When attempting to extract fields from a non-default retention policy in
the Data Explorer, fields would not appear. This was because the query
was sent without an explicit RP, which would use the default RP instead.
This adds an explicit RP to the SHOW FIELDS query.
2017-01-23 09:54:56 -05:00
Andrew Watkins
e74c03f5eb
Fix copy and templated string
2017-01-20 13:35:18 -08:00
Andrew Watkins
0a865e22e6
Fix laggy input typing
2017-01-20 13:22:08 -08:00
Andrew Watkins
da5c1d3a0c
Make AlertTable source of truth for search term
2017-01-20 12:43:18 -08:00
Andrew Watkins
b63ce0a6af
Fix duplicate children error spam
2017-01-20 12:27:17 -08:00
Andrew Watkins
855b36cc6c
Fix filtering in alerts table
2017-01-20 12:27:00 -08:00
Jade McGough
1f42ca8943
add dashboardpage to router
2017-01-13 17:40:40 -08:00
Jade McGough
287b055f76
add link to individual dashboard page
2017-01-13 17:40:40 -08:00
Jade McGough
dc04c9d5e4
get dashboards to load correctly
2017-01-13 17:40:40 -08:00
Andrew Watkins
1144047477
Merge pull request #766 from influxdata/rule-template
...
Rule template
2017-01-13 14:23:45 -08:00
Alex P
ad0c6200c0
Make rule message placeholder more informative
2017-01-13 14:12:14 -08:00
Alex P
b7dfae9ebf
Move rule message templates to correct constants file
2017-01-13 14:02:31 -08:00
Chris Goller
1f0deddf49
Merge pull request #748 from influxdata/bugfix/tr-missing-kapa
...
Fix missing Kapacitor on Source index page
2017-01-13 14:29:14 -06:00
Tim Raymond
4e3be5f360
Fix missing Kapacitor on Source index page
...
When visiting the Sources page, any InfluxDB sources that had a
configured Kapacitor would not show them. This turned out to be racey
logic. Kapacitors for a particular source are fetched from the API. The
update to the component state happened outside of the promise chained
onto the API call, so the state update was racing against the fetch from
the API (and would always win, pushing the empty object).
Instead, the chained promises for each API fetch are collected, and each
promise updates a single kapacitors object. The final promise that
updates the state is then blocked on all those promises by Promise.all.
Performing updates like this saves some allocations, since we aren't
allocating an object for each source<->kapacitor pairing to send to
setState. It also reduces setState's work, since it doesn't have to
coalesce state updates.
2017-01-13 15:21:39 -05:00
Alex P
c8b8410ca1
Show pointer cursor on template hover
2017-01-13 12:02:13 -08:00
Andrew Watkins
e1e003b908
Add functionality to append templates to rule message
2017-01-13 11:56:17 -08:00
Andrew Watkins
0e420e80bc
Merge pull request #770 from influxdata/add-source-bug
...
Fix not being able to add new source
2017-01-13 11:31:12 -08:00
Andrew Watkins
d2eb8cea51
Fix not being able to add new source
2017-01-13 11:23:35 -08:00
Jade McGough
f4e7e8c143
add links to hosts in alerts table
2017-01-13 00:27:12 -08:00
Andrew Watkins
2885c223ba
Merge pull request #760 from influxdata/remove-checkboxes
...
Remove checkboxes
2017-01-12 15:27:39 -08:00
Andrew Watkins
79aafaf8fd
Change template hover to text cursor
2017-01-12 15:22:50 -08:00
Andrew Watkins
26792779a1
Refactor rule message template tooltips
2017-01-12 15:09:33 -08:00
Chris Goller
5e78dda63d
Merge pull request #758 from influxdata/unsafe-ssl
...
Unsafe ssl
2017-01-12 17:08:12 -06:00
Nathan Haugo
5de15eca21
Merge pull request #762 from influxdata/feature/596-select-host
...
Feature/596 select host
2017-01-12 14:53:15 -08:00
Andrew Watkins
3438723ec7
Merge pull request #765 from influxdata/get-range
...
Get range
2017-01-12 14:51:13 -08:00
Andrew Watkins
2f66af3e5a
Add tests for range calc
2017-01-12 14:19:48 -08:00
Hunter Trujillo
1c808ed683
Merge branch 'feature/596-select-host' of github.com:influxdata/chronograf into feature/596-select-host
2017-01-12 14:59:13 -07:00
Hunter Trujillo
e9362a2da9
Refactor to use async/await.
2017-01-12 14:59:07 -07:00
Andrew Watkins
a6c058cb8b
Export getRange to helper funciton
2017-01-12 13:44:22 -08:00
Alex P
ef2f71e46e
Create new CSS component page-header-dropdown
2017-01-12 13:16:38 -08:00
Alex Paxton
15567e769c
Merge pull request #763 from influxdata/misc-ui-polish
...
Misc UI Polish
2017-01-12 11:10:50 -08:00
Alex P
1c170634d9
Make text selection readable app-wide, not just inputs
2017-01-12 10:59:04 -08:00
Alex P
3118dbbdfc
Change style.css to chronograf.css to be more consistent and branded
2017-01-12 10:57:40 -08:00
Alex P
e05ed8c2e6
Change kapacitor copy from Metric to Time-Series
2017-01-12 10:56:11 -08:00
Jade McGough
be6d9a6c30
filter out hosts that don't match the current app
2017-01-12 06:48:52 -08:00
Jade McGough
80a29b0054
get apps for all hosts
2017-01-12 06:07:45 -08:00
Jade McGough
e4f6c1d525
cleanup
2017-01-12 04:34:12 -08:00
Andrew Watkins
588605dde4
Update test paths
2017-01-11 16:20:28 -08:00
Andrew Watkins
f32847b8d2
Rename src/chronograf to src/data_explorer
2017-01-11 16:00:56 -08:00
Andrew Watkins
8829013d13
Remove the send all explicitly checkbox from Telegram
2017-01-11 15:46:35 -08:00
Andrew Watkins
324fbc4971
Remove the send all explicitly checkbox from HipChat
2017-01-11 15:39:38 -08:00
Andrew Watkins
c0449bca47
Remove the send all explicitly checkbox from PagerDuty
2017-01-11 15:34:56 -08:00
Andrew Watkins
6c6fa4ccbe
Delete archaic component and copy
2017-01-11 14:48:57 -08:00
Andrew Watkins
a6aacf7e84
Include UnsafeSSL checkbox for insecureSkipVerify
2017-01-11 14:47:03 -08:00
Andrew Watkins
99bbbb8718
Turn SourceForm into true container
2017-01-11 13:58:25 -08:00
Jade McGough
78d6a513eb
add host dropdown to host page
2017-01-11 00:51:43 -08:00
Jade McGough
6a116f52c7
Merge pull request #747 from influxdata/feature/672-sort-status
...
add sort by status on hosts page
2017-01-10 12:48:34 -08:00
Andrew Watkins
7867f99fbb
Simplify if block
2017-01-10 11:23:26 -08:00
Andrew Watkins
68e5e2f151
Handle multiple responses with identical field and measurement names
2017-01-10 11:23:26 -08:00
Andrew Watkins
577cc7654c
Decontruct PropTypes
2017-01-10 11:23:26 -08:00
Andrew Watkins
909519e881
Remove multiple axes from DataExplorer
...
It doesn't make sense to have multiple axes in the DE with the
current UI. A user can create n queries and has no way to indicate
which query should belong to which axis. Making this intuitive an
not clunky is not trivial and requires some more thought and design.
2017-01-10 11:23:26 -08:00
Andrew Watkins
d72d585d68
Add tests
2017-01-10 11:22:21 -08:00
Andrew Watkins
e756598d73
Refactor label sorting
2017-01-10 10:55:17 -08:00
Jade McGough
189b69d6d9
add sort by status on hosts page
2017-01-10 02:54:22 -08:00
Andrew Watkins
02b7653984
Sort graph legend alphabetically
2017-01-06 11:56:38 -08:00
Andrew Watkins
7cdd3a31ce
Remove replace 'out of range' with 'outside range'
2017-01-06 11:01:11 -08:00
Hunter Trujillo
37d74ca442
\"\"
2017-01-06 11:11:18 -07:00
Hunter Trujillo
e8f226d2f3
Update frontend to use new API values.
2017-01-06 11:01:54 -07:00
Hunter Trujillo
1c7b1bdb62
Change fake information in stubs.
2017-01-06 10:29:57 -07:00
Hunter Trujillo
9ea3d6b502
Fix styles path for stories.
2017-01-06 10:29:23 -07:00
Andrew Watkins
8bd492f3ec
Fix bug #711 range not set
2017-01-04 16:02:31 -08:00
Andrew Watkins
fb94d79638
Fix case for ruleValues being undefined
2017-01-04 16:02:31 -08:00
Andrew Watkins
a83a892077
Refactor addPadding function
2017-01-04 16:02:12 -08:00
Andrew Watkins
3d96b3fc6e
Fix Rule visualization padding
2017-01-04 16:02:12 -08:00
Hunter Trujillo
db13d42818
Closer to the goal!
2017-01-04 16:02:12 -08:00
Andrew Watkins
c2b5d3bc9d
Update visualization for out of range rule
2017-01-04 16:02:12 -08:00
Andrew Watkins
7473b527f9
Add range visualization to RuleGraph
2017-01-04 16:02:12 -08:00
Hunter Trujillo
dd52ce9ac2
Add out of range to select.
2017-01-04 16:02:12 -08:00
Hunter Trujillo
ca2e92ada6
Refactor story values into storiesOf.
2017-01-04 16:02:12 -08:00
Hunter Trujillo
72bce4b15c
Forgot an import.
2017-01-04 16:02:12 -08:00
Hunter Trujillo
17c75ac3d6
Reorganized stories file.
2017-01-04 16:02:12 -08:00
Hunter Trujillo
021b83bbff
Return results of action creator when spying on component actions. Add defaults to rule stub so there aren’t misses. It’s not a real object, but it reduces distracting errors.
2017-01-04 16:02:11 -08:00
Hunter Trujillo
aca3b0482c
Last-minute edits are usually bad, mkay.
2017-01-04 16:02:11 -08:00
Hunter Trujillo
c98383f543
Add React Storybook, in addition to stories and stubs for ValuesSection. Also… Add a nifty corsless proxy courtesy of yt.
2017-01-04 16:02:11 -08:00
Hunter Trujillo
9375f927ae
adding within range support: the good, the bad, and the ugly
2017-01-04 16:02:11 -08:00
Andrew Watkins
3865d7e6d4
Merge pull request #712 from influxdata/style-refactor
...
Styles Refactor
2017-01-04 16:17:41 -07:00
Will Piers
de9069de7e
Fix bug that stopped apps from displaying
2017-01-03 17:28:27 -05:00
Nathan Haugo
92dceda778
Merge pull request #696 from influxdata/feature/tr-dashboard-frontend
...
Implement Dashboard Index Page
2016-12-30 14:12:53 -08:00
Nathan Haugo
8205afdb35
Merge pull request #672 from influxdata/feature/tr-host-status
...
Spike: Use `system` metrics to indicate host status
2016-12-28 13:34:47 -08:00
Alex P
ae51cc78c3
fire ze lazer
2016-12-20 20:08:27 -08:00
Alex P
f8841ea006
fixing spacing on checkbox
2016-12-20 20:07:52 -08:00
Alex P
c23040f539
styling responsive tables
...
Was previously bright white, now is dark
2016-12-20 19:54:23 -08:00
Alex P
51f98e3949
Organizing dygraphs stylesheet
2016-12-20 19:49:17 -08:00
Alex P
de0b955d2f
Sortable table styles moved to table component sheet
2016-12-20 19:49:00 -08:00
Alex P
b9d9159aff
Removing odd letter spacing on monotype table cells
2016-12-20 19:48:40 -08:00
Alex P
7195ceca69
code font variable
2016-12-20 19:48:22 -08:00
Alex P
148ed5e156
Deleting extra space
2016-12-20 19:47:57 -08:00
Alex P
0b59f34ccf
Refactorus maximus
...
- Removing glyph icons and font awesome (not being used for anything)
- Removing unused stylesheets (there were a lot)
- Re-organizing all stylesheets in a more understandable way
2016-12-20 14:18:48 -08:00
Alex P
5206430971
Keeping session names truncated if too long
2016-12-15 15:47:04 -08:00
Alex P
2414640fa9
Merge branch 'master' into misc-ui-polish
2016-12-15 14:43:38 -08:00
Alex P
a55b256d31
Color Coded alert levels in alerts history
2016-12-15 14:43:15 -08:00
Alex P
0f06edae6b
Fixing janky data selector in kap rule creator
2016-12-15 14:35:39 -08:00
Tim Raymond
407c28f472
Use the dashboard ID for the iterator key
...
Iterator keys should use something unique, like an ID :).
2016-12-15 17:01:30 -05:00
Tim Raymond
a3cb25a500
Make dashboard list fetch from API
...
This removes some mocked-out data to make the Dashboard list actually
hit the API.
2016-12-15 17:01:30 -05:00
Tim Raymond
4bcca2e988
Build dashboard table from API
...
This pulls the table data into a fetch from the mocked-out API. A
subsequent commit will remove the commented-out sections to actually hit
the backend.
2016-12-15 17:01:30 -05:00
Tim Raymond
c045443dc9
Initial Dashboard Index Page
...
This sets up the routing, sidebar links, and a stubbed out table view of
the dashboards.
2016-12-15 17:01:30 -05:00
Alex P
7ecb791609
Moving groupbytimedropdown styles higher up
...
Some styles needed in kapacitor rule builder, could not see because
scoped to DE
2016-12-15 12:29:28 -08:00
Will Piers
3821f2695e
Use InfluxQL instead of Raw Text
2016-12-15 12:24:19 -08:00
Alex P
4e89f74170
Hidden scrollbar on panel-builder
...
Previously it was unclickable because the resizer sits on top,
rendering it purely aesthetic. The visual clutter of it was quite ugly.
Now it is hidden, but still scrollable. Hypothesis: users will not miss
this scrollbar, usability should remain intact
2016-12-15 12:13:10 -08:00
Alex P
8986a01ed9
Source indicator doesn't break on small screens
2016-12-15 12:10:54 -08:00
Alex P
b1381cab6b
Fixing active state of panels in DE
2016-12-15 11:54:42 -08:00
Alex P
6a2f403b6e
Attempting to solve UX bug from community
...
https://github.com/influxdata/chronograf/issues/689
2016-12-15 11:50:28 -08:00
Alex P
dc15e09b2f
Merge branch 'master' into misc-ui-polish
2016-12-15 11:29:23 -08:00
Alex P
58ad0250f0
Merge branch 'master' into misc-ui-polish
2016-12-15 09:55:20 -08:00
Andrew Watkins
7428a6a45d
Fix missed rebase conflicts
2016-12-15 09:52:01 -08:00
Andrew Watkins
a23d493e4c
Update tests
2016-12-15 09:49:17 -08:00
Andrew Watkins
e8ef056e4d
Cleanup
2016-12-15 09:49:17 -08:00
Andrew Watkins
32e70948f9
Move activeQueryID state to DE container
2016-12-15 09:49:17 -08:00
Andrew Watkins
054f1e6eb0
Highlight lines that correspond to selected query tab
2016-12-15 09:48:18 -08:00
Will Piers
cb74fdf208
Merge pull request #667 from influxdata/editor-mode
...
Editor mode
2016-12-14 14:58:35 -08:00
Alex P
b58193badf
If no kapacitor instance, show -- instead of blank cell
2016-12-13 17:41:07 -08:00
Alex P
9ee2e6d042
Right aligned delete rule button
2016-12-13 17:23:53 -08:00
Alex P
79187164e0
More obvious empty state for kapacitor config
2016-12-13 17:22:34 -08:00
Alex P
bb036e111d
new panel menu a little wider
2016-12-13 17:01:27 -08:00
Alex P
843e793eb6
Adding "open" class to dropdown toggle if it is open
...
Helps differentiate between itself and nearby buttons during dropdown
open state, following bootstrap’s design patterns
2016-12-13 17:00:11 -08:00
Alex P
7ddee2ddbb
Styling new panel tab menu
...
Using full text names “Query Builder” and “Raw Text” to be as clear as
possible to users
2016-12-13 16:55:33 -08:00
Will Piers
2d54d4c26d
Minor tweaks
2016-12-13 16:32:19 -08:00
Will Piers
beab738d92
Create simple dropdown and use it. Needs style help
2016-12-13 14:30:02 -08:00
Alex Paxton
3c51c6e503
Merge pull request #684 from influxdata/fix-input-text-selection
...
Fix Input Text Selection
2016-12-13 13:22:04 -08:00
Andrew Watkins
084a55e5f6
Rename sources to configuration in SideNav
2016-12-13 10:41:44 -08:00
Tim Raymond
465f91a784
Merge branch 'master' into feature/tr-host-status
...
Conflicts:
ui/src/hosts/components/HostsTable.js
2016-12-13 13:31:33 -05:00
Tim Raymond
ca9bc60e57
Add warning status light
...
It's useful to see when a host is potentially having problems and when a
host is definitely having problems. We want to show when we haven't
heard from hosts in the past 10 minutes or greater than that interval.
To facilitate this, the deltaUptime query was adjusted to fetch 10
minutes worth of data grouped into 1m intervals with a fill(0). The
"show tag values" query to fetch all hosts sets the uptime value of
hosts to be -1. If a negative value is seen by a HostRow for a
deltaUptime value, the status light is set to red. If it's 0 (meaning a
fill value), we set that to an amber light. Finally if the host is
reporting a positive deltaUptime, the light becomes green.
2016-12-13 13:13:53 -05:00
Tim Raymond
579ac2b71f
Improve Host Status Queries
...
This incorporates some feedback received from a spike implementation of
host status. For one, the uptime query (now named deltaUptime to
better indicate this is a change in uptime) is now packed into the query
to fetch the rest of the data for the host page. Also, a "show tag
values" query has been added here to fetch hosts that will escape the
time range selected by the group by in the deltaUptime query (see this
issue: https://github.com/influxdata/influxdb/issues/6967 ).
While not implemented in this commit, it's possible now that we could
show different treatments for those hosts that haven't been seen
"recently" (as defined by the time selection on the deltaUptime query)
and those that have.
2016-12-13 12:01:43 -05:00
Alex P
dc07d48208
Works for textarea as well as input
2016-12-12 17:55:45 -08:00
Alex P
398e38796c
fancy blue highlight
2016-12-12 17:49:07 -08:00
Alex P
9fee7ae65b
Commenting out this button until it has an event listener
2016-12-12 16:50:10 -08:00
Alex P
cd30d162ad
Styling raw text field
...
- Builder queries are blue
- Raw text queries are purple
- Using the new monospace font here
- Doing something a bit heavy-handed to ensure there is no jitter
between the raw text and builder text
2016-12-12 16:40:40 -08:00
Alex P
340d71dee9
Removing references to previous monotype font
2016-12-12 16:25:17 -08:00
Alex P
f8cf700c40
Removing excess styles from query editor
2016-12-12 16:17:43 -08:00
Alex P
2a79b707ba
New monotype font!
2016-12-12 16:15:34 -08:00
Alex P
920ff6a3e5
Renaming stylesheet to match component
...
Raw query editor —> raw text
2016-12-12 14:27:54 -08:00
Alex P
563eea8ca3
Switching to new class names (explorer --> panel)
2016-12-12 14:27:31 -08:00
Alex P
9bfa84c7f8
Renaming stylesheet to match new conventions
2016-12-12 13:05:48 -08:00
Alex P
8f921d47f3
Removing extra div
2016-12-12 13:05:33 -08:00
Will Piers
947949bc63
Clean up and small refactors
2016-12-12 12:04:33 -08:00
Will Piers
a060fc8153
Allow for rawText queries again
2016-12-12 12:03:48 -08:00
Will Piers
4f169a47a0
Rename Explorers to Panels and add functionality to create raw queries
2016-12-12 11:50:58 -08:00
Alex P
6405ba2eb3
spinner rotates the right direction now
2016-12-12 11:25:56 -08:00
Alex P
3ed9667698
transparent spinner
2016-12-12 11:17:49 -08:00
Alex P
64241f900a
Re-adding GroupByTimeDropdown stylesheet
2016-12-09 13:53:05 -08:00
Alex P
805506db29
Explorer tabs have names that refer to the query
...
Name is “Measurement” + First Field Selected Name
If multiple fields selected it only shows the first field not all fields
2016-12-09 13:17:14 -08:00
Alex P
032cd2bc24
Explorer Tabs designed for measurement + field name
...
Eventually the tab will truncate text with …
With the current max-length of 175px
that gets you about 27-29 characters in the tab
2016-12-09 13:00:21 -08:00
Alex P
7cdbfbad9f
Renaming / Refactoring
...
“graph-panel” —> “graph”
2016-12-09 12:14:26 -08:00
Alex P
1424a74ac7
Explorer tabs cleanup
...
Had previously deleted the “X” icon, replaced with pseudo elements
2016-12-09 11:48:48 -08:00
Alex P
b3213cb844
Tag list polish
...
checkboxes are darker, badges darker, search bar matches measurements
search bar
2016-12-09 11:37:13 -08:00
Alex P
78a0a142e8
Removing white space
2016-12-09 11:36:47 -08:00
Alex P
25da7da690
Multi-select dropdown cleanup
2016-12-08 13:48:40 -08:00
Alex P
126cd7c7d4
Darker checkboxes in query editor list
2016-12-08 12:39:46 -08:00
Alex P
7c8702b5f9
Slightly short min height on query editor lists
2016-12-08 12:39:32 -08:00
Tim Raymond
10fa1faf79
Use `system` metrics to indicate host status
...
This uses the `uptime` field collected by Telegraf in the `system`
measurement to determine if a Host is currently up or down. We can
determine if a host is down by using group by with a fill(0) and looking
for zero values.
2016-12-08 14:19:55 -05:00
Alex P
1f2d07313b
Merge branch 'master' into apply-function-ui-fix
2016-12-07 15:34:32 -08:00
Alex P
ced510c889
RIP it was a great file
2016-12-07 15:34:13 -08:00
Andrew Watkins
4f412366ed
Fix no page load on refresh bug
2016-12-07 14:15:21 -08:00
Andrew Watkins
b658d0c91e
Remove unnecessary context and PropTypes
2016-12-07 14:14:07 -08:00
Alex P
b9c4cbb14f
UI for export function
2016-12-07 13:00:56 -08:00
Alex P
48b84c163e
Styling explorer actions
2016-12-07 13:00:39 -08:00
Alex P
da89c14b02
Merge branch 'master' into apply-function-ui-fix
2016-12-07 12:49:51 -08:00
Andrew Watkins
65cd867edb
Merge pull request #660 from influxdata/rule-time-range
...
Add time range selection to RulePage
2016-12-06 21:11:56 -08:00
Alex P
bafe0d59a4
Removing excess markup and styles
...
no longer have tabs in the builder, so removing all that
2016-12-06 18:45:28 -08:00
Alex P
ba0a0ba2f9
Discarding obsolete styles
2016-12-06 18:35:57 -08:00
Alex P
02854242b2
Merge branch 'master' into apply-function-ui-fix
2016-12-06 18:29:54 -08:00
Alex P
ac8f214dff
Renaming styles
...
Beginning process of simplifying names for the query editor / explorer
- “qeditor” instead of “query-editor”
- Using -- instead of __
- Generic toggle style in theme-dark.scss (previously tag list toggle)
2016-12-06 18:29:47 -08:00
Alex P
698114dad5
Assorted changes (see desc)
...
- Explorer is darker
- Group by Time styles were all over the place, moving to own file in
chronograf components css
- Removing _sizes.scss (only had 1 variable in it)
2016-12-06 16:56:55 -08:00
Andrew Watkins
c6e22b1422
Fix ReactTooltip prop error
2016-12-06 16:47:09 -08:00
Andrew Watkins
fc35092c97
Cleanup
2016-12-06 16:44:59 -08:00
Andrew Watkins
021849b89e
Merge pull request #658 from influxdata/more-icons-in-font
...
New Icons in Font
2016-12-06 16:07:31 -08:00
Alex P
9600e9b00e
Merge branch 'master' into apply-function-ui-fix
2016-12-06 15:41:13 -08:00
Alex P
30a1cd602e
Cleanup
...
should be slightly easier to search now, was nested like crazy
2016-12-06 15:36:48 -08:00
Alex P
9e76d487b0
Removing excess styles
...
Mo’ generic yo
2016-12-06 15:36:23 -08:00
Alex P
7219114ce8
This will make me less crazy
2016-12-06 15:35:05 -08:00
Alex P
0647a3cde6
Skinny scrollbars
2016-12-06 15:34:52 -08:00
Andrew Watkins
805d00dc9a
Add time range selection to RulePage
2016-12-06 13:59:36 -08:00
Alex P
7c4f89ca00
New icons in font
...
- Brush
- Polaroid
- Export
- Keynote
- Alphabet (A)
- Alphabet (B)
- Square
- Diamond
- Circle
2016-12-06 13:12:05 -08:00
Alex P
737539001c
Cleanup based on comments
2016-12-06 12:32:47 -08:00
Alex P
46474e42ee
More polished y axis labels
2016-12-06 12:30:44 -08:00
Alex P
68da453dba
More subtle spinner for graphs in host dash
2016-12-06 12:28:10 -08:00
Alex P
e2de618f8a
Styling Y labels
...
Not super great looking, but at least it doesn’t overlap with the y
values
2016-12-06 12:27:25 -08:00
Alex P
251118101c
Cleanup based on comments
2016-12-06 12:24:15 -08:00
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