summaryrefslogtreecommitdiff
path: root/spec/features/projects/files/user_deletes_files_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-0/+1
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-07-081-2/+0
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-061-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-181-2/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-231-1/+1
|
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-261-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Setup Vue app for repository file listingPhil Hughes2019-05-201-0/+2
| | | | Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61578
* Revert "Merge branch 'blackst0ne-update-push-new-merge-request-url' into ↵Douwe Maan2018-11-071-1/+1
| | | | | 'master'" This reverts merge request !22526
* Fix specsblackst0ne2018-10-261-1/+1
|
* Resolve "In web editor, when delete a file, should navigate to enclosing ↵George Thomas2018-10-171-1/+1
| | | | directory"
* Fix specs failing on duplicate gpg signatureJan Provaznik2018-08-131-1/+3
| | | | | | It seems there are additional async requests related to gpg signature, w/o waiting for finishing all requests it fails on: Duplicate entry '...' for key 'index_gpg_signatures_on_commit_sha'
* Rails5 fix specs duplicate key value violates unique constraint ↵Jasper Maes2018-08-091-1/+1
| | | | 'index_gpg_signatures_on_commit_sha'
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
|
* Migrate features/project/project.feature to RSpec and reorganize several ↵Rémy Coutable2018-04-091-0/+68
Project feature specs Signed-off-by: Rémy Coutable <remy@rymai.me>