Skip to content

Commit 3702590

Browse files
committed
Merge branch 'develop'
2 parents 7728108 + 1b8267e commit 3702590

File tree

1,039 files changed

+90928
-12815
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,039 files changed

+90928
-12815
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ max-line-length = 200
1818
exclude = docs, data, migrations, node_modules, venv, */__init__.py, tabbycat/settings/*.py, emoji.py
1919

2020
import-order-style = edited
21-
application-import-names = actionlog,adjallocation,adjfeedback,availability,breakqual,checkins,divisions,draw,importer,motions,notifications,options,participants,printing,privateurls,results,settings,standings,tournaments,users,utils,venues
21+
application-import-names = actionlog,adjallocation,adjfeedback,availability,breakqual,checkins,divisions,draw,importer,motions,notifications,options,participants,printing,privateurls,registration,results,settings,standings,tournaments,users,utils,venues

.github/CHANGELOG.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22
Change Log
33
==========
44

5+
2.10.0 (Sphynx)
6+
---------------
7+
*Release date: 6 July 2025*
8+
9+
- Created section for participant self-registration
10+
- Participants may either register themselves for open tournaments, or have to register through an institution
11+
- Team slots for institutions can be easily modified
12+
- A new group for the registration team has been added
13+
- Custom questions can be added in registration forms, viewable in registration tables and admin participant record pages
14+
- Added page for specifying a tournament schedule
15+
- Created page for creating adjudicator feedback questions
16+
- Adapted the minimum cost matching draw algorithm for WSDC tournaments
17+
- Added a draw generator where all teams are in a single graph, rather than by bracket
18+
- Implemented pullup priorities by draw strength then times pulled up
19+
- Restricted pairings based on the number of times in a position
20+
- Let tournaments specify a number of teams as a reserve break
21+
- Updated default permission sets for Equity and CAs
22+
- Email sending has been refactored to avoid failing totally on individual messages, and logging the failures
23+
- Added a new "forfeit" selector for 2-team ballots creating a win-loss without speaks
24+
- Implemented a new option to avoid search engine indexing. Thank you to Teymour Aldridge!
25+
- New API features:
26+
- Participant identification through private URL keys
27+
- User identification through API tokens
28+
- Generating draws with custom rules
29+
- \+ bug fixes and optimizations!
30+
31+
532
2.9.3
633
-----
734
*Release date: 21 April 2025*

0 commit comments

Comments
 (0)