gitlab-org--gitlab-foss/spec
Mark Chao c6c53d1c74 Fix commit with two parents is set with wrong direct_ancestor
If a commit has two parents, one is direct ancestor, and one is not,
and the order of `commits` is in such fashion that the non-ancestor
side is visited first, the commit would be determined as non-ancestor,
when in fact it can be.

Therefore we should first determine all direct ancestors
prior to analyzing.
2018-12-07 21:00:47 +08:00
..
bin
config Pad encryption keys with UTF-8 0 instead of \0 char 2018-11-28 12:00:17 +01:00
controllers Add feature flag for workhorse content type calculation 2018-12-06 21:22:39 +00:00
db Backport EE changes 2018-11-15 12:57:13 +01:00
dependencies
factories Modify service so that it can be re-run 2018-12-04 15:46:46 +13:00
features Merge branch '19376-post-bfg-cleanup' into 'master' 2018-12-06 20:43:58 +00:00
finders Introduce Knative Serverless Tab 2018-12-06 18:08:49 +00:00
fixtures Use BFG object maps to clean projects 2018-12-06 18:58:00 +00:00
frontend Setup Jest test environment 2018-12-05 09:24:42 +01:00
graphql Suggests issues when typing title 2018-11-27 15:10:40 +00:00
helpers Use BFG object maps to clean projects 2018-12-06 18:58:00 +00:00
initializers Correctly handle data-loss scenarios when encrypting columns 2018-11-27 18:24:18 +00:00
javascripts Merge branch 'winh-merge-request-diff-discussion-commit-id' into 'master' 2018-12-07 09:06:14 +00:00
lib Fix commit with two parents is set with wrong direct_ancestor 2018-12-07 21:00:47 +08:00
mailers Merge branch 'security-guest-comments' into 'master' 2018-11-28 19:11:56 -05:00
migrations Merge commit '83f0798e7dc588f0e4cb6816daadeef7dbfc8b81' into fix/gb/encrypt-runners-tokens 2018-12-04 09:11:33 +01:00
models Update gitlab runner helm chart to 0.1.39 2018-12-07 09:46:33 +00:00
policies Merge branch 'security-guest-comments' into 'master' 2018-11-28 19:11:56 -05:00
presenters Resolve "Can add an existing group member into a group project with new permissions but permissions are not overridden" 2018-12-06 13:15:29 +00:00
rack_servers
requests Resolve "Can add an existing group member into a group project with new permissions but permissions are not overridden" 2018-12-06 13:15:29 +00:00
routing Revert "Resolve "[Rails5] ActionView::MissingTemplate in spec/features/projects/wiki/user_views_wiki_page_spec.rb"" 2018-12-03 12:28:51 +01:00
rubocop Make add_reference cop accept a hash for :index 2018-11-27 11:40:38 +01:00
serializers Remove unused data from discussions endpoint 2018-12-06 17:07:49 -08:00
services Update merge request's merge_commit for branch update 2018-12-07 19:24:34 +08:00
sidekiq/cron
support Update merge request's merge_commit for branch update 2018-12-07 19:24:34 +08:00
tasks Fix gitlab:web_hook tasks 2018-12-06 18:37:05 +00:00
uploaders Extract code from Issues::MoveService 2018-11-12 08:57:25 +01:00
validators Merge branch 'security-fj-crlf-injection' into 'master' 2018-11-28 19:14:06 -05:00
views Replace admin sidebar feature spec with view spec 2018-12-04 17:35:40 +01:00
workers Use BFG object maps to clean projects 2018-12-06 18:58:00 +00:00
factories_spec.rb
fast_spec_helper.rb Use Nokogiri as the ActiveSupport XML backend 2018-11-16 00:23:36 -08:00
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb Address specs failing in rails 4 2018-11-14 12:41:16 +01:00