Commit Graph

8645 Commits (3b34e3f7db90d94a3009ca429a224d6ab1c6842d)

Author SHA1 Message Date
nathan haugo 1efa7a257c Update for 1.4.3.1 2018-04-02 17:50:32 -07:00
ebb-tide ff82b4986c remove ts warning 2018-04-02 17:31:11 -07:00
ebb-tide 4d9d41a0cc edit changelog 2018-04-02 17:21:46 -07:00
ebb-tide a3218e1027 Add some tests 2018-04-02 17:16:45 -07:00
Andrew Watkins 5c38d99549 Fix server validation 2018-04-02 17:09:31 -07:00
Alex P e78e98eb13 Updoot changelog 2018-04-02 17:08:43 -07:00
Alex P bbb6246f33 Render task ID instead of name in TICKscript controls
This ensures a newly created tickscript does not have a blank space here
2018-04-02 17:03:52 -07:00
Alex P 458a8632fd Redirect to URL of TICKscript after creation 2018-04-02 17:03:10 -07:00
Andrew Watkins 9dc3566883 Update UserRoleDropdown getters 2018-04-02 16:26:25 -07:00
Andrew Watkins a169c2cec8 Introduce UserRole dropdown 2018-04-02 16:09:47 -07:00
ebb-tide c6c59bdc4f Reverse unnecessary change 2018-04-02 16:00:37 -07:00
ebb-tide 450d9a47b8 Convert KapacitorRulesPage and SourceIndicator to .tsx 2018-04-02 15:38:48 -07:00
Andrew Watkins f3dbc69b2e Convert and refactor UserRow to TypeScript 2018-04-02 15:20:15 -07:00
Andrew Watkins 42aa891a4c Update styles to fix text overflow 2018-04-02 15:19:23 -07:00
Brandon Farmer 86826e73da Merge pull request #3110 from influxdata/fix/surround-temp-var-query-parameters
Surround temp var query params with quotes
2018-04-02 14:48:52 -07:00
Brandon Farmer 73461351b8 Surround temp var query params with quotes 2018-04-02 14:35:30 -07:00
ebb-tide a89b39b27c Convert KapacitorRulesPage to tsx 2018-04-02 14:33:54 -07:00
Brandon Farmer 7328859476 Merge pull request #3107 from influxdata/fix/template-variable-saving
Fixes template variable editing not allowing saving
2018-04-02 12:57:06 -07:00
Brandon Farmer a6d11a0e12 Fixes template variable editing not allowing saving
- Dropdown and TemplateQueryBuilder components require that a function
  is passed to them, where as TableInput requires that a function builder
  is passed to them for starting editing
2018-04-02 12:46:12 -07:00
lukevmorris 9e503eae1a Merge pull request #3083 from influxdata/update-pr-template
Update PR template: Use GH Keyword; Reorganize/compact sections
2018-04-02 12:33:05 -07:00
Alex Paxton f179936d7d Merge pull request #3060 from influxdata/moar-colors-n-stuff
Introduce Customizable Line Graph Colors
2018-04-02 12:02:50 -07:00
Alex P 8b164c98df Merge branch 'master' into moar-colors-n-stuff 2018-04-02 11:51:27 -07:00
Alex P 5624ddc431 Introduce and implement colors schema
Had to address some errors that arose here and there from previous
inconsistencies with the schema
2018-04-02 11:27:35 -07:00
ebb-tide f1d729dc68 Show alerts skeleton even when no kapacitor 2018-04-02 11:23:55 -07:00
Alex P b43d8a553b Extract color formatting function into constant 2018-04-02 10:51:36 -07:00
Deniz Kusefoglu 3915688613 Merge pull request #3080 from influxdata/flip-table-graph-feature-flag
Flip feature flag for table graphs
2018-04-02 13:46:29 -04:00
Deniz Kusefoglu 685d9ce688 Merge branch 'master' into flip-table-graph-feature-flag 2018-04-02 13:28:25 -04:00
ebb-tide f67ff00f24 Show link to configure kapacitor if no kapacitor configured 2018-04-02 09:41:54 -07:00
ebb-tide 6b72f14a80 Update changelog 2018-03-30 18:14:33 -07:00
ebb-tide aebedd84b3 Remove annotation timer at unmount 2018-03-30 18:10:35 -07:00
ebb-tide f35d2f438e Make ajax request for annotations at autorefresh interval 2018-03-30 18:00:29 -07:00
Andrew Watkins f7ec7906d4 Merge pull request #3046 from brennentsmith/master
Don't just base CPU on `user`
2018-03-30 17:27:02 -07:00
Alex Paxton 718b808ff0 Merge pull request #3103 from influxdata/feature/clone-dashboards
Add Ability to Clone Dashboards
2018-03-30 17:25:17 -07:00
Alex P 0a1d841ec1 Udpoot changelog 2018-03-30 16:25:57 -07:00
Alex P 7913fc4a08 Revert "Remove unused key in payload"
This reverts commit d3a5d3e51d.
2018-03-30 16:22:04 -07:00
Alex P b54f9568d3 Merge branch 'master' into feature/clone-dashboards 2018-03-30 16:11:02 -07:00
ebb-tide 9a027c1156 Remove requirement on prop that is not required 2018-03-30 16:09:37 -07:00
Alex P 444d460b8e Write test for deleting a dashboard 2018-03-30 15:52:41 -07:00
Alex P ecff2cf261 Redirect user to freshly cloned dashboard after cloning 2018-03-30 15:37:23 -07:00
Alex P d3a5d3e51d Remove unused key in payload 2018-03-30 15:36:57 -07:00
Alex P e3a71757f6 Show clone dashboard button on hover only 2018-03-30 15:36:44 -07:00
Andrew Watkins 588338877d 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
Alex P c3b0905beb Fix Dashboard delete button
Nothing was being passed in, also moved the closure to where the
function is defined
2018-03-30 14:57:45 -07:00
Alex P d818c7aae5 WIP Introduce clone dashboard button 2018-03-30 14:45:47 -07:00
Andrew Watkins 9a9708b11f 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
Andrew Watkins 162bea3ad7 Fix templateVariables not loading properly
Runtime error in the 'EDIT_TEMPLATE_VARIABLE_VALUES' reducer
was causing the list not to populate

Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-03-30 13:38:00 -07:00
Alex Paxton fe8535f5b8 Merge pull request #3088 from influxdata/polish/improve-add-new-cell
Improve Add New Cell UX
2018-03-30 11:48:44 -07:00
Alex Paxton 85b8416036 Merge branch 'master' into polish/improve-add-new-cell 2018-03-30 11:33:24 -07:00
Alex Paxton 489a667d4f Merge pull request #3096 from influxdata/polish/confirmation-buttons
Standardize Confirmation Buttons
2018-03-30 11:21:21 -07:00
Alex P 25addb7f74 Use Iris' improved approach for determine most common cell sizes 2018-03-30 11:20:12 -07:00