Skip to content

Commit

Permalink
🔖(chore) bump funcampus to 0.2.0
Browse files Browse the repository at this point in the history
Changed

- Upgrade richie to 2.0.0-beta.11
- Update theme to fit to requirements (primary and secondary color change,
  logo, favicon).
- Enable cache for content and sessions
- Enable Django CMS page cache for non-staff users

Fixed

- Fix translation overrides by configuring the specific "locale" directory
  • Loading branch information
madmatah committed Aug 20, 2020
1 parent f3b7065 commit 565ca58
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 47 deletions.
86 changes: 43 additions & 43 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,81 +326,81 @@ jobs:
version: 2.1
workflows:
cnfpt:
jobs:
- no-change:
filters:
tags:
only: /.*/
name: no-change-cnfpt
demo:
jobs:
- no-change:
filters:
tags:
only: /.*/
name: no-change-demo
funcampus:
jobs:
- check-changelog:
filters:
branches:
ignore: master
name: check-changelog-cnfpt
site: cnfpt
name: check-changelog-funcampus
site: funcampus
- lint-changelog:
filters:
branches:
ignore: master
tags:
only: /cnfpt-.*/
name: lint-changelog--cnfpt
site: cnfpt
only: /funcampus-.*/
name: lint-changelog--funcampus
site: funcampus
- build-front-production:
filters:
tags:
only: /cnfpt-.*/
name: build-front-production-cnfpt
site: cnfpt
only: /funcampus-.*/
name: build-front-production-funcampus
site: funcampus
- lint-front:
filters:
tags:
only: /cnfpt-.*/
name: lint-front-cnfpt
only: /funcampus-.*/
name: lint-front-funcampus
requires:
- build-front-production-cnfpt
site: cnfpt
- build-front-production-funcampus
site: funcampus
- build-back:
filters:
tags:
only: /cnfpt-.*/
name: build-back-cnfpt
site: cnfpt
only: /funcampus-.*/
name: build-back-funcampus
site: funcampus
- lint-back:
filters:
tags:
only: /cnfpt-.*/
name: lint-back-cnfpt
only: /funcampus-.*/
name: lint-back-funcampus
requires:
- build-back-cnfpt
site: cnfpt
- build-back-funcampus
site: funcampus
- test-back:
filters:
tags:
only: /cnfpt-.*/
name: test-back-cnfpt
only: /funcampus-.*/
name: test-back-funcampus
requires:
- build-back-cnfpt
site: cnfpt
- build-back-funcampus
site: funcampus
- hub:
filters:
tags:
only: /^cnfpt-.*/
image_name: cnfpt
name: hub-cnfpt
only: /^funcampus-.*/
image_name: funcampus
name: hub-funcampus
requires:
- lint-front-cnfpt
- lint-back-cnfpt
site: cnfpt
demo:
jobs:
- no-change:
filters:
tags:
only: /.*/
name: no-change-demo
funcampus:
jobs:
- no-change:
filters:
tags:
only: /.*/
name: no-change-funcampus
- lint-front-funcampus
- lint-back-funcampus
site: funcampus
funcorporate:
jobs:
- no-change:
Expand Down
7 changes: 5 additions & 2 deletions sites/funcampus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.0] - 2020-08-20

### Changed

- Upgrade richie to 2.0.0-beta.11
Expand All @@ -24,5 +26,6 @@ Versioning](https://semver.org/spec/v2.0.0.html).

- First `funcampus` image

[unreleased]: https://github.com/openfun/richie-site-factory/compare/funcampus-0.1.0...HEAD
[funcampus-0.1.0]: https://github.com/openfun/richie-site-factory/compare/ 185f9deff5c4dd79e21f4f42c2acd1d17c73c293...funcampus-0.1.0
[unreleased]: https://github.com/openfun/richie-site-factory/compare/funcampus-0.2.0...HEAD
[0.2.0]: https://github.com/openfun/richie-site-factory/compare/funcampus-0.1.0...funcampus-0.2.0
[0.1.0]: https://github.com/openfun/richie-site-factory/compare/ 185f9deff5c4dd79e21f4f42c2acd1d17c73c293...funcampus-0.1.0
2 changes: 1 addition & 1 deletion sites/funcampus/src/backend/funcampus/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.2.0"
2 changes: 1 addition & 1 deletion sites/funcampus/src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "funcampus",
"version": "0.1.0",
"version": "0.2.0",
"description": "The future www.fun-campus.fr website based on https://github.com/openfun/richie",
"scripts": {
"prettier": "prettier '**/*.+(css|scss)'",
Expand Down

0 comments on commit 565ca58

Please sign in to comment.