Skip to content

Add directory feature button

Stan Hu requested to merge stanhu/gitlab-ce:add-directory-feature into master

This MR adds the "Add directory" feature as described in #2557 (closed) and splits out the "Create file" and "Upload file" in a dropdown.

Screenshots

image

image

image

Added branch capability to upload file form:

image

"Upload file" is no longer accessible from the "Create file" page. Users can now select a target branch in upload file as well.

Closes #2799 (closed): Fixes a bug where file modes were overwritten after a commit

Closes https://github.com/gitlabhq/gitlabhq/issues/8253: Existing files can no longer be overwritten in the "Create file" section.

Closes #2557 (closed)

Merge request reports