Commit Graph

8210 Commits (bce18777985e2f6abd56c21da98dcf78f395c16f)

Author SHA1 Message Date
Jared Scheib bce1877798
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 4a9899a0d5 Expound upon changelog update 2018-03-23 18:14:03 -07:00
Jared Scheib f84a632f54 Prevent InfluxDB Admin reset state of MultiSelectDropdown on props refresh 2018-03-23 18:10:49 -07:00
Jared Scheib b999aa87b7 Revert "Prevent props change from affecting local state"
This reverts commit b16f068a4d.
2018-03-23 18:02:57 -07:00
Jared Scheib 2ba8cdb084
Merge pull request #3047 from influxdata/feature/org_mapping_override
Add server flag to grant SuperAdmin status to users authenticating from a specific Auth0 Organization
2018-03-23 17:40:19 -07:00
Jared Scheib e235287a72 Fix changelog space formatting 2018-03-23 17:05:28 -07:00
Iris Scholten 36921512b1
Merge pull request #3049 from influxdata/table-time-format-guide
Table Time Formatting tooltip opens link
2018-03-23 17:04:43 -07:00
Jared Scheib d17b775e9a Update changelog 2018-03-23 17:01:39 -07:00
Jared Scheib de90bfedef Test for existing superadmin user in Principal auth0 group 2018-03-23 16:58:09 -07:00
Jared Scheib f3b9f6777a Update existing user's superAdmin status in bolt if in Principal auth0 group 2018-03-23 16:53:08 -07:00
Iris Scholten 815c6de488 create a class for puestionmarkTooltip in a link and format tooltip text 2018-03-23 16:50:28 -07:00
Jared Scheib f1cadf6191 Add server test for Chronograf not private & user is in auth0 superadmin group 2018-03-23 16:26:20 -07:00
Jared Scheib c449d34ec1 Add expected defaultRole to test data organization & currentOrganization 2018-03-23 15:54:46 -07:00
Jared Scheib dd2c600c78 Update 'private' language to make consistent with current behavior of app 2018-03-23 15:45:11 -07:00
Iris Scholten 07f7824f0c 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 eca94bb752 Update change log 2018-03-23 15:22:51 -07:00
Alex P 29fefc4672 Simplify logic 2018-03-23 15:14:27 -07:00
Alex P b16f068a4d Prevent props change from affecting local state 2018-03-23 15:14:18 -07:00
Jared Scheib 3dbab1a9b5 Remove extraneous fmt.Print statements 2018-03-23 15:03:01 -07:00
Jared Scheib 50849b11ef Extend test data with case where user has multiple Principal Groups 2018-03-23 15:00:09 -07:00
Jared Scheib 4227ce17dc Fix Auth0SuperAdminOrg server option description to indicate only one org is acceptable 2018-03-23 14:53:43 -07:00
Iris Scholten dd9cb18587
Merge pull request #3039 from influxdata/feature/table-switching-graph-types
New tables have a populated customized fields
2018-03-23 14:33:16 -07:00
Iris Scholten 9ace2f83aa fix prettier errors 2018-03-23 14:13:41 -07:00
Iris Scholten 2187e0eba4 remove unused var 2018-03-23 14:06:21 -07:00
Iris Scholten c97f7fd81a respond to review 2018-03-23 14:06:21 -07:00
Iris Scholten e81eb752cb fix bug with fieldNames not updating in time for calculating column size 2018-03-23 14:06:21 -07:00
Iris Scholten 2e42347dd3 fix issue of no fields to customize when switching to table graph type 2018-03-23 14:06:21 -07:00
Michael Desa 0cde581538 Add tests for mapProviderToSuperAdmin 2018-03-23 16:12:18 -04:00
Michael Desa 2345723d03 Add mapPrincipalToSuperAdmin function
The function grants a super superadmin status if the user belongs to a
particular auth0 organization and adds them to the default organization.
2018-03-23 15:48:34 -04:00
Jared Scheib 07f313f8b5 WIP 2018-03-23 12:17:22 -07:00
Andrew Watkins dc9d012244
Merge pull request #3044 from influxdata/lint-scripts
Add linting fix scripts
2018-03-23 11:20:10 -07:00
Alex Paxton 9689ac3f4f
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 421fa6e463 Add jslinting to Makefile 2018-03-23 11:08:06 -07:00
Jared Scheib 697d077e94
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 c6d6cf37d1
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 Paxton 3c1c99a404
Merge pull request #3040 from influxdata/style/table-customizable-fields
Polish Customizable Fields UI
2018-03-23 09:09:04 -07:00
Alex P cc1244b435 Improve database confirm delete copy 2018-03-22 21:51:14 -07:00
Alex P 2b01046b26 Replace data write errorThrown with notify
Moving to copy as well
2018-03-22 21:42:01 -07:00
Alex P 5311ae2db6 Replace errorThrown with notify for csv download fail notification
Also moving to copy
2018-03-22 21:38:44 -07:00
Alex P bab0673f94 Replace JSON load failure error with notification; move to notifications copy 2018-03-22 21:23:28 -07:00
Alex P 082a5d32bc Centralize new version and loading local settings notifications 2018-03-22 21:08:34 -07:00
Alex P 37d09abad9 Use notify when flushing error queue if error type is object 2018-03-22 21:06:09 -07:00
Alex P 9b3d8cc1bb Fix linter errors 2018-03-22 20:45:51 -07:00
Alex P 1a4b7b8dd6 Refactor notifications to be functions 2018-03-22 20:44:19 -07:00
Alex P d41089279b WIP Refactor notifications to be functions 2018-03-22 20:26:55 -07:00
Alex P 312e1e6769 Rename notifications that are already functions to camel case 2018-03-22 20:15:00 -07:00
Alex P f2bf41580a Refactor dashboard notifications 2018-03-22 19:57:32 -07:00
Alex P d3995a0bfa Refactor tickscript notifications 2018-03-22 19:55:51 -07:00
Alex P ba188c64cd Update copy 2018-03-22 19:00:49 -07:00
Alex P 872aebd0a1 Implement FancyScrollbar in Customize Fields list 2018-03-22 18:54:16 -07:00