Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Merge a6cbbdb into b4e5396
Browse files Browse the repository at this point in the history
  • Loading branch information
kesselb committed Oct 20, 2018
2 parents b4e5396 + a6cbbdb commit f91299d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
-->

## [Unreleased]
## [[0.8.0](https://github.com/geli-lms/geli/releases/tag/v0.8.0)] - 2018-10-24 - WS 18/19 Bugfix & Tweak-Release
### Added
- Cookie information banner. [#565](https://github.com/geli-lms/geli/pull/565)
- Course progress can now be exported as a CSV-file. [#766](https://github.com/geli-lms/geli/pull/766)
Expand Down Expand Up @@ -58,6 +59,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Update `Node.js` version to `10.8.0`. [#821](https://github.com/geli-lms/geli/pull/821)
- Update `README.md` with latest information. [#845](https://github.com/geli-lms/geli/pull/845)
- Exit build when no change to `CHANGELOG.md`. [#880](https://github.com/geli-lms/geli/pull/880)
- Adjust `CHANGELOG.md` for next release. [#879](https://github.com/geli-lms/geli/pull/879)

### Removed
- `isCourseTeacherOrAdmin` and `isMemberOfCourse` from `UserService`. [#731](https://github.com/geli-lms/geli/issues/731)
Expand Down
12 changes: 12 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Upgrade from 0.7 to 0.8

- Anonymous forum [#792](https://github.com/geli-lms/geli/pull/792) requires database migration
- Unit visibility toggle[#660](https://github.com/geli-lms/geli/pull/660) requires database migration

### Production / Staging

`docker-compose run --rm api node migrate.js --up 20180821-course 20180821-unit 20181020-unit`

### Develop

`npm run migrate -- --up 20180821-course 20180821-unit 20181020-unit`

0 comments on commit f91299d

Please sign in to comment.