Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2023-04-14 | 1 | -2/+7 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2023-02-17 | 1 | -15/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-09-09 | 1 | -0/+33 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-05-30 | 1 | -16/+13 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-03-31 | 1 | -3/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-10-14 | 1 | -8/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-07-07 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-06-28 | 1 | -3/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-02-22 | 1 | -0/+27 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-02-11 | 1 | -36/+74 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-11-19 | 1 | -2/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-10-08 | 1 | -5/+58 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-07-31 | 1 | -9/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-06-04 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-04-30 | 1 | -3/+4 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-04-15 | 1 | -0/+14 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-03 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-31 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-27 | 1 | -1/+1 |
| | |||||
* | Change `be_success` to `be_successful` in specsfix-deprecation-warnings-change-success-to-successful | Vitali Tatarintev | 2019-08-19 | 1 | -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 rename | Thong Kuah | 2019-08-01 | 1 | -1/+1 |
| | | | | b36323f3d26131405925bf86742b2b4acd786230 | ||||
* | Add some frozen string to spec/**/*.rb | gfyoung | 2019-04-15 | 1 | -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 page | Frank Sauerburger | 2019-02-11 | 1 | -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-style | blackst0ne | 2018-12-19 | 1 | -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 image | Mario de la Ossa | 2018-02-07 | 1 | -1/+1 |
| | |||||
* | Refactor `have_http_status` into `have_gitlab_http_status` in the specs | Jacopo | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | Fix URL rewritting in the Help section25199-fix-broken-urls-in-help-page | Rémy Coutable | 2016-12-01 | 1 | -9/+15 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix broken external links in help/index.html | David Wagner | 2016-11-20 | 1 | -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 page | Fu Xu | 2016-11-12 | 1 | -0/+38 |
| | |||||
* | Fix failing spec on help controller | Achilleas Pipinellis | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | Fix help page paths to make sure shortcuts and the UI help page work.fix-help-paths | Connor Shea | 2016-07-19 | 1 | -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 Shea | 2016-07-11 | 1 | -8/+5 |
| | |||||
* | Fix Style/AlignHash cop violations | Stan Hu | 2015-06-22 | 1 | -4/+12 |
| | |||||
* | Re-fix image rendering for help pages | Robert Speicher | 2015-04-15 | 1 | -0/+61 |