Commit graph

15 commits

Author SHA1 Message Date
GitLab Bot
81617e0e06 Add latest changes from gitlab-org/gitlab@master 2021-12-31 18:16:55 +00:00
GitLab Bot
5343536f2b Add latest changes from gitlab-org/gitlab@master 2021-11-26 12:12:49 +00:00
GitLab Bot
1c27dcaf69 Add latest changes from gitlab-org/gitlab@master 2021-11-24 00:12:33 +00:00
GitLab Bot
0327ce54a7 Add latest changes from gitlab-org/gitlab@master 2021-10-04 12:11:58 +00:00
GitLab Bot
96740a3316 Add latest changes from gitlab-org/gitlab@master 2021-04-21 00:11:06 +00:00
GitLab Bot
11b7785066 Add latest changes from gitlab-org/gitlab@master 2021-03-01 21:11:09 +00:00
GitLab Bot
dff63567c3 Add latest changes from gitlab-org/gitlab@master 2021-03-01 15:10:53 +00:00
GitLab Bot
dd240e5cc4 Add latest changes from gitlab-org/gitlab@master 2020-09-30 15:09:46 +00:00
GitLab Bot
aca89cb7e9 Add latest changes from gitlab-org/gitlab@master 2020-08-04 15:09:27 +00:00
GitLab Bot
846a84f2e9 Add latest changes from gitlab-org/gitlab@master 2020-07-14 09:09:02 +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
Mayra Cabrera
bde41ee866 Add two new ActiveRecord models
- Namespace::Storagestatistics will persist root namespace statistics
- Namespace::AggregationSchedule will save information when a new update
to the namespace statistics needs to be scheduled

Both tables use 'namespace_id' as primary key
2019-06-25 09:54:47 -05:00
Lin Jen-Shin
ab286656b2 Resolve "Namespace factory is problematic" 2018-04-23 15:48:26 +00: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
Robert Speicher
6df45eb463 Move all factory definitions to their own file 2016-03-04 15:26:51 -05:00