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

hshpak pushed a commit to branch license-fix
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit d7ddea7c95101497c2c17504dc67fe4c01227c09
Author: Hennadii_Shpak <borch...@gmail.com>
AuthorDate: Wed Nov 9 23:27:56 2022 +0200

    added license
---
 .../click-outside-with-material-select.directive.ts   | 19 +++++++++++++++++++
 .../src/app/core/services/image-page-resolve.guard.ts | 19 +++++++++++++++++++
 .../share-dialog/share-dialog.component.html          |  2 +-
 .../page-filter/page-filter.component.html            |  1 +
 .../webapp/src/app/resources/images/images.service.ts | 19 +++++++++++++++++++
 .../webapp/src/app/resources/images/index.ts          | 19 +++++++++++++++++++
 6 files changed, 78 insertions(+), 1 deletion(-)

diff --git 
a/services/self-service/src/main/resources/webapp/src/app/core/directives/click-outside-with-material-select.directive.ts
 
b/services/self-service/src/main/resources/webapp/src/app/core/directives/click-outside-with-material-select.directive.ts
index 0a6f6c639..78af96cce 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/core/directives/click-outside-with-material-select.directive.ts
+++ 
b/services/self-service/src/main/resources/webapp/src/app/core/directives/click-outside-with-material-select.directive.ts
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 import { Directive, ElementRef, Output, EventEmitter, HostListener, Input } 
from '@angular/core';
 
 @Directive({
diff --git 
a/services/self-service/src/main/resources/webapp/src/app/core/services/image-page-resolve.guard.ts
 
b/services/self-service/src/main/resources/webapp/src/app/core/services/image-page-resolve.guard.ts
index 98483f506..3ad80e937 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/core/services/image-page-resolve.guard.ts
+++ 
b/services/self-service/src/main/resources/webapp/src/app/core/services/image-page-resolve.guard.ts
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 import { Injectable } from '@angular/core';
 import { ActivatedRouteSnapshot, Resolve, Router, RouterStateSnapshot } from 
'@angular/router';
 import { Observable, of  } from 'rxjs';
diff --git 
a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/image-action-dialog/share-dialog/share-dialog.component.html
 
b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/image-action-dialog/share-dialog/share-dialog.component.html
index 93c81caee..dff4a9849 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/image-action-dialog/share-dialog/share-dialog.component.html
+++ 
b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/image-action-dialog/share-dialog/share-dialog.component.html
@@ -23,7 +23,7 @@
   [isShareBtnDisabled]="!isShareBtnDisabled"
 >
 
-<!--  Component subscriptions-->
+  <!--  Component subscriptions-->
   <ng-container *ngIf="(getUserListDataSubscription$ | async)"></ng-container>
   <ng-container *ngIf="(getUserListDataOnChangeSubscription$ | 
async)"></ng-container>
   <ng-container *ngIf="(onInputSubscription$ | async)"></ng-container>
diff --git 
a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/page-filter/page-filter.component.html
 
b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/page-filter/page-filter.component.html
index 62fce4380..df19204fe 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/page-filter/page-filter.component.html
+++ 
b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/page-filter/page-filter.component.html
@@ -32,6 +32,7 @@
           [placeholder]="placeholders.imageName"
           [formControlName]="controlNames.imageName"
           matInput
+          multiple
           [matAutocomplete]="auto"
         />
         <mat-autocomplete autoActiveFirstOption #auto="matAutocomplete">
diff --git 
a/services/self-service/src/main/resources/webapp/src/app/resources/images/images.service.ts
 
b/services/self-service/src/main/resources/webapp/src/app/resources/images/images.service.ts
index a258f5337..284da137c 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/resources/images/images.service.ts
+++ 
b/services/self-service/src/main/resources/webapp/src/app/resources/images/images.service.ts
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 import { Injectable } from '@angular/core';
 import { take, tap } from 'rxjs/operators';
 import { BehaviorSubject, Observable } from 'rxjs';
diff --git 
a/services/self-service/src/main/resources/webapp/src/app/resources/images/index.ts
 
b/services/self-service/src/main/resources/webapp/src/app/resources/images/index.ts
index 365e9989d..245122083 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/resources/images/index.ts
+++ 
b/services/self-service/src/main/resources/webapp/src/app/resources/images/index.ts
@@ -1,2 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 export * from './images.config';
 export * from './images.model';


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

Reply via email to