mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
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#784
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/86
Author: @benbusby
Created: 6/2/2020
Status: ✅ Merged
Merged: 6/11/2020
Merged by: @benbusby
Base:
master← Head:develop📝 Commits (8)
b6fb472Project refactor (#85)64af72aMoved custom conf files to their own directory32e837aRefactored whoogle session mgmt6ec65f8Reworked pytest client fixture to support new session mgmt4324fcdAdded better multilingual support, updated filterf86a44bRemoved no-cache enforcement, minor styling/formatting improvementsf7380aeImproving ad filtering for non-English languages5f8309dAdded footer to results page📊 Changes
19 files changed (+484 additions, -223 deletions)
View changed files
📝
.gitignore(+4 -0)📝
app/__init__.py(+19 -4)📝
app/filter.py(+112 -83)📝
app/request.py(+37 -36)📝
app/routes.py(+105 -76)📝
app/static/js/autocomplete.js(+1 -1)📝
app/static/js/controller.js(+35 -0)📝
app/templates/display.html(+8 -2)📝
app/templates/header.html(+2 -2)📝
app/templates/index.html(+9 -11)➕
app/utils/__init__.py(+0 -0)➕
app/utils/misc.py(+29 -0)➕
app/utils/routing_utils.py(+72 -0)📝
requirements.txt(+2 -1)📝
setup.py(+1 -1)📝
test/conftest.py(+7 -2)➕
test/test_misc.py(+33 -0)📝
test/test_results.py(+3 -3)📝
test/test_routes.py(+5 -1)📄 Description
sets
going to complain about this, though not sure if it'll be the same
number of people who are upset that their friends/family have to share
their config)
request
padding and made questions styled as italic)
Minor change to button label
Fixed issue with "de-pickling" of flask session
Having a gitignore-everything ("") file within a flask session folder seems to cause a
weird bug where the state of the app becomes unusable from continuously
trying to prune files listed in the gitignore (and it can't prune '').
Switched to pickling saved configs
Updated ad/sponsored content filter and conf naming
Configs are now named with a .conf extension to allow for easier manual
cleanup/modification of named config files
Sponsored content now removed by basic string matching of span content
Version bump to 0.2.0
Fixed request.send return style
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.