Skip to content

Commit

Permalink
Revert workflow changes and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladyslav Tymofeiev committed Aug 13, 2024
1 parent 82fbe2e commit cd3d7f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/playbook-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
build:

runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
Expand All @@ -31,7 +31,6 @@ jobs:
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
- name: Install Dependencies
run: |
pip install "setuptools<58" wheel
pip install demjson
pip install -r requirements.txt
- name: Run Make test.syntax
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/syntax-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
build:

runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
Expand All @@ -27,11 +27,8 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
env:
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
- name: Install Dependencies
run: |
pip install "setuptools<58" wheel
pip install demjson
pip install -r requirements.txt
- name: Run Make test.syntax
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
Add any new changes to the top(right below this line).

- Role: nginx
- Add the possibility to add the header `Content-Security-Policy frame-ancestors`. This is configured by the
EDXAPP_LMS_IFRAME_ENABLED switcher and EDXAPP_LMS_FRAME-ANCESTORS value.

- Role: edxapp BREAKING_CHANGE
- The sandbox environment that runs instructor written python code used to run python 2.7. We update the default to
python 3.5 but provide a new variable to be able to go back to the old setting. If `edxapp_sandbox_python_version`
Expand Down

0 comments on commit cd3d7f7

Please sign in to comment.