这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: SinSiXX/bracket

Tags

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add multi-architecture build support to GitHub Actions (evroon#829)

Extend the Docker publishing workflow to build and push images for both
amd64 and arm64 architectures using Docker Buildx.

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: stage selection (evroon#744)

Fixes evroon#728

v1.4.7

Toggle v1.4.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Codecov: ignore alembic (evroon#689)

v1.4.6

Toggle v1.4.6's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Dockerfile fix (evroon#550)

closes evroon#549

Co-authored-by: Babeuh <babeuh@rlglr.fr>

v1.4.5

Toggle v1.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix docusaurus config (evroon#545)

Some values were not set correctly

v1.4.4

Toggle v1.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update contributors in README.md (evroon#504)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v1.4.3

Toggle v1.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use uuids for logos (evroon#488)

Otherwise uploads can replace current files with the same name.
Also fixes and adds more tests for logo uploads.

v1.4.2

Toggle v1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix dashboard link unique bug (evroon#487)

The frontend will send `"dashboard_link": ""` (empty string) but it
should be converted to `None` instead. Otherwise tournaments quickly
have non-unique endpoints.

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve fetching of tournaments (evroon#475)

This PR simplifies fetching of a single tournament

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add pagination (evroon#472)

Adds pagination (backend and frontend) to teams and players GET
endpoints