101 Commits

Author SHA1 Message Date
Seyi Adebajo
f5210a9953 disables save on confidential if all datasets content types don't have a boolean value 2017-07-10 13:42:57 -07:00
Seyi Adebajo
5af9087835 updates text for unspecified logical types to Not Specified 2017-07-10 13:42:55 -07:00
Seyi Adebajo
e8211fe07c fixes integration issue with api: default value for datasetClassification is null 2017-07-10 13:42:55 -07:00
Seyi Adebajo
d9eb5c4d11 updates security specification on datasets to obtain data for gdpr related to each dataset 2017-07-10 13:42:55 -07:00
Seyi Adebajo
c74858b198 fixes navigating to datasets from rail: numbers were previously excluded from parsed string. DRY's urn regex 2017-07-10 13:42:55 -07:00
Seyi Adebajo
9188bad175 adds an infromational notification for the user if the dataset does not have a compliance policy or securty classification 2017-07-10 13:42:55 -07:00
Seyi Adebajo
a08730b0df implements default classification for data fields. creates constants for metadata-acquisition. refactors datasets utils function to export default module. updates column ordering for security classification table. 2017-07-10 13:42:54 -07:00
Seyi Adebajo
55d38d3bbf adds styling to owner list component. small updates 2017-07-10 13:42:54 -07:00
Seyi Adebajo
5e51805584 adds nuage as restricted source in dataset-author component 2017-07-10 13:42:54 -07:00
Seyi Adebajo
82663b2f1c hardcodes entities to preserve sort order 2017-07-10 13:42:53 -07:00
Seyi Adebajo
662f93343c sorts browse nav bar alphabetically. 2017-07-10 13:42:53 -07:00
Seyi Adebajo
d65d0d887f quick refactor of dataset-table search filter implementation. adds todo comment: rename dataset-actions 2017-07-10 13:42:53 -07:00
Seyi Adebajo
ca6db59974 creates browser-viewport container and presentational components. updates layout styles. closes todo task to render entity components in browse.entity route. 2017-07-10 13:42:53 -07:00
Seyi Adebajo
0023e5c3e0 appends the initiating urn to the response for a fetched page urn datasets. updates browser-rail doc comment, adds default baseURL to previous value. refactors url mapping reducing helper function. updates styling in browser-rail component. 2017-07-10 13:42:53 -07:00
Seyi Adebajo
9e4b758a70 changes text for Security Classification option in confidential tab from 'Not Confidential' to 'Limited Distribution' (#455) 2017-07-10 13:42:53 -07:00
Seyi Adebajo
b275c329fb adds container and presentation components for browser-rail component which composes filter-rail. adds styling doc. adds browse route template. todo: move to browse.entity 2017-07-10 13:42:53 -07:00
Seyi Adebajo
e08f9c7685 adds browse view left rail navigation component. adds link node-link component and styling 2017-07-10 13:42:52 -07:00
Seyi Adebajo
3f569dc4c2 adds additional patterns request_header and mobile_header to tracking field regular expression. extracts tracking field pattern check to utils 2017-07-10 13:42:51 -07:00
Seyi Adebajo
566e9038cd adds browse ui features: entity navigation, styles. routes for browse.entity. initial tests 2017-07-10 13:42:51 -07:00
Seyi Adebajo
3a28e294bb updates datasets-list to integrate with the updated redux store keys 2017-07-10 13:42:51 -07:00
Seyi Adebajo
b7e1a9d3aa integrate ember-redux with wherehows. creates reducers and initial actions for datasets using FSA. creates container and presentational components for datasets-list. adds fetch polyfill for fetch api. updates yarn.lock. creates action-set to ensure action rules and conventions 2017-07-10 13:42:50 -07:00
Seyi Adebajo
9d564d6a91 prefilled tracking fields are not rendered on the confidential classification tab 2017-07-10 13:42:16 -07:00
Seyi Adebajo
afd5e9f115 prefilled tracking fields are not rendered on the compliance classification tab 2017-07-10 13:42:16 -07:00
Seyi Adebajo
9939149adc updates network request handlers to integrate with api changes for /compliance and /security endpoints 2017-07-10 13:42:15 -07:00
Seyi Adebajo
e7b151dd48 updates list of types for field format on confidential tab 2017-07-10 13:42:15 -07:00
Seyi Adebajo
8e41333b6c changes wording on compliance tab. adds page count to dataset-table-pager component. removes index.scala.html 2017-07-10 13:42:15 -07:00
Seyi Adebajo
ae9162aa86 fixes regression with dataset-author name field 2017-07-10 09:58:43 -07:00
Seyi Adebajo
d9df311f40 fixes edge case issue: when a user clicks the fieldName without a source would not render the input box. increases the width for dropdown filter in search-bar component 2017-07-10 09:55:16 -07:00
Seyi Adebajo
48dcb47344 implements typeahead using category filter apis for datasets, metrics or flows. caches previously seen results in client memory. adds category to arguments provided by query params 2017-07-10 09:55:15 -07:00
Seyi Adebajo
9e10a310f2 removes the ability for the ui to edit usernames for owners that have been sourced from SCM 2017-07-10 09:55:14 -07:00
Seyi Adebajo
452959ceb1 removes component feature for radio selection on compliance prompts 2017-07-10 09:55:14 -07:00
Seyi Adebajo
f4a0a97769 fixes issue caused by typo 2017-07-10 09:55:14 -07:00
Seyi Adebajo
426cbb1046 fix for issue with saving compliance spec: dataType property unrecognized by server. adds support for notifications for dataset-compliance component. adds presence check for field formats on marked compliance and security fields. 2017-07-10 09:55:13 -07:00
Seyi Adebajo
620ed3e162 ensure that fields that are classified have a value in the field format before propagating changes 2017-07-10 09:55:13 -07:00
Seyi Adebajo
4d16899f5b adds support for field name path property on columns api. fix removes notConfidential from stored properties on security spec 2017-07-10 09:55:13 -07:00
Seyi Adebajo
9b9b0e3284 removes deprecated api for username autocomplete and references from dataset-author component 2017-07-10 09:55:13 -07:00
Seyi Adebajo
2ffc622da3 adds typeahead feature for username resolution in dataset-author component. add support for async await with babel polyfill to cli build. 2017-07-10 09:55:13 -07:00
Seyi Adebajo
666135eed2 fixes no previous state message 2017-07-10 09:55:12 -07:00
Seyi Adebajo
6cab4e7b17 updates message for datasets with no security classification on start over 2017-07-10 09:55:12 -07:00
Seyi Adebajo
26f51cab0d adds contraint on owners list. must be two owners who have source listed as scm and ownertype is user. 2017-07-10 09:55:11 -07:00
Seyi Adebajo
8e02adcfd2 updates metadata acquisition tabs with links to wiki for help. adds explanatory text to ownership tab. 2017-07-10 09:55:11 -07:00
Seyi Adebajo
97840b7e89 add dataType, field format to confidential classification table. changes support for security classification to just public/confidential/highlyConfidential. adds logical types. add placeholders for help links. 2017-07-10 09:55:11 -07:00
Seyi Adebajo
e535cb0764 updates to the confidential component to support api changes for logical types.updates template 2017-07-10 09:55:11 -07:00
Seyi Adebajo
e31d399475 updates logical types for privacy compliance component 2017-07-10 09:55:10 -07:00
Seyi Adebajo
84405f62a1 adds hasBadData flag to compliance component if schema field names are not unique. refactors computed property complianceDataFields 2017-07-10 09:55:10 -07:00
Seyi Adebajo
8132296e53 updates dataset-table component with larger page length. fixes issues with table cell widths and variation when column values are of varying lengths during scroll. updates select component to fill container up to a max-width of 300px 2017-07-10 09:55:10 -07:00
Seyi Adebajo
45bb1216d6 Sets default complianceType for new datasets to AUTO_PURGE. Fixes issue with logicalType comparision. Adds navbar styling for tabbed-navigation-list 2017-07-10 09:55:10 -07:00
Seyi Adebajo
565c9a43ec DSS-6551 Adds user notification for confidential tab on update success 2017-07-10 09:55:09 -07:00
Seyi Adebajo
d2a6ae9564 Updates select-component styles. Adds temporary mixin for prefixing: Auto Prefixer should be installed 2017-07-10 09:54:22 -07:00
Seyi Adebajo
da0a23e60d Updates api for dataset-table-page to include colspan. Component is nested in a tfoot>td and is contained in the table to access contextual properties 2017-07-10 09:54:22 -07:00