From 05a3245048f0d90110c4ff5fc6987b26c3614caf Mon Sep 17 00:00:00 2001 From: Max Sokolski Date: Wed, 24 Jan 2024 22:58:15 +0200 Subject: [PATCH 1/4] feat: add mounts for docker-compose-dev-services --- tutorcredentials/patches/local-docker-compose-dev-services | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tutorcredentials/patches/local-docker-compose-dev-services b/tutorcredentials/patches/local-docker-compose-dev-services index e960ec8..a314b85 100644 --- a/tutorcredentials/patches/local-docker-compose-dev-services +++ b/tutorcredentials/patches/local-docker-compose-dev-services @@ -9,6 +9,9 @@ credentials: volumes: # editable requirements - ../plugins/credentials/build/credentials/requirements:/openedx/requirements + {%- for mount in iter_mounts(MOUNTS, "credentials") %} + - {{ mount }} + {%- endfor %} networks: default: aliases: From 63688aa014e8d4bf3ca9936f08c177912fe3b5ac Mon Sep 17 00:00:00 2001 From: Max Sokolski Date: Tue, 20 Feb 2024 12:47:53 +0200 Subject: [PATCH 2/4] docs: add changelog entry --- changelog.d/20240220_124357_cmltawt0_mounts.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/20240220_124357_cmltawt0_mounts.md diff --git a/changelog.d/20240220_124357_cmltawt0_mounts.md b/changelog.d/20240220_124357_cmltawt0_mounts.md new file mode 100644 index 0000000..0dd64b2 --- /dev/null +++ b/changelog.d/20240220_124357_cmltawt0_mounts.md @@ -0,0 +1 @@ +- [Feature] Make it possible to use mounts for a local development. (by @cmltawt0) From 70acecfc4de61dee453b569fb6abda444469efb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 20 Feb 2024 15:15:41 +0100 Subject: [PATCH 3/4] ci: remove now useless OPENEDX_RELEASE variable --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f94ba1..fc23a92 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,6 @@ variables: TUTOR_PLUGIN: credentials TUTOR_IMAGES: credentials TUTOR_PYPI_PACKAGE: tutor-credentials - OPENEDX_RELEASE: quince GITHUB_REPO: overhangio/tutor-credentials TUTOR_EXTRA_ENABLED_PLUGINS: discovery mfe From 6d418514d1670796b961c82679fafaf16ecaa589 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 5 Mar 2024 11:51:51 +0500 Subject: [PATCH 4/4] ci: don't even try to auto-add PRs to github project Auto-adding PRs to the Github project is not working because the github-token is not available there. --- .github/workflows/auto-add-to-project.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/auto-add-to-project.yml b/.github/workflows/auto-add-to-project.yml index d4ab7a4..7dadeb6 100644 --- a/.github/workflows/auto-add-to-project.yml +++ b/.github/workflows/auto-add-to-project.yml @@ -1,9 +1,6 @@ -name: Auto Add Issues and Pull Requests to Project +name: Auto Add Issues to Project on: - pull_request: - types: - - opened issues: types: - opened