Searched refs:relation_sym (Results 1 – 12 of 12) sorted by relevance
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/import_export/ |
H A D | attributes_permitter.rb | 57 def permit(relation_sym, relation_hash) argument 58 permitted_attributes = permitted_attributes_for(relation_sym) 65 def permitted_attributes_for(relation_sym) argument 66 @permitted_attributes[relation_sym] || [] 69 def permitted_attributes_defined?(relation_sym) argument 70 …!DISABLED_RELATION_NAMES.include?(relation_sym) && @attributes_finder.included_attributes.key?(rel…
|
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/support/shared_examples/lib/gitlab/import_export/ |
H A D | attributes_permitter_shared_examples.rb | 2 RSpec.shared_examples 'a permitted attribute' do |relation_sym, permitted_attributes, additional_at… 9 let(:relation_name) { project_relation_factory.overrides[relation_sym]&.to_sym || relation_sym } 11 …let(:excluded_keys) { (import_export_config.dig(:excluded_attributes, relation_sym) || []).map(&:t… 21 let(:permitted_hash) { subject.permit(relation_sym, relation_hash).transform_keys { |k| k.to_s } } 23 if described_class.new.permitted_attributes_defined?(relation_sym) 37 expect(subject).not_to be_permitted_attributes_defined(relation_sym)
|
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/import_export/ |
H A D | attributes_permitter_spec.rb | 160 …Gitlab::ImportExport::Config.new.to_h[:included_attributes].each do |relation_sym, permitted_attri… 161 context "for #{relation_sym}" do 162 …it_behaves_like 'a permitted attribute', relation_sym, permitted_attributes, additional_attributes…
|
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/import_export/base/ |
H A D | relation_factory.rb | 47 …def initialize(relation_sym:, relation_index:, relation_hash:, members_mapper:, object_builder:, u… argument 48 @relation_sym = relation_sym 49 @relation_name = self.class.overrides[relation_sym]&.to_sym || relation_sym
|
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/import_export/group/ |
H A D | relation_factory_spec.rb | 13 relation_sym: relation_sym,
|
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/import_export/base/ |
H A D | relation_factory_spec.rb | 14 described_class.create(relation_sym: relation_sym,
|
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/import_export/project/sample/ |
H A D | relation_factory_spec.rb | 18 relation_sym: relation_sym,
|
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/import_export/project/ |
H A D | relation_factory_spec.rb | 14 relation_sym: relation_sym,
|
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/bulk_imports/ |
H A D | ndjson_pipeline.rb | 24 relation_sym: key.to_sym,
|
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/bulk_imports/ |
H A D | ndjson_pipeline_spec.rb | 120 relation_sym: :test,
|
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/import_export/group/ |
H A D | relation_tree_restorer.rb | 248 relation_sym: relation_key.to_sym,
|
/dports/textproc/p5-WordNet-QueryData/WordNet-QueryData-1.49/ |
H A D | ChangeLog | 109 * QueryData.pm (%relation_sym): deleted 424 * QueryData.pm (%relation_sym): '#' is holonym symbol, '%' is 429 * QueryData.pm (%relation_sym): don't escape dollar-sign
|