Danyal Faheem
04f4275236
fix: do not add cairn-postgresql and cairn-clickhouse dependencies when they are running externally ( #57 )
...
* fix: don't add cairn-postgresql as a dependency when CAIRN_RUN_POSTGRESQL is false
* fix: don't manage cairn-clickhouse permissions CAIRN_RUN_CLICKHOUSE is false
* fix: add missing CAIRN_POSTGRESQL_HOST and CAIRN_POSTGRESQL_PORT settings to allow usage with external postgresql DBs
2025-03-14 17:48:06 +05:00
Danyal Faheem
a6026d6f6b
v19.0.1 ( #56 )
2025-03-13 14:07:26 +05:00
Syed Muhammad Dawoud Sheraz Ali
cea1f8f4ae
build: Add hatch_build in sdist to fix installation issues ( #55 )
v19.0.1
2025-03-12 16:00:08 +05:00
Danyal Faheem
e1d37449ac
feat: migrate from setup.py/setuptools to pyproject.toml/hatch ( #52 )
...
* feat: migrate from setup.py/setuptools to pyproject.toml/hatch
* docs: add AGPL3 license
2025-02-18 12:56:03 +05:00
Syed Muhammad Dawoud Sheraz Ali
71ebd13a1c
build: re-add auto-add for PRs with a different target ( #51 )
2025-01-17 11:29:07 +05:00
Régis Behmo
85f981145f
feat: upgrade to Sumac
v19.0.0
2024-12-16 20:34:40 +01:00
Syed Muhammad Dawoud Sheraz Ali
32dc0885cc
chore: update changelog
2024-12-09 19:11:41 +05:00
Danyal-Faheem
2dbd9dc0e7
v19.0.0
2024-11-29 22:21:08 +05:00
Danyal-Faheem
be91f0741d
feat: upgrade clickhouse base image
2024-11-29 22:20:11 +05:00
Régis Behmo
9f8ed6aacb
Merge branch 'release'
2024-11-27 18:35:01 +01:00
Syed Muhammad Dawoud Sheraz Ali
8721f0b3c7
feat!: Rename branches master->release, nightly->main
2024-11-27 18:33:17 +01:00
Overhang.IO
b7c982d880
Merge remote-tracking branch 'origin/master' into nightly
2024-11-14 16:28:38 +00:00
Danyal Faheem
0ddbb9a197
chore: remove python 3.8 references ( #48 )
2024-11-14 21:21:11 +05:00
Régis Behmo
5c99bb477f
docs: *.local.edly.io -> *.local.openedx.io
...
The default URL to run a local platform switched from local.edly.io to
local.openedx.io. This changes makes it clearer for everyone that Tutor
is to run Open edX.
See: https://github.com/overhangio/tutor/issues/1120
2024-10-17 08:36:40 +02:00
Régis Behmo
0ded05bba5
ci: upgrade vendor actions
2024-10-03 11:16:24 +02:00
Régis Behmo
22b25d62b0
docs: fix author domain name
2024-10-01 09:08:48 +02:00
Danyal Faheem
a6041724f5
Merge pull request #45 from edly-io/danyalfaheem/update-maintainer-email
...
chore: update maintainer email
2024-09-05 16:35:36 +05:00
Danyal-Faheem
30ef98fc0d
chore: update maintainer email
2024-09-05 16:30:00 +05:00
Danyal Faheem
e1fd75464c
feat: auto import course structure on course publish ( #43 )
2024-09-02 18:11:13 +05:00
Régis Behmo
76fcf04cbb
build: fix readme content type warning
2024-07-23 10:37:35 +02:00
Régis Behmo
b47e52195a
fix: docker build deprecation warnings
...
With the latest Docker upgrade, we got the following warnings during
build:
FromAsCasing: 'as' and 'FROM' keywords' casing do not match
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format
2024-06-21 17:12:57 +02:00
Régis Behmo
0066855708
Merge pull request #40 from overhangio/redwood
...
Feat: Upgrade to redwood
v18.0.0
2024-06-20 03:27:19 +02:00
FahadKhalid210
90a519c7dd
upgrade to redwood
2024-06-20 03:19:41 +02:00
FahadKhalid210
d816204b36
improved code
2024-05-08 09:57:43 +05:00
FahadKhalid210
b0a96c50b8
update cors and readme
2024-05-08 09:57:43 +05:00
FahadKhalid210
372e04309a
adde cors
2024-05-08 09:57:43 +05:00
Fahad Khalid
2b02ef803b
Update 0012_modify_course_enrollments.sql
2024-05-06 11:06:14 +05:00
FahadKhalid210
3007465f21
removed comments from docker
2024-05-06 11:06:14 +05:00
FahadKhalid210
c84c912a3b
upgrade clickhouse
2024-05-06 11:06:14 +05:00
FahadKhalid210
1bca9ad331
improved code
2024-05-06 11:03:56 +05:00
FahadKhalid210
f8645c90f3
update cors and readme
2024-05-06 11:03:56 +05:00
FahadKhalid210
684cd3c3d8
adde cors
2024-05-06 11:03:56 +05:00
Fahad Khalid
3190feacb8
Update 20240405_151230_fahad.khalid.md
2024-04-22 10:14:37 +05:00
FahadKhalid210
b2438247cd
update user activity query
2024-04-22 10:14:37 +05:00
FahadKhalid210
3060d3393b
removed ci changelog entry
2024-03-21 16:50:43 +05:00
FahadKhalid210
4a27a6780b
update chnagelog
2024-03-19 12:06:31 +05:00
FahadKhalid210
2ec42c441b
add changelog entry
2024-03-19 12:06:31 +05:00
FahadKhalid210
d29a25677a
add python version in name
2024-03-19 12:06:31 +05:00
FahadKhalid210
42819d69c1
add py312 checks
2024-03-19 12:06:31 +05:00
Régis Behmo
3522036850
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.
2024-03-05 12:03:03 +05:00
Régis Behmo
d54be1bda9
ci: remove now useless OPENEDX_RELEASE variable
2024-02-20 15:15:41 +01:00
Régis Behmo
97600a5350
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:51 +01:00
Régis Behmo
22e67e757c
v17.1.0
v17.1.0
2024-02-09 09:53:17 +01:00
FahadKhalid210
00c2c60eea
update changelog
2024-02-09 10:32:12 +05:00
FahadKhalid210
575d38a931
fix security context
...
Close #6
2024-02-09 10:32:12 +05:00
Régis Behmo
6514ca4458
docs: clarify user management
...
This is a change that was spawned by this conversation: https://discuss.openedx.org/t/how-to-run-cairn/12083
Apparently, it's not quite obvious that users can import the default
dashboard using the CLI.
2024-01-29 12:11:48 +05:00
Fahad Khalid
6c7972c7e0
feat: Convert user_id field from Int64 to UInt64
...
Close #12
2024-01-23 09:49:04 +01:00
Régis Behmo
216f696774
ci: auto-add issues and items to github project
2024-01-12 12:33:35 +01:00
FahadKhalid210
ce88178a2b
feat: upgrade to quince
v17.0.0
2023-12-11 18:22:16 +01:00
Overhang.IO
9a3aa323f0
Merge remote-tracking branch 'origin/master' into nightly
2023-12-09 18:12:26 +00:00