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

ofuks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/develop by this push:
     new 971843e  [DLAB-1981] Conveyed 'invalid name' status if it is tryout to 
install lib with wrong name
971843e is described below

commit 971843e7c483062261c0f26942904f8219a72851
Author: Oleh Fuks <olegfuk...@gmail.com>
AuthorDate: Mon Aug 17 11:01:16 2020 +0300

    [DLAB-1981] Conveyed 'invalid name' status if it is tryout to install lib 
with wrong name
---
 .../src/main/java/com/epam/dlab/dto/exploratory/LibStatus.java           | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/services/dlab-model/src/main/java/com/epam/dlab/dto/exploratory/LibStatus.java
 
b/services/dlab-model/src/main/java/com/epam/dlab/dto/exploratory/LibStatus.java
index 7804b83..69197a1 100644
--- 
a/services/dlab-model/src/main/java/com/epam/dlab/dto/exploratory/LibStatus.java
+++ 
b/services/dlab-model/src/main/java/com/epam/dlab/dto/exploratory/LibStatus.java
@@ -27,6 +27,7 @@ public enum LibStatus {
        INSTALLING,
        INSTALLED,
        INVALID_VERSION,
+       INVALID_NAME,
        INSTALLATION_ERROR;
 
        @JsonCreator


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

Reply via email to