You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by dg...@apache.org on 2020/12/23 10:13:37 UTC

[incubator-datalab] branch DATALAB-2156 updated (0c190cb -> a38cdbf)

This is an automated email from the ASF dual-hosted git repository.

dgnatyshyn pushed a change to branch DATALAB-2156
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git.


    from 0c190cb  Merge pull request #1012 from KinashYurii/DATALAB-2174
     add da789e6  [DATALAB-2164]: Adjusted group_tag according to the tags of the other pages (#1000)
     add d28e498  [DATALAB-2141]: Fixed role values change their position during update (#1003)
     add a5bb423  [DATALAB-2175] -- added roles for local endpoints (#1002)
     add 3ab61a3  [DATALAB-2151]: Fixed calendar and sticky footer on Safari browser (#1004)
     add 56d771d  Merge remote-tracking branch 'remotes/origin/develop' into DATALAB-2156
     add 361af91  Merge remote-tracking branch 'origin/DATALAB-2156' into DATALAB-2156
     add 823fcdb  Administration service layer
     add a38cdbf  [DATALAB-2156]: finished administration service layer

No new revisions were added by this update.

Summary of changes:
 .../dropwizard/listeners/MongoStartupListener.java |  32 ++-
 .../configuration/configuration.component.html     |  54 ++----
 .../configuration/configuration.component.ts       | 158 ++++++++-------
 .../src/app/administration/configuration/index.ts  |   6 +-
 .../project-list/project-list.component.html       |   2 +-
 .../project-list/project-list.component.scss       |   7 +
 .../app/administration/roles/roles.component.ts    |  34 ++--
 .../resources/webapp/src/app/core/core.module.ts   |   3 +-
 .../core/interceptors/http.token.interceptor.ts    |  13 +-
 .../src/app/core/pipes/keys-pipe/keys.pipe.ts      |   1 +
 .../services/applicationServiceFacade.service.ts   |  25 +++
 .../app/core/services/configutration.service.ts    | 215 +++------------------
 .../webapp/src/app/core/util/checkUtils.ts         |  25 +--
 .../audit/audit-grid/audit-grid.component.scss     |   1 +
 .../reporting-grid/reporting-grid.component.scss   |   2 +
 .../reporting-grid/reporting-grid.component.ts     |  41 ++++
 .../confirmation-dialog.component.ts               |   1 -
 .../resources/webapp/src/assets/styles/_theme.scss |   7 +-
 18 files changed, 272 insertions(+), 355 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org