Skip to content

Commit

Permalink
⬆️(funcorporate) 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 82b5ce9 commit 9c2f1b9
Show file tree
Hide file tree
Showing 5 changed files with 900 additions and 605 deletions.
122 changes: 116 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -471,18 +471,128 @@ workflows:
site: funcampus
funcorporate:
jobs:
- no-change:
- 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: /.*/
name: no-change-funcorporate
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:
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
funmooc:
jobs:
- no-change:
- 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: /.*/
name: no-change-funmooc
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:
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
site-factory:
jobs:
- lint-git:
Expand Down
4 changes: 4 additions & 0 deletions sites/funcorporate/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.10.0] - 2021-05-03

### Changed
Expand Down
2 changes: 1 addition & 1 deletion sites/funcorporate/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/funcorporate/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 9c2f1b9

Please sign in to comment.