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 2021/02/10 08:11:45 UTC

[incubator-datalab] branch DATALAB-2283 created (now a909ffe)

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

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


      at a909ffe  [DATALAB-2283]: Fixed SSN deployment fails

This branch includes the following new commits:

     new c622439  Merge remote-tracking branch 'origin/develop' into develop
     new a909ffe  [DATALAB-2283]: Fixed SSN deployment fails

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.



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


[incubator-datalab] 01/02: Merge remote-tracking branch 'origin/develop' into develop

Posted by dg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c62243992be5696ff085a8e0ebad9db5e366d0e6
Merge: 4e9decc fe326bf
Author: Dmytro_Gnatyshyn <di...@ukr.net>
AuthorDate: Wed Feb 10 10:08:39 2021 +0200

    Merge remote-tracking branch 'origin/develop' into develop

 .../src/app/core/services/configutration.service.ts       | 15 ++++++++++-----
 .../reporting-grid/reporting-grid.component.html          | 11 ++++++++++-
 .../reporting-grid/reporting-grid.component.scss          | 13 +++++++------
 .../bucket-confirmation-dialog.component.scss             |  4 ++--
 .../resources-grid/resources-grid.component.scss          |  1 +
 .../multi-select-dropdown.component.html                  |  2 +-
 .../src/main/resources/webapp/src/styles.scss             |  4 ++++
 7 files changed, 35 insertions(+), 15 deletions(-)


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


[incubator-datalab] 02/02: [DATALAB-2283]: Fixed SSN deployment fails

Posted by dg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a909ffee01c882931936709a336f14f246a82311
Author: Dmytro_Gnatyshyn <di...@ukr.net>
AuthorDate: Wed Feb 10 10:11:18 2021 +0200

    [DATALAB-2283]: Fixed SSN deployment fails
---
 .../resources/webapp/src/app/core/services/configutration.service.ts    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/core/services/configutration.service.ts b/services/self-service/src/main/resources/webapp/src/app/core/services/configutration.service.ts
index 8d4a836..99f012d 100644
--- a/services/self-service/src/main/resources/webapp/src/app/core/services/configutration.service.ts
+++ b/services/self-service/src/main/resources/webapp/src/app/core/services/configutration.service.ts
@@ -50,7 +50,7 @@ export class ConfigurationService {
         catchError(ErrorUtils.handleServiceError));
   }
 
-  public restartServices(self: string, prov: string, billing: string): Observable<{}> {
+  public restartServices(self: boolean, prov: boolean, billing: boolean): Observable<{}> {
     const queryString = `?billing=${billing}&provserv=${prov}&ui=${self}`;
     return this.applicationServiceFacade
       .buildRestartServices(queryString)


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