Skip to content

Merge Develop into Master (v1.31) - #2467

Merged
ObadaS merged 51 commits into
masterfrom
develop
Aug 12, 2026
Merged

Merge Develop into Master (v1.31)#2467
ObadaS merged 51 commits into
masterfrom
develop

Conversation

@ObadaS

@ObadaS ObadaS commented Jul 21, 2026

Copy link
Copy Markdown
Collaborator

Release Notes

Upgrade instructions

Django migration

docker compose exec django ./manage.py migrate

When deployed we should update the value for old users to 10 using the following code:

Open shell plus

docker compose exec django ./manage.py shell_plus

Update old users limit to 10

from profiles.models import User
User.objects.all().update(rabbitmq_queue_limit=10)

Feature

Bug Fixes

Enhancement and upgrades

Documentation

@Didayolo Didayolo added the Release PR develop --> master label Jul 21, 2026
Obada Haddad and others added 25 commits July 23, 2026 14:02
…-y to compute worker and main containerfiles
Package updates & Containerfiles hardening
CIRCLE CI config version updated to 2.1
Update documentation for running Podman worker
Add a tip in the Pages section of Competition-Creation-Form.md showing
the anchor/data-tab snippet to link between pages, including the
_tab_page0/_tab_page_term numbering rule, and cross-link it from the
FAQ.
Increase default queue limit to 10
Document how to link one competition page to another
@ObadaS
ObadaS marked this pull request as ready for review August 12, 2026 08:25
@ObadaS
ObadaS requested review from IdirLISN and wlln August 12, 2026 08:26
@ObadaS
ObadaS merged commit 412056c into master Aug 12, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Release PR develop --> master

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants