49 Commits

Author SHA1 Message Date
Syed Muhammad Dawoud Sheraz Ali
4647d8a01a chore: update changelog for v20 2025-06-26 22:23:09 +05: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
Danyal Faheem
1e86feb8ae
v19.0.4 (#67) 2025-04-10 11:22:37 +05: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
Danyal Faheem
b6d0b6e6be
v19.0.3 (#62) 2025-04-08 12:00:11 +05: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
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
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) 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) 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
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
Syed Muhammad Dawoud Sheraz Ali
8721f0b3c7 feat!: Rename branches master->release, nightly->main 2024-11-27 18:33:17 +01:00
Danyal Faheem
0ddbb9a197
chore: remove python 3.8 references (#48) 2024-11-14 21:21:11 +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
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
2024-06-20 03:27:19 +02:00
FahadKhalid210
90a519c7dd upgrade to redwood 2024-06-20 03:19:41 +02:00
FahadKhalid210
372e04309a adde cors 2024-05-08 09:57:43 +05:00
FahadKhalid210
c84c912a3b upgrade clickhouse 2024-05-06 11:06:14 +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
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 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
Fahad Khalid
6c7972c7e0
feat: Convert user_id field from Int64 to UInt64
Close #12
2024-01-23 09:49:04 +01:00
FahadKhalid210
ce88178a2b feat: upgrade to quince 2023-12-11 18:22:16 +01:00
Emad Rad
d5e3229e60 chore: changelog entry added 2023-11-27 10:27:47 +05:00
FahadKhalid210
3050ba0b68 added changlog entry 2023-11-15 15:03:31 +05:00
Régis Behmo
43453166bc fix: convert graded field to boolean 2023-10-10 15:44:56 +05:00
Régis Behmo
54af15a686 v16.0.3 2023-09-07 18:14:28 +02:00
Ravi Khetani
8e6b645b70 fix: mismatching redirect uri, when running behind web proxy 2023-09-07 18:11:12 +02:00
Muhammad Faraz Maqsood
02b29e64d7
feat: add graded field to course_blocks table
---------

Co-authored-by: Muhammad Faraz  Maqsood <faraz.maqsood@a006-01130.home>
2023-08-28 09:06:50 +02:00
Régis Behmo
80e8538037 fix: assign proper database name to superset user
When running `do cairn-createuser`, the created db did not have the
right name. If the user had been created earlier with SSO, then the
Clickhouse DB did not exist.
2023-08-19 08:17:52 +02:00
Régis Behmo
a22f4c3d14 fix: cannot list resource pods
Looks like the vector container now requires new permissions. This was
detected here: https://github.com/openedx/tutor-contrib-aspects/issues/180#issuecomment-1639147060
2023-07-31 09:12:17 +02:00
Régis Behmo
961d2c92c1 v16.0.1 2023-07-17 10:18:16 +02:00
Jayram Nai
e4ca341e53 fix: user creation issue with Palm 2023-07-17 10:16:52 +02:00
Régis Behmo
5bf17dda91 feat: upgrade to Palm
This upgrade includes SSO login. Finally! We can now login to Superset
via the LMS. Thanks to OARS for providing the base security manager
implementation!
2023-06-15 00:13:57 +02:00
Régis Behmo
6f3637e34f fix: support empty spaces in superset passwords
Close #2.
2023-06-02 09:54:54 +02:00
Régis Behmo
4d9a35b8f6 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