Commit Graph

8441 Commits (685d9ce688e2425420a36bfdbb1d4fc1c4ae4e1a)

Author SHA1 Message Date
Deniz Kusefoglu 685d9ce688 Merge branch 'master' into flip-table-graph-feature-flag 2018-04-02 13:28:25 -04: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
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
Brandon Farmer 6f7b5ec901 Merge pull request #3097 from influxdata/migrate-all-users-tabel-row
Convert AllUsersTableRow to typescript
2018-03-30 10:10:14 -07:00
Deniz Kusefoglu 07b92cd73f Merge pull request #3090 from influxdata/feature/table-graph-polish
Feature/table graph polish
2018-03-30 01:52:12 -04:00
ebb-tide b09026c765 Merge branch 'master' into feature/table-graph-polish 2018-03-29 18:56:10 -07:00
ebb-tide 5c0e0e0722 Change swagger a tad 2018-03-29 18:52:35 -07:00
ebb-tide fa5cabe3af Move table graph data transform function tests 2018-03-29 18:47:49 -07:00
Andrew Watkins 3885637a69 Merge pull request #3098 from influxdata/fix-deprecation-warnings
Fix test warning spam
2018-03-29 18:04:40 -07:00
Alex Paxton fca7e5faf4 Merge branch 'master' into polish/improve-add-new-cell 2018-03-29 17:18:24 -07:00
Jared Scheib 810b3a3f9b Merge pull request #2656 from influxdata/swagger-1.4.0.0
Update Swagger for most multiorganization & multiuser changes
2018-03-29 17:01:53 -07:00
Jared Scheib 4879383587 Further disambiguate Invalid JSON vs Invalid data schema 2018-03-29 16:53:13 -07:00
Brandon Farmer 6a7b699547 Convert AllUsersTableRow to typescript 2018-03-29 16:46:23 -07:00
Andrew Watkins 60ca52ab96 Fix test warning spam 2018-03-29 16:44:24 -07:00
Jared Scheib 2d456e3b70 Update superAdmin description 2018-03-29 16:43:10 -07:00
Jared Scheib 4a440575cc Remove -Chronograf suffix from User & Role 2018-03-29 16:40:35 -07:00
Jared Scheib 8ad6d2b0b1 Add 'InfluxDB-' prefix to User, Role, Permission, & Allowance 2018-03-29 16:39:13 -07:00
Brandon Farmer cccc9a38ce Merge pull request #3033 from influxdata/feature/ifql-builder
Time Machine
2018-03-29 16:30:44 -07:00
Alex Paxton 62845de0a3 Merge branch 'master' into polish/confirmation-buttons 2018-03-29 16:22:32 -07:00
Alex P fdbd23c707 Updoot changelog 2018-03-29 16:21:56 -07:00
Jared Scheib a43040b5e4 Remove obsolete 'public' property from organizations 2018-03-29 16:18:19 -07:00
Alex P 641ec4d098 Remove test for button order
This is now handled with CSS
2018-03-29 16:10:17 -07:00
Brandon Farmer dedd2fd7f3 Define name type for feature flag 2018-03-29 16:07:56 -07:00
Alex P 0c8e15bcf6 Remove obsolete component 2018-03-29 16:07:36 -07:00
Alex P 618904a9a7 Remove obsolete component 2018-03-29 16:07:08 -07:00
Brandon Farmer 8de867ba7b Fix tests related to new ifql ast link
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
2018-03-29 16:06:10 -07:00
Andrew Watkins 931b8ef1f5 Add initial styles 2018-03-29 16:06:10 -07:00
Andrew Watkins ae707ac283 Fix typing errors 2018-03-29 16:06:10 -07:00
Brandon Farmer debfff5050 Fix FuncSelectorTest
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-03-29 16:06:10 -07:00
Brandon Farmer 3ef6af82f6 Add ability to add function nodes to Time Machine
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-03-29 16:06:10 -07:00
Brandon Farmer 5353c0bb57 Func item triggers a handler when it is clicked
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
Co-authored-by: Andrew Watkins<andrew.watkinz@gmail.com>
2018-03-29 16:06:10 -07:00
Alex P 20b86c4939 Refactor TempVar Manager to use confirm button 2018-03-29 16:06:04 -07:00
Brandon Farmer 22fc9fb263 Remove unused storybook directory 2018-03-29 16:04:37 -07:00
Andrew Watkins 8b11693499 Add ast to test props 2018-03-29 16:04:37 -07:00