This website works better with JavaScript.
Explore
Help
Sign In
arno
/
pi-hole
mirror of
https://github.com/pi-hole/pi-hole
Watch
1
Star
0
Fork
You've already forked pi-hole
0
Code
Issues
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
master
development-v6
development
new/antigravity
master
debug_no_ABP
double_dig
query_list_v6
fix/custom.list
fix/query_all
tests_systemd
no_reload
ftl-binary-names
checkout/tags
gravity-test
tweak/gravity
fix_FTLcheckUpdate
awk
tests_systemd_new
v4.3.2
2.0
2.8
V2.5.1
V2.9.1
V2.9.2
v2.1
v2.10
v2.10.1
v2.10.2
v2.11
v2.11.1
v2.11.2
v2.12
v2.12.1
v2.13
v2.13.1
v2.13.2
v2.2
v2.3
v2.4
v2.5
v2.5.2
v2.5.3
v2.6
v2.6.1
v2.6.1.1
v2.6.1.2
v2.6.2
v2.6.3
v2.7
v2.7.1
v2.8.1
v2.9
v2.9-alpha
v2.9.3
v2.9.4
v2.9.4a
v2.9.5
v3.0
v3.0.1
v3.1
v3.1.4
v3.2
v3.2.1
v3.3
v3.3.1
v4.0
v4.1
v4.1.1
v4.2
v4.2.1
v4.2.2
v4.3
v4.3.1
v4.3.3
v4.3.4
v4.3.4int
v4.3.5
v4.4
v5.0
v5.1
v5.1.1
v5.1.2
v5.10
v5.11
v5.11.1
v5.11.2
v5.11.3
v5.11.4
v5.12
v5.12.1
v5.12.2
v5.13
v5.14
v5.14.1
v5.14.2
v5.15
v5.15.1
v5.15.2
v5.15.3
v5.15.4
v5.15.5
v5.16
v5.16.1
v5.16.2
v5.17
v5.17.1
v5.2
v5.2.1
v5.2.2
v5.2.3
v5.2.4
v5.3
v5.3.1
v5.4
v5.5
v5.6
v5.7
v5.8
v5.8.1
v5.9
v5.9.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
pi-hole
/
.gitignore
13 lines
99 B
Raw
Permalink
Normal View
History
Unescape
Escape
.DS_Store banished!
8 years ago
.DS_Store
setupVar tests passing for debian & centos
7 years ago
*.pyc
*.swp
__pycache__
.cache
add tests for selinux checking Signed-off-by: bcambl <blayne@blaynecampbell.com>
5 years ago
.pytest_cache
Tox! Signed-off-by: Adam Hill <adam@diginc.us>
5 years ago
.tox
.eggs
*.egg-info
Remove .idea/ Signed-off-by: Frieder Bluemle <frieder.bluemle@gmail.com>
2 years ago
.idea/
Add other JetBrains stuff to ignore
6 years ago
*.iml
Update the tests (#4427) * unpin the requirements and update all to latest available - needs more work still. see notes in `def host()` Signed-off-by: Adam Warner <me@adamwarner.co.uk> * fix py3 monkey patch of testinfra docker using bash Signed-off-by: Adam Hill <adam@diginc.us> * update the other test files to use `host` instead of `Pihole` Address some sticklr and codefactor update python version from 3.7 to 3.8 preload `git` onto the centos/fedora test images, and switch which with command -v in the passthrough mock testinfra is deprecated, use pytest-testinfra Signed-off-by: Adam Warner <me@adamwarner.co.uk> Co-authored-by: Adam Hill <adam@diginc.us>
2 years ago
.vscode/