GitLab Bot
270353e1ff
Add latest changes from gitlab-org/gitlab@master
2023-04-14 00:17:46 +00:00
GitLab Bot
99f4b14cb0
Add latest changes from gitlab-org/gitlab@master
2023-02-17 15:09:22 +00:00
GitLab Bot
704ed7ea39
Add latest changes from gitlab-org/gitlab@master
2022-09-09 12:12:03 +00:00
GitLab Bot
f1284938ed
Add latest changes from gitlab-org/gitlab@master
2022-05-30 12:08:23 +00:00
GitLab Bot
b654eb44a8
Add latest changes from gitlab-org/gitlab@master
2022-03-31 06:08:34 +00:00
GitLab Bot
2495263140
Add latest changes from gitlab-org/gitlab@master
2021-10-14 12:09:39 +00:00
GitLab Bot
6b8af95df6
Add latest changes from gitlab-org/gitlab@master
2021-07-07 09:08:35 +00:00
GitLab Bot
e2b92514e3
Add latest changes from gitlab-org/gitlab@master
2021-06-28 12:38:12 +00:00
GitLab Bot
980d813e90
Add latest changes from gitlab-org/gitlab@master
2021-02-22 12:10:38 +00:00
GitLab Bot
bf217da41b
Add latest changes from gitlab-org/gitlab@master
2021-02-11 21:09:00 +00:00
GitLab Bot
df40cd1c38
Add latest changes from gitlab-org/gitlab@master
2020-11-19 21:09:07 +00:00
GitLab Bot
5ae54edfa9
Add latest changes from gitlab-org/gitlab@master
2020-10-08 00:08:30 +00:00
GitLab Bot
8bb9ee8769
Add latest changes from gitlab-org/gitlab@master
2020-07-31 21:10:12 +00:00
GitLab Bot
640e72ca92
Add latest changes from gitlab-org/gitlab@master
2020-06-04 03:08:05 +00:00
GitLab Bot
ada214dc52
Add latest changes from gitlab-org/gitlab@master
2020-04-30 09:09:39 +00:00
GitLab Bot
0d83264a7a
Add latest changes from gitlab-org/gitlab@master
2020-04-15 15:09:17 +00:00
GitLab Bot
55693cc1ec
Add latest changes from gitlab-org/gitlab@master
2020-02-03 15:08:45 +00:00
GitLab Bot
fd3a95f07a
Add latest changes from gitlab-org/gitlab@master
2020-01-31 09:08:53 +00:00
GitLab Bot
22e9af3c8b
Add latest changes from gitlab-org/gitlab@master
2020-01-27 12:08:35 +00:00
Vitali Tatarintev
6a6411938a
Change `be_success` to `be_successful` in specs
...
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.
```
2019-08-19 14:40:56 +02:00
Thong Kuah
1569dd5ba3
Fix broken spec from file rename
...
b36323f3d2
2019-08-01 16:06:03 +12:00
gfyoung
93a44e135b
Add some frozen string to spec/**/*.rb
...
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
2019-04-15 10:17:05 +00:00
Frank Sauerburger
44d0d0e6f9
Fix broken links on help page
...
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.
2019-02-11 23:41:58 +01:00
blackst0ne
b44a2c801a
Update specs to rails5 format
...
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 }`
2018-12-19 10:04:31 +11:00
Mario de la Ossa
3581a78f81
Updating `HelpController` spec to use an existing image
2018-02-07 12:05:25 -06:00
Jacopo
2f40dac352
Refactor `have_http_status` into `have_gitlab_http_status` in the specs
2017-10-20 10:13:18 +02:00
Rémy Coutable
633538151b
Fix URL rewritting in the Help section
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-12-01 16:40:48 +01:00
David Wagner
c4ded595cc
Fix broken external links in help/index.html
...
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>
2016-11-20 20:15:08 +01:00
Fu Xu
b99282804d
fix error links in help page
2016-11-12 21:45:45 +08:00
Achilleas Pipinellis
b48fd097ff
Fix failing spec on help controller
2016-07-22 11:49:09 +03:00
Connor Shea
16a8160e9f
Fix help page paths to make sure shortcuts and the UI help page work.
...
Add a test to make sure the help page UI path doesn't break in the future.
Fix #19972 and #19889 .
2016-07-19 11:17:14 -06:00
Connor Shea
c30b325781
Fix failing tests.
2016-07-11 16:11:33 -06:00
Stan Hu
359ed48638
Fix Style/AlignHash cop violations
2015-06-22 22:24:39 -07:00
Robert Speicher
3052e89420
Re-fix image rendering for help pages
2015-04-15 12:45:31 -04:00