Commit Graph

7253 Commits (5731d3f059961bb8c2b7ff0832eeab15c6e8f67c)

Author SHA1 Message Date
Nathan Haugo d357e82e84 Change cli options to env args 2018-01-29 11:40:14 -08:00
Deniz Kusefoglu 956b4b504b Merge pull request #2708 from influxdata/linkable-config-tabs
Link directly to the right config tab from handler section in rule creator.
2018-01-29 10:01:01 -08:00
Alex P 499be94163 Merge branch 'feature/global-users' into feature/global-users-styles 2018-01-26 20:20:37 -08:00
Alex P ad84ac864e Set more appropriate column sizes for global users table and remove dropdown 2018-01-26 20:18:51 -08:00
Alex P c91e35e10f Refactor Tags component to include optional Add button 2018-01-26 20:16:31 -08:00
Alex P 2c709f1863 Allow for a custom class to be passed in to ConfirmButton
Also some cleanup
2018-01-26 20:15:54 -08:00
Jared Scheib 89eeedb27f Filter out organizations from Add to Organization where the user has a role
Signed-off-by: Michael de Sa <mjdesa@gmail.com>
2018-01-26 20:15:42 -08:00
Jared Scheib e4fc1c2ca7 Wire up remove & add user to organization from AllUsersPage 2018-01-26 20:07:02 -08:00
Jared Scheib 37eacef8c9 Show different success message for user delete from AllUsersPage vs UsersPage 2018-01-26 19:13:11 -08:00
Jared Scheib 8d494d4588 Comment, remove consoles, cleanup 2018-01-26 18:53:48 -08:00
Jared Scheib 7134153cb5 Fix linksReducer return state & make reducer default consistent
Remove actionTypes constants for links actions.
2018-01-26 18:53:08 -08:00
Alex P f62c42b847 Use ConfirmButton instead of DeleteConfirmButtons 2018-01-26 18:51:48 -08:00
Jared Scheib 91dfe6bcf0 Refresh links every time current org is switched 2018-01-26 18:51:34 -08:00
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
Luke Morris 177b56c4d2 WIP Create New Mapping in ProviderTable 2018-01-26 17:07:29 -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
Alex P f3c1f2ae51 Render cell edit button only if there are queries 2018-01-25 14:03:05 -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
Alex P 8f4b9a44c3 Format timestamp in annotation tooltip to match timestamp in legend 2018-01-25 13:48:28 -08: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
Alex P ac3cf8bd12 Enable editing of Annotations
By default annotations are view only, user must enter “edit mode” to
make changes to annotations. Also refactored a bit so LayoutCellMenu
gets its actions directly rather than passing down from the dashboard
container
2018-01-25 13:22:39 -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
Andrew Watkins 2b0deac7b8 Style of creating annotations with a durations --Alex Paxton 2018-01-22 16:52:40 -08:00
Andrew Watkins 61d656ecd1 Make circle happy 2018-01-22 13:40:17 -08:00
Andrew Watkins 79d2d8a4b4 Introduce add annotation with duration to UX 2018-01-22 13:40:09 -08:00
Andrew Watkins 01c9b855b6 Remove resetting of callbacks on unmount: 2018-01-20 15:43:14 -08:00
Alex P 77b80760e6 Polish interactions and style for add annotation flow 2018-01-19 20:36:26 -08:00
Alex P c953205baf Consolidating annotation in redux 2018-01-19 17:46:28 -08:00
Alex P f473fc0872 WIP Introduce NewAnnotation component
This will be used during the creation flow for annotations
2018-01-19 16:21:41 -08:00
Andrew Watkins 68f24e64d4 Move legendComponent ref out of Dygraph and introduce annotationMode 2018-01-19 16:14:24 -08:00
Andrew Watkins b36ab14b24 Introduce addAnnotation action and reducer 2018-01-19 14:18:57 -08:00
Alex P a3dc0789fd Refactor and redesign cell context menus to have tooltip menus on each button
Introducing the MenuTooltipButton which is easily configurable
2018-01-19 12:55:16 -08:00
Andrew Watkins 8656b340a6 Add delete Annotation functionality 2018-01-19 12:41:32 -08:00
Andrew Watkins ee865e304e Merge annotation-store 2018-01-19 10:11:53 -08:00
Alex P 62a9e40138 Polish annotation styles
- Drag color is light blue
- Flags for start/end of durations are triangles
- Window is more subtle and has dotted border
- Timestamp doesn’t jitter between drag and hover state
2018-01-18 21:52:40 -08:00
Chris Goller d5082e9a73 Fix integrations tests 2018-01-18 22:01:33 -06:00
Chris Goller 59b85c3f3a Update influxdb annotation store to support update/delete 2018-01-18 21:50:46 -06:00
Alex P bf0acce250 WIP Delete annotation 2018-01-18 17:52:36 -08:00
Alex P 76bd672e4c Make annotation tooltip editable 2018-01-18 17:49:19 -08:00
Alex P eff562b501 Refactor InputClickToEdit into AnnotationInput
It has diverged enough to not be the same
2018-01-18 17:49:01 -08:00