-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Pi-hole Core v6.1 #6221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Pi-hole Core v6.1 #6221
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…stem Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: Jack'lul <8418678+jacklul@users.noreply.github.com>
Signed-off-by: DL6ER <dl6er@dl6er.de>
Signed-off-by: DL6ER <dl6er@dl6er.de>
…ml settings for webserver.paths.webroot and webserver.paths.webhome When uninstalling, remove web interface parent directory empty check and possible removal. Signed-off-by: James George <james.george@vigilantvoid.com>
Signed-off-by: Christian König <github@yubiuser.dev>
seems this one was forgotten Signed-off-by: Michael Woolweaver <michael@woolweaver.bid>
Signed-off-by: Michael Woolweaver <michael@woolweaver.bid>
also glob with * to ensure .etag & .sha1 are removed as well should fix #6075 Co-authored-by: yubiuser <github@yubiuser.dev> Signed-off-by: Michael Woolweaver <michael@woolweaver.bid>
…ger needed. "Fixes" #6066 Signed-off-by: Adam Warner <me@adamwarner.co.uk>
Signed-off-by: Christian König <github@yubiuser.dev>
Bumps [pytest-testinfra](https://github.com/pytest-dev/pytest-testinfra) from 10.1.1 to 10.2.2. - [Release notes](https://github.com/pytest-dev/pytest-testinfra/releases) - [Changelog](https://github.com/pytest-dev/pytest-testinfra/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-testinfra@10.1.1...10.2.2) --- updated-dependencies: - dependency-name: pytest-testinfra dependency-version: 10.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
… warning Signed-off-by: Adam Warner <me@adamwarner.co.uk>
local status=$(curl --head --silent "https://ftl.pi-hole.net/${1}" | head -n 1) ^----^ SC2155 (warning): Declare and assign separately to avoid masking return values. In ./automated install/basic-install.sh line 2076: elif [ $? -eq 2 ]; then ^-- SC2319 (warning): This $? refers to a condition, not a command. Assign to a variable to avoid it being overwritten. Signed-off-by: Adam Warner <me@adamwarner.co.uk>
if [[ $? -eq 5 ]]; then ^------------^ SC3010 (warning): In POSIX sh, [[ ]] is undefined. Signed-off-by: Adam Warner <me@adamwarner.co.uk>
piholeDir="${2}" ^-------^ SC2034 (warning): piholeDir appears unused. Verify use (or export if used externally). Turns out it is _actually_ unused, the full path of the gravity database is passed to the function, so we'll tidy this up rather than supressing. Signed-off-by: Adam Warner <me@adamwarner.co.uk>
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
Signed-off-by: Piotr Tyrakowski <verscup@gmail.com>
Bumps [tox](https://github.com/tox-dev/tox) from 4.25.0 to 4.26.0. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.25.0...4.26.0) --- updated-dependencies: - dependency-name: tox dependency-version: 4.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Function gravity_CheckDNSResolutionAvailable() should return 0 if DNS resolution is available Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
…NS resolution is available (#6240)
Signed-off-by: Christian König <github@yubiuser.dev>
Signed-off-by: Christian König <github@yubiuser.dev>
Signed-off-by: Christian König <github@yubiuser.dev>
…lt) and order dependencies alphabetically Signed-off-by: Christian König <github@yubiuser.dev>
Signed-off-by: Christian König <github@yubiuser.dev>
Co-authored-by: Dan Schaper <dan.schaper@pi-hole.net> Signed-off-by: yubiuser <github@yubiuser.dev>
Signed-off-by: Christian König <github@yubiuser.dev>
Signed-off-by: Christian König <github@yubiuser.dev>
DL6ER
previously approved these changes
May 30, 2025
yubiuser
previously approved these changes
May 30, 2025
DL6ER
approved these changes
May 30, 2025
yubiuser
approved these changes
May 30, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What's Changed
gravityDBfile_default
like the other variables by @mwoolweaver in buildgravityDBfile_default
like the other variables #6133pihole
sudoers file by @PromoFaux in Remove no-longer-neededpihole
sudoers file #6143jq
to retrieve tag_name by @rdwebdesign in Change FTLcheckUpdate to use api.github.com andjq
to retrieve tag_name #6229get_available_interfaces()
to correctly filter loopback device (lo
) by @PiotrTyrakowski in Updateget_available_interfaces()
to correctly filter loopback device (lo
) #6236pihole api
output, containing only the JSON payload by @rdwebdesign in Allow simplepihole api
output, containing only the JSON payload #6096gravity_CheckDNSResolutionAvailable()
should return 0 if DNS resolution is available by @rdwebdesign in Functiongravity_CheckDNSResolutionAvailable()
should return 0 if DNS resolution is available #6240New Contributors
Full Changelog: v6.0.6...v6.1