1. 22 Jul, 2019 16 commits
  2. 21 Jul, 2019 3 commits
  3. 20 Jul, 2019 3 commits
    • Peter Dave Hello's avatar
      Remove filename leading slash of -30974-issue-search-by-number.yml · 592e0423
      Peter Dave Hello authored
      The leading slash will cause some not friendly command line behavier,
      for example:
      
      vim:
      ```
      ~/gitlab-ce/changelogs/unreleased $ vim -30974-issue-search-by-number.yml
      VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Jun 07 2019 15:35:43)
      Unknown option argument: "-30974-issue-search-by-number.yml"
      More info with: "vim -h"
      ```
      
      git:
      ```
      ~/gitlab-ce/changelogs/unreleased $ git add -30974-issue-search-by-number.yml
      error: unknown switch `3'
      usage: git add [<options>] [--] <pathspec>...
      
          -n, --dry-run         dry run
          -v, --verbose         be verbose
      
          -i, --interactive     interactive picking
          -p, --patch           select hunks interactively
          -e, --edit            edit current diff and apply
          -f, --force           allow adding otherwise ignored files
          -u, --update          update tracked files
          -N, --intent-to-add   record only the fact that the path will be added later
          -A, --all             add changes from all tracked and untracked files
          --ignore-removal      ignore paths removed in the working tree (same as --no-all)
          --refresh             don't add, only refresh the index
          --ignore-errors       just skip files which cannot be added because of errors
          --ignore-missing      check if - even missing - files are ignored in dry run
      ```
      
      There's no other unreleased changelog has a filename with leading slash,
      so I think this one should be corrected.
      
      cc !28302
      592e0423
    • Peter Dave Hello's avatar
      Fix merge_request value in -30974-issue-search-by-number.yml · ee01f095
      Peter Dave Hello authored
      There was an syntax issue here which caused it can't be parsed properly.
      
      cc !28302
      
      yaml-lint(https://www.npmjs.com/package/yaml-lint):
      ```
       unknown tag !<!28302> at line 4, column 1:
          author: Riccardo Padovani
          ^
      ```
      
      Online YAML Parser:(https://yaml-online-parser.appspot.com/)
      ```
      ERROR:
      
      could not determine a constructor for the tag '!28302'
        in "<unicode string>", line 3, column 16:
          merge_request: !28302                           ...
                         ^
      ```
      ee01f095
    • Walmyr Lima's avatar
      e1644da6
  4. 19 Jul, 2019 18 commits