Skip to content

Add features

derjones requested to merge (removed):add-features into master

Add api calls:

  • delete web hook
  • list merge_requests commits
  • list merge_requests by commit
  • create file
  • update file
  • delete file
  • list repository tree
  • create variable
  • show variable
  • update variable

Fix api calls:

  • escape protected tag

Add types:

  • ProjectVariable
  • ProtectedTagAccessLevel
  • ProtectedTag
  • ReleaseTag
  • Tag
  • MergeRequestCommit

Fix type:

  • RepoCommit - make parent_ id optional (Can be null on projects/:id/repository/branches call)

Use rusttls instead of openssl in reqwest:

  • Otherwise static linking of the lib is not supported
Edited by derjones

Merge request reports