Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe

Commits:

4 changed files:

Changes:

  • .gitignore
    1
    +/.mvn/gitlab-cache/project.json
    
    1 2
     /.idea
    
    2 3
     /*/.idea
    
    3 4
     /target
    

  • .gitlab-ci.yml
    ... ... @@ -55,7 +55,7 @@ image: registry.gitlab.com/${CI_PROJECT_NAMESPACE}/${CI_PROJECT_NAME}/docker:lat
    55 55
         - if [ -n "${MAKE_STAGE}" ]; then ultreiaio-milestone-close; fi
    
    56 56
         - if [ -n "${MAKE_STAGE}" ]; then ultreiaio-release-start; fi
    
    57 57
         - if [ -n "${MAKE_STAGE}" ]; then ultreiaio-release-finish; fi
    
    58
    -    - if [ -n "${MAKE_STAGE}" ]; then ultreiaio-stage-close; fi
    
    58
    +    - if [ -n "${MAKE_STAGE}" ]; then ultreiaio-stage-drop; fi
    
    59 59
         - if [ -n "${MAKE_STAGE}" ]; then ultreiaio-changelog-update-staging; fi
    
    60 60
         - if [ -n "${MAKE_STAGE}" ]; then ultreiaio-milestone-create; fi
    
    61 61
     
    
    ... ... @@ -105,6 +105,7 @@ trigger-make-stage:
    105 105
     .automatic: &automatic
    
    106 106
       only:
    
    107 107
         - develop
    
    108
    +    - develop-8
    
    108 109
       except:
    
    109 110
         - triggers
    
    110 111
     
    
    ... ... @@ -157,6 +158,7 @@ release-deploy-demo:
    157 158
     .manual: &manual
    
    158 159
       only:
    
    159 160
         - develop
    
    161
    +    - develop-8
    
    160 162
       when: manual
    
    161 163
     
    
    162 164
     create-docker:
    

  • .mvn/gitlab-cache/project.json deleted
    1
    -{
    
    2
    -  "id": 2722779,
    
    3
    -  "name": "ird-observe",
    
    4
    -  "nameWithNamespace": "ultreiaio / ird-observe",
    
    5
    -  "description": "See https://observe.ultreia.io",
    
    6
    -  "defaultBranch": "develop",
    
    7
    -  "path": "ird-observe",
    
    8
    -  "visibility": "public",
    
    9
    -  "pathWithNamespace": "ultreiaio/ird-observe",
    
    10
    -  "issuesEnabled": true,
    
    11
    -  "mergeRequestsEnabled": true,
    
    12
    -  "snippetsEnabled": true,
    
    13
    -  "wikiEnabled": false,
    
    14
    -  "jobsEnabled": true,
    
    15
    -  "sharedRunnersEnabled": true,
    
    16
    -  "publicJobs": true,
    
    17
    -  "runnersToken": "pm4bFKxnLaZPMMPssNVP",
    
    18
    -  "createdAt": "Feb 17, 2017 11:26:32 AM",
    
    19
    -  "sshUrl": "git@gitlab.com:ultreiaio/ird-observe.git",
    
    20
    -  "webUrl": "https://gitlab.com/ultreiaio/ird-observe",
    
    21
    -  "httpUrl": "https://gitlab.com/ultreiaio/ird-observe.git",
    
    22
    -  "lastActivityAt": "May 17, 2018 8:30:49 PM",
    
    23
    -  "archived": false,
    
    24
    -  "namespace": {
    
    25
    -    "id": 1426670,
    
    26
    -    "name": "ultreiaio",
    
    27
    -    "path": "ultreiaio",
    
    28
    -    "kind": "group",
    
    29
    -    "fullPath": "ultreiaio"
    
    30
    -  },
    
    31
    -  "permissions": {
    
    32
    -    "groupAccess": {
    
    33
    -      "accessLevel": 50,
    
    34
    -      "notificationLevel": 3
    
    35
    -    }
    
    36
    -  },
    
    37
    -  "avatarUrl": "https://assets.gitlab-static.net/uploads/-/system/project/avatar/2722779/logo-small.png",
    
    38
    -  "creatorId": 166231,
    
    39
    -  "starCount": 0,
    
    40
    -  "forksCount": 1,
    
    41
    -  "tagList": [
    
    42
    -    "fish",
    
    43
    -    "ird",
    
    44
    -    "java"
    
    45
    -  ],
    
    46
    -  "sharedWithGroups": [],
    
    47
    -  "containerRegistryEnabled": true,
    
    48
    -  "onlyAllowMergeIfPipelineSucceeds": false,
    
    49
    -  "onlyAllowMergeIfAllDiscussionsAreResolved": false,
    
    50
    -  "lfsEnabled": true,
    
    51
    -  "requestAccessEnabled": true,
    
    52
    -  "approvalsBeforeMerge": 0
    
    53
    -}
    \ No newline at end of file

  • CHANGELOG.md
    1 1
     # ObServe changelog
    
    2 2
     
    
    3 3
      * Author [Tony Chemit](mailto:dev@tchemit.fr)
    
    4
    - * Last generated at 2018-05-18 16:36.
    
    4
    + * Last generated at 2018-05-18 17:06.
    
    5 5
     
    
    6 6
     ## Version [7.0-RC-13](https://gitlab.com/ultreiaio/ird-observe/milestones/110)
    
    7 7