260 Commits

Author SHA1 Message Date
Florian du Garage Num
1a9977e454 remove hard-coded uid 1000
Some checks failed
Sync with private repo / sync (push) Has been cancelled
Run tests / tests (3.12) (push) Has been cancelled
Run tests / tests (3.9) (push) Has been cancelled
2025-09-30 21:41:58 +02:00
Eemaan Amir
10701f4e64
chore: update maintainer email (#70) 2025-09-19 11:51:14 +05:00
Danyal Faheem
8f4a0b1d91
feat: migrate from pylint/black to ruff (#69)
Linked Epic: https://github.com/overhangio/tutor/issues/1251

Some new rules that have been added are:

I: sort imports
N: check for pep8-naming standards
W292: check for missing extra line at EOF

Some of our lines, particularly in config, break the 88 character line length limit. For that, we add a # noqa: E501 to let ruff know to ignore the rule for that line
2025-08-05 15:42:29 +05:00
Ahmed Khalid
65802e8741
Merge pull request #68 from overhangio/teak v20.0.0 2025-06-27 17:21:06 +05:00
Syed Muhammad Dawoud Sheraz Ali
4647d8a01a chore: update changelog for v20 2025-06-26 22:23:09 +05:00
Danyal-Faheem
3bc0733e6e chore: create update changelog date 2025-06-26 22:21:32 +05:00
Danyal-Faheem
26d00745c8 v20.0.0 2025-06-26 22:21:32 +05:00
Edly
065397496c Merge remote-tracking branch 'origin/release' 2025-05-20 12:30:16 +00:00
Danyal Faheem
5d30333587
test: verify python package distribution build when running make test (#65)
* test: python package distribution build when running make test
Pushing to pypi would occasionally fail because of breaking distribution build.
We verify the build in the github CI now so that we can mitigate those errors later on.
2025-05-20 17:29:13 +05:00
Overhang.IO
a18d74c5b6 Merge remote-tracking branch 'origin/release' 2025-04-10 06:23:38 +00:00
Danyal Faheem
1e86feb8ae
v19.0.4 (#67) v19.0.4 2025-04-10 11:22:37 +05:00
Overhang.IO
863babcecf Merge remote-tracking branch 'origin/release' 2025-04-10 06:10:55 +00:00
Danyal Faheem
a4c4b6b158
fix: remove deprecated filter_scopes from import_dashboard script (#66)
Reference issue: https://github.com/overhangio/tutor-cairn/pull/53/files\#r2034772248
Filter_scopes have been deprecated as of Superset 4.0.0
We have also migrated away from filter box to native filters as of #53.
2025-04-10 11:09:53 +05:00
Overhang.IO
0e0b7e5103 Merge remote-tracking branch 'origin/release' 2025-04-08 14:21:17 +00:00
Danyal Faheem
0c033e2a9a
fix: breaking docs due to incompatible table borders (#64)
We also add a column in the cairn comparison with other analytics tools table to showcase aspects and its features.
v19.0.3
2025-04-08 19:20:09 +05:00
Overhang.IO
41a4b119d1 Merge remote-tracking branch 'origin/release' 2025-04-08 07:03:08 +00:00
Danyal Faheem
b6d0b6e6be
v19.0.3 (#62) 2025-04-08 12:00:11 +05:00
Sarina Canelake
01edb2a7df
docs: Update edx.rtd links to docs.openedx.org (#63) 2025-04-08 11:59:45 +05:00
Overhang.IO
ce8fd488aa Merge remote-tracking branch 'origin/release' 2025-04-03 07:45:35 +00:00
Danyal Faheem
2c1492169c
feat: enable alerts and reports in superset (#54)
* feat: enable alerts and reports in superset
fixes #46
2025-04-03 12:43:03 +05:00
Overhang.IO
50277142c7 Merge remote-tracking branch 'origin/release' 2025-04-03 07:42:01 +00:00
Danyal Faheem
d5015a0860
fix: make superset ports consistent in local and dev (#61)
Superset was running on 2247 port in dev mode and on 8000 in local mode
We now make this consistent so that superset runs on 2247 in both local and dev
2025-04-03 12:40:55 +05:00
Danyal Faheem
acd14969de
fix: lms.startup -> django.setup in import courses script (#60)
lms.startup has been removed as of https://github.com/openedx/edx-platform/pull/36302
Therefore, we move to the original django.setup now
2025-03-26 17:00:37 +05:00
Danyal Faheem
16d018625f
fix: migrate to native filters on default course overview dashboard from filter box charts (#53) 2025-03-25 19:14:17 +05:00
Danyal Faheem
1d10b3afc4
v19.0.2 (#58) v19.0.2 2025-03-14 18:11:01 +05:00
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