62 Commits

Author SHA1 Message Date
Régis Behmo
87007e4d69 chore: mark compatibility with python 3.12 2023-10-03 08:23:48 +02:00
Régis Behmo
56696de37f 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
Serkan Özdemir
ebee348f04
docs: remind to run local launch after installation 2023-08-28 11:48:23 +02:00
jfavellar90
73b0e10df0 v16.0.1 v16.0.1 2023-08-04 08:14:55 -05:00
Jhony Avella
fcffe6f3ed
chore: remove notes permissions container. (#24)
chore: remove notes permissions container

There is now a single "permissions" container that makes all permission changes in Tutor core
2023-07-31 15:34:52 +02:00
Jhony Avella
702e029d55
feat: upgrade to Palm v16.0.0 2023-06-15 01:03:44 +02:00
Régis Behmo
2da25c576c ci: improve compatibility with main & nightly 2023-05-26 16:49:26 +02:00
Régis Behmo
f38f473fd4 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
Régis Behmo
6769141f8d docs: fix lingering i char in changelog
Damn you vim!
2023-05-22 09:38:30 +02:00
Régis Behmo
3f65c71cc2 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
Régis Behmo
3358ee7e1d 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
Régis Behmo
7944ea3c91 docs: instruct to install from index 2023-05-16 10:08:58 +02:00
Jhony Avella
490aad8a53 v15.0.4 v15.0.4 2023-04-13 10:39:37 -05:00
Navin Karkera
d55b36e6b7 fix: build elasticsearch index during initialization
The elasticsearch index needs to be created on initialization else notes
search functionality does not work.
2023-04-13 15:30:31 +02:00
Jhony Avella
59ac93a9a9 v15.0.3 v15.0.3 2023-03-20 13:05:51 -05:00
Felipe Montoya
c30b8dc50d
chore: adding license file (#21) 2023-03-20 13:03:27 -05:00
Régis Behmo
709ca5c4d0 v15.0.2 v15.0.2 2023-02-28 09:37:03 +01:00
Jhony Avella
527c3e9738
feat: allowing customization of notes repo and version 2023-02-28 09:36:13 +01:00
Régis Behmo
c1360c4811 ci: upgrade checkout action 2023-02-27 11:54:56 +01:00
Jhony Avella
2115016847 v15.0.1 v15.0.1 2023-02-24 09:13:01 -05:00
Navin Karkera
9b8f299956
fix: internal api port number (#20) 2023-02-24 09:06:49 -05:00
Jhony Avella
2a9078b592 feat: upgrade to Olive v15.0.0 2022-12-12 18:55:13 +01:00
Jhony Avella
323b6e9bfd docs: adding maintainer info to the repo 2022-11-28 13:01:43 +01:00
Régis Behmo
940eb660c3 v14.0.1 v14.0.1 2022-10-03 14:24:29 +02:00
Andrés González
58b38037a1 fix: specify elasticsearch scheme
Add ELASTICSEARCH_SCHEME in ELASTICSEARCH_DSL to avoid an error
when ES is implemented with SSL
2022-10-03 13:48:27 +02:00
Carlos Muniz
19fef3d2d4
feat: add COMPOSE_MOUNTS for edx-notes-api
Co-authored-by: Carlos Muniz <cmuniz@trcil.org>
2022-07-25 20:31:10 +02:00
Régis Behmo
264dba749c docs: fix code/issues links on pypi
Close #12.
2022-07-25 15:14:20 +02:00
Régis Behmo
47c90a8409 feat: upgrade to nutmeg v14.0.0 2022-06-09 20:11:30 +02:00
Kyle McCormick
5f24df5177 feat: open stdin & allocate tty on dev services
This ensures that services started with `tutor dev start`
are as capable for breakpoint debugging, et al, as services
started with `tutor dev runserver` are. We plan to remove
`tutor dev runserver`.
2022-04-21 14:46:59 +02:00
Gabor Boros
6625efcf60 fix: support mysql8 syntax
Signed-off-by: Gabor Boros <gabor.brs@gmail.com>
2022-04-15 10:42:48 +02:00
Régis Behmo
62cdd4d45e v13.0.1 2022-03-10 19:17:29 +01:00
Régis Behmo
24f2179c78 fix: actually enable student notes in the lms/cms!
I have no idea why this patch was removed in the first place...

See:
https://discuss.overhang.io/t/enable-student-notes-not-visible/2489
2022-03-10 19:14:12 +01:00
Régis Behmo
29218141d7 feat: upgrade to Maple 2021-11-30 12:39:24 +01:00
Régis Behmo
7dce20044c ci: both way repo sync 2021-09-02 14:27:26 +02:00
Régis Behmo
283890555b fix: tutor-openedx was renamed to tutor 2021-07-06 10:35:03 +02:00
Gonzalo
7ffb297dcd Upgrade notes plugin to lilac release 2021-06-07 18:11:35 +02:00
Régis Behmo
3803c37d7e fix: 'ln' error on image building
'/usr/bin/pip' now exists in ubuntu:20.04.
2021-06-07 10:13:16 +02:00
Régis Behmo
fe92a88234 Upgrade to Koa 2020-12-09 22:28:15 +01:00
Régis Behmo
4c1b5c2f9d Define release variable in CI 2020-11-16 15:58:42 +01:00
Régis Behmo
113d9b10bd Mark as compatible with python 3.9, 3.10 2020-10-15 16:49:19 +02:00
Régis Behmo
45141e00c3 Take advantage of automatically defined openedx version 2020-09-17 10:56:51 +02:00
Régis Behmo
fe7119d4c9 Indicate compatibility with Python 3.8 2020-09-04 11:11:17 +02:00
Régis Behmo
6dc0fa8696 Upgrade to juniper.3 2020-08-27 17:43:23 +02:00
Régis Behmo
e397eca489 Release v10.1.2 2020-08-20 09:53:38 +02:00
Fitsum Teklehaimanot
811c0c23c4 Depndency on mysql can be controlled by ACTIVATE_MYSQL
This was recently fixed in tutor by
https://github.com/overhangio/tutor/pull/359. This PR maintains parity.
2020-08-20 09:53:04 +02:00
Luca Chamecki Granato
d805f83a92 Fix lms environment configuration 2020-08-02 16:47:36 +02:00
Régis Behmo
c8dc0218dd Make it possible to override individual docker registry 2020-07-21 09:11:04 +02:00
Régis Behmo
96e2fd4302 Upgrade to juniper.2 2020-07-16 11:26:06 +02:00
Régis Behmo
8e63a6ac37 Upgrade to juniper 2020-06-15 10:41:34 +02:00
Régis Behmo
f842759d39 Migrate to the newest CI system 2020-06-01 17:42:43 +02:00