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 20f3b50  Adding tooltip
     new d89b03d  Adding todos
     new 88b27de  Improving user view in ng

The 2 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:
 .../security/ArchivaConfigurableUsersManager.java  |   4 +
 .../src/main/archiva-web/package-lock.json         | 217 +++++++++++++++++++++
 .../src/main/archiva-web/package.json              |   4 +-
 .../src/main/archiva-web/src/app/app.module.ts     |   4 +-
 .../archiva-web/src/app/model/paged-result.spec.ts |   7 +
 .../main/archiva-web/src/app/model/paged-result.ts |   6 +
 .../src/app/model/pagination-info.spec.ts          |   7 +
 .../archiva-web/src/app/model/pagination-info.ts   |   5 +
 .../manage-users-list.component.html               |  21 +-
 .../manage-users-list.component.ts                 |  52 ++++-
 .../archiva-web/src/app/services/user.service.ts   |   5 +
 .../src/main/archiva-web/src/assets/i18n/en.json   |   5 +-
 .../src/main/archiva-web/src/polyfills.ts          |   3 +-
 13 files changed, 329 insertions(+), 11 deletions(-)
 create mode 100644 
archiva-modules/archiva-web/archiva-webapp/src/main/archiva-web/src/app/model/paged-result.spec.ts
 create mode 100644 
archiva-modules/archiva-web/archiva-webapp/src/main/archiva-web/src/app/model/paged-result.ts
 create mode 100644 
archiva-modules/archiva-web/archiva-webapp/src/main/archiva-web/src/app/model/pagination-info.spec.ts
 create mode 100644 
archiva-modules/archiva-web/archiva-webapp/src/main/archiva-web/src/app/model/pagination-info.ts

Reply via email to