Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Debian 13 / Trixie #2002

Draft
wants to merge 34 commits into
base: dev
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
493c853
FIXME: remove conflicts with trixie package verisons
Salamandar Nov 3, 2024
52be108
chore: add python3-pydantic-extra-types dependency
Salamandar Nov 5, 2024
2239e30
DONOTMERGE: patch because sury doesn't support trixie yet
Salamandar Nov 5, 2024
5cba66b
nginx now configures 'server_tokens off' in its core config
Salamandar Nov 5, 2024
7f2f5f7
Replace mysqlshow, mysqldump with mariadb-show, mariadb-dump
Salamandar Nov 13, 2024
63c2bdf
Try to run CI on trixie
Salamandar Nov 21, 2024
2ddc9bd
Use py312 as tox target
Salamandar Nov 21, 2024
695772a
Fix lint312 job
Salamandar Nov 21, 2024
b8f098f
pydanticv2: Model.dict() -> Model.dump_model()
Axolotle Nov 20, 2024
f0303aa
pydanticv2: Model.__fields__ -> Model.model_fields
Axolotle Nov 20, 2024
0c74ed6
pydanticv2: Model.construct() -> Model.model_construct()
Axolotle Nov 20, 2024
68e9eb6
pydanticv2: Class Config -> ConfigDict()
Axolotle Nov 20, 2024
aedbcab
pydanticv2: Class Config.schema_extra() -> __get_pydantic_json_schema…
Axolotle Nov 20, 2024
29166b7
pydanticv2: validator() -> field_validator()
Axolotle Nov 20, 2024
ad1073a
pydanticv2: root_validator() -> model_validator()
Axolotle Nov 20, 2024
8c38c8d
pydanticv2: Field's allow_mutation -> frozen
Axolotle Nov 20, 2024
14982e6
pydanticv2: regex -> pattern
Axolotle Nov 20, 2024
d29545d
pydanticv2: fix missing imports
Axolotle Nov 20, 2024
42a9947
pydanticv2: rework custom validators and extra args
Axolotle Nov 20, 2024
8626711
pydanticv2: fix SelectOption and other choices options
Axolotle Nov 20, 2024
3e88242
pydanticv2: fix TimeOption, was no longer parsing numbers
Axolotle Nov 20, 2024
22847c6
pydanticv2: fix DateOption, was no longer parsing numbers
Axolotle Nov 20, 2024
b97230f
pydanticv2: fix PasswordOption, properly handle forbidden fields
Axolotle Nov 20, 2024
7c81896
pydanticv2: 'ask' as optional
Axolotle Nov 20, 2024
aaa87ac
pydanticv2: fix missing imports
Axolotle Nov 20, 2024
353165f
pydanticv2: fix pydantic i18n error key might not be available
Axolotle Nov 20, 2024
4384129
pydanticv2: fix tests boolean handling in string types
Axolotle Nov 20, 2024
8b3bbee
pydanticv2: fix EmailOption tests
Axolotle Nov 20, 2024
7caada2
pydanticv2: fix UrlOption tests
Axolotle Nov 20, 2024
fbc2e9f
pydanticv2: fix missing imports
Axolotle Nov 20, 2024
69514f2
pydanticv2: fix validators return type
Axolotle Nov 20, 2024
2b5514d
Merge pull request #2001 from YunoHost/pydantic-v2
Salamandar Nov 21, 2024
becd8a9
Remove migration to bookworm (it's actually failing and putting weird…
Salamandar Nov 21, 2024
56c101f
Fix migrations after deleting migration to bookworm
Salamandar Nov 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
nginx now configures 'server_tokens off' in its core config
  • Loading branch information
Salamandar committed Nov 21, 2024
commit 5cba66bb45165bfcef6922499a2797cc5c514270
1 change: 0 additions & 1 deletion conf/nginx/global.conf
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
server_tokens off;