[pull] master from liangliangyy:master - #33
Open
pull[bot] wants to merge 628 commits into
Open
Conversation
|
You have successfully added a new CodeQL configuration |
Optimize resource loading and improve font loading strategy for bette…
Enhance modern UI design with responsive layout adjustments and improved styling
…trol - Add concurrency control to auto-cancel earlier runs when second CI completes - Change check-ci job to exit 0 when waiting for CI completion (instead of exit 1) - Set ci_passed=false output when waiting, ci_passed=true when all pass - Keep exit 1 only for actual CI failures - Update deploy job condition to check ci_passed=true - Remove trailing whitespace from conditional Co-authored-by: liangliangyy <3077549+liangliangyy@users.noreply.github.com>
…kflow Fix deploy workflow false failures when CIs complete sequentially
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3 to 5. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v3...v5) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v2...v3) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [bleach](https://github.com/mozilla/bleach) from 6.2.0 to 6.3.0. - [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES) - [Commits](mozilla/bleach@v6.2.0...v6.3.0) --- updated-dependencies: - dependency-name: bleach dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.5 to 3.10. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](Python-Markdown/markdown@3.5...3.10.0) --- updated-dependencies: - dependency-name: markdown dependency-version: '3.10' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pygments](https://github.com/pygments/pygments) from 2.19.1 to 2.19.2. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.19.1...2.19.2) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.19.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…trol - Add concurrency control to auto-cancel earlier runs when second CI completes - Change check-ci job to exit 0 when waiting for CI completion (instead of exit 1) - Set ci_passed=false output when waiting, ci_passed=true when all pass - Keep exit 1 only for actual CI failures - Update deploy job condition to check ci_passed=true - Remove trailing whitespace from conditional Co-authored-by: liangliangyy <3077549+liangliangyy@users.noreply.github.com>
…ocker/build-push-action-6
Bump Python and frontend dependencies with multiple updates
Bumps the pip group with 1 update in the / directory: [bleach](https://github.com/mozilla/bleach). Updates `bleach` from 6.3.0 to 6.4.0 - [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES) - [Commits](mozilla/bleach@v6.3.0...v6.4.0) --- updated-dependencies: - dependency-name: bleach dependency-version: 6.4.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
chore(deps): bump bleach from 6.3.0 to 6.4.0 in the pip group across 1 directory
Updates the requirements on [wheel](https://github.com/pypa/wheel) to permit the latest version. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](pypa/wheel@0.46.2...0.47.0) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.47.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Change OAuth scope from 'user' to 'user:email' to access user emails - Fetch email from /user/emails API endpoint when email is private - Add test case for GitHub OAuth with private email scenario
- Remove backup file - Improve test assertion to use URL prefix check and URL decoding - Make test more precise and address CodeQL false positive
- Improve error message to clarify impact on users with private emails - Add comment explaining use of 'token' prefix for consistency
- Use ****** format as recommended by GitHub - Clarify error message to explain the specific scenario - Align with OAuth 2.0 standards
- Add EMAILS_API_URL as class constant for maintainability - Move urllib.parse.unquote import to top of test file - Clarify error message for failed email fetch
- Combine email selection into single loop for better readability - Prioritize primary verified email, fallback to any verified email - Clarify error message about login failure condition
…github-oauth Fix GitHub OAuth login for users with private emails
- Remove owntracks app, models, views, URLs, migrations, templates and all references - Fix seo_optimizer plugin crashing when request.resolver_match is None on 404 pages
- Remove owntracks app, models, views, URLs, migrations, templates and all references - Fix seo_optimizer plugin crashing when request.resolver_match is None on 404 pages
Remove owntracks module and fix SEO plugin 404 crash
…th 11 updates Bumps the python-dependencies group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [coverage](https://github.com/coveragepy/coveragepy) | `7.14.1` | `7.15.1` | | [django](https://github.com/django/django) | `5.2.14` | `5.2.16` | | [django-haystack](https://github.com/django-haystack/django-haystack) | `3.3.0` | `3.4.0` | | [greenlet](https://github.com/python-greenlet/greenlet) | `3.5.1` | `3.5.3` | | [htmlgenerator](https://github.com/basxsoftwareassociation/htmlgenerator) | `1.2.32` | `1.2.33` | | [openai](https://github.com/openai/openai-python) | `2.40.0` | `2.45.0` | | [pillow](https://github.com/python-pillow/Pillow) | `12.2.0` | `12.3.0` | | [prettytable](https://github.com/prettytable/prettytable) | `3.17.0` | `3.18.0` | | [redis](https://github.com/redis/redis-py) | `7.4.0` | `7.4.1` | | [tzdata](https://github.com/python/tzdata) | `2026.2` | `2026.3` | | [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.14.3` | `4.15.0` | Updates `coverage` from 7.14.1 to 7.15.1 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.14.1...7.15.1) Updates `django` from 5.2.14 to 5.2.16 - [Commits](django/django@5.2.14...5.2.16) Updates `django-haystack` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/django-haystack/django-haystack/releases) - [Changelog](https://github.com/django-haystack/django-haystack/blob/master/docs/changelog.rst) - [Commits](django-haystack/django-haystack@v3.3.0...v3.4.0) Updates `greenlet` from 3.5.1 to 3.5.3 - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](python-greenlet/greenlet@3.5.1...3.5.3) Updates `htmlgenerator` from 1.2.32 to 1.2.33 - [Release notes](https://github.com/basxsoftwareassociation/htmlgenerator/releases) - [Commits](basxsoftwareassociation/htmlgenerator@v1.2.32...v1.2.33) Updates `openai` from 2.40.0 to 2.45.0 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](openai/openai-python@v2.40.0...v2.45.0) Updates `pillow` from 12.2.0 to 12.3.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@12.2.0...12.3.0) Updates `prettytable` from 3.17.0 to 3.18.0 - [Release notes](https://github.com/prettytable/prettytable/releases) - [Changelog](https://github.com/prettytable/prettytable/blob/main/CHANGELOG.md) - [Commits](prettytable/prettytable@3.17.0...3.18.0) Updates `redis` from 7.4.0 to 7.4.1 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v7.4.0...v7.4.1) Updates `tzdata` from 2026.2 to 2026.3 - [Release notes](https://github.com/python/tzdata/releases) - [Changelog](https://github.com/python/tzdata/blob/master/NEWS.md) - [Commits](python/tzdata@2026.2...2026.3) Updates `beautifulsoup4` from 4.14.3 to 4.15.0 --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: coverage dependency-version: 7.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: django dependency-version: 5.2.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: django-haystack dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: greenlet dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: htmlgenerator dependency-version: 1.2.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: openai dependency-version: 2.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pillow dependency-version: 12.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: prettytable dependency-version: 3.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: redis dependency-version: 7.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: tzdata dependency-version: '2026.3' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
…ependencies-b2a6d3775d chore(deps): bump the python-dependencies group across 1 directory with 11 updates
Bumps the npm_and_yarn group with 1 update in the /frontend directory: [svgo](https://github.com/svg/svgo). Updates `svgo` from 4.0.1 to 4.0.2 - [Release notes](https://github.com/svg/svgo/releases) - [Commits](svg/svgo@v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: svgo dependency-version: 4.0.2 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps the pip group with 1 update in the / directory: [setuptools](https://github.com/pypa/setuptools). Updates `setuptools` from 82.0.1 to 83.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v82.0.1...v83.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps the python-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [coverage](https://github.com/coveragepy/coveragepy) | `7.15.1` | `7.15.2` | | [gevent](https://github.com/gevent/gevent) | `26.5.0` | `26.7.0` | | [greenlet](https://github.com/python-greenlet/greenlet) | `3.5.3` | `3.5.4` | | [openai](https://github.com/openai/openai-python) | `2.45.0` | `2.50.0` | | [pytz](https://github.com/stub42/pytz) | `2026.2` | `2026.3.post1` | Updates `coverage` from 7.15.1 to 7.15.2 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.15.1...7.15.2) Updates `gevent` from 26.5.0 to 26.7.0 - [Release notes](https://github.com/gevent/gevent/releases) - [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst) - [Commits](gevent/gevent@26.5.0...26.7.0) Updates `greenlet` from 3.5.3 to 3.5.4 - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](python-greenlet/greenlet@3.5.3...3.5.4) Updates `openai` from 2.45.0 to 2.50.0 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](openai/openai-python@v2.45.0...v2.50.0) Updates `pytz` from 2026.2 to 2026.3.post1 - [Release notes](https://github.com/stub42/pytz/releases) - [Commits](stub42/pytz@release_2026.2...release_2026.3.post1) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.15.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: gevent dependency-version: 26.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: greenlet dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: openai dependency-version: 2.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pytz dependency-version: 2026.3.post1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
…ory with 4 updates Bumps the frontend-dependencies group with 4 updates in the /frontend directory: [@tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography), [autoprefixer](https://github.com/postcss/autoprefixer), [postcss](https://github.com/postcss/postcss) and [terser](https://github.com/terser/terser). Updates `@tailwindcss/typography` from 0.5.19 to 0.5.20 - [Release notes](https://github.com/tailwindlabs/tailwindcss-typography/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/main/CHANGELOG.md) - [Commits](tailwindlabs/tailwindcss-typography@v0.5.19...v0.5.20) Updates `autoprefixer` from 10.5.0 to 10.5.4 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.5.0...10.5.4) Updates `postcss` from 8.5.15 to 8.5.25 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.15...8.5.25) Updates `terser` from 5.48.0 to 5.49.0 - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](terser/terser@v5.48.0...v5.49.0) --- updated-dependencies: - dependency-name: "@tailwindcss/typography" dependency-version: 0.5.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: frontend-dependencies - dependency-name: autoprefixer dependency-version: 10.5.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: frontend-dependencies - dependency-name: postcss dependency-version: 8.5.25 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: frontend-dependencies - dependency-name: terser dependency-version: 5.49.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: frontend-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps the github-actions group with 1 update: [github/codeql-action](https://github.com/github/codeql-action). Updates `github/codeql-action` from 4 to 4.37.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v4...v4.37.3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
…dev/github-actions-d2809b2831 ci(deps): bump github/codeql-action from 4 to 4.37.3 in the github-actions group
…ntend/dev/frontend-dependencies-42250be236 chore(deps-dev): bump the frontend-dependencies group across 1 directory with 4 updates
chore(deps): bump setuptools from 82.0.1 to 83.0.0 in the pip group across 1 directory
…ependencies-c80573e0b0 chore(deps): bump the python-dependencies group with 5 updates
…ntend/npm_and_yarn-d6a942a26f chore(deps): bump svgo from 4.0.1 to 4.0.2 in /frontend in the npm_and_yarn group across 1 directory
…e-0.47.0 chore(deps): update wheel requirement from >=0.46.2 to >=0.47.0
Update dependencies for Python and frontend packages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )