checkoff 0.200.0 → 0.203.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (149) hide show
  1. checksums.yaml +4 -4
  2. data/.circleci/config.yml +130 -28
  3. data/.git-hooks/pre_commit/solargraph_typecheck.rb +12 -11
  4. data/.overcommit.yml +27 -2
  5. data/.rubocop.yml +20 -2
  6. data/.rubocop_todo.yml +90 -0
  7. data/.solargraph.yml +10 -1
  8. data/DEVELOPMENT.md +1 -1
  9. data/Gemfile +11 -8
  10. data/Gemfile.lock +66 -42
  11. data/LICENSE +1 -1
  12. data/Makefile +14 -12
  13. data/bin/brakeman +27 -0
  14. data/bin/overcommit_branch +117 -0
  15. data/bin/spoom +27 -0
  16. data/bin/srb +27 -0
  17. data/bin/srb-rbi +27 -0
  18. data/bin/tapioca +27 -0
  19. data/config/annotations_misc.rb +35 -0
  20. data/docs/cookiecutter_input.json +1 -0
  21. data/fix.sh +14 -6
  22. data/lib/checkoff/custom_fields.rb +3 -2
  23. data/lib/checkoff/internal/search_url/simple_param_converter.rb +11 -0
  24. data/lib/checkoff/version.rb +1 -1
  25. data/requirements_dev.txt +1 -1
  26. data/sorbet/config +4 -0
  27. data/sorbet/rbi/annotations/.gitattributes +1 -0
  28. data/sorbet/rbi/annotations/activesupport.rbi +453 -0
  29. data/sorbet/rbi/annotations/faraday.rbi +17 -0
  30. data/sorbet/rbi/annotations/minitest.rbi +119 -0
  31. data/sorbet/rbi/annotations/mocha.rbi +34 -0
  32. data/sorbet/rbi/annotations/rainbow.rbi +269 -0
  33. data/sorbet/rbi/annotations/webmock.rbi +9 -0
  34. data/sorbet/rbi/dsl/.gitattributes +1 -0
  35. data/sorbet/rbi/dsl/active_support/callbacks.rbi +23 -0
  36. data/sorbet/rbi/gems/.gitattributes +1 -0
  37. data/sorbet/rbi/gems/activesupport@7.1.3.rbi +18749 -0
  38. data/sorbet/rbi/gems/addressable@2.8.6.rbi +1994 -0
  39. data/sorbet/rbi/gems/ansi@1.5.0.rbi +688 -0
  40. data/sorbet/rbi/gems/asana@0.10.6-ab9393136d9ca59b75e42a661fdddc1c65c8f7c3.rbi +6142 -0
  41. data/sorbet/rbi/gems/ast@2.4.2.rbi +585 -0
  42. data/sorbet/rbi/gems/backport@1.2.0.rbi +523 -0
  43. data/sorbet/rbi/gems/base64@0.2.0.rbi +509 -0
  44. data/sorbet/rbi/gems/benchmark@0.4.0.rbi +618 -0
  45. data/sorbet/rbi/gems/bigdecimal@3.1.5.rbi +78 -0
  46. data/sorbet/rbi/gems/builder@3.2.4.rbi +505 -0
  47. data/sorbet/rbi/gems/bump@0.10.0.rbi +169 -0
  48. data/sorbet/rbi/gems/cache@0.4.1.rbi +211 -0
  49. data/sorbet/rbi/gems/cache_method@0.2.7.rbi +293 -0
  50. data/sorbet/rbi/gems/chef-utils@18.3.0.rbi +9 -0
  51. data/sorbet/rbi/gems/childprocess@5.1.0.rbi +383 -0
  52. data/sorbet/rbi/gems/coderay@1.1.3.rbi +3427 -0
  53. data/sorbet/rbi/gems/concurrent-ruby@1.2.3.rbi +11591 -0
  54. data/sorbet/rbi/gems/connection_pool@2.4.1.rbi +9 -0
  55. data/sorbet/rbi/gems/crack@0.4.5.rbi +145 -0
  56. data/sorbet/rbi/gems/diff-lcs@1.5.1.rbi +969 -0
  57. data/sorbet/rbi/gems/docile@1.4.0.rbi +377 -0
  58. data/sorbet/rbi/gems/drb@2.2.0.rbi +1347 -0
  59. data/sorbet/rbi/gems/e2mmap@0.1.0.rbi +9 -0
  60. data/sorbet/rbi/gems/erubi@1.13.0.rbi +152 -0
  61. data/sorbet/rbi/gems/faraday-em_http@1.0.0.rbi +222 -0
  62. data/sorbet/rbi/gems/faraday-em_synchrony@1.0.0.rbi +126 -0
  63. data/sorbet/rbi/gems/faraday-excon@1.1.0.rbi +136 -0
  64. data/sorbet/rbi/gems/faraday-httpclient@1.0.1.rbi +145 -0
  65. data/sorbet/rbi/gems/faraday-multipart@1.0.4.rbi +259 -0
  66. data/sorbet/rbi/gems/faraday-net_http@1.0.1.rbi +142 -0
  67. data/sorbet/rbi/gems/faraday-net_http_persistent@1.2.0.rbi +118 -0
  68. data/sorbet/rbi/gems/faraday-patron@1.0.0.rbi +125 -0
  69. data/sorbet/rbi/gems/faraday-rack@1.0.0.rbi +133 -0
  70. data/sorbet/rbi/gems/faraday-retry@1.0.3.rbi +198 -0
  71. data/sorbet/rbi/gems/faraday@1.10.3.rbi +2729 -0
  72. data/sorbet/rbi/gems/faraday_middleware-multi_json@0.0.6.rbi +29 -0
  73. data/sorbet/rbi/gems/faraday_middleware@1.2.0.rbi +1004 -0
  74. data/sorbet/rbi/gems/gli@2.21.1.rbi +9 -0
  75. data/sorbet/rbi/gems/hashdiff@1.0.1.rbi +351 -0
  76. data/sorbet/rbi/gems/i18n@1.14.1.rbi +2326 -0
  77. data/sorbet/rbi/gems/imagen@0.1.8.rbi +340 -0
  78. data/sorbet/rbi/gems/iniparse@1.5.0.rbi +899 -0
  79. data/sorbet/rbi/gems/jaro_winkler@1.6.0.rbi +22 -0
  80. data/sorbet/rbi/gems/json@2.7.1.rbi +1562 -0
  81. data/sorbet/rbi/gems/jwt@2.7.1.rbi +1405 -0
  82. data/sorbet/rbi/gems/kramdown-parser-gfm@1.1.0.rbi +128 -0
  83. data/sorbet/rbi/gems/kramdown@2.4.0.rbi +3272 -0
  84. data/sorbet/rbi/gems/language_server-protocol@3.17.0.3.rbi +14238 -0
  85. data/sorbet/rbi/gems/logger@1.6.1.rbi +920 -0
  86. data/sorbet/rbi/gems/mdl@0.13.0.rbi +445 -0
  87. data/sorbet/rbi/gems/method_source@1.0.0.rbi +273 -0
  88. data/sorbet/rbi/gems/mime-types-data@3.2023.1205.rbi +127 -0
  89. data/sorbet/rbi/gems/mime-types@3.5.1.rbi +1252 -0
  90. data/sorbet/rbi/gems/minitest-profile@0.0.2.rbi +136 -0
  91. data/sorbet/rbi/gems/minitest-reporters@1.6.1.rbi +1014 -0
  92. data/sorbet/rbi/gems/minitest@5.21.1.rbi +1539 -0
  93. data/sorbet/rbi/gems/mixlib-cli@2.1.8.rbi +314 -0
  94. data/sorbet/rbi/gems/mixlib-config@3.0.27.rbi +581 -0
  95. data/sorbet/rbi/gems/mixlib-shellout@3.2.7.rbi +629 -0
  96. data/sorbet/rbi/gems/mocha@2.1.0.rbi +12 -0
  97. data/sorbet/rbi/gems/multi_json@1.15.0.rbi +268 -0
  98. data/sorbet/rbi/gems/multi_xml@0.6.0.rbi +102 -0
  99. data/sorbet/rbi/gems/multipart-post@2.3.0.rbi +234 -0
  100. data/sorbet/rbi/gems/mutex_m@0.2.0.rbi +94 -0
  101. data/sorbet/rbi/gems/netrc@0.11.0.rbi +159 -0
  102. data/sorbet/rbi/gems/nokogiri@1.16.7.rbi +7311 -0
  103. data/sorbet/rbi/gems/oauth2@1.4.11.rbi +833 -0
  104. data/sorbet/rbi/gems/ostruct@0.6.1.rbi +354 -0
  105. data/sorbet/rbi/gems/overcommit@0.64.0.rbi +2400 -0
  106. data/sorbet/rbi/gems/parallel@1.23.0.rbi +274 -0
  107. data/sorbet/rbi/gems/parser@3.2.2.4.rbi +7253 -0
  108. data/sorbet/rbi/gems/prism@1.2.0.rbi +39085 -0
  109. data/sorbet/rbi/gems/pry@0.14.2.rbi +10070 -0
  110. data/sorbet/rbi/gems/public_suffix@5.0.4.rbi +936 -0
  111. data/sorbet/rbi/gems/punchlist@1.3.2.rbi +173 -0
  112. data/sorbet/rbi/gems/racc@1.7.3.rbi +162 -0
  113. data/sorbet/rbi/gems/rack@3.0.8.rbi +5184 -0
  114. data/sorbet/rbi/gems/rainbow@3.1.1.rbi +403 -0
  115. data/sorbet/rbi/gems/rake@13.1.0.rbi +3022 -0
  116. data/sorbet/rbi/gems/rbi@0.2.1.rbi +4535 -0
  117. data/sorbet/rbi/gems/rbs@2.8.4.rbi +5613 -0
  118. data/sorbet/rbi/gems/regexp_parser@2.8.3.rbi +3750 -0
  119. data/sorbet/rbi/gems/reverse_markdown@2.1.1.rbi +390 -0
  120. data/sorbet/rbi/gems/rexml@3.2.6.rbi +4888 -0
  121. data/sorbet/rbi/gems/rubocop-ast@1.30.0.rbi +7061 -0
  122. data/sorbet/rbi/gems/rubocop-minitest@0.34.5.rbi +2577 -0
  123. data/sorbet/rbi/gems/rubocop-performance@1.20.2.rbi +3262 -0
  124. data/sorbet/rbi/gems/rubocop-rake@0.6.0.rbi +329 -0
  125. data/sorbet/rbi/gems/rubocop@1.59.0.rbi +57238 -0
  126. data/sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi +1318 -0
  127. data/sorbet/rbi/gems/ruby2_keywords@0.0.5.rbi +9 -0
  128. data/sorbet/rbi/gems/rugged@1.6.3.rbi +1577 -0
  129. data/sorbet/rbi/gems/simplecov-html@0.12.3.rbi +217 -0
  130. data/sorbet/rbi/gems/simplecov-lcov@0.8.0.rbi +256 -0
  131. data/sorbet/rbi/gems/simplecov@0.22.0.rbi +2149 -0
  132. data/sorbet/rbi/gems/simplecov_json_formatter@0.1.4.rbi +9 -0
  133. data/sorbet/rbi/gems/solargraph@0.50.1-904b9304770a59fac393c5cc3cad481e5bdf0fd8.rbi +9396 -0
  134. data/sorbet/rbi/gems/source_finder@3.2.1.rbi +317 -0
  135. data/sorbet/rbi/gems/spoom@1.5.0.rbi +4932 -0
  136. data/sorbet/rbi/gems/tapioca@0.16.4.rbi +3604 -0
  137. data/sorbet/rbi/gems/thor@1.3.2.rbi +4378 -0
  138. data/sorbet/rbi/gems/tilt@2.4.0.rbi +933 -0
  139. data/sorbet/rbi/gems/tomlrb@2.0.3.rbi +9 -0
  140. data/sorbet/rbi/gems/tzinfo@2.0.6.rbi +5918 -0
  141. data/sorbet/rbi/gems/undercover@0.5.0.rbi +433 -0
  142. data/sorbet/rbi/gems/unicode-display_width@2.5.0.rbi +66 -0
  143. data/sorbet/rbi/gems/webmock@3.19.1.rbi +1769 -0
  144. data/sorbet/rbi/gems/yard-sorbet@0.9.0.rbi +435 -0
  145. data/sorbet/rbi/gems/yard@0.9.34.rbi +18247 -0
  146. data/sorbet/rbi/todo.rbi +11 -0
  147. data/sorbet/tapioca/config.yml +13 -0
  148. data/sorbet/tapioca/require.rb +4 -0
  149. metadata +134 -3
@@ -0,0 +1,629 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `mixlib-shellout` gem.
5
+ # Please instead update this file by running `bin/tapioca gem mixlib-shellout`.
6
+
7
+
8
+ # source://mixlib-shellout//lib/mixlib/shellout/exceptions.rb#1
9
+ module Mixlib; end
10
+
11
+ # source://mixlib-shellout//lib/mixlib/shellout/exceptions.rb#2
12
+ class Mixlib::ShellOut
13
+ include ::Mixlib::ShellOut::Unix
14
+
15
+ # === Arguments:
16
+ # Takes a single command, or a list of command fragments. These are used
17
+ # as arguments to Kernel.exec. See the Kernel.exec documentation for more
18
+ # explanation of how arguments are evaluated. The last argument can be an
19
+ # options Hash.
20
+ # === Options:
21
+ # If the last argument is a Hash, it is removed from the list of args passed
22
+ # to exec and used as an options hash. The following options are available:
23
+ # * +user+: the user the command should run as. if an integer is given, it is
24
+ # used as a uid. A string is treated as a username and resolved to a uid
25
+ # with Etc.getpwnam
26
+ # * +group+: the group the command should run as. works similarly to +user+
27
+ # * +cwd+: the directory to chdir to before running the command
28
+ # * +umask+: a umask to set before running the command. If given as an Integer,
29
+ # be sure to use two leading zeros so it's parsed as Octal. A string will
30
+ # be treated as an octal integer
31
+ # * +returns+: one or more Integer values to use as valid exit codes for the
32
+ # subprocess. This only has an effect if you call +error!+ after
33
+ # +run_command+.
34
+ # * +environment+: a Hash of environment variables to set before the command
35
+ # is run.
36
+ # * +timeout+: a Numeric value for the number of seconds to wait on the
37
+ # child process before raising an Exception. This is calculated as the
38
+ # total amount of time that ShellOut waited on the child process without
39
+ # receiving any output (i.e., IO.select returned nil). Default is 600
40
+ # seconds. Note: the stdlib Timeout library is not used.
41
+ # * +input+: A String of data to be passed to the subcommand. This is
42
+ # written to the child process' stdin stream before the process is
43
+ # launched. The child's stdin stream will be a pipe, so the size of input
44
+ # data should not exceed the system's default pipe capacity (4096 bytes
45
+ # is a safe value, though on newer Linux systems the capacity is 64k by
46
+ # default).
47
+ # * +live_stream+: An IO or Logger-like object (must respond to the append
48
+ # operator +<<+) that will receive data as ShellOut reads it from the
49
+ # child process. Generally this is used to copy data from the child to
50
+ # the parent's stdout so that users may observe the progress of
51
+ # long-running commands.
52
+ # * +login+: Whether to simulate a login (set secondary groups, primary group, environment
53
+ # variables etc) as done by the OS in an actual login
54
+ # === Examples:
55
+ # Invoke find(1) to search for .rb files:
56
+ # find = Mixlib::ShellOut.new("find . -name '*.rb'")
57
+ # find.run_command
58
+ # # If all went well, the results are on +stdout+
59
+ # puts find.stdout
60
+ # # find(1) prints diagnostic info to STDERR:
61
+ # puts "error messages" + find.stderr
62
+ # # Raise an exception if it didn't exit with 0
63
+ # find.error!
64
+ # Run a command as the +www+ user with no extra ENV settings from +/tmp+
65
+ # cmd = Mixlib::ShellOut.new("apachectl", "start", :user => 'www', :env => nil, :cwd => '/tmp')
66
+ # cmd.run_command # etc.
67
+ #
68
+ # @return [ShellOut] a new instance of ShellOut
69
+ #
70
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#169
71
+ def initialize(*command_args); end
72
+
73
+ # The command to be executed.
74
+ #
75
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#84
76
+ def command; end
77
+
78
+ # Working directory for the subprocess. Normally set via options to new
79
+ #
80
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#54
81
+ def cwd; end
82
+
83
+ # Working directory for the subprocess. Normally set via options to new
84
+ #
85
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#54
86
+ def cwd=(_arg0); end
87
+
88
+ # Returns the value of attribute domain.
89
+ #
90
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#41
91
+ def domain; end
92
+
93
+ # Sets the attribute domain
94
+ #
95
+ # @param value the value to set the attribute domain to.
96
+ #
97
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#41
98
+ def domain=(_arg0); end
99
+
100
+ # Runs windows process with elevated privileges. Required for Powershell commands which need elevated privileges
101
+ #
102
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#113
103
+ def elevated; end
104
+
105
+ # Runs windows process with elevated privileges. Required for Powershell commands which need elevated privileges
106
+ #
107
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#113
108
+ def elevated=(_arg0); end
109
+
110
+ # Environment variables that will be set for the subcommand. Refer to the
111
+ # documentation of new to understand how ShellOut interprets this.
112
+ #
113
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#91
114
+ def environment; end
115
+
116
+ # Environment variables that will be set for the subcommand. Refer to the
117
+ # documentation of new to understand how ShellOut interprets this.
118
+ #
119
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#91
120
+ def environment=(_arg0); end
121
+
122
+ # If #error? is true, calls +invalid!+, which raises an Exception.
123
+ # === Returns
124
+ # nil::: always returns nil when it does not raise
125
+ # === Raises
126
+ # ::ShellCommandFailed::: via +invalid!+
127
+ #
128
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#286
129
+ def error!; end
130
+
131
+ # Checks the +exitstatus+ against the set of +valid_exit_codes+.
132
+ # === Returns
133
+ # +true+ if +exitstatus+ is not in the list of +valid_exit_codes+, false
134
+ # otherwise.
135
+ #
136
+ # @return [Boolean]
137
+ #
138
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#277
139
+ def error?; end
140
+
141
+ # The amount of time the subcommand took to execute
142
+ #
143
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#98
144
+ def execution_time; end
145
+
146
+ # The exit status of the subprocess. Will be nil if the command is still
147
+ # running or died without setting an exit status (e.g., terminated by
148
+ # `kill -9`).
149
+ #
150
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#250
151
+ def exitstatus; end
152
+
153
+ # Creates a String showing the output of the command, including a banner
154
+ # showing the exact command executed. Used by +invalid!+ to show command
155
+ # results when the command exited with an unexpected status.
156
+ #
157
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#234
158
+ def format_for_exception; end
159
+
160
+ # The gid that the subprocess will switch to. If the group attribute is
161
+ # given as a group name, it is converted to a gid by Etc.getgrnam
162
+ # TODO migrate to shellout/unix.rb
163
+ #
164
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#220
165
+ def gid; end
166
+
167
+ # Group the command will run as. Normally set via options passed to new
168
+ #
169
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#51
170
+ def group; end
171
+
172
+ # Group the command will run as. Normally set via options passed to new
173
+ #
174
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#51
175
+ def group=(_arg0); end
176
+
177
+ # ShellOut will push data from :input down the stdin of the subprocess.
178
+ # Normally set via options passed to new.
179
+ # Default: nil
180
+ #
181
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#71
182
+ def input; end
183
+
184
+ # ShellOut will push data from :input down the stdin of the subprocess.
185
+ # Normally set via options passed to new.
186
+ # Default: nil
187
+ #
188
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#71
189
+ def input=(_arg0); end
190
+
191
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#303
192
+ def inspect; end
193
+
194
+ # Raises a ShellCommandFailed exception, appending the
195
+ # command's stdout, stderr, and exitstatus to the exception message.
196
+ # === Arguments
197
+ # +msg+: A String to use as the basis of the exception message. The
198
+ # default explanation is very generic, providing a more informative message
199
+ # is highly encouraged.
200
+ # === Raises
201
+ # ShellCommandFailed always
202
+ #
203
+ # @raise [ShellCommandFailed]
204
+ #
205
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#298
206
+ def invalid!(msg = T.unsafe(nil)); end
207
+
208
+ # When live_stderr is set, the stderr of the subprocess will be copied to it
209
+ # as the subprocess is running.
210
+ #
211
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#66
212
+ def live_stderr; end
213
+
214
+ # When live_stderr is set, the stderr of the subprocess will be copied to it
215
+ # as the subprocess is running.
216
+ #
217
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#66
218
+ def live_stderr=(_arg0); end
219
+
220
+ # When live_stdout is set, the stdout of the subprocess will be copied to it
221
+ # as the subprocess is running.
222
+ #
223
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#62
224
+ def live_stdout; end
225
+
226
+ # When live_stdout is set, the stdout of the subprocess will be copied to it
227
+ # as the subprocess is running.
228
+ #
229
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#62
230
+ def live_stdout=(_arg0); end
231
+
232
+ # Returns the stream that both is being used by both live_stdout and live_stderr, or nil
233
+ #
234
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#191
235
+ def live_stream; end
236
+
237
+ # A shortcut for setting both live_stdout and live_stderr, so that both the
238
+ # stdout and stderr from the subprocess will be copied to the same stream as
239
+ # the subprocess is running.
240
+ #
241
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#198
242
+ def live_stream=(stream); end
243
+
244
+ # The log level at which ShellOut should log.
245
+ #
246
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#78
247
+ def log_level; end
248
+
249
+ # The log level at which ShellOut should log.
250
+ #
251
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#78
252
+ def log_level=(_arg0); end
253
+
254
+ # A string which will be prepended to the log message.
255
+ #
256
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#81
257
+ def log_tag; end
258
+
259
+ # A string which will be prepended to the log message.
260
+ #
261
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#81
262
+ def log_tag=(_arg0); end
263
+
264
+ # If a logger is set, ShellOut will log a message before it executes the
265
+ # command.
266
+ #
267
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#75
268
+ def logger; end
269
+
270
+ # If a logger is set, ShellOut will log a message before it executes the
271
+ # command.
272
+ #
273
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#75
274
+ def logger=(_arg0); end
275
+
276
+ # Whether to simulate logon as the user. Normally set via options passed to new
277
+ # Always enabled on windows
278
+ #
279
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#48
280
+ def login; end
281
+
282
+ # Whether to simulate logon as the user. Normally set via options passed to new
283
+ # Always enabled on windows
284
+ #
285
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#48
286
+ def login=(_arg0); end
287
+
288
+ # Returns the value of attribute password.
289
+ #
290
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#42
291
+ def password; end
292
+
293
+ # Sets the attribute password
294
+ #
295
+ # @param value the value to set the attribute password to.
296
+ #
297
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#42
298
+ def password=(_arg0); end
299
+
300
+ # Returns the value of attribute process_status_pipe.
301
+ #
302
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#110
303
+ def process_status_pipe; end
304
+
305
+ # Run the command, writing the command's standard out and standard error
306
+ # to +stdout+ and +stderr+, and saving its exit status object to +status+
307
+ # === Returns
308
+ # returns +self+; +stdout+, +stderr+, +status+, and +exitstatus+ will be
309
+ # populated with results of the command
310
+ # === Raises
311
+ # * Errno::EACCES when you are not privileged to execute the command
312
+ # * Errno::ENOENT when the command is not available on the system (or not
313
+ # in the current $PATH)
314
+ # * CommandTimeout when the command does not complete
315
+ # within +timeout+ seconds (default: 600s)
316
+ #
317
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#265
318
+ def run_command; end
319
+
320
+ # Returns the value of attribute sensitive.
321
+ #
322
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#115
323
+ def sensitive; end
324
+
325
+ # Sets the attribute sensitive
326
+ #
327
+ # @param value the value to set the attribute sensitive to.
328
+ #
329
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#115
330
+ def sensitive=(_arg0); end
331
+
332
+ # A Process::Status (or ducktype) object collected when the subprocess is
333
+ # reaped.
334
+ #
335
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#108
336
+ def status; end
337
+
338
+ # Data written to stderr by the subprocess
339
+ #
340
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#104
341
+ def stderr; end
342
+
343
+ # Returns the value of attribute stderr_pipe.
344
+ #
345
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#110
346
+ def stderr_pipe; end
347
+
348
+ # Returns the value of attribute stdin_pipe.
349
+ #
350
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#110
351
+ def stdin_pipe; end
352
+
353
+ # Data written to stdout by the subprocess
354
+ #
355
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#101
356
+ def stdout; end
357
+
358
+ # Returns the value of attribute stdout_pipe.
359
+ #
360
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#110
361
+ def stdout_pipe; end
362
+
363
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#227
364
+ def timeout; end
365
+
366
+ # The maximum time this command is allowed to run. Usually set via options
367
+ # to new
368
+ #
369
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#95
370
+ def timeout=(_arg0); end
371
+
372
+ # The uid that the subprocess will switch to. If the user attribute was
373
+ # given as a username, it is converted to a uid by Etc.getpwnam
374
+ # TODO migrate to shellout/unix.rb
375
+ #
376
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#211
377
+ def uid; end
378
+
379
+ # The umask that will be set for the subcommand.
380
+ #
381
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#87
382
+ def umask; end
383
+
384
+ # Set the umask that the subprocess will have. If given as a string, it
385
+ # will be converted to an integer by String#oct.
386
+ #
387
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#204
388
+ def umask=(new_umask); end
389
+
390
+ # User the command will run as. Normally set via options passed to new
391
+ #
392
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#40
393
+ def user; end
394
+
395
+ # User the command will run as. Normally set via options passed to new
396
+ #
397
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#40
398
+ def user=(_arg0); end
399
+
400
+ # An Array of acceptable exit codes. #error? (and #error!) use this list
401
+ # to determine if the command was successful. Normally set via options to new
402
+ #
403
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#58
404
+ def valid_exit_codes; end
405
+
406
+ # An Array of acceptable exit codes. #error? (and #error!) use this list
407
+ # to determine if the command was successful. Normally set via options to new
408
+ #
409
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#58
410
+ def valid_exit_codes=(_arg0); end
411
+
412
+ # TODO remove
413
+ #
414
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#44
415
+ def with_logon; end
416
+
417
+ # TODO remove
418
+ #
419
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#44
420
+ def with_logon=(_arg0); end
421
+
422
+ private
423
+
424
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#311
425
+ def parse_options(opts); end
426
+
427
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#365
428
+ def validate_options(opts); end
429
+ end
430
+
431
+ # source://mixlib-shellout//lib/mixlib/shellout/exceptions.rb#5
432
+ class Mixlib::ShellOut::CommandTimeout < ::Mixlib::ShellOut::Error; end
433
+
434
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#29
435
+ Mixlib::ShellOut::DEFAULT_READ_TIMEOUT = T.let(T.unsafe(nil), Integer)
436
+
437
+ # source://mixlib-shellout//lib/mixlib/shellout/exceptions.rb#7
438
+ class Mixlib::ShellOut::EmptyWindowsCommand < ::Mixlib::ShellOut::ShellCommandFailed; end
439
+
440
+ # source://mixlib-shellout//lib/mixlib/shellout/exceptions.rb#3
441
+ class Mixlib::ShellOut::Error < ::RuntimeError; end
442
+
443
+ # source://mixlib-shellout//lib/mixlib/shellout/exceptions.rb#6
444
+ class Mixlib::ShellOut::InvalidCommandOption < ::Mixlib::ShellOut::Error; end
445
+
446
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#28
447
+ Mixlib::ShellOut::READ_SIZE = T.let(T.unsafe(nil), Integer)
448
+
449
+ # source://mixlib-shellout//lib/mixlib/shellout.rb#27
450
+ Mixlib::ShellOut::READ_WAIT_TIME = T.let(T.unsafe(nil), Float)
451
+
452
+ # source://mixlib-shellout//lib/mixlib/shellout/exceptions.rb#4
453
+ class Mixlib::ShellOut::ShellCommandFailed < ::Mixlib::ShellOut::Error; end
454
+
455
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#21
456
+ module Mixlib::ShellOut::Unix
457
+ # Helper method for sgids
458
+ #
459
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#41
460
+ def all_seconderies; end
461
+
462
+ # The environment variables that are deduced from simulating logon
463
+ # Only valid if login is used
464
+ #
465
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#63
466
+ def logon_environment; end
467
+
468
+ # Merges the two environments for the process
469
+ #
470
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#74
471
+ def process_environment; end
472
+
473
+ # Run the command, writing the command's standard out and standard error
474
+ # to +stdout+ and +stderr+, and saving its exit status object to +status+
475
+ # === Returns
476
+ # returns +self+; +stdout+, +stderr+, +status+, and +exitstatus+ will be
477
+ # populated with results of the command.
478
+ # === Raises
479
+ # * Errno::EACCES when you are not privileged to execute the command
480
+ # * Errno::ENOENT when the command is not available on the system (or not
481
+ # in the current $PATH)
482
+ # * Chef::Exceptions::CommandTimeout when the command does not complete
483
+ # within +timeout+ seconds (default: 600s). When this happens, ShellOut
484
+ # will send a TERM and then KILL to the entire process group to ensure
485
+ # that any grandchild processes are terminated. If the invocation of
486
+ # the child process spawned multiple child processes (which commonly
487
+ # happens if the command is passed as a single string to be interpreted
488
+ # by bin/sh, and bin/sh is not bash), the exit status object may not
489
+ # contain the correct exit code of the process (of course there is no
490
+ # exit code if the command is killed by SIGKILL, also).
491
+ #
492
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#96
493
+ def run_command; end
494
+
495
+ # The secondary groups that the subprocess will switch to.
496
+ # Currently valid only if login is used, and is set
497
+ # to the user's secondary groups
498
+ #
499
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#54
500
+ def sgids; end
501
+
502
+ # Whether we're simulating a login shell
503
+ #
504
+ # @return [Boolean]
505
+ #
506
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#36
507
+ def using_login?; end
508
+
509
+ # Option validation that is unix specific
510
+ #
511
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#29
512
+ def validate_options(opts); end
513
+
514
+ private
515
+
516
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#279
517
+ def attempt_buffer_read; end
518
+
519
+ # Try to reap the child process but don't block if it isn't dead yet.
520
+ #
521
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#408
522
+ def attempt_reap; end
523
+
524
+ # Since we call setsid the child_pgid will be the child_pid, set to negative here
525
+ # so it can be directly used in arguments to kill, wait, etc.
526
+ #
527
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#192
528
+ def child_pgid; end
529
+
530
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#213
531
+ def child_process_status; end
532
+
533
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#209
534
+ def child_stderr; end
535
+
536
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#201
537
+ def child_stdin; end
538
+
539
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#205
540
+ def child_stdout; end
541
+
542
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#217
543
+ def close_all_pipes; end
544
+
545
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#250
546
+ def configure_parent_process_file_descriptors; end
547
+
548
+ # Replace stdout, and stderr with pipes to the parent, and close the
549
+ # reader side of the error marshaling side channel.
550
+ #
551
+ # If there is no input, close STDIN so when we exec,
552
+ # the new program will know it's never getting input ever.
553
+ #
554
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#229
555
+ def configure_subprocess_file_descriptors; end
556
+
557
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#318
558
+ def fork_subprocess; end
559
+
560
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#196
561
+ def initialize_ipc; end
562
+
563
+ # Some patch levels of ruby in wide use (in particular the ruby 1.8.6 on OSX)
564
+ # segfault when you IO.select a pipe that's reached eof. Weak sauce.
565
+ #
566
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#267
567
+ def open_pipes; end
568
+
569
+ # Attempt to get a Marshaled error from the side-channel.
570
+ # If it's there, un-marshal it and raise. If it's not there,
571
+ # assume everything went well.
572
+ #
573
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#358
574
+ def propagate_pre_exec_failure; end
575
+
576
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#309
577
+ def read_process_status_to_buffer; end
578
+
579
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#299
580
+ def read_stderr_to_buffer; end
581
+
582
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#289
583
+ def read_stdout_to_buffer; end
584
+
585
+ # Unconditionally reap the child process. This is used in scenarios where
586
+ # we can be confident the child will exit quickly, and has not spawned
587
+ # and grandchild processes.
588
+ #
589
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#395
590
+ def reap; end
591
+
592
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#369
593
+ def reap_errant_child; end
594
+
595
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#186
596
+ def set_cwd; end
597
+
598
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#175
599
+ def set_environment; end
600
+
601
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#162
602
+ def set_group; end
603
+
604
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#169
605
+ def set_secondarygroups; end
606
+
607
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#182
608
+ def set_umask; end
609
+
610
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#155
611
+ def set_user; end
612
+
613
+ # @return [Boolean]
614
+ #
615
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#387
616
+ def should_reap?; end
617
+
618
+ # Keep this unbuffered for now
619
+ #
620
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#272
621
+ def write_to_child_stdin; end
622
+ end
623
+
624
+ # "1.8.7" as a frozen string. We use this with a hack that disables GC to
625
+ # avoid segfaults on Ruby 1.8.7, so we need to allocate the fewest
626
+ # objects we possibly can.
627
+ #
628
+ # source://mixlib-shellout//lib/mixlib/shellout/unix.rb#26
629
+ Mixlib::ShellOut::Unix::ONE_DOT_EIGHT_DOT_SEVEN = T.let(T.unsafe(nil), String)
@@ -0,0 +1,12 @@
1
+ # typed: true
2
+
3
+ # DO NOT EDIT MANUALLY
4
+ # This is an autogenerated file for types exported from the `mocha` gem.
5
+ # Please instead update this file by running `bin/tapioca gem mocha`.
6
+
7
+
8
+ # source://mocha//lib/mocha/version.rb#1
9
+ module Mocha; end
10
+
11
+ # source://mocha//lib/mocha/version.rb#2
12
+ Mocha::VERSION = T.let(T.unsafe(nil), String)