Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Mar 25, 2023

  1. Hotfix Core v5.16.2 (#5235)

    dschaper committed Mar 25, 2023
  2. Speed things up a bit with some humble greps. Consolodate regexes and…

    … remove the need for so many mapfile/arrays
    
    Signed-off-by: Adam Warner <me@adamwarner.co.uk>
    
    Use temp files for parsing and remove when done.
    
    Always rm the non-domains temp file.
    
    exit 1 if gravity database creation fails.
    
    Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
    Co-authored-by: Dan Schaper <dan.schaper@pi-hole.net>
    Co-authored-by: DL6ER <dl6er@dl6er.de>
    Co-authored-by: Adam Warner <me@adamwarner.co.uk>
    3 people committed Mar 25, 2023

Commits on Mar 21, 2023

  1. Declaring all local variables under the function declaration line

    Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
    rdwebdesign committed Mar 21, 2023
  2. Removing unnecessary commas

    Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
    rdwebdesign committed Mar 21, 2023

Commits on Mar 18, 2023

  1. Bump tox from 4.4.6 to 4.4.7 in /test

    Bumps [tox](https://github.com/tox-dev/tox) from 4.4.6 to 4.4.7.
    - [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.4.6...4.4.7)
    
    ---
    updated-dependencies:
    - dependency-name: tox
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 18, 2023
  2. Bump pytest-xdist from 3.2.0 to 3.2.1 in /test

    Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.2.0 to 3.2.1.
    - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases)
    - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest-xdist@v3.2.0...v3.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: pytest-xdist
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 18, 2023
  3. Bump actions/checkout from 3.3.0 to 3.4.0

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3.3.0...v3.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 18, 2023

Commits on Mar 17, 2023

  1. restore the addKey comment, reworded for anchors

    Per @dschaper, restore the addKey clarifying comment. It has
    been reworded to describe the use of anchors where before it
    referenced using grep's  'match only an entire line' argument.
    
    Signed-off-by: William Blew <william@kulian.org>
    wblew committed Mar 17, 2023
  2. Fix addKey to handle substrings of existing keys

    Fix addKey to handle the case where a key is being added, and that key
    is the leading substring of an already existing key within that file.
    
    For example: add "server=192.168.1.1", when "server=192.168.1.178"
    already exists within the /etc/dnsmasq.d/01-pihole.conf file.
    
    Check pihole docker with PIHOLE_DNS="192.168.1.178;192.168.1.1". Its
    /etc/dnsmasq/01-pihole.conf will be missing its second server= entry.
    
    Add the test_key_addition_substr, to test addKey when
    its adding a substring key of an existing key in the file.
    
    Signed-off-by: William Blew <william@kulian.org>
    wblew committed Mar 17, 2023
  3. Search for ABP entries only if they exist in gravity.db

    and use `abp_domains` property.
    
    Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
    rdwebdesign committed Mar 17, 2023

Commits on Mar 14, 2023

  1. Allow pihole -q matching ABP subdomains

    Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
    rdwebdesign committed Mar 14, 2023
  2. Revert "Allow final dot (root zone)"

    This reverts commit 0b5da9f.
    
    Signed-off-by: Christian König <ckoenig@posteo.de>
    yubiuser committed Mar 14, 2023

Commits on Mar 8, 2023

Commits on Mar 7, 2023

  1. Use distinct variabled

    Signed-off-by: Christian König <ckoenig@posteo.de>
    yubiuser committed Mar 7, 2023

Commits on Mar 6, 2023

  1. Convert domain to lowercase in pihole -q

    Signed-off-by: Christian König <ckoenig@posteo.de>
    yubiuser committed Mar 6, 2023

Commits on Mar 4, 2023

  1. Bump pytest from 7.2.1 to 7.2.2 in /test

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.1 to 7.2.2.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@7.2.1...7.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 4, 2023
Older