Commit Graph

478 Commits (9939cf1d774ced34b528c37ea6a90137419315b5)

Author SHA1 Message Date
Adam Warner 9939cf1d77
Rename some of the variables to hopefully make the process a little clearer
1 year ago
Adam Warner 79f4a7cef0
Maintain a list of valid hostnames (taken from the top of StevenBlack's host file), and discount them when calculating the number of "invalid" domains in a given list
1 year ago
Christian König 14ab586603
Start counting with 1
1 year ago
Christian König 372070ab39
Improve detection of incorrecr lines during gravity
1 year ago
Christian König 4004a93d1a
Don't double check for lines containing no domains in gravity
1 year ago
RD WebDesign 090727b1d3
Remove unnecessary return
2 years ago
RD WebDesign 8b98fd06ed
Remove unused old code
2 years ago
Christian König 230d6a435f
Semi hardcode the connection_timeout value
2 years ago
Christian König 53c0982c8b
Set connection timeout for curl
2 years ago
Adam Warner 64dc002c3f
Same per @rdwebdesign suggestion.
2 years ago
Adam Warner 6c7a28a7b5
Dont use bash keywords/programs as variable names
2 years ago
Christian König b486786041
Add database healthy checks to debug script
2 years ago
Adam Warner 0be987239e
Adds spellcheck action to the smoke-tests (also moves editorconfig-checker to smoketests away from it's own action)
2 years ago
Peter Russell 052a1f294e
Update gravity.sh
2 years ago
Peter Russell 325f20d5c2
Update gravity.sh
2 years ago
Peter Russell 1c28da7bbd
Update gravity.sh
2 years ago
jpgpi250 aba5e884eb Update gravity.sh
2 years ago
DL6ER 8cbffa179d
Replace remaining sqlite3 calls by calls to our embedded pihole-FTL sqlite3 engine and remove sqlite3 as dependency in the installer.
2 years ago
DL6ER 534f9a63bf
Copy database tables earlier into the new gravity database to avoid foreign key contraint violations when adding gravity entries refering to an empty adlist table
2 years ago
DL6ER f0f5cc52d9
Use internal SQLite3 engine in more places in gravity.sh
2 years ago
DL6ER ce86157067
Fix gravity in case there are no adlists at all or all are disabled (#4535)
2 years ago
DL6ER 3d3bb45a46
Merge pull request #4288 from pi-hole/new/gravity_repair
2 years ago
DL6ER d2a98ae954
Document -r recover force case
2 years ago
DL6ER 2e1ce7fc87
Apply suggestions from code review
2 years ago
DL6ER 54c58327f1
Merge pull request #4450 from pi-hole/unblock_NODATA
2 years ago
yubiuser db5e94b14a
use +short and omit obsolet awk
2 years ago
DL6ER 7167e6d5e4
Apply suggestions from code review
2 years ago
DL6ER b06efb6ab7
Declare variables local
2 years ago
DL6ER ab4bce4787
Allow users to force recovery even when checks are okay using "pihole -g -r recover force"
2 years ago
DL6ER 469c179b32
Return early from recovery routine when integrity checks didn't show any database errors.
2 years ago
DL6ER 190ab79606
Implement fully-automated gravity database recovery method.
2 years ago
Dan Schaper 533a77d6d5
Add database function failure guards.
2 years ago
Dan Schaper 76ae75689c
Check for DNS before run.
2 years ago
Dan Schaper a780fc59e2
Set DBFile permissions on creation.
2 years ago
Christian König e243c562c2
Unblock adlist domain during gravity run in NODATA mode
2 years ago
Christian König 647ba6ec9d
Rename variables to improve comprehensibility
2 years ago
Christian König bfda52ed79
Fix number of invalid domains
2 years ago
jbzdarkid bc8150adfa Clean up bash script formatting
2 years ago
yubiuser 38bb4a4908
Remove unused wildcard_regex_converter.sh (#4369)
3 years ago
jpgpi250 3439045228 fix Pi-hole v5.4 update - syntax error #4322
3 years ago
Adam Warner 4ac4bc5c18
Merge branch 'development' into fix/gravity_no_locallist
3 years ago
jpgpi250 a2d5b8050a Update gravity.sh
3 years ago
DL6ER f90dffbf1a
Do not put hostname and pi.hole into local.list - this will be handled by FTL after FTL#1111 has been merged
3 years ago
DL6ER f536718aaa
Use possibly custom gravity.db location in the copying SQL script
3 years ago
DL6ER d25240fe9f
pihole -g should respose GRAVITYDB in pihole-FTL.conf
3 years ago
DL6ER 126b9ae381
Add missing three new columns to pihole -g -r
3 years ago
DL6ER 57fe3b6621
Merge pull request #3951 from pi-hole/new/gravity_adlist_infos
3 years ago
Adam Warner 9ec012289f
Merge pull request #4017 from mwoolweaver/patch-2
3 years ago
Michael Woolweaver c42b97ddb2
fix typo in comment
3 years ago
freddii 7c0c30fb0b fixed typos
3 years ago