Slackbot
11/10/2023, 11:27 AMPhilipp Witzmann
11/10/2023, 11:28 AMrepoConfig: |
---
repos:
- id: /.*/
plan_requirements: []
apply_requirements: [mergeable]
import_requirements: [mergeable]
workflow: default
allowed_overrides: []
allow_custom_workflows: false
workflows:
default:
plan:
steps: [init, plan]
apply:
steps: [apply]Philipp Witzmann
11/10/2023, 11:30 AMPePe Amengual
11/10/2023, 5:04 PMPhilipp Witzmann
11/13/2023, 7:05 AMapi/v4/projects/<path>/<repo>/merge_requests/3/notes/62004/award_emoji . According to this issue, the path should be url encoded, so it becomes api/v4/projects/url%2Fencoded%2Fpath/<repo>/merge_requests/3/notes/62004/award_emoji
I confirmed that this works via curl and browser. I just need to find out, how to instruct atlantis to urlencode the path instead of using the unencoded string, see https://github.com/runatlantis/atlantis/blob/8ebb504528f8565cbbf4091e0317d020cccb76d6/server/events/vcs/gitlab_client.go#L192PePe Amengual
11/13/2023, 7:23 AMPhilipp Witzmann
11/13/2023, 7:23 AM