Timothy J. Raymond
ece8cf3fed
Merge pull request #1886 from influxdata/feature/tr-kapa-rule-pagination
...
Pagination when fetching Kapacitor Rules
2017-08-23 17:00:20 -04:00
Tim Raymond
2c4d02912d
Merge branch 'master' into feature/tr-kapa-rule-pagination
2017-08-23 16:44:59 -04:00
Tim Raymond
e9fda552b4
[ci skip] Update CHANGELOG
...
Adds note on kapacitor alert rule pagination no longer being limited to
100 alert rules.
2017-08-23 16:43:46 -04:00
Tim Raymond
da55f96f9d
Remove kapacitor mock logic
...
This logic was originally left in place to help future test writers, but
its presence was vexing because it was not exercised in existing test
cases. It has been commented out should future tests need to leverage
it.
2017-08-23 16:39:12 -04:00
Tim Raymond
31abf6dfd8
Explain magic number, var renaming
...
This extracts a constant and comments it for clarity. Also renames a
confusing waitgroup
2017-08-23 16:32:00 -04:00
Tim Raymond
a3db471abe
Extract option generator and task fetcher
...
The option generator goroutine and the task fetcher goroutine are more
readable when extracted into another method. Also, added some commenting
documenting what their expectations are
2017-08-23 16:21:13 -04: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 Paxton
eaae2cce94
Merge pull request #1922 from influxdata/fix-display-options-safari
...
Add missing attributes for safari compatibility
2017-08-22 17:41:20 -07:00
Alex P
5ef60d2d32
Updoot again
2017-08-22 16:48:48 -07: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
ba42271d9f
Updoot changelog
2017-08-22 16:14:10 -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
Tim Raymond
d560ab020a
Improve benchmark, fix offset bug
...
This ensures that setup time does not impact the results of the
benchmark since profiling showed that much time was spent setting up the
test array of tasks. This also uses `make` to build that slice instead.
Also, the tests revealed that there was a bug where offsets were
pre-incremented rather than post-incremented, omitting the first 100
results.
2017-08-22 10:23:24 -04:00
Tim Raymond
c3be40513d
Perf: improve performance of ListTasks
...
This fetches ListTasks results using a few worker goroutines to improve
performance with large numbers of tasks.
2017-08-21 17:10:13 -04:00
Hunter Trujillo
f5a37303df
CHANGELOG.
2017-08-18 15:37:46 -06: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
Tim Raymond
81f9e410f9
Fix issue where offset & limit won't work
...
Because we were testing the mock client, and not the paginating
kapacitor client for the case where limit and offset were provided, an
issue with that code path was not exposed.
The issues exposed were that the condition was incorrect for triggering
this behavior, and no return clause was present to prevent the remainder
of the ListTasks method from running.
2017-08-18 17:07:00 -04:00
Tim Raymond
01596453bd
Update comment
...
Variable name changed. Improved clarity.
2017-08-18 16:44:04 -04:00
Alex Paxton
9b4f1ee6a0
Merge pull request #1897 from influxdata/file-drag-polish
...
Write Data Drag & Drop Polish
2017-08-18 11:30:43 -07: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
Hunter Trujillo
9cfd6bf4af
Changelog.
2017-08-17 16:12:41 -06: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
8635631dad
Update CHANGELOG
2017-08-17 14:50:00 -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
fdd570e55a
Merge pull request #1882 from influxdata/fix-legend-stat-wrap
...
Fix legend stat wrap
2017-08-17 14:09:17 -07:00
Alex Paxton
d72e2536cf
Merge branch 'master' into fix-legend-stat-wrap
2017-08-17 14:01:01 -07:00
Alex P
218924c8a1
Remove obsolete changelog entry introduced in merge
2017-08-17 13:59:43 -07:00
Alex P
00e8ea335b
Updoot changelog
2017-08-17 13:40:34 -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
195befcefa
Merge pull request #1887 from influxdata/chore/babel-eslint-plugin
...
REFACTOR: Use arrow function properties and remove anonymous funcs from props
2017-08-17 09:53:49 -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