summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/blob_controller_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/security/gitlab@15-8-stable-eeGitLab Bot2023-03-291-4/+29
|
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-1/+0
|
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-23/+4
|
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-1/+16
|
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-0/+34
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-92/+27
|
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-29/+43
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-2/+2
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-0/+76
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-2/+2
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-0/+35
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+17
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-021-26/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-241-6/+31
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-281-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-181-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-171-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-231-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-211-1/+10
|
* Replace rails_helper.rb with spec_helper.rb66741-remove-spec-rails_helper-rbAsh McKenzie2019-08-301-1/+1
| | | | | rails_helper.rb's only logic was to require spec_helper.rb.
* Cleanup usages of `JSON.parse` in specsPeter Leitzen2019-07-161-2/+2
| | | | Prefer `json_response` where applicable.
* Add some frozen string to spec/**/*.rbgfyoung2019-04-151-0/+2
| | | | | | | | | | Adds frozen string to the following: * spec/bin/**/*.rb * spec/config/**/*.rb * spec/controllers/**/*.rb xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Expand FindCommit caching to blob and refssh-improve-find-commit-cachingStan Hu2019-04-061-0/+2
| | | | | | | | | | | This enables FindCommit caching to the following actions: * BlobController#show * RefsController#logs_tree It also improves caching in CommitsController since some duplicate requests were occuring inside the before_action definitions.
* 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"
* Move diff_line preparation into presenterMark Chao2019-03-071-51/+19
| | | | Update spec
* Fix spec description and outdated commentsMark Chao2019-03-061-2/+2
|
* Add full option for blob diff actionMark Chao2019-03-061-0/+12
| | | | Returns all diff lines for frontend if full is true. Turn UnfoldForm into presenter, and move controller logic to presenter.
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-27/+35
| | | | | | | | | | Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }`
* Disable format determination based on path extensionDouwe Maan2018-12-031-0/+5
|
* Eliminate duplicated wordsTakuya Noguchi2018-11-221-1/+1
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* 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
| | | | | This reverts commit a82a595728d54bdc12e51dfcfb22e9eddc449143, reversing changes made to e7df959b8f99875edd246c7ac7779c3203e8755e.
* Revert "Merge branch 'blackst0ne-update-push-new-merge-request-url' into ↵Douwe Maan2018-11-071-1/+1
| | | | | 'master'" This reverts merge request !22526
* 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 ↵George Thomas2018-10-171-0/+72
| | | | directory"
* 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 ↵Tim Zallmann2018-06-141-0/+18
| | | | html_render=false
* 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
| | | | | The helper creates a fork of a project with all provided attributes, but skipping the creation of the repository on disk.
* 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
| |