-
Notifications
You must be signed in to change notification settings - Fork 462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing Metatdata
api implementation
#992
Comments
In work |
@jmini Metadata was introduced in Gitlab Version 15.6.0. So we need to change version of Gitlab in integration tests. It required a lot of changes in integration tests and util classes. Can I make PR without updating version of Gitlab in IT and without integration testing of MetadataApi? I checked it in my branch on new version and it work fine! I want to create new issue to update version of Gitlab. What do you think? |
Yes you can create the PR without integration tests. |
About integrations test, there is an open discussion to change the setup: #925 I am fine with a temporary solution where the version would be updated with the current infrastructure. |
Added Metadata Api. It requires Gitlab version not less then 15.6 in integration tests so test was disabled until Gitlab version updating.
@jmini I made PR. Can you check it? |
Right now the library does not expose the
Metadata
api call like documented in hereThe text was updated successfully, but these errors were encountered: