Fix security autodeploy tag
autodeploy:tag
fails in the context of a security release.
- It attempts to commit on
dev.gitlab.com
using security project path instead of dev project path - For the final tagging it will check for tags on security instead of dev
What's included in this MR
- logging! All the clients now logs outgoing requests, this will make a lot easier to debug this kind of problems
- fix project path for
Client#create_commit
- Fix the client to check for changes in
PassingBuild#project_changes?