Andrew Watkins
42aa891a4c
Update styles to fix text overflow
2018-04-02 15:19:23 -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
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
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
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
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
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
Alex P
2ece22f71a
Refactor organizations table to use latest patterns
2018-03-29 15:13:30 -07:00
Andrew Watkins
fe2c487c62
Move GraphTips to TypeScript
2018-03-29 14:56:14 -07:00
Andrew Watkins
f86c9502d2
Convert NoKapacitorError to TypeScript
2018-03-29 14:53:54 -07:00
Andrew Watkins
ad957f4e4e
Convert NotFound to TypeScript
2018-03-29 14:49:56 -07:00
Alex P
3d00a99b8d
Refactor influxdb admin database tables to use latest patterns
2018-03-29 14:47:47 -07:00
Andrew Watkins
c2ef0eba2b
Convert ResizeHandle to TypeScript
2018-03-29 14:46:31 -07:00
Andrew Watkins
10ad7f2ab6
Convert SideNav to TypeScript
2018-03-29 14:40:48 -07:00
Andrew Watkins
e3529ee636
Convert DataExplorerPage to tsx
2018-03-29 14:07:53 -07:00
Andrew Watkins
facd30e78b
Remove dead code
2018-03-29 14:07:20 -07:00
Andrew Watkins
bc0381b510
Delete dead code
2018-03-29 13:56:39 -07:00
Andrew Watkins
a8893bef38
Remove dead code
2018-03-29 13:55:22 -07:00
Andrew Watkins
79c5d18102
Convert side nav to tsx
2018-03-29 13:54:36 -07:00
Andrew Watkins
122971b413
Remove dead code
2018-03-29 13:39:48 -07:00
Brandon Farmer
eeed115713
Ensure that template variables always save
2018-03-29 13:38:47 -07:00
Andrew Watkins
8fb83bfa1b
Convert QueryMakerTab to tsx
2018-03-29 13:38:19 -07:00
Alex P
b42027b4db
Refactor Query Row to use ConfirmButton
2018-03-29 11:38:35 -07:00
Alex P
27bb19d6f7
Replace delete influxdb user delete button with confirm button
2018-03-29 11:29:44 -07:00
ebb-tide
df4839c420
Fix negated condition
2018-03-29 11:22:53 -07:00
Alex P
7f50403114
Rename ConfirmButtons to "ConfirmOrCancel"
2018-03-29 11:22:13 -07:00
ebb-tide
d78dbb939e
Fix delay in sortBy field name propagation
2018-03-29 11:18:53 -07:00
ebb-tide
cff8f08494
Letting code breathe
2018-03-29 11:03:01 -07:00
ebb-tide
dfb7527809
Improve naming of time series transformer functions
2018-03-29 10:56:27 -07:00
Alex P
eee9b94cc2
Use ConfirmButton when deleting a InfluxDB Connection
2018-03-29 10:50:22 -07:00
Alex P
ceb2ed2b83
Merge branch 'master' into moar-colors-n-stuff
2018-03-29 10:26:27 -07:00
Alex P
a84401bb21
Merge branch 'master' into polish/improve-add-new-cell
2018-03-29 10:24:07 -07:00
ebb-tide
91145f22dc
Merge branch 'master' into feature/table-graph-polish
2018-03-29 09:56:54 -07:00
ebb-tide
dbb6a31a66
Use fast.js for map, reduce, and filter
2018-03-29 09:54:29 -07:00
ebb-tide
a4c42865a4
include unix time in time format length calculations
2018-03-28 18:28:38 -07:00
Iris Scholten
3e33bf3982
Merge branch '1.4.3.x'
2018-03-28 18:26:00 -07:00
ebb-tide
5a66eccd47
Merge branch 'master' into flip-table-graph-feature-flag
2018-03-28 17:45:48 -07:00
Alex P
57c554b3f1
Make current org delete user UX consistent with all users table
2018-03-28 17:04:18 -07:00
Alex P
dddc8a2807
Remove lodash
2018-03-28 17:04:06 -07:00
Alex P
a7a22dbb45
Use plain JS arrow function instead of lodash curry
2018-03-28 17:03:46 -07:00
Alex Paxton
b85a0263b7
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
05f58ef7ec
Exit annotation editing mode when user leaves dashboard
2018-03-28 16:29:52 -07:00
Alex P
ebaa8172b9
Fix typo
2018-03-28 16:29:38 -07:00
Alex P
f3cdfa923d
Limit render of Done Editing button to cell types that support annotations
2018-03-28 16:29:18 -07:00
Luke Morris
5863a5e764
Support custom time range in annotations api wrapper
2018-03-28 14:13:34 -07:00
Alex Paxton
d2f6906236
Merge branch 'master' into polish/done-editing-annotations
2018-03-28 14:12:43 -07:00
Iris Scholten
e3556a2ae6
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
Alex P
88b4353eee
Make new dashboard cells match the most common cell size
2018-03-28 14:00:10 -07:00
Alex P
b40601e50c
Add new cells at bottom of dashboard
2018-03-28 13:33:03 -07:00
Andrew Watkins
e1ef619d11
Fix date format
2018-03-28 13:10:02 -07:00
Alex P
d59f851256
Exit annotation editing mode when user leaves dashboard
2018-03-28 12:36:57 -07:00
Alex P
e4106265ee
Fix typo
2018-03-28 12:31:44 -07:00
Andrew Watkins
c63e511872
Fix date format
2018-03-28 11:52:32 -07:00
Iris Scholten
21daf088c9
update versions with bumpversion
2018-03-28 11:34:23 -07:00
Luke Morris
850e8c5533
Support custom time range in annotations api wrapper
2018-03-28 11:11:09 -07:00
ebb-tide
bde397be68
Flip feature flag for table graphs
2018-03-28 11:00:27 -07:00
Iris Scholten
d6351a3716
Merge pull request #3054 from influxdata/table-tests
...
Table Graph tests
2018-03-28 10:55:01 -07:00
Alex P
5e4e17c65f
Limit render of Done Editing button to cell types that support annotations
2018-03-28 10:36:41 -07:00
Alex Paxton
9424847e9f
Merge branch 'master' into bugfix/delete-chrono-user
2018-03-28 10:09:06 -07:00
Alex P
a65b482419
Guard against colors being passed in as an empty array
2018-03-28 10:04:33 -07:00
Andrew Watkins
173509c0ce
Merge pull request #3068 from influxdata/bugfix/graph-fill
...
Fix graph fill bug: Other graphs hate him
2018-03-28 09:49:18 -07:00
Andrew Watkins
e3328cba4b
Merge pull request #3074 from influxdata/spike/feature-flag
...
Feature Flag with this one weird trick
2018-03-28 09:49:02 -07:00
Andrew Watkins
bfbfcc04bd
Introduce feature flag component
...
Co-authored-by: Andrew Watkins <andrew.watkinz@gmail.com>
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
2018-03-27 17:19:03 -07:00
Alex P
aa08edac99
Fix some of the minute spacing problems in table graph
2018-03-27 17:00:05 -07:00
Alex P
e1c6febc84
Merge branch 'master' into polish/table-column-measurement
2018-03-27 16:52:02 -07:00
Alex P
5d3be94f04
Make RuleGraph comply with new shape of overrideColors
2018-03-27 15:33:06 -07:00
Alex P
98c2a67575
Make current org delete user UX consistent with all users table
2018-03-27 15:08:09 -07:00
Alex P
4bd5f71cd2
Remove lodash
2018-03-27 15:06:58 -07:00
ebb-tide
b4f5081ccc
Improve timeformat options
2018-03-27 15:06:33 -07:00
Alex P
c491f74cd5
Use plain JS arrow function instead of lodash curry
2018-03-27 15:03:35 -07:00
Alex P
7fab9b3f64
Improve color palette contrast
2018-03-27 12:19:56 -07:00
Alex P
c32c0eb24a
Silence console error
2018-03-27 12:19:23 -07:00
Alex P
cf30c773ea
Improve contrast of color palette
2018-03-27 12:05:12 -07:00
Alex P
763ce1b353
Remove obsolete code
2018-03-27 12:03:03 -07:00
Andrew Watkins
6995bdfbca
Fix dropdowns rendering 0
2018-03-27 11:47:25 -07:00
Alex P
4b4425e45c
Improve color selection for graphs with 1 or 2 lines
2018-03-27 11:41:13 -07:00
Deniz Kusefoglu
0b35690252
Merge pull request #3059 from influxdata/bugfix/fix-hoverTime
...
Bugfix/fix hover time
2018-03-27 11:24:15 -07:00
ebb-tide
99c1481332
Make calcScrollToColRow function a lot nicer
2018-03-27 11:02:35 -07:00
Andrew Watkins
8e204b7a0b
Fix graph fill bug
2018-03-27 09:12:33 -07:00
Alex P
7d08f0bf23
Remove dots from static legend
2018-03-26 19:33:47 -07:00
ebb-tide
4b08bdd42a
fix default time format to include fractions of seconds
2018-03-26 19:14:48 -07:00
Alex P
6edb4f30e4
Write reducer test for updating line graph colors
2018-03-26 19:14:06 -07:00
Alex P
a3fc9b778c
Implement updating and rendering of line color scales
2018-03-26 19:10:19 -07:00
Alex P
c1f3de244c
Introduce component for selecting color scales
2018-03-26 19:09:29 -07:00
ebb-tide
bf2361efee
Store table graph labels in state
2018-03-26 18:38:13 -07:00
ebb-tide
c3d12ee1d0
Determine hoverStateIndex correctly even if table graph is filtered and sorted
...
Co-authored-by: Iris Scholten <iris@influxdata.com>
2018-03-26 17:47:28 -07:00
Alex P
635b0b91cf
WIP Introduce a handful of color presets
2018-03-26 16:55:46 -07:00
Alex P
a28a30d45c
Refactor color operations to use Chroma
2018-03-26 16:24:15 -07:00
Alex P
853a3c0d6e
Add Chroma.js Package
2018-03-26 16:23:46 -07:00
ebb-tide
135fe527b6
Fix hoverTime even in sorted conditions
2018-03-26 15:54:35 -07:00
Andrew Watkins
8e58a8859b
Delete DropdownMenu.js
2018-03-26 14:42:56 -07:00
Andrew Watkins
15bf15cc7f
Convert Dropdown to TypeScript
2018-03-26 14:42:39 -07:00
Andrew Watkins
b6530b9c09
Convert types file from tsx to ts and add new types
2018-03-26 14:42:25 -07:00
Alex P
1e1d0c656f
Merge branch 'master' into moar-colors-n-stuff
2018-03-26 13:14:53 -07:00
Alex P
c74adab816
Prototype HSL shifting color spectrum
2018-03-26 13:14:42 -07:00
Iris Scholten
aad5bce052
add test for processing TableGraph data
2018-03-26 12:21:33 -07:00
Alex P
ca8ae8e9ca
Factor difference in column sizes into calculation to remove gap on right side of table
2018-03-26 12:04:13 -07:00
Iris Scholten
1939c674ac
add tests for timeSeriesToTableGraph function
2018-03-26 11:24:05 -07:00
Iris Scholten
39674cab19
fix prettier errors
2018-03-26 09:54:02 -07:00
ebb-tide
0d628bfdab
Reset hoverTime on mouse leave instead of mouse out
2018-03-26 09:03:14 -07:00
Iris Scholten
5789f41b7c
update getters in TableOptions.test
2018-03-23 18:39:45 -07:00
Jared Scheib
da8d8804e1
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
b58621174e
Prevent InfluxDB Admin reset state of MultiSelectDropdown on props refresh
2018-03-23 18:10:49 -07:00
Jared Scheib
0a1ddf7a8d
Revert "Prevent props change from affecting local state"
...
This reverts commit f2bb8db12a
.
2018-03-23 18:02:57 -07:00
Iris Scholten
3550b21106
update GraphOptionsCustomizeFields.test
2018-03-23 17:56:23 -07:00
Iris Scholten
efccecad72
update GraphOptionsCustomizableField.test
2018-03-23 17:53:34 -07:00
Iris Scholten
32ddfa7c0b
add tests for GraphOptionsFixFirstColumn
2018-03-23 17:42:39 -07:00
Iris Scholten
51fc44d50f
move tooltip for time format link to constants and update time format tests
2018-03-23 17:28:55 -07:00
Iris Scholten
e58e184710
Merge branch 'master' into table-tests
2018-03-23 17:14:12 -07:00
Iris Scholten
5d62e4a059
update GraphOptionsSortBy.test
2018-03-23 17:13:21 -07:00
Iris Scholten
2bcbed9157
create a class for puestionmarkTooltip in a link and format tooltip text
2018-03-23 16:50:28 -07:00
Iris Scholten
1723292504
update GraphOptionsTimeFormat.test
2018-03-23 16:10:33 -07:00
Iris Scholten
e3a33d0e75
open moment formatting guide when clicking on the question mark in the time format table component
2018-03-23 15:24:44 -07:00
Alex P
8f53fb5e1f
Simplify logic
2018-03-23 15:14:27 -07:00
Alex P
f2bb8db12a
Prevent props change from affecting local state
2018-03-23 15:14:18 -07:00
Iris Scholten
cc0720cb34
fix prettier errors
2018-03-23 14:13:41 -07:00
Iris Scholten
caf0409d5a
remove unused var
2018-03-23 14:06:21 -07:00
Iris Scholten
c703b14042
respond to review
2018-03-23 14:06:21 -07:00
Iris Scholten
9bd0cfac23
fix bug with fieldNames not updating in time for calculating column size
2018-03-23 14:06:21 -07:00
Iris Scholten
609c77b77a
fix issue of no fields to customize when switching to table graph type
2018-03-23 14:06:21 -07:00
Andrew Watkins
43f59f5809
Merge pull request #3044 from influxdata/lint-scripts
...
Add linting fix scripts
2018-03-23 11:20:10 -07:00
Alex Paxton
b2989bc7c8
Merge pull request #3042 from influxdata/refactor/make-notifications-functions
...
Make Notification Constants into Functions
2018-03-23 11:18:59 -07:00
Andrew Watkins
ee09aa5594
Add jslinting to Makefile
2018-03-23 11:08:06 -07:00
Jared Scheib
0bce2598eb
Merge pull request #3006 from influxdata/bugfix/task_enabled_correct_check
...
Fix Kapacitor Rules task enabled checkboxes to only toggle exactly as clicked
2018-03-23 10:48:41 -07:00
Alex Paxton
043f4f0893
Merge pull request #3041 from influxdata/rename-fix-column
...
Change "Fix First Column" to "Lock First Column"
2018-03-23 09:32:26 -07:00
Alex P
03ce32e082
Improve database confirm delete copy
2018-03-22 21:51:14 -07:00
Alex P
0e0ef31020
Replace data write errorThrown with notify
...
Moving to copy as well
2018-03-22 21:42:01 -07:00
Alex P
2155217a60
Replace errorThrown with notify for csv download fail notification
...
Also moving to copy
2018-03-22 21:38:44 -07:00
Alex P
240e31d823
Replace JSON load failure error with notification; move to notifications copy
2018-03-22 21:23:28 -07:00
Alex P
fa3405e1db
Centralize new version and loading local settings notifications
2018-03-22 21:08:34 -07:00
Alex P
c183fc7989
Use notify when flushing error queue if error type is object
2018-03-22 21:06:09 -07:00
Alex P
473ed1aa4a
Fix linter errors
2018-03-22 20:45:51 -07:00
Alex P
7eee681443
Refactor notifications to be functions
2018-03-22 20:44:19 -07:00
Alex P
ceaf9c1e09
WIP Refactor notifications to be functions
2018-03-22 20:26:55 -07:00
Alex P
420fb517fa
Rename notifications that are already functions to camel case
2018-03-22 20:15:00 -07:00
Alex P
3da13afb5a
Refactor dashboard notifications
2018-03-22 19:57:32 -07:00
Alex P
72458308b6
Refactor tickscript notifications
2018-03-22 19:55:51 -07:00
Alex P
7c88f82ca0
Update copy
2018-03-22 19:00:49 -07:00
Alex P
e2bddbadb3
Implement FancyScrollbar in Customize Fields list
2018-03-22 18:54:16 -07:00
Alex P
40c07242a2
Polish Customizable Fields UI
...
Also moving styles to own stylesheet
2018-03-22 18:21:34 -07:00
Alex P
9c0a862c15
Fix bug that caused table render to fail
2018-03-22 18:14:32 -07:00
Andrew Watkins
f0b4686d58
Merge pull request #3038 from influxdata/no-progress
...
Remove progress from prod build
2018-03-22 16:24:23 -07:00
Jared Scheib
385c892f6a
Make tslint happy for tests
2018-03-22 15:51:54 -07:00
Alex Paxton
7b87b59951
Merge pull request #3034 from influxdata/style/table-sort
...
Style Table Sorting
2018-03-22 15:51:29 -07:00
Andrew Watkins
e15ef68b6c
Remove progress from prod build
2018-03-22 15:46:11 -07:00
Alex Paxton
9dddd2909a
Merge pull request #3036 from influxdata/style/table-thresholds-polish
...
More Table Polish
2018-03-22 15:45:53 -07:00
Alex P
0097f28807
Respond to feedback
2018-03-22 15:32:57 -07:00
Jared Scheib
8d915cebc3
Merge branch 'master' into bugfix/task_enabled_correct_check
2018-03-22 15:12:22 -07:00
Andrew Watkins
e7840e84bb
Add config filepath to ts-loader in prod build
2018-03-22 14:52:22 -07:00
Andrew Watkins
2fb577140f
Use stats variable
2018-03-22 14:51:45 -07:00
Andrew Watkins
0f18b85501
Add path to config file
2018-03-22 14:51:25 -07:00
Andrew Watkins
04d2177fd2
Simplify webpack output
2018-03-22 14:50:55 -07:00
Andrew Watkins
5f8c57e2d6
Remove unused variables
2018-03-22 14:50:05 -07:00
Andrew Watkins
4f5f42f285
Fix typo for ordered imports
2018-03-22 14:47:57 -07:00
Andrew Watkins
fb8501632a
Add progress to dev build
2018-03-22 14:47:39 -07:00
Alex P
42addb77fa
Merge branch 'master' into style/table-sort
2018-03-22 14:40:11 -07:00
Alex P
c605edebab
Fix linter error
2018-03-22 14:27:27 -07:00
Andrew Watkins
d8cfb7fa35
Remove console log experiment
2018-03-22 14:25:12 -07:00
Andrew Watkins
8445b5516e
WIP emit errors tslint
2018-03-22 14:25:12 -07:00
Alex P
f7eb3e9681
Merge branch 'master' into style/table-thresholds-polish
2018-03-22 14:17:55 -07:00
Alex P
0a8ac81c02
Merge branch 'master' into style/table-thresholds-polish
2018-03-22 14:17:26 -07:00
Deniz Kusefoglu
a8593aa36e
Merge pull request #3035 from influxdata/fix-tslint.json
...
Update sorting rules
2018-03-22 14:16:07 -07:00
Jared Scheib
e4088ce61a
Merge branch 'master' into bugfix/task_enabled_correct_check
2018-03-22 14:08:45 -07:00
ebb-tide
99fc7a0773
Fix updating sorting rules
2018-03-22 13:54:47 -07:00
Alex P
ea8453bf62
Reduce firing of calculateTimeColumnWidth for smoother rendering
2018-03-22 13:54:23 -07:00
Alex P
7a2a00f72a
Prevent time column from truncating text when time axis is vertical
2018-03-22 13:54:23 -07:00
Alex P
c5bce2ae7f
Refactor generate hex function to take explicit options
...
Also sets he default color to grey text if the cell is a table
(This prevents null values showing up as blue)
2018-03-22 13:54:23 -07:00
ebb-tide
e999214e15
Update sorting rules
2018-03-22 13:51:28 -07:00
Alex P
85fd497097
Polish table sorting interaction
2018-03-22 13:46:45 -07:00
Iris Scholten
098e060ecb
fix tslint alphabetizing errors
2018-03-22 13:20:00 -07:00
Jared Scheib
67e3c92077
Test that KapacitorRules renders corresponding rule/task rows with same enabled status
2018-03-22 13:09:57 -07:00
Jared Scheib
c9525b22b0
Refactor KapacitorRules test to share common helpers & schema
2018-03-22 13:01:49 -07:00
Iris Scholten
b58354f144
remove graph options test wrapping from tableoptions test
2018-03-22 12:47:41 -07:00
Iris Scholten
3fecf9770f
remove GraphOptionsCustomizableColumn
2018-03-22 12:43:41 -07:00
ebb-tide
b66047bd8f
Fix merge generated errors
2018-03-22 12:25:33 -07:00
ebb-tide
db0833fe1e
Merge branch 'master' into feature/table-hide-series
2018-03-22 12:13:50 -07:00
ebb-tide
29e31cb048
Fix linter errors in sometsx files
2018-03-22 11:29:30 -07:00
Iris Scholten
7f1b686bd3
remove extra paren
2018-03-22 10:01:29 -07:00
Iris Scholten
01c622f4ca
fix parentheses error
2018-03-22 09:35:23 -07:00
Iris Scholten
649f221b34
Merge branch 'master' into feature/table-hide-series
2018-03-21 18:31:39 -07:00
Iris Scholten
17375b232f
fix linter errors
2018-03-21 17:58:03 -07:00
Iris Scholten
bff0686c81
refactor cellRenderer and render in TableGraph
...
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-03-21 17:49:52 -07:00
Andrew Watkins
bba6cd4012
Prettier fixes
2018-03-21 16:59:15 -07:00
Iris Scholten
0662be31b3
fix error when adding query after choosing cell
2018-03-21 16:57:55 -07:00
Jared Scheib
5e40cf4e6d
Test that 'change' event on TaskRow calls onChangeRuleStatus on that rule
2018-03-21 16:48:57 -07:00
Jared Scheib
6c76e2b4f4
Refactor TasksTable test to per-test shallow
...
Make dedicated describe block props
2018-03-21 16:43:19 -07:00