summaryrefslogtreecommitdiff
path: root/spec/features/projects/files
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-192-31/+22
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-214-48/+196
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-205-0/+5
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-205-31/+51
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-07-083-5/+1
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-1825-25/+25
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-0/+39
|
* Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot2020-04-201-0/+28
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-061-4/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-021-0/+25
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-231-79/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-111-0/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-101-0/+21
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-063-1/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-291-0/+25
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-211-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-142-0/+20
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-201-0/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-171-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-1811-39/+21
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-141-3/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-236-10/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-107-17/+24
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
|
* Enable serving static objects from an external storagestatic-objects-external-storageAhmad Sherif2019-09-101-1/+7
| | | | | | | | | | It consists of two parts: 1. Redirecting users to the configured external storage 1. Allowing the external storage to request the static object(s) on behalf of the user by means of specific tokens Part of https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6829
* Improve search result labelsMarkus Koller2019-08-301-4/+2
| | | | | | | - Use "results" instead of "blobs", "wiki blobs", "snippet blobs" - Use "comments" instead of "notes" - Use correct pluralization - Don't add "1 - 10 of" if there's only one page
* Remove csslabArun Kumar Mohan2019-08-281-1/+0
|
* Fix quarantined spec by waiting for requestsdm-fix-quarantined-specDouwe Maan2019-08-151-5/+2
|
* Quarantine folder containing only a folder specadd-cop-for-rspec-file-pathsSean McGivern2019-08-011-1/+2
|
* Rename broken spec filesSean McGivern2019-08-011-0/+0
| | | | RSpec only executes files ending in _spec.rb.
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-2625-0/+50
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Open WebIDE in fork when user doesn't have access51952-redirect-to-webide-in-forkMarkus Koller2019-07-121-0/+1
| | | | | | | When opening the IDE on a project where the user doesn't have push access, we create a fork and then redirect back to the IDE. To make sure the user can actually commit, we need to open the IDE in the forked project rather than the upstream project.
* Use GraphQL API to fetch last commit data for treePhil Hughes2019-06-281-0/+2
|
* Support redirect paths starting with a dash51952-forking-via-webideMarkus Koller2019-06-251-8/+32
| | | | | | | We use a leading dash for certain things like the WebIDE, which had the side effect of losing the `params[:continue][:to]` param when opening the WebIDE on a project where the user doesn't have push access and therefore needs to fork the project first.
* Unquarantine spec in user_edits_files_spec.rbHeinrich Lee Yu2019-06-141-1/+1
|
* Upgrade to Capybara 3Heinrich Lee Yu2019-06-122-2/+1
| | | | | Fix whitespace in specs because normalize_ws is slightly different from Capybara 2 behavior
* Created repository list breadcrumbs Vue appPhil Hughes2019-05-292-0/+2
|
* Setup Vue app for repository file listingPhil Hughes2019-05-208-0/+14
| | | | Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61578
* Put four flaky specs in quanrantineRémy Coutable2019-04-171-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Revert "Revert "Merge branch '24704-download-repository-path' into 'master'""Nick Thomas2019-04-161-1/+1
| | | | This reverts commit 171818df0a72097aa1a804c8213666b3f66b0966.
* Revert "Merge branch '24704-download-repository-path' into 'master'"revert-24704-download-repository-pathPatrick Bajao2019-04-111-1/+1
| | | | | This reverts commit 6c75bd015cba181f028bc87c396c3d8e43b5dc3e, reversing changes made to 1be7f5aaa38aba79843eae8835be6c99c025e982.
* Make the dropdown match the designPatrick Bajao2019-04-021-1/+1
| | | | Regenerate locale.pot as well
* Makes the Web IDE the default editorPhil Hughes2019-02-262-0/+4
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/42382
* Re-enable MethodCallWithoutArgsParentheses CopAndrew Newdigate2019-01-291-1/+1
| | | | | Re-enables and autocorrects all instances of the Style/MethodCallWithoutArgsParentheses rule
* Wait for requests in LFS files specSean McGivern2019-01-081-1/+3
| | | | | Without this, sometimes we will get a unique constraint violation about GPG signatures on MySQL.
* Integrate csslabClement Ho2018-12-081-0/+1
|
* Revert "Merge branch 'blackst0ne-update-push-new-merge-request-url' into ↵Douwe Maan2018-11-076-11/+12
| | | | | 'master'" This reverts merge request !22526
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-2/+2
|
* Fix specsblackst0ne2018-10-266-12/+11
|
* Resolve "In web editor, when delete a file, should navigate to enclosing ↵George Thomas2018-10-171-1/+1
| | | | directory"