summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/blob_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Cleanup usages of `JSON.parse` in specsPeter Leitzen2019-07-161-2/+2
* Add some frozen string to spec/**/*.rbgfyoung2019-04-151-0/+2
* Expand FindCommit caching to blob and refssh-improve-find-commit-cachingStan Hu2019-04-061-0/+2
* Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-051-1/+1
* Move diff_line preparation into presenterMark Chao2019-03-071-51/+19
* Fix spec description and outdated commentsMark Chao2019-03-061-2/+2
* Add full option for blob diff actionMark Chao2019-03-061-0/+12
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-27/+35
* Disable format determination based on path extensionDouwe Maan2018-12-031-0/+5
* Eliminate duplicated wordsTakuya Noguchi2018-11-221-1/+1
* Remove 'comment_on_any_diff_line' feature flagosw-remove-comment-on-any-diff-line-ffOswaldo Ferreira2018-11-141-22/+0
* Comment on any expanded diff line on MRsosw-comment-on-any-line-on-diffs-w-feature-flagOswaldo Ferreira2018-11-091-2/+24
* Revert "Merge branch 'osw-comment-on-any-line-on-diffs' into 'master'"osw-revert-comment-in-any-diff-lineOswaldo Ferreira2018-11-071-2/+2
* Revert "Merge branch 'blackst0ne-update-push-new-merge-request-url' into 'mas...Douwe Maan2018-11-071-1/+1
* Comment on any expanded diff line on MRsOswaldo Ferreira2018-11-061-2/+2
* Update other linksblackst0ne2018-10-261-1/+1
* Resolve "In web editor, when delete a file, should navigate to enclosing dire...George Thomas2018-10-171-0/+72
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-6/+6
* Changes tab VUE refactoringFelipe Artur2018-06-211-3/+57
* Reuse viewer param and move logic to blob controllerDouwe Maan2018-06-151-2/+3
* Changed the query string parameter to a string46668-make-the-html-attribute-on-the-blob-json-call-optionalTim Zallmann2018-06-151-1/+1
* Fixed linting error with trailing space in rbTim Zallmann2018-06-141-1/+1
* Makes the html attribute in the json output optional with the option html_ren...Tim Zallmann2018-06-141-0/+18
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-4/+4
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-2/+2
* Add a project forks spec helperBob Van Landuyt2017-10-071-3/+4
* Fix blob_controller_spec plain to raw_pathLuke "Jared" Bennett2017-08-041-1/+1
* Merge branch 'master' into ideDouwe Maan2017-08-031-2/+2
|\
| * Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
| * 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
* | Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
|/
* Enable RSpec/FilePath copenable-spec-file-name-copSean McGivern2017-04-261-0/+51
* 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
* 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