Skip to content

Commit

Permalink
Merge pull request #2 from eea/develop
Browse files Browse the repository at this point in the history
adjust Jenkins
  • Loading branch information
ionlizarazu authored Mar 16, 2022
2 parents 6e5a17c + cfd162d commit 5fea8b8
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 10 deletions.
25 changes: 22 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog
### Changelog

## 0.1.0
All notable changes to this project will be documented in this file. Dates are displayed in UTC.

- Initial release
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [0.1.1](https://github.com/eea/volto-react-table-widget/compare/0.1.0...0.1.1)

- fix tag [`1477105`](https://github.com/eea/volto-react-table-widget/commit/1477105ee567c1daed09bb3ce1819a20a1da024e)

#### 0.1.0

> 16 March 2022
- Develop [`#1`](https://github.com/eea/volto-react-table-widget/pull/1)
- fix paginated row edition and add/remove functionalities [`4c0ae4e`](https://github.com/eea/volto-react-table-widget/commit/4c0ae4ed35d1fa6d25be96c0a8b62d1bc25ee481)
- add isMulti option to select fields [`ec3b57d`](https://github.com/eea/volto-react-table-widget/commit/ec3b57dd596f9a6adede5f4d7c286f09089ad517)
- add react-csv package [`69ba866`](https://github.com/eea/volto-react-table-widget/commit/69ba8660a30ae3e9413be7a564644448a8c51a06)
- improve docs [`f64ad66`](https://github.com/eea/volto-react-table-widget/commit/f64ad66e5b8ddc665a3e6a4664c4e88d535f2df7)
- make it functional [`6eae547`](https://github.com/eea/volto-react-table-widget/commit/6eae547e1654be6b2ebb3d846fe3f6b2eb4ae23b)
- developing [`ee9e4ab`](https://github.com/eea/volto-react-table-widget/commit/ee9e4abc79350992caec4f409d2f9e4fcc3398b5)
- initial implementation [`93a9449`](https://github.com/eea/volto-react-table-widget/commit/93a94490d2cbd0cd297bd0b71c4e3c985b525f61)
- initial commit [`44cd2bc`](https://github.com/eea/volto-react-table-widget/commit/44cd2bc60a530249919572090a1753c37d32efae)
- Initial commit [`4674f4b`](https://github.com/eea/volto-react-table-widget/commit/4674f4b411120cfdfacc3f8ff39dcdfe153d5a1d)
8 changes: 2 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipeline {
environment {
GIT_NAME = "volto-react-table-widget"
NAMESPACE = "@eeacms"
SONARQUBE_TAGS = "volto.eea.europa.eu"
SONARQUBE_TAGS = "clms.land.copernicus.eu,demo.eea.europa.eu"
DEPENDENCIES = ""
}

Expand Down Expand Up @@ -125,7 +125,7 @@ pipeline {
script {
try {
sh '''docker pull plone; docker run -d --rm --name="$BUILD_TAG-plone" -e SITE="Plone" -e PROFILES="profile-plone.restapi:blocks" plone fg'''
sh '''docker pull plone/volto-addon-ci; docker run -i --name="$BUILD_TAG-cypress" --link $BUILD_TAG-plone:plone -e NAMESPACE="$NAMESPACE" -e GIT_NAME=$GIT_NAME -e GIT_BRANCH="$BRANCH_NAME" -e GIT_CHANGE_ID="$CHANGE_ID" -e DEPENDENCIES="$DEPENDENCIES" plone/volto-addon-ci cypress'''
sh '''docker pull plone/volto-addon-ci; docker run -i --name="$BUILD_TAG-cypress" --link $BUILD_TAG-plone:plone -e NAMESPACE="$NAMESPACE" -e GIT_NAME=$GIT_NAME -e GIT_BRANCH="$BRANCH_NAME" -e GIT_CHANGE_ID="$CHANGE_ID" -e DEPENDENCIES="$DEPENDENCIES" -e NODE_ENV=test plone/volto-addon-ci cypress'''
} finally {
try {
sh '''rm -rf cypress-reports cypress-results cypress-coverage'''
Expand Down Expand Up @@ -238,8 +238,4 @@ pipeline {
}
}
}
}
}
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-react-table-widget",
"version": "0.1.0",
"version": "0.1.1",
"description": "@eeacms/volto-react-table-widget: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: CLMS Team",
Expand Down

0 comments on commit 5fea8b8

Please sign in to comment.