You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a GitLab user account with permission to create workspace and merge requests, but not to update project.
Invoke import project endpoint through the same account.
Check the response returned from the endpoint. Excepted Response - '403 Forbidden'.
Go to GitLab project overview and check for workspace and merge request created for project structure.
Expected Result:
During project import, if updating the project with tag fails, the workspace and merge request created for project structure must be deleted.
Actual Result:
Workspace and merge request created for project structure exists in GitLab despite error from import project endpoint.
The text was updated successfully, but these errors were encountered:
Importing a project involves the following steps:
Steps to Reproduce:
Expected Result:
During project import, if updating the project with tag fails, the workspace and merge request created for project structure must be deleted.
Actual Result:
Workspace and merge request created for project structure exists in GitLab despite error from import project endpoint.
The text was updated successfully, but these errors were encountered: