Skip to content

Commit

Permalink
⬆️(cnfpt) upgrade richie to v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaccoud committed Jun 9, 2021
1 parent 1ef7f4f commit 85572ca
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 9 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: /cnfpt-.*/
name: lint-changelog--cnfpt
site: cnfpt
- build-front-production:
filters:
tags:
only: /.*/
name: no-change-cnfpt
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]

### Fixed

- Upgrade richie to 2.7.1 to fix LTI consumer when logged-in OpenEdX

## [1.7.0] - 2021-06-04

### 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.7.0
richie==2.7.1
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.7.0"
"richie-education": "2.7.1"
},
"devDependencies": {
"@formatjs/cli": "2.13.5",
Expand Down
8 changes: 4 additions & 4 deletions sites/cnfpt/src/frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7708,10 +7708,10 @@ reusify@^1.0.4:
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==

[email protected].0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/richie-education/-/richie-education-2.7.0.tgz#ba6713ce688f206272fd5cf874c41890a75e7ced"
integrity sha512-9SNE9H/+LHcesTndk1Or/f8jvBkDMDyEmlcaNQDC8avxzT5sqX7lWPy5f6arxAbHGMu42R1zsgZCVFfRitqNjQ==
[email protected].1:
version "2.7.1"
resolved "https://registry.yarnpkg.com/richie-education/-/richie-education-2.7.1.tgz#c49f9a84287c04e3969aeaa73adcddd012afdb10"
integrity sha512-slLLdccI15zppMOSCoTFgO4x4M1No9wsxIwEGeIoArGwQh8giaHqPf7G8ORXp+yz9puuKUrAVyRdP/XzuONyiQ==
dependencies:
"@babel/core" "7.14.2"
"@babel/plugin-syntax-dynamic-import" "7.8.3"
Expand Down

0 comments on commit 85572ca

Please sign in to comment.