summaryrefslogtreecommitdiff
path: root/spec/features/projects/blobs
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-186-6/+53
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-251-0/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-141-0/+42
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-041-0/+67
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-061-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-063-0/+7
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-281-0/+22
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-141-3/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-061-0/+46
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-141-0/+7
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-121-7/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-111-6/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-241-0/+7
|
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-265-0/+10
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-051-1/+1
| | | | | | | - rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"
* Fixed the blob editor deleting all content for filesPhil Hughes2019-03-071-0/+9
| | | | | | This only happens for files that the path consists of only numbers Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58578
* Merge dev master into GitLab.com masterYorick Peterse2019-03-041-4/+1
|\
| * Merge branch 'security-osw-stop-linking-to-packages' into 'master'Yorick Peterse2019-03-041-4/+1
| |\ | | | | | | | | | | | | Stop linking to unrecognized package sources See merge request gitlab/gitlabhq!2933
| | * Stop linking to unrecognized package sourcesOswaldo Ferreira2019-02-211-4/+1
| | |
* | | Merge branch 'web-ide-default-editor' into 'master'Filipa Lacerda2019-02-271-0/+4
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Makes the Web IDE the default editor Closes #42382 See merge request gitlab-org/gitlab-ce!25171
| * | Makes the Web IDE the default editorPhil Hughes2019-02-261-0/+4
| | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/42382
* | | Merge branch 'fix-misspellings-app-comments' into 'master'Rémy Coutable2019-02-261-1/+1
|/ / | | | | | | | | Fix misspellings in app/spec comments See merge request gitlab-org/gitlab-ce!25517
* | Revert "Merge branch 'fix-misspellings-app-comments' into 'master'"Michael Kozono2019-02-251-1/+1
| | | | | | | | | | This reverts commit 9202bbd129537a698b986e6295d0c783b5a84815, reversing changes made to 4b282e9ce1ae246c4538b3ede18d1380ea778029.
* | Fix misspellings in app/spec commentsTakuya Noguchi2019-02-251-1/+1
|/ | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Remove Redcarpet markdown engineJan Provaznik2019-02-042-28/+2
| | | | | This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
* Correct usage of the have_link matcherRobert Speicher2018-09-141-3/+3
| | | | | | | | The second option to this matcher should be an options hash; anything else is just ignored, which can lead to false positives in tests. We see one such false positive in the "Learn more" link test in `spec/features/projects/blobs/blob_show_spec.rb`.
* render using RedCarpet if legacy_render parameter is setBrett Walker2018-09-052-4/+80
|
* Fix specs failing on duplicate gpg signatureJan Provaznik2018-08-131-0/+2
| | | | | | 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'
* Merge branch 'rails5-fix-duplicate-gpg-signature' into 'master'Rémy Coutable2018-08-101-1/+1
|\ | | | | | | | | Rails5 fix specs duplicate key value violates unique constraint… See merge request gitlab-org/gitlab-ce!21119
| * Rails5 fix specs duplicate key value violates unique constraint ↵Jasper Maes2018-08-091-1/+1
| | | | | | | | 'index_gpg_signatures_on_commit_sha'
* | Fix GPG status badge loading regressionsWinnie Hellmann2018-08-071-0/+29
|/
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-113-10/+10
|
* Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-055-5/+5
|
* Unify spec/features/projects/blobs/blob_show_spec.rbLin Jen-Shin2018-05-221-0/+18
|
* Allow admins to push to empty reposBob Van Landuyt2018-04-241-0/+52
|
* Include feature spec for realtime pipelinejivl-realtime-update-adding-fileMayra Cabrera2018-03-141-9/+18
|
* Add realtime pipeline status component for filesJose Ivan Vargas2018-03-141-0/+16
|
* Replace $.post in edit blob with axiosClement Ho2018-01-291-3/+19
|
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-4/+4
|
* Add edit button to mobile file viewTravis Miller2017-11-221-0/+12
|
* Check for element before evaluate_scriptEric Eastwood2017-10-191-0/+1
| | | | | Tip from https://robots.thoughtbot.com/write-reliable-asynchronous-integration-tests-with-capybara#directly-interacting-with-javascript
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-073-3/+3
| | | | | | Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-1/+1
|
* Use `empty_project` where possible in spec/features/projectsRobert Speicher2017-07-271-1/+1
|
* Remove superfluous type defs in specsKeifer Furzland2017-07-274-4/+4
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix the :project factory by not copying the test repo twicerc/fix-tests-factoriesRémy Coutable2017-07-271-1/+1
| | | | | | | Also, fixing some calls to the :project factory with the :test_repo trait since this trait is already included in the :project factory. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-064-24/+24
|
* Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-3/+3
|
* Revert "Annotate" to "Blame"sh-revert-annotate-for-blameStan Hu2017-06-221-1/+1
|
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-5/+5
|