GitLab Bot
|
6c15c18fa4
|
Add latest changes from gitlab-org/gitlab@master
|
2020-01-09 18:07:52 +00:00 |
|
Thong Kuah
|
94bb660460
|
Add frozen_string_literal to spec/factories
Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
|
2019-07-26 13:18:39 +12:00 |
|
Rémy Coutable
|
4af9d592c5
|
Replace factory_girl_rails with factory_bot_rails
I've followed the [upgrade guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md) and ran these two commands:
```
grep -e FactoryGirl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|FactoryGirl|FactoryBot|"
grep -e factory_girl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|factory_girl|factory_bot|"
```
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
2017-12-14 15:01:55 +01:00 |
|
Lin Jen-Shin
|
2d4744c34c
|
Make default trigger factory generate an owner
And specify owners more clearly
|
2017-08-25 19:53:58 +08:00 |
|
Shinya Maeda
|
b038bcf710
|
Remove trigger_schedule_attributes and factory :ci_trigger_for_trigger_schedule
|
2017-07-13 21:17:47 +09:00 |
|
Kamil Trzcinski
|
37a7b099d6
|
Merge remote-tracking branch 'origin/master' into optimise-pipelines
|
2017-04-06 22:05:22 +02:00 |
|
Shinya Maeda
|
a2c4a2a266
|
Resolve error on trigger.spec
|
2017-04-06 23:46:58 +09:00 |
|
Shinya Maeda
|
d65c816ed7
|
Brush up
|
2017-04-06 23:46:58 +09:00 |
|
Shinya Maeda
|
9573bb44bc
|
real_next_run (WIP)
|
2017-04-06 23:46:58 +09:00 |
|
Shinya Maeda
|
2a1a7310d0
|
Add validation to Ci::TriggerSchedule (Halfway)
|
2017-04-06 23:46:58 +09:00 |
|
Shinya Maeda
|
3d1bc4a44c
|
Fixed strcture for db change
|
2017-04-06 23:46:58 +09:00 |
|
Kamil Trzcinski
|
062806e47d
|
Define baseline for test for pipelines serializer
|
2017-04-06 14:32:39 +02:00 |
|
Robert Speicher
|
6df45eb463
|
Move all factory definitions to their own file
|
2016-03-04 15:26:51 -05:00 |
|
Dmitriy Zaporozhets
|
cc4ef4da11
|
Refactor CI tests
|
2015-09-09 14:17:16 +02:00 |
|
Dmitriy Zaporozhets
|
76c6aeb9bc
|
Merge CI factories and CI spec/support with GitLab
|
2015-09-09 13:37:50 +02:00 |
|