Skip to content

Commit

Permalink
Merge branch 'v3.0' into 3023-fix-cookie-string-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee authored Aug 12, 2024
2 parents f6c8bdb + e0b918b commit 40622b3
Show file tree
Hide file tree
Showing 333 changed files with 14,230 additions and 12,310 deletions.
114 changes: 113 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,8 @@
"contributions": [
"doc",
"code",
"test"
"test",
"infra"
]
},
{
Expand Down Expand Up @@ -1706,6 +1707,117 @@
"contributions": [
"test"
]
},
{
"login": "maintain0404",
"name": "Taein Min",
"avatar_url": "https://avatars.githubusercontent.com/u/50428534?v=4",
"profile": "https://github.com/maintain0404",
"contributions": [
"doc"
]
},
{
"login": "wallseat",
"name": "Stanislav Lyu.",
"avatar_url": "https://avatars.githubusercontent.com/u/26143672?v=4",
"profile": "https://github.com/wallseat",
"contributions": [
"bug"
]
},
{
"login": "tibor-reiss",
"name": "Tibor Reiss",
"avatar_url": "https://avatars.githubusercontent.com/u/75096465?v=4",
"profile": "https://github.com/tibor-reiss",
"contributions": [
"test",
"doc",
"code"
]
},
{
"login": "0xE111",
"name": "Alex",
"avatar_url": "https://avatars.githubusercontent.com/u/11032969?v=4",
"profile": "https://pogrom.dev",
"contributions": [
"bug",
"code"
]
},
{
"login": "JorenSix",
"name": "Joren Six",
"avatar_url": "https://avatars.githubusercontent.com/u/60453?v=4",
"profile": "http://0110.be",
"contributions": [
"doc"
]
},
{
"login": "jderrien",
"name": "jderrien",
"avatar_url": "https://avatars.githubusercontent.com/u/145396?v=4",
"profile": "https://github.com/jderrien",
"contributions": [
"doc"
]
},
{
"login": "PossiblePanda",
"name": "PossiblePanda",
"avatar_url": "https://avatars.githubusercontent.com/u/85448494?v=4",
"profile": "https://possiblepanda.me",
"contributions": [
"doc"
]
},
{
"login": "evstratbg",
"name": "evstrat",
"avatar_url": "https://avatars.githubusercontent.com/u/10176401?v=4",
"profile": "https://github.com/evstratbg",
"contributions": [
"infra"
]
},
{
"login": "eltociear",
"name": "Ikko Eltociear Ashimine",
"avatar_url": "https://avatars.githubusercontent.com/u/22633385?v=4",
"profile": "https://speakerdeck.com/eltociear",
"contributions": [
"doc"
]
},
{
"login": "taihim",
"name": "Taimur Ibrahim",
"avatar_url": "https://avatars.githubusercontent.com/u/13764071?v=4",
"profile": "https://github.com/taihim",
"contributions": [
"doc"
]
},
{
"login": "l-armstrong",
"name": "l-armstrong",
"avatar_url": "https://avatars.githubusercontent.com/u/43922258?v=4",
"profile": "https://github.com/l-armstrong",
"contributions": [
"doc"
]
},
{
"login": "Anu-cool-007",
"name": "Anuranjan Srivastava",
"avatar_url": "https://avatars.githubusercontent.com/u/16525919?v=4",
"profile": "https://github.com/Anu-cool-007",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ FROM python:${VARIANT}
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get purge -y fish

RUN python3 -m pip install --upgrade setuptools cython pip poetry
RUN python3 -m pip install --upgrade setuptools cython pip pdm
36 changes: 16 additions & 20 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
"name": "litestar-org/litestar",
"build": {
"dockerfile": "./Dockerfile",
"context": ".",
"context": "."
},
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
"installZsh": "true",
"username": "vscode",
"userUid": "1000",
"userGid": "1000",
"upgradePackages": "true",
"upgradePackages": "true"
},
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {},
"ghcr.io/devcontainers/features/python:1": "none",
"ghcr.io/devcontainers/features/git:1": {
"version": "latest",
"ppa": "false",
},
"ppa": "false"
}
},
"customizations": {
"codespaces": {
"openFiles": ["CONTRIBUTING.rst"],
"openFiles": ["CONTRIBUTING.rst"]
},
"vscode": {
"extensions": [
Expand All @@ -31,7 +31,7 @@
"github.vscode-github-actions",
"ms-python.black-formatter",
"ms-python.mypy-type-checker",
"charliermarsh.ruff",
"charliermarsh.ruff"
],
"settings": {
"python.editor.defaultFormatter": "charliermarsh.ruff",
Expand All @@ -45,26 +45,22 @@
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"icon": "terminal-bash",
"icon": "terminal-bash"
},
"zsh": {
"path": "zsh",
"path": "zsh"
},
"fish": {
"path": "fish",
},
},
},
},
"path": "fish"
}
}
}
}
},
"forwardPorts": [8000],
"postCreateCommand": [
"poetry",
"install",
"--extras",
"full",
"--with",
"docs,lint",
"pdm",
"install"
],
"remoteUser": "vscode",
"remoteUser": "vscode"
}
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
blank_lines_enabled: true
blank_issues_enabled: false
contact_links:
- name: Litestar Documentation
url: https://docs.litestar.dev/
Expand All @@ -7,5 +7,5 @@ contact_links:
url: https://litestar.dev/
about: Main Litestar website - for details about Litestar's projects.
- name: Discord
url: https://discord.gg/litestar-919193495116337154
url: https://discord.gg/litestar
about: Join our Discord community to chat or get in touch with the maintainers.
Loading

0 comments on commit 40622b3

Please sign in to comment.