ebb-tide
9a027c1156
Remove requirement on prop that is not required
2018-03-30 16:09:37 -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
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
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
ebb-tide
b09026c765
Merge branch 'master' into feature/table-graph-polish
2018-03-29 18:56:10 -07:00
ebb-tide
fa5cabe3af
Move table graph data transform function tests
2018-03-29 18:47:49 -07:00
Alex Paxton
fca7e5faf4
Merge branch 'master' into polish/improve-add-new-cell
2018-03-29 17:18:24 -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
Alex Paxton
62845de0a3
Merge branch 'master' into polish/confirmation-buttons
2018-03-29 16:22:32 -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
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
Andrew Watkins
53b0ca49fe
Remove From.tsx
2018-03-29 16:04:37 -07:00
Andrew Watkins
415ba29926
Fix test
2018-03-29 16:04:37 -07:00
Andrew Watkins
c39ba7d69b
Fix production type error logging
2018-03-29 16:04:37 -07:00
Andrew Watkins
54a37bfdb1
Fix broken test
2018-03-29 16:04:37 -07:00
Andrew Watkins
853682e46f
Introduce Walker class for walking the ifql AST
...
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
2018-03-29 16:04:37 -07:00
Andrew Watkins
f6264ffec6
Change /suggestions response format to include params
...
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-03-29 16:03:26 -07:00
Andrew Watkins
a55d50fd4b
Wrap ifql navigation with feature flag
2018-03-29 16:03:26 -07:00
Andrew Watkins
9083226487
Introduce ClickOutside component
2018-03-29 16:02:32 -07:00
Andrew Watkins
376ce0db87
Introduce filtering to FuncButton
2018-03-29 16:02:32 -07:00
Andrew Watkins
d4000e7b5b
Add onClickOutside and scrolling to FuncsButton
2018-03-29 16:02:32 -07:00
Andrew Watkins
21c8e46bb2
Introduce function list button populated by IFQL
2018-03-29 16:02:32 -07:00
Andrew Watkins
de1b7caa63
Get suggestions for functions
2018-03-29 16:02:32 -07:00
Andrew Watkins
457134d217
Introduce IFQLPage skeleton
2018-03-29 16:02:31 -07:00
Andrew Watkins
d61fa7fcd9
Add ifql to links
2018-03-29 16:01:01 -07:00
Andrew Watkins
12643e6213
Add getSuggestions AJAX call to chronograf FE
2018-03-29 16:01:01 -07:00
Andrew Watkins
cf0d7661ca
Introduce IFQLPage container
2018-03-29 16:01:01 -07:00
Brandon Farmer
0409967dfc
Merge pull request #3094 from influxdata/fix/ensure-template-variables-save
...
Ensure that template variables always save
2018-03-29 15:59:45 -07:00
Andrew Watkins
f667d42d10
Merge pull request #3095 from influxdata/chore/create-class-removal
...
Chore createClass removal - Older API's hate them
2018-03-29 15:48:06 -07:00
Alex P
a733909409
Refactor influxdb roles admin tables to use Confirm Button
2018-03-29 15:40:24 -07:00
Andrew Watkins
8feb26313e
Remove tsx extension
2018-03-29 15:36:32 -07:00
Alex P
164649ca32
Remove call to nonexistent function
2018-03-29 15:34:29 -07:00
Andrew Watkins
459659da68
Fix proptype requirements
2018-03-29 15:33:54 -07:00
Alex P
68e2a1480a
Refactor dashboards index table to use confirm buttons
2018-03-29 15:28:40 -07:00
Alex P
03f350d352
Fix alignment of delete button
2018-03-29 15:25:24 -07:00
Alex P
d55da22f75
Refactor providers table to use confirm buttons
2018-03-29 15:20:16 -07:00