Commit Graph

2286 Commits (4f14ceababecc6436ec470693220ff32a2b968d8)

Author SHA1 Message Date
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