Gitlab CI v9.0.3 Release Notes

Release Date: 2017-04-05 // about 7 years ago
    • ๐Ÿ›  Fix name colision when importing GitHub pull requests from forked repositories. !9719
    • ๐Ÿ›  Fix GitHub Importer for PRs of deleted forked repositories. !9992
    • ๐Ÿ›  Fix environment folder route when special chars present in environment name. !10250
    • ๐Ÿ‘Œ Improve Markdown rendering when a lot of merge requests are referenced. !10252
    • ๐Ÿ‘ Allow users to import GitHub projects to subgroups.
    • Backport API changes needed to fix sticking in EE.
    • Remove unnecessary ORDER BY clause from forked_to_project_id subquery. (mhasbini)
    • ๐Ÿ— Make CI build to use optimistic locking only on status change.
    • ๐Ÿ›  Fix race condition where a namespace would be deleted before a project was deleted.
    • ๐Ÿ›  Fix linking to new issue with selected template via url parameter.
    • โœ‚ Remove unnecessary ORDER BY clause when updating todos. (mhasbini)
    • API: Make the /notes endpoint work with noteable iid instead of id.
    • ๐Ÿ›  Fixes method not replacing URL parameters correctly and breaking pipelines pagination.
    • ๐Ÿšš Move issue, mr, todos next to profile dropdown in top nav.