GitLab Bot
2bae6e5b96
Add latest changes from gitlab-org/gitlab@master
2024-11-19 12:20:11 +00:00
GitLab Bot
c82fe55218
Add latest changes from gitlab-org/gitlab@master
2024-02-02 12:11:10 +00:00
GitLab Bot
8f3a9dbb94
Add latest changes from gitlab-org/gitlab@master
2024-01-19 15:10:53 +00:00
GitLab Bot
7de116050a
Add latest changes from gitlab-org/gitlab@master
2024-01-04 15:20:28 +00:00
GitLab Bot
9cf88c2d96
Add latest changes from gitlab-org/gitlab@master
2023-10-10 03:11:57 +00:00
GitLab Bot
a60e53c767
Add latest changes from gitlab-org/gitlab@master
2023-09-12 21:10:52 +00:00
GitLab Bot
ee3d5f16e3
Add latest changes from gitlab-org/gitlab@master
2023-05-19 09:07:52 +00:00
GitLab Bot
47a3dc6551
Add latest changes from gitlab-org/gitlab@master
2022-12-21 09:07:17 +00:00
GitLab Bot
61666f277a
Add latest changes from gitlab-org/gitlab@master
2022-12-01 21:08:18 +00:00
GitLab Bot
5875e92ecf
Add latest changes from gitlab-org/gitlab@master
2022-07-05 21:08:45 +00:00
GitLab Bot
6225d57e55
Add latest changes from gitlab-org/gitlab@master
2022-02-08 15:12:33 +00:00
GitLab Bot
30f229be4c
Add latest changes from gitlab-org/gitlab@master
2022-02-03 01:19:28 +00:00
GitLab Bot
563d0d3bc9
Add latest changes from gitlab-org/gitlab@master
2022-01-12 06:11:00 +00:00
GitLab Bot
f3189d2a01
Add latest changes from gitlab-org/gitlab@master
2021-11-03 09:10:11 +00:00
GitLab Bot
b684feb6c8
Add latest changes from gitlab-org/gitlab@master
2021-08-12 06:10:10 +00:00
GitLab Bot
5adf6557e2
Add latest changes from gitlab-org/gitlab@master
2021-08-10 09:10:08 +00:00
GitLab Bot
f8975b16d1
Add latest changes from gitlab-org/gitlab@master
2021-07-01 21:08:38 +00:00
GitLab Bot
729eabcb41
Add latest changes from gitlab-org/gitlab@master
2020-08-31 12:10:39 +00:00
GitLab Bot
bf593ae68b
Add latest changes from gitlab-org/gitlab@master
2020-08-10 12:09:55 +00:00
GitLab Bot
967812838c
Add latest changes from gitlab-org/gitlab@master
2020-03-23 18:09:25 +00:00
Douglas Barbosa Alexandre
357f9898d5
Add OpenSSL::OpenSSLError to HTTP_ERRORS
...
Some services can raise OpenSSL::X509::CertificateError due
to an invalid SSL certificates, with OpenSSL::OpenSSLError
we can handle these errors.
2019-07-05 21:05:24 +00:00
Yorick Peterse
6cb750a2bb
Merge dev.gitlab.org master into GitLab.com master
2019-06-03 14:56:33 +02:00
Bob Van Landuyt
589b2db06c
Setup Phabricator import
...
This sets up all the basics for importing Phabricator tasks into
GitLab issues.
To import all tasks from a Phabricator instance into GitLab, we'll
import all of them into a new project that will have its repository
disabled.
The import is hooked into a regular ProjectImport setup, but similar
to the GitHub parallel importer takes care of all the imports itself.
In this iteration, we're importing each page of tasks in a separate
sidekiq job.
The first thing we do when requesting a new page of tasks is schedule
the next page to be imported. But to avoid deadlocks, we only allow a
single job per worker type to run at the same time.
For now we're only importing basic Issue information, this should be
extended to richer information.
2019-05-31 09:40:54 +02:00
Douwe Maan
a9bcddee4c
Protect Gitlab::HTTP against DNS rebinding attack
...
Gitlab::HTTP now resolves the hostname only once, verifies the IP is not
blocked, and then uses the same IP to perform the actual request, while
passing the original hostname in the `Host` header and SSL SNI field.
2019-05-30 10:47:31 -03:00
gfyoung
c858f70d07
Enable frozen string for lib/gitlab/*.rb
2018-10-22 07:00:50 +00:00
Heinrich Lee Yu
880792a04e
Catch `RedirectionTooDeep` Exception in webhooks
2018-10-19 05:55:06 +00:00
Douwe Maan
2e3bc6a941
Raise more descriptive errors when URLs are blocked
2018-04-02 17:20:01 +02:00
Douwe Maan
95ced3bb5f
Merge branch 'fj-15329-services-callbacks-ssrf' into 'security-10-6'
...
Server Side Request Forgery in Services and Web Hooks
See merge request gitlab/gitlabhq!2337
2018-03-21 14:39:21 +00:00