summaryrefslogtreecommitdiff
path: root/spec/controllers/help_controller_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-04-141-2/+7
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-02-171-15/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-09-091-0/+33
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-05-301-16/+13
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-03-311-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-10-141-8/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-07-071-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-06-281-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-02-221-0/+27
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-02-111-36/+74
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-11-191-2/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-10-081-5/+58
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-07-311-9/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-041-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-301-3/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-151-0/+14
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-031-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-311-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-1/+1
|
* Change `be_success` to `be_successful` in specsfix-deprecation-warnings-change-success-to-successfulVitali Tatarintev2019-08-191-1/+1
| | | | | | | | | | Fixes deprecation warning: ``` DEPRECATION WARNING: The success? predicate is deprecated and will be removed in Rails 6.0. Please use successful? as provided by Rack::Response::Helpers. ```
* Fix broken spec from file renameThong Kuah2019-08-011-1/+1
| | | | b36323f3d26131405925bf86742b2b4acd786230
* 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
* Fix broken links on help pageFrank Sauerburger2019-02-111-0/+40
| | | | | | | | | | | | Update the help controller to correctly handle relative links on the help pages when the relative link is before an external link on the same line in the markdown file. Test cases have been implement to check for - relative links before external link on same line, - HTTPS in query part of link, - URLs without '//' and - protocol-relative links.
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-5/+11
| | | | | | | | | | 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 }`
* Updating `HelpController` spec to use an existing imageMario de la Ossa2018-02-071-1/+1
|
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-1/+1
|
* Fix URL rewritting in the Help section25199-fix-broken-urls-in-help-pageRémy Coutable2016-12-011-9/+15
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix broken external links in help/index.htmlDavid Wagner2016-11-201-11/+3
| | | | | | | | | | | An external link was recently added but was broken because 'https://gitlab.com/help/' was prepended to every link in the page. Since no link in the main help readme begins with "help" and since doing so wouldn't make sense, the substitution conditionaly prepending "help" can be simplified and reused. Signed-off-by: David Wagner <david@marvid.fr>
* fix error links in help pageFu Xu2016-11-121-0/+38
|
* Fix failing spec on help controllerAchilleas Pipinellis2016-07-221-1/+1
|
* Fix help page paths to make sure shortcuts and the UI help page work.fix-help-pathsConnor Shea2016-07-191-0/+9
| | | | | | Add a test to make sure the help page UI path doesn't break in the future. Fix #19972 and #19889.
* Fix failing tests.Connor Shea2016-07-111-8/+5
|
* Fix Style/AlignHash cop violationsStan Hu2015-06-221-4/+12
|
* Re-fix image rendering for help pagesRobert Speicher2015-04-151-0/+61