37 Commits

Author SHA1 Message Date
Keith Grant
9d66b583b7
158 paginated data list (#180)
* working: rename OrganizationTeamsList to PaginatedDataList

* convert org notifications list fully to PaginatedDataList

* update NotificationList tests

* refactor org access to use PaginatedDataList

* update tests for org access refactor; fix pagination & sorting

* restore Add Role functionality to Org roles

* fix displayed text when list of items is empty

* preserve query params when navigating through pagination

* fix bugs after RBAC rebase

* fix lint errors, fix add org access button
2019-04-29 10:08:50 -04:00
mabashian
8cfe74a854 Code cleanup, renaming functions, use .all() on config promises 2019-04-26 11:02:16 -04:00
mabashian
5ae7cbb43a Add RBAC to org views 2019-04-23 13:19:34 -04:00
mabashian
a1002b03fa Add roles modal to org access list 2019-04-23 10:01:03 -04:00
Alex Corey
09fd8e8106
Merge pull request #141 from AlexSCorey/48-deleteOrgs
Add alert for org. delete.
2019-04-05 12:39:38 -04:00
Alex Corey
f3a07753e6 Add alert for org. delete. 2019-03-28 10:29:55 -04:00
John Mitchell
5419434daa
rename org teams functions based on guide 2019-03-26 17:04:34 -04:00
John Mitchell
7e414ace5a
add org teams list 2019-03-21 13:12:12 -04:00
Kia Lam
3b65068258
Add remove role functionality. 2019-03-08 13:56:27 -05:00
Kia Lam
9f86fc2def
Respond to PR feedback. 2019-03-05 12:01:06 -05:00
Kia Lam
86a92fefe7
Merge remote-tracking branch 'origin' into org-access-list 2019-03-01 10:37:44 -05:00
Kia Lam
bf7e6201a2
Refactor Access List.
- Derive Team Roles without making extra API call.
- Consistent variable naming convention use camelCase.
- More informative error display.
2019-03-01 10:12:36 -05:00
Kia Lam
1443625d89
Abstract out Access List as shared component. 2019-02-26 13:23:34 -05:00
Kia Lam
3cd54c45eb
Add Access List to Orgs. 2019-02-26 08:39:13 -05:00
Marliana Lara
f1fefbf5f0
Add organization details patch and instance groups disassociate methods to api 2019-02-22 14:51:38 -05:00
Marliana Lara
b6eacbab86
Rename createInstanceGroups api method to associateInstanceGroup 2019-02-22 14:47:25 -05:00
John Mitchell
680d153a14
add pagination to instance groups lookup modal 2019-02-11 18:10:27 -05:00
Marliana Lara
8846e1427e
Add Organization Details view and test 2019-02-05 10:52:33 -05:00
mabashian
2c19a5a1d7 Changed post to create in api.js. Removed capitalize text component in favor of css solution. Updates to empty list contents. Fixes padding on notifications list 2019-01-21 15:44:34 -05:00
mabashian
58f99c8918 Adds notification list to orgs 2019-01-21 13:18:37 -05:00
kialam
fc32cf026f
Address review feedback. 2019-01-15 15:15:17 -05:00
kialam
395e30509b
Fix linter and existing unit tests. 2019-01-07 17:17:22 -05:00
kialam
517ef8a2c9
Hook up add instance group functionality. 2019-01-07 16:56:39 -05:00
Jake McDermott
31d0347553
test fixup 2019-01-03 17:53:37 -05:00
Jake McDermott
8f4437e17e
initialize and pass api client to subviews 2019-01-03 17:53:34 -05:00
Jake McDermott
18505b35b8
add params for component routing 2019-01-03 17:53:05 -05:00
kialam
9400bad990
Linter fixes. 2018-12-10 15:00:49 -05:00
kialam
1dd8175e11
Basic add organization functionality.
- Placeholders for Lookup Modal and Ansible Environment dropdown.
2018-12-10 15:00:16 -05:00
Jake McDermott
e3a5f32b57
wip - pf4 data list and pagination 2018-11-18 22:49:50 -05:00
kialam
b0855ee33d
Fix unhandled promise reject from jenkins. 2018-11-13 13:31:24 -05:00
kialam
03f6e52cf1
Address PR review comments. 2018-11-13 10:55:18 -05:00
kialam
44e9d3919d
Update unit tests. 2018-11-13 09:46:43 -05:00
kialam
f520be71d6
Begin using async/await. 2018-11-12 13:24:17 -05:00
John Mitchell
0373058540
update api.js api client, and axios mock, and add api.js unit tests 2018-10-24 16:52:11 -04:00
Jake McDermott
a54fb0e27d
Nav and login updates 2018-10-15 12:44:29 -04:00
Jake McDermott
f8a4b01da5
lint 2018-09-26 20:59:41 -04:00
Jake McDermott
43f3b484f9
initial commit 2018-09-25 10:53:35 -04:00