summaryrefslogtreecommitdiff
path: root/spec/factories/commits.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add frozen_string_literal to spec/factoriesfrozen_string_spec_factoriesThong Kuah2019-07-261-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Allow custom squash commit messagesLuke Duncalfe2019-02-061-0/+10
|
* Move spec helpers/matchers/shared examples/contexts to their relevant folderRémy Coutable2018-04-231-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Make user/author use project.creator in most factoriesRémy Coutable2018-01-311-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-141-1/+1
| | | | | | | | | | | 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>
* Adds ordering to projects contributors in APIJacopo2017-12-131-3/+16
| | | | | | | Allows ordering in GET api/v4/projects/:project_id/repository/contributors through `order_by` and `sort` params. The available `order_by` options are: name|email|commits. The available `sort` options are: asc|desc.
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
|
* Cache Note#notable for commits and fix testsrequest-store-wrapLin Jen-Shin2017-07-181-2/+7
|
* Lint our factories creation in addition to their build33139-lint-our-factoriesRémy Coutable2017-06-021-7/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Adding links to user & build in Chat NotificationsPoornima M2017-01-251-0/+10
|
* Refactor and expose only Gitlab::UrlBuilder.build(record)simplify-gitlab-url_builder-15202Rémy Coutable2016-04-131-0/+12
Signed-off-by: Rémy Coutable <remy@rymai.me>