summaryrefslogtreecommitdiff
path: root/spec/features/projects/blobs
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Add keyboard shortcut to move to file permalink8082-permalink-to-fileEric Eastwood2017-02-061-0/+37
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/8082
* Merge branch 'jej-22869' into 'security'Douwe Maan2016-11-281-0/+45
Fix information disclosure in `Projects::BlobController#update` It was possible to discover private project names by modifying `from_merge_request`parameter in `Projects::BlobController#update`. This fixes that. - [ ] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG.md) entry added - Tests - [x] Added for this feature/bug - [ ] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) https://gitlab.com/gitlab-org/gitlab-ce/issues/22869 See merge request !2023