Skip to content

Commit

Permalink
🔖(beta) bump release to 4.0.0-beta.11
Browse files Browse the repository at this point in the history
Added

- Migrate app classroom from LTI to lib-classroom package
- Create lib-classroom package
- Add SharedLiveMedia widget to public and teacher VOD Dashboard
- Add new elements to the public VOD Dashboard :
  - Transcript reader
  - Video download
- standalone website:
  - playlists page
- install and configure drf-spectacular to serve a swagger ui
- Management command clean_aws_elemental_stack

Changed

- Allow site users to manage classroom documents, deposited files,
  and markdown images through API.
- Site url serve the build generated by CRA
- Enrich playlist serializer with organization and consumer site infos
- Refactor check_live_state management command to use the live started_at
  timestamp to filter logs instead of using video creation date.

Fixed

- fix permission for classroom creation
- fix permission for filedepository creation
- fix permission for markdown document creation
  • Loading branch information
lunika committed Nov 9, 2022
1 parent 1a155ec commit 901978b
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 25 deletions.
5 changes: 4 additions & 1 deletion 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]

## [4.0.0-beta.11] - 2022-11-08

### Added

- Migrate app classroom from LTI to lib-classroom package
Expand Down Expand Up @@ -1311,7 +1313,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

- Minor fixes and improvements on features and tests

[unreleased]: https://github.com/openfun/marsha/compare/v4.0.0-beta.10...master
[unreleased]: https://github.com/openfun/marsha/compare/v4.0.0-beta.11...master
[4.0.0-beta.11]: https://github.com/openfun/marsha/compare/v4.0.0-beta.10...v4.0.0-beta.11
[4.0.0-beta.10]: https://github.com/openfun/marsha/compare/v4.0.0-beta.9...v4.0.0-beta.10
[4.0.0-beta.9]: https://github.com/openfun/marsha/compare/v4.0.0-beta.8...v4.0.0-beta.9
[4.0.0-beta.8]: https://github.com/openfun/marsha/compare/v4.0.0-beta.7...v4.0.0-beta.8
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-complete/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-complete",
"version": "4.0.0-beta.10",
"version": "4.0.0-beta.11",
"engines": {
"node": "16"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-configure/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-configure",
"version": "4.0.0-beta.10",
"version": "4.0.0-beta.11",
"engines": {
"node": "16"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-convert/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-convert",
"version": "4.0.0-beta.10",
"version": "4.0.0-beta.11",
"engines": {
"node": "16"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-elemental-routing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-elemental-routing",
"version": "4.0.0-beta.10",
"version": "4.0.0-beta.11",
"engines": {
"node": "16"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-medialive/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-medialive",
"version": "4.0.0-beta.10",
"version": "4.0.0-beta.11",
"engines": {
"node": "16"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-mediapackage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-mediapackage",
"version": "4.0.0-beta.10",
"version": "4.0.0-beta.11",
"engines": {
"node": "16"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/lambda-migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-migrate",
"version": "4.0.0-beta.10",
"version": "4.0.0-beta.11",
"engines": {
"node": "16"
},
Expand Down
2 changes: 1 addition & 1 deletion src/aws/utils/update-state/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "France Université Numérique",
"name": "aws-marsha-update-state",
"version": "4.0.0-beta.10",
"version": "4.0.0-beta.11",
"engines": {
"node": "16"
},
Expand Down
2 changes: 1 addition & 1 deletion src/backend/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = marsha
description = A FUN video provider for Open edX
version = 4.0.0-beta.10
version = 4.0.0-beta.11
author = Open FUN (France Universite Numerique)
author_email = [email protected]
license = MIT
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/apps/lti_site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marsha",
"version": "4.0.0-beta.10",
"version": "4.0.0-beta.11",
"description": "🐠 a FUN LTI video provider",
"main": "front/index.tsx",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion src/frontend/apps/standalone_site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "standalone_site",
"version": "0.1.0",
"version": "4.0.0-beta.11",
"license": "MIT",
"private": true,
"devDependencies": {
"@types/fetch-mock": "7.3.5",
Expand Down
3 changes: 2 additions & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "common",
"version": "0.1.0",
"version": "4.0.0-beta.11",
"license": "MIT",
"private": true,
"workspaces": {
"nohoist": [
Expand Down
5 changes: 2 additions & 3 deletions src/frontend/packages/lib_classroom/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "lib-classroom",
"version": "1.0.0",
"description": "",
"license": "ISC",
"version": "4.0.0-beta.11",
"license": "MIT",
"main": "lib/index.js",
"module": "lib/index.es.js",
"types": "lib/index.d.ts",
Expand Down
5 changes: 2 additions & 3 deletions src/frontend/packages/lib_common/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "lib-common",
"version": "1.0.0",
"description": "",
"license": "ISC",
"version": "4.0.0-beta.11",
"license": "MIT",
"main": "lib/index.js",
"module": "lib/index.es.js",
"jsnext:main": "lib/index.es.js",
Expand Down
5 changes: 2 additions & 3 deletions src/frontend/packages/lib_components/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "lib-components",
"version": "1.0.0",
"description": "",
"license": "ISC",
"version": "4.0.0-beta.11",
"license": "MIT",
"main": "lib/index.js",
"module": "lib/index.es.js",
"types": "lib/index.d.ts",
Expand Down
5 changes: 2 additions & 3 deletions src/frontend/packages/lib_tests/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "lib-tests",
"version": "1.0.0",
"description": "",
"license": "ISC",
"version": "4.0.0-beta.11",
"license": "MIT",
"main": "lib/index.js",
"module": "lib/index.es.js",
"jsnext:main": "lib/index.es.js",
Expand Down

0 comments on commit 901978b

Please sign in to comment.