Commit Graph

3602 Commits (c330df9700d7d82e56ee00b6caf02d1494184ae2)
 

Author SHA1 Message Date
Dan Schaper b1e9c05bee
Merge pull request #2284 from pi-hole/bugfix/source_webpage
6 years ago
Dan Schaper 69e06d89ff
Added missing for sourced file.
6 years ago
RamSet 56b04017e7 Port 53 check updated with 4 spaces.
6 years ago
RamSet 3af61c031d
Merge pull request #1 from pi-hole/development
6 years ago
Dan Schaper f42a57088f
Merge pull request #2280 from rrobgill/development
6 years ago
WaLLy3K 4834452875
Merge pull request #2278 from pi-hole/fix/missing-wildlist-help-and-double-dash
6 years ago
Rob Gill c5b9d99b48 Add regex option to autocomplete
6 years ago
Mcat12 f8d4c36f6d
Add back --wild list.sh help and use -- for long params like --regex
6 years ago
bcambl fa9ecbdb81 add php-json to Fedora web deps
6 years ago
bcambl 2bf6b29b8f trigger an install/upgrade of PHP after enabling the Remi repository
6 years ago
Dan Schaper 25812f88f6
Merge pull request #2262 from bcambl/additional_tests
6 years ago
Dan Schaper 037989b8e4
Merge pull request #2271 from pi-hole/feature/installer_spacing
6 years ago
Dan Schaper dbc82cfb6a
Merge pull request #2236 from pi-hole/new/regex-lists
6 years ago
Mcat12 941a766aa3
Replace -wild and -regex with --wild and --regex
6 years ago
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