Skip to content

Commit

Permalink
⬆️(demo) 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 96a83b2 commit 6f109e9
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 238 deletions.
244 changes: 12 additions & 232 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,66 +340,11 @@ version: 2.1
workflows:
cnfpt:
jobs:
- 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: /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:
- no-change:
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
only: /.*/
name: no-change-cnfpt
demo:
jobs:
- check-changelog:
Expand Down Expand Up @@ -464,190 +409,25 @@ workflows:
site: demo
funcampus:
jobs:
- check-changelog:
filters:
branches:
ignore: master
name: check-changelog-funcampus
site: funcampus
- lint-changelog:
filters:
branches:
ignore: master
tags:
only: /funcampus-.*/
name: lint-changelog--funcampus
site: funcampus
- build-front-production:
filters:
tags:
only: /funcampus-.*/
name: build-front-production-funcampus
site: funcampus
- lint-front:
filters:
tags:
only: /funcampus-.*/
name: lint-front-funcampus
requires:
- build-front-production-funcampus
site: funcampus
- build-back:
filters:
tags:
only: /funcampus-.*/
name: build-back-funcampus
site: funcampus
- lint-back:
- no-change:
filters:
tags:
only: /funcampus-.*/
name: lint-back-funcampus
requires:
- build-back-funcampus
site: funcampus
- test-back:
filters:
tags:
only: /funcampus-.*/
name: test-back-funcampus
requires:
- build-back-funcampus
site: funcampus
- hub:
filters:
tags:
only: /^funcampus-.*/
image_name: funcampus
name: hub-funcampus
requires:
- lint-front-funcampus
- lint-back-funcampus
site: funcampus
only: /.*/
name: no-change-funcampus
funcorporate:
jobs:
- check-changelog:
filters:
branches:
ignore: master
name: check-changelog-funcorporate
site: funcorporate
- lint-changelog:
filters:
branches:
ignore: master
tags:
only: /funcorporate-.*/
name: lint-changelog--funcorporate
site: funcorporate
- build-front-production:
filters:
tags:
only: /funcorporate-.*/
name: build-front-production-funcorporate
site: funcorporate
- lint-front:
filters:
tags:
only: /funcorporate-.*/
name: lint-front-funcorporate
requires:
- build-front-production-funcorporate
site: funcorporate
- build-back:
filters:
tags:
only: /funcorporate-.*/
name: build-back-funcorporate
site: funcorporate
- lint-back:
- no-change:
filters:
tags:
only: /funcorporate-.*/
name: lint-back-funcorporate
requires:
- build-back-funcorporate
site: funcorporate
- test-back:
filters:
tags:
only: /funcorporate-.*/
name: test-back-funcorporate
requires:
- build-back-funcorporate
site: funcorporate
- hub:
filters:
tags:
only: /^funcorporate-.*/
image_name: funcorporate
name: hub-funcorporate
requires:
- lint-front-funcorporate
- lint-back-funcorporate
site: funcorporate
only: /.*/
name: no-change-funcorporate
funmooc:
jobs:
- check-changelog:
filters:
branches:
ignore: master
name: check-changelog-funmooc
site: funmooc
- lint-changelog:
filters:
branches:
ignore: master
tags:
only: /funmooc-.*/
name: lint-changelog--funmooc
site: funmooc
- build-front-production:
filters:
tags:
only: /funmooc-.*/
name: build-front-production-funmooc
site: funmooc
- lint-front:
filters:
tags:
only: /funmooc-.*/
name: lint-front-funmooc
requires:
- build-front-production-funmooc
site: funmooc
- build-back:
filters:
tags:
only: /funmooc-.*/
name: build-back-funmooc
site: funmooc
- lint-back:
- no-change:
filters:
tags:
only: /funmooc-.*/
name: lint-back-funmooc
requires:
- build-back-funmooc
site: funmooc
- test-back:
filters:
tags:
only: /funmooc-.*/
name: test-back-funmooc
requires:
- build-back-funmooc
site: funmooc
- hub:
filters:
tags:
only: /^funmooc-.*/
image_name: funmooc
name: hub-funmooc
requires:
- lint-front-funmooc
- lint-back-funmooc
site: funmooc
only: /.*/
name: no-change-funmooc
site-factory:
jobs:
- lint-git:
Expand Down
4 changes: 4 additions & 0 deletions sites/demo/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.12.0] - 2021-06-04

### Changed
Expand Down
2 changes: 1 addition & 1 deletion sites/demo/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ dockerflow==2020.10.0
factory-boy==3.2.0
gunicorn==20.0.4
psycopg2-binary==2.8.6
richie==2.7.0
richie==2.7.1
sentry-sdk==0.19.5
2 changes: 1 addition & 1 deletion sites/demo/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/demo/src/frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7730,10 +7730,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 6f109e9

Please sign in to comment.