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

Conversation

maxice8
Copy link
Collaborator

@maxice8 maxice8 commented Dec 28, 2020

Description

See description of the git commits

Related Issue

Resolves #429

How Has This Been Tested?

Tested description handling but not label handling yet

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)

@maxice8
Copy link
Collaborator Author

maxice8 commented Dec 28, 2020

We might also need to do it for mr create where applicable

@profclems
Copy link
Owner

We might also need to do it for mr create where applicable

Yeah mr create will also need that

@maxice8
Copy link
Collaborator Author

maxice8 commented Dec 28, 2020

It is also done

@profclems profclems changed the title Glab issue create escape issue create and mr create escape Dec 28, 2020
@profclems profclems added cmd: issue Related to issues management cmd: mr Issue is related to merge request management Fix This fixes a bug or incorrect documentation labels Dec 28, 2020
@profclems profclems added this to In progress 📈 in GLab: A GitLab CLI Tool via automation Dec 28, 2020
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.
…Query

It is required, otherwise long descriptions will complex lines like
build logs will fail
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.
It is required, otherwise long descriptions will complex lines like
build logs will fail
GLab: A GitLab CLI Tool automation moved this from In progress 📈 to Needs to be merged 🎉 Dec 28, 2020
@profclems profclems merged commit 173e98c into profclems:trunk Dec 28, 2020
GLab: A GitLab CLI Tool automation moved this from Needs to be merged 🎉 to Pending Release 🗞️ Dec 28, 2020
@clemsbot clemsbot moved this from Pending Release 🗞️ to Done 🤝 in GLab: A GitLab CLI Tool Dec 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cmd: issue Related to issues management cmd: mr Issue is related to merge request management Fix This fixes a bug or incorrect documentation size/S
Projects
Development

Successfully merging this pull request may close these issues.

Continuing the creation of an issue on a browser blows up with complex descriptions
2 participants