gitlab-org--gitlab-foss/spec/factories
DJ Mountney 1d1363e2bb Bring in security changes from the 9.2.5 release
Ran:
 - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch
 - git checkout -b 9-2-5-security-patch origin/v9.2.2
 - git apply patchfile.patch
 - git commit
 - [Got the sha ref for the commit]
 - git checkout -b upstream-9-2-security master
 - git cherry-pick <SHA of the patchfile commit>
 - [Resolved conflicts]
 - git cherry-pick --continue
2017-06-07 21:16:20 -07:00
..
ci Merge branch 'master' into feature/gb/persist-pipeline-stages 2017-06-05 12:51:59 +02:00
abuse_reports.rb
appearances.rb
award_emoji.rb
boards.rb Change Done column to Closed in issue boards 2017-03-24 23:40:35 +11:00
broadcast_messages.rb
chat_names.rb Don't use FFaker in factories, use sequences instead 2017-04-03 18:54:48 +02:00
chat_teams.rb Don't use FFaker in factories, use sequences instead 2017-04-03 18:54:48 +02:00
commit_statuses.rb Extend specs for code we use to calculate statuses 2017-03-06 13:54:29 +01:00
commits.rb Lint our factories creation in addition to their build 2017-06-02 19:06:50 +02:00
container_repositories.rb Ensure root container repository when visiting registry 2017-04-03 13:03:16 +02:00
conversational_development_index_metrics.rb Add Conversational Development Index page to admin panel 2017-06-01 17:37:21 +02:00
deploy_keys_projects.rb Factories with a project association use `:empty_project` by default 2017-01-24 20:30:56 -05:00
deployments.rb
emails.rb Don't use FFaker in factories, use sequences instead 2017-04-03 18:54:48 +02:00
environments.rb Take branch access into account when stopping environment 2017-04-06 17:15:15 +02:00
events.rb Add traits for the different Event types to the Event factory 2017-02-01 16:02:03 -05:00
file_uploaders.rb Lint our factories creation in addition to their build 2017-06-02 19:06:50 +02:00
forked_project_links.rb backports changed import logic from pull mirroring feature into CE 2017-06-05 23:09:10 +01:00
group_members.rb Fix: Deleting an invited member causes 500 error 2017-05-18 16:26:39 +03:00
groups.rb Backport avatar-related spec changes from gitlab-org/gitlab-ee@4b464eaaee 2017-05-04 17:04:36 +02:00
identities.rb
issues.rb Skip issuable without a project in IssuableExtractor#extract 2017-04-25 18:39:41 +08:00
keys.rb Lint our factories creation in addition to their build 2017-06-02 19:06:50 +02:00
label_links.rb
label_priorities.rb
labels.rb Don't use FFaker in factories, use sequences instead 2017-04-03 18:54:48 +02:00
lfs_objects.rb Add more storage statistics 2016-12-21 16:39:49 +01:00
lfs_objects_projects.rb
lists.rb spec updates 2017-05-31 15:34:02 +01:00
merge_requests.rb Don't delete a branch involved in an open merge request in "Delete all merged branches" service 2017-04-19 07:56:08 -07:00
merge_requests_closing_issues.rb Add issues/:iid/closed_by api endpoint 2017-04-12 14:38:00 +03:00
milestones.rb Factories with a project association use `:empty_project` by default 2017-01-24 20:30:56 -05:00
namespaces.rb
notes.rb Support comments for personal snippets 2017-05-05 15:45:49 +02:00
notification_settings.rb
oauth_access_grants.rb Implement OpenID Connect identity provider 2017-03-07 14:54:35 +01:00
oauth_access_tokens.rb Implement OpenID Connect identity provider 2017-03-07 14:54:35 +01:00
oauth_applications.rb Don't use FFaker in factories, use sequences instead 2017-04-03 18:54:48 +02:00
pages_domains.rb Update comments 2017-01-31 22:53:58 +00:00
personal_access_tokens.rb Don't use FFaker in factories, use sequences instead 2017-04-03 18:54:48 +02:00
personal_snippets.rb
project_group_links.rb Factories with a project association use `:empty_project` by default 2017-01-24 20:30:56 -05:00
project_hooks.rb Merge branch 'bvl-rename-build-events-to-job-events' into 'master' 2017-05-16 14:12:19 +02:00
project_members.rb Fix: Deleting an invited member causes 500 error 2017-05-18 16:26:39 +03:00
project_snippets.rb Factories with a project association use `:empty_project` by default 2017-01-24 20:30:56 -05:00
project_statistics.rb Lint our factories creation in addition to their build 2017-06-02 19:06:50 +02:00
project_wikis.rb Lint our factories creation in addition to their build 2017-06-02 19:06:50 +02:00
projects.rb Merge branch 'pull-mirror-overhaul-ce-backport' into 'master' 2017-06-05 23:40:53 +00:00
protected_branches.rb
protected_tags.rb Renamed ProtectedTag push_access_levels to create_access_levels 2017-04-04 03:38:58 +01:00
releases.rb Factories with a project association use `:empty_project` by default 2017-01-24 20:30:56 -05:00
sent_notifications.rb Fix specs 2017-04-05 17:44:14 +01:00
sequences.rb Don't use FFaker in factories, use sequences instead 2017-04-03 18:54:48 +02:00
service_hooks.rb Don't use FFaker in factories, use sequences instead 2017-04-03 18:54:48 +02:00
services.rb simplify test&save actions when setting a service integration 2017-06-01 07:47:15 +02:00
snippets.rb Support descriptions for snippets 2017-05-31 07:17:03 +02:00
spam_logs.rb Don't use FFaker in factories, use sequences instead 2017-04-03 18:54:48 +02:00
subscriptions.rb Add unique index to subscriptions on subscribable and user and project 2016-11-17 15:10:12 -02:00
system_hooks.rb Don't use FFaker in factories, use sequences instead 2017-04-03 18:54:48 +02:00
system_note_metadata.rb Create metadata when creating system notes 2017-03-28 15:16:41 +02:00
timelogs.rb Use normal associations instead of polymorphic. 2017-02-07 10:41:44 -05:00
todos.rb Merge branch '22951-fix-todos-api-endpoint-error-for-commits' into 'master' 2017-03-01 09:59:15 +00:00
trending_project.rb Fix /explore sorting (trending) 2017-01-26 12:01:06 -06:00
u2f_registrations.rb
uploads.rb Bring in security changes from the 9.2.5 release 2017-06-07 21:16:20 -07:00
user_agent_details.rb
users.rb create User#rss_token in user factory explicitely 2017-05-24 22:29:59 +02:00
web_hook_log.rb Implement web hooks logging 2017-05-25 10:07:52 +03:00
wiki_directories.rb Lint our factories creation in addition to their build 2017-06-02 19:06:50 +02:00
wiki_pages.rb Add tests for WikiPages services 2017-02-14 11:16:34 +05:30