GitLab Bot
e1a5a2f484
Add latest changes from gitlab-org/gitlab@master
2023-11-23 12:10:59 +00:00
GitLab Bot
5e396cd53e
Add latest changes from gitlab-org/gitlab@master
2023-02-21 00:08:01 +00:00
GitLab Bot
8d68ae988d
Add latest changes from gitlab-org/gitlab@master
2023-01-16 18:10:00 +00:00
GitLab Bot
870dfaa912
Add latest changes from gitlab-org/gitlab@master
2022-12-14 18:08:42 +00:00
GitLab Bot
044a953eb6
Add latest changes from gitlab-org/gitlab@master
2022-12-08 00:07:09 +00:00
GitLab Bot
2761b4465b
Add latest changes from gitlab-org/gitlab@master
2022-11-11 12:08:16 +00:00
GitLab Bot
5150ecc452
Add latest changes from gitlab-org/gitlab@master
2022-10-17 18:09:13 +00:00
GitLab Bot
632d073475
Add latest changes from gitlab-org/gitlab@master
2022-07-22 15:10:04 +00:00
GitLab Bot
a60762f1c9
Add latest changes from gitlab-org/gitlab@master
2022-04-29 00:09:30 +00:00
GitLab Bot
e52d49e87e
Add latest changes from gitlab-org/gitlab@master
2022-04-12 18:10:14 +00:00
GitLab Bot
88bacc889f
Add latest changes from gitlab-org/gitlab@master
2022-04-08 12:08:48 +00:00
GitLab Bot
ec377e4162
Add latest changes from gitlab-org/gitlab@master
2022-02-11 15:14:00 +00:00
GitLab Bot
e40f19ef83
Add latest changes from gitlab-org/gitlab@master
2021-11-11 15:10:57 +00:00
GitLab Bot
23f57fb31f
Add latest changes from gitlab-org/gitlab@master
2021-11-02 18:12:13 +00:00
GitLab Bot
e6de69cc2e
Add latest changes from gitlab-org/gitlab@master
2021-08-12 03:10:11 +00:00
GitLab Bot
13592f8455
Add latest changes from gitlab-org/gitlab@master
2021-07-29 18:10:22 +00:00
GitLab Bot
3c53fbc50b
Add latest changes from gitlab-org/gitlab@master
2021-02-09 12:09:48 +00:00
GitLab Bot
990b7413bc
Add latest changes from gitlab-org/gitlab@master
2021-01-11 06:10:29 +00:00
GitLab Bot
2a115184f7
Add latest changes from gitlab-org/gitlab@master
2020-11-04 18:08:42 +00:00
GitLab Bot
304e230182
Add latest changes from gitlab-org/gitlab@master
2020-09-01 18:10:48 +00:00
GitLab Bot
d6348d22dd
Add latest changes from gitlab-org/gitlab@master
2020-06-24 09:08:32 +00:00
GitLab Bot
e6baeabaa9
Add latest changes from gitlab-org/gitlab@master
2020-03-25 12:08:19 +00:00
GitLab Bot
8e129497b2
Add latest changes from gitlab-org/gitlab@master
2020-03-17 15:09:10 +00:00
GitLab Bot
f78257cbdd
Add latest changes from gitlab-org/gitlab@master
2020-03-06 15:08:05 +00:00
GitLab Bot
df2eda3f14
Add latest changes from gitlab-org/gitlab@master
2020-02-20 18:08:51 +00:00
GitLab Bot
d10a462fed
Add latest changes from gitlab-org/gitlab@master
2019-12-16 12:07:43 +00:00
GitLab Bot
8cc5f27909
Add latest changes from gitlab-org/gitlab@master
2019-12-13 12:07:41 +00:00
GitLab Bot
4e375367b7
Add latest changes from gitlab-org/gitlab@master
2019-12-07 00:07:51 +00:00
GitLab Bot
6b75320f52
Add latest changes from gitlab-org/gitlab@master
2019-10-17 12:07:33 +00:00
GitLab Bot
2ed368929a
Add latest changes from gitlab-org/gitlab@master
2019-09-24 18:06:05 +00:00
GitLab Bot
80f61b4035
Add latest changes from gitlab-org/gitlab@master
2019-09-18 14:02:45 +00:00
Thong Kuah
f540ffcef6
Add frozen_string_literal to spec/lib (part 1)
...
Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-07-26 13:25:07 +12:00
Fabio Pitino
abceda6cc5
Prevent Billion Laughs attack
...
It keeps track of the memory being used when loading the YAML file
as well as the depth of nesting.
Track exception when YAML is too big
2019-07-02 06:23:06 +00: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
Thong Kuah
f0efa2f91f
Stop emitting AUTO_DEVOPS_DOMAIN Ci variable
...
Update documentation to reflect removal
2019-05-24 14:40:12 +12:00
Thong Kuah
4ec16912b8
Autocorrect with RSpec/ExampleWording cop
...
- rewords examples starting with 'should'
- rewords examples starting with 'it'
Note: I had to manually fixup "onlies" to "only"
2019-04-05 08:43:27 +00:00
Francisco Javier López
6ee1d8cf77
Add port section to CI Image object
...
In order to implement https://gitlab.com/gitlab-org/gitlab-ee/issues/10179
we need several modifications on the CI config file. We are
adding a new ports section in the default Image object.
Each of these ports will accept: number, protocol and name.
By default this new configuration will be only enabled in
the Web IDE config file.
2019-04-03 09:50:54 +00:00
Rémy Coutable
3a2abc1d50
Enable the Layout/ExtraSpacing cop
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-01-24 13:05:45 +01:00
Kamil Trzciński
c4d615c9dc
Allow to include files from another projects
...
This adds `project:, file:, ref:` specification support.
2019-01-07 09:38:05 +01:00
Kamil Trzciński
a8c5096026
Allow to include templates
...
This rewrites a syntax to allow include of templates.
This also normalises the syntax used by include: feature
2019-01-04 15:22:41 +01:00
Takuya Noguchi
1b87f8d763
Remove gem install bundler from Docker-based Ruby environments
...
bundler gem has been included in the Docker official Ruby image since 2.1.
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-01-01 19:27:19 +09:00
Grzegorz Bizon
39dac14e9c
Refactor `include` code and improve error reporting
2018-10-18 14:13:26 +02:00
Grzegorz Bizon
2243f0e3de
Add IncludeError exception and use it in CI config
2018-10-18 11:07:32 +02:00
Grzegorz Bizon
5f502c3a82
Move external CI config class into proper namespace
2018-10-16 15:11:50 +02:00
Matija Čupić
5b2c873cfd
Fix references to ee .gitlab-ci.yml spec fixtures
2018-09-08 22:37:47 +02:00
Matija Čupić
df16969c24
Reconcile differences in lib/gitlab/ci
2018-09-08 14:55:36 +02:00
Matija Čupić
6a8133b943
Stub http request on specs intead of mocking HTTParty
...
CE mirror of bb2a9fde8e6a4d1df13638fe336f641b9c72ef59
2018-09-07 22:37:37 +02:00
Matija Čupić
1e816a9721
Address MR suggestions
...
CE mirror of c4578b951e331fe8c75cd4f948ce74cec6587bad
2018-09-07 22:22:52 +02:00
Matija Čupić
3149b5cfea
Improve external architecture
...
CE mirror of 4f17c7b2c30188302e6a73421acbf5a09fb2c823
2018-09-07 22:03:05 +02:00
Matija Čupić
1a53f017b4
Make Repository#blob_data_at public
...
CE mirror of 17de13ada1a98da060802c55889489a512183cd1
2018-09-07 21:37:44 +02:00