525 Commits

Author SHA1 Message Date
Seyi Adebajo
4ef714a639
Merge pull request #1103 from theseyi/multi-tagging-updates
5382 5389 adds option / tag attribute separator for each compliance f…
2018-04-18 15:40:41 -07:00
Seyi Adebajo
89fd5cbc81 5382 5389 adds option / tag attribute separator for each compliance field tag. adds edit compliance table row level edit button to switch to edit mode for entire policy 2018-04-18 15:16:06 -07:00
Seyi Adebajo
c56f1cced9
Merge pull request #1101 from theseyi/multi-tagging-updates
multi tagging updates
2018-04-18 10:55:23 -07:00
Seyi Adebajo
895a252006 5408 Prevents adding a new field if the field identifier type is already None, adds an error indicator if the field identifier type has a None type added when it already has another that is not None 2018-04-18 10:38:58 -07:00
Seyi Adebajo
d4e2aeb9c0 5388 adds cancel button to wizard flow 2018-04-18 00:11:22 -07:00
Seyi Adebajo
b511481c3f 5383 auto expands fields requiring review 2018-04-17 23:33:35 -07:00
Seyi Adebajo
5bf477371c 5401 removes security classification render from compliance feature 2018-04-17 23:33:28 -07:00
Seyi Adebajo
38f8ab6bc3 fixes issue with rendering saved field multi-tags: allows for compliance entities to contain duplicate values 2018-04-17 22:49:01 -07:00
Seyi Adebajo
96e7819c97
Merge pull request #1096 from theseyi/multi-tagging-updates
multi tagging updates
2018-04-16 15:29:33 -07:00
Seyi Adebajo
dde6ff6fbe copies suggestions over to newly create changeSet item. sorts compliance table by identifierField and maintains sort on re-render. removes the option to delete the sole tag for a compliance policy. restyles the last saved note on the compliance upper right corner 2018-04-16 15:20:00 -07:00
Seyi Adebajo
9cc73740ab
Merge pull request #1095 from theseyi/multi-tagging-updates
multi tagging updates
2018-04-16 15:10:19 -07:00
Charlie Tran
95f18e1d9e
Merge pull request #1091 from cptran777/dataset-suggested-owners-revamp
add new suggested owners component to handle system generated owners
2018-04-16 14:11:27 -07:00
cptran777
448822e02e Better BEM organization for suggested owner cards 2018-04-16 13:26:01 -07:00
cptran777
3f560bd5ad UX suggested owners revamp v2 - changes made to improve code flow and readability 2018-04-16 11:53:29 -07:00
Seyi Adebajo
41e7295bad fixes expansion issue: expands the row when the user clicks add field tag even when their is one tag 2018-04-16 11:50:23 -07:00
Seyi Adebajo
e8e685b78b updates logic for isreviewrequested computed property to check for indetifierType. fixes filterBy in dataset-compliance and dataset table regex. adds helper functions for split text and building runtime regex. uses split text helper in compliance identifierfield column render 2018-04-16 10:30:26 -07:00
Seyi Adebajo
86fb088223
Merge pull request #1093 from theseyi/compliance-multi-tagging
adds indicators to first column for compliance policy. adds suggestio…
2018-04-13 18:36:30 -07:00
Seyi Adebajo
b8b0ab0672 adds indicators to first column for compliance policy. adds usggestions integration: todo- multivalue suggestions 2018-04-13 17:32:41 -07:00
Seyi Adebajo
b4dcad5ce5
Merge pull request #1092 from theseyi/compliance-multi-tagging
create tag row components. create compliance row rollup component. adds compliance field tag factory. makes the policymodificationtime on the schemafieldtopolicyvalue type optional. adds styling for row components. enables some actions for newly create components.  adds actions for removing a field tag. actions for field tag operatio...
2018-04-13 17:18:38 -07:00
Seyi Adebajo
e47b7dbf3e
Merge pull request #1089 from theseyi/compliance-multi-tagging
creates fold functions for compliance change set mapping
2018-04-13 13:54:11 -07:00
Seyi Adebajo
2615543051 removes uniqueness check for compliance field entities and fixes validation check for field length greater than compliance entities with distinct 2018-04-13 01:52:51 -07:00
Seyi Adebajo
4ad0d44954 adds actions for removing a field tag. actions for field tag operations including classification change, owner change, logical type change. inverts display and logic for nonOwner attribute 2018-04-13 00:38:53 -07:00
cptran777
c19ff27b5a Owner tab UX revamp - add new suggested owners component to handle system generated suggestions 2018-04-12 23:49:20 -07:00
Seyi Adebajo
1f44bec0c0 create tag row components. create compliance row rollup component. adds compliance field tag factory. makes the policymodificationtime on the schemafieldtopolicyvalue type optional. adds styling for row components. enables some actions for newly create components 2018-04-12 23:03:35 -07:00
Seyi Adebajo
7c1d1e0ee5
Merge pull request #1087 from theseyi/compliance-constants-refac
refactors the merge / massage function that takes a schema api and co…
2018-04-11 14:20:35 -07:00
Seyi Adebajo
a1171d1e0f creates fold functions for compliance change set mapping 2018-04-11 12:35:06 -07:00
Seyi Adebajo
68c7612db5 refactors the merge / massage function that takes a schema api and compliance entities, then matches the former to the values in the latter 2018-04-10 15:47:09 -07:00
Seyi Adebajo
327eaa81fb
Merge pull request #1086 from theseyi/compliance-constants-refac
refactors compliance typings and constants module definitions/imports
2018-04-10 13:11:55 -07:00
Seyi Adebajo
47f5f3f299
Merge pull request #1084 from theseyi/avatars-tests
adds integration tests for avatar components
2018-04-10 13:11:35 -07:00
Seyi Adebajo
d20a54e88a refactors compliance typings and constants module definitions/imports 2018-04-10 12:21:03 -07:00
Charlie Tran
5b56dc51c0
Merge pull request #1085 from cptran777/ownership-checking
fix ownership checking bug
2018-04-10 11:46:24 -07:00
cptran777
42bac36e70 fix ownership checking bug 2018-04-10 10:30:04 -07:00
Seyi Adebajo
0bf1c19456 adds integration tests for avatar components 2018-04-09 19:04:11 -07:00
Seyi Adebajo
8b94e3ee9c
Merge pull request #1079 from theseyi/misc
removes some unused legacy sources
2018-04-09 16:11:03 -07:00
Seyi Adebajo
2912d38fec
Merge pull request #1077 from theseyi/avatar-list
adds avatar interfaces ,components and styling. replaces scrolling avatar view with modal dialog
2018-04-05 00:40:44 -07:00
Seyi Adebajo
a74eef5f5d removes some unused legacy sources 2018-04-05 00:16:29 -07:00
Seyi Adebajo
5feac621be updates styling on avatar modal 2018-04-04 23:32:21 -07:00
Seyi Adebajo
d47f298dbe fixes issue with emailing and slacking an owner. extracts owner filter functions into constants module. refactors base style on body. 2018-04-04 14:54:05 -07:00
Seyi Adebajo
8de05625a5 creates dataset container for owner list. modifies typings for IAvatar interface 2018-04-04 11:29:52 -07:00
Seyi Adebajo
bf4a9a1f06 adds avatar interfaces ,components and styling. replaces scrolling avatar view with modal interface 2018-04-04 10:48:47 -07:00
Seyi Adebajo
c25305d627 creates avatar components and initital layout 2018-04-03 09:21:02 -07:00
Seyi Adebajo
bf5e52ae71 minor updates to dataset-aclacces container type annotation. removes unneeded else in if template helper 2018-04-02 16:27:46 -07:00
cptran777
f113c0d676 Revised naming of lastModified to lastModifiedString to differentiate from Api response naming 2018-04-02 14:24:49 -07:00
cptran777
51c734e743 add last modified date to the dataset schema component 2018-03-29 15:27:24 -07:00
Seyi Adebajo
f3507a82a9
Merge pull request #1073 from theseyi/expiration-constraint
constrains rendering of expiration note
2018-03-29 11:29:55 -07:00
Seyi Adebajo
8bb86b85c7
Merge pull request #1069 from cptran777/disable-tab-key-events
overwrite ivy-tabs tablist component keydown function
2018-03-29 10:52:45 -07:00
Seyi Adebajo
4af17afe41 constrains rendering of expiration note 2018-03-29 10:49:25 -07:00
Charlie Tran
37e2bfb89a slight modification of proposed changes - change js to ts file and reallow right and left arrow keys 2018-03-28 19:29:47 -07:00
Charlie Tran
92c9df160b overwrite ivy-tabs tablist component keydown function to remove tab scrolling with arrow keys 2018-03-28 17:22:19 -07:00
Seyi Adebajo
a249e9ec52
Merge pull request #1064 from theseyi/acl-refac
replaces page notifications for acl access requests with notification…
2018-03-28 13:06:40 -07:00