gitlab-org--gitlab-foss/spec
David Turner b30c16aa32 repository: index submodules by path
Submodules have a name in the configuration, but this name is simply
the path at which the submodule was initially checked in (by default
-- the name is totally arbitrary).  If a submodule is moved, it
retains its original name, but its path changes.  Since we discover
submodules inside trees, we have their path but not necessarily their
name.

Make the submodules() function return the submodule hash indexed by
path rather than name, so that renamed submodules can be looked up.

Signed-off-by: David Turner <novalis@novalis.org>
2017-06-16 14:37:13 -04:00
..
bin
config
controllers Merge branch 'master' into 25426-group-dashboard-ui 2017-06-08 10:15:27 -05:00
db/production Handle case where GITLAB_PROMETHEUS_METRICS_ENABLED is non boolean value by defaulting to false 2017-06-06 13:16:55 +02:00
factories Merge branch 'expand-backlog-closed-lists-issue-boards' into 'master' 2017-06-07 15:05:37 +00:00
features Merge branch '25426-group-dashboard-ui' into 'master' 2017-06-08 18:12:04 +00:00
finders Introduce an Events API 2017-06-06 20:16:41 +08:00
fixtures Merge branch 'expand-backlog-closed-lists-issue-boards' into 'master' 2017-06-07 15:05:37 +00:00
helpers Translate project & repository pages 2017-06-07 20:13:44 +00:00
initializers
javascripts Merge branch 'master' into 25426-group-dashboard-ui 2017-06-08 10:15:27 -05:00
lib repository: index submodules by path 2017-06-16 14:37:13 -04:00
mailers
migrations Fix reverting builds stage ref migration on MySQL 2017-06-06 16:45:24 +02:00
models Add Blob#file_type convenience method 2017-06-08 10:07:17 -05:00
policies Merge branch '3191-deploy-keys-update' into 'master' 2017-06-07 14:37:50 +00:00
presenters Merge branch '3191-deploy-keys-update' into 'master' 2017-06-07 14:37:50 +00:00
requests Blob#load_all_data! doesn’t need an argument 2017-06-07 14:28:33 -05:00
routing Implement ability to update deploy keys 2017-06-02 19:44:36 +03:00
rubocop/cop Added Cop to blacklist polymorphic associations 2017-06-07 17:36:55 +02:00
serializers Merge branch '3191-deploy-keys-update' into 'master' 2017-06-07 14:37:50 +00:00
services Move diffable? method from Repository to Diff::File 2017-06-08 09:32:57 -05:00
sidekiq/cron
support Added more actions and report as abuse to all notes 2017-06-07 18:33:50 +00:00
tasks
unicorn Increase unicorn test boot timeout to 5 minutes 2017-06-08 18:35:55 +02:00
uploaders Merge branch '12910-snippets-description' into 'master' 2017-06-07 09:26:48 +00:00
validators
views
workers Merge branch 'pull-mirror-overhaul-ce-backport' into 'master' 2017-06-05 23:40:53 +00:00
factories_spec.rb Lint our factories creation in addition to their build 2017-06-02 19:06:50 +02:00
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb Merge branch 'feature/gb/migrate-pipeline-stages' into 'master' 2017-06-07 11:30:18 +00:00