12004 Commits

Author SHA1 Message Date
Seyi Adebajo
90a2e366bb fixes default value for dataset-schema component isTable class field 2017-10-24 01:07:06 -07:00
Seyi Adebajo
20e9e54135 deletes datasetSchemaFieldsAndTypes reference and related implementation. 2017-10-24 00:24:19 -07:00
Seyi Adebajo
b992c26803 refactors dataset-schema component: typescript, es6 classes, cleaner implementation with less coupling 2017-10-24 00:11:23 -07:00
Seyi Adebajo
f7257f2cfe upgrades ember to ~2.16.0. removes dep on bower for ember.upgrades application dependencies. begins transition to es classes. upadtes type definitions to \^2.8.0.adds local module declarations for ember-simple-auth and ember-concurrency. 2017-10-23 16:50:48 -07:00
Yi (Alan) Wang
2e38fff984 Check if deprecation note exist in Json PUT (#815) 2017-10-23 16:43:06 -07:00
Seyi Adebajo
094b617976 Merge pull request #814 from theseyi/master
updates initial compliance info function and updates tests
2017-10-23 10:56:44 -07:00
Seyi Adebajo
eec260d879 wip: dataset-schema comments rewrite 2017-10-20 22:01:55 -07:00
Seyi Adebajo
51461e88f0 installs and changes eslint parser to babel-eslint. adds support for class properties to babel via babel-plugin-transform-class-properties 2017-10-20 22:01:55 -07:00
Seyi Adebajo
0d8fe74207 adds ember-concurrency 2017-10-20 22:01:55 -07:00
Seyi Adebajo
47e2ba7410 fixes constant import in metadata-acquisition module 2017-10-20 22:01:55 -07:00
Seyi Adebajo
f4a63ddae5 metadata acquisition tests 2017-10-20 22:01:55 -07:00
Seyi Adebajo
b14e61f039 removed unnecessary interface IFieldIdProps. refactored implementation for fieldIdentifierTypeValues and fieldIdentifierTypeIds lists to use enum and removed fieldIdentifierTypesList variable 2017-10-20 22:01:54 -07:00
Seyi Adebajo
5e11990f0e updates the compliance suggestion implementation to support the new compliance suggestion endpoint response. adds enums for NonIdLogicalType, FieldIdValues, CustomIdLogicalType, IdLogicalType, and index signatures for consumer 2017-10-20 22:01:54 -07:00
Seyi Adebajo
086101464c minor jsdoc housekeeping in datasets/compliance.ts 2017-10-20 22:00:24 -07:00
Seyi Adebajo
36c83e123d temporary revert to using unrestricted keys on interface definition for INonIdLogicalTypesSignature. revert commit on ts 2.16 update 2017-10-20 22:00:24 -07:00
Seyi Adebajo
a32230dd49 Provide full support for iterables in for..of, spread and destructuring when targeting ES5 or ES3 2017-10-20 22:00:24 -07:00
Seyi Adebajo
d6088fb9d3 creates string enums for IdLogicalType, CustomIdLogicalType, NonIdLogicalType. adds index signature for NonIdLogicalTypes. changes implementation of logicalTypeValueLabel to use string enums. caveat: this will only work with ts >2.6 2017-10-20 22:00:24 -07:00
Seyi Adebajo
1d7c174664 begin extracting compliance type defintions from metadata-acquisition module 2017-10-20 21:59:19 -07:00
Seyi Adebajo
8fb4f3c9a3 update lock file 2017-10-20 21:59:19 -07:00
Seyi Adebajo
79ced0e4c1 adds mirage folder to prettier checks 2017-10-20 21:59:19 -07:00
Seyi Adebajo
b31d05ff43 updates initial compliance info function and updates tests 2017-10-20 21:57:40 -07:00
Seyi Adebajo
a186ff6db4 Merge pull request #811 from theseyi/purge-policies
implements purge policy feature. constants for platforms and purge ty…
2017-10-20 21:38:02 -07:00
Seyi Adebajo
cf32e9a28d refactors the implementation for traversing the compliance policy steps 2017-10-20 21:34:58 -07:00
Mars Lan
250393833c Change the limit from 500 to 400 characters for dataset names (#813) 2017-10-20 16:39:11 -07:00
Mars Lan
32d565a3ff Allow configuring the number of workers for each kafka consumer job. (#810) 2017-10-20 11:18:35 -07:00
Yi (Alan) Wang
cfb29deb68 Add dataset deprecation frontend API (#812) 2017-10-20 11:16:09 -07:00
Shridhar Sattur
4c3aaf5305 Updating ETL config to incorporate unify logging. (#805)
* Updating ETL config to incorporate unify logging.

* Update EtlJobActor.java

* Update EtlJobActor.java
2017-10-20 10:22:30 -07:00
Seyi Adebajo
64c442b938 implements purge policy feature. constants for platforms and purge types. adds styles for feature. implements ui logic for selecting purge based on platform availability. 2017-10-19 18:17:16 -07:00
Yi (Alan) Wang
be51e6d68e Fix DAO test by removing quotes before comparing json string (#809) 2017-10-19 14:59:25 -07:00
na zhang
ba7082a787 Merge pull request #808 from camelliazhang/master
fix a  bug in ETL
2017-10-19 14:07:28 -07:00
Na Zhang
f3eb5d2afc fix a bug in ETL 2017-10-19 11:52:47 -07:00
Yi (Alan) Wang
776f83e893 Modify compliance API to access purge note (#807) 2017-10-19 10:26:45 -07:00
Na Zhang
6a559ca316 wherehows frontend change to adapt ES 5.5 2017-10-18 16:00:02 -07:00
Yi (Alan) Wang
916e2a940d Modify BaseDao, add dataset name length check (#806) 2017-10-18 15:01:19 -07:00
Yi (Alan) Wang
ae6937af41 Increase urn length to 500 in DDL (#804) 2017-10-18 14:57:58 -07:00
Hang Zhang(hzhang2)
e2616beddb Merge pull request #803 from alyiwang/kafka
Fix issue with ownership null value when writing to DB
2017-10-17 15:28:54 -07:00
Yi Wang
ecbcdd920f Fix issue with ownership null value when writing to DB 2017-10-17 15:24:12 -07:00
Yi (Alan) Wang
ddc9171eba Add binary_json to dataset table storage type (#802) 2017-10-17 12:48:42 -07:00
na zhang
3f1f739fa0 Merge pull request #799 from camelliazhang/master
modify elastic search ETL to adapt to newly set up es server and vers…
2017-10-17 10:30:02 -07:00
Yi (Alan) Wang
7b8715e7ec Modify FE compliance suggestion API response (#800) 2017-10-16 21:34:01 -07:00
Yi (Alan) Wang
48c274ede3 Include findbugs plugin, add nullable annotation to DAO functions (#797) 2017-10-16 16:57:52 -07:00
Na Zhang
eb76971c54 modify elastic search ETL to adapt to newly set up es server and versions 2017-10-16 16:05:39 -07:00
Hang Zhang(hzhang2)
a38d6e08ad Merge pull request #795 from alyiwang/master
Fix FieldDAO for null feild schema
2017-10-13 21:24:21 -07:00
Yi Wang
e738179eea Fix FieldDAO for null feild schema 2017-10-13 18:25:36 -07:00
Yi (Alan) Wang
74f4aa2cb5 Adjust logging level for kafka consumer (#794) 2017-10-13 15:09:07 -07:00
Seyi Adebajo
0110dc0438 Merge pull request #790 from madpcsupreme/test-updates
updates tests
2017-10-12 10:02:58 -07:00
cyip
cf8847d6a2 remove unwanted import 2017-10-11 17:52:24 -07:00
cyip
38dd53a072 change based on Seyi's comment 2017-10-11 17:44:18 -07:00
Shridhar Sattur
2a16298639 Removed all manual logger instantiations with lombok's @Slf4j. (#791) 2017-10-11 15:25:47 -07:00
Seyi Adebajo
20998d6ea5 Merge pull request #793 from theseyi/master
adds explicit flags on compliance component for compliance policy and
2017-10-11 10:26:12 -07:00