Skip to content

Migrate arkindex.dataimport frontend

Erwan Rouchet requested to merge migrate-dataimport into master

Breaking changes

The callback URI has been moved to the API. OAuth authentications will stop working; GitLab will return "Invalid URI" errors.

Head over to https://gitlab.com/profile/applications and reconfigure the Arkindex applications' callback URIs.

  • Before: /imports/oauth/gitlab/callback
  • After: /api/v1/oauth/providers/gitlab/callback/ (do not forget the trailing slash, GitLab is slash-sensitive)
Edited by Erwan Rouchet

Merge request reports

Loading