Commit Graph

2558 Commits (8872c0f24dab570a83ae8d64e62e609dd93fd412)

Author SHA1 Message Date
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
Zoe Steinkamp b28376841e feat(ui): add the optional suffix and prefix to guage (#15909) 2020-01-16 08:40:40 -07:00
Zoe Steinkamp e92648426d feat(ui): add the optional suffix and prefix to guage (#15909) 2020-01-16 08:40:40 -07:00
Zoe Steinkamp 9afac5bac6 feat(ui): add the optional suffix and prefix to guage (#15909) 2020-01-16 08:40:40 -07:00
Deniz Kusefoglu d753aa4459
feat(ui) More reasonable aggregate window intervals for selected query durations (#16536)
* feat(agg-window): Add duration input to aggreagate functionn selector

* feat(agg-window): rename duration strings to durations

* feat(agg-window): Add window periods for common time ranges

* feat(agg-window): Handle set auto select durations correctly

* Update changelog

* feat(agg-window): Use triple equality:
2020-01-15 18:23:10 -05:00
Andrew Watkins 6c7a61e838
refactor(dashboard): normalization (#16535)
* refactor: change client api impoorts

* refactor(dashAPI): remove unneccessary helpers

* refactor: remove unneccessary helpers

* chore: move action creators to separate file

* refactor(dashboard): action creators use const attribute

* refactor(dashoards): normalization

* chore: cleanup names of thunks

* chore: sort action creator types

* fix: saving to a dashboard cell

* chore: move dashboard thunks to thunks file

* fix: dash index table imports

* fix: declare class properties

* chore: skip monaco test
2020-01-15 10:34:47 -08:00
Alex Boatwright f4c529650a
fix: paginate dashboards (#16521) 2020-01-15 09:06:44 -08:00
Deniz Kusefoglu df83ac11bf
fix(ui): vars rename (#16539)
* fix(variable-rename): Fix variable renaming bug

* fix(variable-rename): Add tests
2020-01-15 11:44:08 -05:00
alexpaxton 10b033cd9f fix(ui): fix appearance of org names in page titles (#16471) 2020-01-14 10:21:30 -08:00
Zoe Steinkamp e75bd2e0f5
Merge branch 'master' into zs-rebuildlabelspopover-#15416 2020-01-13 20:37:05 -07:00
Andrew Watkins 9fdc2e4e7b
refactor(ui): normalize variables resource (#16478)
* chore: move variable types

* refactor: wip normalize variables resource

* fix: typo

* chore: move creators and thunks into separate files

* fix: removal of default state

* refactor: normalize set variables

* chore: fix api imports

* refactor: normalize set and remove variable

* refactor(variables): use const assertion in actions

* refactor(ui/variables): update editor action to use const assertion

* fix: variables not showing up for dashboard

* fix: types

* fix: index variable values properly

* fix: type

* fix: type

* fix: feedback
2020-01-13 17:11:56 -08:00
Bucky Schwarz 6415a6e389 feat: query builder - hide the keys search dropdown when grouping 2020-01-13 14:54:06 -08:00
Deniz Kusefoglu 8850f2c989
fix(durations): Add duration input that checks input validity as duration (#16385)
* Use duration input for check.every field

* Convert check.offset to Duration Input

* Check is string for duration

* feat(duration-inputs): Add submitInvalid ld to duration input

* feat(duration-inputs) Add duration inputs to Deadman Conditions

* feat(duration-inputs) Add test-id to duration inputs

* feat(duration-inputs) Add offset defaults to notification rules

* feat(duration-inputs): Add duration inputs to notification rules

* feat(duration-inputs): Check validity of check durations and thresholds

* feat(duration-inputs): Add vertical scroll bar to duration input

* feat(duration-inputs): Make testID an optional parameter

* feat(duration-inputs) : use window isNan instead of lodash
2020-01-13 21:14:15 +00:00
Ariel Salem 03335cceb9
chore(ui): refactored dashboards client API to oats generated types and API (#16438)
chore(ui): refactored dashboards to use oats generated api rather than client
2020-01-13 08:26:58 -08:00
Alex Boatwright e203f94e16
feat: removing monaco editor flag (#16301) 2020-01-10 07:57:27 -08:00
alexpaxton 63b3a07281
refactor(ui): implement cloud top nav design (#16470)
* refactor: add stylesheet for cloud nav

* refactor: remove cloud icon from side nav

* refactor: move cloud nav to top of app

* chore: add declaration so PNG files are typed as any when imported

* refactor: modify cloud nav to use specified components

* fix: Remove comment

* refactor: update nav item text

* refactor: do not show logout in sidenav for cloud users

* refactor: add unique class for google tag manager

* chore: update changelog

* refactor: don't render user menu if org isn't available

* chore: add image file for logo

Adds-Binary: ui/src/pageLayout/images/influxdata-logo.png

* chore: prettier and eslint
2020-01-09 17:56:12 -08:00
Zoe Steinkamp 88fe9ca383 fix(ui): update popover label 2020-01-09 10:10:25 -07:00
Alex Boatwright 98b4be7d08
fix: filter out system buckets (#16459) 2020-01-09 09:02:33 -08:00
Zoe Steinkamp 23acf06df2 fix(ui): update popover label 2020-01-09 09:46:37 -07:00
Zoe Steinkamp b8f31cad11 fix(ui): update popover label 2020-01-09 09:45:58 -07:00
Zoe Steinkamp 48ad5ad89e fix(ui): update popover label 2020-01-09 09:45:58 -07:00
Zoe Steinkamp 10c7f0255d fix(ui): update popover label 2020-01-09 09:45:58 -07:00
Zoe Steinkamp 86d8b716c5 fix(ui): update popover label 2020-01-09 09:45:58 -07:00
Zoe Steinkamp 45795f9c93 fix(ui): update popover label 2020-01-09 09:45:58 -07:00
Zoe Steinkamp 51b2047e92 fix(ui): update popover label
fix for js test
2020-01-09 09:45:58 -07:00
Zoe Steinkamp a0a7318f98 fix(ui): update popover label
test update
2020-01-09 09:45:58 -07:00
Zoe Steinkamp 62818d253e fix(ui): update popover label
Dealt with the test issues
2020-01-09 09:45:58 -07:00
Zoe Steinkamp 745e54cba3 fix(ui): update popover label 2020-01-09 09:45:58 -07:00
Zoe Steinkamp 8d1176cf19 fix(ui): update popover label
Fixing some tests
2020-01-09 09:45:58 -07:00
Zoe Steinkamp 124c4fa2be fix(ui): update popover label
Total fix complete
2020-01-09 09:45:58 -07:00
Zoe Steinkamp 8b96c7de37 fix(ui): update popover label 2020-01-09 09:45:58 -07:00
Zoe Steinkamp 15bc3873c8 fix(ui): update popover label 2020-01-09 09:45:58 -07:00
Alex Boatwright 71c8751711
fix: default to the first bucket (#16453) 2020-01-08 13:32:55 -08:00
Andrew Watkins 62398d04b4
refactor(ui): normalization of tasks (#16445)
* refactor: normalize tasks resource

* fix: pull tasks off of response

* refactor: use action to clear current task

* refactor: stop getting all tasks in every thunk
2020-01-08 13:03:36 -08:00
Deniz Kusefoglu 625ab8999d
fix(dataloader-buckets): default bucket selection should not be system bucket (#16413)
* fix(bucket-loading): Remove action duplication

* fix(bucket-loading): Remove state loading before routing to data loaders

* fix(bucket-loading): Limit available buckets to nonsystem buckets

* fix(bucket-loading): Update changelog
2020-01-08 23:44:09 +03:00
Zoe Steinkamp b2f617ab29 fix(ui): add honeybadger error report to checks (#16443)
Flakey e2e test
2020-01-08 10:36:09 -07:00
Zoe Steinkamp 51502ca38e fix(ui): add honeybadger error report to checks (#16443) 2020-01-08 10:10:18 -07:00
Zoe Steinkamp 11bc842e3d fix(ui): add honeybadger error report to checks (#16443) 2020-01-08 10:06:08 -07:00
Timmy Luong 578f97d0b7
fix(ui): Prevent negative zero and allow zero with decimal places (#16439)
* fix(ui): Prevent negative zero and allow zero with decimal places

* chore: update CHANGELOG

* fix(ui): Turn off lint rule no-compare-neg-zero

* test: add more tests by overriding prettier

* fix(ui): turn off lint rule for a specific usage, not universally
2020-01-07 16:24:23 -08:00
Bucky Schwarz 81365b9e75 fix: show queries built in advanced mode when switching tabs 2020-01-07 15:02:11 -08:00
Scott Anderson 3c1f1aa63c chore(flux): added onEmpty parameter to flux filter function 2020-01-07 15:07:56 -07:00
Ariel Salem e45de53259
fix(ui): fixed table threshold bug and added option to make thresholds populate text or background (#16430)
fix(ui): fixed table threshold bug and added option to make thresholds populate text or background
2020-01-07 13:27:25 -08:00
Andrew Watkins 1d13894f88
refactor: normalize scrapers (#16434)
* chore: only save orgs to local storage

* refactor(ui): normalize scrapers
2020-01-07 13:19:25 -08:00
Timmy Luong dc188fc1bf
fix(ui): update giraffe (#16435)
* fix(ui): update giraffe

* chore: update CHANGELOG
2020-01-07 11:52:14 -08:00
Andrew Watkins c5d4632fb3
refactor: normalize telegrafs (#16420)
* refactor: normalize telegrafs

* fix: check for schema

* fix: telegraf reducer logic

* refactor: move adding defaults to processStrategy

* fix: local storage typings
2020-01-07 09:08:07 -08:00
Ariel Salem 4dbc7ec771
chore(ui): refactored variables client API to oats generated types and API (#16400)
chore(ui): refactored variables client API to oats generated types and API
2020-01-06 12:57:52 -08:00
Andrew Watkins e092e52a6f
refactor: normalization authorizations (#16406)
* chore: alphabetize root reducer

* refactor(norm): normalize authorizations (tokens)

* refactor: orgs use immer and reducer helpers

* fix: provide initial state to orgs reducer

* fix(auth): normalize auths on token creation

* fix: initial state with empty object
2020-01-06 11:24:45 -08:00
Ariel Salem 96dcdb0677
fix(ui): removed buildActiveQuery func to prevent queries from being reset when timeranges are selected. (#16404)
fix(ui): removed buildActiveQuery func to prevent queries from being reset when timeranges are selected. Fixed broken test that was being skipped
2020-01-06 08:53:13 -08:00
Bucky Schwarz 138caab0a2 test: fix flaky explorer tests by targeting .CodeMirror and not force typing 2020-01-03 14:57:34 -08:00
Andrew Watkins cc88a366ee
refactor(ui): normalization of buckets (#16403)
* feat(norm): separate action creators and thunks

* feat(norm): wip normalize buckets

* refactor(norm): change consumption of buckets to norm shape

* test(ui/getResources): change test to accept norm shape

* test(buckets): fix runtime error

* refactor: use immer produce in members reducer
2020-01-03 14:18:49 -08:00
Bucky Schwarz aa48c4397e chore: upgrade cypress 2020-01-03 11:56:40 -08:00
Ariel Salem 2965dab67c
Revert "chore(ui): refactored variables client API to oats generated types and API (#16391)" (#16394)
This reverts commit e5c171c2dc.
2020-01-02 16:43:22 -08:00
Ariel Salem e5c171c2dc
chore(ui): refactored variables client API to oats generated types and API (#16391)
chore(ui): refactored variables client API to oats generated types and API
2020-01-02 15:52:37 -08:00
Randy Coulman 17634dff23
feat(bucket): Increase default retention to 30 days (#16389)
* feat(bucket): Increase default retention to 30 days

* chore: Update PR number in changelog
2020-01-02 14:29:03 -08:00
Andrew Watkins 9e9bb1c755
refactor(ui): normalize organizations (#16377)
* refactor(norm): normalize organizations

* chore: add junit.xml to gitignore

* test(norm): restructure tests to conform to normalized orgs

* fix: set proper org in local storage

* fix: update createTelegraf to use types

* fix: runtime error when adding telegraf configs

* fix: dashboard thunk not using new org shape

* chore: move edit org to correct place

* fix(orgs): faulty reducer logic
2020-01-02 13:03:43 -08:00
Timmy Luong 8780bd23a8
fix(ui): extend the y-axis when stacked line option is selected (#16376)
* fix(ui): extend the y-axis when stacked line option is selected

* chore: update CHANGELOG
2020-01-02 10:12:45 -08:00
Deniz Kusefoglu acf73dfdd4
feat(ui): Add matching rules card to alert builder (#16014)
* feat(ui): Add matching rules card to alert builder

* feat(checks): Add tags from query results to NR matching query parameters

* feat(ui): Update changelog

* feat(nr): Change api function to match import convention

* fix(ui): Fix changelog update mistake

* Click submit button after typing in time machine

* feat(notification rules): Add feature flag to matching notification rules
2020-01-02 12:05:14 +00:00
Ariel Salem cffcdf3519
chore(ui): label client refactor complete (#16361)
Chore(ui): label client refactor complete
2019-12-31 14:23:57 -08:00
Deniz Kusefoglu fcc39e371f
feat(checks): Add custom check type (#16350)
* feat(checks): Add custom check type

* feat(checks): Remove alert builder from custom check

* feat(checks): Add AlertBuilderAction to list of possible actions

* feat(checks): Query visualization does not make sense for custom check

* feat(check): check editor should only reexecute queries if view query changes

* Update ui/src/timeMachine/components/TimeMachineFluxEditor.tsx

Co-Authored-By: Bucky Schwarz <hoorayimhelping@users.noreply.github.com>

* Address PR review

Co-authored-by: Bucky Schwarz <hoorayimhelping@users.noreply.github.com>
2019-12-31 20:21:48 +00:00
Ariel Salem 18d2bf6d12
chore(ui): refactored tasks to use oats rather than client library (#16353)
chore(ui): refactoring tasks to use oats rather than client, need to finish tasks actions
2019-12-31 12:14:51 -08:00
Andrew Watkins a926700965
refactor(ui): normalize member resource (#16366)
* refactor(norm): add member schema

* refactor(norm): set members

* refactor(norm): add and delete members
2019-12-31 10:43:35 -07:00
Andrew Watkins fa3009d2f4
chore(redux-thunk): fix typings (#16335)
* chore(redux-thunk): fix typings

* chore: lower react-redux version

* chore(eslint): turn off thenable rule
2019-12-27 14:01:16 -08:00
Ariel Salem 7e23c828e9
feat(ui): added last run status to tasks (#16340)
feat(ui): added last run status to tasks
2019-12-27 13:21:04 -08:00
Ariel Salem 79c5c79286
feat(ui): added notification rule & checks last run status & error (#16338)
feat(ui): added last run status checks for notification rules and check rules, readded updateCheck to fix linter and functionality issues with program and added tests to ensure check creation and update stability
2019-12-27 10:14:34 -08:00
Deniz Kusefoglu 142fbcbb3f
feat(ui): Show users saving errors from check time machine (#16333) 2019-12-27 02:05:08 +00:00
Bucky Schwarz dd41af3d7a feat: Add group() to Query Builder 2019-12-26 17:02:41 -08:00
alexpaxton 08f523ddc0
refactor(ui): Clockface replacement (#16241)
* refactor: use replace select group with tabs in save as dialog

* refactor: replace local RightClick with Clockface RightClick

* refactor: delete local RightClick code

* refactor: replace ResponsiveGridSizer with SquareGrid

* chore: delete local grid sizer components

* fix: repair broken e2e tests

* fix: attempt to fix e2e test

* fix: repair query builder e2e test

* fix: don't call stop propagation because there is no event object
2019-12-20 14:56:46 -08:00
alexpaxton 6e6c08e1f6
refactor(ui): update line protocol wizard (#16276)
* refactor: extend DragAndDrop to support custom classnames

* refactor: use OverlayFooter

* refactor: remove WizardOverlay from CollectorsWizard

* refactor: redesign and simplify line protocol wizard

* refactor: remove WizardOverlay from telegraf instructions

* fix: repair affected e2e test

* refactor: use vscss ariable to ensure height consistency between steps

* refactor: extract helper text into component to ensure consistency
2019-12-20 14:36:55 -08:00
Alex Boatwright 32d401e1d1
feat: connecting telegraf editor to a backend resource (#16287) 2019-12-20 14:17:15 -08:00
Alex Boatwright 292f810558
fix: speeding them tests right up (#16311) 2019-12-20 14:15:38 -08:00
Greg abd8ce0089
feat(http): add functionality to retrieve/store telegraf config as toml (#16132) 2019-12-20 14:20:13 -07:00
Alex Boatwright 3504ea275a
feat: generate types for tests (#16300) 2019-12-19 16:21:34 -08:00
Zoe Steinkamp 5b859a27a6
Merge pull request #16269 from influxdata/zs-addviewcheckpage-#14782
Zs addviewcheckpage #14782
2019-12-19 13:07:39 -07:00
Alex Boatwright 6c334889ca
fix: pass variables into a function (#16291) 2019-12-19 10:36:04 -08:00
Zoe Steinkamp a306d08909 feat(ui): Add the view check page
prettier fix
2019-12-19 10:13:41 -07:00
Zoe Steinkamp 8750264807 feat(ui): Add the view check page
full fix
2019-12-19 09:37:42 -07:00
Zoe Steinkamp 88acdfb9d3 feat (ui): Add the view check page
UI fixes
2019-12-18 22:38:55 -07:00
Chris Goller a942924cbb
ci: split go and js linting into separate circleci jobs (#16282)
* build: split go linting from tests

Signed-off-by: Chris Goller <goller@gmail.com>

* build: split js linting from tests

Signed-off-by: Chris Goller <goller@gmail.com>

* ci: run go tests without verbose option

Signed-off-by: Chris Goller <goller@gmail.com>

* ci: parallelize eslint with 8 containers

Signed-off-by: Chris Goller <goller@gmail.com>

* ci: cache node modules for eslint

Signed-off-by: Chris Goller <goller@gmail.com>

* ci: lint circle yaml

Signed-off-by: Chris Goller <goller@gmail.com>

* ci: cd into ui directory for node caching

Signed-off-by: Chris Goller <goller@gmail.com>

* ci: note eslint parallelization

Signed-off-by: Chris Goller <goller@gmail.com>

* ci: update yarn cache directory to global

Signed-off-by: Chris Goller <goller@gmail.com>

* ci: cache jstest yarn downloads

Signed-off-by: Chris Goller <goller@gmail.com>

* ci: note parallelization of jest tests

Signed-off-by: Chris Goller <goller@gmail.com>
2019-12-18 16:57:08 -06:00
Bucky Schwarz a05bd3ec39 chore: add more context to honeybadger errors 2019-12-18 14:08:48 -08:00
Ariel Salem 63b8129188
fix(ui): fixed flakey tests (#16268)
fix(ui): fixed flakey tests
2019-12-18 14:03:31 -08:00
Chris Goller da6297f922
build: allow JSON imports in jest tests
Co-authored-by: Alex Boatwright <drdelambre@gmail.com>
Signed-off-by: Chris Goller <goller@gmail.com>
2019-12-18 13:34:57 -06:00
Chris Goller fe0aea0542
build: add circleci target to restrict max jest workers
Signed-off-by: Chris Goller <goller@gmail.com>
2019-12-18 13:18:03 -06:00
Chris Goller ec4fed37b1
build: remove max workers from jest to unify CI systems
Signed-off-by: Chris Goller <goller@gmail.com>
2019-12-18 13:07:52 -06:00
Chris Goller e4a6180309
build: split the jest test to run in parallel
Signed-off-by: Chris Goller <goller@gmail.com>
2019-12-18 12:03:52 -06:00
Zoe Steinkamp dd784a6e8c feat (ui): Add the view check page 2019-12-18 09:34:31 -07:00
Timmy Luong 409a4382bb fix(ui): retain user input when parsing invalid JSON during import 2019-12-17 19:06:05 -08:00
Bucky Schwarz 7c05b247dc chore: add getUserFlags utility function 2019-12-17 17:50:24 -08:00
Zoe Steinkamp 83f7c18b75 feat (ui): Add the view check page 2019-12-17 18:49:14 -07:00
Ariel Salem bba04e20b4
fix(ui): front end sorting for numeric values now being handled correctly (#16237)
fix(ui): front end table sort now works for numbers, skipping test until flake is resolved
2019-12-17 15:15:09 -08:00
Ariel Salem 25c5c5dde3
fix(ui): added check to ensure that windowperiod isn't calculated when the query is undefined (#16243)
fix(ui): added check to ensure that windowperiod isn't calculated when the query is an empty string and added AdditionalOptions prop types
2019-12-17 15:11:13 -08:00
Alex Boatwright 3a113c04fe
fix: errors from the editor (#16244) 2019-12-17 13:31:10 -08:00
Ariel Salem ee897171bc
fix(ui): flux sort no longer being overidden by default FE sort (#16235)
fix(ui): flux sort no longer being overidden by default FE sort
2019-12-16 15:58:39 -08:00
Zoe Steinkamp b61b498423 feat (ui): Add the view check page
wrapping up styling and routing
2019-12-16 15:17:58 -07:00
Zoe Steinkamp 5896a06d58 feat (ui): Add the view check page
Stable for now, its all fixed just needs to be cleaned up and tested
2019-12-16 15:17:58 -07:00
Zoe Steinkamp 5427a5ff61 feat (ui): Add the view check page
Comparmentalizing the view

Co-Authored-By: Deniz Kusefoglu <deniz@influxdata.com>
2019-12-16 15:17:58 -07:00
Zoe Steinkamp 1d8c05cb25 feat (ui): Add the view check page 2019-12-16 15:17:58 -07:00
Zoe Steinkamp fa02b7b911 feat (ui): Add the view check page
A few comments and formatting

Co-Authored-By: Deniz Kusefoglu <deniz@influxdata.com>
2019-12-16 15:17:58 -07:00
Zoe Steinkamp 8990be07f7 feat (ui): Add the view check page
The table is now working, saving current code

Co-Authored-By: Deniz Kusefoglu <deniz@influxdata.com>
2019-12-16 15:17:58 -07:00
Alex Boatwright 25a62efcaf
feat: telegraf editor design work (#16223) 2019-12-16 08:22:20 -08:00
Deniz Kusefoglu 13df88c15e
chore(ui): Remove eventMarkers feature flag (#16216) 2019-12-13 12:59:48 -08:00
Alex Boatwright 961875e0eb
feat: get monaco into the task page (#16213) 2019-12-13 10:54:20 -08:00
Ariel Salem cc3b164450
fix(ui): sort by modified now integrated (#16219)
fix(ui): sortby modified date now integrated & dashboard list sets default for each dashboard if props are undefined to ensure functionality
2019-12-12 16:31:18 -08:00
Andrew Watkins 3cca6be000
feat: route user to no orgs page (#16208)
* feat: route user to no orgs page

* style: no orgs page

* fix: eslint

* fix: prettier
2019-12-12 14:09:17 -08:00
Timmy Luong 7b81ebaf4e
fix(ui): update giraffe and time format options (#16217)
* fix(ui): update giraffe and time format options

* chore: update CHANGELOG
2019-12-12 14:01:47 -08:00
Bucky Schwarz bc3bfbc61e test: skip flaky cypress test 2019-12-12 13:26:59 -06:00
Ariel Salem eefb8dd525
fix(ui): adding times in script editor will default start and endtime for timerange queries (#16201)
fix(ui): adding times in script editor will default start and endtime for timerange queries, compute timeranges based on script and based on widest date range & fix dashboard so that cells that have been saved with timerange scripts are based on those timeranges
2019-12-12 10:29:09 -08:00
Bucky Schwarz efdc6e592b fix: return the telegraf module based on Loadable's interface 2019-12-11 13:40:32 -08:00
Bucky Schwarz d2fe751e5a fix: add a timestamp to the telegraf label creation to insure uniqueness 2019-12-11 11:46:09 -08:00
Alex Boatwright 24e4fe4d93
fix: lint error (#16202) 2019-12-11 11:18:07 -08:00
Ariel Salem b62f29431f
fix(ui): updated webpack to account for different wasm files (#16194)
fix(ui): updated webpack to account for different wasm files
2019-12-11 08:57:22 -08:00
Ariel Salem 7be9307e59
fix(ui): regression fix, notes are now deletable (#16175)
regression fix, notes are now deletable
2019-12-11 08:56:42 -08:00
Alex Boatwright 8093c44230
fix: adding unique id for walkme (#16193) 2019-12-11 08:34:44 -08:00
Scott Anderson e44201e078
chore(flux): update flux functions list for flux 0.56 (#16184)
* chore(flux): update flux functions list for flux 0.56

* added http.post function to flux functions list

* fix(fluxFunctions): change aggregateWindow example to use variable

* updated and simplified example window function in flux function list

* removed unnecessary newline from window function example
2019-12-11 09:27:23 -07:00
Deniz Kusefoglu f64c63120a
Chore(ui): Use typed timeRanges throughout the app (#16130)
* chore(ui): Remove unused references to timeRange

* chore(ui): Add comment to timerange to duration function

* chore(ui): Fix getTimeRangeVars.test

* Refactor getTimeRangeVars.ts

* chore(ui): Remove references to zoomed time range

* chore(ui): Remove unused set dashboard time range v1 action

* chore(ui): Add preliminary timeRange types

* chore(ui): Add init pass at reasonable timeRange constants

* chore(ui): Finish Remove unused set dashboard time range v1 action

* fix(ui): Conver redux ranges state to object from array

* chore(ui): Read from and write to ranges local storage

* chore(ui): Reorder imported things

* chore(ui): Add typing to timeRanges from query params and localstorage

* chore(ui): Fix Dashboard and DE Time Range Dropdown

* chore(ui): Fix check timeRange

* chore(ui): Convert duration time Ranges to custom for time range dropdown

* chore(ui): Convert delete with predicate timeranges to TimeRange types

* chore(ui): Convert predicates timeRange to custom

* chore(ui): fix ValidateAndType bug

* fix(ui): Fix show bucketname in delete data form

* fix(ui): Allow timeRange to handle all duration time Ranges

* chore(ui): Separate DeleteDataOverlay update logic

* fix(ui): Fix deletedata overlay dismiss routing

* chore(ui) cleanup

* chore(ui): Allow timeRange dropdown to work with no prior timeRange selection

* chore(ui): Remove unused import

* fix(ui): Fix time Ranges tests

* fix(ui): Fix tests

* fix(ui): Fix tests

* fix(ui): Extract label creation function and use where needed

* fix(ui): Fix predicate testing

* fix(ui): Fix prettier issue

* chore(ui): Refactor duration.ts

* chore(ui): Remove labels from timeRange

* chore(ui): Return label for selectable-duration label

* chore(ui): Resolve merge error

* chore(ui): Make tests more robust

* feat(ui): protect query params access with get

* chore(ui): Add comment to warn against regex behavior

* Apply prettier to predicates.test
2019-12-10 12:52:03 -08:00
Scott Anderson 2fb6abcc68 removed unnecessary newline from window function example 2019-12-10 10:36:38 -07:00
Scott Anderson 73b06ead72 updated and simplified example window function in flux function list 2019-12-10 10:35:24 -07:00
Russ Savage f354bc37b5
fix(fluxFunctions): change aggregateWindow example to use variable 2019-12-10 09:23:38 -08:00
Alex Boatwright 15f473be0c
fix: removing the telegraf bucket sort (#16179) 2019-12-10 09:20:44 -08:00
Scott Anderson be63d3f923 added http.post function to flux functions list 2019-12-10 10:12:58 -07:00
Alex Boatwright c21e08924b
feat(ui): create telegraf config (#16157) 2019-12-10 09:07:18 -08:00
Scott Anderson 8f953bc5e3 chore(flux): update flux functions list for flux 0.56 2019-12-10 10:05:45 -07:00
Andrew Watkins 4f5ff962d6
fix(e2e): fix race conditions (#16173)
* fix(e2e): flakey query builder test

* test(e2e): run test 50 times

* test(e2e): run update label test 50 times

* fix(e2e): visit page after creation

* chore(e2e): run test once

* fix(e2e): run update label test once
2019-12-10 07:12:34 -08:00
Ariel Salem 9991a27f74
fix(ui): updated table threshold to set background colors for thresholds correctly (#16172)
fix(ui): updated set threshold function to account for table
2019-12-09 14:24:11 -08:00
Ariel Salem 8b487571c2
chore(ui): updated giraffe dependency (#16160) 2019-12-06 14:16:53 -08:00
Ariel Salem 08d8efbaec
feat(ui): added date/time format for graphs (#16148)
* feat(ui): added date/time format for graphs

* fix(ui): removed unnecessary console.log

* feat(ui): updated BE models to reflect necessary updates to structs

* fix(dashboard): updated failing gotests
2019-12-06 12:03:55 -08:00
Ariel Salem 34c0a69abf
fix(honeybadger): updated getTableProps to return empty fieldOptions whenever the files are undefined (#16156) 2019-12-06 10:17:12 -08:00
Alex Boatwright 6465b30d26
chore(ui): telegraf redux (#16126)
* feat(ui): adding state to telegraf editor

* chore: autolinterizing
2019-12-06 10:08:20 -08:00
alexpaxton 5bb37fd089 chore(ui): upgrade to Clockface 1.1.0 (#16144)
* chore(ui): point to local build

* refactor(ui): repair breakage from update

* chore: Revert "chore(ui): point to local build"

This reverts commit 968a8232cc.

* chore: upgrade dependency to 1.1.0

* chore: appease prettier

* fix: correct typo

* fix(ui): give size to AlertColumns and update e2e tests
2019-12-05 17:05:39 -08:00
Bucky Schwarz 5eb777ab70 test: add e2e test for query builder 2019-12-05 16:27:35 -08:00
Ariel Salem 6d2f17cb48
feat(ui): delete with predicate preview (#16088)
added data preview for DWP. Need to finalize data format and narrow down table selection
2019-12-05 15:13:01 -08:00
Ariel Salem 8b54076d4c
feat(ui): added more time formats for table dropdown (#16147)
* fix(ui): added new selections for time format dropdown

* fix(ui): updated giraffe version to allow for changes to be reflected
2019-12-05 14:04:23 -08:00
Timmy Luong 7c8a7cd82d fix(ui): remove prop override to allow Graph + Single Stat to use line positioning option 2019-12-05 14:00:01 -08:00
Bucky Schwarz 9af5feec27 test(ui): scope create dashboard click to body button to avoid conflicts 2019-12-05 10:20:48 -08:00
Alex Boatwright e5b79e00f3
feat(ui): cloning monaco editor for use with toml (#16072) 2019-12-04 14:01:42 -08:00
Alex Boatwright 747e890be2 chore: autolinterizing 2019-12-04 13:53:08 -08:00
Alex Boatwright 8452de0cd7 feat(ui): adding state to telegraf editor 2019-12-04 13:34:33 -08:00
Ezeki Zibzibadze 3ce827ea76 feat(ui): add Georgian version of hello (#16066) 2019-12-04 12:44:55 -08:00
Michael Desa 1be8c8025a
Merge pull request #16100 from nwneisen/remove-source-endpoint
chore: remove "/sources" endpoint
2019-12-04 11:10:59 -05:00
nwneisen c315c237b5
chore: remove sources and fix resulting breaks
Signed-off-by: nwneisen <nwneisen@gmail.com>
2019-12-04 08:42:42 -07:00
Bucky Schwarz e52705d2b1 fix(ui): properly map over queryBuilder tags and set default values 2019-12-03 17:40:25 -08:00
Timmy Luong cf96cc4a84 feat(ui): add positioning option to line graphs 2019-12-03 16:10:50 -08:00
Bucky Schwarz 5801d9ca9f fix(ui): handle json parsing failures and let the user know 2019-12-03 14:12:02 -08:00
Ariel Salem 61670125b1
fix(ui): updated telegrafs reducer to set correctly set props (#16092) 2019-12-03 09:28:11 -08:00
Ariel Salem cfcf2ae34f
fix(ui): updated getEndTime to account for now() selections as the upper bound of the query (#16089)
* fix(ui): updated getEndTime to account for now() selections as the upper bound of the query
2019-12-03 08:39:59 -08:00
Alex Boatwright fb20dfbf13
fix(ui): guard against null (#16068) 2019-12-02 11:50:19 -08:00
Alex Boatwright 75bf014e5e
fix(ui): polyfill for IntersectionObserver (#16071) 2019-12-02 11:16:04 -08:00
lukevmorris b9fb792f69
fix: cloudbeta -> support email address (#15950) 2019-12-02 11:04:07 -08:00
Ariel Salem 8d80f712ea
fix(ui): querying a time range without relevant data should show no data for that part of the timerange (#16040)
* fix(graph-time-query): updated graphs so that graph x-axis reflects the input timeRange

* fix(dashboard-timerange): dashboard timerange is now outputting the correct timerange

* fix(ui/dashboard): connected the timeMachine to the component to make data consistently available based on timeMachine context

* fix(query): updated implementation to reduce mucking the timeMachine reducer logic

* fix(edit-veo): configuring a timerange in the dashboard should be accessible when editing cells

* fix(wip): wip

* fix(graph-time-query): updated graphs so that graph x-axis reflects the input timeRange

* fix(dashboard-timerange): dashboard timerange is now outputting the correct timerange

* fix(ui/dashboard): connected the timeMachine to the component to make data consistently available based on timeMachine context

* fix(query): updated implementation to reduce mucking the timeMachine reducer logic

* fix(edit-veo): configuring a timerange in the dashboard should be accessible when editing cells

* feat(ui): Type start and end time functions

* fix(ui): Set VEO timeMachine timeRange from parent dashboard

* feat(ui): Regularize getStartTime and getEndTime

* feat(ui): Fix prettier errors

* fix(ui): added unit tests for critical parts of the function

* fix(ui): removed unnecessary console that was failing jstest

* fix(ui): added getStartTime and getEndTime tests:
2019-12-02 10:44:33 -08:00
Ariel Salem 5ef4c11379
fix(ui): updated telegraf description to be more explicit (#16061)
* fix(ui): updated telegraf description to be more explicit

* fix(ui): updated title to display same styling as empty text

* fix(ui): added defaultProps and checks for collectors
2019-12-02 10:03:40 -08:00
Ariel Salem f27198c1ad
fix(ui): DWP should default bucket name to selected bucket (#16056)
* fix(ui): segregated bucket dropdown logic to their respective components

* fix(ui): finished refactoring deletedataoverlay to reset predicate state when dismissing overlay

* feat(ui): added cypress testing to ensure bug fix stability
2019-11-27 09:02:15 -08:00
Alex Boatwright e0098f05bc
fix(ui): allow users to go to the token page (#16049) 2019-11-26 13:45:18 -08:00
Alex Boatwright ca60ea4868
feat(ui): let the user know about more telegraf plugins (#16047) 2019-11-26 13:28:01 -08:00
Bucky Schwarz a90899ebf2 chore(ui): add filter and group concepts to tags in redux 2019-11-26 12:34:07 -08:00
Alex Boatwright 380b4113cc
fix(ui): allow telegraf output without buckets (#16039) 2019-11-25 12:29:52 -08:00
Chris Goller ce9ce176d9
fix(ui): set env vars correctly for cloud 2019-11-23 19:21:59 -06:00
Zoe Steinkamp 38454a41d1
Merge pull request #16027 from influxdata/zs-backgroundcolor-#15803
fix(ui): value zero has no background color
2019-11-22 17:22:44 -07:00
Chris Goller 72614a0c59 fix(ui): tranposed package.json ordering 2019-11-22 15:33:12 -06:00
Zoe Steinkamp 7ab4282902 fix(ui): value zero has no background color
swaping out if function order
2019-11-22 12:43:02 -07:00
Alex Boatwright 7e8c8004ae
feat(ui): monaco syntax (#16003) 2019-11-22 10:13:52 -08:00
Zoe Steinkamp de4397874b fix(ui): value zero has no background color
Formatting
2019-11-22 10:25:49 -07:00
Zoe Steinkamp f320923378 fix(ui): value zero has no background color
Now fixed, falsy zero is no longer being bad
2019-11-22 10:12:48 -07:00
Alex Boatwright 0dbaf4af43
feat(ui): lazy load monaco in runtime (#15978) 2019-11-21 15:28:02 -08:00
Alex Boatwright 2c5fbe8ae1
fix(ui): update the meta tag (#16013) 2019-11-21 14:52:10 -08:00
Chris Goller 2ae8592aa4
feat: add /oauth proxying in webpack dev server (#16002)
feat: add /oauth proxying in webpack dev server
2019-11-21 14:09:23 -06:00
Chris Goller 6471bd3438 fix(ui): use cross-env for cloud environment variables 2019-11-21 12:01:54 -06:00
Chris Goller 04f4b49b93 fix(ui): reorder endpoint listing 2019-11-21 12:00:57 -06:00