Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

issue create and mr create escape #430

Merged
merged 4 commits into from
Dec 28, 2020

Commits on Dec 28, 2020

  1. fix(commands/issue/create): add double quotes around labels

    This is required for complex enough labels like `type:build-failure`, if
    there are no double quotes around it, GitLab will fail to parse it.
    maxice8 committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    6b102dd View commit details
    Browse the repository at this point in the history
  2. fix(commands/issue/create): escape description before using it in Raw…

    …Query
    
    It is required, otherwise long descriptions will complex lines like
    build logs will fail
    maxice8 committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    500d620 View commit details
    Browse the repository at this point in the history
  3. fix(commands/mr/create): add double quotes around labels

    This is required for complex enough labels like `type:build-failure`, if
    there are no double quotes around it, GitLab will fail to parse it.
    maxice8 committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    b5c6c4c View commit details
    Browse the repository at this point in the history
  4. fix(commands/mr/create): escape description before using it in RawQuery

    It is required, otherwise long descriptions will complex lines like
    build logs will fail
    maxice8 committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    69d1e62 View commit details
    Browse the repository at this point in the history