You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by li...@apache.org on 2020/09/20 02:34:28 UTC

[submarine] branch master updated: SUBMARINE-627. Can't find the new environment when it named "my-submarine-env"

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

liuxun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git


The following commit(s) were added to refs/heads/master by this push:
     new 24c2294  SUBMARINE-627. Can't find the new environment when it named "my-submarine-env"
24c2294 is described below

commit 24c22949c49e83792969b0aae2de8dd7a07408f2
Author: Lisa <ae...@gmail.com>
AuthorDate: Wed Sep 16 01:39:59 2020 +0800

    SUBMARINE-627. Can't find the new environment when it named "my-submarine-env"
    
    ### What is this PR for?
    https://github.com/apache/submarine/blob/master/docs/database/submarine-data.sql
    There is an environment with "my-submarine-test-env" environment name and "my-submarine-env" environmentSpec name inserted by submarine-data.sql, which result that the new environment named "my-submarine-env" will be created successfully but can not be found by API.
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/projects/SUBMARINE/issues/SUBMARINE-627
    
    ### How should this be tested?
    * First time? Setup Travis CI as described on https://submarine.apache.org/contribution/contributions.html#continuous-integration
    * Strongly recommended: add automated unit tests for any new or changed behavior
    * Outline any manual steps to test the PR here.
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: Lisa <ae...@gmail.com>
    
    Closes #405 from aeioulisa/SUBMARINE-627 and squashes the following commits:
    
    a6d4e7a [Lisa] change my-submarine-env to my-submarine-test-env
---
 docs/database/submarine-data.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/database/submarine-data.sql b/docs/database/submarine-data.sql
index 1796638..4b47437 100644
--- a/docs/database/submarine-data.sql
+++ b/docs/database/submarine-data.sql
@@ -84,7 +84,7 @@ INSERT INTO `params` (`id`, `key`, `value`, `worker_index`) VALUES
 -- ----------------------------
 -- Records of environment
 -- ----------------------------
-INSERT INTO `environment` VALUES ('environment_1595134205164_0002', 'my-submarine-test-env','{"name":"my-submarine-env","dockerImage":"continuumio/anaconda3","kernelSpec":{"name":"team_default_python_3.7","channels":["defaults"],"dependencies":["_ipyw_jlab_nb_ext_conf=0.1.0=py37_0","alabaster=0.7.12=py37_0","anaconda=2020.02=py37_0","anaconda-client=1.7.2=py37_0","anaconda-navigator=1.9.12=py37_0"]}}','admin', '2020-05-06 14:00:05', 'Jack', '2020-05-06 14:00:14');
+INSERT INTO `environment` VALUES ('environment_1595134205164_0002', 'my-submarine-test-env','{"name":"my-submarine-test-env","dockerImage":"continuumio/anaconda3","kernelSpec":{"name":"team_default_python_3.7","channels":["defaults"],"dependencies":["_ipyw_jlab_nb_ext_conf=0.1.0=py37_0","alabaster=0.7.12=py37_0","anaconda=2020.02=py37_0","anaconda-client=1.7.2=py37_0","anaconda-navigator=1.9.12=py37_0"]}}','admin', '2020-05-06 14:00:05', 'Jack', '2020-05-06 14:00:14');
 
 -- ----------------------------
 -- Records of experiment_templates


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org