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

dgnatyshyn pushed a change to branch DLAB-1590
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git.


    from b9dc738  [DLAB-1590] Admin per project
     add 5e03cd4  [DLAB-1647]: Action for notebook depend on edge node status. 
(#669)
     add 0e3d531  [DLAB-1648]: Conveyed all resources which will be terminated 
during edge deletion (#670)
     add bf0e539  [DLAB-1657]: added endpoint name to notebook image name
     add 0f5b520  [DLAB-1657]: formatted code
     add c5fb923  Merge pull request #671 from apache/DLAB-1657
     add 658dfef  [Dlab 1661]: Grouped Compute/Notebook shapes by clouds (#673)
     add 239eb05  [DLAB-1654]: Made modal windows static if user is not 
assigned to a project (#674)
     new e7ab0d7  Merge branch 'DLAB-1590' of github.com:apache/incubator-dlab 
into DLAB-1590
     new 3befbd18 Deleted requests which was not used

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:
 .../general/scripts/aws/common_prepare_notebook.py |  6 +-
 .../scripts/azure/common_prepare_notebook.py       |  6 +-
 .../epam/dlab/backendapi/dao/UserRoleDaoImpl.java  |  2 +
 .../dlab/backendapi/resources/dto/UserRoleDto.java |  2 +
 .../src/main/resources/mongo/aws/mongo_roles.json  | 28 +++++++++
 .../main/resources/mongo/azure/mongo_roles.json    | 23 +++++++
 .../src/main/resources/mongo/gcp/mongo_roles.json  | 26 ++++++++
 .../management/management.component.ts             | 73 +++++++++++-----------
 .../administration/project/project.component.html  |  3 +-
 .../administration/project/project.component.ts    | 37 ++++++++++-
 .../app/administration/roles/roles.component.ts    |  9 +--
 .../services/applicationServiceFacade.service.ts   | 16 -----
 .../src/app/core/services/healthStatus.service.ts  |  9 ---
 .../src/app/core/services/project.service.ts       | 27 --------
 .../src/app/reporting/reporting.component.ts       |  1 -
 .../ami-create-dialog.component.html               |  4 +-
 .../resources-grid/resources-grid.component.html   |  6 +-
 .../resources-grid/resources-grid.component.ts     | 10 ++-
 .../src/app/resources/resources.component.html     |  2 +-
 .../multi-level-select-dropdown.component.html     | 26 +++++++-
 .../multi-level-select-dropdown.component.scss     |  4 +-
 .../multi-level-select-dropdown.component.ts       | 39 +++++++++++-
 .../notification-dialog.component.ts               | 36 ++++++++++-
 .../webapp/src/assets/styles/_dialogs.scss         |  1 +
 24 files changed, 279 insertions(+), 117 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to