This is an automated email from the ASF dual-hosted git repository. bhliva pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git.
from 32021a5 DLAB-000 added endpoint parameter for exploratory start/stop add 66f6ed8 [DLAB-1157]: added refresh token store add 6501649 [DLAB-1157]: added refresh token store add db02fbb [DLAB-1157]: added refresh token request on unauthorize add 5f417d1 [DLAB-1157]: added refresh token request on unauthorize add bbc0b9e [DLAB-1157]: destroy access token on unauth error handler add 613c41c [DLAB-1178]: fixed issue with billing report page/ azure add af5dd30 Merge branch 'develop' of github.com:apache/incubator-dlab into DLAB-1157 add 1e6435e [DLAB-1157]: added project selector control add f01ddf4 [DLAB-1157]: added project selector control add 460705a [DLAB-1157]: extend filtering config model; active project selection add edb3abe [DLAB-1157]: set selected active project on resource creation add 422b5f3 [DLAB-1157]: added extra check if active project in users list add 523d78d [DLAB-1157]: keep selected project on active filtering add be2e4e5 Merge branch 'develop' of github.com:apache/incubator-dlab into DLAB-1057 add 3794651 Merge pull request #351 from apache/DLAB-1057 No new revisions were added by this update. Summary of changes: .../resources/webapp/src/app/app.routing.module.ts | 2 +- .../resources/webapp/src/app/core/core.module.ts | 13 ++-- .../src/app/core/interceptors/error.interceptor.ts | 78 ++++++++++++++++------ .../core/interceptors/http.token.interceptor.ts | 9 +-- .../core/services/applicationSecurity.service.ts | 26 ++++---- .../services/applicationServiceFacade.service.ts | 11 ++- .../src/app/core/services/storage.service.ts | 27 ++++++-- .../resources/webapp/src/app/login/login.model.ts | 2 +- .../reporting-grid/reporting-grid.component.html | 3 +- .../create-environment.component.html | 4 +- .../create-environment.component.ts | 9 ++- .../resources-grid/filter-configuration.model.ts | 2 + .../resources-grid/resources-grid.component.html | 5 +- .../resources-grid/resources-grid.component.scss | 1 + .../resources-grid/resources-grid.component.ts | 61 +++++++++-------- .../src/app/resources/resources.component.html | 22 +++++- .../src/app/resources/resources.component.scss | 10 +++ .../src/app/resources/resources.component.ts | 26 ++++++-- .../webapp/src/app/resources/resources.module.ts | 2 +- .../resources/webapp/src/assets/styles/_theme.scss | 7 +- 20 files changed, 228 insertions(+), 92 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org For additional commands, e-mail: commits-h...@dlab.apache.org