summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/blob_controller_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
...
| * Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into ideLuke "Jared" Bennett2017-07-201-6/+5
|\ \ | |/
| * Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-6/+5
| |
| * Split up MergeRequestsControllerdm-merge-request-creations-controllerDouwe Maan2017-06-281-1/+1
| |
* | Merge branch 'dm-tree-json' of gitlab.com:gitlab-org/gitlab-ce into dm-tree-jsondm-tree-jsonDmitriy Zaporozhets2017-06-221-0/+20
|\ \ | |/ |/|
| * Add extra data for RenderBlob jsonDmitriy Zaporozhets2017-06-151-0/+20
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
|/
* Enable RSpec/FilePath copenable-spec-file-name-copSean McGivern2017-04-261-0/+51
| | | | | | - Ignore JS fixtures - Ignore qa directory - Rewrite concern specs to put concern name first
* Refactor changing files in web UIDouwe Maan2017-04-201-2/+2
|
* Linking to edit file directlyEric Eastwood2017-04-061-7/+76
|
* Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-6/+6
|
* Don't use potentially slow ForkService in specdm-fix-editing-files-on-forks-quickDouwe Maan2017-02-201-4/+6
|
* Fix issue where files on a fork could not be editedDouwe Maan2017-02-171-19/+32
|
* Use `empty_project` where possible in controller specsrs-empty_project-controllersRobert Speicher2017-01-251-1/+1
|
* Fix redirect after update file when user has forked projectFelipe Artur2016-12-291-1/+31
|
* fix blob controller spec failure - updated not to use file-path-fix/blob-controller-specJames Lopez2016-11-291-1/+1
|
* Merge branch 'jej-22869' into 'security'Douwe Maan2016-11-281-0/+49
| | | | | | | | | | | | | | | | | | 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
* Use user from let instead recreate in beforeSemyon Pupkov2016-10-091-1/+0
|
* Validate presence of essential params for diff renderingissue_19096Ruben Davila2016-06-241-0/+40
This will avoid application errors generated by the assumption of the presence of these params.