Skip to content

No longer quotes discussions with sub-topic QA

James Johnson requested to merge remove_quoting_on_sub_topic into master

DESCRIPTION

Checklist

  • Manually verified passing unit tests for this branch locally by running bin/run_docker_tests.sh
    • Yes, this is a pain, but GitLab doesn't run reasonably within a docker container in a normal CI pipeline
    • See bin/run_docker_tests.sh --help for faster/iterative testing options
  • Paste local test output
  • Add a CHANGELOG.md entry

Local Test Output

/bin/run_docker_tests.sh output
bin/run_docker_tests.sh --no-kill
[>>>] Will not kill docker container (can be re-used)
[>>>] Retrieving token
[>>>] GitLab should be ready
[>>>] Pasteable config into bin/.env:
[>>>]
export DISCOTO_GITLAB_ENDPOINT=http://172.17.0.2
export DISCOTO_GITLAB_TOKEN=NUijuDszHYryzV7y8YNq
export DISCOTO_PROJECTS=test-group/test-project
export DISCOTO_GROUPS=test-group
export DISCOTO_ISSUABLE_ASSIGNEE=
export DISCOTO_ISSUABLE_AUTHOR=
export DISCOTO_ISSUABLE_LABELS=discoto
[>>>]
[>>>] Running tests on remove_quoting_on_sub_topic @ f25d5fc66c9f705d173e8305b95de6be5b7590eb
Warning: the running version of Bundler (2.1.2) is older than the version that created the lockfile (2.1.4). We suggest you to upgrade to the version that created the lockfile by running `gem install bundler:2.1.4`.
warning: parser/current is loading parser/ruby27, which recognizes
warning: 2.7.1-compliant syntax, but you are running 2.7.0.
warning: please see https://github.com/whitequark/parser#compatibility-with-ruby-mri.
...........................................................

Finished in 2 minutes 54.8 seconds (files took 0.46054 seconds to load)
59 examples, 0 failures

Coverage report generated for RSpec to /home/james/ws/dev/gitlab/discussion-automation/coverage. 721 / 824 LOC (87.5%) covered.
[>>>] Cleaning up
[>>>] Cleaning up

Merge request reports

Loading