global-registry-bindings 0.6.2 → 0.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/global_registry_bindings/entity/entity_type_methods.rb +16 -18
- data/lib/global_registry_bindings/entity/mdm_methods.rb +11 -12
- data/lib/global_registry_bindings/entity/push_entity_methods.rb +23 -23
- data/lib/global_registry_bindings/entity/push_relationship_methods.rb +18 -18
- data/lib/global_registry_bindings/entity/relationship_type_methods.rb +26 -26
- data/lib/global_registry_bindings/exceptions.rb +7 -2
- data/lib/global_registry_bindings/global_registry_bindings.rb +19 -19
- data/lib/global_registry_bindings/model/delete_entity.rb +4 -4
- data/lib/global_registry_bindings/model/entity.rb +25 -25
- data/lib/global_registry_bindings/model/pull_mdm.rb +5 -5
- data/lib/global_registry_bindings/model/push_entity.rb +4 -4
- data/lib/global_registry_bindings/model/push_relationship.rb +10 -8
- data/lib/global_registry_bindings/model/relationship.rb +18 -18
- data/lib/global_registry_bindings/options/entity_class_options.rb +15 -15
- data/lib/global_registry_bindings/options/entity_instance_options.rb +11 -11
- data/lib/global_registry_bindings/options/entity_options_parser.rb +3 -3
- data/lib/global_registry_bindings/options/relationship_class_options.rb +22 -22
- data/lib/global_registry_bindings/options/relationship_instance_options.rb +12 -12
- data/lib/global_registry_bindings/options/relationship_options_parser.rb +7 -7
- data/lib/global_registry_bindings/options.rb +6 -6
- data/lib/global_registry_bindings/railtie.rb +7 -7
- data/lib/global_registry_bindings/testing.rb +3 -3
- data/lib/global_registry_bindings/version.rb +3 -3
- data/lib/global_registry_bindings/worker.rb +5 -5
- data/lib/global_registry_bindings/workers/delete_entity_worker.rb +3 -3
- data/lib/global_registry_bindings/workers/pull_mdm_id_worker.rb +5 -5
- data/lib/global_registry_bindings/workers/push_entity_worker.rb +6 -6
- data/lib/global_registry_bindings/workers/push_relationship_worker.rb +6 -6
- data/lib/global_registry_bindings.rb +3 -3
- metadata +16 -156
- data/spec/acceptance/global_registry_bindings_spec.rb +0 -191
- data/spec/factories/factories.rb +0 -72
- data/spec/fixtures/get_entities_person.json +0 -8
- data/spec/fixtures/get_entities_person_mdm.json +0 -13
- data/spec/fixtures/get_entities_person_relationship.json +0 -32
- data/spec/fixtures/get_entity_types.json +0 -9
- data/spec/fixtures/get_entity_types_address.json +0 -59
- data/spec/fixtures/get_entity_types_address_partial.json +0 -43
- data/spec/fixtures/get_entity_types_area.json +0 -44
- data/spec/fixtures/get_entity_types_community.json +0 -18
- data/spec/fixtures/get_entity_types_fancy_org.json +0 -43
- data/spec/fixtures/get_entity_types_fancy_org_assignment.json +0 -35
- data/spec/fixtures/get_entity_types_fancy_org_partial.json +0 -35
- data/spec/fixtures/get_entity_types_ministry.json +0 -18
- data/spec/fixtures/get_entity_types_person.json +0 -42
- data/spec/fixtures/get_entity_types_person_partial.json +0 -34
- data/spec/fixtures/get_relationship_types.json +0 -9
- data/spec/fixtures/get_relationship_types_person_fancy_org.json +0 -41
- data/spec/fixtures/get_relationship_types_person_fancy_org_partial.json +0 -33
- data/spec/fixtures/post_entities_community.json +0 -8
- data/spec/fixtures/post_entities_fancy_org.json +0 -8
- data/spec/fixtures/post_entities_fancy_org_parent.json +0 -8
- data/spec/fixtures/post_entities_person.json +0 -8
- data/spec/fixtures/post_entity_types_address.json +0 -9
- data/spec/fixtures/post_entity_types_fancy_org.json +0 -9
- data/spec/fixtures/post_entity_types_person.json +0 -9
- data/spec/fixtures/post_relationship_types_assigned_by.json +0 -16
- data/spec/fixtures/post_relationship_types_community_ministry.json +0 -16
- data/spec/fixtures/post_relationship_types_fancy_org_area.json +0 -16
- data/spec/fixtures/post_relationship_types_person_fancy_org.json +0 -16
- data/spec/fixtures/put_entities_address.json +0 -20
- data/spec/fixtures/put_entities_community_relationship.json +0 -16
- data/spec/fixtures/put_entities_fancy_org_area_relationship.json +0 -8
- data/spec/fixtures/put_entities_fancy_org_assignment_assigned_by.json +0 -20
- data/spec/fixtures/put_entities_fancy_org_relationship.json +0 -17
- data/spec/fixtures/put_entities_person_country_relationship.json +0 -23
- data/spec/fixtures/put_entities_person_relationship.json +0 -29
- data/spec/fixtures/put_entities_relationship.json +0 -8
- data/spec/fixtures/put_entities_relationship_400.json +0 -3
- data/spec/fixtures/put_relationship_types_fields.json +0 -33
- data/spec/fixtures/put_relationship_types_fields_fancy_org_area.json +0 -25
- data/spec/helpers/sidekiq_helpers.rb +0 -14
- data/spec/internal/app/models/address.rb +0 -17
- data/spec/internal/app/models/application_record.rb +0 -5
- data/spec/internal/app/models/area.rb +0 -7
- data/spec/internal/app/models/assignment.rb +0 -21
- data/spec/internal/app/models/community.rb +0 -20
- data/spec/internal/app/models/country.rb +0 -8
- data/spec/internal/app/models/default.rb +0 -6
- data/spec/internal/app/models/namespaced/person/user_edited.rb +0 -8
- data/spec/internal/app/models/namespaced/person.rb +0 -68
- data/spec/internal/app/models/organization.rb +0 -37
- data/spec/internal/config/database.yml +0 -4
- data/spec/internal/config/initializers/global_registry.rb +0 -8
- data/spec/internal/config/routes.rb +0 -5
- data/spec/internal/db/schema.rb +0 -75
- data/spec/internal/db/test.sqlite +0 -0
- data/spec/internal/log/test.log +0 -1457
- data/spec/models/address_spec.rb +0 -30
- data/spec/models/assignment_spec.rb +0 -54
- data/spec/models/organization_spec.rb +0 -125
- data/spec/models/person_spec.rb +0 -191
- data/spec/models/testing_spec.rb +0 -55
- data/spec/models/user_edited_person_spec.rb +0 -14
- data/spec/options/if_unless_spec.rb +0 -147
- data/spec/spec_helper.rb +0 -52
- data/spec/workers/delete_gr_entity_worker_spec.rb +0 -33
- data/spec/workers/pull_mdm_id_worker_spec.rb +0 -133
- data/spec/workers/push_entity_worker_spec.rb +0 -506
- data/spec/workers/push_relationship_worker_spec.rb +0 -503
@@ -1,11 +1,11 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
require
|
4
|
-
require
|
3
|
+
require "global_registry_bindings/workers/push_relationship_worker"
|
4
|
+
require "global_registry_bindings/workers/delete_entity_worker"
|
5
5
|
|
6
|
-
module GlobalRegistry
|
7
|
-
module Bindings
|
8
|
-
module Model
|
6
|
+
module GlobalRegistry # :nodoc:
|
7
|
+
module Bindings # :nodoc:
|
8
|
+
module Model # :nodoc:
|
9
9
|
module PushRelationship
|
10
10
|
extend ActiveSupport::Concern
|
11
11
|
|
@@ -64,19 +64,21 @@ module GlobalRegistry #:nodoc:
|
|
64
64
|
)
|
65
65
|
end
|
66
66
|
|
67
|
-
|
67
|
+
# noop
|
68
|
+
def global_registry_relationship_async_ignore(_type)
|
69
|
+
end
|
68
70
|
|
69
71
|
# rubocop:disable Metrics/PerceivedComplexity
|
70
72
|
# rubocop:disable Metrics/AbcSize
|
71
73
|
def global_registry_relationship_change_action(type)
|
72
74
|
[global_registry_relationship(type).primary_foreign_key,
|
73
|
-
|
75
|
+
global_registry_relationship(type).related_foreign_key].each do |key|
|
74
76
|
if previous_changes.key?(key)
|
75
77
|
# Delete if changed from anything to nil
|
76
78
|
return :delete if previous_changes[key].last.nil?
|
77
79
|
# Replace if value changed
|
78
80
|
return :replace if previous_changes[key].first != previous_changes[key].last &&
|
79
|
-
|
81
|
+
!previous_changes[key].first.nil?
|
80
82
|
elsif key.present? && send(key).nil?
|
81
83
|
# Ignore if value didn't change and foreign_key is nil
|
82
84
|
return :ignore
|
@@ -1,8 +1,8 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
module GlobalRegistry
|
4
|
-
module Bindings
|
5
|
-
module Model
|
3
|
+
module GlobalRegistry # :nodoc:
|
4
|
+
module Bindings # :nodoc:
|
5
|
+
module Model # :nodoc:
|
6
6
|
module Relationship
|
7
7
|
extend ActiveSupport::Concern
|
8
8
|
|
@@ -21,13 +21,13 @@ module GlobalRegistry #:nodoc:
|
|
21
21
|
value = send(name)
|
22
22
|
return [name, value] if value.nil?
|
23
23
|
value = case type
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
24
|
+
when :datetime, :date
|
25
|
+
value.to_s(:db)
|
26
|
+
when :boolean
|
27
|
+
value ? "true" : "false"
|
28
|
+
else
|
29
|
+
value.to_s.strip
|
30
|
+
end
|
31
31
|
[name, value]
|
32
32
|
rescue ::NoMethodError
|
33
33
|
nil
|
@@ -41,9 +41,9 @@ module GlobalRegistry #:nodoc:
|
|
41
41
|
protected
|
42
42
|
|
43
43
|
def normalize_relationship_column_type(type, name)
|
44
|
-
if type.to_s ==
|
44
|
+
if type.to_s == "text"
|
45
45
|
:string
|
46
|
-
elsif name.ends_with?(
|
46
|
+
elsif name.ends_with?("_id")
|
47
47
|
:uuid
|
48
48
|
else
|
49
49
|
type
|
@@ -53,13 +53,13 @@ module GlobalRegistry #:nodoc:
|
|
53
53
|
def relationship_entity_columns(type)
|
54
54
|
if global_registry_relationship(type).include_all_columns?
|
55
55
|
self.class
|
56
|
-
|
57
|
-
|
58
|
-
{
|
56
|
+
.columns
|
57
|
+
.collect do |c|
|
58
|
+
{c.name.underscore.to_sym => normalize_relationship_column_type(c.type, c.name)}
|
59
59
|
end # rubocop:disable Style/MultilineBlockChain
|
60
|
-
|
61
|
-
|
62
|
-
|
60
|
+
.reduce(&:merge)
|
61
|
+
.except(*global_registry_relationship(type).exclude)
|
62
|
+
.merge(global_registry_relationship(type).fields)
|
63
63
|
else
|
64
64
|
global_registry_relationship(type).fields || {}
|
65
65
|
end
|
@@ -1,23 +1,23 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
require
|
3
|
+
require "ostruct"
|
4
4
|
|
5
|
-
module GlobalRegistry
|
6
|
-
module Bindings
|
5
|
+
module GlobalRegistry # :nodoc:
|
6
|
+
module Bindings # :nodoc:
|
7
7
|
module Options
|
8
8
|
class EntityClassOptions
|
9
9
|
delegate :id_column,
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
10
|
+
:mdm_id_column,
|
11
|
+
:fingerprint_column,
|
12
|
+
:type,
|
13
|
+
:mdm_timeout,
|
14
|
+
:push_on,
|
15
|
+
:parent,
|
16
|
+
:parent_class,
|
17
|
+
:exclude,
|
18
|
+
:fields,
|
19
|
+
:if,
|
20
|
+
:unless, to: :@options
|
21
21
|
|
22
22
|
def initialize(model_class)
|
23
23
|
@model_class = model_class
|
@@ -33,7 +33,7 @@ module GlobalRegistry #:nodoc:
|
|
33
33
|
end
|
34
34
|
|
35
35
|
def mdm_worker_class_name
|
36
|
-
"Pull#{@model_class.name.tr(
|
36
|
+
"Pull#{@model_class.name.tr(":", "")}MdmIdWorker"
|
37
37
|
end
|
38
38
|
end
|
39
39
|
end
|
@@ -1,18 +1,18 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
module GlobalRegistry
|
4
|
-
module Bindings
|
3
|
+
module GlobalRegistry # :nodoc:
|
4
|
+
module Bindings # :nodoc:
|
5
5
|
module Options
|
6
6
|
class EntityInstanceOptions
|
7
7
|
delegate :id_column,
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
8
|
+
:mdm_id_column,
|
9
|
+
:fingerprint_column,
|
10
|
+
:mdm_timeout,
|
11
|
+
:push_on,
|
12
|
+
:mdm_worker_class_name,
|
13
|
+
:ensure_type?,
|
14
|
+
:include_all_columns?,
|
15
|
+
to: :@class_options
|
16
16
|
|
17
17
|
def initialize(model)
|
18
18
|
@model = model
|
@@ -93,7 +93,7 @@ module GlobalRegistry #:nodoc:
|
|
93
93
|
when Symbol
|
94
94
|
@model.send(option, @model)
|
95
95
|
else
|
96
|
-
|
96
|
+
cond != :if
|
97
97
|
end
|
98
98
|
end
|
99
99
|
end
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
module GlobalRegistry
|
4
|
-
module Bindings
|
3
|
+
module GlobalRegistry # :nodoc:
|
4
|
+
module Bindings # :nodoc:
|
5
5
|
module Options
|
6
6
|
class EntityOptionsParser
|
7
7
|
def initialize(model_class)
|
@@ -39,7 +39,7 @@ module GlobalRegistry #:nodoc:
|
|
39
39
|
|
40
40
|
def validate_options!(options = {})
|
41
41
|
unknown = options.keys - defaults.keys
|
42
|
-
raise ArgumentError, "global-registry-bindings: Unknown options (#{unknown.join
|
42
|
+
raise ArgumentError, "global-registry-bindings: Unknown options (#{unknown.join ", "})" unless unknown.empty?
|
43
43
|
end
|
44
44
|
|
45
45
|
def merge_defaults(options_hash = {})
|
@@ -1,31 +1,31 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
require
|
3
|
+
require "ostruct"
|
4
4
|
|
5
|
-
module GlobalRegistry
|
6
|
-
module Bindings
|
5
|
+
module GlobalRegistry # :nodoc:
|
6
|
+
module Bindings # :nodoc:
|
7
7
|
module Options
|
8
8
|
class RelationshipClassOptions
|
9
9
|
delegate :id_column,
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
10
|
+
:type,
|
11
|
+
:push_on,
|
12
|
+
:client_integration_id,
|
13
|
+
:primary_binding,
|
14
|
+
:primary,
|
15
|
+
:primary_class,
|
16
|
+
:primary_foreign_key,
|
17
|
+
:primary_name,
|
18
|
+
:related_binding,
|
19
|
+
:related,
|
20
|
+
:related_class,
|
21
|
+
:related_foreign_key,
|
22
|
+
:related_type,
|
23
|
+
:related_name,
|
24
|
+
:related_global_registry_id,
|
25
|
+
:exclude,
|
26
|
+
:fields,
|
27
|
+
:if,
|
28
|
+
:unless, to: :@options
|
29
29
|
|
30
30
|
def initialize(type, model_class)
|
31
31
|
@model_class = model_class
|
@@ -1,19 +1,19 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
module GlobalRegistry
|
4
|
-
module Bindings
|
3
|
+
module GlobalRegistry # :nodoc:
|
4
|
+
module Bindings # :nodoc:
|
5
5
|
module Options
|
6
6
|
class RelationshipInstanceOptions
|
7
7
|
delegate :id_column,
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
8
|
+
:push_on,
|
9
|
+
:primary_binding,
|
10
|
+
:primary_foreign_key,
|
11
|
+
:related_binding,
|
12
|
+
:related_foreign_key,
|
13
|
+
:ensure_type?,
|
14
|
+
:rename_entity_type?,
|
15
|
+
:include_all_columns?,
|
16
|
+
to: :@class_options
|
17
17
|
|
18
18
|
def initialize(type, model)
|
19
19
|
@model = model
|
@@ -132,7 +132,7 @@ module GlobalRegistry #:nodoc:
|
|
132
132
|
when Symbol
|
133
133
|
@model.send(option, type, @model)
|
134
134
|
else
|
135
|
-
|
135
|
+
cond != :if
|
136
136
|
end
|
137
137
|
end
|
138
138
|
end
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
module GlobalRegistry
|
4
|
-
module Bindings
|
3
|
+
module GlobalRegistry # :nodoc:
|
4
|
+
module Bindings # :nodoc:
|
5
5
|
module Options
|
6
6
|
class RelationshipOptionsParser
|
7
7
|
def initialize(model_class)
|
@@ -34,7 +34,7 @@ module GlobalRegistry #:nodoc:
|
|
34
34
|
|
35
35
|
def validate_options!(options = {})
|
36
36
|
unknown = options.keys - defaults.keys
|
37
|
-
raise ArgumentError, "global-registry-bindings: Unknown options (#{unknown.join
|
37
|
+
raise ArgumentError, "global-registry-bindings: Unknown options (#{unknown.join ", "})" unless unknown.empty?
|
38
38
|
end
|
39
39
|
|
40
40
|
def merge_defaults(options_hash = {})
|
@@ -55,10 +55,10 @@ module GlobalRegistry #:nodoc:
|
|
55
55
|
def update_association_classes
|
56
56
|
unless @options[:primary_class]
|
57
57
|
@options[:primary_class] = if @options[:primary]
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
58
|
+
association_class @options[:primary]
|
59
|
+
else
|
60
|
+
@model_class
|
61
|
+
end
|
62
62
|
end
|
63
63
|
unless @options[:related_class] # rubocop:disable Style/GuardClause
|
64
64
|
@options[:related_class] = association_class @options[:related]
|
@@ -1,12 +1,12 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
require
|
4
|
-
require
|
5
|
-
require
|
6
|
-
require
|
3
|
+
require "global_registry_bindings/options/entity_instance_options"
|
4
|
+
require "global_registry_bindings/options/entity_class_options"
|
5
|
+
require "global_registry_bindings/options/relationship_instance_options"
|
6
|
+
require "global_registry_bindings/options/relationship_class_options"
|
7
7
|
|
8
|
-
module GlobalRegistry
|
9
|
-
module Bindings
|
8
|
+
module GlobalRegistry # :nodoc:
|
9
|
+
module Bindings # :nodoc:
|
10
10
|
module Options
|
11
11
|
extend ActiveSupport::Concern
|
12
12
|
|
@@ -1,18 +1,18 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
module GlobalRegistry
|
4
|
-
module Bindings
|
3
|
+
module GlobalRegistry # :nodoc:
|
4
|
+
module Bindings # :nodoc:
|
5
5
|
class Railtie < Rails::Railtie
|
6
6
|
config.after_initialize do
|
7
7
|
# :nocov:
|
8
8
|
if Module.const_defined? :Rollbar
|
9
9
|
::Rollbar.configure do |config|
|
10
10
|
config.exception_level_filters.merge!(
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
11
|
+
"GlobalRegistry::Bindings::RecordMissingGlobalRegistryId" => "ignore",
|
12
|
+
"GlobalRegistry::Bindings::EntityMissingMdmId" => "ignore",
|
13
|
+
"GlobalRegistry::Bindings::RelatedEntityMissingGlobalRegistryId" => "ignore",
|
14
|
+
"GlobalRegistry::Bindings::ParentEntityMissingGlobalRegistryId" => "ignore",
|
15
|
+
"GlobalRegistry::Bindings::RelatedEntityExistsWithCID" => "ignore"
|
16
16
|
)
|
17
17
|
end
|
18
18
|
end
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
module GlobalRegistry
|
4
|
-
module Bindings
|
3
|
+
module GlobalRegistry # :nodoc:
|
4
|
+
module Bindings # :nodoc:
|
5
5
|
class Testing
|
6
6
|
class << self
|
7
7
|
attr_accessor :__test_mode
|
@@ -44,7 +44,7 @@ module GlobalRegistry #:nodoc:
|
|
44
44
|
|
45
45
|
class Worker
|
46
46
|
class << self
|
47
|
-
|
47
|
+
alias_method :perform_async_real, :perform_async
|
48
48
|
|
49
49
|
def perform_async(*args)
|
50
50
|
return if GlobalRegistry::Bindings::Testing.skip?
|
@@ -1,10 +1,10 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
require
|
4
|
-
require
|
3
|
+
require "sidekiq"
|
4
|
+
require "sidekiq-unique-jobs"
|
5
5
|
|
6
|
-
module GlobalRegistry
|
7
|
-
module Bindings
|
6
|
+
module GlobalRegistry # :nodoc:
|
7
|
+
module Bindings # :nodoc:
|
8
8
|
class Worker
|
9
9
|
include Sidekiq::Worker
|
10
10
|
|
@@ -36,7 +36,7 @@ module GlobalRegistry #:nodoc:
|
|
36
36
|
when :log
|
37
37
|
::Rollbar.error(e) if Module.const_defined? :Rollbar
|
38
38
|
when :ignore
|
39
|
-
|
39
|
+
nil
|
40
40
|
end
|
41
41
|
end
|
42
42
|
end
|
@@ -1,8 +1,8 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
module GlobalRegistry
|
4
|
-
module Bindings
|
5
|
-
module Workers
|
3
|
+
module GlobalRegistry # :nodoc:
|
4
|
+
module Bindings # :nodoc:
|
5
|
+
module Workers # :nodoc:
|
6
6
|
class DeleteEntityWorker < ::GlobalRegistry::Bindings::Worker
|
7
7
|
sidekiq_options unique: :until_executed
|
8
8
|
|
@@ -1,10 +1,10 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
require
|
3
|
+
require "global_registry_bindings/entity/mdm_methods"
|
4
4
|
|
5
|
-
module GlobalRegistry
|
6
|
-
module Bindings
|
7
|
-
module Workers
|
5
|
+
module GlobalRegistry # :nodoc:
|
6
|
+
module Bindings # :nodoc:
|
7
|
+
module Workers # :nodoc:
|
8
8
|
def self.mdm_worker_class(model_class)
|
9
9
|
worker_class_name = model_class.global_registry_entity.mdm_worker_class_name
|
10
10
|
return const_get worker_class_name if const_defined? worker_class_name
|
@@ -27,7 +27,7 @@ module GlobalRegistry #:nodoc:
|
|
27
27
|
pull_mdm_id_from_global_registry
|
28
28
|
rescue ActiveRecord::RecordNotFound
|
29
29
|
# If the record was deleted after the job was created, swallow it
|
30
|
-
|
30
|
+
nil
|
31
31
|
rescue RestClient::ResourceNotFound
|
32
32
|
Rails.logger.info "GR entity for #{self.class.name} #{id} does not exist; will _not_ retry"
|
33
33
|
end
|
@@ -1,12 +1,12 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
require
|
4
|
-
require
|
5
|
-
require
|
3
|
+
require "global_registry_bindings/worker"
|
4
|
+
require "global_registry_bindings/entity/entity_type_methods"
|
5
|
+
require "global_registry_bindings/entity/push_entity_methods"
|
6
6
|
|
7
|
-
module GlobalRegistry
|
8
|
-
module Bindings
|
9
|
-
module Workers
|
7
|
+
module GlobalRegistry # :nodoc:
|
8
|
+
module Bindings # :nodoc:
|
9
|
+
module Workers # :nodoc:
|
10
10
|
class PushEntityWorker < GlobalRegistry::Bindings::Worker
|
11
11
|
include GlobalRegistry::Bindings::Entity::EntityTypeMethods
|
12
12
|
include GlobalRegistry::Bindings::Entity::PushEntityMethods
|
@@ -1,12 +1,12 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
require
|
4
|
-
require
|
5
|
-
require
|
3
|
+
require "global_registry_bindings/worker"
|
4
|
+
require "global_registry_bindings/entity/relationship_type_methods"
|
5
|
+
require "global_registry_bindings/entity/push_relationship_methods"
|
6
6
|
|
7
|
-
module GlobalRegistry
|
8
|
-
module Bindings
|
9
|
-
module Workers
|
7
|
+
module GlobalRegistry # :nodoc:
|
8
|
+
module Bindings # :nodoc:
|
9
|
+
module Workers # :nodoc:
|
10
10
|
class PushRelationshipWorker < GlobalRegistry::Bindings::Worker
|
11
11
|
include GlobalRegistry::Bindings::Entity::RelationshipTypeMethods
|
12
12
|
include GlobalRegistry::Bindings::Entity::PushRelationshipMethods
|
@@ -1,8 +1,8 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
require
|
4
|
-
require
|
5
|
-
require
|
3
|
+
require "active_support/lazy_load_hooks"
|
4
|
+
require "global_registry_bindings/global_registry_bindings"
|
5
|
+
require "global_registry_bindings/railtie" if defined? ::Rails::Railtie
|
6
6
|
|
7
7
|
module GlobalRegistry
|
8
8
|
module Bindings
|