Commit Graph

7059 Commits (260866d3c293cec141f4fc3dc46033bd297dc871)

Author SHA1 Message Date
Alex P 4b3c9aed17 Introduce ConfirmButton component
In essence the same as ConfirmDeleteButtons just adheres to the latest
patterns and is more compact
2018-01-26 18:51:04 -08:00
Jared Scheib aea9b5b918 Un-blackout LINKS_ actions from errors middleware so dispatch registers with Redux 2018-01-26 18:50:24 -08:00
deniz kusefoglu fe9407422f Fix passing hash routes through router.push and address bar url 2018-01-26 18:08:20 -08:00
Alex P a36dad3e38 Prevent text wrap of user is me label 2018-01-26 17:58:48 -08:00
Alex P c765dd0df6 Style all users superadmins toggle 2018-01-26 17:56:00 -08:00
Alex P 80d5fee016 Fix weird classname output in SlideToggle
empty string does the trick
2018-01-26 17:55:44 -08:00
Alex P de306fc393 Redesign disabled state of slide toggle 2018-01-26 17:44:40 -08:00
deniz kusefoglu 30a7bf10d4 Transmit location information in hash instead of locationState and use object.keys to access index of alert tabs 2018-01-26 16:05:35 -08:00
Chris Goller bf737959c1 Merge pull request #2684 from influxdata/fix/kapa-idvar-no-groups
Update TICKscripts to not have .Group templates when no group by
2018-01-25 15:54:39 -06:00
Chris Goller 50fe58cc33 Merge branch 'master' into fix/kapa-idvar-no-groups 2018-01-25 15:45:33 -06:00
Nathan Haugo 7ffd79a3b5 Merge pull request #2720 from influxdata/fix/release-notes-1.4.0.1
Fix/release notes 1.4.0.1
2018-01-25 13:43:10 -08:00
Chris Goller 96574cadb9 Fix 1.4.1.0 and 1.4.0.1 release notes 2018-01-25 13:38:30 -08:00
Nathan Haugo 9a0d0ad54d Update changelog for 1.4.0.1 2018-01-25 13:09:45 -08:00
Chris Goller 59ec863e6e Merge pull request #2719 from influxdata/feature/update-readme-links
Update README links to point to 1.4 documentation
2018-01-25 14:59:33 -06:00
Chris Goller bb59e0e8c0 Update README links to point to 1.4 documentation 2018-01-25 12:46:37 -08:00
Jared Scheib d504af713d WIP Refactor AJAX links state management to use Redux
Ensures that links are always updated when me current organization
is changed, so that Admin Chronograf / Current Org Users works.

NOTE: Next step is understanding why dispatch isn't registering
LINKS_GET_REQUESTED or LINKS_GET_COMPLETED actions with Redux.
2018-01-17 19:01:16 -08:00
Jared Scheib 1ad652a3d2 Name excludeBasepath AJAX config option so options can be extended 2018-01-17 16:35:21 -08:00
Jared Scheib 8979e042f7 Update rawUsers to allUsers per /users API change 2018-01-17 15:13:17 -08:00
Jared Scheib ccd29bf97e Fix OpsGenieConfig delete handlers & standardize with TagInput's 2018-01-17 14:55:19 -08:00
Jared Scheib 81eea19400 Wire up user organizations as Tags in AllUsersTable 2018-01-17 14:03:01 -08:00
Jared Scheib ca59e8fcf4 Factor out Tags, Tag, & TagInput into shared components 2018-01-17 13:07:17 -08:00
Jared Scheib 77b1531ac8 Add blank shared Tags & TagInput components files 2018-01-17 13:02:39 -08:00
Michael Desa ec4a00eb11 Fix RouteMatchesPrincipal if org isnt on principal 2018-01-17 12:42:32 -05:00
Michael Desa e8ed30a9e6 Populate links response with organiation on JWT 2018-01-17 12:26:28 -05:00
deniz kusefoglu bd536ba56f Change changelog 2018-01-16 18:19:30 -08:00
deniz kusefoglu 6baa7b49ca Convert promise pattern to async await 2018-01-16 18:12:18 -08:00
deniz kusefoglu 7a84d3f654 Send state with router push to config pages from handler tabs, and display corresponding config tab 2018-01-16 16:46:46 -08:00
Michael Desa e1b071c002 Add correct users route to all routes 2018-01-16 17:03:46 -05:00
Michael Desa 6168dc3e06 Nest user routes under organization
Add global user routes
2018-01-16 16:45:58 -05:00
Alex Paxton 2b4ca0e506 Merge pull request #2698 from influxdata/sources-nomenclature-fix
Improve Sources Nomenclature
2018-01-12 15:43:16 -08:00
Deniz Kusefoglu 9c47c52641 Merge pull request #2702 from influxdata/testable-kapacitor-configs
Testable kapacitor configs
2018-01-12 13:52:22 -08:00
deniz kusefoglu 564e296d6b Resolve console errors in Kapacitor Config 2018-01-12 13:26:11 -08:00
deniz kusefoglu 1434e71381 Change flash message for successfully triggered alert 2018-01-12 13:00:04 -08:00
Alex P e70539be44 Updoot log of changes 2018-01-12 12:08:25 -08:00
Alex P 7149a4b8c6 Improve micro-copy based on Russ' feedback 2018-01-12 12:02:55 -08:00
deniz kusefoglu afc572a61a Stop event propagation on test button click 2018-01-12 11:23:03 -08:00
deniz kusefoglu c04e709127 Implement PR review suggestions 2018-01-12 10:57:16 -08:00
Michael Desa a48019b643 Allow UpdateUser to accept empty roles 2018-01-12 12:37:30 -05:00
Michael Desa f7f86f0ea6 Add wildcard role and validate users roles in CRUD
The server may now specify a '*' to indicate that the server should
retrieve the organizations default role and assign it to the user.
2018-01-12 12:27:55 -05:00
Jared Scheib fd429aaeee Move All New Users Are SuperAdmin toggle to AllUsersTable 2018-01-11 17:18:05 -08:00
Jared Scheib 0e99bbc1a9 Remove unnecessary Authorized HOC around AllNewUsersSuperAdmin toggle 2018-01-11 17:00:40 -08:00
deniz kusefoglu 5b5f807a16 Improve copy on flash messages 2018-01-11 15:50:10 -08:00
deniz kusefoglu b56afa2f07 Change readme 2018-01-11 15:06:53 -08:00
deniz kusefoglu 9001b6cf3c Place save and test buttons on all config sections 2018-01-11 14:52:59 -08:00
deniz kusefoglu c54905b21a Fix error and success flash messages 2018-01-11 14:46:07 -08:00
deniz kusefoglu b421207766 Fix slack config save and test button behaviors 2018-01-11 14:45:24 -08:00
Alex P 9848d49d91 Enforce add new / configure paradigm for influxdb and kapacitor connections 2018-01-11 14:00:17 -08:00
Alex P 0dbbf1d441 Update influxdb connection alert text 2018-01-11 13:59:47 -08:00
deniz kusefoglu 24a182874a Disable test alert button if endpoint is disabled at construction 2018-01-11 13:40:09 -08:00
deniz kusefoglu 60d2ff014f Style Save and Test buttons, Enable test button on save, Disable on edit 2018-01-11 13:29:58 -08:00