Commit Graph

1262 Commits (88836fc06282e0d3c145565ae16ecf9af2962433)

Author SHA1 Message Date
Brandon Farmer 4da0c9f24a
Merge pull request #4422 from influxdata/enhancement/deep-link-flux-de
Allow flux scripts in query string for DE
2018-09-11 16:44:46 -07:00
Brandon Farmer 8080583737 Allow flux scripts in query string for DE 2018-09-11 16:15:59 -07:00
Delmer def4acdfec
Fix query editor flickering on update (#4423)
* Fix query editor flickering on update
* Fix editor to update and focus on tab changes
* Update CHANGELOG UI IMPROVEMENTS
2018-09-11 18:40:57 -04:00
Delmer 9ba557b606
Autofocus dashboard query editor (#4399)
* Fix editor not focusing on mount
* Update query editor to close on blur
2018-09-11 17:51:25 -04:00
Jared Scheib 9b6263e667
Render null data point values in Alerts Table as mdashes (#4408)
* fix: render invalid Alerts Table row data as mdash

create new AlertsTableRow component
refactor Alerts Table rows to use new AlertsTableRow component

* test AlertsTableRow for valid data

render spans for all alerts table row cell values

* update changelog
2018-09-11 11:12:12 -04:00
Deniz Kusefoglu 786d310008 Add loading status indicator to HostsPage
Convert HostsPage and HostsTable to typescript

Display page-spinner if hostpage in loading state

Add error state to HostsPage

Fix tests for HostsPage

Update Changelog

Add missing type definitions to HostsTable
2018-09-10 23:24:09 -07:00
Alirie Gray cef576a829
Merge pull request #4403 from influxdata/flux/toggle-flux-influxql-ceo
Toggle for Flux/InfluxQL for dynamic source in CEO
2018-09-10 15:03:09 -07:00
Alirie Gray d6ae8a7926 Update changelong 2018-09-10 14:25:10 -07:00
Alex Paxton 8ecdb7a1b1
Restyle React Grid & Associated Interactions (#4391)
* WIP

* Use divs instead of background image URI

* Make cell resizer prettier

* Only show cell resizer on cell hover

* Make linter happy

* Redesign layout cell to adapt to single stat coloration and have spicy new aesthetic

* Guard against cellBackgroundColor getting set to null

* Add error boundary to cell header

* Polish

* Make custom time indicator more legible

* Update changelog

* Cleanup the code!
2018-09-10 12:51:09 -07:00
Delmer a612f97b49
Add regexp and aliases for appname attribute searching (#4389) 2018-09-10 10:24:35 -04:00
Delmer 5442ef9af4
Update add filters to add to the left (#4392)
* Update add filters to add to the left
* Update to preserve searchTerm ordering
2018-09-10 10:09:35 -04:00
Delmer 42b28205d2 Log viewer progressive loading (#4388)
feat: refactor log viewer to progressively load and render logs

Logs are progressively tailed to a buffer every 5000ms
while live updating. This is easily customizable. After
30000ms, this tail buffer is flushed to the "backward"
logs. This buffer was introduced to avoid losing logs
newly written to the database. This could easily be
extended to be a rolling buffer to be even more robust.

Also adds an Upper and Lower timestamp in the UI to
indicate to the user what the current search space time
bounds are.

Also removes logs from local storage.

Also fixers awaiting retrieving namespaces in order to
perform subsequent ajax requests & dispatches.

Also renames various functions & vars for clarity,
corrects typos, and corrects capitalization according
to convention.

Also removes LIMIT on fetch older and newer.

Also replaces bounds stored in Redux with UTC time.

Additionally, all the following:

* Fix LogsTable scroll loading indicator
* Move constants out of logs page
* Update newer chunk to be 100
* Fix tailing when custom/relative set
* Update chunk sizes to 30sec
* Update to use shouldLiveUpdate getter
* Fix scrollToRow after fetchNewer
* Update to use clearTailInterval
* Update scrollTo middle of backward if no forward data
* Remove last/first query time logic from logsTable
* Removing the last/first query time logic fixed scrolling
not working after performing a search and then deleting
the filter.
* Replace undefined currentNewer w/ nextNewerLower
* Add missing source redirection
* Remove comment deleted Paused status
* Add await to notify when no results are found
* Update fetchNewer to avoid chunking far into the future
* Update nextNewerLowerBound onChooseRelative
* Update lower bound on custom selection
* Update no results loading status
* Add comments to clarify actions
* Update fetch until to check before fetch
* Fix linting errors
* Update CHANGELOG 1.7.0 fixes
* Update logs to go to Infinity
* use Date instead of moment for logs actions
* replace moment with Date where straightforward in LogsPage
* throw error from fetchEachAsync so consumers can handle it
* Fix infiniteTableData localStorage
* add minor todo for possible future tweak
* remove redundant error throw
* simplify a LogsPage use of Date
* move max tail buffer const next to tail chunk duration const for clarity
* clarify comments documenting logs actions and state
* run histogram & table query config requests in parallel

Co-authored-by: Delmer Reed <ofthedelmer@gmail.com>
Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-09-07 18:20:48 -04:00
Alirie Gray d988511b8b
Merge pull request #4390 from influxdata/flux/delete-flux-page
Delete FluxPage and related components
2018-09-07 12:23:14 -07:00
Alirie Gray 61a0aea357 Remove FluxPage, related components and route 2018-09-07 12:12:18 -07:00
nathan haugo d58167c5aa Update changelog for 1.6.2 release 2018-09-06 16:58:49 -07:00
Alex Paxton 5f6cb054ae
Improve Log Messages UX (#4363)
* Refactor ExpandableMessage to use React Portals

* Display "Clear Filters" button when more than 3 filters are present

* Move logs truncation toggle from options overlay to filter bar

* Simplify styles and markup

Ensure that the ... truncation happens
Showing a "zoom in" cursor when log messages can be clicked

* Update changelog

* Remove rogue file

* Type props in constructor and remove unecessary condition

* Remove spaces
2018-09-06 11:07:40 -07:00
Alirie Gray d842622160
Save flux query in CEO (#4364)
* Add isSaveable condition for flux query in CEO

* Save flux query to cell in CEO

* Use flux query in Dashboard cell

* Move script state to cellEditorOverlay reducer

* Update Changelog

* Remove feature flag for allowFlux
2018-09-05 17:30:42 -07:00
Iris Scholten bba49e9061
Add Visualization Options to DE (#4353)
* Update Children components of DisplayOptions to use props instead of individually connecting to redux and CEO visualization actions updated in prep for DE Vis

* Update DataExplorer to have visualization options

* Update timeSeriesToDygraph to not treat data explorer differently from ceo

* Remove featureflag from vis options in DE

* Update failing tests and rename cellNote to Note

* Update columns for table graph if in ceo or de, but not in dashboard

* Update Changelog

* Remove unnecessary getters from DisplayOptions
2018-09-05 11:49:10 -07:00
Alex Paxton 2d082e322f
Improve Cell Cloning UX (#4330)
* Clone cells as close as possible to source cell

* Remove comments

* Cleaner way to handle cell cloning

* WIP

* Increment clone number by 1 when cloning

* Update changelog

* Make linter happy

* Pass array of cell names into function instead of dashboard object

* Improve legibility of math expression
2018-09-04 10:08:46 -07:00
Iris Scholten eaa481d502
Update data explorer to Look like CEO (#4319)
* Update Visualization to get props from parent and not redux
* Update DataExplorer to use TimeMachine component and function like CEO
* Change dataExplorer to use time range from under dataExplorer in redux
* Change order of template variables
* Move shared actions/thunks between CEO and DE into one shared actions file
* Update tests with new reducers
* Fix types for editQueryStatus
* Remove unused components
* Fix typo
* Add Flux script to dataExplorer
* Update dataexplorer to persist what type of source its using
* Fix failing tests
* Change DE to use autorefresh dropdown from TimeMachineControls
* Update ChangeLog
* Fix failing test
* Remove unnecessary comment
* Provide default data explorer state for flux features
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2018-08-30 16:10:56 -07:00
Alirie Gray b781d2ece3
View flux editor in the CEO (#4311)
* Add FluxQueryEditor to CEO and move funcs to utils

* Use util functions in FluxPage

* Rename links to fluxLinks in TimeMachine

* Update Changelog

* Replace props with fluxContext
2018-08-29 13:32:59 -07:00
Iris Scholten 411094798e Add timeSelectorDropdown to timeMachine 2018-08-27 10:45:59 -07:00
Delmer a7544e17ed
Add query results spinner to table (#4236)
Add spinner for infinite scroll loading

* Add query results to table
* Update CHANGELOG 1.7.0 UI Improvements
* Update QueryResults contents

Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>
2018-08-24 10:22:33 -04:00
Alex Paxton fc9cd71939
Introduce Cell Notes & Note Cells (#4257)
* feat: add Note string field to dashboard cells

* wip feat: html escape cell note to help prevent XSS attack

Requires further input to make sure this is effective at its
purpose.

* Add ability to view a cell's note from the cell header

* Make styles less brittle

* Add "chat" icon for use in notes

* Position note using cell X & Y

Avoid overlap with associated cell whenever possible

* New notes are empty strings by default

* Overflow note when contents are large

* Add react-markdown package for displaying markdown

* Display markdown in cell note

* Add a cell note text editor into the CEO

* Improve cell note editor

* Use codemirror placeholder addon

* Add placeholder to note field & foundation of markdown theme

* Add Markdown Cell

* Add initial styles for markdown cell contents

* Add graphic for Note type cell

* feat: add NoteVisibility to DashboardCell

* Add basic markdown syntax highlighting in editor

* Remove comment

* Show note in cell when queries return no data

* Make exception for rule graph

* Update fixtures and resources to fix tests

* Update changelog

* feat: sanitize xss-vulnerable note html

* Polish appearance of code samples in notes and note cells

* Replace ascii with plaintext before passing to markdown renderers

* Move "display when no results toggle" above text field

Less likely to go undiscovered
2018-08-23 14:41:40 -07:00
Delmer 395e882f8f
Fix loading status description (#4272) 2018-08-23 11:20:55 -04:00
Delmer b7a776dab9
Clear logs after search (#4268)
Enhance logs search to hide table and display loading message

* Update logs table loading presentation
* Add LoadingStatus component
* Update search status on time bounds selection
* Update CHANGELOG 1.7.0 UI Improvements

Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>
2018-08-22 19:59:33 -04:00
Delmer 7a1a7eaf1a
Merge pull request #4253 from influxdata/logs/emphasize-search-terms
Enhance logs search term highlighting
2018-08-22 15:51:50 -04:00
Alirie Gray 000b3edaef Update changelog 2018-08-22 10:36:00 -07:00
Iris Scholten 31f4fa8214 Update changelog 2018-08-20 12:14:00 -07:00
Delmer Reed 4a23608dfd Add search filter highlighting in query results 2018-08-20 14:39:50 -04:00
Delmer Reed 91fafa7323 Update CHANGELOG 1.7.0 Features 2018-08-17 12:02:25 -04:00
Iris Scholten d9df6130bc
Merge pull request #4227 from influxdata/flux/ceo-refactor
Flux/New CEO Design
2018-08-16 17:16:02 -07:00
Iris Scholten 735c19f0a3 Redesign and Refactor CEO for reuse in DE
Co-authored-by: Alex Paxton <thealexpaxton@gmail.com>
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
Co-authored-by: Alirie Gray <alirie.gray@gmail.com>
Co-authored-by: Delmer Reed <delmer814+1@gmail.com>
2018-08-16 16:54:59 -07:00
Jared Scheib 22c811947e Update changelog 2018-08-16 17:25:41 -04:00
Iris Scholten a2ecf51420 Update Changelog 2018-08-16 09:52:00 -07:00
Delmer Reed c025023ba9 Update CHANGELOG for 1.7.0 2018-08-16 10:12:43 -04:00
Delmer 5150476ede
Merge pull request #4220 from influxdata/fix/copy-popover-text
Add copy for log messages
2018-08-16 10:00:20 -04:00
Delmer Reed 04c7a9e85d Update changelog
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-08-15 19:28:18 -04:00
Jared Scheib 53afddfa8e Update changelog 2018-08-15 18:57:30 -04:00
Delmer Reed 90bc8aab3b Update CHANGELOG 1.7.0 UI Improvements 2018-08-15 18:26:00 -04:00
Jared Scheib ccbff36d93 fix: add changelog date to 1.6.1 and add 1.6.2 and 1.7.0 headers 2018-08-15 18:19:24 -04:00
Deniz Kusefoglu b4a3c1295e Update changelog 2018-08-14 14:31:24 -07:00
Alex Paxton c3c603d9b5
Logs Single Play / Pause Button (#4213)
* Allow custom class prop in Button component

* Replace radio buttons with single button

* Updoot changelog
2018-08-14 10:36:41 -07:00
nathan haugo 5b593e0f81 Update changelog and make caps consistent 2018-08-14 09:53:06 -07:00
Deniz Kusefoglu c1ce0d7104 Update Changelog 2018-08-09 13:55:41 -07:00
Jared Scheib dddfafdb16 Merge branch 'master' into fix/import-dashboard-sources 2018-08-01 11:58:35 -07:00
Christopher Henn b1935560a2 Size laser spinners based on their container 2018-08-01 08:41:21 -07:00
Iris Scholten 346fa78a9b Update Changelog 2018-07-31 17:54:34 -07:00
Deniz Kusefoglu cb07f22be1 Update changelog 2018-07-27 10:18:29 -07:00
Iris Scholten 42ef7bd8bc
Add a mapping of sources ids and names to dashboard export (#4033)
* Add a mapping of sources ids, links, and names to dashboard export

* Update Changelog
2018-07-26 13:59:44 -07:00
Christopher Henn f9e21a4bb3 Fix histogram overflow issue when using basepath 2018-07-24 15:39:41 -07:00
Iris Scholten 7b07141d35 Update changelog 2018-07-24 14:40:26 -07:00
Brandon Farmer 48e0160283 Update changelog 2018-07-23 15:23:40 -07:00
Christopher Henn 85f222b62e Fix template variable replacement within regexes
Template variables used within regexes would not replace when the query
contained a '/' before the regex in the query (see test).

This commit rewrites the logic for replacing template variables within
regexes.
2018-07-23 10:08:45 -07:00
Christopher Henn c1f51530c9 Update CHANGELOG.md 2018-07-20 15:16:20 -07:00
Nathan Haugo 13a46b946d
Merge branch 'master' into release/1.6.x 2018-07-18 14:50:02 -07:00
nathan haugo 45069a0eee Changelog and version for 1.6.0 2018-07-18 14:48:59 -07:00
Michael Desa d2a01d7845 changelog: add changelog entry for pr #3947 and #3842 2018-07-18 10:39:05 -04:00
Iris Scholten e37f327e53 Update changelog 2018-07-17 16:21:40 -07:00
Alirie Gray e2225e8c25 Update Changelog 2018-07-12 11:32:21 -07:00
Chris Goller 8f5bb80f22 chore(CHANGELOG): mention fixing health status code to no content 2018-07-11 18:36:49 -05:00
Alirie Gray 0c2977f1c0 Update Changelog
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-07-09 17:36:19 -07:00
Michael Desa a9df1583ae feat(server): add profiling routes to chronograf server
In order to diagnose why the dashbords page we'll need to profile
chronograf. This commit adds the debug routes to chronograf.
2018-07-02 15:19:34 -07:00
Alex P 1d44139513 Updoot changelog 2018-06-29 13:38:21 -07:00
Iris Scholten 6a18eeff64 Update changelog 2018-06-28 16:09:37 -07:00
Alex P fbb992af22 Updoot changelog 2018-06-28 10:38:17 -07:00
Alex P c32c7d68dc Update changelog 2018-06-27 16:44:18 -07:00
Iris Scholten 03eec57d2d Update changelog 2018-06-22 17:06:14 -07:00
Iris Scholten b3460ead1e Update Changelog 2018-06-21 13:47:03 -07:00
Iris Scholten 5a4781dd58 Update changelog 2018-06-19 16:25:06 -07:00
Alex Paxton 34df386102
Merge branch 'master' into flux/deletion 2018-06-18 19:50:47 -07:00
Alex P 28bbdbf3cd Updoot changelog 2018-06-18 18:50:14 -07:00
Jared Scheib feb9736768
Merge branch 'master' into fix/tempVar-no-value 2018-06-15 17:30:41 -07:00
Iris Scholten bbc56353a1 Update Changelog 2018-06-15 17:12:48 -07:00
Jared Scheib d20ec92bcf Update changelog 2018-06-15 17:10:38 -07:00
Alex Paxton deec4952e8
Merge branch 'master' into polish/snip-snip 2018-06-15 08:49:02 -07:00
Alex Paxton ade1249a9a
Merge branch 'master' into code-mirror-data-explorer 2018-06-15 08:48:15 -07:00
Alex P 91bc8997fe Updoot log of change 2018-06-13 19:23:02 -07:00
Alex P 74b7a06397 Updoot log of change 2018-06-13 14:49:58 -07:00
Alex P 4be102dcc8 Updoot log of change 2018-06-13 11:01:15 -07:00
Alex P 6bbf7c7bfa Updoot changelog 2018-06-12 13:09:30 -07:00
Jared Scheib d837f74116 Update changelog 2018-06-08 17:48:10 -07:00
Alex P caccf73f43 Update log of change 2018-06-06 17:34:12 -07:00
Alex P b40080d43f Updoot loggo changeo 2018-06-05 14:17:28 -07:00
Iris Scholten cd73cad57d Update changelog 2018-06-05 10:41:24 -07:00
Iris Scholten 3b8e608722 Update Changelog 2018-05-25 15:52:16 -07:00
Iris Scholten d51ba489e5 Update Changelog 2018-05-24 14:07:31 -07:00
Jared Scheib be9ceacc4a Update changelog 2018-05-21 17:25:59 -07:00
ebb-tide 6bcf1ae58c Update changelog 2018-05-21 10:45:27 -07:00
Deniz Kusefoglu 4726c09d49
Merge pull request #3418 from influxdata/chore/tables-to-TS
Convert tables to TS
2018-05-21 08:59:31 -07:00
Brandon Farmer d12358348e
Merge branch 'master' into upgrade-kapa-1.5 2018-05-18 17:12:06 -07:00
Brandon Farmer 49059d0f88 Update changelog 2018-05-18 16:18:30 -07:00
Brandon Farmer 9ec8162f51 Update changelog 2018-05-18 15:45:34 -07:00
ebb-tide bbebbb2dc4 Merge branch 'master' into chore/tables-to-TS 2018-05-16 20:02:54 -07:00
Iris ff5840e682 Update changelog 2018-05-16 14:43:23 -07:00
ebb-tide 209d3b23d5 Update Changelog 2018-05-15 17:59:28 -07:00
Jared Scheib 21e1baf5f5 Update changelog for community PR #3423 2018-05-15 16:05:06 -07:00
Iris Scholten 8caf7d9199 Update changelog 2018-05-15 15:01:12 -07:00
Brandon Farmer 34c8e9a1ba Update changelog 2018-05-15 13:44:12 -07:00
Deniz Kusefoglu 921ded2959
Merge branch 'master' into bugfix/data-explorer-error 2018-05-15 10:12:06 -07:00
ebb-tide 8feaa1cee6 Update changelog 2018-05-14 17:39:33 -07:00
ebb-tide 6f697ba4fd Update Changelog 2018-05-14 17:25:31 -07:00
ebb-tide 0f5bd2de54 Merge master 2018-05-14 13:08:51 -07:00
Jared Scheib 15cef57e53
Merge pull request #3386 from influxdata/feature/kapa_kafka_alert_node
Feature/kapa kafka alert node
2018-05-11 11:09:17 -07:00
Andrew Watkins 33b6acbddd
Merge pull request #3421 from influxdata/ifql/filter
Ifql/filter
2018-05-10 22:19:52 -07:00
Brandon Farmer c22d6e32a7 Update changelog 2018-05-10 16:52:06 -07:00
Andrew Watkins 4fafd851d6
Merge branch 'master' into ifql/filter 2018-05-10 16:40:05 -07:00
Alex Paxton 35e7b36e6d
Merge pull request #3412 from odarriba/patch-1
Limit max-width to TICKScript editor
2018-05-10 14:01:20 -07:00
Jared Scheib 3ee780c3f3 Merge branch 'master' into feature/kapa_kafka_alert_node 2018-05-10 11:40:06 -07:00
Brandon Farmer b24ca2dc06 Update changelog 2018-05-10 09:42:58 -07:00
Óscar de Arriba 00d0b033c6
Update CHANGELOG.md 2018-05-10 16:51:15 +02:00
Jared Scheib b116e79bfa
Merge branch 'master' into feature/kapa_kafka_alert_node 2018-05-09 13:53:22 -07:00
ebb-tide f1c27da71e Update changelog 2018-05-09 11:06:44 -07:00
Iris Scholten f0908080d8 Update changelog 2018-05-09 11:06:44 -07:00
ebb-tide e53247f62a Update changelog 2018-05-09 11:06:44 -07:00
Brandon Farmer cb07ea111d Update changelog 2018-05-09 11:06:44 -07:00
ebb-tide 225badb0c6 Update changelog 2018-05-08 15:46:22 -07:00
Deniz Kusefoglu 010ab0648a
Merge pull request #3401 from influxdata/enhancement/autorefresh-to-paused
Set default autorefresh interval to 0
2018-05-08 14:21:41 -07:00
Iris Scholten 887866a01d Update changelog 2018-05-08 14:08:23 -07:00
ebb-tide e5136697e7 Update changelog 2018-05-08 13:14:49 -07:00
Brandon Farmer 4b1c0186cc Update changelog 2018-05-07 17:30:30 -07:00
Jared Scheib cc14d52ce9 Update changelog 2018-05-07 12:30:28 -07:00
Jared Scheib 2b78e08760 Update changelog 2018-05-07 11:40:06 -07:00
Jared Scheib 1bdc81f0e4
Merge pull request #3369 from influxdata/feature/opsgenie-v2
Add OpsGenie v2 support to UI
2018-05-04 17:00:35 -07:00
Iris Scholten 2bbed2cc69 Update Changelog 2018-05-03 17:45:05 -07:00
Iris Scholten 44c122bfe3 Update changelog 2018-05-02 18:30:31 -07:00
Iris Scholten 9f6e537aaa Update Changelog 2018-05-02 14:59:47 -07:00
Brandon Farmer e6e32213a6 Update changelog 2018-05-02 13:19:35 -07:00
Brandon Farmer c5df0e94a6 Update changelog wording for fix 2018-05-02 13:19:35 -07:00
Brandon Farmer 4738320f96 Update changelog 2018-05-02 13:19:34 -07:00
Brandon Farmer d7ee8cd97f Update changelog 2018-05-02 12:39:15 -07:00
ebb-tide b0720cf43e Merge branch 'master' into bugfix/groupbys-in-alert-rule 2018-05-01 18:21:45 -07:00
Alex Paxton 18973a0069
Merge pull request #3320 from influxdata/enhancement/introduce-overlay-layer
Introduce Reusable Overlay Component
2018-05-01 17:38:24 -07:00
Iris Scholten f89bea4fa5 Update changelog 2018-05-01 17:14:10 -07:00
ebb-tide 5cd6505b7d Update changelog 2018-05-01 16:57:11 -07:00
Alex Paxton f013e2aeff
Merge branch 'master' into enhancement/introduce-overlay-layer 2018-05-01 14:16:50 -07:00
Brandon Farmer 84745fc2c6 Update changelog 2018-04-29 19:43:00 -07:00
Alex P c62a2b905a Update changelog 2018-04-26 15:35:41 -07:00
Iris Scholten 558bcaf413
Merge pull request #3290 from influxdata/add-pager-duty-v2
Add pager duty v2 in UI
2018-04-24 11:16:00 -07:00
Iris Scholten 31f25f930b Update Changelog 2018-04-24 10:57:45 -07:00
Jared Scheib e6597597b1
Merge branch 'master' into bugfix/basepath-logout 2018-04-20 19:03:49 -07:00
Jared Scheib e78573e2b3 Update changelog 2018-04-20 19:01:28 -07:00
Alex Paxton e2f08e6bfa
Merge branch 'master' into ux/threshold-logic 2018-04-20 16:13:19 -07:00
Brandon Farmer 50f14dffd5 Update changelog 2018-04-20 14:37:22 -07:00
Alex P 997f63b51f Update changelog 2018-04-20 10:32:28 -07:00
Brandon Farmer 6b4e6a756c
Merge pull request #3252 from influxdata/fixes/selecting-tickscript-editor
Allows users to select tickscript editor with mouse
2018-04-19 09:50:25 -07:00
Alex P 71c0b6084d Update Changelog 2018-04-18 17:49:33 -07:00
Brandon Farmer a61ac152f8 Update changelog 2018-04-18 17:13:59 -07:00
Jared Scheib a98b23d6af
Merge pull request #3233 from influxdata/bugfix/hostlist-customdb
Allow for use of custom Retention Policy when querying for hosts from Host List page & Host pages
2018-04-18 13:04:26 -07:00
Brandon Farmer f0b39ea8ab
Merge pull request #3237 from influxdata/fixes/custom-timerange-now-annotations
Fixes now() time parsing when requesting annotations
2018-04-18 11:58:54 -07:00
Brandon Farmer 1b1c7cba2d Update changelog 2018-04-18 11:46:55 -07:00
Jared Scheib 385df15555 Update changelog 2018-04-18 11:08:30 -07:00
Jared Scheib 0bb9942025 Fix changelog to include 1.4.4.x sections & 1.5.0.0 2018-04-18 11:07:10 -07:00
Alex Paxton baa184981d
Merge branch 'master' into polish/sticky-tempvar-controls 2018-04-16 18:08:49 -07:00
Brandon Farmer 38e44c80da Address PRs comments and update Changelog 2018-04-16 15:00:45 -07:00
Alex P 5979593370 Update Changelog 2018-04-16 14:55:04 -07:00
Alex P a99c08892d Update changelog 2018-04-16 11:03:57 -07:00
Brandon Farmer eaa8486240 Update changelog 2018-04-12 00:33:34 -07:00
Brandon Farmer fce176be63 Update changelog and add more tests around time range 2018-04-12 00:16:03 -07:00
Brandon Farmer a055f8e3d8 Update changelog 2018-04-11 23:52:47 -07:00
Alex Paxton 780f911c6b
Merge pull request #3184 from influxdata/feature/clone-cells
Feature/Clone Cells
2018-04-11 16:25:28 -07:00
Jared Scheib 69bf78e3b9
Update changelog to reflect PR updates 2018-04-11 15:21:39 -07:00
Alex P faf84e09c5 Update changelog 2018-04-11 15:08:48 -07:00
Jonathan A. Sternberg 43c5afe70e Fix the github oauth2 implementation with multiple emails
If an account had multiple emails, the current implementation would
always select the first one regardless of any other settings. This fixes
it so it only chooses the primary email address that is verified.

This also fixes the generic oauth2 to require verified and primary to be
true if they are present. If they are not present, they are not
required.
2018-04-11 13:27:15 -05:00
Brandon Farmer e2f7fcfe1a
Merge pull request #3162 from influxdata/fix/graph-threshold-size
Only send threshold value to parent on blur
2018-04-10 11:38:34 -07:00
Brandon Farmer d162062a41 Update changelog 2018-04-10 10:43:36 -07:00
Brandon Farmer 9e729c5be3 Update changelog 2018-04-09 14:00:35 -07:00
Brandon Farmer 17666ee1e7 Update changelog 2018-04-06 17:08:38 -07:00
Iris Scholten a858bddfb3 Update Changelog 2018-04-06 16:09:33 -07:00
Jared Scheib 221c225d84 Update changelog
Co-authored-by Jared Scheib <jared.scheib@gmail.com>
Co-authored-by Brandon Farmer <bthesorceror@gmail.com>
2018-04-06 15:19:28 -07:00
Alex Paxton b0f14fec4b
Merge branch 'master' into bugfix/y-axis-title 2018-04-06 10:17:52 -07:00
Brandon Farmer 4bd501b346 Update changelog 2018-04-05 16:45:34 -07:00
Jared Scheib 3ffaa55aee
Merge pull request #2832 from influxdata/feature/rest-measurements
Add API for measurements with pagination
2018-04-04 16:55:48 -07:00
Brandon Farmer 4439ae1add Update changelog 2018-04-04 16:21:38 -07:00
Jared Scheib 207fb0a49b
Merge branch 'master' into feature/rest-measurements 2018-04-04 16:21:16 -07:00
Brandon Farmer 981de22382 Update Changelog 2018-04-04 14:38:00 -07:00
Alex P 5f3f305e31 Update changelog 2018-04-04 14:34:27 -07:00
Deniz Kusefoglu 92be1fd2f2
Merge branch 'master' into bugfix/annotations-update 2018-04-04 14:43:36 -04:00
Luke Morris e68ef382e5 Update changelog 2018-04-04 09:51:13 -07:00
lukevmorris 465f80944b
Merge pull request #3120 from influxdata/change-interval-to-duration
:interval: now represents a raw influxql duration
2018-04-04 09:39:49 -07:00
Alex Paxton 3f3d8067b1
Merge pull request #3116 from influxdata/ux/improve-rename-cell
Improve Cell Renaming
2018-04-03 20:25:18 -07:00
Luke Morris 5d5b77b50b Pointers and strings 2018-04-03 17:28:57 -07:00
Luke Morris 9eb7a8cdd4 Reintroduce :interval: work
This reverts commit 4b54081cf8.

:interval: represents a duration now

queryConfig must recognize both :interval: forms

Another case to consider

Fix broken links in CHANGELOG

Rudimentary migration system w/ :interval: migration

Only looking for :interval: now

Server can expect time(:interval:) from now on

Repair go specs
2018-04-03 16:52:34 -07:00
Jared Scheib 6fca57e9d1 Update changelog 2018-04-03 16:07:06 -07:00
Jared Scheib d071479bad Fix changelog after rebase 2018-04-03 16:06:47 -07:00
Alex P 75a185c0e8 Update changelog 2018-04-03 14:19:36 -07:00
Deniz Kusefoglu 9400174de6
Merge branch 'master' into bugfix/kapacitor-loading-4ever 2018-04-03 16:46:08 -04:00
Alex Paxton ef50527224
Merge branch 'master' into bugfix/save-new-tickscript 2018-04-02 18:24:41 -07:00
nathan haugo 23cd7b846b Remove dupe changelog entries 2018-04-02 17:58:53 -07:00
nathan haugo 0c1c9a8ad0 Move 1.4.3.1 to proper position 2018-04-02 17:57:24 -07:00
nathan haugo c94bb8d6ce Update for 1.4.3.1 2018-04-02 17:50:32 -07:00
ebb-tide 31cd049fab edit changelog 2018-04-02 17:21:46 -07:00
Alex P 440b59d09b Updoot changelog 2018-04-02 17:08:43 -07:00
Alex P 88706be6dc Merge branch 'master' into moar-colors-n-stuff 2018-04-02 11:51:27 -07:00
Deniz Kusefoglu f0c0c5e2e9
Merge branch 'master' into flip-table-graph-feature-flag 2018-04-02 13:28:25 -04:00
ebb-tide 8b1d58a356 Update changelog 2018-03-30 18:14:33 -07:00
Alex P debe3a4145 Udpoot changelog 2018-03-30 16:25:57 -07:00
Andrew Watkins 3ffdae1ee8
Merge pull request #3101 from influxdata/bugfix/tempvar
Fix templateVariables not loading properly.  Other variables were amazed
2018-03-30 15:32:00 -07:00
Andrew Watkins aeaa655a34 Update CHANGELOG
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-03-30 13:48:03 -07:00
Alex Paxton 808bf80753
Merge branch 'master' into polish/improve-add-new-cell 2018-03-30 11:33:24 -07:00
Alex Paxton 330188c5cb
Merge branch 'master' into polish/improve-add-new-cell 2018-03-29 17:18:24 -07:00
Alex Paxton ae004b9617
Merge branch 'master' into polish/confirmation-buttons 2018-03-29 16:22:32 -07:00
Alex P c2fdf733a0 Updoot changelog 2018-03-29 16:21:56 -07:00
Brandon Farmer 8b3f6e1832 Update changelog 2018-03-29 15:46:50 -07:00
Alex P 398e858a05 Move changelog entry to 1.5 2018-03-29 10:27:06 -07:00
Alex P b35d668a41 Merge branch 'master' into moar-colors-n-stuff 2018-03-29 10:26:27 -07:00
Alex P 1184a75b4e Move changelog entry to 1.5 section 2018-03-29 10:25:32 -07:00
Alex P feffd81323 Merge branch 'master' into polish/improve-add-new-cell 2018-03-29 10:24:07 -07:00
ebb-tide a15e5e7b04 Update changelog 2018-03-29 10:02:33 -07:00
Iris Scholten d542c2e8a2 Merge branch '1.4.3.x' 2018-03-28 18:26:00 -07:00
Alex P 3fd9e51bcc Updoot log of Change 2018-03-28 17:05:24 -07:00
Iris Scholten 7c0b6f1634 Update Changelog 2018-03-28 17:02:38 -07:00
Alex Paxton 290a6abcc8
Merge pull request #3073 from influxdata/bugfix/delete-chrono-user
Fix Delete Button in All Users Admin Table
2018-03-28 16:59:33 -07:00
Alex P 739f8ccbef Updoot changelog 2018-03-28 16:30:16 -07:00
Alex Paxton 160ea27887
Merge branch 'master' into polish/done-editing-annotations 2018-03-28 14:12:43 -07:00
Luke Morris a69cf196c3 Update changelog 2018-03-28 14:09:35 -07:00
Alex P d8fd463592 Udpoot changelog 2018-03-28 14:08:25 -07:00
Iris Scholten c633d27cb2
Merge pull request #3082 from influxdata/fetch-annotations-custom-time-range
Support custom time range in annotations api wrapper
2018-03-28 14:02:02 -07:00
Jared Scheib 0d639d5177
Merge pull request #2526 from cxcv/master
Support for RS256/JWKS verification, support for id_token parsing
2018-03-28 13:23:37 -07:00
Alex P 8c8256de2e Updoot changelog 2018-03-28 12:43:19 -07:00
Luke Morris 54e1727327 Update changelog 2018-03-28 11:13:44 -07:00
Iris Scholten 742e73985e update CHANGELOG.md 2018-03-28 11:04:31 -07:00
Alex Paxton 04fcb72643
Merge branch 'master' into bugfix/delete-chrono-user 2018-03-28 10:09:06 -07:00
Benjamin Schweizer 0a98d1c7b7 Merge branch 'master' of https://github.com/influxdata/chronograf 2018-03-28 13:30:05 +02:00
Alex P b4cc36638c Updoot log of change 2018-03-27 15:36:05 -07:00
Alex P 4eec3485ce Updoot log of Change 2018-03-27 15:11:31 -07:00
Andrew Watkins 5000bbd521 Update CHANGELOG 2018-03-27 09:17:12 -07:00
Jared Scheib bce1877798
Merge pull request #3048 from influxdata/bugfix/multi-select-dropdown
Prevent Multi-Select Dropdown in InfluxDB Admin Users and Roles tabs from losing selection state
2018-03-23 18:27:00 -07:00
Jared Scheib 4a9899a0d5 Expound upon changelog update 2018-03-23 18:14:03 -07:00
Jared Scheib d17b775e9a Update changelog 2018-03-23 17:01:39 -07:00
Alex P eca94bb752 Update change log 2018-03-23 15:22:51 -07:00
Jared Scheib 6feb258c64 Merge branch 'master' into bugfix/task_enabled_correct_check 2018-03-16 21:05:01 -07:00
Jared Scheib 08e552a321 Update changelog & prettier 2018-03-16 20:59:44 -07:00
Andrew Watkins 4eae7ae724 Prettier CHANGLOG 2018-03-14 17:24:55 -07:00
Andrew Watkins d0da5f37d5 Update CHANGELOG 2018-03-14 17:24:55 -07:00
Brandon Farmer ef4fbba690
Merge pull request #2970 from influxdata/fixes/missing-colors-from-canned-single-stats
Always return colors for single stat graphs
2018-03-14 15:45:22 -07:00
Alex P d572faa05a Updoot log of Change 2018-03-14 10:25:38 -07:00
Brandon Farmer 3e2896b980 Update changelog 2018-03-12 20:23:53 -07:00
Iris Scholten ae7ca5770f Merge branch 'master' into fix/enable-save 2018-03-12 18:50:10 -07:00
Iris Scholten 3fbbf8130f update changelog 2018-03-12 18:49:24 -07:00
Brandon Farmer 3167c4bfc3 Clarify changelog message 2018-03-12 15:21:17 -07:00
Brandon Farmer 9a565f4087 Update changelog 2018-03-12 14:35:53 -07:00
Andrew Watkins a6280c0cfa
Merge branch 'master' into bugfix/de-errors 2018-03-09 15:09:39 -08:00
Andrew Watkins 7f70ffbcdc Update CHANGELOG 2018-03-09 15:05:15 -08:00
Andrew Watkins effc0ecfa8 Markdown formatting 2018-03-09 15:04:18 -08:00
Jared Scheib 75dffa801b
Merge pull request #2947 from influxdata/fix/okta_oauth2
Fix/okta oauth2
2018-03-08 20:34:07 -08:00
Luke Morris 1c0e8647e2 Merge branch '1.4.2.x' 2018-03-08 19:07:04 -08:00
Luke Morris 2fb95c392f Update changelog 2018-03-08 18:54:11 -08:00
Brandon Farmer bdf19d6186 Update changelog 2018-03-08 16:07:18 -08:00
Luke Morris fc446041af Update changelog 2018-03-07 13:18:26 -08:00