Skip to content

Commit

Permalink
⬆️(cnfpt) upgrade richie to v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaccoud committed Jun 4, 2021
1 parent 9c2f1b9 commit 09da0e3
Show file tree
Hide file tree
Showing 5 changed files with 842 additions and 602 deletions.
61 changes: 58 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,11 +340,66 @@ version: 2.1
workflows:
cnfpt:
jobs:
- no-change:
- check-changelog:
filters:
branches:
ignore: master
name: check-changelog-cnfpt
site: cnfpt
- lint-changelog:
filters:
branches:
ignore: master
tags:
only: /.*/
name: no-change-cnfpt
only: /cnfpt-.*/
name: lint-changelog--cnfpt
site: cnfpt
- build-front-production:
filters:
tags:
only: /cnfpt-.*/
name: build-front-production-cnfpt
site: cnfpt
- lint-front:
filters:
tags:
only: /cnfpt-.*/
name: lint-front-cnfpt
requires:
- build-front-production-cnfpt
site: cnfpt
- build-back:
filters:
tags:
only: /cnfpt-.*/
name: build-back-cnfpt
site: cnfpt
- lint-back:
filters:
tags:
only: /cnfpt-.*/
name: lint-back-cnfpt
requires:
- build-back-cnfpt
site: cnfpt
- test-back:
filters:
tags:
only: /cnfpt-.*/
name: test-back-cnfpt
requires:
- build-back-cnfpt
site: cnfpt
- hub:
filters:
tags:
only: /^cnfpt-.*/
image_name: cnfpt
name: hub-cnfpt
requires:
- lint-front-cnfpt
- lint-back-cnfpt
site: cnfpt
demo:
jobs:
- check-changelog:
Expand Down
4 changes: 4 additions & 0 deletions sites/cnfpt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Changed

- Upgrade richie to 2.7.0

## [1.6.0] - 2021-05-03

### Changed
Expand Down
2 changes: 1 addition & 1 deletion sites/cnfpt/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ django-storages==1.11.1
dockerflow==2020.10.0
gunicorn==20.0.4
psycopg2-binary==2.8.6
richie==2.6.0
richie==2.7.0
sentry-sdk==0.19.5

# Google sheet importer
Expand Down
2 changes: 1 addition & 1 deletion sites/cnfpt/src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/openfun/richie-site-factory#readme",
"dependencies": {
"richie-education": "2.6.0"
"richie-education": "2.7.0"
},
"devDependencies": {
"@formatjs/cli": "2.13.5",
Expand Down
Loading

0 comments on commit 09da0e3

Please sign in to comment.