Commit Graph

2266 Commits (41beaf0bd54d8709d4ff25c054625c96a2ceb177)

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