Denys Vuika
a7a48e8b2b
enable prefer-const rule for tslint, fix issues ( #4409 )
...
* enable prefer-const rule for tslint, fix issues
* Update content-node-selector.component.spec.ts
* Update content-node-selector.component.spec.ts
* fix const
* fix lint issues
* update tests
* update tests
* update tests
* fix code
* fix page class
2019-03-27 09:55:30 +00:00
Eugenio Romano
c55cba5514
license header update 2019 ( #4300 )
2019-02-12 01:18:43 +00:00
Denys Vuika
6b24bfb1d4
[ADF-3299] and [ADF-3300] upgrade to Angular and Material 6 ( #3579 )
...
* upgrade to HttpClient
* upgrade to Renderer2
* upgrade Document reference
* remove useless test with deprecated ReflectiveInjector
* upgrade to latest typescript
* upgrade libs
* upgrade package scripts
* remove rxjs blacklists and duplicate rules
* add rxjs compat to help with migration
* fix breaking changes
* fix breaking changes in material
* fix breaking changes (material 6)
* upgrade rxjs, ngx-translate and flex layout
* update unit tests
* restore providers
* upgrade deprecated Observable.error
* rebase
fix first configuration problems
* fix style issues commented
* fix core build
* fix lib template errors
* move lib test execution in angular.json
* ignore
* karma conf files
* fix import statement test
* single run option
* update packages reporter
* restore report
* increase timeout
* improve karma conf test configuration
* fix test issues about lint
* fix test analytics
* fix process service test
* content service fix test
* fix logout directive test
* fix core test
* fix build
* update node-sass to latest
* update angular cli dependencies
* improve build script
create directorites and move files only if previous command succeded
* upgrade individual libs to 6.0
* remove old webpack files
* revert sass change
* fix type issues
fix style issues
* fix tslint demo shell issue
* fix peerdependencies
* fix test e2e BC
* package upate
* fix style import issue
* extract-text-webpack-plugin beta
* fix test dist build command
* remove alpha js-api
* fix tslint issue
add banner tslint rule
* upload service fix
* change BC script
* fix test dist script
* increase demo shell timeout test
* verbose copy
* path absolute
* fix script bc
* fix copy part
* fix path warning
fix monaco editor
* remove duplicate header
* remove unused import
* fix align and check ago tests
* add missing import
* fix notification button selector
* [ANGULAR6] fixed core tests
* fix CS test
* fix cs test step 2
* increase travis_wait for dist
* fix attachment PS
* fix checklist test
* use pdf min
2018-08-14 15:42:43 +01:00
Vito
9fef181155
[ADF-2671] added permission check on permissions ( #3521 )
...
* [ADF-2671] start adding permission check for changing permissions
* [ADF-2671] added permission check for inherit button and permission dialog
* [ADF-2671] added permission check for inherit button and permission dialog
* [ADF-2671] start fixing and adding test for new permission check
* ]
[ADF-2671] improved check for node-permission directive
* [ADF-2671] fixed and added more test for permission on permissions
* [ADF-2671] reverting change on node-permission directive
* [ADF-2671] fixing test for permission check
2018-08-14 15:42:03 +01:00
Vito
513915b3d9
[ADF-2556] Created component for add group or user to permission ( #3242 )
...
* [ADF-2556] first step to create add people or group to permissions
* [ADF-2556] creating a dialog with user results
* [ADF-2556]
integrated service for add and remove permission from node
* [ADF-2556] fixed behaviour and style for add user group
* [ADF-2556] added some refactoring for dialog service
* [ADF-2556] refactoring the dependencies of the components
* [ADF-2556] added some fix and a new key for dialog
* [ADF-2556] start adding test for node permission service
* [ADF-2556] added test for add permission panel component
* [ADf-2556] adding tests for new add permission component
* [ADF-2556] fixed tests and added documentation
* [ADF-2556] fixed documentation for add-node components
* [ADF-2556] added peer review changes
2018-05-03 15:14:15 +01:00
Denys Vuika
382ea3c1b3
unit test performance ( #3194 )
...
* DataTable (-4 sec)
* PaginationComponent (-1 sec)
* DocumentList
* custom testbed setup, test upgrades
* test fixes
* more test fixes
* remove fdescribe
* test fixes
* test fixes
* more test fixes
* test fixes
* upgrade tests
* update tests
* upgrade tests
* upgrade tests
* upgrade tests
* upgrade tests
* update tests
* translate loader fixes
* auth and cookie fixes
* upgrade tests
* upgrade tests
* test fixes
* almost there
* diable broken tests
* process tests (part 1)
* fix lint issues
* another test upgrade
* almost there
* cleanup
* insights testing upgrade
* improve tests
* tests cleanup
* tests cleanup
* cleanup tests
* test cleanup
* favorite nodes tests
* rebase fix syntax
* fix core test
* give up test focus
* flush tabs
* fix search test
* Update document-list.component.spec.ts
* fix document list lock
* increase tick time
* remove duplicate test
2018-04-23 09:55:22 +01:00
Vito
10d437b30b
[ADF-2432] created directive for add/remove inherited permissions ( #3111 )
...
* [ADF-2432] permission display component - phase 1
* [ADF-2432] display permission table for node - phase 2
* [ADF-2432] fixed layout for display permissions
* [ADF-2432] added test and documentation for permission display
* [ADF-2432] fixed wrong rebase changes
* [ADF-2432] created directive for add/remove inherited permissions
* [ADF-2432] renamed folder and added inheriting directive
* [ADF-2432] removed old documentation
* [ADF-2432] added async to tests
2018-03-22 14:56:32 +00:00