Skip to content

WIP: Allow uploading untracked artifacts excluding ignored files

Aaron Walker requested to merge (removed):untracked-without-ignored into master

What does this MR do?

This merge request allows the use of untracked: without-ignored which adds untracked files excluding ignored files from .gitignore.

Why was this MR needed?

The artifacts:untracked documentation states the following (pending https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24122) which is incorrect:

Note: To exclude the folders/files which should not be a part of untracked just add them to .gitignore.

Even when the documentation is fixed, this is a desired feature.

Are there points in the code the reviewer needs to double check?

!1247 (diffs)

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Fixes #3378 (closed).

Edited by Aaron Walker

Merge request reports