Hunter Trujillo
1715ef2d7a
Add SHOW DATABASES integration test with Nightwatch.js.
2017-08-24 15:59:42 -07:00
Jared Scheib
458d3c60a2
Pass default Y label into DisplayOptions
...
Refactor DisplayOptions into ES6 component
Rename buildYLabel to buildDefaultYLabel
2017-08-24 15:59:42 -07:00
Jared Scheib
af814be05b
Add and wire up action creator and reducer for fill in query config
2017-08-24 15:15:45 -07:00
Jared Scheib
7fa10fbe2d
Add comment and import const for 'null' string value on default config
2017-08-24 15:14:49 -07:00
Jared Scheib
2d473cd261
Add query transition for fill
2017-08-24 15:11:39 -07:00
Jared Scheib
5f8c9d4102
Remove parens from queryFill options
2017-08-24 15:10:48 -07:00
Jared Scheib
b81ba1687e
Make query fill options syntax consistent
2017-08-24 14:38:59 -07:00
Andrew Watkins
73db221798
Merge branch 'master' into bugfix/same-range
2017-08-24 14:26:38 -07:00
Jared Scheib
ac3ca96df4
Remove copy in UI
2017-08-24 14:01:57 -07:00
Jared Scheib
cc01f5a93b
Make FillQuery only return a single string value
2017-08-24 14:01:42 -07:00
Jared Scheib
17ca51a319
Make 'none' the first value for fill
2017-08-24 14:01:05 -07:00
Andrew Watkins
2c72a7b68b
Add default value prop
2017-08-24 12:59:54 -07:00
Andrew Watkins
cfd8bac7b8
Fix spelling
2017-08-24 12:59:54 -07:00
Andrew Watkins
accd502b06
Fix equal min max bug
2017-08-24 10:06:09 -07:00
Andrew Watkins
7cf47a12f2
Remove dup script
2017-08-24 09:25:46 -07:00
Andrew Watkins
5685b8fb13
Merge branch 'master' into feature/tr-aw-axis-display-opts
2017-08-23 21:23:03 -07:00
Andrew Watkins
21288e308f
Fix graphs not resizing properly in cells
2017-08-23 21:08:18 -07:00
Andrew Watkins
39bf08acaf
Add a tooltip to value format toggle
2017-08-23 21:08:18 -07:00
Andrew Watkins
87b9e0417b
Remove magic numbers
2017-08-23 21:08:18 -07:00
Andrew Watkins
ba442c2556
Move DisplayOptionsInput into /dashboard dir
2017-08-23 21:08:18 -07:00
Andrew Watkins
be4ca9fcda
Add ability to toggle between linear and logarithmic scale
2017-08-23 21:08:18 -07:00
Andrew Watkins
f2ef91053f
Make input SFC
2017-08-23 21:08:17 -07:00
Andrew Watkins
5e46f7150a
Use defaultProps instead of _.get()
2017-08-23 21:08:17 -07:00
Andrew Watkins
a4ecc243d9
Update dygraph based on user selected base
2017-08-23 21:08:17 -07:00
Andrew Watkins
80e383a152
Allow set base state on cell
2017-08-23 21:08:17 -07:00
Andrew Watkins
e04c7191a0
Fix incorrect empty y2 bound
2017-08-23 21:07:36 -07:00
Andrew Watkins
1287500931
Fix incorrect positioning of labels on initial render
2017-08-23 21:07:36 -07:00
Andrew Watkins
430bc4ee55
Actually resize Dygraph on component update
2017-08-23 21:07:36 -07:00
Andrew Watkins
6eb828b4db
Cleanup
2017-08-23 21:07:36 -07:00
Andrew Watkins
25bcb1c372
WIP Allow user to set prefix and suffix in y-axis
2017-08-23 21:07:36 -07:00
Andrew Watkins
edd9fa41df
Fix linter errors
2017-08-23 21:06:27 -07:00
Andrew Watkins
b6b2fb0655
WIP Import dygraphs number axis formatter
2017-08-23 21:06:27 -07:00
Andrew Watkins
32c3874a94
Move active query logic to container
2017-08-23 16:15:01 -07:00
Andrew Watkins
fb52d79821
Change height of table dynamically according to resizer
2017-08-23 16:09:07 -07:00
Hunter Trujillo
a25d19c850
Add SHOW DATABASES integration test with Nightwatch.js.
2017-08-23 16:06:43 -07:00
Jared Scheib
0cb5523f5b
Pass default Y label into DisplayOptions
...
Refactor DisplayOptions into ES6 component
Rename buildYLabel to buildDefaultYLabel
2017-08-23 16:04:01 -07:00
Nathan Haugo
16735c027f
Bump to 1.3.7.0
2017-08-23 15:56:00 -07:00
Hunter Trujillo
20b069f5cc
Merge pull request #1904 from influxdata/feature/tv-url-params
...
Template Variable URL Param Value Selection
2017-08-22 18:41:31 -06:00
Alex P
628d58c9ad
Fix display of tablists in safari
2017-08-22 16:47:23 -07:00
Alex P
20563840d7
Fix appearance of opt-in component
2017-08-22 16:40:23 -07:00
Alex P
4bc7f8261c
Make up for Safari's shortcomings
2017-08-22 16:10:52 -07:00
Alex P
b57189e737
Add missing attributes for safari compatibility
2017-08-22 15:47:38 -07:00
Hunter Trujillo
9535be8f8a
Remove test console.log.
2017-08-18 15:35:25 -06:00
Hunter Trujillo
8b843fa439
Add template variable name selection test and reducer. Fire action on dashboard load.
2017-08-18 15:32:12 -06:00
Alex P
70314681e2
Clean up component
...
Help from @121watts
2017-08-17 20:36:05 -07:00
Alex P
9b8e8752c9
Use handler instead of anonymous function
2017-08-17 20:35:47 -07:00
Alex P
e21a6f25c6
Refactor data section to use fat arrow pattern
2017-08-17 20:35:24 -07:00
Alex P
66a7b080f0
Add a comment explaining the component
2017-08-17 17:43:38 -07:00
Alex P
d60208c006
Merge branch 'master' into fill-query-widget
2017-08-17 17:38:51 -07:00
Alex P
ba7bcc4d11
Refactor to use new style of binding
2017-08-17 17:38:40 -07:00
Hunter Trujillo
4cd967c601
Add the other part to the typing mechanism.
2017-08-17 18:35:10 -06:00
Hunter Trujillo
bfffd16a03
Add some measure of typing mechanism... 🤷
2017-08-17 18:34:50 -06:00
Alex P
2ba3399683
Remove commented out markup
2017-08-17 17:10:12 -07:00
Alex P
bbb34ea118
Remove missing file reference
2017-08-17 17:09:55 -07:00
Alex P
5fbf69c22b
Use a new interaction pattern and new styles for file upload
...
- Largely mimicking the pattern featured in Dropzone.js (I feel this is
a great pattern for file drag & drop)
- Got rid of the button for uploading, change copy to read “Drop a file
here or click to upload”
- Made entire file upload div clickable
- After a file has been uploaded:
- Submit button has been moved inside the div
- Added a “Cancel” button and method to reset the state of the modal
- Hover state of clickable area matches drag-over state
2017-08-17 17:00:22 -07:00
Andrew Watkins
40d5db3c1b
Merge branch 'master' into file-drag-polish
2017-08-17 15:21:47 -07:00
Hunter Trujillo
087a897124
Merge pull request #1899 from influxdata/testing/data-explorer-query-maker-date-sync
...
Fix Data Explorer Raw Query time range not getting updated through dropdown
2017-08-17 16:19:30 -06:00
Andrew Watkins
ced052ae69
Update style for disabled calendar days
2017-08-17 15:16:46 -07:00
Alex P
97880705ed
Make drag state fade in and out
2017-08-17 15:07:22 -07:00
Hunter Trujillo
b4f12b086b
Fix QueryMaker not updating query time range when a the time range was changed through the time range dropdown.
2017-08-17 16:07:14 -06:00
Andrew Watkins
b41cd95fb1
Merge pull request #1898 from influxdata/feature/typee-calendar
...
FEATURE: Typee calendar (with extra credit)
2017-08-17 15:04:18 -07:00
Alex P
a5cb9444d9
Change micro-copy to be more clear
2017-08-17 15:04:09 -07:00
Andrew Watkins
0d64792d26
Add date validation to calendars
...
A user will now no longer be able to select an invalid time range.
i.e. an upper time lower than their lower time or a lower time
greater than their upper time. Yay.
2017-08-17 14:41:49 -07:00
Alex Paxton
d72e2536cf
Merge branch 'master' into fix-legend-stat-wrap
2017-08-17 14:01:01 -07:00
Alex P
052e041a66
Merge branch 'master' into file-drag-polish
2017-08-17 13:35:05 -07:00
Alex P
80c9d758f3
Redesign drag-over state for write data form
2017-08-17 13:34:53 -07:00
Andrew Watkins
856acd1de7
Add inputs for custom time ranges
2017-08-17 13:06:20 -07:00
Andrew Watkins
64e2c04745
Fix StatusPage
2017-08-17 09:43:28 -07:00
Andrew Watkins
678bc39d5e
Fix TempVar dropdowns
2017-08-17 09:33:43 -07:00
Andrew Watkins
c7031bc1bf
Celebrate Christmas early
2017-08-17 09:33:43 -07:00
Andrew Watkins
3df15b2ee2
Remove bind in constructor
2017-08-17 09:33:43 -07:00
Andrew Watkins
a60808a122
Remove binds in constructor of CEO
2017-08-17 09:33:42 -07:00
Andrew Watkins
f5c2882008
Remove arrow props from DataExplorer
2017-08-17 09:33:42 -07:00
Andrew Watkins
87b19b0550
Update HostsTable to class syntax with arrow properties
2017-08-17 09:33:42 -07:00
Andrew Watkins
f70fc84342
Move HostRow to own file
2017-08-17 09:33:42 -07:00
Andrew Watkins
d5745603f5
Move SearchBar into separate file
2017-08-17 09:33:42 -07:00
Andrew Watkins
a1436d1499
Update Alerts table to use arrow function properties
2017-08-17 09:33:42 -07:00
Andrew Watkins
ab9cdc596b
Update ManageSources to not use arrow functions in props
2017-08-17 09:33:42 -07:00
Andrew Watkins
f205f8d0cd
Remove arrow func from props and add arrow properties
2017-08-17 09:33:42 -07:00
Andrew Watkins
0692f41682
Remove arrow functions from props in ConfirmButtons
2017-08-17 09:33:41 -07:00
Andrew Watkins
546ebbbbbf
Update DashboardHeader to use arrow props
2017-08-17 09:33:41 -07:00
Andrew Watkins
cad47a9ecd
Update DashboardPage to use arrow function properties
2017-08-17 09:33:41 -07:00
Andrew Watkins
380d266e7e
Remove arrow function prop from TempVarManager
2017-08-17 09:33:41 -07:00
Andrew Watkins
091ee2b247
Remove arrow function from props in TemplateControlBar
2017-08-17 09:33:41 -07:00
Andrew Watkins
8248012701
Remove unused function
2017-08-17 09:33:41 -07:00
Andrew Watkins
9553cd1088
Refactor KapacitorRuleHeader
2017-08-17 09:33:41 -07:00
Andrew Watkins
c5f36f52f7
Convert RuleMessageText to SFC
2017-08-17 09:33:41 -07:00
Andrew Watkins
141d83c770
Update KapacitorRules to use arrow function properties
2017-08-17 09:33:40 -07:00
Andrew Watkins
51564b17fa
Update Dropdown to use arrow function properties
2017-08-17 09:33:40 -07:00
Andrew Watkins
672d2f449d
Update NameableGraph to use arrow properties
2017-08-17 09:33:40 -07:00
Andrew Watkins
aeecb7afdf
Update DE Visualization component
2017-08-17 09:33:40 -07:00
Andrew Watkins
6bab959301
Update WriteData components to use arrow properties
2017-08-17 09:33:40 -07:00
Andrew Watkins
7ae728aea3
Update GraphTypeSelector to not use arrow func in props
2017-08-17 09:33:40 -07:00
Andrew Watkins
feaba80a02
Refactor and move Template Variable components
2017-08-17 09:33:40 -07:00
Andrew Watkins
ed0fc2603e
Update RuleMessageOptions
2017-08-17 09:33:40 -07:00
Andrew Watkins
a70014352e
Update RuleMessage to remove anyonymous functions from props
2017-08-17 09:33:40 -07:00
Andrew Watkins
f29db011e5
Update AdminPage to use arrow function properties
2017-08-17 09:33:39 -07:00
Andrew Watkins
173621b56d
Update Templating use arrow func properties
2017-08-17 09:33:39 -07:00
Andrew Watkins
ed1182769b
Update DataExplorer Table component
2017-08-17 09:33:39 -07:00
Andrew Watkins
18612c9096
Update data explorer to use arrow function properties
2017-08-17 09:33:39 -07:00
Andrew Watkins
9b2aa48a84
Update FancyScrollBar to use arrow properties
2017-08-17 09:33:39 -07:00
Andrew Watkins
2b2f07eb1c
Update OptIn component to use arrow func properties
2017-08-17 09:33:39 -07:00
Andrew Watkins
6ab5b77f89
Update AlertTabs component
2017-08-17 09:33:39 -07:00
Hunter Trujillo
43380c06e1
Refactor AlertaConfig.
2017-08-17 09:33:39 -07:00
Hunter Trujillo
de4f886170
Refactor PushoverConfig.
2017-08-17 09:33:39 -07:00
Hunter Trujillo
a92b1eb95a
Refactor HipchatConfig.
2017-08-17 09:33:38 -07:00
Hunter Trujillo
d23dd6a82c
Fix constructor on SMTPConfig.
2017-08-17 09:33:38 -07:00
Hunter Trujillo
391348bb8a
Refactor OpsGenieConfig.
2017-08-17 09:33:38 -07:00
Hunter Trujillo
9b5eb16d25
Refactor PurgerDurtur.
2017-08-17 09:33:38 -07:00
Hunter Trujillo
151d7d9a09
Refactor SensuConfig.
2017-08-17 09:33:38 -07:00
Hunter Trujillo
e69d0f350f
Refactor SlackConfig.
2017-08-17 09:33:38 -07:00
Hunter Trujillo
f765277b75
Refactor SMTPConfig.
2017-08-17 09:33:38 -07:00
Hunter Trujillo
4c56ec5e6a
Refactor Talk component and ref handler.
2017-08-17 09:33:38 -07:00
Hunter Trujillo
f0c05f083c
Refactor ref handler in TelegramConfig.
2017-08-17 09:33:38 -07:00
Hunter Trujillo
317bf4a59a
Remove arrow function from ref callback
2017-08-17 09:33:37 -07:00
Andrew Watkins
ea9beadc78
Remove :: in prop in MultiselectDropdown
2017-08-17 09:33:37 -07:00
Andrew Watkins
9ab5f28f96
Use arrow function properties in Dygraph
2017-08-17 09:33:37 -07:00
Andrew Watkins
13af7a5a3d
Remove arrow function from props in DygraphLegend
2017-08-17 09:33:37 -07:00
Andrew Watkins
74c73654bf
Remove deprecated component
2017-08-17 09:33:37 -07:00
Andrew Watkins
fde1f478f4
Remove arrow functions from props
2017-08-17 09:33:37 -07:00
Andrew Watkins
4b914c0f5c
Remove arrow function from props in RedactedInput
2017-08-17 09:33:37 -07:00
Andrew Watkins
5d88f95d25
Remove anonymous fucntion from props in DatabaseRow
2017-08-17 09:33:37 -07:00
Andrew Watkins
6a5155628f
Add arrow function properties to database admin
2017-08-17 09:33:37 -07:00
Andrew Watkins
d09c486ecd
Update TagKeyDropdown component to use arrow function properties
2017-08-17 09:33:36 -07:00
Andrew Watkins
60a2edf71c
Ignore ref binds
2017-08-17 09:33:36 -07:00
Andrew Watkins
388093d498
Use arrow function properties in DatabaseRow
2017-08-17 09:33:36 -07:00
Andrew Watkins
bc0283d1a7
Update AutoRefresh component
2017-08-17 09:33:36 -07:00
Andrew Watkins
2686fc7b31
Update Notifications component
2017-08-17 09:33:36 -07:00
Andrew Watkins
c22004b13a
Add no binding rule
2017-08-17 09:33:36 -07:00
Andrew Watkins
d42593c272
Include babel-eslint plugin
...
An eslint plugin companion to babel-eslint. babel-eslint does a great
job at adapting eslint for use with Babel, but it can't change the built
in rules to support experimental features. eslint-plugin-babel
re-implements problematic rules so they do not give false positives or
negatives.
2017-08-17 09:33:36 -07:00
Hunter Trujillo
13eb4620aa
Merge pull request #1744 from influxdata/feature/1685-moving-time-ranges
...
Custom date picker shortcuts
2017-08-16 19:52:24 -06:00
Jared Scheib
b6c460f73a
Rename shared shortcuts.hson to timeRangeShortcuts.hson for specificity
2017-08-16 16:59:58 -07:00
Hunter Trujillo
96647ab208
Reset upper when shortcut is clicked.
2017-08-16 15:47:59 -06:00
Hunter Trujillo
f2e1a0fc55
Split out shortcuts into an "hson" file.
2017-08-16 15:42:46 -06:00
Alex P
aa26fe18e8
Tweak micro copy
2017-08-16 12:38:58 -07:00
Alex P
5b460d5268
Rework styles to prevent some UI clash
2017-08-16 12:37:36 -07:00
Alex Paxton
929151567c
Merge branch 'master' into fix-legend-stat-wrap
2017-08-16 09:40:15 -07:00
Jade McGough
50797b9d4a
send ‘service-key’ instead of serviceKey to pagerduty
2017-08-16 00:15:13 -07:00
Jared Scheib
e2e684b5e2
Merge remote-tracking branch 'origin/1.3.6.x'
2017-08-15 15:03:20 -07:00
Alex P
fffe421f76
Add FillQuery to rule builder
2017-08-15 14:18:25 -07:00
Alex P
b9c139193a
Add theme prop to FillQuery
2017-08-15 14:17:56 -07:00
Alex P
ceac4b1810
Add size prop to FillQuery
2017-08-15 14:08:16 -07:00
Alex P
8d63168d8d
Add FillQuery to Query builder in CEO
...
- Doesn’t actually do anything, but this is where it would get used
2017-08-15 13:19:10 -07:00
Alex P
2e7f1fcc75
Create fill query component
2017-08-15 13:17:46 -07:00
Jared Scheib
8a6f9f3cc1
Merge pull request #1858 from influxdata/feature/grooveknob
...
Refactor DisplayOptions UX to provide affirmative choice for 'auto', via a new component
2017-08-15 11:26:39 -07:00
Alex P
a4ec9f25f5
Fix for 1872
2017-08-15 09:55:31 -07:00
Andrew Watkins
e9680e3354
Prettier
2017-08-14 15:46:23 -07:00
Andrew Watkins
85462b2d91
Merge branch 'master' into chore/prop-on-div-error
2017-08-14 15:33:29 -07:00
Andrew Watkins
19fd7f7458
Merge pull request #1862 from influxdata/add-add-graph-to-cell-button
...
Add button to cell for improved user experience
2017-08-14 15:32:32 -07:00
Andrew Watkins
9200797839
Merge branch 'master' into nls/drag-fixes
2017-08-14 15:30:57 -07:00