This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git.
from 1d8c65f Deactivating web tests for travis
new fb91295 Moving route to user module
new 4ad742b Updating angular version
new 50b07ac Fixing routing for new user module in web app
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/main/archiva-web/angular.json | 1 -
.../src/main/archiva-web/package-lock.json | 2786 ++++++++++----------
.../src/main/archiva-web/package.json | 36 +-
.../main/archiva-web/src/app/app-routing.module.ts | 82 +-
.../main/archiva-web/src/app/app.component.spec.ts | 4 +-
.../src/main/archiva-web/src/app/app.module.ts | 22 +-
.../modules/shared/about/about.component.spec.ts | 4 +-
.../shared/contact/contact.component.spec.ts | 4 +-
.../app/modules/shared/home/home.component.spec.ts | 4 +-
.../shared/not-found/not-found.component.spec.ts | 4 +-
.../src/app/modules/shared/shared.module.ts | 3 +-
.../shared/sidemenu/sidemenu.component.spec.ts | 4 +-
.../src/app/modules/user/user-routing.module.ts | 53 +
.../src/app/modules/user/user.module.ts | 52 +-
14 files changed, 1521 insertions(+), 1538 deletions(-)
create mode 100644
archiva-modules/archiva-web/archiva-webapp/src/main/archiva-web/src/app/modules/user/user-routing.module.ts