Skip to content

Resolve "Support creating new file from URL in the Web IDE"

Denys Mishunov requested to merge 57668-create-file-from-url into master

What does this MR do?

Allows creation of the files by simply supplying the file name in URL like https://gitlab.com/-/ide/project/<group>/<project>/edit/<branch>/-/<new_file_name>.

This resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/57668.

Note! This MR supports only creation of the new files in existing branches. Though, when combined with https://gitlab.com/gitlab-org/gitlab-ce/issues/45687 it should be possible to create both, branch and a new file with just a URL!

This MR is the logical step before solving https://gitlab.com/gitlab-org/gitlab-ce/issues/59461

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/57668 https://gitlab.com/gitlab-org/gitlab-ce/issues/45687

Does this MR meet the acceptance criteria?

Closes #57668 (closed)

Merge request reports