mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-09-06 21:13:43 -05:00
Compare commits
4 Commits
release-wo
...
b2703b4605
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b2703b4605 | ||
![]() |
852eb0ef36 | ||
![]() |
0870d42eae | ||
![]() |
e2cf95f8af |
2
.github/workflows/pr-bot.yml
vendored
2
.github/workflows/pr-bot.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
|||||||
labels.push('bug');
|
labels.push('bug');
|
||||||
} else if (/^feature/i.test(title)) {
|
} else if (/^feature/i.test(title)) {
|
||||||
labels.push('enhancement');
|
labels.push('enhancement');
|
||||||
} else if (!/^(dependabot)/i.test(title) && /^(chore)/i.test(title)) {
|
} else if (!/^(dependabot)/i.test(title) && !/^(chore)/i.test(title)) {
|
||||||
labels.push('enhancement'); // Default fallback
|
labels.push('enhancement'); // Default fallback
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -56,12 +56,12 @@
|
|||||||
"@playwright/test": "^1.55.0",
|
"@playwright/test": "^1.55.0",
|
||||||
"@types/jest": "^30.0.0",
|
"@types/jest": "^30.0.0",
|
||||||
"@types/node": "^24.3.0",
|
"@types/node": "^24.3.0",
|
||||||
"@typescript-eslint/eslint-plugin": "^8.38.0",
|
"@typescript-eslint/eslint-plugin": "^8.41.0",
|
||||||
"@typescript-eslint/parser": "^8.38.0",
|
"@typescript-eslint/parser": "^8.41.0",
|
||||||
"@typescript-eslint/utils": "^8.38.0",
|
"@typescript-eslint/utils": "^8.41.0",
|
||||||
"eslint": "^9.32.0",
|
"eslint": "^9.34.0",
|
||||||
"jest": "30.0.5",
|
"jest": "30.1.3",
|
||||||
"jest-environment-jsdom": "^30.0.5",
|
"jest-environment-jsdom": "^30.1.2",
|
||||||
"jest-junit": "^16.0.0",
|
"jest-junit": "^16.0.0",
|
||||||
"jest-preset-angular": "^15.0.0",
|
"jest-preset-angular": "^15.0.0",
|
||||||
"jest-websocket-mock": "^2.5.0",
|
"jest-websocket-mock": "^2.5.0",
|
||||||
|
787
src-ui/pnpm-lock.yaml
generated
787
src-ui/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -2764,7 +2764,7 @@ class SystemStatusView(PassUserMixin):
|
|||||||
install_type = "docker"
|
install_type = "docker"
|
||||||
|
|
||||||
db_conn = connections["default"]
|
db_conn = connections["default"]
|
||||||
db_url = db_conn.settings_dict["NAME"]
|
db_url = str(db_conn.settings_dict["NAME"])
|
||||||
db_error = None
|
db_error = None
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Reference in New Issue
Block a user