7 Commits

Author SHA1 Message Date
Seyi Adebajo
ca7ef2136d adds properties tab acceptance test. adds mirage models, factories, scenarios, helpers for dataset acceptance tests 2018-02-09 12:03:20 -08:00
Seyi Adebajo
6c403f2b82 upgrades dependencies including typescript, ember-cli, ember. and a host of other dependencies. adds $ for legacy sources. adds eslint plugin ember recommended. fixes reported issues in legacy sources. refactors module imports to rfc-176. updates typings. fixes implicit any typings. removes strict function types: ts2.6 adds support for bivariant checking. fixes broken tests. runs updated ember blueprint. 2018-01-20 00:46:47 -08:00
Seyi Adebajo
d262468070 implements getFildIdentifierOptions to extract dropdown options from complianceDataTypes list returned from GET /complianceDataTypes endpoint. adds unit tests. adds mirage mock for complianceDataTypes response and fixtures. 2017-12-12 14:20:19 -08:00
Seyi Adebajo
338e52c8b0 fixes login test and adds intergration test for login-form component. cleans up mirage config: adds helper for authenticate request handler. adds mirage to ts import paths 2017-11-05 21:38:47 -08:00
cyip
356956e34c updates tests 2017-10-09 14:49:47 -07:00
Seyi Adebajo
4bff3704b3 fixes testing initialization. adds initial test for login 2017-10-02 15:27:38 -07:00
Seyi Adebajo
4d0d746fe3 adds typescript. adds mirage. updates dependencies. begins separating api concerns from app: datasets. removes jshint.
adds mirage model+factory for compliance suggestion

updates gitignore: removes typings. adds environment.d.ts declaration file for config/environment. adds unit test for datasets-test. adds extracted datasets api file

updates destroy app test helper

updates compliance component to work with modified api from compliance api: removes isSubject, adds securityClassification

updates uploaded compliance shape validation. updates the dataset route

adds typescript files to prettier linting

updates gitignore with vscode
2017-08-16 10:04:36 -07:00