Skip to content

Commit

Permalink
🔖(demo) bump to version 1.11.1
Browse files Browse the repository at this point in the history
Fixed

- Allow setting demo site domain otherwise so it is not set to localhost:8080
  • Loading branch information
sampaccoud committed Jun 2, 2021
1 parent f327573 commit 39c6003
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 237 deletions.
248 changes: 14 additions & 234 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,72 +340,17 @@ version: 2.1
workflows:
cnfpt:
jobs:
- check-changelog:
filters:
branches:
ignore: /.*/
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:
filters:
tags:
only: /cnfpt-.*/
name: lint-back-cnfpt
requires:
- build-back-cnfpt
site: cnfpt
- test-back:
- no-change:
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:
filters:
branches:
ignore: /.*/
ignore: master
name: check-changelog-demo
site: demo
- lint-changelog:
Expand Down Expand Up @@ -464,198 +409,33 @@ workflows:
site: demo
funcampus:
jobs:
- check-changelog:
filters:
branches:
ignore: /.*/
name: check-changelog-funcampus
site: funcampus
- lint-changelog:
- no-change:
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:
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: /.*/
name: check-changelog-funcorporate
site: funcorporate
- lint-changelog:
- no-change:
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:
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: /.*/
name: check-changelog-funmooc
site: funmooc
- lint-changelog:
- no-change:
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:
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:
filters:
tags:
only: /.*/
- check-configuration:
ci_update_options: --ignore-changelog
ci_update_options: ""
filters:
branches:
ignore: master
Expand Down
5 changes: 4 additions & 1 deletion sites/demo/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]

## [1.11.1] - 2021-06-02

### Fixed

- Allow setting demo site domain otherwise so it is not set to localhost:8080
Expand Down Expand Up @@ -214,7 +216,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

First demo image for richie to 2.0.0-beta.7

[unreleased]: https://github.com/openfun/richie-site-factory/compare/demo-1.11.0...HEAD
[unreleased]: https://github.com/openfun/richie-site-factory/compare/demo-1.11.1...HEAD
[1.11.1]: https://github.com/openfun/richie-site-factory/compare/demo-1.11.0...demo-1.11.1
[1.11.0]: https://github.com/openfun/richie-site-factory/compare/demo-1.10.0...demo-1.11.0
[1.10.0]: https://github.com/openfun/richie-site-factory/compare/demo-1.9.0...demo-1.10.0
[1.9.0]: https://github.com/openfun/richie-site-factory/compare/demo-1.8.0...demo-1.9.0
Expand Down
2 changes: 1 addition & 1 deletion sites/demo/src/backend/demo/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.11.0"
__version__ = "1.11.1"
2 changes: 1 addition & 1 deletion sites/demo/src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "richie",
"version": "1.11.0",
"version": "1.11.1",
"description": "Richie demo site on https://demo.richie.education",
"scripts": {
"build-ts": "webpack --config node_modules/richie-education/webpack.config.js --output-path ../backend/base/static/richie/js/build --env richie-dependent-build --env richie-settings=overrides.json",
Expand Down

0 comments on commit 39c6003

Please sign in to comment.