Régis Behmo
4256df3839
docs: docs.tutor.overhang.io -> docs.tutor.edly.io
...
See: https://github.com/overhangio/tutor/issues/945
2023-12-05 12:16:40 +01:00
Régis Behmo
be48edeb26
feat: simplify nightly version management
...
By pulling the version suffix from tutor, we avoid git conflicts when
merging the release branch in nightly.
2023-12-05 12:16:39 +01:00
Régis Behmo
18a6d5bc39
fix: add missing pkg-config package ( #26 )
...
Build fails in nightly with the following error:
#28 5.503 × Getting requirements to build wheel did not run
successfully.
#28 5.503 │ exit code: 1
#28 5.503 ╰─> [24 lines of output]
#28 5.503 /bin/sh: 1: pkg-config: not found
#28 5.503 /bin/sh: 1: pkg-config: not found
#28 5.503 Trying pkg-config --exists mysqlclient
#28 5.503 Command 'pkg-config --exists mysqlclient' returned
non-zero exit status 127.
#28 5.503 Trying pkg-config --exists mariadb
#28 5.503 Command 'pkg-config --exists mariadb' returned non-zero
exit status 127.
#28 5.503 Traceback (most recent call last):
#28 5.503 File
"/openedx/venv/lib/python3.8/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py",
line 353, in <module>
#28 5.503 main()
#28 5.503 File
"/openedx/venv/lib/python3.8/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py",
line 335, in main
#28 5.503 json_out['return_val'] =
hook(**hook_input['kwargs'])
#28 5.503 File
"/openedx/venv/lib/python3.8/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py",
line 118, in get_requires_for_build_wheel
#28 5.503 return hook(config_settings)
#28 5.503 File
"/tmp/pip-build-env-58chejnv/overlay/lib/python3.8/site-packages/setuptools/build_meta.py",
line 355, in get_requires_for_build_wheel
#28 5.503 return self._get_build_requires(config_settings,
requirements=['wheel'])
#28 5.503 File
"/tmp/pip-build-env-58chejnv/overlay/lib/python3.8/site-packages/setuptools/build_meta.py",
line 325, in _get_build_requires
#28 5.503 self.run_setup()
#28 5.503 File
"/tmp/pip-build-env-58chejnv/overlay/lib/python3.8/site-packages/setuptools/build_meta.py",
line 341, in run_setup
#28 5.503 exec(code, locals())
#28 5.503 File "<string>", line 154, in <module>
#28 5.503 File "<string>", line 48, in get_config_posix
#28 5.503 File "<string>", line 27, in find_package_name
#28 5.503 Exception: Can not find valid pkg-config name.
#28 5.503 Specify MYSQLCLIENT_CFLAGS and MYSQLCLIENT_LDFLAGS env
vars manuallY
2023-11-21 06:39:16 -05:00
Overhang.IO
f81740fa40
Merge remote-tracking branch 'origin/master' into nightly
2023-11-14 23:05:48 +00:00
jfavellar90
84ceed2f92
v16.0.2
v16.0.2
2023-11-14 18:03:59 -05:00
ravikhetani
c93d2a3e35
fix: service "xqueue-job" depends on undefined service mysql: invalid compose project ( #24 )
...
* fix: docker compose error, dependency sql missing, when running with RUN_MYSQL=false
* fix spelling error
---------
Co-authored-by: Ravi Khetani <r.khetani@institute.global>
2023-11-14 18:01:33 -05:00
Overhang.IO
b25a7e23a4
Merge remote-tracking branch 'origin/master' into nightly
2023-10-03 06:37:34 +00:00
Régis Behmo
c88592235f
chore: mark compatibility with python 3.12
2023-10-03 08:23:48 +02:00
Overhang.IO
4d75cd0f84
Merge remote-tracking branch 'origin/master' into nightly
2023-09-07 16:53:29 +00:00
Régis Behmo
5da7bd3278
fix: nightly package version
...
The package version may not include the "-nightly" suffix. Otherwise,
`pip install .` fails with:
setuptools.extern.packaging.version.InvalidVersion: Invalid version: '...-nightly'
2023-09-07 18:39:53 +02:00
Overhang.IO
790405a132
Merge remote-tracking branch 'origin/master' into nightly
2023-08-14 14:26:52 +00:00
Emad Rad
9e1296b6bd
docs: typos
...
* chore: wrong plugin name fixed
* chore: square characters replaced with "→"
2023-08-14 16:24:05 +02:00
Régis Behmo
ee0f3563e2
Merge branch 'master' into nightly
2023-08-09 10:34:31 +02:00
jfavellar90
18f202e593
v16.0.1
v16.0.1
2023-08-04 08:16:30 -05:00
Overhang.IO
1ea66816ea
Merge remote-tracking branch 'origin/master' into nightly
2023-07-31 13:41:11 +00:00
Jhony Avella
9ab9d85fc5
chore: remove xqueue permissions container
...
There is now a single "permissions" container that makes all permission changes in Tutor core
2023-07-31 15:35:37 +02:00
Overhang.IO
9787d8d71b
Merge remote-tracking branch 'origin/master' into nightly
2023-06-27 15:26:24 +00:00
Régis Behmo
69aff3255f
fix: development status is stable
2023-06-27 15:53:57 +02:00
Régis Behmo
b3bc26036a
Merge branch 'master' into nightly
2023-06-15 01:12:12 +02:00
Jhony Avella
8448e2ba2f
feat: upgrade to Palm
v16.0.0
2023-06-15 01:04:59 +02:00
Régis Behmo
f9cf62c307
fix: nightly package version
...
The package version number may not include the "-nightly" suffix.
Otherwise, installation fails with:
setuptools.extern.packaging.version.InvalidVersion: Invalid version: '15.0.7-nightly'
2023-05-26 18:47:48 +02:00
Régis Behmo
06c53909ba
feat: label nightly version
...
This is to address https://github.com/overhangio/tutor-mfe/issues/122
As a consequence of this change, images will be tagged with a "-nightly"
suffix. Next, we'll probably have to build them periodically in CI.
2023-05-26 18:26:28 +02:00
Overhang.IO
70730f1cbf
Merge remote-tracking branch 'origin/master' into nightly
2023-05-26 15:00:20 +00:00
Régis Behmo
6cf8776b29
ci: improve compatibility with main & nightly
2023-05-26 16:49:26 +02:00
Overhang.IO
e282c959e0
Merge remote-tracking branch 'origin/master' into nightly
2023-05-26 14:42:14 +00:00
Régis Behmo
ee1ade376a
chore: handle nightly version numbers
...
Here, we make it possible to add a "-nightly" suffix to the package
version. This suffix will find its way to the Docker image tags. Thus,
the nightly branch will have different image tags. This will resolve
some confusion, as image tags are currently identical in nightly and
master.
2023-05-26 16:28:10 +02:00
Overhang.IO
c40a96e8fc
Merge remote-tracking branch 'origin/master' into nightly
2023-05-22 07:46:26 +00:00
Régis Behmo
23a15c8f0f
docs: fix lingering i char in changelog
...
Damn you vim!
2023-05-22 09:38:30 +02:00
Overhang.IO
33c4ca9538
Merge remote-tracking branch 'origin/master' into nightly
2023-05-19 14:55:46 +00:00
Régis Behmo
efab209715
docs: add a scriv-managed changelog
...
This will be useful for tracking changes across releases.
This partly addresses https://github.com/overhangio/tutor/issues/746
2023-05-19 16:19:56 +02:00
Overhang.IO
5595ba7283
Merge remote-tracking branch 'origin/master' into nightly
2023-05-17 08:40:24 +00:00
Régis Behmo
29e53d7fda
fix: build-time warning
...
Installing from source triggers a warning on pip 23.0.1 if
pyproject.toml is not present. Building does not require any special
dependencies, so we just add a simple pyproject.toml file.
See: https://github.com/overhangio/tutor/issues/836
2023-05-17 10:24:21 +02:00
Overhang.IO
09278342d9
Merge remote-tracking branch 'origin/master' into nightly
2023-05-16 08:21:43 +00:00
Régis Behmo
a938fefea7
docs: instruct to install from index
2023-05-16 10:08:58 +02:00
Overhang.IO
8318502e31
Merge remote-tracking branch 'origin/master' into nightly
2023-03-19 14:37:56 +00:00
Régis Behmo
8411ceef4f
v15.0.1
v15.0.1
2023-03-19 15:37:26 +01:00
Daniel Herrmann
04de8bcf67
Fix broken media download
...
The static map used with uwsgi was referencing the wrong media directory, such that downloads of media files did not work correctly.
2023-03-19 15:32:30 +01:00
Overhang.IO
d0a40077f9
Merge remote-tracking branch 'origin/master' into nightly
2023-02-27 11:01:50 +00:00
Régis Behmo
cf9bae63da
ci: upgrade checkout action
2023-02-27 11:55:37 +01:00
Overhang.IO
aa3dc2b1fd
Merge remote-tracking branch 'origin/master' into nightly
2022-12-22 17:28:37 +00:00
Jhony Avella
57cce6fefb
Merge pull request #14 from overhangio/jfavellar90/maintainer
...
docs: make it clear who is maintaining this plugin
2022-12-22 12:26:09 -05:00
Carlos Muniz
07255c2d41
docs: change quickstart to launch
...
This change is due to quickstart being renamed to launch in tutor.
2022-12-12 19:08:34 +01:00
Moisés Arévalo
7f66739ccd
feat: updated to work with tutor olive
v15.0.0
2022-12-12 18:55:56 +01:00
Jhony Avella
2ec1b85ccf
docs: make it clear who is maintaining this plugin
2022-11-29 08:26:10 -05:00
Gonzalo Romero
899850e56f
Merge pull request #11 from Carlos-Muniz/Carlos-Muniz/readme-mount-option
...
feat: add COMPOSE_MOUNT feature instructions to README
2022-07-29 07:28:33 -05:00
Carlos Muniz
03ebe5f56d
feat: add mount feature instructions to README
2022-07-27 10:13:10 -04:00
Gonzalo Romero
3b7d127fa3
Merge pull request #9 from Carlos-Muniz/Carlos-Muniz/add-COMPOSE_MOUNTS
...
feat: add COMPOSE_MOUNTS for xqueue
2022-07-20 16:35:19 -05:00
Carlos Muniz
4ac2ae8d59
feat: add COMPOSE_MOUNTS for xqueue
...
A `COMPOSE_MOUNTS` function has been added to easily mount
`xqueue` to `/openedx/xqueue`
2022-07-20 16:08:45 -04:00
GonzaloRomero
63fd458c8d
feat: add name argument to click group
v14.0.0
2022-06-09 21:44:13 +02:00
GonzaloRomero
0101e9dbab
feat: Add CLI_COMMAND filter
2022-06-09 21:44:13 +02:00