Thanks to visit codestin.com
Credit goes to github.com

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: saltstack-formulas/redis-formula
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.25.2
Choose a base ref
...
head repository: saltstack-formulas/redis-formula
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.26.0
Choose a head ref
  • 3 commits
  • 26 files changed
  • 3 contributors

Commits on Sep 14, 2019

  1. feat(semantic-release): implement for this formula

    * Semi-automated using myii/ssf-formula#32
    * Fix errors shown below:
    
    ```bash
    redis-formula$ yamllint -s .
    ./pillar.example
      1:1       warning  missing document start "---"  (document-start)
      2:35      warning  truthy value should be one of [false, true]  (truthy)
      2:89      error    line too long (122 > 88 characters)  (line-length)
      3:42      warning  comment not indented like content  (comments-indentation)
      4:89      error    line too long (119 > 88 characters)  (line-length)
      5:89      error    line too long (133 > 88 characters)  (line-length)
      26:24     warning  truthy value should be one of [false, true]  (truthy)
      28:89     error    line too long (125 > 88 characters)  (line-length)
      30:1      warning  comment not indented like content  (comments-indentation)
      36:14     warning  truthy value should be one of [false, true]  (truthy)
      42:35     warning  too few spaces before comment  (comments)
      42:89     error    line too long (94 > 88 characters)  (line-length)
      43:35     warning  comment not indented like content  (comments-indentation)
      50:89     error    line too long (92 > 88 characters)  (line-length)
      73:24     warning  too few spaces before comment  (comments)
    
    ./redis/osfamilymap.yaml
      3:1       warning  missing document start "---"  (document-start)
      36:14     warning  truthy value should be one of [false, true]  (truthy)
      44:22     warning  truthy value should be one of [false, true]  (truthy)
      46:1      error    too many blank lines (1 > 0)  (empty-lines)
    
    ./redis/defaults.yaml
      3:1       warning  missing document start "---"  (document-start)
      42:15     warning  truthy value should be one of [false, true]  (truthy)
      49:22     warning  truthy value should be one of [false, true]  (truthy)
      57:1      error    too many blank lines (1 > 0)  (empty-lines)
    
    ./redis/osfingermap.yaml
      3:1       warning  missing document start "---"  (document-start)
    ```
    myii committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    4934355 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #80 from myii/chore/standardise-structure

    feat(semantic-release): implement for this formula
    aboe76 authored Sep 14, 2019
    Configuration menu
    Copy the full SHA
    292c343 View commit details
    Browse the repository at this point in the history
  3. chore(release): 0.26.0 [skip ci]

    # [0.26.0](v0.25.2...v0.26.0) (2019-09-14)
    
    ### Features
    
    * **semantic-release:** implement for this formula ([4934355](4934355))
    semantic-release-bot committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    2a46079 View commit details
    Browse the repository at this point in the history
Loading