summaryrefslogtreecommitdiff
path: root/spec/features/projects/blobs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Implement diff viewersDouwe Maan2017-06-141-0/+3
|
* Revert 'New file from interface on existing branch'dm-revert-mr-8427Douwe Maan2017-06-092-97/+3
|
* Detect if file that appears to be text in the first 1024 bytes is actually ↵dm-blob-binaryness-changeDouwe Maan2017-06-081-3/+34
| | | | binary afer loading all data
* Promote blameless culture by using "annotate" insteadIlya Vassilevsky2017-06-021-1/+1
| | | | User-facing changes (fast & easy win)
* Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-223-6/+6
|
* Fix inaccurate code commentdm-gemfile-viewerDouwe Maan2017-05-181-1/+1
|
* Add auxiliary blob viewers to dependency filesDouwe Maan2017-05-171-1/+37
|
* Implement auxiliary blob viewersDouwe Maan2017-05-101-20/+78
|
* Refactor Blob support of external storage in preparation of job artifact blobsdm-blob-external-storageDouwe Maan2017-05-031-3/+40
|
* Fixed PDF blob specsPhil Hughes2017-05-021-1/+1
| | | | The PDF file is no longer included in the repo, so we need to create the PDF before running the tests
* Show Raw button as Download for binary filesDouwe Maan2017-04-301-0/+24
|
* Use blob viewers for snippetsDouwe Maan2017-04-301-8/+5
|
* Address feedbackDouwe Maan2017-04-271-2/+2
|
* Add specsDouwe Maan2017-04-271-23/+286
|
* Render viewer error synchronously so that 'view the source' link will workDouwe Maan2017-04-271-1/+1
|
* Add specsDouwe Maan2017-04-271-13/+42
|
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-213-3/+0
| | | | | Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
* Refactor changing files in web UIDouwe Maan2017-04-201-2/+2
|
* Fix rspec and spinach testsJose Ivan Vargas2017-04-062-2/+2
|
* Linking to edit file directlyEric Eastwood2017-04-062-27/+141
|
* Make file templates easy to use and discoverBryce Johnson2017-04-031-1/+1
|
* New directory from interface on existing branchJacopo2017-03-211-15/+3
| | | | | The user can create a new directory on a different branch than the source branch when the branch already exists.
* Merge branch '19742-permalink-blame-button-line-number-hash-links' into ↵Alfredo Sumaran2017-03-131-0/+97
|\ | | | | | | | | | | | | | | | | | | 'master' Update permalink/blame buttons with line number fragment hash Closes #19742 See merge request !9461
| * Update permalink/blame buttons with line number fragment hash19742-permalink-blame-button-line-number-hash-linksEric Eastwood2017-03-131-0/+97
| | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/19742
* | New file from interface on existing branchJacopo2017-03-131-0/+107
|/ | | | | | Now you can create a new file and select a target_branch != source_branch. If the file that you want to create already exists on the target branch an error message is shown A glDropdown is used to select and create a new branch instead of a text field.