mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[PR #1279] [MERGED] Updates #1148
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#1148
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/benbusby/whoogle-search/pull/1279
Author: @Don-Swanson
Created: 11/26/2025
Status: ✅ Merged
Merged: 11/26/2025
Merged by: @Don-Swanson
Base:
main← Head:updates📝 Commits (10+)
cffef7aUpdate dependencies and configuration for version 1.2.03698d90- Added condition to the 'on-success' job to execute only if the preceding workflow run concludes successfully.7b56aa0Update notice0f000a6Update GitHub Actions workflows to use latest actions and improve build conditions71a2c10Remove tag push from GitHub Actions workflow and disable related build step in favor of using GitHub releases for versioning.2075322Refine GitHub Actions workflow condition to remove tag check for test success20ed493Dropping Support for armv7l due to security bugs in cryptographyccdeb60Update Dockerfile to use Python 3.12-alpine3.22 and remove unnecessary bridge packagedb6d031Enhance GitHub Actions workflow for tag handling and debugginga2ec4e9Merge branch 'main' into updates📊 Changes
14 files changed (+57 additions, -39 deletions)
View changed files
📝
.github/workflows/buildx.yml(+7 -0)📝
.github/workflows/docker_main.yml(+1 -1)📝
Dockerfile(+18 -5)📝
README.md(+12 -2)📝
app/models/config.py(+0 -1)📝
app/routes.py(+2 -4)📝
app/templates/display.html(+5 -3)📝
app/templates/error.html(+0 -2)📝
app/templates/index.html(+0 -6)📝
app/version.py(+2 -2)📝
pyproject.toml(+2 -2)📝
requirements.txt(+5 -7)📝
test/conftest.py(+0 -1)📝
test/test_routes.py(+3 -3)📄 Description
Rebased/Updated numerous requirements/dependencies.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.