Denys Vuika
cd2b489100
[ADF-5146] Upgrade to Angular 10 ( #5834 )
...
* remove useless module
* upgrade to angular 8
* upgrade material to v8
* upgrade adf libs
* migrate demo shell to v8
* upgrade to angular 9
* upgrade material to v9
* remove hammer
* upgrade nx
* upgrade datetime picker
* upgrade flex layout
* update core api
* remove entry components
* code fixes
* upgrade testbed usage
* code fixes
* remove unnecessary core-js from tests
* upgrade CLI
* ts config fixes
* fix builds
* fix testing config
* compile fixes
* fix demo shell dev setup
* fix core tests
* fix card view import
* upgrade nx
* disable smart builds for now
* remove fdescribe
* restore smart builds
* fix issues
* unify tsconfigs and fix newly found issues
* fix configuration and cleanup package scripts
* improved production build from the same config
* use ADF libs directly instead of node_modules
* disable smart build
* single app configuration (angular)
* fix core build
* fix build scripts
* lint fixes
* fix linting setup
* fix linting rules
* various fixes
* disable affected libs for unit tests
* cleanup insights package.json
* simplify smart-build
* fix content tests
* fix tests
* test fixes
* fix tests
* fix test
* fix tests
* disable AppExtensionsModule (monaco example)
* remove monaco extension module
* upgrade bundle check rules
* fix insights tests and karma config
* fix protractor config
* e2e workaround
* upgrade puppeteer and split linting and build
* reusable resources config
* update protractor config
* fix after rebase
* fix protractor config
* fix e2e tsconfig
* update e2e setup
* Save demoshell artifact on S3 and remove travis cache
* Push the libs on S3 and fetch before releasing it
* Add deps
* Add dependencies among libs and run only affected unit test and build
* fix the travis stage name
* fix after renaming dev to demoshell
* force the order of the projects
* remove unused dependencies
* fix content e2e script
* exit codes fix
* add extra exit codes to core e2e
* postinstall hook and package cleanup
* cleanup packages
* remove deprecated code and dependency on router
* improve bundle analyzer script
* minor code fixes
* update spec
* fix code after rebase
* upgrade protractor after rebase
* fix e2e mapping lib
* Update tsconfig.e2e.json
* update e2e tsconfig
* fix angular config
* fix protractor runs
* cache dist folder for libs
* update material selectors for dropdowns
* selector fixes
* remove duplicated e2e that have unit tests already
* fix login selector
* fix e2e
* fix test
* fix import issues
* fix selector
* cleanup old monaco extension files
* cleanup demo shell login
* add protractor max retries
* disable customisations of protractor
* fix login validation
* fix after rebase
* fix after rebase, disable latest versions of libs
* Hide the report tab and rollback the localstorage
* rename protractor config back to js
* restore lint as part of build
* cleanup code
* do not copy anything to node_modules on dist test
* fix unit tests
* config fixes
* fix code
* fix code after rebase
* fix tests
* remove existing words from spellcheck
* remove useless directive decorators
* update package.json after rebase
* add js-api back
* code fixes
* add missing export
* update configs
* fix code
* try fix the sso login test
* fix
* remove puppeteer unit
* fix e2e script
* fix
* make provider easy
* fix routes module before upgrade
* fix unit tests
* upgrade angular cli
* upgrade to angular 10
Co-authored-by: maurizio vitale <maurizio.vitale@alfresco.com>
Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
2020-07-03 13:01:05 +01:00
Denys Vuika
e9350bd297
various code quality fixes ( #5792 )
...
* various code quality fixes
* reduce duplicated code
* add safety check
2020-06-18 17:57:46 +01:00
Denys Vuika
ae3ac440bc
Ivy compatible test modules ( #5718 )
...
* ivy compatible core unit tests
* ivy compatible content tests
* ivy compatible process tests
* ivy compatible process cloud tests
* ivy compatible insights tests
* fix content test
* fix content test
2020-05-21 16:25:28 +01:00
Denys Vuika
a9b49a1eb7
[AAE-1883] document list preset unit tests ( #5519 )
...
* document list preset unit tests
* remove useless tests
* remove useless tests
* remove even more garbage
* remove junk
2020-02-28 13:26:01 +00:00
Eugenio Romano
1847768b56
[AAE-1848] fix kebab case files and add tlsint rule ( #5481 )
...
* fix kebab case files and add tlsint rule
* headless
* m 2 in e2e
* download file in headless chrome
* fix budget
* fix import
* fix import
2020-02-20 21:08:42 +00:00
Martin Muller
ef229dd300
[ADF-4973] CLONE - Header - sidenav menu button expanded/collapsed state not exposed via ARIA ( #5179 )
...
* Set aria expanded for the sidenav toggle bar
* Define initialSidenavExpanded which can be set in the demo shell than as taken the same true or false value as the sideNav.expandedSidenav value.
* Added some unit tests for the sidenav toggle aria-expanded behaviour
* Update lib/core/layout/components/header/header.component.ts
Co-Authored-By: Denys Vuika <denys.vuika@alfresco.com>
* Update lib/core/layout/components/header/header.component.html
Co-Authored-By: Denys Vuika <denys.vuika@alfresco.com>
* Update demo-shell/src/app/components/app-layout/app-layout.component.html
Co-Authored-By: Denys Vuika <denys.vuika@alfresco.com>
* Update lib/core/layout/components/header/header.component.html
Co-Authored-By: Denys Vuika <denys.vuika@alfresco.com>
* As suggested from Denys remove initialSidnavExpanded property as we already have expandedSidenav
* As suggested from Denys remove initialSidnavExpanded property as we already have expandedSidenav
* As suggested from Denys remove initialSidnavExpanded property as we already have expandedSidenav
2019-10-24 22:54:32 +01:00
Eugenio Romano
0d6140be77
clean unit test ( #4890 )
...
* promote use setupTestbed
* fix comment using right spy and remove deprecated moment method usage
* restore md icon file
* remove error translation log
* restore extension test
2019-07-02 16:00:58 +01:00
Eugenio Romano
c55cba5514
license header update 2019 ( #4300 )
2019-02-12 01:18:43 +00:00
Denys Vuika
be4978a91c
[ADF-3880] fix header logo a11y ( #4114 )
...
* fix header logo a11y
* fix test
2019-01-10 13:43:47 +00:00
Denys Vuika
e39a2b149b
[ADF-3591] spellcheck support for code ( #3827 )
...
* setup spellcheck
2018-10-23 15:05:38 +01:00
Eugenio Romano
cc396e2a11
[ADF-3512] SidenavLayoutComponent option to show the sidebar on the right ( #3768 )
...
* add sidebar end start property
* add demo and test
* fix test
* fix failing test
2018-09-12 10:02:24 +01:00
Suzana Dirla
8d8ab1e682
[ADF-3358][ADF-3359][ADF-3360] Logo link and tooltip and hex colors ( #3648 )
...
* [ADF-3358] link on logo
* [ADF-3358] test link on logo
* [ADF-3360] tooltip on logo
* [ADF-3360] update logo docs
* [ADF-3359] allow hex color codes for the background color
* [ADF-3358] better name for property
2018-08-14 15:42:41 +01:00
Georgiana Roman
9901295e25
[ADF-3339] added test component for header ( #3576 )
...
* [ADF-3339] added test component for header
* [APM-3339] remove lint errors
* [ADF-3339] solved lint error
* [ADF-3339] removed numbers from tests
2018-08-14 15:42:23 +01:00
Georgiana Roman
c4d3bf231a
[ADF-3177] added general header component ( #3537 )
...
* [ADF-3177] added general header component
* [ADF-3177] added documentation and removed user info mobile behaviour
* [ADF-3177] eddited doc file
* [ADF-3177] renamed folder and style changes
* [ADF-3177] style changes
* [ADF-3177] fix tests
* [ADF-3177] fix lint errors and tests
* [APM-3177] css changes
* [ADF-3177] fix pr
* [ADF-3177] updated documentation
* [ADF-3177] expose module with old name
* [ADF-3177] expose module with old name
2018-08-14 15:42:07 +01:00