An error occurred fetching the project authors.
- 26 Mar, 2020 1 commit
-
-
Tan Le authored
For audit event view, we need to fetch author and the associated name, and this results in unnecessary extra SQL calls. This change introduces `BatchLoader` to lazily load associated authors and speeds up audit events queries via both web application and API.
-
- 01 Oct, 2019 1 commit
-
-
Gabriel Mazetto authored
Static attributes are deprecated in FactoryBot 4.x and removed on 5.x. https://thoughtbot.com/blog/deprecating-static-attributes-in-factory_bot-4-11
-
- 26 Sep, 2019 2 commits
-
-
-
manojmj authored
This change adds Audit Event API for admins
-
- 14 Feb, 2018 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 14 Dec, 2017 1 commit
-
-
Rémy Coutable authored
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>
-
- 03 Aug, 2017 1 commit
-
-
Robert Speicher authored
-
- 06 Jun, 2017 1 commit
-
-
James Lopez authored
-