8000 Comparing v5.1.2...v5.1.3 · ansible/ansible-lint · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ansible/ansible-lint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.1.2
Choose a base ref
...
head repository: ansible/ansible-lint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.1.3
Choose a head ref
  • 18 commits
  • 64 files changed
  • 6 contributors

Commits on Jul 18, 2021

  1. var-spacing: fix multiline nested JSON false positive (#1672)

    * E206: Increase testing accuracy
    
    VariableHasSpacesRule testing was limited to ensuring that the number of
    error was matching an expected number. This could have potential
    limitation where for example a commit prevents an real linting error
    from being raised and in the same time raises an invalid one.
    
    This commit aims at improving this rule's testing by ensuring that
    errors are raised only on a controlled set of lines.
    
    Related to: #1671
    
    * E206: Add testing for false positive nested JSON
    
    This commit adds 4 new tasks in example playbook used for
    VariableHasSpacesRule testing.
    
    One of these rule is a nested multiline JSON object which has its
    opening and closing brackets spanned on different lines. And this rule
    raises false positive error.
    
    Related to #1671
    
    * E206: Fix multiline nested JSON false positive
    
    When using a nested JSON object spanned on multiple lines in a Jinja2
    context ansible-lint raises a false positive E206 error.
    
    This commit extends the regex in charge of excluding false positive JSON
    objects so that it handl
    10BC0
    es multiline matching.
    
    Fixes #1671
    
    Co-authored-by: Sorin Sbarnea <ssbarnea@redhat.com>
    simonkeyd and ssbarnea authored Jul 18, 2021
    Configuration menu
    Copy the full SHA
    04d68a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Configuration menu
    Copy the full SHA
    f2fae71 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Configuration menu
    Copy the full SHA
    619b42d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    27f7664 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Configuration menu
    Copy the full SHA
    180ec78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c2766e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92a0c06 View commit details
    Browse the repository at this point in the history
  4. Add a Darglint config (#1693)

    This pre-configures settings for a linting tool that checks if
    all the function args are documented in their docstrings.
    webknjaz authored Aug 10, 2021
    Configuration menu
    Copy the full SHA
    feb15ec View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Configuration menu
    Copy the full SHA
    7b420db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51e8b17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5452778 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5ba055 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    629caa7 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Use force for ansible-galaxy install commands (#1704)

    This fixed bug which affects ansible 2.9 where the install fails
    if an outdated version is already present. Newer versions are
    able to upgrade it without using force.
    ssbarnea authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    69b1f21 View commit details
    Browse the repository at this point in the history
  2. Continuously check for the broken links across the project (#1698)

    * Fix broken links across the project
    
    * Set the linkcheck workers to 25
    
    * Add a linkcheck toxenv
    
    * Integrate linkcheck into GHA
    webknjaz authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    e8b78b7 View commit details
    Browse the repository at this point in the history
  3. Fix flake8 PT009 violation in tests (#1705)

    * Fix flake8 PT009 violation in tests
    
    Co-Authored-By: Sorin Sbarnea <ssbarnea@redhat.com>
    Co-authored-by: Sviatoslav Sydorenko <wk@sydorenko.org.ua>
    ssbarnea and webknjaz authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    95aeb4f View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Refactor use of pip-compile (#1655)

    * rename test-requirements.txt to constraints.txt to better reflect its
      purpose
    * move test dependencies into test extra so custom rule authors can
      easily install them
    ssbarnea authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    200e69c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Configuration menu
    Copy the full SHA
    8e2f27e View commit details
    Browse the repository at this point in the history
Loading
0