Raphael Michel
|
3e4e86742a
|
Add print logs (#4475)
* Add print logs
* Add attribute successful
* Rebase migration
* Fix tests on postgres
|
2024-10-28 12:24:23 +01:00 |
|
Raphael Michel
|
ef5fcde5d9
|
Seating plans: Validate duplicate seat IDs (#4564)
|
2024-10-28 11:27:27 +01:00 |
|
Raphael Michel
|
8f1d53d016
|
Tests: Add separation of database lock indices by pytest worker (#4553)
* Add separation of database lock indices by pytest worker
* Fix ID derivation
* Update conftest.py
|
2024-10-25 22:05:02 +02:00 |
|
Raphael Michel
|
9ca1573fcf
|
Tests: Remove pytest-rerunfailures (#4572)
|
2024-10-25 22:00:14 +02:00 |
|
Raphael Michel
|
5795aa6492
|
Docs: Fix various sphinx warnings
|
2024-10-25 21:58:14 +02:00 |
|
Raphael Michel
|
6e0613a2af
|
CI: Remove warnings from PostgreSQL about health check (#4571)
* CI: Remove warnings from PostgreSQL about health check
* Update tests.yml
* Update tests.yml
|
2024-10-25 21:45:34 +02:00 |
|
Raphael Michel
|
b43ed38483
|
CI: Do not fail if codecov upload fails (#4570)
This happens all the time with external PRs until https://github.com/codecov/engineering-team/issues/1574 is solved and is doing more harm than good. We still see if there is no coverage attached.
|
2024-10-25 21:40:03 +02:00 |
|
Raphael Michel
|
f0fedf0001
|
Tests: Resolve deprecation warning for pytest-asyncio (#4569)
|
2024-10-25 21:27:38 +02:00 |
|
Raphael Michel
|
19373b8f91
|
CI: Update codecov-action (#4568)
|
2024-10-25 21:19:48 +02:00 |
|
dependabot[bot]
|
45fd13786a
|
Update pillow requirement from ==10.4.* to ==11.0.* (#4566)
Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/10.4.0...11.0.0)
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-25 21:14:30 +02:00 |
|
dependabot[bot]
|
ae5111ee7e
|
Update zeep requirement from ==4.2.* to ==4.3.* (#4567)
Updates the requirements on [zeep](https://github.com/mvantellingen/python-zeep) to permit the latest version.
- [Release notes](https://github.com/mvantellingen/python-zeep/releases)
- [Changelog](https://github.com/mvantellingen/python-zeep/blob/main/CHANGES)
- [Commits](https://github.com/mvantellingen/python-zeep/compare/4.2.0...4.3.1)
---
updated-dependencies:
- dependency-name: zeep
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-25 20:53:11 +02:00 |
|
dependabot[bot]
|
d8bf3065d0
|
Update redis requirement from ==5.1.* to ==5.2.* (#4565)
Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](https://github.com/redis/redis-py/compare/v5.1.0a1...v5.2.0)
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-25 20:51:30 +02:00 |
|
Raphael Michel
|
54f077665c
|
CI: Remove mentions of travis CI, we have migrated away years ago (#4562)
|
2024-10-25 17:47:04 +02:00 |
|
Raphael Michel
|
482a66c546
|
CI: Run PostgreSQL as a native service (#4560)
* GH Actions: Fix PostgreSQL issues
* Map PostgreSQL port
|
2024-10-25 17:18:42 +02:00 |
|
Raphael Michel
|
e4cef6e46b
|
CI: Make sure apt is non-interactive (to not break act) (#4559)
|
2024-10-25 17:06:11 +02:00 |
|
Raphael Michel
|
cbee1b71fe
|
CI: Install dependencies with uv for speedup (#4558)
|
2024-10-25 17:05:58 +02:00 |
|
Raphael Michel
|
0cd1290624
|
Tests: Fix two flaky tests (#4557)
* Test: Fix test that relies on unstable database result order
* Tests: Fix test that fails between 0am and 1am
|
2024-10-25 17:04:16 +02:00 |
|
Raphael Michel
|
565f5e2ea7
|
Tests: Run fakeredis on different virtual ports per pytest worker (#4555)
|
2024-10-25 16:44:22 +02:00 |
|
Raphael Michel
|
b46c0eba0c
|
pytest: Fix failure with fakeserver and xdist
|
2024-10-25 14:32:28 +02:00 |
|
Raphael Michel
|
39c3aef7bc
|
Fix fakeredis usage
|
2024-10-25 12:54:25 +02:00 |
|
dependabot[bot]
|
cf3087453c
|
Update fakeredis requirement from ==2.24.* to ==2.26.* (#4551)
Updates the requirements on [fakeredis](https://github.com/cunla/fakeredis-py) to permit the latest version.
- [Release notes](https://github.com/cunla/fakeredis-py/releases)
- [Commits](https://github.com/cunla/fakeredis-py/compare/v2.24.0...v2.26.0)
---
updated-dependencies:
- dependency-name: fakeredis
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-25 12:28:22 +02:00 |
|
Raphael Michel
|
7a870ee521
|
Fix test that does not work on postgresql
|
2024-10-25 00:02:52 +02:00 |
|
dependabot[bot]
|
3922290633
|
Update dnspython requirement from ==2.6.* to ==2.7.* (#4511)
Updates the requirements on [dnspython](https://github.com/rthalley/dnspython) to permit the latest version.
- [Release notes](https://github.com/rthalley/dnspython/releases)
- [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst)
- [Commits](https://github.com/rthalley/dnspython/compare/v2.6.0rc1...v2.7.0)
---
updated-dependencies:
- dependency-name: dnspython
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-24 22:54:28 +02:00 |
|
dependabot[bot]
|
8aa13d7e3e
|
Update sentry-sdk requirement from ==2.15.* to ==2.17.* (#4536)
Updates the requirements on [sentry-sdk](https://github.com/getsentry/sentry-python) to permit the latest version.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-python/compare/2.15.0...2.17.0)
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-24 22:53:58 +02:00 |
|
Raphael Michel
|
22e9a6eb92
|
Add warning to backend if cronjob is not running (#4550)
|
2024-10-24 22:50:34 +02:00 |
|
arjan-s
|
2b6f82502e
|
Translations: Update Dutch
Currently translated at 85.6% (4936 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl/
powered by weblate
|
2024-10-24 13:06:26 +02:00 |
|
Mira
|
a10bf2a939
|
Include "Cross-selling condition products" option when cloning category (#4534)
* Include "Cross-selling condition products" option when cloning category
* Add test case
* Remove print
|
2024-10-23 17:12:03 +02:00 |
|
arjan-s
|
a80b7087d9
|
Translations: Update Dutch
Currently translated at 75.8% (176 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/nl/
powered by weblate
|
2024-10-23 17:10:32 +02:00 |
|
arjan-s
|
4b143e98eb
|
Translations: Update Dutch
Currently translated at 85.6% (4935 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/nl/
powered by weblate
|
2024-10-23 17:10:32 +02:00 |
|
Yasunobu YesNo Kawaguchi
|
bdb8b597d0
|
Translations: Update Japanese
Currently translated at 3.4% (198 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
|
2024-10-23 17:10:32 +02:00 |
|
Ryo Tagami
|
b1c9f40bc8
|
Translations: Update Japanese
Currently translated at 3.4% (198 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
|
2024-10-23 17:10:32 +02:00 |
|
CVZ-es
|
a3b6a008b5
|
Translations: Update Spanish
Currently translated at 99.5% (231 of 232 strings)
Translation: pretix/pretix (JavaScript parts)
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix-js/es/
powered by weblate
|
2024-10-23 17:10:32 +02:00 |
|
CVZ-es
|
9ce05e5cb9
|
Translations: Update Spanish
Currently translated at 96.4% (5560 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
|
2024-10-23 17:10:32 +02:00 |
|
CVZ-es
|
f306527981
|
Translations: Update Spanish
Currently translated at 95.1% (5485 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
|
2024-10-23 17:10:32 +02:00 |
|
CVZ-es
|
3e17ff9faa
|
Translations: Update Spanish
Currently translated at 91.7% (5288 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
|
2024-10-23 17:10:32 +02:00 |
|
CVZ-es
|
2a16cd4655
|
Translations: Update Spanish
Currently translated at 90.7% (5228 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
|
2024-10-23 17:10:32 +02:00 |
|
Ryo Tagami
|
d1078da5bf
|
Translations: Update Japanese
Currently translated at 3.3% (195 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/ja/
powered by weblate
|
2024-10-23 17:10:32 +02:00 |
|
CVZ-es
|
483e7bc4ad
|
Translations: Update Spanish
Currently translated at 89.8% (5175 of 5762 strings)
Translation: pretix/pretix
Translate-URL: https://translate.pretix.eu/projects/pretix/pretix/es/
powered by weblate
|
2024-10-23 17:10:32 +02:00 |
|
Mira
|
401218b0a3
|
API: Allow filtering subevents by is_public (#4544)
|
2024-10-23 16:42:22 +02:00 |
|
Raphael Michel
|
19175258fd
|
API: Fix event cloning, limit_sales_channels should never be set when all_sales_channels is set (Z#23169537)
|
2024-10-23 16:30:00 +02:00 |
|
Mira
|
22c36b89da
|
Show proper error message in case of add-ons that are required, sold-out and hidden (#4545)
|
2024-10-21 16:46:32 +02:00 |
|
Mira
|
2697ed0c5d
|
QuestionView: Carry over subevent filter to order list (#4543)
|
2024-10-21 14:45:04 +02:00 |
|
pretix translation bot
|
f81d820a02
|
Update translations (#4537)
Co-authored-by: Patrick Chilton <chpatrick@gmail.com>
Co-authored-by: Lovro <lovrogrilc@gmail.com>
Co-authored-by: CVZ-es <damien.bremont@casadevelazquez.org>
Co-authored-by: Ryo Tagami <rtagami@airstrip.jp>
Co-authored-by: Ryo <saremba@rami.io>
|
2024-10-21 13:28:34 +02:00 |
|
Mira
|
f8df66e621
|
Redirect to next step if AddOnsStep would show up empty (Z#23167007) (#4530)
|
2024-10-21 13:27:43 +02:00 |
|
Mira
|
2d9bfc80dc
|
Fix "Your order qualifies for a discount" notice for discounted variation products (#4541)
|
2024-10-21 13:26:20 +02:00 |
|
Martin Gross
|
17b2e95569
|
Questions: Add SubEvent-Filter; Renew Filter-Form Layout (Z#23168996) (#4538)
|
2024-10-21 13:25:18 +02:00 |
|
Martin Gross
|
e49f938eb3
|
BulkVouchers: Append mail-recipient to comment instead of overwriting it (Z#23168852)
|
2024-10-16 10:37:06 +02:00 |
|
Martin Gross
|
8d63906341
|
Remove nl_BE from setup.cfg
|
2024-10-15 16:22:50 +02:00 |
|
Martin Gross
|
cfefa1aad0
|
Remove be_NL again, again, again
|
2024-10-15 16:17:20 +02:00 |
|
Martin Gross
|
1d16049dc5
|
add "Cross" and "Selling" (as in: "Cross-Selling") to de/de_Informal wordlist
|
2024-10-15 14:48:25 +02:00 |
|