checkoff 0.222.0 → 0.225.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (260) hide show
  1. checksums.yaml +4 -4
  2. data/checkoff.gemspec +10 -5
  3. data/lib/checkoff/attachments.rb +1 -0
  4. data/lib/checkoff/cli.rb +1 -1
  5. data/lib/checkoff/clients.rb +2 -1
  6. data/lib/checkoff/custom_fields.rb +2 -1
  7. data/lib/checkoff/events.rb +2 -1
  8. data/lib/checkoff/internal/asana_event_enrichment.rb +1 -0
  9. data/lib/checkoff/internal/asana_event_filter.rb +1 -0
  10. data/lib/checkoff/internal/config_loader.rb +2 -2
  11. data/lib/checkoff/internal/logging.rb +6 -5
  12. data/lib/checkoff/internal/project_hashes.rb +1 -0
  13. data/lib/checkoff/internal/project_selector_evaluator.rb +2 -1
  14. data/lib/checkoff/internal/project_timing.rb +1 -0
  15. data/lib/checkoff/internal/search_url/custom_field_param_converter.rb +1 -0
  16. data/lib/checkoff/internal/search_url/custom_field_variant.rb +1 -0
  17. data/lib/checkoff/internal/search_url/date_param_converter.rb +1 -0
  18. data/lib/checkoff/internal/search_url/parser.rb +1 -0
  19. data/lib/checkoff/internal/search_url/results_merger.rb +1 -0
  20. data/lib/checkoff/internal/search_url/simple_param_converter.rb +1 -0
  21. data/lib/checkoff/internal/search_url.rb +1 -0
  22. data/lib/checkoff/internal/section_selector_evaluator.rb +2 -1
  23. data/lib/checkoff/internal/selector_classes/common/function_evaluator.rb +1 -0
  24. data/lib/checkoff/internal/selector_classes/common.rb +1 -0
  25. data/lib/checkoff/internal/selector_classes/function_evaluator.rb +1 -0
  26. data/lib/checkoff/internal/selector_classes/project/function_evaluator.rb +1 -0
  27. data/lib/checkoff/internal/selector_classes/project.rb +1 -0
  28. data/lib/checkoff/internal/selector_classes/section/function_evaluator.rb +3 -1
  29. data/lib/checkoff/internal/selector_classes/section.rb +1 -0
  30. data/lib/checkoff/internal/selector_classes/task/function_evaluator.rb +1 -0
  31. data/lib/checkoff/internal/selector_classes/task.rb +1 -0
  32. data/lib/checkoff/internal/selector_evaluator.rb +5 -4
  33. data/lib/checkoff/internal/task_hashes.rb +1 -0
  34. data/lib/checkoff/internal/task_selector_evaluator.rb +2 -1
  35. data/lib/checkoff/internal/task_timing.rb +1 -0
  36. data/lib/checkoff/internal/thread_local.rb +1 -0
  37. data/lib/checkoff/monkeypatches/resource_marshalling.rb +1 -0
  38. data/lib/checkoff/my_tasks.rb +2 -1
  39. data/lib/checkoff/portfolios.rb +12 -9
  40. data/lib/checkoff/project_selectors.rb +1 -0
  41. data/lib/checkoff/projects.rb +3 -1
  42. data/lib/checkoff/resources.rb +1 -0
  43. data/lib/checkoff/section_selectors.rb +1 -0
  44. data/lib/checkoff/sections.rb +4 -4
  45. data/lib/checkoff/subtasks.rb +1 -0
  46. data/lib/checkoff/tags.rb +67 -17
  47. data/lib/checkoff/task_searches.rb +1 -0
  48. data/lib/checkoff/task_selectors.rb +1 -0
  49. data/lib/checkoff/tasks.rb +2 -2
  50. data/lib/checkoff/timelines.rb +1 -0
  51. data/lib/checkoff/timing.rb +1 -0
  52. data/lib/checkoff/version.rb +2 -1
  53. data/lib/checkoff/workspaces.rb +2 -1
  54. data/lib/checkoff.rb +1 -0
  55. data/rbi/checkoff.rbi +4529 -0
  56. data/sig/checkoff.rbs +3749 -0
  57. metadata +4 -205
  58. data/.circleci/config.yml +0 -291
  59. data/.envrc +0 -9
  60. data/.git-hooks/pre_commit/circle_ci.rb +0 -25
  61. data/.git-hooks/pre_commit/punchlist.rb +0 -51
  62. data/.git-hooks/pre_commit/solargraph_typecheck.rb +0 -76
  63. data/.gitattributes +0 -6
  64. data/.gitignore +0 -61
  65. data/.markdownlint_style.rb +0 -3
  66. data/.mdlrc +0 -1
  67. data/.overcommit.yml +0 -114
  68. data/.rubocop.yml +0 -143
  69. data/.rubocop_todo.yml +0 -90
  70. data/.solargraph.yml +0 -35
  71. data/.yamllint.yml +0 -8
  72. data/CODE_OF_CONDUCT.md +0 -133
  73. data/CONTRIBUTING.rst +0 -75
  74. data/DEVELOPMENT.md +0 -69
  75. data/GLOSSARY.md +0 -16
  76. data/Gemfile +0 -66
  77. data/Gemfile.lock +0 -336
  78. data/LICENSE +0 -21
  79. data/Makefile +0 -121
  80. data/bin/brakeman +0 -27
  81. data/bin/bump +0 -29
  82. data/bin/checkoff +0 -29
  83. data/bin/console +0 -15
  84. data/bin/overcommit +0 -29
  85. data/bin/overcommit_branch +0 -114
  86. data/bin/rake +0 -29
  87. data/bin/rubocop +0 -27
  88. data/bin/setup +0 -8
  89. data/bin/solargraph +0 -27
  90. data/bin/sord +0 -27
  91. data/bin/spoom +0 -27
  92. data/bin/srb +0 -27
  93. data/bin/srb-rbi +0 -27
  94. data/bin/tapioca +0 -27
  95. data/bin/yard +0 -27
  96. data/config/annotations_asana.rb +0 -254
  97. data/config/annotations_misc.rb +0 -68
  98. data/config/env.1p +0 -2
  99. data/docs/.gitignore +0 -3
  100. data/docs/cookiecutter_input.json +0 -17
  101. data/docs/example_project.png +0 -0
  102. data/fix.sh +0 -534
  103. data/metrics/bigfiles_high_water_mark +0 -1
  104. data/metrics/brakeman_high_water_mark +0 -1
  105. data/metrics/bundle-audit_high_water_mark +0 -1
  106. data/metrics/cane_high_water_mark +0 -1
  107. data/metrics/eslint_high_water_mark +0 -1
  108. data/metrics/flake8_high_water_mark +0 -1
  109. data/metrics/flay_high_water_mark +0 -1
  110. data/metrics/flog_high_water_mark +0 -1
  111. data/metrics/jscs_high_water_mark +0 -1
  112. data/metrics/mdl_high_water_mark +0 -1
  113. data/metrics/pep8_high_water_mark +0 -1
  114. data/metrics/punchlist_high_water_mark +0 -1
  115. data/metrics/pycodestyle_high_water_mark +0 -1
  116. data/metrics/rails_best_practices_high_water_mark +0 -1
  117. data/metrics/rubocop_high_water_mark +0 -1
  118. data/metrics/scalastyle_high_water_mark +0 -1
  119. data/metrics/shellcheck_high_water_mark +0 -1
  120. data/package.json +0 -9
  121. data/rakelib/citest.rake +0 -4
  122. data/rakelib/clear_metrics.rake +0 -9
  123. data/rakelib/console.rake +0 -15
  124. data/rakelib/default.rake +0 -4
  125. data/rakelib/doc.rake +0 -6
  126. data/rakelib/gem_tasks.rake +0 -3
  127. data/rakelib/localtest.rake +0 -4
  128. data/rakelib/overcommit.rake +0 -6
  129. data/rakelib/quality.rake +0 -4
  130. data/rakelib/repl.rake +0 -4
  131. data/rakelib/test.rake +0 -10
  132. data/rakelib/trigger_next_builds.rake +0 -7
  133. data/rakelib/undercover.rake +0 -8
  134. data/requirements_dev.txt +0 -2
  135. data/sorbet/config +0 -4
  136. data/sorbet/rbi/annotations/.gitattributes +0 -1
  137. data/sorbet/rbi/annotations/activesupport.rbi +0 -453
  138. data/sorbet/rbi/annotations/faraday.rbi +0 -17
  139. data/sorbet/rbi/annotations/minitest.rbi +0 -119
  140. data/sorbet/rbi/annotations/mocha.rbi +0 -34
  141. data/sorbet/rbi/annotations/rainbow.rbi +0 -269
  142. data/sorbet/rbi/annotations/webmock.rbi +0 -9
  143. data/sorbet/rbi/dsl/.gitattributes +0 -1
  144. data/sorbet/rbi/dsl/active_support/callbacks.rbi +0 -23
  145. data/sorbet/rbi/gems/.gitattributes +0 -1
  146. data/sorbet/rbi/gems/activesupport@7.1.5.rbi +0 -18746
  147. data/sorbet/rbi/gems/addressable@2.8.6.rbi +0 -1994
  148. data/sorbet/rbi/gems/ansi@1.5.0.rbi +0 -688
  149. data/sorbet/rbi/gems/asana@0.10.6-ab9393136d9ca59b75e42a661fdddc1c65c8f7c3.rbi +0 -6142
  150. data/sorbet/rbi/gems/ast@2.4.2.rbi +0 -585
  151. data/sorbet/rbi/gems/backport@1.2.0.rbi +0 -523
  152. data/sorbet/rbi/gems/base64@0.2.0.rbi +0 -509
  153. data/sorbet/rbi/gems/benchmark@0.4.0.rbi +0 -618
  154. data/sorbet/rbi/gems/bigdecimal@3.1.5.rbi +0 -78
  155. data/sorbet/rbi/gems/brakeman@6.2.2.rbi +0 -222
  156. data/sorbet/rbi/gems/builder@3.2.4.rbi +0 -505
  157. data/sorbet/rbi/gems/bump@0.10.0.rbi +0 -169
  158. data/sorbet/rbi/gems/cache@0.4.1.rbi +0 -211
  159. data/sorbet/rbi/gems/cache_method@0.2.7.rbi +0 -293
  160. data/sorbet/rbi/gems/chef-utils@18.3.0.rbi +0 -9
  161. data/sorbet/rbi/gems/childprocess@5.1.0.rbi +0 -383
  162. data/sorbet/rbi/gems/coderay@1.1.3.rbi +0 -3427
  163. data/sorbet/rbi/gems/concurrent-ruby@1.2.3.rbi +0 -11591
  164. data/sorbet/rbi/gems/connection_pool@2.4.1.rbi +0 -9
  165. data/sorbet/rbi/gems/crack@0.4.5.rbi +0 -145
  166. data/sorbet/rbi/gems/diff-lcs@1.5.1.rbi +0 -969
  167. data/sorbet/rbi/gems/docile@1.4.0.rbi +0 -377
  168. data/sorbet/rbi/gems/drb@2.2.1.rbi +0 -1347
  169. data/sorbet/rbi/gems/e2mmap@0.1.0.rbi +0 -9
  170. data/sorbet/rbi/gems/erubi@1.13.0.rbi +0 -152
  171. data/sorbet/rbi/gems/faraday-em_http@1.0.0.rbi +0 -222
  172. data/sorbet/rbi/gems/faraday-em_synchrony@1.0.0.rbi +0 -126
  173. data/sorbet/rbi/gems/faraday-excon@1.1.0.rbi +0 -136
  174. data/sorbet/rbi/gems/faraday-httpclient@1.0.1.rbi +0 -145
  175. data/sorbet/rbi/gems/faraday-multipart@1.0.4.rbi +0 -259
  176. data/sorbet/rbi/gems/faraday-net_http@1.0.1.rbi +0 -142
  177. data/sorbet/rbi/gems/faraday-net_http_persistent@1.2.0.rbi +0 -118
  178. data/sorbet/rbi/gems/faraday-patron@1.0.0.rbi +0 -125
  179. data/sorbet/rbi/gems/faraday-rack@1.0.0.rbi +0 -133
  180. data/sorbet/rbi/gems/faraday-retry@1.0.3.rbi +0 -198
  181. data/sorbet/rbi/gems/faraday@1.10.3.rbi +0 -2729
  182. data/sorbet/rbi/gems/faraday_middleware-multi_json@0.0.6.rbi +0 -29
  183. data/sorbet/rbi/gems/faraday_middleware@1.2.0.rbi +0 -1004
  184. data/sorbet/rbi/gems/gli@2.22.0.rbi +0 -9
  185. data/sorbet/rbi/gems/hashdiff@1.0.1.rbi +0 -351
  186. data/sorbet/rbi/gems/i18n@1.14.6.rbi +0 -2359
  187. data/sorbet/rbi/gems/imagen@0.1.8.rbi +0 -340
  188. data/sorbet/rbi/gems/iniparse@1.5.0.rbi +0 -899
  189. data/sorbet/rbi/gems/jaro_winkler@1.6.0.rbi +0 -22
  190. data/sorbet/rbi/gems/json@2.7.1.rbi +0 -1562
  191. data/sorbet/rbi/gems/jwt@2.7.1.rbi +0 -1405
  192. data/sorbet/rbi/gems/kramdown-parser-gfm@1.1.0.rbi +0 -128
  193. data/sorbet/rbi/gems/kramdown@2.4.0.rbi +0 -3272
  194. data/sorbet/rbi/gems/language_server-protocol@3.17.0.3.rbi +0 -14238
  195. data/sorbet/rbi/gems/logger@1.6.2.rbi +0 -923
  196. data/sorbet/rbi/gems/mdl@0.13.0.rbi +0 -445
  197. data/sorbet/rbi/gems/method_source@1.0.0.rbi +0 -273
  198. data/sorbet/rbi/gems/mime-types-data@3.2023.1205.rbi +0 -127
  199. data/sorbet/rbi/gems/mime-types@3.5.1.rbi +0 -1252
  200. data/sorbet/rbi/gems/minitest-profile@0.0.2.rbi +0 -136
  201. data/sorbet/rbi/gems/minitest-reporters@1.6.1.rbi +0 -1014
  202. data/sorbet/rbi/gems/minitest@5.21.1.rbi +0 -1539
  203. data/sorbet/rbi/gems/mixlib-cli@2.1.8.rbi +0 -314
  204. data/sorbet/rbi/gems/mixlib-config@3.0.27.rbi +0 -581
  205. data/sorbet/rbi/gems/mixlib-shellout@3.2.7.rbi +0 -629
  206. data/sorbet/rbi/gems/mocha@2.1.0.rbi +0 -12
  207. data/sorbet/rbi/gems/multi_json@1.15.0.rbi +0 -268
  208. data/sorbet/rbi/gems/multi_xml@0.6.0.rbi +0 -102
  209. data/sorbet/rbi/gems/multipart-post@2.3.0.rbi +0 -234
  210. data/sorbet/rbi/gems/mutex_m@0.3.0.rbi +0 -97
  211. data/sorbet/rbi/gems/netrc@0.11.0.rbi +0 -159
  212. data/sorbet/rbi/gems/nokogiri@1.17.0.rbi +0 -8201
  213. data/sorbet/rbi/gems/oauth2@1.4.11.rbi +0 -833
  214. data/sorbet/rbi/gems/overcommit@0.64.1.rbi +0 -2400
  215. data/sorbet/rbi/gems/parallel@1.23.0.rbi +0 -274
  216. data/sorbet/rbi/gems/parser@3.2.2.4.rbi +0 -7253
  217. data/sorbet/rbi/gems/prism@1.2.0.rbi +0 -39085
  218. data/sorbet/rbi/gems/pry@0.14.2.rbi +0 -10070
  219. data/sorbet/rbi/gems/public_suffix@5.0.4.rbi +0 -936
  220. data/sorbet/rbi/gems/punchlist@1.3.2.rbi +0 -173
  221. data/sorbet/rbi/gems/racc@1.8.1.rbi +0 -162
  222. data/sorbet/rbi/gems/rack@3.1.8.rbi +0 -4896
  223. data/sorbet/rbi/gems/rainbow@3.1.1.rbi +0 -403
  224. data/sorbet/rbi/gems/rake@13.1.0.rbi +0 -3022
  225. data/sorbet/rbi/gems/rbi@0.2.1.rbi +0 -4535
  226. data/sorbet/rbi/gems/rbs@2.8.4.rbi +0 -5613
  227. data/sorbet/rbi/gems/regexp_parser@2.8.3.rbi +0 -3750
  228. data/sorbet/rbi/gems/reverse_markdown@2.1.1.rbi +0 -390
  229. data/sorbet/rbi/gems/rexml@3.3.9.rbi +0 -4964
  230. data/sorbet/rbi/gems/rubocop-ast@1.30.0.rbi +0 -7061
  231. data/sorbet/rbi/gems/rubocop-minitest@0.34.5.rbi +0 -2577
  232. data/sorbet/rbi/gems/rubocop-performance@1.20.2.rbi +0 -3262
  233. data/sorbet/rbi/gems/rubocop-rake@0.6.0.rbi +0 -329
  234. data/sorbet/rbi/gems/rubocop-rspec@3.0.0.rbi +0 -7546
  235. data/sorbet/rbi/gems/rubocop@1.59.0.rbi +0 -57238
  236. data/sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi +0 -1318
  237. data/sorbet/rbi/gems/ruby2_keywords@0.0.5.rbi +0 -9
  238. data/sorbet/rbi/gems/rugged@1.6.3.rbi +0 -1577
  239. data/sorbet/rbi/gems/securerandom@0.4.0.rbi +0 -75
  240. data/sorbet/rbi/gems/simplecov-html@0.12.3.rbi +0 -217
  241. data/sorbet/rbi/gems/simplecov-lcov@0.8.0.rbi +0 -256
  242. data/sorbet/rbi/gems/simplecov@0.22.0.rbi +0 -2149
  243. data/sorbet/rbi/gems/simplecov_json_formatter@0.1.4.rbi +0 -9
  244. data/sorbet/rbi/gems/solargraph-rails@1.1.0-9dc37915bd4f3b169046e34db6fb32193ab347d8.rbi +0 -320
  245. data/sorbet/rbi/gems/solargraph@0.50.1-904b9304770a59fac393c5cc3cad481e5bdf0fd8.rbi +0 -9396
  246. data/sorbet/rbi/gems/source_finder@3.2.1.rbi +0 -317
  247. data/sorbet/rbi/gems/spoom@1.5.0.rbi +0 -4932
  248. data/sorbet/rbi/gems/tapioca@0.16.5.rbi +0 -3617
  249. data/sorbet/rbi/gems/thor@1.3.2.rbi +0 -4378
  250. data/sorbet/rbi/gems/tilt@2.4.0.rbi +0 -933
  251. data/sorbet/rbi/gems/tomlrb@2.0.3.rbi +0 -9
  252. data/sorbet/rbi/gems/tzinfo@2.0.6.rbi +0 -5918
  253. data/sorbet/rbi/gems/undercover@0.5.0.rbi +0 -433
  254. data/sorbet/rbi/gems/unicode-display_width@2.5.0.rbi +0 -66
  255. data/sorbet/rbi/gems/webmock@3.19.1.rbi +0 -1769
  256. data/sorbet/rbi/gems/yard-sorbet@0.9.0.rbi +0 -435
  257. data/sorbet/rbi/gems/yard@0.9.37.rbi +0 -18406
  258. data/sorbet/rbi/todo.rbi +0 -11
  259. data/sorbet/tapioca/config.yml +0 -13
  260. data/sorbet/tapioca/require.rb +0 -4
@@ -1,581 +0,0 @@
1
- # typed: true
2
-
3
- # DO NOT EDIT MANUALLY
4
- # This is an autogenerated file for types exported from the `mixlib-config` gem.
5
- # Please instead update this file by running `bin/tapioca gem mixlib-config`.
6
-
7
-
8
- # source://mixlib-config//lib/mixlib/config/version.rb#19
9
- module Mixlib; end
10
-
11
- # source://mixlib-config//lib/mixlib/config/version.rb#20
12
- module Mixlib::Config
13
- # Get the value of a config option
14
- #
15
- # === Parameters
16
- # config_option<Symbol>:: The config option to return
17
- #
18
- # === Returns
19
- # value:: The value of the config option
20
- #
21
- # === Raises
22
- # <UnknownConfigOptionError>:: If the config option does not exist and strict mode is on.
23
- #
24
- # source://mixlib-config//lib/mixlib/config.rb#116
25
- def [](config_option); end
26
-
27
- # Set the value of a config option
28
- #
29
- # === Parameters
30
- # config_option<Symbol>:: The config option to set (within the [])
31
- # value:: The value for the config option
32
- #
33
- # === Returns
34
- # value:: The new value of the config option
35
- #
36
- # === Raises
37
- # <UnknownConfigOptionError>:: If the config option does not exist and strict mode is on.
38
- #
39
- # source://mixlib-config//lib/mixlib/config.rb#131
40
- def []=(config_option, value); end
41
-
42
- # metaprogramming to ensure that the slot for method_symbol
43
- # gets set to value after any other logic is run
44
- #
45
- # === Parameters
46
- # method_symbol<Symbol>:: Name of the method (variable setter)
47
- # blk<Block>:: logic block to run in setting slot method_symbol to value
48
- # value<Object>:: Value to be set in config hash
49
- #
50
- # source://mixlib-config//lib/mixlib/config.rb#331
51
- def config_attr_writer(method_symbol, &block); end
52
-
53
- # Allows you to create a new config context where you can define new
54
- # options with default values.
55
- #
56
- # This method allows you to open up the configurable more than once.
57
- #
58
- # For example:
59
- #
60
- # config_context :server_info do
61
- # configurable(:url).defaults_to("http://localhost")
62
- # end
63
- #
64
- # === Parameters
65
- # symbol<Symbol>: the name of the context
66
- # block<Block>: a block that will be run in the context of this new config
67
- # class.
68
- #
69
- # source://mixlib-config//lib/mixlib/config.rb#400
70
- def config_context(symbol, &block); end
71
-
72
- # Allows you to create a new hash of config contexts where you can define new
73
- # options with default values.
74
- #
75
- # This method allows you to open up the configurable more than once.
76
- #
77
- # For example:
78
- #
79
- # config_context_hash :listeners, :listener do
80
- # configurable(:url).defaults_to("http://localhost")
81
- # end
82
- #
83
- # === Parameters
84
- # symbol<Symbol>: the plural name for contexts in the list
85
- # symbol<Symbol>: the singular name for contexts in the list
86
- # block<Block>: a block that will be run in the context of this new config
87
- # class.
88
- #
89
- # source://mixlib-config//lib/mixlib/config.rb#470
90
- def config_context_hash(plural_symbol, singular_symbol, &block); end
91
-
92
- # Allows you to create a new list of config contexts where you can define new
93
- # options with default values.
94
- #
95
- # This method allows you to open up the configurable more than once.
96
- #
97
- # For example:
98
- #
99
- # config_context_list :listeners, :listener do
100
- # configurable(:url).defaults_to("http://localhost")
101
- # end
102
- #
103
- # === Parameters
104
- # symbol<Symbol>: the plural name for contexts in the list
105
- # symbol<Symbol>: the singular name for contexts in the list
106
- # block<Block>: a block that will be run in the context of this new config
107
- # class.
108
- #
109
- # source://mixlib-config//lib/mixlib/config.rb#438
110
- def config_context_list(plural_symbol, singular_symbol, &block); end
111
-
112
- # Gets or sets strict mode. When strict mode is on, only values which
113
- # were specified with configurable(), default() or writes_with() may be
114
- # retrieved or set. Getting or setting anything else will cause
115
- # Mixlib::Config::UnknownConfigOptionError to be thrown.
116
- #
117
- # If this is set to :warn, unknown values may be get or set, but a warning
118
- # will be printed with Chef::Log.warn if this occurs.
119
- #
120
- # === Parameters
121
- # value<String>:: pass this value to set strict mode [optional]
122
- #
123
- # === Returns
124
- # Current value of config_strict_mode
125
- #
126
- # === Raises
127
- # <ArgumentError>:: if value is set to something other than true, false, or :warn
128
- #
129
- # source://mixlib-config//lib/mixlib/config.rb#505
130
- def config_strict_mode(value = T.unsafe(nil)); end
131
-
132
- # Sets strict mode. When strict mode is on, only values which
133
- # were specified with configurable(), default() or writes_with() may be
134
- # retrieved or set. All other values
135
- #
136
- # If this is set to :warn, unknown values may be get or set, but a warning
137
- # will be printed with Chef::Log.warn if this occurs.
138
- #
139
- # === Parameters
140
- # value<String>:: pass this value to set strict mode [optional]
141
- #
142
- # === Raises
143
- # <ArgumentError>:: if value is set to something other than true, false, or :warn
144
- #
145
- # source://mixlib-config//lib/mixlib/config.rb#534
146
- def config_strict_mode=(value); end
147
-
148
- # metaprogramming to set information about a config option. This may be
149
- # used in one of two ways:
150
- #
151
- # 1. Block-based:
152
- # configurable(:attr) do
153
- # defaults_to 4
154
- # writes_value { |value| 10 }
155
- # end
156
- #
157
- # 2. Chain-based:
158
- # configurable(:attr).defaults_to(4).writes_value { |value| 10 }
159
- #
160
- # Currently supported configuration:
161
- #
162
- # defaults_to(value): value returned when configurable has no explicit value
163
- # defaults_to BLOCK: block is run when the configurable has no explicit value
164
- # writes_value BLOCK: block that is run to filter a value when it is being set
165
- #
166
- # === Parameters
167
- # symbol<Symbol>:: Name of the config option
168
- # default_value<Object>:: Default value [optional]
169
- # block<Block>:: Logic block that calculates default value [optional]
170
- #
171
- # === Returns
172
- # The value of the config option.
173
- #
174
- # source://mixlib-config//lib/mixlib/config.rb#370
175
- def configurable(symbol, &block); end
176
-
177
- # Pass Mixlib::Config.configure() a block, and it will yield itself
178
- #
179
- # === Parameters
180
- # block<Block>:: A block that is called with self.configuration as the argument.
181
- #
182
- # @yield [configuration]
183
- #
184
- # source://mixlib-config//lib/mixlib/config.rb#102
185
- def configure(&block); end
186
-
187
- # metaprogramming to set the default value for the given config option
188
- #
189
- # === Parameters
190
- # symbol<Symbol>:: Name of the config option
191
- # default_value<Object>:: Default value (can be unspecified)
192
- # block<Block>:: Logic block that calculates default value
193
- #
194
- # source://mixlib-config//lib/mixlib/config.rb#341
195
- def default(symbol, default_value = T.unsafe(nil), &block); end
196
-
197
- # Resets a config option to its default.
198
- #
199
- # === Parameters
200
- # symbol<Symbol>:: Name of the config option
201
- #
202
- # source://mixlib-config//lib/mixlib/config.rb#162
203
- def delete(symbol); end
204
-
205
- # Loads a given ruby file, and runs instance_eval against it in the context of the current
206
- # object.
207
- #
208
- # Raises an IOError if the file cannot be found, or is not readable.
209
- #
210
- # === Parameters
211
- # filename<String>:: A filename to read from
212
- #
213
- # source://mixlib-config//lib/mixlib/config.rb#55
214
- def from_file(filename); end
215
-
216
- # Transforms a Hash into method-style configuration syntax to be processed
217
- #
218
- # === Parameters
219
- # hash<Hash>:: A Hash containing configuration
220
- #
221
- # source://mixlib-config//lib/mixlib/config.rb#94
222
- def from_hash(hash); end
223
-
224
- # Parses valid JSON structure into Ruby
225
- #
226
- # === Parameters
227
- # filename<String>:: A filename to read from
228
- #
229
- # source://mixlib-config//lib/mixlib/config.rb#80
230
- def from_json(filename); end
231
-
232
- # source://mixlib-config//lib/mixlib/config.rb#85
233
- def from_toml(filename); end
234
-
235
- # Parses valid YAML structure into Ruby so it can be ingested into the Class
236
- #
237
- # === Parameters
238
- # filename<String>:: A filename to read from
239
- #
240
- # source://mixlib-config//lib/mixlib/config.rb#71
241
- def from_yaml(filename); end
242
-
243
- # Check if Mixlib::Config has a config option.
244
- #
245
- # === Parameters
246
- # key<Symbol>:: The config option to check for
247
- #
248
- # === Returns
249
- # <True>:: If the config option exists
250
- # <False>:: If the config option does not exist
251
- #
252
- # @return [Boolean]
253
- #
254
- # source://mixlib-config//lib/mixlib/config.rb#143
255
- def has_key?(key); end
256
-
257
- # Creates a shallow copy of the internal hash
258
- # NOTE: remove this in 3.0 in favor of save. This is completely useless
259
- # with default values and configuration_context.
260
- #
261
- # === Returns
262
- # result of Hash#dup
263
- #
264
- # source://mixlib-config//lib/mixlib/config.rb#319
265
- def hash_dup; end
266
-
267
- # source://mixlib-config//lib/mixlib/config.rb#44
268
- def initialize_mixlib_config; end
269
-
270
- # @return [Boolean]
271
- #
272
- # source://mixlib-config//lib/mixlib/config.rb#149
273
- def is_default?(key); end
274
-
275
- # Check if Mixlib::Config has a config option.
276
- #
277
- # === Parameters
278
- # key<Symbol>:: The config option to check for
279
- #
280
- # === Returns
281
- # <True>:: If the config option exists
282
- # <False>:: If the config option does not exist
283
- #
284
- # @return [Boolean]
285
- #
286
- # source://mixlib-config//lib/mixlib/config.rb#143
287
- def key?(key); end
288
-
289
- # Return the set of config hash keys.
290
- # This *only* returns hash keys which have been set by the user. In future
291
- # versions this will likely be removed in favor of something more explicit.
292
- # For now though, we want this to match has_key?
293
- #
294
- # === Returns
295
- # result of Hash#keys
296
- #
297
- # source://mixlib-config//lib/mixlib/config.rb#309
298
- def keys; end
299
-
300
- # Merge an incoming hash with our config options
301
- #
302
- # === Parameters
303
- # hash<Hash>: a hash in the same format as output by save.
304
- #
305
- # === Returns
306
- # self
307
- #
308
- # source://mixlib-config//lib/mixlib/config.rb#290
309
- def merge!(hash); end
310
-
311
- # Allows for simple lookups and setting of config options via method calls
312
- # on Mixlib::Config. If there any arguments to the method, they are used to set
313
- # the value of the config option. Otherwise, it's a simple get operation.
314
- #
315
- # === Parameters
316
- # method_symbol<Symbol>:: The method called. Must match a config option.
317
- # *args:: Any arguments passed to the method
318
- #
319
- # === Returns
320
- # value:: The value of the config option.
321
- #
322
- # === Raises
323
- # <UnknownConfigOptionError>:: If the config option does not exist and strict mode is on.
324
- #
325
- # source://mixlib-config//lib/mixlib/config.rb#555
326
- def method_missing(method_symbol, *args); end
327
-
328
- # Resets all config options to their defaults.
329
- #
330
- # source://mixlib-config//lib/mixlib/config.rb#167
331
- def reset; end
332
-
333
- # Restore non-default values from the given hash.
334
- #
335
- # === Parameters
336
- # hash<Hash>: a hash in the same format as output by save.
337
- #
338
- # === Returns
339
- # self
340
- #
341
- # source://mixlib-config//lib/mixlib/config.rb#252
342
- def restore(hash); end
343
-
344
- # Makes a copy of any non-default values.
345
- #
346
- # This returns a shallow copy of the hash; while the hash itself is
347
- # duplicated a la dup, modifying data inside arrays and hashes may modify
348
- # the original Config object.
349
- #
350
- # === Returns
351
- #
352
- # Hash of values the user has set.
353
- #
354
- # === Examples
355
- #
356
- # For example, this config class:
357
- #
358
- # class MyConfig < Mixlib::Config
359
- # default :will_be_set, 1
360
- # default :will_be_set_to_default, 1
361
- # default :will_not_be_set, 1
362
- # configurable(:computed_value) { |x| x*2 }
363
- # config_context :group do
364
- # default :will_not_be_set, 1
365
- # end
366
- # config_context :group_never_set
367
- # end
368
- #
369
- # MyConfig.x = 2
370
- # MyConfig.will_be_set = 2
371
- # MyConfig.will_be_set_to_default = 1
372
- # MyConfig.computed_value = 2
373
- # MyConfig.group.x = 3
374
- #
375
- # produces this:
376
- #
377
- # MyConfig.save == {
378
- # :x => 2,
379
- # :will_be_set => 2,
380
- # :will_be_set_to_default => 1,
381
- # :computed_value => 4,
382
- # :group => {
383
- # :x => 3
384
- # }
385
- # }
386
- #
387
- # source://mixlib-config//lib/mixlib/config.rb#215
388
- def save(include_defaults = T.unsafe(nil)); end
389
-
390
- # Makes a copy of any non-default values.
391
- #
392
- # This returns a shallow copy of the hash; while the hash itself is
393
- # duplicated a la dup, modifying data inside arrays and hashes may modify
394
- # the original Config object.
395
- #
396
- # === Returns
397
- #
398
- # Hash of values the user has set.
399
- #
400
- # === Examples
401
- #
402
- # For example, this config class:
403
- #
404
- # class MyConfig < Mixlib::Config
405
- # default :will_be_set, 1
406
- # default :will_be_set_to_default, 1
407
- # default :will_not_be_set, 1
408
- # configurable(:computed_value) { |x| x*2 }
409
- # config_context :group do
410
- # default :will_not_be_set, 1
411
- # end
412
- # config_context :group_never_set
413
- # end
414
- #
415
- # MyConfig.x = 2
416
- # MyConfig.will_be_set = 2
417
- # MyConfig.will_be_set_to_default = 1
418
- # MyConfig.computed_value = 2
419
- # MyConfig.group.x = 3
420
- #
421
- # produces this:
422
- #
423
- # MyConfig.save == {
424
- # :x => 2,
425
- # :will_be_set => 2,
426
- # :will_be_set_to_default => 1,
427
- # :computed_value => 4,
428
- # :group => {
429
- # :x => 3
430
- # }
431
- # }
432
- #
433
- # source://mixlib-config//lib/mixlib/config.rb#215
434
- def to_hash(include_defaults = T.unsafe(nil)); end
435
-
436
- protected
437
-
438
- # Given a (nested) Hash, apply it to the config object and any contexts.
439
- #
440
- # This is preferable to converting it to the string representation with
441
- # the #to_dotted_hash method above.
442
- #
443
- # === Parameters
444
- # hash<Hash>:: The hash to apply to the config object
445
- #
446
- # source://mixlib-config//lib/mixlib/config.rb#569
447
- def apply_nested_hash(hash); end
448
-
449
- private
450
-
451
- # source://mixlib-config//lib/mixlib/config.rb#659
452
- def define_attr_accessor_methods(symbol); end
453
-
454
- # source://mixlib-config//lib/mixlib/config.rb#729
455
- def define_context(definition_blocks); end
456
-
457
- # source://mixlib-config//lib/mixlib/config.rb#703
458
- def define_hash_attr_accessor_methods(plural_symbol, singular_symbol); end
459
-
460
- # source://mixlib-config//lib/mixlib/config.rb#682
461
- def define_list_attr_accessor_methods(plural_symbol, singular_symbol); end
462
-
463
- # source://mixlib-config//lib/mixlib/config.rb#629
464
- def internal_get(symbol); end
465
-
466
- # source://mixlib-config//lib/mixlib/config.rb#648
467
- def internal_get_or_set(symbol, *args); end
468
-
469
- # Internal dispatch setter for config values.
470
- #
471
- # === Parameters
472
- # symbol<Symbol>:: Name of the method (variable setter)
473
- # value<Object>:: Value to be set in config hash
474
- #
475
- # source://mixlib-config//lib/mixlib/config.rb#614
476
- def internal_set(symbol, value); end
477
-
478
- # Given a (nested) Hash, turn it into a single top-level hash using dots as
479
- # nesting notation. This allows for direction translation into method-style
480
- # setting of Config.
481
- #
482
- # === Parameters
483
- # hash<Hash>:: The hash to "de-nestify"
484
- # recursive_key<String>:: The existing key to prepend going forward
485
- #
486
- # === Returns
487
- # value:: A single-depth Hash using dot notation to indicate nesting
488
- #
489
- # source://mixlib-config//lib/mixlib/config.rb#597
490
- def to_dotted_hash(hash, recursive_key = T.unsafe(nil)); end
491
-
492
- class << self
493
- # @private
494
- #
495
- # source://mixlib-config//lib/mixlib/config.rb#29
496
- def extended(base); end
497
- end
498
- end
499
-
500
- # source://mixlib-config//lib/mixlib/config/configurable.rb#21
501
- class Mixlib::Config::Configurable
502
- # @return [Configurable] a new instance of Configurable
503
- #
504
- # source://mixlib-config//lib/mixlib/config/configurable.rb#26
505
- def initialize(symbol); end
506
-
507
- # source://mixlib-config//lib/mixlib/config/configurable.rb#69
508
- def default; end
509
-
510
- # Returns the value of attribute default_block.
511
- #
512
- # source://mixlib-config//lib/mixlib/config/configurable.rb#24
513
- def default_block; end
514
-
515
- # @return [Boolean]
516
- #
517
- # source://mixlib-config//lib/mixlib/config/configurable.rb#38
518
- def default_block?; end
519
-
520
- # Returns the value of attribute default_value.
521
- #
522
- # source://mixlib-config//lib/mixlib/config/configurable.rb#23
523
- def default_value; end
524
-
525
- # source://mixlib-config//lib/mixlib/config/configurable.rb#44
526
- def defaults_to(default_value = T.unsafe(nil), &block); end
527
-
528
- # source://mixlib-config//lib/mixlib/config/configurable.rb#55
529
- def get(config); end
530
-
531
- # @return [Boolean]
532
- #
533
- # source://mixlib-config//lib/mixlib/config/configurable.rb#30
534
- def has_default; end
535
-
536
- # @return [Boolean]
537
- #
538
- # source://mixlib-config//lib/mixlib/config/configurable.rb#30
539
- def has_default?; end
540
-
541
- # @return [Boolean]
542
- #
543
- # source://mixlib-config//lib/mixlib/config/configurable.rb#77
544
- def is_default?(config); end
545
-
546
- # source://mixlib-config//lib/mixlib/config/configurable.rb#65
547
- def set(config, value); end
548
-
549
- # Returns the value of attribute symbol.
550
- #
551
- # source://mixlib-config//lib/mixlib/config/configurable.rb#22
552
- def symbol; end
553
-
554
- # source://mixlib-config//lib/mixlib/config/configurable.rb#50
555
- def writes_value(&block); end
556
-
557
- # @return [Boolean]
558
- #
559
- # source://mixlib-config//lib/mixlib/config/configurable.rb#34
560
- def writes_value?; end
561
-
562
- private
563
-
564
- # source://mixlib-config//lib/mixlib/config/configurable.rb#83
565
- def safe_dup(e); end
566
- end
567
-
568
- # source://mixlib-config//lib/mixlib/config.rb#486
569
- Mixlib::Config::NOT_PASSED = T.let(T.unsafe(nil), Object)
570
-
571
- # source://mixlib-config//lib/mixlib/config/reopened_config_context_with_configurable_error.rb#21
572
- class Mixlib::Config::ReopenedConfigContextWithConfigurableError < ::StandardError; end
573
-
574
- # source://mixlib-config//lib/mixlib/config/reopened_configurable_with_config_context_error.rb#21
575
- class Mixlib::Config::ReopenedConfigurableWithConfigContextError < ::StandardError; end
576
-
577
- # source://mixlib-config//lib/mixlib/config/unknown_config_option_error.rb#21
578
- class Mixlib::Config::UnknownConfigOptionError < ::StandardError; end
579
-
580
- # source://mixlib-config//lib/mixlib/config/version.rb#22
581
- Mixlib::Config::VERSION = T.let(T.unsafe(nil), String)