Ariel Salem
2e348eb082
fix(ui): updated default positioning for adding aggregate funcs when toggling from query builder ( #17028 )
...
fix(ui): updated default positioning for adding aggregate funcs when toggling from query builder
2020-03-03 10:09:11 -08:00
Alex Boatwright
31cfbde380
feat: upgrading lsp to 0.3.0 ( #17043 )
2020-03-02 09:38:30 -08:00
Ariel Salem
497abb585b
fix(ui): fixed issue where dashboard header interval dropdown wasn't setting correctly ( #17040 )
...
fix(ui): fixed issue where dashboard header interval dropdown wasn't setting correctly
2020-02-27 15:53:13 -08:00
Timmy Luong
b64a7b0869
fix(ui): update giraffe to fix tooltip rendering in scatterplots ( #17013 )
...
* fix(ui): update giraffe to fix tooltip rendering in scatterplots
* chore: update CHANGELOG
2020-02-26 08:57:44 -08:00
Ariel Salem
c225be8a4e
fix(ui): fixed overflow issue on scrollbar list ( #17010 )
...
fix(ui): fixed overflow issue on scrollbar list
2020-02-25 15:43:09 -08:00
Bucky Schwarz
e6cf208400
test: add e2e test for query builder grouping
2020-02-25 11:37:16 -08:00
Bucky Schwarz
f072164219
fix: Query Builder grouping now (correctly) groups on columns, not tag values
2020-02-25 11:37:16 -08:00
Russ Savage
8d9e3550bd
fix(fluxFunctions): fix category on fromRange ( #16991 )
...
* fix(fluxFunctions): fix category on fromRange
* fix(fluxFunctions): update to use example-bucket
* fix(fluxFunctions): run prettier
* fix(fluxFunctions): update description for experimental/query functions
* fix(fluxFunctions): update category for inBucket
* chore(changelog): update changelog
2020-02-24 16:03:55 -08:00
Scott Anderson
036d2a67ae
Merge pull request #16970 from influxdata/flux-0.60.0-functions
...
chore(flux): add functions for flux 0.60.0 and 0.61.0
2020-02-24 13:45:22 -07:00
Alex Boatwright
c24445665e
chore: perfection ( #16958 )
...
* chore: perfection
* chore: linting
2020-02-24 11:03:42 -08:00
Timmy Luong
d96f3dc5ab
fix(ui): update giraffe ( #16973 )
...
* fix(ui): update giraffe
* chore: update CHANGELOG
2020-02-21 14:29:33 -08:00
Scott Anderson
b1e7ec43db
chore(flux): added functions for flux 0.61.0
2020-02-21 11:54:22 -07:00
Scott Anderson
784bda61d3
chore(flux): add functions for flux 0.60.0
2020-02-21 10:36:12 -07:00
Alex Boatwright
583014b743
fix: remove moment warning ( #16963 )
2020-02-21 09:34:11 -08:00
Alex Boatwright
443d6e413d
fix: clears out the old results ( #16959 )
2020-02-21 09:16:48 -08:00
Russ Savage
b8130bf947
fix(variablelist): fix sort by variable type ( #16935 )
2020-02-20 20:36:04 -08:00
Alex Boatwright
fae020a773
fix: bugs ( #16951 )
...
* fix: bugs
* fix: patch it
* chore: prettier?
* fix: cloudnav header
* fix: adding some notifications
2020-02-20 15:23:36 -08:00
Andrew Watkins
c7a81fe88d
fix: cloud user link ( #16950 )
2020-02-20 12:56:30 -08:00
Alex Boatwright
a0cf7f16d0
fix: weird normalizr bug ( #16949 )
2020-02-20 10:40:54 -08:00
Andrew Watkins
e51bf963d9
feat: add side nav for cloud users ( #16939 )
...
* feat: add side nav for cloud users
* feat: wrap in CloudOnly component
* chore: use constant for path
2020-02-20 10:07:53 -08:00
Alex Boatwright
4eb64deff6
chore: cleaning ( #16915 )
2020-02-20 09:58:56 -08:00
Russ Savage
508ecdd287
fix(timeMachine): do not set activeQueryIndex when deleting last tab ( #16942 )
...
* fix(timeMachine): do not set active index when out of bounds
* test: add test cases for activeQueryIndex bugfix
Co-authored-by: Bucky Schwarz <hoorayimhelping@users.noreply.github.com>
2020-02-20 09:22:32 -08:00
Alex Boatwright
336287b3d8
fix: escaping tag values ( #16938 )
2020-02-19 15:51:07 -08:00
Russ Savage
9a305a383c
fix(tokenlist): fix sort by status ( #16934 )
...
* fix(tokenlist): fix sort by status
* chore(changelog): updated changelog
2020-02-19 14:09:37 -08:00
Alex Boatwright
6e8647e1dc
feat: override the notification text ( #16933 )
2020-02-19 13:56:35 -08:00
Russ Savage
e0075fc7da
fix(checkmetacard): fix for tags being null ( #16931 )
...
* fix(checkmetacard): fix for tags being null
* chore(changelog): update changelog
* fix(checkmetacard): prettier:fix
2020-02-19 13:30:03 -08:00
Russ Savage
c8a02b83ea
fix(me): sort dashboards list ( #16919 )
...
* fix(me): sort dashboards list
* chore(changelog): update changelog
* chore(me): remove extra spaces
* fix(me): adding localeCompare
2020-02-19 11:19:19 -08:00
Jakub Bednář
b24be19b53
docs(clientLibs): add query example for Ruby client ( #16905 )
...
* docs(clientLibs): add actual version of Java client
* docs(clientLibs): add query example for Ruby client
2020-02-18 14:48:19 -08:00
Deniz Kusefoglu
38e014ee90
feat(lsp): Add lsp wasm and connect to monaco ( #16842 )
...
* feat(lsp): Add flux-lsp-browswer dependency
* feat(lsp): Change webpack settings to compile lsp wasm
* feat(lsp): Add monaco lsp client dep
* feat:lsp instantiate lsp server in monaco editor file
* feat(lsp): Update monaco loaders and load in webpack.common
* feat(lsp): Update flux-lsp-browser dependency
* feat(lsp): Connect monaco to lsp server
* feat(lsp): Add trigger characters
* feat(lsp): Dispose of completion item provider
* feat(lsp): Remove javascript and go as monaco languages
* feat(lsp): Fix type errors in tests
* feat(lsp): Define constants file for fluxlangid
* feat(lsp): Remove console
* feat(lsp): Fix variable and function insertion
* feat(lsp): Fix script entering in DE
* feat(lsp): FIx task tests
* feat(lsp): Add monaco as global
* feat(lsp): Add monaco to window type
2020-02-14 09:59:05 -08:00
Zoe Steinkamp
f6704f428a
fix: gauge now fits containers ( #16858 )
...
* fix: gauge now fits containers
* fix: gauge now fits containers
2020-02-14 10:35:43 -07:00
Ariel Salem
753bcbcc77
chore(ui): updated clockface to latest version ( #16886 )
2020-02-14 08:39:03 -08:00
Alex Boatwright
798a53f50b
feat: adding in a simple regexp ( #16879 )
2020-02-13 14:35:51 -08:00
Andrew Watkins
31c1ea0523
test: add reducer helpers test ( #16845 )
2020-02-13 14:18:29 -08:00
Ariel Salem
47ab6d620d
feat(ui): added labels to buckets ( #16855 )
...
feat(ui): added labels to buckets
2020-02-13 12:27:43 -08:00
Zoe Steinkamp
6c3b160b2d
Zs gaugecontainerfit15911 ( #16849 )
...
* fix: gauge now fits containers
* destructure props to make typescript shut up
* fix: gauge now fits containers
* fix: gauge now fits containers
* fix: gauge now fits containers
* fix: gauge now fits containers
* fix: gauge now fits containers
Co-authored-by: Bucky Schwarz <hoorayimhelping@users.noreply.github.com>
2020-02-13 09:08:52 -07:00
Ariel Salem
f5de43b973
chore(ui): moved logic into thunk reducer ( #16831 )
...
chore(ui): moved logic into thunk reducer
2020-02-11 15:22:44 -08:00
Ariel Salem
1fe3d8ffd6
fix(ui): fixed false success message that stemmed from error-swallowing throughout post process ( #16825 )
...
fix(ui): fixed false success message that stemmed from error-swallowing throughout post process
2020-02-11 14:25:18 -08:00
Alex Boatwright
d892b8ec6a
fix: ignore cluster specific hoopla ( #16820 )
2020-02-11 11:43:55 -08:00
Alex Boatwright
ebfa85c143
fix: broke the dev env ( #16821 )
2020-02-11 11:03:08 -08:00
Alex Boatwright
b6d1cc6dd0
feat: remove vendor from prod builds ( #16807 )
2020-02-11 07:58:29 -08:00
Andrew Watkins
7188363c2b
refactor: normalize labels ( #16787 )
...
* chore: move thunks and creators
* refactor(labels): normalization
* refactor(variables): normalize labels for variables
* refactor(templates): label normalization
* refactor(labels): convert to labelIDs
* test: add label tests
* fix: filtering by labels
* fix(labels): delete test
* chore: remove unused import
* fix: template dashboards
* test: fix / update broken unit tests
* chore: defenisve against non-existent labels
* chore: move auth schema
* chore: move bucket schema
* chore: move more schemas
* chore: move org schema
* chore: move schemas
* fix: test imports
* test: add setRelation test
2020-02-10 15:38:51 -08:00
Zoe Steinkamp
91ca1b7f54
fix: Hide single stat optional ticks ( #16778 )
2020-02-10 12:38:12 -08:00
Greg
1f1b1c492e
fix: remove orgs from token permission list ( #16760 )
...
* fix: remove orgs from token permission list
* fix: set orgs read resource permission to 'id' rather than 'orgID'
* fix: add types to the typescripts
thanks ebb-tide!
* test: add test for permissions bit
find the test that circle prefers
* chore: comment on org's unique permissions
2020-02-07 15:53:24 -07:00
Timmy Luong
2d276e594a
fix: update giraffe
2020-02-07 14:43:32 -08:00
Zoe Steinkamp
39b767cb0e
fix: e2e tasks test ( #16777 )
2020-02-07 10:16:15 -07:00
Timmy Luong
6204058458
fix: update giraffe to fix graph tooltip ( #16769 )
...
* fix: update giraffe to fix graph tooltip
* chore: update CHANGELOG
2020-02-07 09:15:44 -08:00
Zoe Steinkamp
6dcbc88d22
fix: gauge tests ( #16744 )
2020-02-05 15:15:32 -07:00
Andrew Watkins
b6b5b4d9a7
refactor: normalization checks ( #16707 )
...
* refactor(checks): action types
* feat: ive done too much
* fix: tsc errors
* fix: jest tests
* chore: change <resourceName>Status to activeStatus
* refactor: getResourceAtID
2020-02-03 16:55:40 -08:00
Bucky Schwarz
dd0ab8fe36
chore: turn on queryBuilderGrouping flag
2020-02-03 16:03:13 -08:00
Ariel Salem
b742fee5b2
fix(ui): fixed dashboard mapping error ( #16715 )
...
fix(ui): fixed dashboard mapping error
2020-02-03 15:47:53 -08:00
Zoe Steinkamp
d283a875e4
fix: gauge spaced out ( #16698 )
...
* fix: gauge spaced out
* fix: gauge spaced out
2020-02-03 09:41:18 -07:00
Zoe Steinkamp
4898a27c7d
fix(tests): Collectors and tasks ( #16699 )
...
* fix(tests): Collectors and tasks
* fix(tests): Collectors and tasks
2020-02-03 09:40:59 -07:00
Andrew Watkins
45f1cc8c57
refactor: normalize notification rules ( #16694 )
...
* feat(wip): move creators and thunks
* chore: cleanup action typings
* feat: normalize notification rules
* chore: let code breathe
* test(rules): add create and reducer tests
* test: cleanup
* test: run 50 times
* test: run 25 times
* chore: remove test loop
2020-01-31 13:26:25 -08:00
Andrew Watkins
974d0ef85e
refactor: normalize notification endpoints ( #16687 )
...
* refactor(endpoints): normalization
* chore(endpoints): move thunks
* test: add label to endpoint
* fix: prettier
* test: simplify explorer test
2020-01-31 07:53:23 -07:00
Alex Boatwright
707d27cc98
fix: import dashboards ( #16674 )
2020-01-30 13:14:59 -07:00
Zoe Steinkamp
e0165303ed
Zs flakeyexplorertest16587 ( #16676 )
...
* fix(test): flaky explorerer test round 1
* fix(test): flaky explorerer test round 1
* fix(test): flaky explorerer test round 1
* fix(test): flaky explorerer test round 1
2020-01-29 11:30:46 -07:00
Alex Boatwright
7c2980d9ea
fix: killin it softly ( #16666 )
2020-01-24 09:56:28 -08:00
Alex Boatwright
3b7da5df1d
fix: default label properties ( #16665 )
2020-01-24 09:14:53 -08:00
Timmy Luong
67829a2b7c
refactor(templates): normalize Templates ( #16642 )
...
* refactor(templates): normalize Templates
* refactor(templates): fix types, lint, and tests
* fix(ui): update schemas
* fix(ui): remove unnecessary processStrategy from templates
* fix(ui): lint
* fix(ui): update thunks and selectors, and remove errant comments
2020-01-23 22:21:06 -08:00
Andrew Watkins
21e7eb7841
fix: clone dashboards ( #16662 )
...
* fix: cannot clone dashboards
* test: add simple clone test
2020-01-23 15:46:44 -08:00
Alex Boatwright
8e9b2a69a7
fix: adding labels to resources is no longer broken ( #16652 )
2020-01-23 15:23:20 -08:00
Andrew Watkins
4fe3aff9a6
chore(ui): move notifications ( #16658 )
...
* chore: move checks rules and endpoints to own dirs
* chore(rule): move components to rule dir
* chore: move check components
* chore: reducers and components
* chore: move rule and endpoint reducers
* chore: move selectors
* fix: imports
2020-01-23 14:40:21 -08:00
Jakub Bednář
ee85eec6a1
feat(clientLibs): add Ruby client library to Client Page ( #16617 )
...
* doc(clientLibs): add actual version of Java client
* feat(clientLibs): add Ruby client library
* feat(clientLibs): add Ruby client library
Co-authored-by: Russ Savage <russorat@users.noreply.github.com>
2020-01-23 14:32:32 -08:00
Daniel Campbell
94b13f1532
feat(influxdb): Add Ruby Logo ( #16655 )
2020-01-23 14:20:54 -08:00
Andrew Watkins
78c1e9e19e
refactor(ui/views): normalization ( #16616 )
...
* refactor: move views logic to separate directory
* refactor: normalize views
* fix: spinners
* fix: dont render views until status is done
* fix(http/dashboards): view shape not returning from getDashboard
* test: delete irrelevant and redundant test
* fix: go tidy
* test: skipping monaco test
* chore: sort type exports
* chore: cleanup
2020-01-23 13:17:08 -08:00
Deniz Kusefoglu
7a9b09cf1c
fix(dashboard-dd): Add name of newly created dropdown ( #16640 )
2020-01-23 14:57:05 -05:00
Deniz Kusefoglu
fa7861d904
feat(permissions): Add new resources to permissions array ( #16638 )
2020-01-23 12:19:23 -05:00
Deniz Kusefoglu
b0097217ee
feat(monaco): Add commenting keybindings to monaco ( #16615 )
...
* feat(monaco): Add commenting keybindings to monaco
* feat(monaco): Add types to monaco
* feat(monaco): Add tests
2020-01-22 18:11:51 -05:00
Alex Boatwright
e77a79f476
fix: ensure cells are done before mapping them ( #16633 )
...
* fix: ensure cells are done before mapping them
* fix: prettier
* fix: defining a type
2020-01-22 15:04:44 -08:00
Zoe Steinkamp
31af384e28
fix(honeybadger): fixing checks state call
2020-01-22 11:58:57 -07:00
Zoe Steinkamp
1e485fb362
fix(honeybadger): fixing checks state call
2020-01-22 11:53:18 -07:00
Zoe Steinkamp
8e85a045b4
fix(honeybadger): fixing checks state call
2020-01-22 11:26:46 -07:00
Alex Boatwright
cc4552ece1
fix: allow dashboard description editing ( #16625 )
2020-01-22 10:00:20 -08:00
Zoe Steinkamp
5d4248e065
Merge pull request #16589 from influxdata/zs-flakeyonboardinge2e16446
...
fix(test): Fixing flakey e2e onboarding test in cypress
2020-01-22 10:38:56 -07:00
Zoe Steinkamp
7ae36195af
fix(test): Fixing flakey e2e onboarding test in cypress
2020-01-22 10:13:03 -07:00
Alex Boatwright
b71ef8a805
fix: clear variable editor on close ( #16623 )
2020-01-22 09:12:25 -08:00
Alex Boatwright
1e41be33ce
fix: allow edit of cells ( #16624 )
2020-01-22 09:12:10 -08:00
Zoe Steinkamp
4121ee8f86
fix(test): Fixing flakey e2e onboarding test in cypress
2020-01-22 10:00:11 -07:00
Zoe Steinkamp
38c86d6c69
fix(test): Fixing flakey e2e onboarding test in cypress
2020-01-22 10:00:11 -07:00
Zoe Steinkamp
ccaa177f1b
fix(test): Fixing flakey e2e onboarding test in cypress
2020-01-22 10:00:11 -07:00
Zoe Steinkamp
c9744bc3dc
fix(test): Fixing flakey e2e onboarding test in cypress
...
Fixed as per alexs request
2020-01-22 10:00:11 -07:00
Zoe Steinkamp
074d7ef3ae
fix(test): Fixing flakey e2e onboarding test in cypress
...
remove skip
2020-01-22 10:00:11 -07:00
Zoe Steinkamp
b1e9b80c78
fix(test): Fixing flakey e2e onboarding test in cypress
2020-01-22 10:00:11 -07:00
Alex Boatwright
47b43bf980
fix: enable cloning and exporting of dashboards ( #16614 )
2020-01-21 17:14:12 -08:00
Zoe Steinkamp
6656ae4058
fix(popover): Fixing the add label popover effect
...
prettier
2020-01-21 12:12:18 -07:00
Zoe Steinkamp
034e916494
fix(popover): Fixing the add label popover effect
2020-01-21 12:12:18 -07:00
Andrew Watkins
a4e3dce135
refactor(ui): normalize cells ( #16569 )
...
* wip: cells reducer
* wip: normalize cells
* refactor(norm): dashboards
* chore: move GetResources to resources dir
* feat: introduce GetResource component
* feat: introduce GetTimeRange component
* refactor(cells): move updateCells to cells thunks
* refactor: move clone cell
* refactor: stop passing entire dashboard to dashboard page
* chore: cleanup
* fix: overlays not rendering
* refactor: move GlobalAutoRefresh polling to container
* refactor: stop passing entire dashboard object
* fix: deletion of dashboards
* fix: runtime error and formatting
2020-01-21 10:54:24 -08:00
Zoe Steinkamp
06d3fd46c1
Merge pull request #16596 from influxdata/zs-clearlabels16528
...
fix(popover): Fixing the labels clearing old search
2020-01-17 15:51:23 -07:00
Zoe Steinkamp
cb909af0dd
fix(popover): Fixing the labels clearing old search
2020-01-17 15:27:54 -07:00
Alex Boatwright
6611aae63f
fix: enabling prettier ( #16593 )
2020-01-17 13:41:15 -08:00
Alex Boatwright
46884c6d72
fix: export should grab the dashboard ( #16592 )
2020-01-17 12:27:20 -08:00
Alex Boatwright
bd87a131a2
fix: check status when deleting ( #16590 )
2020-01-17 12:27:01 -08:00
Alex Boatwright
28815a160a
fix: keep libraries up to date ( #16586 )
2020-01-17 10:27:47 -08:00
Deniz Kusefoglu
f24325120f
fix(variable-deleting): Enable test for variable deletion ( #16585 )
2020-01-17 13:19:40 -05:00
Daniel Campbell
3fa5524301
fix(influxdb): swap billingURL with checkoutURL ( #16575 )
...
* fix(influxdb): swap billingURL with checkoutURL
* fix(influxdb): update changelog
2020-01-16 15:44:07 -08:00
Alex Boatwright
4362072afb
fix: bail webpack build on tsc error ( #16573 )
2020-01-16 15:01:53 -08:00
Timmy Luong
57e0bc751e
fix(ui): make localFormattedValue less confusing
2020-01-16 09:56:03 -08:00
Zoe Steinkamp
39a572fb6c
fix: Fixing master gauge issues
2020-01-16 10:11:01 -07:00
Zoe Steinkamp
f91b3cda57
fix: Fixing master gauge issues
2020-01-16 10:04:43 -07:00
Zoe Steinkamp
3fb61e18d1
feat(ui): add the optional suffix and prefix to guage ( #15909 )
2020-01-16 08:40:40 -07:00