47 Commits

Author SHA1 Message Date
Eugene Dyudyunov
506672e032 fix: custom image pull and push
Alow custom images for pull/push.
2024-06-07 22:01:46 +05:00
RohanSaeed
ad4d593168 fix: make award program certificate work 2024-05-07 18:04:17 +05:00
Danyal-Faheem
6ada8298f8 fix: ignore type for MFE_APPS.add decorator 2024-03-19 15:41:41 +05:00
Régis Behmo
d3d0294b16 fix: remove pkg_resources for compatibility with python 3.12
pkg_resources is a package that is unavailable in python 3.12, unless
setuptools is explicitely installed. Turns out, there are replacement
functions coming from importlib_resources, which can be obtained from
the importlib-resources pypi package. This package will be installed
with tutor starting from 17.0.2.
2024-02-12 11:57:50 +01:00
Talha
c471070e4b feat: upgrade to quince 2023-12-11 18:12:10 +01:00
Régis Behmo
cd533f0597 fix: remove now obsolete github refs function 2023-12-09 18:16:13 +01:00
Régis Behmo
ef9390eaf8 fix: port syntax 2023-12-09 17:48:05 +01:00
Adolfo R. Brandes
3c445adf8e feat: Add support for the Learner Record MFE
And while we're at it:

* Fix an issue with development mode OAUTH2
* Fix the OAUTH2 LMS configuration variables; it wasn't possible to
  change them in production
2023-12-09 15:31:41 +01:00
Régis Behmo
a31f6b7d65 chore: simplify settings 2023-11-30 17:02:30 +05:00
Muhammad Faraz Maqsood
05e33e1877 fix: add missing settings 2023-11-24 15:26:54 +05:00
Emad Rad
70d0957446 fix: move all configs to one place 2023-11-24 14:57:20 +05:00
Emad Rad
a1b8e93d77 chore: cleanup 2023-11-24 14:57:20 +05:00
Emad Rad
f6b1821385 feat: typing added 2023-11-24 14:57:20 +05:00
Muhammad Faraz Maqsood
9e6aa1ec38 change credentials repo link 2023-11-21 15:07:54 +05:00
Muhammad Faraz Maqsood
108324cff1 refactor: add superuser command and removed some settings 2023-11-21 15:07:54 +05:00
Muhammad Faraz Maqsood
a1be1d61f7 enhancement: hard code the catalog api url 2023-11-21 15:07:54 +05:00
Muhammad Faraz Maqsood
feff56909c fix: fix site configuration issue for dev mode 2023-11-21 15:07:54 +05:00
Régis Behmo
fb58b88980 feat: simplify nightly version management
By pulling the version suffix from tutor, we avoid git conflicts when
merging the release branch in nightly.
2023-11-20 17:39:47 +01:00
Muhammad Faraz Maqsood
61111bb128 feat: upgrade to Palm 2023-06-15 00:30:42 +02:00
lpm0073
fb7bcf76f3 set logo url defaults 2022-09-14 14:16:15 -05:00
lpm0073
5f41f2ad88 LMS_BASE is now LMS_HOST 2022-09-14 13:48:48 -05:00
lpm0073
2ea05a8779 OPENEDX_LMS_BASE should be LMS_BASE 2022-09-14 13:44:39 -05:00
lpm0073
c45a5ec455 switch to OPENEDX_LMS_BASE 2022-09-14 13:40:06 -05:00
lpm0073
ebe0617a5a add to ALLOWED_HOSTS 2022-09-13 22:34:00 -05:00
lpm0073
b389ea19a5 remove duplicate keys 2022-09-13 22:10:15 -05:00
lpm0073
8db5aa9771 add oauth params 2022-09-13 21:45:22 -05:00
lpm0073
3734459c71 remove secret param 2022-09-13 21:10:37 -05:00
lpm0073
17549a4d4b rebuild from latest cookiecutter 2022-09-13 20:37:37 -05:00
lpm0073
9caab3710f precede all params w CREDENTIALS_ 2022-09-13 20:00:18 -05:00
lpm0073
c8b51efa02 sync users after db migrations have run 2022-09-13 18:27:22 -05:00
lpm0073
b665a37a3a tutor_hooks.Filters.IMAGES_BUILD.add_item() expects name, path, tag, args 2022-05-27 10:49:56 -05:00
lpm0073
eca5d60374 resequence calls to tutor_hooks.Filters.COMMANDS_INIT.add_item() so that mysql init is called first 2022-05-26 20:02:20 -05:00
lpm0073
429f9f081c add CREDENTIALS_THEME_NAME 2022-05-14 08:26:02 -05:00
lpm0073
a150acfbf9 add CREDENTIALS_LMS_HOST 2022-05-14 08:13:01 -05:00
lpm0073
528e349508 add CREDENTIALS_LMS_URL 2022-05-14 08:06:16 -05:00
lpm0073
e1b52c0f05 add CREDENTIALS_LMS_URL_ROOT 2022-05-14 07:57:01 -05:00
lpm0073
fba5b6e5d5 alphabetize the parameters 2022-05-14 07:50:20 -05:00
lpm0073
9fb6194abf move passwords and secrets to 'unique' 2022-05-14 05:55:13 -05:00
lpm0073
23d10e28cf add jobs for mysql and credentials 2022-05-13 20:45:09 -05:00
lpm0073
fe96e5578f add CREDENTIALS_OAUTH2_KEY and SECRET 2022-05-13 20:13:58 -05:00
lpm0073
46dbda6201 set defaults 2022-05-13 20:03:36 -05:00
lpm0073
2011420c32 add more defaults 2022-05-13 14:23:47 -05:00
lpm0073
56486ffcc1 add defaults 2022-05-13 14:17:56 -05:00
lpm0073
b1517b432d set SECRET_KEY 2022-05-13 14:09:07 -05:00
lpm0073
161b979d0c pin repo to open-release/maple.master 2022-05-13 13:41:22 -05:00
lpm0073
a61ffe3b29 configure for credentials service 2022-05-13 12:56:45 -05:00
lpm0073
6e22e88f9b cookiecutter-tutor-plugin scaffolding 2022-05-13 11:22:03 -05:00