Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular 6 #151

Merged
merged 14 commits into from Aug 10, 2018
Merged

Angular 6 #151

merged 14 commits into from Aug 10, 2018

Conversation

DenysVuika
Copy link
Contributor

Upgrade blueprints to Angular 6

  • add missing .gitignore files to each blueprint
  • deprecate AdfModule (use app.module instead) due to potential issues with feature modules and lazy loading, import .forRoot into the root module instead
  • generate package locks for faster/reliable installs
  • fix “loading demo shell” label on main page (use “loading” instead)
  • cleanup code from unused code
  • fix lint issues

@DenysVuika DenysVuika requested a review from eromano August 9, 2018 14:35
@eromano eromano merged commit edf2b2f into development Aug 10, 2018
eromano pushed a commit that referenced this pull request Aug 10, 2018
* update libs and add package lock

* add misssing gitignore files

* upgrade ACS blueprint to Angular 6

* update test

* update travis config

* remove rxjs-compat

* fix lint error

* upgrade ACS+APS blueprint

* update test

* upgrade APS template

* remove rxjs-compat

* remove unused import

* disable faulty tests

* update tests
eromano added a commit that referenced this pull request Aug 14, 2018
* add custom event polyfill

* enable polyfills by default (#103)

* fix overlay viewer in templates (#104)

* [ADF-2125] Removed 'ng2-' from generator instructions (#105)

* [ADF-2125] Removed 'ng2-' from generator instructions

* [ADF-2125] Fixed link that was displayed badly

* [ADF-2125] Fixed small grammar and display glitches

* [ADF-2125] Fixed generator names

* fix style issues

* [ADF-2164] Add docker support to the generated app (#107)

* Add docker support to the generated app

* added the travis configuration for the DOCKER pipeline

* docker publish instructions

* fix docker target folder

* [ADF-2145] Add the app routes files in the generator 2 (#108)

* add route file

* fix module

* travis conf

* [hackathon] command line mode support (#106)

* command line mode support

* code cleanup

* update travis settings

* Update dependencies 2.1.0 (#109)

* update depenccies 2.1.0
* fix import pdfjs

* Adding schema validation (#111)

* [ADF-2293] loading spinner (#112)

* loading spinner

* fix install dependencies

* ignore file

* remove path mapping from tsconfig

* 2.2.0 update generator beta4 (#113)

2.2.0 update generator beta5

* bump version

* reduce docker image sizes (#114)

* 2.3.0-beta1 (#116)

* fix: BrowserAnimationsModule (#117)

* Update generator to use packages version 2.3.0-beta2 (#121)

* use adf- tag components name

* Update generator to use packages version 2.3.0-beta4 (#122)

* documentList fix viewchildren (#124)

* Update generator to use packages version 2.3.0-beta5 (#125)

* update cli (#123)

add dist build

* Update ADF packages version 2.3.0-beta10 (#132)

* Update ADF packages version 2.3.0-beta10

* add alfresco api mock

* fix test aps generators

* 2.3.0 update

* update cli 1.7.4 (#130)

* update cli 1.7.4

* remove old workaround for 1.6.x

* [ADF-2581] Sidenav added to all templates (#134)

* [ADF-2581] Sidenav added to templates

* [ADF-2581] testing file added to App Layout component

* [ADF-2581] BrowserAnimationsModule duplicated

* [ADF-2581] BrowserAnimationModule added

* [ADF-2581] removed duplicated module

* Update ADF packages version 2.4.0-beta2 (#137)

* Update dependencies (#140)

* update moment version in generated project

* update package dependencies

* add spacer for the toolbars (#142)

* fix login test (#146)

* use overlay layout for preview (#141)

* use overlay layout for preview

* fix modules import and document list test

* PreviewService import task details test

* 2.4.0 update version

* fix merge

* Angular 6 (#151)

* update libs and add package lock

* add misssing gitignore files

* upgrade ACS blueprint to Angular 6

* update test

* update travis config

* remove rxjs-compat

* fix lint error

* upgrade ACS+APS blueprint

* update test

* upgrade APS template

* remove rxjs-compat

* remove unused import

* disable faulty tests

* update tests

* 2.5.0 (#152)
eromano pushed a commit that referenced this pull request Oct 4, 2018
* update libs and add package lock

* add misssing gitignore files

* upgrade ACS blueprint to Angular 6

* update test

* update travis config

* remove rxjs-compat

* fix lint error

* upgrade ACS+APS blueprint

* update test

* upgrade APS template

* remove rxjs-compat

* remove unused import

* disable faulty tests

* update tests
eromano added a commit that referenced this pull request Oct 4, 2018
* add custom event polyfill

* enable polyfills by default (#103)

* fix overlay viewer in templates (#104)

* [ADF-2125] Removed 'ng2-' from generator instructions (#105)

* [ADF-2125] Removed 'ng2-' from generator instructions

* [ADF-2125] Fixed link that was displayed badly

* [ADF-2125] Fixed small grammar and display glitches

* [ADF-2125] Fixed generator names

* fix style issues

* [ADF-2164] Add docker support to the generated app (#107)

* Add docker support to the generated app

* added the travis configuration for the DOCKER pipeline

* docker publish instructions

* fix docker target folder

* [ADF-2145] Add the app routes files in the generator 2 (#108)

* add route file

* fix module

* travis conf

* [hackathon] command line mode support (#106)

* command line mode support

* code cleanup

* update travis settings

* Update dependencies 2.1.0 (#109)

* update depenccies 2.1.0
* fix import pdfjs

* Adding schema validation (#111)

* [ADF-2293] loading spinner (#112)

* loading spinner

* fix install dependencies

* ignore file

* remove path mapping from tsconfig

* 2.2.0 update generator beta4 (#113)

2.2.0 update generator beta5

* bump version

* reduce docker image sizes (#114)

* 2.3.0-beta1 (#116)

* fix: BrowserAnimationsModule (#117)

* Update generator to use packages version 2.3.0-beta2 (#121)

* use adf- tag components name

* Update generator to use packages version 2.3.0-beta4 (#122)

* documentList fix viewchildren (#124)

* Update generator to use packages version 2.3.0-beta5 (#125)

* update cli (#123)

add dist build

* Update ADF packages version 2.3.0-beta10 (#132)

* Update ADF packages version 2.3.0-beta10

* add alfresco api mock

* fix test aps generators

* 2.3.0 update

* update cli 1.7.4 (#130)

* update cli 1.7.4

* remove old workaround for 1.6.x

* [ADF-2581] Sidenav added to all templates (#134)

* [ADF-2581] Sidenav added to templates

* [ADF-2581] testing file added to App Layout component

* [ADF-2581] BrowserAnimationsModule duplicated

* [ADF-2581] BrowserAnimationModule added

* [ADF-2581] removed duplicated module

* Update ADF packages version 2.4.0-beta2 (#137)

* Update dependencies (#140)

* update moment version in generated project

* update package dependencies

* add spacer for the toolbars (#142)

* fix login test (#146)

* use overlay layout for preview (#141)

* use overlay layout for preview

* fix modules import and document list test

* PreviewService import task details test

* 2.4.0 update version

* fix merge

* Angular 6 (#151)

* update libs and add package lock

* add misssing gitignore files

* upgrade ACS blueprint to Angular 6

* update test

* update travis config

* remove rxjs-compat

* fix lint error

* upgrade ACS+APS blueprint

* update test

* upgrade APS template

* remove rxjs-compat

* remove unused import

* disable faulty tests

* update tests

* 2.5.0 (#152)

* Use provided favicon-96x96.png (#156)

- matches the link in index.html

* update dependencies to 2.6.0 (#162)
eromano added a commit that referenced this pull request Oct 17, 2018
* add custom event polyfill

* enable polyfills by default (#103)

* fix overlay viewer in templates (#104)

* [ADF-2125] Removed 'ng2-' from generator instructions (#105)

* [ADF-2125] Removed 'ng2-' from generator instructions

* [ADF-2125] Fixed link that was displayed badly

* [ADF-2125] Fixed small grammar and display glitches

* [ADF-2125] Fixed generator names

* fix style issues

* [ADF-2164] Add docker support to the generated app (#107)

* Add docker support to the generated app

* added the travis configuration for the DOCKER pipeline

* docker publish instructions

* fix docker target folder

* [ADF-2145] Add the app routes files in the generator 2 (#108)

* add route file

* fix module

* travis conf

* [hackathon] command line mode support (#106)

* command line mode support

* code cleanup

* update travis settings

* Update dependencies 2.1.0 (#109)

* update depenccies 2.1.0
* fix import pdfjs

* Adding schema validation (#111)

* [ADF-2293] loading spinner (#112)

* loading spinner

* fix install dependencies

* ignore file

* remove path mapping from tsconfig

* 2.2.0 update generator beta4 (#113)

2.2.0 update generator beta5

* bump version

* reduce docker image sizes (#114)

* 2.3.0-beta1 (#116)

* fix: BrowserAnimationsModule (#117)

* Update generator to use packages version 2.3.0-beta2 (#121)

* use adf- tag components name

* Update generator to use packages version 2.3.0-beta4 (#122)

* documentList fix viewchildren (#124)

* Update generator to use packages version 2.3.0-beta5 (#125)

* update cli (#123)

add dist build

* Update ADF packages version 2.3.0-beta10 (#132)

* Update ADF packages version 2.3.0-beta10

* add alfresco api mock

* fix test aps generators

* 2.3.0 update

* update cli 1.7.4 (#130)

* update cli 1.7.4

* remove old workaround for 1.6.x

* [ADF-2581] Sidenav added to all templates (#134)

* [ADF-2581] Sidenav added to templates

* [ADF-2581] testing file added to App Layout component

* [ADF-2581] BrowserAnimationsModule duplicated

* [ADF-2581] BrowserAnimationModule added

* [ADF-2581] removed duplicated module

* Update ADF packages version 2.4.0-beta2 (#137)

* Update dependencies (#140)

* update moment version in generated project

* update package dependencies

* add spacer for the toolbars (#142)

* fix login test (#146)

* use overlay layout for preview (#141)

* use overlay layout for preview

* fix modules import and document list test

* PreviewService import task details test

* 2.4.0 update version

* fix merge

* Angular 6 (#151)

* update libs and add package lock

* add misssing gitignore files

* upgrade ACS blueprint to Angular 6

* update test

* update travis config

* remove rxjs-compat

* fix lint error

* upgrade ACS+APS blueprint

* update test

* upgrade APS template

* remove rxjs-compat

* remove unused import

* disable faulty tests

* update tests

* 2.5.0 (#152)

* Use provided favicon-96x96.png (#156)

- matches the link in index.html

* update dependencies to 2.6.0 (#162)

* fix blueprints (#165)

* fix acs template

* update aps template

* update aps/acs template

* minified pdf workers

* 2.6.1
@eromano eromano mentioned this pull request Oct 17, 2018
eromano added a commit that referenced this pull request Oct 17, 2018
* add custom event polyfill

* enable polyfills by default (#103)

* fix overlay viewer in templates (#104)

* [ADF-2125] Removed 'ng2-' from generator instructions (#105)

* [ADF-2125] Removed 'ng2-' from generator instructions

* [ADF-2125] Fixed link that was displayed badly

* [ADF-2125] Fixed small grammar and display glitches

* [ADF-2125] Fixed generator names

* fix style issues

* [ADF-2164] Add docker support to the generated app (#107)

* Add docker support to the generated app

* added the travis configuration for the DOCKER pipeline

* docker publish instructions

* fix docker target folder

* [ADF-2145] Add the app routes files in the generator 2 (#108)

* add route file

* fix module

* travis conf

* [hackathon] command line mode support (#106)

* command line mode support

* code cleanup

* update travis settings

* Update dependencies 2.1.0 (#109)

* update depenccies 2.1.0
* fix import pdfjs

* Adding schema validation (#111)

* [ADF-2293] loading spinner (#112)

* loading spinner

* fix install dependencies

* ignore file

* remove path mapping from tsconfig

* 2.2.0 update generator beta4 (#113)

2.2.0 update generator beta5

* bump version

* reduce docker image sizes (#114)

* 2.3.0-beta1 (#116)

* fix: BrowserAnimationsModule (#117)

* Update generator to use packages version 2.3.0-beta2 (#121)

* use adf- tag components name

* Update generator to use packages version 2.3.0-beta4 (#122)

* documentList fix viewchildren (#124)

* Update generator to use packages version 2.3.0-beta5 (#125)

* update cli (#123)

add dist build

* Update ADF packages version 2.3.0-beta10 (#132)

* Update ADF packages version 2.3.0-beta10

* add alfresco api mock

* fix test aps generators

* 2.3.0 update

* update cli 1.7.4 (#130)

* update cli 1.7.4

* remove old workaround for 1.6.x

* [ADF-2581] Sidenav added to all templates (#134)

* [ADF-2581] Sidenav added to templates

* [ADF-2581] testing file added to App Layout component

* [ADF-2581] BrowserAnimationsModule duplicated

* [ADF-2581] BrowserAnimationModule added

* [ADF-2581] removed duplicated module

* Update ADF packages version 2.4.0-beta2 (#137)

* Update dependencies (#140)

* update moment version in generated project

* update package dependencies

* add spacer for the toolbars (#142)

* fix login test (#146)

* use overlay layout for preview (#141)

* use overlay layout for preview

* fix modules import and document list test

* PreviewService import task details test

* 2.4.0 update version

* fix merge

* Angular 6 (#151)

* update libs and add package lock

* add misssing gitignore files

* upgrade ACS blueprint to Angular 6

* update test

* update travis config

* remove rxjs-compat

* fix lint error

* upgrade ACS+APS blueprint

* update test

* upgrade APS template

* remove rxjs-compat

* remove unused import

* disable faulty tests

* update tests

* 2.5.0 (#152)

* Use provided favicon-96x96.png (#156)

- matches the link in index.html

* update dependencies to 2.6.0 (#162)

* fix blueprints (#165)

* fix acs template

* update aps template

* update aps/acs template

* minified pdf workers

* 2.6.1

* fix i18n provider setup (#170)

* 2.6.2
@DenysVuika DenysVuika deleted the denys-ng6 branch February 8, 2019 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants