Commit Graph

3688 Commits (e967fe2266212dea68ab3dc63b9d7848d26afd42)
 

Author SHA1 Message Date
Mcat12 72be7ad5f0
Don't count commented out regex lines
6 years ago
Mcat12 b2a36f71a0
Fix wildcard description in pihole man page
6 years ago
Adam Hill 6b17620389
Update .travis.yml
6 years ago
Adam Hill b04195041a
Update README.md
6 years ago
Adam Hill 8ca4c66e3c
make smarter assertions rathe than `largestring not in string`
6 years ago
Adam Hill 449b7bf6e4
reduce the amount of strict `not in` checks
6 years ago
Adam Hill 88e4b6390c
Tox!
6 years ago
Dan Schaper de92bd1884
Merge pull request #2268 from pi-hole/fix/add-back-conditional-forwarding
6 years ago
Mcat12 1b276a74fe
Display all lines of a list, even if there is no newline at the end
6 years ago
bcambl fff31558a0 assert REMI repository is not installed for Fedora
6 years ago
Mcat12 8084c4b2a3
Fix regex period substitution due to switching to bashism
6 years ago
Mcat12 1ca852191f
Fix stickler complaints
6 years ago
Mcat12 af5fc6547a
Fix echoing wrong domain when converting wildcard
6 years ago
Mcat12 70f2b26c86
Escape periods in wildcard converted regex filters.
6 years ago
Mcat12 cfd95dbe87
Fix incorrect variable usage
6 years ago
Mcat12 c5bb404d6a
Emulate wildcard blacklisting via -wild and move regex to -regex
6 years ago
bcambl 4c23964964 ensure images are build prior to running tests
6 years ago
bcambl e4a6dcd35c update travis.yml to run tests in parallel
6 years ago
bcambl d4addd53ad Add tests for Fedora/CentOS distro_check
6 years ago
Mcat12 d21298c156
Add back conditional forwarding to webpage.sh
6 years ago
Dan Schaper 9dba9fb366
Convert multiline echos to individual echo statements so they don't lead with different amounts of space.
6 years ago
bcambl 09d40679c0 add test for unsupported distro checking
6 years ago
Dan Schaper a323b126e5
Finished space conversion
6 years ago
bcambl 553aad6ed2 add Fedora container to test matrix
6 years ago
bcambl 5ca2ad6148 move test globals & mock commands to conftest
6 years ago
bcambl 40537e1522 python linting: missing whitespace after ',' (E231)
6 years ago
bcambl 064a75b21b python linting: missing whitespace around operator (E225)
6 years ago
bcambl 1d3445bc0f python linting: whitespace after '(' and before ')' (E201 & E202)
6 years ago
bcambl 79232d02c9 python linting: 'pytest' imported but unused (F401)
6 years ago
bcambl 9bd4986781 python linting: whitespace before ':' (E203)
6 years ago
bcambl c3d443aaff python linting: lines > 79 characters (E501)
6 years ago
WaLLy3K b087888f94
Merge pull request #2261 from pi-hole/fix-no-protocol
6 years ago
bcambl da3dfd0998 python linting: missing whitespace after ':' (E231)
6 years ago
bcambl 4468d81472 python linting: 2 lines prior to defs (E302)
6 years ago
WaLLy3K 7ddae8f2eb
Treat URLs without a protocol as HTTP
6 years ago
Mark Drobnak 6b2851a671
Merge pull request #2257 from pi-hole/fix/query-process-wildcards
6 years ago
Mcat12 4763969c8f
Move processWildcards to query.sh
6 years ago
Mark Drobnak f9b75e486c
Merge pull request #2256 from pi-hole/fix/query-lists-variable-substitution
6 years ago
Mcat12 f868052062
Fix incorrect variable string substitution
6 years ago
Mcat12 61f0cbe10a
Update pihole man page for regex
6 years ago
Mcat12 0f4968d75c
Merge remote-tracking branch 'origin/development' into new/regex-lists
6 years ago
Mcat12 3077c22e4f
Change help strings from wildcard to regex blacklist
6 years ago
Mcat12 0decc37b5a
Appease stickler
6 years ago
Mcat12 4a953b66e0
Make removing regex domains work correctly
6 years ago
Mcat12 8435eeed4d
Don't validate regex domains
6 years ago
Mcat12 cffb4de83b
Use strict grep instead of regex for duplicates
6 years ago
Mcat12 55175087c4
Set regex file permissions for web access
6 years ago
Dan Schaper 0ddfa8ad10
Merge pull request #2254 from andrewjanke/patch-1
6 years ago
Andrew Janke b74fb3f179
typo fix
6 years ago
bcambl 9d3d33b6a2 add tests for selinux checking
6 years ago