Hunter Trujillo
cda683746a
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
a64c4c29bc
Updoot again
2017-08-22 16:48:48 -07:00
Alex P
29d6b7f513
Updoot changelog
2017-08-22 16:14:10 -07:00
Hunter Trujillo
210e7d3873
CHANGELOG.
2017-08-18 15:37:46 -06:00
Andrew Watkins
4566c5dd84
Merge branch 'master' into file-drag-polish
2017-08-17 15:21:47 -07:00
Hunter Trujillo
91f86dde13
Changelog.
2017-08-17 16:12:41 -06:00
Andrew Watkins
a0b4ec6f08
Merge pull request #1898 from influxdata/feature/typee-calendar
...
FEATURE: Typee calendar (with extra credit)
2017-08-17 15:04:18 -07:00
Andrew Watkins
6d5b22fb7d
Update CHANGELOG
2017-08-17 14:50:00 -07:00
Alex Paxton
8dc138be49
Merge branch 'master' into fix-legend-stat-wrap
2017-08-17 14:01:01 -07:00
Alex P
ee4c4048b4
Remove obsolete changelog entry introduced in merge
2017-08-17 13:59:43 -07:00
Alex P
79ebaa852d
Updoot changelog
2017-08-17 13:40:34 -07:00
Hunter Trujillo
8dac1de5c2
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
a58a9ced65
Merge pull request #1891 from influxdata/pagerduty-config
...
fix json key in pagerduty update
2017-08-16 14:04:58 -07:00
Jared Scheib
8c0c015f5f
Update changelog
2017-08-16 13:58:46 -07:00
Timothy J. Raymond
61bffeb7cb
Merge pull request #1859 from influxdata/feature/tr-layout-cell-axes
...
Add Axes to Layout Cells
2017-08-16 16:45:26 -04:00
Tim Raymond
f26cd45f26
Update CHANGELOG for layout cell axes
2017-08-16 16:44:56 -04:00
Alex Paxton
309a768baf
Merge branch 'master' into fix-legend-stat-wrap
2017-08-16 09:40:15 -07:00
Jared Scheib
01e045199f
Merge remote-tracking branch 'origin/1.3.6.x'
2017-08-15 15:03:20 -07:00
Jared Scheib
0632370417
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
0e1c4739a5
Updoot changelog
2017-08-15 09:58:24 -07:00
Jared Scheib
27a7aed0a3
Clarify data corruption release note, clean up changelog
2017-08-14 16:40:02 -07:00
Andrew Watkins
f0f4982059
Merge branch 'master' into chore/prop-on-div-error
2017-08-14 15:33:29 -07:00
Andrew Watkins
dc87246e76
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
a5e8c5ba2e
Merge branch 'master' into nls/drag-fixes
2017-08-14 15:30:57 -07:00
Andrew Watkins
21548485a9
Merge branch 'master' into chore/prop-on-div-error
2017-08-14 15:26:56 -07:00
Andrew Watkins
5cfab25b35
Update changelog
2017-08-14 15:26:22 -07:00
Andrew Watkins
2b4f4aee77
Merge branch 'master' into fix/1633-windows-uptime-status
2017-08-14 13:23:38 -07:00
Tim Raymond
efb18b1e58
Update CHANGELOG with data corruption notes
2017-08-14 15:26:09 -04:00
Hunter Trujillo
eb0ab9523b
Merge branch 'master' into fix/ie11-support
2017-08-14 12:47:58 -06:00
Tim Raymond
b547a93622
Update CHANGELOG and version for v1.3.6.1
2017-08-14 14:27:18 -04:00
Timothy J. Raymond
246cf75ce7
Merge pull request #1866 from influxdata/bugfix/tr-missing-cell-type
...
Fix missing cell type
2017-08-14 14:04:36 -04:00
Tim Raymond
f89d95eb02
Update CHANGELOG w/ fix for single stat
2017-08-14 14:03:49 -04:00
Andrew Watkins
8573b99ed0
Update CHANGELOG.md
2017-08-14 10:43:24 -07:00
Jared Scheib
26847e0316
Update changelog
2017-08-11 13:34:26 -07:00
Alex P
c1f855b273
Updoot changelog
2017-08-11 13:33:51 -07:00
Nathan L Smith
920974c7af
Fixes for file upload
...
- [ ] CHANGELOG.md updated with a link to the PR (not the Issue)
- [X] Rebased/mergable
- [X] Tests pass
- [X] Sign [CLA](https://influxdata.com/community/cla/ ) (if not already signed)
Connect #
* When clicking on the upload file button in the write data form, nothing
happens. This is because the div with the outline that says "Drag & Drop a File
to Upload" is positioned in front of the button with opacity 0, so clicks
intended for the button are just clicking on that transparent div instead.
* If you drag a file over the window then cancel the drag (usually by pressing
ESC), the window will not return to its previous state, but stay with the drag
& drop prompt until the page is reloaded.
* Make it so the drag & drop prompt is always present and the button is moved
to be below the outlined prompt. The button label has also been changed to
more closely match that of the drag outline.
Before:
![before screenshot](https://www.dropbox.com/s/t3j76wagracjw99/chronograf-drag-before.png?dl=0 )
After:
![after screenshot](https://www.dropbox.com/s/6e68rgba8fq59jw/chronograf-drag-after.png?dl=0 )
* Add an `onDragExit` handler to handle the case where the drag is exited
rather than left.
Signed-off-by: Nathan L Smith <smith@nlsmith.com>
2017-08-11 19:16:20 +00:00
Jared Scheib
5645ba5405
Update changelog
2017-08-10 11:36:53 -07:00
Andrew Watkins
90c3f94ca3
Merge pull request #1846 from influxdata/embiggen-ceo
...
Make lower half of CEO flush to the viewport
2017-08-09 14:08:03 -07:00
Alex P
b52e5a5f06
Updoot changelog
2017-08-09 13:42:56 -07:00
Andrew Watkins
560cbb4b44
Update CHANGELOG
2017-08-09 12:35:06 -07:00
Alex P
3ef9a6e826
Update changelog and package.json for 1.3.6.x release
2017-08-08 12:03:52 -07:00
Alex P
efdc47fffb
Revert "Prepare for release"
...
This reverts commit 2d02f25822
.
2017-08-08 11:57:23 -07:00
Alex P
2d02f25822
Prepare for release
2017-08-08 10:53:34 -07:00
Hunter Trujillo
c315d9b142
Merge branch 'master' into feature/1685-moving-time-ranges
2017-08-07 16:53:34 -07:00
Hunter Trujillo
68fd8621b7
Update changelog in response to comments.
2017-08-07 16:47:02 -07:00
Hunter Trujillo
b4f724201d
Merge branch 'master' into fix/graph-fixes
...
# Conflicts:
# ui/src/shared/components/Dygraph.js
2017-08-07 09:16:09 -07:00
Hunter Trujillo
76d3962e6a
update changelog update
2017-08-07 09:12:14 -07:00
Andrew Watkins
c307715840
Merge pull request #1821 from influxdata/fix/alerts_table_keys-1813
...
Use UUID for AlertsTable element keys to prevent overlap
2017-08-03 19:12:05 -07:00
Jared Scheib
b64c577047
Update changelog
2017-08-03 15:04:34 -07:00
Jared Scheib
fa0b9d83f6
Fix and add second item for changelog update
2017-08-02 17:06:15 -07:00