card 1.103.4 → 1.104.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (140) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/config/environments/development.rb +4 -2
  4. data/config/environments/test.rb +1 -1
  5. data/config/initializers/01_core_extensions/array.rb +4 -1
  6. data/config/initializers/01_core_extensions/object.rb +1 -1
  7. data/config/initializers/02_patches/active_record.rb +16 -17
  8. data/config/locales/de.yml +8 -564
  9. data/config/locales/es.yml +2 -3
  10. data/db/migrate/20110511221913_require_earlier_migrations.rb +1 -1
  11. data/db/migrate/20120105203350_require_1_8_migrations.rb +1 -1
  12. data/db/migrate/20121111025347_require_1_10_migrations.rb +1 -1
  13. data/db/migrate/20211128040849_virtuals_updated_at.rb +11 -0
  14. data/db/migrate_core_cards/20190502130029_add_shark_and_help_desk_role.rb +0 -1
  15. data/db/schema.rb +19 -16
  16. data/db/seed/new/card_actions.yml +1323 -2091
  17. data/db/seed/new/card_acts.yml +2 -2
  18. data/db/seed/new/card_references.yml +629 -741
  19. data/db/seed/new/cards.yml +2593 -5557
  20. data/db/seed/new/schema_migrations.yml +2 -0
  21. data/db/seed/new/schema_migrations_core_cards.yml +8 -0
  22. data/db/seed/test/fixtures/card_actions.yml +2555 -3395
  23. data/db/seed/test/fixtures/card_acts.yml +606 -666
  24. data/db/seed/test/fixtures/card_changes.yml +101 -101
  25. data/db/seed/test/fixtures/card_references.yml +1609 -1686
  26. data/db/seed/test/fixtures/cards.yml +4363 -7541
  27. data/db/seed/test/fixtures/schema_migrations.yml +2 -0
  28. data/db/seed/test/fixtures/schema_migrations_core_cards.yml +8 -0
  29. data/db/test_seed.rb +1 -4
  30. data/db/version.txt +1 -1
  31. data/db/version_core_cards.txt +1 -1
  32. data/lib/card/auth/current.rb +1 -1
  33. data/lib/card/auth/permissions.rb +37 -35
  34. data/lib/card/content/all.rb +3 -3
  35. data/lib/card/content/chunk.rb +1 -0
  36. data/lib/card/director/act_direction.rb +1 -3
  37. data/lib/card/director/card_methods.rb +0 -1
  38. data/lib/card/director/phases.rb +1 -0
  39. data/lib/card/director.rb +1 -0
  40. data/lib/card/fetch/all.rb +3 -3
  41. data/lib/card/fetch/card_class.rb +5 -11
  42. data/lib/card/fetch/results.rb +2 -2
  43. data/lib/card/model/save_helper.rb +2 -2
  44. data/lib/card/name/all/descendants.rb +9 -7
  45. data/lib/card/name/all/parts.rb +1 -1
  46. data/lib/card/name/all.rb +4 -3
  47. data/lib/card/name/card_class.rb +1 -0
  48. data/lib/card/name/fields_and_traits.rb +6 -30
  49. data/lib/card/name/name_variants.rb +5 -1
  50. data/lib/card/name.rb +0 -8
  51. data/lib/card/query/abstract_query/tie.rb +2 -3
  52. data/lib/card/query/card_query/normalization.rb +1 -1
  53. data/lib/card/query/sql_statement/order.rb +5 -6
  54. data/lib/card/query/value.rb +10 -7
  55. data/lib/card/reference/all.rb +9 -7
  56. data/lib/card/reference.rb +36 -41
  57. data/lib/card/rule/all.rb +3 -3
  58. data/lib/card/set/advanced_api.rb +5 -0
  59. data/lib/card/set/event/delayed_event.rb +8 -1
  60. data/lib/card/set/event.rb +1 -0
  61. data/lib/card/set/helpers.rb +30 -17
  62. data/lib/card/set/pattern/all.rb +13 -4
  63. data/lib/card/set/pattern/base.rb +12 -18
  64. data/lib/card/set/pattern/class_methods.rb +13 -13
  65. data/lib/card/set/pattern.rb +30 -19
  66. data/lib/card/set/trait.rb +16 -1
  67. data/lib/card/set/type.rb +3 -0
  68. data/lib/card/subcards/add.rb +1 -3
  69. data/lib/card/subcards/all.rb +30 -56
  70. data/lib/card/view/options.rb +7 -5
  71. data/lib/cardio/cli.rb +1 -0
  72. data/lib/cardio/commands/custom.rb +60 -0
  73. data/lib/cardio/commands/rake_command/parser.rb +49 -48
  74. data/lib/cardio/commands/rake_command.rb +17 -15
  75. data/lib/cardio/commands/rspec_command.rb +2 -0
  76. data/lib/cardio/commands.rb +69 -69
  77. data/lib/cardio/generators.rb +56 -3
  78. data/lib/cardio/migration/deck.rb +0 -0
  79. data/lib/cardio/migration/deck_structure.rb +2 -0
  80. data/lib/cardio/migration/import/import_data/card_content.rb +1 -1
  81. data/lib/cardio/migration/import.rb +2 -2
  82. data/lib/cardio/migration.rb +26 -2
  83. data/lib/cardio/mod/class_methods.rb +112 -0
  84. data/lib/cardio/mod/dirs.rb +15 -11
  85. data/lib/cardio/mod/eat/edibles.rb +92 -0
  86. data/lib/cardio/mod/eat.rb +81 -0
  87. data/lib/cardio/mod/load_strategy/tmp_files.rb +1 -1
  88. data/lib/cardio/mod/modfile_api.rb +5 -0
  89. data/lib/cardio/mod/poop.rb +135 -0
  90. data/lib/cardio/mod.rb +20 -80
  91. data/lib/cardio/railtie.rb +15 -3
  92. data/lib/cardio/schema.rb +11 -10
  93. data/lib/cardio/version.rb +35 -0
  94. data/lib/cardio.rb +4 -0
  95. data/lib/generators/deck/templates/Gemfile.erb +0 -4
  96. data/lib/generators/deck/templates/rspec.erb +1 -1
  97. data/lib/generators/deck/templates/spec/javascripts/support/decko_jasmine.yml.erb +0 -1
  98. data/lib/generators/mod/USAGE +1 -0
  99. data/lib/tasks/card/migrate.rake +41 -1
  100. data/lib/tasks/card/mod.rake +15 -8
  101. data/lib/tasks/card.rake +47 -87
  102. data/mod/admin/locales/de.yml +4 -0
  103. data/mod/admin/set/self/admin.rb +10 -8
  104. data/mod/core/data/production.yml +7 -0
  105. data/mod/core/data/test.yml +30 -0
  106. data/mod/core/locales/de.yml +28 -0
  107. data/mod/core/set/all/assign_attributes.rb +1 -33
  108. data/mod/core/set/all/content.rb +3 -1
  109. data/mod/core/set/all/initialize.rb +1 -4
  110. data/mod/core/set/all/name_events.rb +3 -18
  111. data/mod/core/set/all/reference_events.rb +29 -28
  112. data/mod/core/set/all/subcards.rb +6 -2
  113. data/mod/core/set/all/trash.rb +2 -3
  114. data/mod/core/set/all/type.rb +67 -18
  115. data/mod/core/set/self/version.rb +1 -1
  116. data/mod/core/spec/set/self/trash_spec.rb +1 -1
  117. data/mod/standard/{file → data/files}/favicon/image-icon.png +0 -0
  118. data/mod/standard/{file → data/files}/favicon/image-large.png +0 -0
  119. data/mod/standard/{file → data/files}/favicon/image-medium.png +0 -0
  120. data/mod/standard/{file → data/files}/favicon/image-original.png +0 -0
  121. data/mod/standard/{file → data/files}/favicon/image-small.png +0 -0
  122. data/mod/standard/{file → data/files}/logo/image-original.svg +0 -0
  123. metadata +37 -28
  124. data/db/migrate_core_cards/20150605115802_add_performance_log_card.rb +0 -7
  125. data/lib/card/set/code_nest.rb +0 -15
  126. data/lib/card/version.rb +0 -11
  127. data/lib/cardio/commands/USAGE +0 -28
  128. data/lib/cardio/generators/class_methods.rb +0 -35
  129. data/lib/tasks/card/asset.rake +0 -22
  130. data/mod/core/spec/set/all/clean_me_spec.rb +0 -258
  131. data/mod/core/spec/set/all/export_spec.rb +0 -71
  132. data/tmpsets/set_pattern/100-all.rb +0 -22
  133. data/tmpsets/set_pattern/101-all_plus.rb +0 -24
  134. data/tmpsets/set_pattern/102-type.rb +0 -40
  135. data/tmpsets/set_pattern/103-star.rb +0 -26
  136. data/tmpsets/set_pattern/104-rstar.rb +0 -28
  137. data/tmpsets/set_pattern/105-rule.rb +0 -28
  138. data/tmpsets/set_pattern/106-right.rb +0 -35
  139. data/tmpsets/set_pattern/107-type_plus_right.rb +0 -43
  140. data/tmpsets/set_pattern/108-self.rb +0 -34
@@ -0,0 +1,112 @@
1
+ module Cardio
2
+ class Mod
3
+ # class methods for Cardio::Mod
4
+ module ClassMethods
5
+ def load
6
+ return if ENV["CARD_MODS"] == "none"
7
+
8
+ if Card.take
9
+ Loader.load_mods
10
+ else
11
+ Rails.logger.warn "empty database"
12
+ end
13
+ end
14
+
15
+ # @return an array of Rails::Path objects
16
+ def dirs
17
+ @dirs ||= Mod::Dirs.new Cardio.paths["mod"].existent
18
+ end
19
+
20
+ def fetch mod_name
21
+ dirs.fetch_mod mod_name
22
+ end
23
+
24
+ def normalize_name name
25
+ name.to_s.sub(/^card-mod-/, "")
26
+ end
27
+
28
+ def missing
29
+ Card.search(type: :mod).reject { |mod_card| fetch mod_card.modname }
30
+ end
31
+
32
+ def ensure_uninstalled
33
+ missing.each do |mod_card|
34
+ Card::Auth.as_bot do
35
+ Card[:all, :style].drop_item mod_card
36
+ delete_auto_installed_cards mod_card
37
+ end
38
+ end
39
+ end
40
+
41
+ def ensure_installed
42
+ Card::Cache.reset_all
43
+ puts "installing card mods".green
44
+ Cardio.mods.each(&:ensure)
45
+ Card::Assets.refresh_assets force: true
46
+ end
47
+
48
+ def dependencies name, nickname=true
49
+ return unless (spec = gem_spec name, nickname)
50
+
51
+ deps = spec&.dependencies || []
52
+ dep_names = deps.map { |dep| dependencies dep.name, false }
53
+ (dep_names << spec).flatten.compact.uniq
54
+ end
55
+
56
+ def each_path &block
57
+ each_simple_path(&block)
58
+ each_gem_path(&block)
59
+ end
60
+
61
+ # @return [Hash] in the form{ modname(String) => Gem::Specification }
62
+ def gem_specs
63
+ Bundler.definition.specs.each_with_object({}) do |gem_spec, h|
64
+ h[gem_spec.name] = gem_spec if gem_spec? gem_spec
65
+ end
66
+ end
67
+
68
+ private
69
+
70
+ # it would be nice if this were easier...
71
+ def delete_auto_installed_cards mod_card
72
+ auto_installed_cards(mod_card).each do |card|
73
+ card.codename = nil
74
+ card.delete!
75
+ end
76
+ end
77
+
78
+ def auto_installed_cards mod_card
79
+ [mod_card].tap do |cards|
80
+ mod_card.each_descendant do |card|
81
+ cards.unshift card
82
+ end
83
+ end
84
+ end
85
+
86
+ def gem_spec name, nickname=true
87
+ name = "card-mod-#{name}" if nickname && !name.match?(/^card-mod/)
88
+ spec = Gem::Specification.stubs_for(name)&.first
89
+ gem_spec?(spec) ? spec : nil
90
+ end
91
+
92
+ def each_simple_path &block
93
+ Cardio.paths["mod"].each do |mods_path|
94
+ Dir.glob("#{mods_path}/*").each(&block)
95
+ end
96
+ end
97
+
98
+ def each_gem_path
99
+ gem_specs.each_value do |spec|
100
+ yield spec.full_gem_path
101
+ end
102
+ end
103
+
104
+ # @return [True/False]
105
+ def gem_spec? spec
106
+ return unless spec
107
+
108
+ spec.name.match?(/^card-mod-/) || spec.metadata["card-mod"].present?
109
+ end
110
+ end
111
+ end
112
+ end
@@ -97,6 +97,13 @@ module Cardio
97
97
  fetch_mod(mod_name)&.path
98
98
  end
99
99
 
100
+ def subpaths *subdirs
101
+ @mods.each_with_object({}) do |mod, hash|
102
+ path = mod.subpath(*subdirs)
103
+ hash[mod.name] = path if path
104
+ end
105
+ end
106
+
100
107
  def fetch_mod mod_name
101
108
  @mods_by_name[Mod.normalize_name(mod_name)]
102
109
  end
@@ -129,12 +136,15 @@ module Cardio
129
136
  end
130
137
  end
131
138
 
132
- def each_public_path
133
- @mods.each do |mod|
134
- path = mod.public_path
135
- next unless Dir.exist? path
139
+ def each_subpath *subdirs
140
+ subpaths(*subdirs).each do |mod_name, subpath|
141
+ yield mod_name, subpath
142
+ end
143
+ end
136
144
 
137
- yield mod.name, path
145
+ def load_from_gemfile
146
+ Cardio::Mod.gem_specs.each do |mod_name, mod_spec|
147
+ add_gem_mod mod_name, mod_spec.full_gem_path
138
148
  end
139
149
  end
140
150
 
@@ -154,12 +164,6 @@ module Cardio
154
164
  add_mod filename unless filename.match?(/^\./)
155
165
  end
156
166
  end
157
-
158
- def load_from_gemfile
159
- Cardio::Mod.gem_specs.each do |mod_name, mod_spec|
160
- add_gem_mod mod_name, mod_spec.full_gem_path
161
- end
162
- end
163
167
  end
164
168
  end
165
169
  end
@@ -0,0 +1,92 @@
1
+ module Cardio
2
+ class Mod
3
+ class Eat
4
+ # item handling for Mod::Eat (importables)
5
+ module Edibles
6
+ # list of card attribute hashes
7
+ # @return [Array <Hash>]
8
+ def edibles
9
+ mods_with_data.map { |mod| mod_edibles mod }.flatten
10
+ end
11
+
12
+ private
13
+
14
+ # if mod is specified, consider only that mod
15
+ # @return [Array <Cardio::Mod>]
16
+ def mods_with_data
17
+ paths = Mod.dirs.subpaths "data"
18
+ mod_names = @mod ? ensure_mod_data_path(paths) : paths.keys
19
+ mod_names.map { |mod_name| Mod.fetch mod_name }
20
+ end
21
+
22
+ def ensure_mod_data_path paths
23
+ return [@mod] if paths[@mod]
24
+
25
+ raise "no data directory found for mod #{@mod}".red
26
+ end
27
+
28
+ # @return [Array <Hash>]
29
+ def mod_edibles mod
30
+ environments.map { |env| items_for_environment mod, env }.compact
31
+ end
32
+
33
+ def items_for_environment mod, env
34
+ return unless (items = items_from_yaml mod, env)
35
+
36
+ items = items.map do |item|
37
+ item.is_a?(String) ? items_from_yaml(mod, env, item) : item
38
+ end.flatten.compact
39
+ interpret_items mod, items
40
+ end
41
+
42
+ def interpret_items mod, items
43
+ each_card_hash(items) { |hash| handle_attachments mod, hash }
44
+ end
45
+
46
+ def items_from_yaml mod, env, filename=nil
47
+ source = "#{env}#{'/' if filename.present?}#{filename}.yml"
48
+ return unless (path = mod.subpath "data", source)
49
+
50
+ YAML.load_file path
51
+ end
52
+
53
+ # for processing that needs to happen on all cards, including fields
54
+ def each_card_hash items
55
+ items.each do |item|
56
+ yield item
57
+ item[:subfields]&.values&.each { |val| yield val if val.is_a? Hash }
58
+ end
59
+ items
60
+ end
61
+
62
+ def handle_attachments mod, hash
63
+ each_attachment hash do |key, filename|
64
+ hash[key] = mod_file mod, filename
65
+ hash[:mod] = mod.name if hash[:storage_type] == :coded
66
+ end
67
+ end
68
+
69
+ def each_attachment hash
70
+ attachment_keys.each { |key| yield key, hash[key] if hash.key? key }
71
+ end
72
+
73
+ def mod_file mod, filename
74
+ File.open mod.subpath("data/files", filename)
75
+ end
76
+
77
+ def attachment_keys
78
+ @attachment_keys ||= Card.uploaders.keys
79
+ end
80
+
81
+ # @return [Array <Symbol>]
82
+ # holarchical. each includes the previous
83
+ # production = [:production],
84
+ # development = [:production, :development], etc.
85
+ def environments
86
+ index = DATA_ENVIRONMENTS.index(@env&.to_sym || Rails.env.to_sym) || -1
87
+ DATA_ENVIRONMENTS[0..index]
88
+ end
89
+ end
90
+ end
91
+ end
92
+ end
@@ -0,0 +1,81 @@
1
+ require "timecop"
2
+
3
+ require "pry"
4
+
5
+ DATA_ENVIRONMENTS = %i[production development test].freeze
6
+ ENV["STORE_CODED_FILES"] = "true"
7
+
8
+ module Cardio
9
+ class Mod
10
+ # import data from data directory of mods
11
+ # (list of card attributes)
12
+ # https://docs.google.com/document/d/13K_ynFwfpHwc3t5gnLeAkZJZHco1wK063nJNYwU8qfc/edit#
13
+ class Eat
14
+ include Card::Model::SaveHelper
15
+ include Edibles
16
+
17
+ def initialize mod: nil, env: nil, user: nil, verbose: nil
18
+ @mod = mod
19
+ @env = env
20
+ @user_id = user&.card_id
21
+ @verbose = !verbose.nil?
22
+ end
23
+
24
+ def up
25
+ Card::Cache.reset_all
26
+ Card::Mailer.perform_deliveries = false
27
+ Card::Auth.as_bot do
28
+ edibles.each do |edible|
29
+ track edible do
30
+ current_user edible.delete(:user)
31
+ time_machine edible.delete(:time) do
32
+ ensure_card edible
33
+ end
34
+ end
35
+ end
36
+ end
37
+ end
38
+
39
+ private
40
+
41
+ def track edible
42
+ rescuing edible do
43
+ # puts "eat: #{edible}" if @verbose
44
+ card = yield
45
+ puts "eaten: #{card.name}".green # if @verbose
46
+ end
47
+ end
48
+
49
+ def rescuing edible
50
+ yield
51
+ rescue StandardError => e
52
+ # binding.pry
53
+ puts edible
54
+ puts e.message.red
55
+ puts e.backtrace.join("\n") if @verbose
56
+ end
57
+
58
+ def current_user item_user
59
+ Card::Auth.current_id = item_user&.card_id || @user_id || Card::WagnBotID
60
+ end
61
+
62
+ def time_machine value, &block
63
+ return yield unless value.present?
64
+
65
+ Timecop.freeze Time.at(time_integer(value)), &block
66
+ end
67
+
68
+ def time_integer value
69
+ case value
70
+ when /^[+-]\d+$/
71
+ # plus or minus an integer (safe to eval)
72
+ eval "#{Time.now.to_i} #{value}", binding, __FILE__, __LINE__
73
+ when Integer
74
+ value
75
+ else
76
+ raise TypeError, "invalid time value: #{value}. accepts int, +int, and -int"
77
+ end
78
+ end
79
+ end
80
+ end
81
+ end
@@ -20,7 +20,7 @@ module Cardio
20
20
 
21
21
  p = Card.paths[path]
22
22
  FileUtils.rm_rf p.first, secure: true if p.existent.first
23
- Dir.mkdir p.first
23
+ FileUtils.mkdir_p p.first
24
24
  end
25
25
 
26
26
  def rewrite_tmp_files?
@@ -12,6 +12,11 @@ module Cardio
12
12
  deps.each { |spec| @dirs.add_gem_mod spec.name, spec.full_gem_path }
13
13
  end
14
14
 
15
+ # load all gem mods
16
+ def gem_mods
17
+ @dirs.load_from_gemfile
18
+ end
19
+
15
20
  private
16
21
 
17
22
  def unknown_gem_mod! name
@@ -0,0 +1,135 @@
1
+ module Cardio
2
+ class Mod
3
+ # POOP (or Plain Old OutPut) is our nickname for our standard card YAML,
4
+ # used to define cards associated with mods.
5
+ #
6
+ # Monkeys throw it around, and Sharks can eat it (if you believe this guy:
7
+ # https://www.youtube.com/watch?v=VvEa4NSqw7I).
8
+ #
9
+ # https://docs.google.com/document/d/13K_ynFwfpHwc3t5gnLeAkZJZHco1wK063nJNYwU8qfc/edit#
10
+ class Poop
11
+ def initialize **args
12
+ @mod = args[:mod]
13
+ @name = args[:name]
14
+ @cql = args[:cql]
15
+ @env = args[:env] || Rails.env
16
+ @items = args[:items]
17
+ @field_tags = args[:field_tags]
18
+ end
19
+
20
+ # @return [Array <Hash>]
21
+ def new_data
22
+ @new_data ||= cards.map { |c| c.export_hash field_tags: field_tag_marks }
23
+ end
24
+
25
+ def field_tag_marks
26
+ @field_tag_marks ||= @field_tags.to_s.split(",").map do |mark|
27
+ mark.strip.cardname.codename_or_string
28
+ end
29
+ end
30
+
31
+ # @return [String] -- MOD_DIR/data/ENVIRONMENT.yml
32
+ def filename
33
+ @filename ||= File.join mod_path, "#{@env}.yml"
34
+ end
35
+
36
+ # if output mod given,
37
+ def out
38
+ Card::Cache.reset_all
39
+ @mod ? dump : puts(new_data.to_yaml.yellow)
40
+ :success
41
+ rescue Card::Error::NotFound => e
42
+ e.message
43
+ rescue JSON::ParserError => e
44
+ e.message
45
+ end
46
+
47
+ # write yaml to file
48
+ def dump
49
+ hash = output_hash
50
+ File.write filename, hash.to_yaml
51
+ puts "#{filename} now contains #{hash.size} items".green
52
+ end
53
+
54
+ private
55
+
56
+ def cards
57
+ if @name
58
+ cards_from_name
59
+ elsif @cql
60
+ Card.search JSON.parse(@cql).reverse_merge(limit: 0)
61
+ else
62
+ raise Card::Error::NotFound, "must specify either name (-n) or CQL (-c)"
63
+ end
64
+ end
65
+
66
+ def cards_from_name
67
+ case @items
68
+ when :only
69
+ item_cards
70
+ when true
71
+ main_cards + item_cards
72
+ else
73
+ main_cards
74
+ end
75
+ end
76
+
77
+ def item_cards
78
+ main_cards.map { |mc| mc.item_cards }.flatten
79
+ end
80
+
81
+ def main_cards
82
+ @main_cards ||= @name.split(",").map { |n| require_card n }
83
+ end
84
+
85
+ def require_card name
86
+ Card.fetch(name) || raise(Card::Error::NotFound, "card not found: #{name}")
87
+ end
88
+
89
+ def output_hash
90
+ if target.present?
91
+ merge_data
92
+ target
93
+ else
94
+ new_data
95
+ end
96
+ end
97
+
98
+ def merge_data
99
+ new_data.each do |item|
100
+ if (index = target_index item)
101
+ target[index] = item
102
+ else
103
+ target << item
104
+ end
105
+ end
106
+ end
107
+
108
+ def target_index new_item
109
+ new_code = new_item[:codename]
110
+ new_name = new_item[:name].to_name
111
+ target.find_index do |t|
112
+ t.is_a?(Hash) &&
113
+ ((new_code.present? && (new_code == t[:codename])) ||
114
+ (t[:name].to_name == new_name))
115
+ end
116
+ end
117
+
118
+ def target
119
+ @target ||= old_data
120
+ end
121
+
122
+ def old_data
123
+ return nil unless File.exist? filename
124
+
125
+ YAML.safe_load File.read(filename), [Symbol]
126
+ end
127
+
128
+ # @return Path
129
+ def mod_path
130
+ Mod.dirs.subpaths("data")[@mod] ||
131
+ raise(Card::Error::NotFound, "no data directory found for mod: #{@mod}")
132
+ end
133
+ end
134
+ end
135
+ end
data/lib/cardio/mod.rb CHANGED
@@ -1,3 +1,5 @@
1
+ require "cardio/mod/class_methods"
2
+
1
3
  module Cardio
2
4
  # A Card Mod (short for "module" or "modification") is a discrete piece of Decko
3
5
  # functionality. Mods are how the Decko community develops and shares code.
@@ -60,11 +62,13 @@ module Cardio
60
62
  # or types of sets.
61
63
  # - **file** for fixed initial card content
62
64
  class Mod
65
+ extend ClassMethods
66
+
63
67
  attr_reader :name, :path, :index
64
68
 
65
69
  def initialize name, path, index
66
70
  @name = Mod.normalize_name name
67
- @path = path
71
+ @path = required_path path
68
72
  @index = index
69
73
  end
70
74
 
@@ -76,30 +80,34 @@ module Cardio
76
80
  "mod_#{name}"
77
81
  end
78
82
 
83
+ def subpath *parts
84
+ path = File.join [@path] + parts
85
+ path if File.exist? path
86
+ end
87
+
79
88
  def tmp_dir type
80
89
  File.join Cardio.paths["tmp/#{type}"].first,
81
90
  "mod#{'%03d' % (@index + 1)}-#{@name}"
82
91
  end
83
92
 
84
- def public_path
85
- File.join @path, "public"
86
- end
87
-
88
- def assets_path
89
- File.join @path, "assets"
90
- end
91
-
92
- def ensure_mod_installed
93
+ def ensure
93
94
  Card::Auth.as_bot do
94
- card = ensure_mod_card
95
+ card = ensure_card
95
96
  card.ensure_mod_script_card
96
97
  card.ensure_mod_style_card
98
+ Card::Cache.reset_all
97
99
  end
98
100
  end
99
101
 
100
102
  private
101
103
 
102
- def ensure_mod_card
104
+ def required_path path
105
+ return path if File.exist? path
106
+
107
+ raise Card::Error::NotFound, "mod not found: #{@name}"
108
+ end
109
+
110
+ def ensure_card
103
111
  if Card::Codename.exists? codename
104
112
  card = Card.fetch codename.to_sym
105
113
  card.update type: :mod unless card.type_code == :mod
@@ -108,73 +116,5 @@ module Cardio
108
116
  Card.create name: mod_card_name, type: :mod, codename: codename
109
117
  end
110
118
  end
111
-
112
- class << self
113
- def load
114
- return if ENV["CARD_MODS"] == "none"
115
-
116
- if Card.take
117
- Loader.load_mods
118
- else
119
- Rails.logger.warn "empty database"
120
- end
121
- end
122
-
123
- # @return an array of Rails::Path objects
124
- def dirs
125
- @dirs ||= Mod::Dirs.new(Cardio.paths["mod"].existent)
126
- end
127
-
128
- def dependencies name, nickname=true
129
- return unless (spec = gem_spec name, nickname)
130
-
131
- deps = spec&.dependencies || []
132
- dep_names = deps.map { |dep| dependencies dep.name, false }
133
- (dep_names << spec).flatten.compact.uniq
134
- end
135
-
136
- def each_path &block
137
- each_simple_path(&block)
138
- each_gem_path(&block)
139
- end
140
-
141
- # @return [Hash] in the form{ modname(String) => Gem::Specification }
142
- def gem_specs
143
- Bundler.definition.specs.each_with_object({}) do |gem_spec, h|
144
- h[gem_spec.name] = gem_spec if gem_spec? gem_spec
145
- end
146
- end
147
-
148
- def normalize_name name
149
- name.to_s.sub(/^card-mod-/, "")
150
- end
151
-
152
- private
153
-
154
- def gem_spec name, nickname=true
155
- name = "card-mod-#{name}" if nickname && !name.match?(/^card-mod/)
156
- spec = Gem::Specification.stubs_for(name)&.first
157
- gem_spec?(spec) ? spec : nil
158
- end
159
-
160
- def each_simple_path &block
161
- Cardio.paths["mod"].each do |mods_path|
162
- Dir.glob("#{mods_path}/*").each(&block)
163
- end
164
- end
165
-
166
- def each_gem_path
167
- gem_specs.each_value do |spec|
168
- yield spec.full_gem_path
169
- end
170
- end
171
-
172
- # @return [True/False]
173
- def gem_spec? spec
174
- return unless spec
175
-
176
- spec.name.match?(/^card-mod-/) || spec.metadata["card-mod"].present?
177
- end
178
- end
179
119
  end
180
120
  end
@@ -15,6 +15,8 @@ module Cardio
15
15
  config.recaptcha_minimum_score = 0.5
16
16
 
17
17
  config.google_analytics_key = nil
18
+ config.google_analytics_tracker_key = nil
19
+ config.google_analytics_four_key = nil
18
20
 
19
21
  config.override_host = nil
20
22
  config.override_protocol = nil
@@ -38,6 +40,14 @@ module Cardio
38
40
  session
39
41
  bootswatch_skin
40
42
  customized_bootswatch_skin
43
+ local_folder_group
44
+ local_manifest_group
45
+ local_script_folder_group
46
+ local_script_manifest_group
47
+ local_style_folder_group
48
+ local_style_manifest_group
49
+ remote_manifest_group
50
+ mod
41
51
  ]
42
52
 
43
53
  config.view_cache = false
@@ -47,7 +57,7 @@ module Cardio
47
57
  config.encoding = "utf-8"
48
58
  config.request_logger = false
49
59
  config.performance_logger = false
50
- config.sql_comments = true
60
+ config.sql_comments = false
51
61
 
52
62
  config.file_storage = :local
53
63
  config.file_buckets = {}
@@ -58,8 +68,8 @@ module Cardio
58
68
 
59
69
  config.persistent_cache = true
60
70
  config.prepopulate_cache = false
61
- config.machine_refresh = :cautious
62
- config.compress_javascript = true
71
+ config.asset_refresh = :cautious
72
+ config.compress_assets = true
63
73
 
64
74
  config.allow_irreversible_admin_tasks = false
65
75
  config.raise_all_rendering_errors = false
@@ -93,6 +103,7 @@ module Cardio
93
103
  p.add "files"
94
104
 
95
105
  p.add "lib/graph_q_l/types/query.rb"
106
+ p.add "mod-data"
96
107
 
97
108
  p.add "db", with: "#{card_root}/db"
98
109
  p.add "db/seeds.rb", with: "#{card_root}/db/seeds.rb"
@@ -112,6 +123,7 @@ module Cardio
112
123
  p["late/initializers"] << "#{mod_path}/init/late"
113
124
  p["config/locales"] << "#{mod_path}/locales"
114
125
  p["lib/tasks"] << "#{mod_path}/lib/tasks"
126
+ p["mod-data"] << "#{mod_path}/data"
115
127
  end
116
128
 
117
129
  p["app/models"] = []