Releases: OpenUnited/platform
v2.5.2
v2.5.1
v2.5.0
v2.5.0 (2023-10-27)
Feature
- feat: implement capability detail page
Signed-off-by: Doğukan Teber <dogukanteber1@hotmail.com> (ac8b8af
)
- feat: make watch_css_changes.sh script executable
Signed-off-by: Doğukan Teber <dogukanteber1@hotmail.com> (a6ed5f2
)
Test
- test: write unit test for capability detail view
Signed-off-by: Doğukan Teber <dogukanteber1@hotmail.com> (d0bcb90
)
Unknown
- Merge pull request #144 from OpenUnited/add-capability-detail
Add capability detail (0da6c60
)
v2.4.0
v2.4.0 (2023-10-27)
Feature
- feat: enable django signals
Signed-off-by: Doğukan Teber <dogukanteber1@hotmail.com> (e455515
)
Refactor
- refactor: modify the tests
Signed-off-by: Doğukan Teber <dogukanteber1@hotmail.com> (9fdfefc
)
- refactor: modify the expected error message
Signed-off-by: Doğukan Teber <dogukanteber1@hotmail.com> (cde9474
)
- refactor: remove SignUpStepTwoFormTest because there is nothing to test
Signed-off-by: Doğukan Teber <dogukanteber1@hotmail.com> (331133d
)
Unknown
- Merge pull request #136 from OpenUnited/refactor-sign-up
Modify the tests for the signup page (283774d
)
- Merge pull request #137 from OpenUnited/enable-signals
Enable Django Signals (758641f
)
- Merge pull request #141 from sachintom999/feat-challenge-list-pagination
Added pagination to Challenges list page (e2441a8
)
-
added pagination in template (
95b0d88
) -
added pagination in views (
550d5bd
) -
Revert "refactor: temporarily remove the tests"
This reverts commit a218c14. (bd10e39
)
- Prevent release if no new version number
[skip ci] (fe6abfa
)
v2.1.5
v2.1.5 (2023-10-23)
Fix
- fix: filter only available challenges
Signed-off-by: Doğukan Teber <dogukanteber1@hotmail.com> (a71465f
)
v2.1.4
v2.1.4 (2023-10-23)
Fix
- fix: remove hidden div that prevents clicking the footer links on mobile
Signed-off-by: Doğukan Teber <dogukanteber1@hotmail.com> (41f8acf
)
v2.1.3
v2.1.3 (2023-10-23)
Chore
- chore: reduce docker images to 16
[skip-ci] (0a83dc0
)
Fix
- fix: hotfix - image url causes 400
Signed-off-by: Doğukan Teber <dogukanteber1@hotmail.com> (8ace94f
)
Unknown
v2.1.2
v2.1.1
v2.1.1 (2023-10-22)
Fix
- fix: missing bucket name in media URLs (
4a00020
)
Refactor
- refactor: update load_sample_data.py
Signed-off-by: Doğukan Teber <dogukanteber1@hotmail.com> (c8ebc13
)
Unknown
- Merge pull request #125 from andreparames/fix-mediaurl-2
Fix missing bucket name in media URLs (7261d0d
)
- Merge pull request #124 from OpenUnited/update-sample-data
refactor: update load_sample_data.py (44f8aa9
)
- 2.2.0
Automatically generated by python-semantic-release (cbf4e79
)
v2.1.0
v2.1.0 (2023-10-22)
Fix
- fix: duplicated https:// in URLs
The variable AWS_S3_ENDPOINT_URL already contains https://, so we
shouldn't add it again in STATIC_URL and MEDIA_URL. (821bf84
)
Unknown
- Merge pull request #122 from OpenUnited/update-sample-data
Last touches (82b4b38
)
- Merge pull request #123 from andreparames/fix-cdn-urls
Fix duplicated https:// in URLs (61ec121
)