hammer_cli 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/doc/release_notes.md +3 -0
- data/lib/hammer_cli/apipie/option_builder.rb +2 -1
- data/lib/hammer_cli/version.rb +1 -1
- data/locale/de/hammer-cli.edit.po +16 -16
- data/locale/en_GB/hammer-cli.edit.po +25 -25
- data/locale/fr/hammer-cli.edit.po +26 -26
- data/locale/it/hammer-cli.edit.po +3 -3
- data/locale/ja/hammer-cli.edit.po +3 -3
- data/locale/ko/hammer-cli.edit.po +3 -3
- data/locale/ru/hammer-cli.edit.po +3 -3
- data/locale/zh_CN/hammer-cli.edit.po +3 -3
- data/locale/zh_TW/hammer-cli.edit.po +3 -3
- data/test/reports/TEST-Fields-ContainerField-display-.xml +1 -1
- data/test/reports/TEST-Fields-ContainerField-display-blank-is-allowed.xml +5 -5
- data/test/reports/TEST-Fields-ContainerField-display-blank-is-not-allowed.xml +5 -5
- data/test/reports/TEST-Fields-ContainerField.xml +1 -1
- data/test/reports/TEST-Fields-Field-display-.xml +1 -1
- data/test/reports/TEST-Fields-Field-display-blank-is-allowed.xml +3 -3
- data/test/reports/TEST-Fields-Field-display-blank-is-not-allowed.xml +3 -3
- data/test/reports/TEST-Fields-Field-hide-blank-.xml +3 -3
- data/test/reports/TEST-Fields-Field-parameters.xml +2 -2
- data/test/reports/TEST-Fields-Field.xml +4 -4
- data/test/reports/TEST-Fields-Label-display-.xml +7 -0
- data/test/reports/TEST-Fields-Label-display-blank-is-allowed.xml +15 -0
- data/test/reports/TEST-Fields-Label-display-blank-is-not-allowed.xml +15 -0
- data/test/reports/TEST-Fields-Label.xml +7 -0
- data/test/reports/TEST-HammerCLI-AbstractCommand-build-options.xml +5 -5
- data/test/reports/TEST-HammerCLI-AbstractCommand-exception-handler.xml +4 -4
- data/test/reports/TEST-HammerCLI-AbstractCommand-logging.xml +10 -8
- data/test/reports/TEST-HammerCLI-AbstractCommand-option-builder.xml +3 -3
- data/test/reports/TEST-HammerCLI-AbstractCommand-options.xml +3 -3
- data/test/reports/TEST-HammerCLI-AbstractCommand-output.xml +7 -7
- data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-remove-subcommand.xml +3 -3
- data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-subcommand-.xml +4 -4
- data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-subcommand.xml +3 -3
- data/test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior.xml +1 -1
- data/test/reports/TEST-HammerCLI-AbstractCommand.xml +3 -3
- data/test/reports/TEST-HammerCLI-Apipie-Command-options.xml +3 -3
- data/test/reports/TEST-HammerCLI-Apipie-Command-reload-apipie-cache.xml +11 -0
- data/test/reports/TEST-HammerCLI-Apipie-Command-resource-defined.xml +2 -2
- data/test/reports/TEST-HammerCLI-Apipie-Command-setting-resources.xml +7 -7
- data/test/reports/TEST-HammerCLI-Apipie-Command.xml +2 -2
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-aliasing-resources.xml +4 -4
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-filtering-options.xml +5 -5
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-required-options.xml +3 -3
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-setting-correct-normalizers.xml +8 -2
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-setting-referenced-resources.xml +9 -0
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-with-hash-params.xml +3 -3
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder-with-one-simple-param.xml +5 -5
- data/test/reports/TEST-HammerCLI-Apipie-OptionBuilder.xml +1 -1
- data/test/reports/TEST-HammerCLI-Apipie-OptionDefinition-referenced-resource.xml +13 -0
- data/test/reports/TEST-HammerCLI-Apipie-OptionDefinition.xml +7 -0
- data/test/reports/TEST-HammerCLI-Completer-command-completion.xml +12 -12
- data/test/reports/TEST-HammerCLI-Completer-option-value-completion.xml +6 -6
- data/test/reports/TEST-HammerCLI-Completer-subcommand-completion.xml +7 -7
- data/test/reports/TEST-HammerCLI-Completer.xml +1 -1
- data/test/reports/TEST-HammerCLI-CompleterLine-line-complete.xml +10 -10
- data/test/reports/TEST-HammerCLI-CompleterLine-splitting-words.xml +12 -12
- data/test/reports/TEST-HammerCLI-CompleterLine.xml +1 -1
- data/test/reports/TEST-HammerCLI-CompleterWord-complete-.xml +9 -9
- data/test/reports/TEST-HammerCLI-CompleterWord-quote.xml +5 -5
- data/test/reports/TEST-HammerCLI-CompleterWord-quoted-.xml +4 -4
- data/test/reports/TEST-HammerCLI-CompleterWord.xml +1 -1
- data/test/reports/TEST-HammerCLI-Connection.xml +8 -8
- data/test/reports/TEST-HammerCLI-Defaults.xml +19 -0
- data/test/reports/TEST-HammerCLI-ExceptionHandler.xml +8 -8
- data/test/reports/TEST-HammerCLI-I18n.xml +3 -3
- data/test/reports/TEST-HammerCLI-MainCommand-loading-context-password.xml +3 -3
- data/test/reports/TEST-HammerCLI-MainCommand-loading-context-username.xml +3 -3
- data/test/reports/TEST-HammerCLI-MainCommand-loading-context-verbose.xml +2 -2
- data/test/reports/TEST-HammerCLI-MainCommand-loading-context.xml +1 -1
- data/test/reports/TEST-HammerCLI-MainCommand.xml +1 -1
- data/test/reports/TEST-HammerCLI-Modules-find-by-name.xml +4 -4
- data/test/reports/TEST-HammerCLI-Modules-load-a-module-module-not-found.xml +4 -4
- data/test/reports/TEST-HammerCLI-Modules-load-a-module-module-runtime-exception.xml +4 -4
- data/test/reports/TEST-HammerCLI-Modules-load-a-module-success.xml +5 -5
- data/test/reports/TEST-HammerCLI-Modules-load-a-module.xml +1 -1
- data/test/reports/TEST-HammerCLI-Modules-load-all-modules.xml +4 -2
- data/test/reports/TEST-HammerCLI-Modules-names.xml +4 -4
- data/test/reports/TEST-HammerCLI-Modules.xml +1 -1
- data/test/reports/TEST-HammerCLI-OptionBuilderContainer.0.xml +5 -1
- data/test/reports/TEST-HammerCLI-OptionBuilderContainer.xml +1 -5
- data/test/reports/TEST-HammerCLI-Options-Matcher.xml +17 -0
- data/test/reports/TEST-HammerCLI-Options-Normalizers-abstract.xml +2 -2
- data/test/reports/TEST-HammerCLI-Options-Normalizers-bool.xml +13 -13
- data/test/reports/TEST-HammerCLI-Options-Normalizers-datetime.xml +6 -6
- data/test/reports/TEST-HammerCLI-Options-Normalizers-enum.xml +5 -5
- data/test/reports/TEST-HammerCLI-Options-Normalizers-enumlist.xml +8 -8
- data/test/reports/TEST-HammerCLI-Options-Normalizers-json-input.xml +5 -5
- data/test/reports/TEST-HammerCLI-Options-Normalizers-key-value-list.xml +26 -6
- data/test/reports/TEST-HammerCLI-Options-Normalizers-list.xml +5 -5
- data/test/reports/TEST-HammerCLI-Options-Normalizers-number.xml +11 -0
- data/test/reports/TEST-HammerCLI-Options-Normalizers.xml +1 -1
- data/test/reports/TEST-HammerCLI-Options-OptionDefinition-context.xml +2 -2
- data/test/reports/TEST-HammerCLI-Options-OptionDefinition-deprecated-options.xml +11 -0
- data/test/reports/TEST-HammerCLI-Options-OptionDefinition-formatters.xml +3 -3
- data/test/reports/TEST-HammerCLI-Options-OptionDefinition.xml +1 -1
- data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-error-messages.xml +5 -5
- data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-messages.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract-test-data-for-field.xml +5 -5
- data/test/reports/TEST-HammerCLI-Output-Adapter-Abstract.xml +6 -6
- data/test/reports/TEST-HammerCLI-Output-Adapter-Base-print-collection-show-ids.xml +2 -2
- data/test/reports/TEST-HammerCLI-Output-Adapter-Base-print-collection.xml +11 -11
- data/test/reports/TEST-HammerCLI-Output-Adapter-Base.xml +1 -1
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-formatters.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-fields-with-collections.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-fields-with-containers.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-ids.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-message.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-CSValues.xml +1 -1
- data/test/reports/TEST-HammerCLI-Output-Adapter-Json-print-collection-show-ids.xml +9 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Json-print-collection.xml +27 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Json-print-message.xml +11 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Json.xml +7 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-column-width.xml +11 -5
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-formatters.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-handle-ids.xml +7 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-sort-columns.xml +2 -2
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Adapter-Table.xml +1 -1
- data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-collection-show-ids.xml +9 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-collection.xml +27 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-message.xml +11 -0
- data/test/reports/TEST-HammerCLI-Output-Adapter-Yaml.xml +7 -0
- data/test/reports/TEST-HammerCLI-Output-Definition-empty-.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Definition.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Dsl-collection.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Dsl-custom-fields.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Dsl-fields.xml +5 -5
- data/test/reports/TEST-HammerCLI-Output-Dsl-label.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Dsl-path-definition.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Dsl.xml +2 -2
- data/test/reports/TEST-HammerCLI-Output-FieldFilter.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Formatters-BooleanFormatter.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Formatters-ColorFormatter.xml +2 -2
- data/test/reports/TEST-HammerCLI-Output-Formatters-DateFormatter.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Formatters-FieldFormatter.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Formatters-FormatterContainer.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Formatters-FormatterLibrary.xml +3 -3
- data/test/reports/TEST-HammerCLI-Output-Formatters-KeyValueFormatter.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Formatters-ListFormatter.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Formatters-LongTextFormatter.xml +4 -4
- data/test/reports/TEST-HammerCLI-Output-Output-adapters.xml +6 -6
- data/test/reports/TEST-HammerCLI-Output-Output-data.xml +5 -5
- data/test/reports/TEST-HammerCLI-Output-Output-formatters.xml +2 -2
- data/test/reports/TEST-HammerCLI-Output-Output-messages.xml +7 -7
- data/test/reports/TEST-HammerCLI-Output-Output.xml +1 -1
- data/test/reports/TEST-HammerCLI-Output-RecordCollection.xml +4 -4
- data/test/reports/TEST-HammerCLI-Settings-load-from-paths.xml +5 -5
- data/test/reports/TEST-HammerCLI-Settings.xml +10 -10
- data/test/reports/TEST-HammerCLI-ShellHistory-loading-old-history.xml +3 -3
- data/test/reports/TEST-HammerCLI-ShellHistory-saving-history.xml +5 -5
- data/test/reports/TEST-HammerCLI-ShellHistory.xml +1 -1
- data/test/reports/TEST-HammerCLI-constant-path.xml +15 -0
- data/test/reports/{TEST-String-interactive-.xml → TEST-HammerCLI-interactive-.xml} +4 -4
- data/test/reports/TEST-HammerCLI.xml +7 -0
- data/test/reports/TEST-Logging-LogEvent-filtering.xml +9 -0
- data/test/reports/TEST-Logging-LogEvent.xml +7 -0
- data/test/reports/TEST-MiniTest-Spec.xml +1 -1
- data/test/reports/TEST-String-camelize.xml +3 -3
- data/test/reports/TEST-String-constantize.xml +15 -0
- data/test/reports/TEST-String-formatting.xml +6 -6
- data/test/reports/TEST-String-indent.xml +3 -3
- data/test/reports/TEST-String-underscore.xml +13 -0
- data/test/reports/TEST-String.xml +1 -1
- data/test/reports/TEST-commands-defaults-add.xml +21 -0
- data/test/reports/TEST-commands-defaults-delete.xml +11 -0
- data/test/reports/TEST-commands-defaults-list.xml +11 -0
- data/test/reports/TEST-commands-defaults-providers.xml +11 -0
- data/test/reports/TEST-commands.xml +7 -0
- data/test/reports/TEST-constraints-HammerCLI-Validator-AllConstraint-exist-.xml +4 -4
- data/test/reports/TEST-constraints-HammerCLI-Validator-AllConstraint.xml +1 -1
- data/test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint-exist-.xml +4 -4
- data/test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint.xml +1 -1
- data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-exist-.xml +2 -2
- data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-rejected.xml +4 -4
- data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-required.xml +4 -4
- data/test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint.xml +1 -1
- data/test/reports/TEST-constraints.xml +1 -1
- data/test/unit/apipie/option_builder_test.rb +6 -0
- data/test/unit/fixtures/apipie/documented.json +9 -0
- metadata +230 -168
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hammer_cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Martin Bačovský
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-
|
12
|
+
date: 2016-03-15 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: clamp
|
@@ -130,21 +130,21 @@ executables:
|
|
130
130
|
- hammer
|
131
131
|
extensions: []
|
132
132
|
extra_rdoc_files:
|
133
|
-
- doc/
|
133
|
+
- doc/creating_apipie_commands.md
|
134
|
+
- doc/creating_commands.md
|
135
|
+
- doc/design.png
|
134
136
|
- doc/design.uml
|
135
|
-
- doc/writing_a_plugin.md
|
136
|
-
- doc/installation_gem.md
|
137
|
-
- doc/option_normalizers.md
|
138
137
|
- doc/development_tips.md
|
139
138
|
- doc/i18n.md
|
140
|
-
- doc/
|
141
|
-
- doc/
|
142
|
-
- doc/design.png
|
143
|
-
- doc/creating_commands.md
|
144
|
-
- doc/installation_source.md
|
139
|
+
- doc/installation_deb.md
|
140
|
+
- doc/installation_gem.md
|
145
141
|
- doc/installation_rpm.md
|
142
|
+
- doc/installation_source.md
|
143
|
+
- doc/option_builders.md
|
144
|
+
- doc/option_normalizers.md
|
145
|
+
- doc/writing_a_plugin.md
|
146
|
+
- doc/developer_docs.md
|
146
147
|
- doc/installation.md
|
147
|
-
- doc/installation_deb.md
|
148
148
|
- doc/release_notes.md
|
149
149
|
- config/cli.modules.d/module_config_template.yml
|
150
150
|
- config/cli_config.template.yml
|
@@ -290,6 +290,10 @@ files:
|
|
290
290
|
- test/reports/TEST-Fields-Field-hide-blank-.xml
|
291
291
|
- test/reports/TEST-Fields-Field-parameters.xml
|
292
292
|
- test/reports/TEST-Fields-Field.xml
|
293
|
+
- test/reports/TEST-Fields-Label-display-.xml
|
294
|
+
- test/reports/TEST-Fields-Label-display-blank-is-allowed.xml
|
295
|
+
- test/reports/TEST-Fields-Label-display-blank-is-not-allowed.xml
|
296
|
+
- test/reports/TEST-Fields-Label.xml
|
293
297
|
- test/reports/TEST-HammerCLI-AbstractCommand-build-options.xml
|
294
298
|
- test/reports/TEST-HammerCLI-AbstractCommand-exception-handler.xml
|
295
299
|
- test/reports/TEST-HammerCLI-AbstractCommand-logging.xml
|
@@ -302,6 +306,7 @@ files:
|
|
302
306
|
- test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior.xml
|
303
307
|
- test/reports/TEST-HammerCLI-AbstractCommand.xml
|
304
308
|
- test/reports/TEST-HammerCLI-Apipie-Command-options.xml
|
309
|
+
- test/reports/TEST-HammerCLI-Apipie-Command-reload-apipie-cache.xml
|
305
310
|
- test/reports/TEST-HammerCLI-Apipie-Command-resource-defined.xml
|
306
311
|
- test/reports/TEST-HammerCLI-Apipie-Command-setting-resources.xml
|
307
312
|
- test/reports/TEST-HammerCLI-Apipie-Command.xml
|
@@ -309,9 +314,12 @@ files:
|
|
309
314
|
- test/reports/TEST-HammerCLI-Apipie-OptionBuilder-filtering-options.xml
|
310
315
|
- test/reports/TEST-HammerCLI-Apipie-OptionBuilder-required-options.xml
|
311
316
|
- test/reports/TEST-HammerCLI-Apipie-OptionBuilder-setting-correct-normalizers.xml
|
317
|
+
- test/reports/TEST-HammerCLI-Apipie-OptionBuilder-setting-referenced-resources.xml
|
312
318
|
- test/reports/TEST-HammerCLI-Apipie-OptionBuilder-with-hash-params.xml
|
313
319
|
- test/reports/TEST-HammerCLI-Apipie-OptionBuilder-with-one-simple-param.xml
|
314
320
|
- test/reports/TEST-HammerCLI-Apipie-OptionBuilder.xml
|
321
|
+
- test/reports/TEST-HammerCLI-Apipie-OptionDefinition-referenced-resource.xml
|
322
|
+
- test/reports/TEST-HammerCLI-Apipie-OptionDefinition.xml
|
315
323
|
- test/reports/TEST-HammerCLI-Completer-command-completion.xml
|
316
324
|
- test/reports/TEST-HammerCLI-Completer-option-value-completion.xml
|
317
325
|
- test/reports/TEST-HammerCLI-Completer-subcommand-completion.xml
|
@@ -324,6 +332,7 @@ files:
|
|
324
332
|
- test/reports/TEST-HammerCLI-CompleterWord-quoted-.xml
|
325
333
|
- test/reports/TEST-HammerCLI-CompleterWord.xml
|
326
334
|
- test/reports/TEST-HammerCLI-Connection.xml
|
335
|
+
- test/reports/TEST-HammerCLI-Defaults.xml
|
327
336
|
- test/reports/TEST-HammerCLI-ExceptionHandler.xml
|
328
337
|
- test/reports/TEST-HammerCLI-I18n.xml
|
329
338
|
- test/reports/TEST-HammerCLI-MainCommand-loading-context-password.xml
|
@@ -341,6 +350,7 @@ files:
|
|
341
350
|
- test/reports/TEST-HammerCLI-Modules.xml
|
342
351
|
- test/reports/TEST-HammerCLI-OptionBuilderContainer.0.xml
|
343
352
|
- test/reports/TEST-HammerCLI-OptionBuilderContainer.xml
|
353
|
+
- test/reports/TEST-HammerCLI-Options-Matcher.xml
|
344
354
|
- test/reports/TEST-HammerCLI-Options-Normalizers-abstract.xml
|
345
355
|
- test/reports/TEST-HammerCLI-Options-Normalizers-bool.xml
|
346
356
|
- test/reports/TEST-HammerCLI-Options-Normalizers-datetime.xml
|
@@ -349,8 +359,10 @@ files:
|
|
349
359
|
- test/reports/TEST-HammerCLI-Options-Normalizers-json-input.xml
|
350
360
|
- test/reports/TEST-HammerCLI-Options-Normalizers-key-value-list.xml
|
351
361
|
- test/reports/TEST-HammerCLI-Options-Normalizers-list.xml
|
362
|
+
- test/reports/TEST-HammerCLI-Options-Normalizers-number.xml
|
352
363
|
- test/reports/TEST-HammerCLI-Options-Normalizers.xml
|
353
364
|
- test/reports/TEST-HammerCLI-Options-OptionDefinition-context.xml
|
365
|
+
- test/reports/TEST-HammerCLI-Options-OptionDefinition-deprecated-options.xml
|
354
366
|
- test/reports/TEST-HammerCLI-Options-OptionDefinition-formatters.xml
|
355
367
|
- test/reports/TEST-HammerCLI-Options-OptionDefinition.xml
|
356
368
|
- test/reports/TEST-HammerCLI-Output-Adapter-Abstract-error-messages.xml
|
@@ -367,12 +379,20 @@ files:
|
|
367
379
|
- test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection.xml
|
368
380
|
- test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-message.xml
|
369
381
|
- test/reports/TEST-HammerCLI-Output-Adapter-CSValues.xml
|
382
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-Json-print-collection-show-ids.xml
|
383
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-Json-print-collection.xml
|
384
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-Json-print-message.xml
|
385
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-Json.xml
|
370
386
|
- test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-column-width.xml
|
371
387
|
- test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-formatters.xml
|
372
388
|
- test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-handle-ids.xml
|
373
389
|
- test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-sort-columns.xml
|
374
390
|
- test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection.xml
|
375
391
|
- test/reports/TEST-HammerCLI-Output-Adapter-Table.xml
|
392
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-collection-show-ids.xml
|
393
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-collection.xml
|
394
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-message.xml
|
395
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-Yaml.xml
|
376
396
|
- test/reports/TEST-HammerCLI-Output-Definition-empty-.xml
|
377
397
|
- test/reports/TEST-HammerCLI-Output-Definition.xml
|
378
398
|
- test/reports/TEST-HammerCLI-Output-Dsl-collection.xml
|
@@ -402,12 +422,23 @@ files:
|
|
402
422
|
- test/reports/TEST-HammerCLI-ShellHistory-loading-old-history.xml
|
403
423
|
- test/reports/TEST-HammerCLI-ShellHistory-saving-history.xml
|
404
424
|
- test/reports/TEST-HammerCLI-ShellHistory.xml
|
425
|
+
- test/reports/TEST-HammerCLI-constant-path.xml
|
426
|
+
- test/reports/TEST-HammerCLI-interactive-.xml
|
427
|
+
- test/reports/TEST-HammerCLI.xml
|
428
|
+
- test/reports/TEST-Logging-LogEvent-filtering.xml
|
429
|
+
- test/reports/TEST-Logging-LogEvent.xml
|
405
430
|
- test/reports/TEST-MiniTest-Spec.xml
|
406
431
|
- test/reports/TEST-String-camelize.xml
|
432
|
+
- test/reports/TEST-String-constantize.xml
|
407
433
|
- test/reports/TEST-String-formatting.xml
|
408
434
|
- test/reports/TEST-String-indent.xml
|
409
|
-
- test/reports/TEST-String-
|
435
|
+
- test/reports/TEST-String-underscore.xml
|
410
436
|
- test/reports/TEST-String.xml
|
437
|
+
- test/reports/TEST-commands-defaults-add.xml
|
438
|
+
- test/reports/TEST-commands-defaults-delete.xml
|
439
|
+
- test/reports/TEST-commands-defaults-list.xml
|
440
|
+
- test/reports/TEST-commands-defaults-providers.xml
|
441
|
+
- test/reports/TEST-commands.xml
|
411
442
|
- test/reports/TEST-constraints-HammerCLI-Validator-AllConstraint-exist-.xml
|
412
443
|
- test/reports/TEST-constraints-HammerCLI-Validator-AllConstraint.xml
|
413
444
|
- test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint-exist-.xml
|
@@ -477,187 +508,218 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
477
508
|
version: '0'
|
478
509
|
requirements: []
|
479
510
|
rubyforge_project:
|
480
|
-
rubygems_version: 2.4.
|
511
|
+
rubygems_version: 2.4.8
|
481
512
|
signing_key:
|
482
513
|
specification_version: 4
|
483
514
|
summary: Universal command-line interface
|
484
515
|
test_files:
|
485
|
-
- test/
|
486
|
-
- test/
|
487
|
-
- test/
|
516
|
+
- test/unit/abstract_test.rb
|
517
|
+
- test/unit/apipie/option_definition_test.rb
|
518
|
+
- test/unit/apipie/command_test.rb
|
519
|
+
- test/unit/apipie/option_builder_test.rb
|
520
|
+
- test/unit/completer_test.rb
|
521
|
+
- test/unit/connection_test.rb
|
522
|
+
- test/unit/fixtures/apipie/architectures.json
|
523
|
+
- test/unit/fixtures/apipie/documented.json
|
524
|
+
- test/unit/fixtures/json_input/invalid.json
|
525
|
+
- test/unit/fixtures/json_input/valid.json
|
526
|
+
- test/unit/fixtures/defaults/defaults.yml
|
527
|
+
- test/unit/history_test.rb
|
528
|
+
- test/unit/i18n_test.rb
|
529
|
+
- test/unit/logger_test.rb
|
530
|
+
- test/unit/main_test.rb
|
531
|
+
- test/unit/modules_test.rb
|
532
|
+
- test/unit/option_builder_test.rb
|
533
|
+
- test/unit/options/field_filter_test.rb
|
534
|
+
- test/unit/options/matcher_test.rb
|
535
|
+
- test/unit/options/option_definition_test.rb
|
536
|
+
- test/unit/options/normalizers_test.rb
|
537
|
+
- test/unit/output/adapter/abstract_test.rb
|
538
|
+
- test/unit/output/adapter/base_test.rb
|
539
|
+
- test/unit/output/adapter/csv_test.rb
|
540
|
+
- test/unit/output/adapter/table_test.rb
|
541
|
+
- test/unit/output/adapter/json_test.rb
|
542
|
+
- test/unit/output/adapter/yaml_test.rb
|
543
|
+
- test/unit/output/definition_test.rb
|
544
|
+
- test/unit/output/dsl_test.rb
|
545
|
+
- test/unit/output/fields_test.rb
|
546
|
+
- test/unit/output/output_test.rb
|
547
|
+
- test/unit/output/record_collection_test.rb
|
548
|
+
- test/unit/output/formatters_test.rb
|
549
|
+
- test/unit/settings_test.rb
|
550
|
+
- test/unit/utils_test.rb
|
551
|
+
- test/unit/validator_test.rb
|
552
|
+
- test/unit/exception_handler_test.rb
|
553
|
+
- test/unit/defaults_test.rb
|
554
|
+
- test/unit/test_helper.rb
|
555
|
+
- test/reports/TEST-Fields-ContainerField.xml
|
556
|
+
- test/reports/TEST-Fields-ContainerField-display-.xml
|
557
|
+
- test/reports/TEST-Fields-ContainerField-display-blank-is-allowed.xml
|
488
558
|
- test/reports/TEST-Fields-ContainerField-display-blank-is-not-allowed.xml
|
489
|
-
- test/reports/TEST-
|
490
|
-
- test/reports/TEST-
|
491
|
-
- test/reports/TEST-
|
492
|
-
- test/reports/TEST-
|
493
|
-
- test/reports/TEST-
|
494
|
-
- test/reports/TEST-
|
495
|
-
- test/reports/TEST-
|
496
|
-
- test/reports/TEST-
|
497
|
-
- test/reports/TEST-
|
498
|
-
- test/reports/TEST-
|
499
|
-
- test/reports/TEST-HammerCLI
|
500
|
-
- test/reports/TEST-HammerCLI-
|
501
|
-
- test/reports/TEST-HammerCLI-
|
502
|
-
- test/reports/TEST-HammerCLI-AbstractCommand-
|
503
|
-
- test/reports/TEST-
|
504
|
-
- test/reports/TEST-HammerCLI-Output-Adapter-Table.xml
|
505
|
-
- test/reports/TEST-HammerCLI-Options-Normalizers-enum.xml
|
559
|
+
- test/reports/TEST-Fields-Field.xml
|
560
|
+
- test/reports/TEST-Fields-Field-display-.xml
|
561
|
+
- test/reports/TEST-Fields-Field-display-blank-is-allowed.xml
|
562
|
+
- test/reports/TEST-Fields-Field-display-blank-is-not-allowed.xml
|
563
|
+
- test/reports/TEST-Fields-Field-hide-blank-.xml
|
564
|
+
- test/reports/TEST-Fields-Field-parameters.xml
|
565
|
+
- test/reports/TEST-Fields-Label.xml
|
566
|
+
- test/reports/TEST-Fields-Label-display-.xml
|
567
|
+
- test/reports/TEST-Fields-Label-display-blank-is-allowed.xml
|
568
|
+
- test/reports/TEST-Fields-Label-display-blank-is-not-allowed.xml
|
569
|
+
- test/reports/TEST-HammerCLI.xml
|
570
|
+
- test/reports/TEST-HammerCLI-AbstractCommand.xml
|
571
|
+
- test/reports/TEST-HammerCLI-AbstractCommand-build-options.xml
|
572
|
+
- test/reports/TEST-HammerCLI-AbstractCommand-exception-handler.xml
|
573
|
+
- test/reports/TEST-HammerCLI-AbstractCommand-logging.xml
|
506
574
|
- test/reports/TEST-HammerCLI-AbstractCommand-option-builder.xml
|
507
|
-
- test/reports/TEST-
|
508
|
-
- test/reports/TEST-HammerCLI-Apipie-Command.xml
|
509
|
-
- test/reports/TEST-HammerCLI-Options-Normalizers-bool.xml
|
510
|
-
- test/reports/TEST-HammerCLI-Apipie-OptionBuilder-with-hash-params.xml
|
511
|
-
- test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-ids.xml
|
512
|
-
- test/reports/TEST-Fields-ContainerField.xml
|
575
|
+
- test/reports/TEST-HammerCLI-AbstractCommand-options.xml
|
513
576
|
- test/reports/TEST-HammerCLI-AbstractCommand-output.xml
|
514
|
-
- test/reports/TEST-HammerCLI-
|
515
|
-
- test/reports/TEST-HammerCLI-
|
516
|
-
- test/reports/TEST-HammerCLI-
|
517
|
-
- test/reports/TEST-HammerCLI-
|
518
|
-
- test/reports/TEST-HammerCLI-
|
519
|
-
- test/reports/TEST-HammerCLI-
|
577
|
+
- test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior.xml
|
578
|
+
- test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-remove-subcommand.xml
|
579
|
+
- test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-subcommand.xml
|
580
|
+
- test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-subcommand-.xml
|
581
|
+
- test/reports/TEST-HammerCLI-Apipie-Command.xml
|
582
|
+
- test/reports/TEST-HammerCLI-Apipie-Command-options.xml
|
583
|
+
- test/reports/TEST-HammerCLI-Apipie-Command-reload-apipie-cache.xml
|
584
|
+
- test/reports/TEST-HammerCLI-Apipie-Command-resource-defined.xml
|
585
|
+
- test/reports/TEST-HammerCLI-Apipie-Command-setting-resources.xml
|
586
|
+
- test/reports/TEST-HammerCLI-Apipie-OptionBuilder.xml
|
520
587
|
- test/reports/TEST-HammerCLI-Apipie-OptionBuilder-aliasing-resources.xml
|
521
|
-
- test/reports/TEST-HammerCLI-
|
522
|
-
- test/reports/TEST-HammerCLI-
|
523
|
-
- test/reports/TEST-HammerCLI-
|
524
|
-
- test/reports/TEST-HammerCLI-
|
525
|
-
- test/reports/TEST-HammerCLI-
|
526
|
-
- test/reports/TEST-HammerCLI-Output-Output.xml
|
588
|
+
- test/reports/TEST-HammerCLI-Apipie-OptionBuilder-filtering-options.xml
|
589
|
+
- test/reports/TEST-HammerCLI-Apipie-OptionBuilder-required-options.xml
|
590
|
+
- test/reports/TEST-HammerCLI-Apipie-OptionBuilder-setting-correct-normalizers.xml
|
591
|
+
- test/reports/TEST-HammerCLI-Apipie-OptionBuilder-setting-referenced-resources.xml
|
592
|
+
- test/reports/TEST-HammerCLI-Apipie-OptionBuilder-with-hash-params.xml
|
527
593
|
- test/reports/TEST-HammerCLI-Apipie-OptionBuilder-with-one-simple-param.xml
|
594
|
+
- test/reports/TEST-HammerCLI-Apipie-OptionDefinition.xml
|
595
|
+
- test/reports/TEST-HammerCLI-Apipie-OptionDefinition-referenced-resource.xml
|
596
|
+
- test/reports/TEST-HammerCLI-Completer.xml
|
597
|
+
- test/reports/TEST-HammerCLI-Completer-command-completion.xml
|
598
|
+
- test/reports/TEST-HammerCLI-Completer-option-value-completion.xml
|
599
|
+
- test/reports/TEST-HammerCLI-Completer-subcommand-completion.xml
|
528
600
|
- test/reports/TEST-HammerCLI-CompleterLine.xml
|
529
|
-
- test/reports/TEST-HammerCLI-
|
530
|
-
- test/reports/TEST-
|
531
|
-
- test/reports/TEST-HammerCLI-
|
532
|
-
- test/reports/TEST-HammerCLI-
|
601
|
+
- test/reports/TEST-HammerCLI-CompleterLine-line-complete.xml
|
602
|
+
- test/reports/TEST-HammerCLI-CompleterLine-splitting-words.xml
|
603
|
+
- test/reports/TEST-HammerCLI-CompleterWord.xml
|
604
|
+
- test/reports/TEST-HammerCLI-CompleterWord-complete-.xml
|
533
605
|
- test/reports/TEST-HammerCLI-CompleterWord-quote.xml
|
534
|
-
- test/reports/TEST-HammerCLI-
|
535
|
-
- test/reports/TEST-HammerCLI-
|
606
|
+
- test/reports/TEST-HammerCLI-CompleterWord-quoted-.xml
|
607
|
+
- test/reports/TEST-HammerCLI-Connection.xml
|
608
|
+
- test/reports/TEST-HammerCLI-Defaults.xml
|
609
|
+
- test/reports/TEST-HammerCLI-ExceptionHandler.xml
|
610
|
+
- test/reports/TEST-HammerCLI-I18n.xml
|
611
|
+
- test/reports/TEST-HammerCLI-MainCommand.xml
|
612
|
+
- test/reports/TEST-HammerCLI-MainCommand-loading-context.xml
|
536
613
|
- test/reports/TEST-HammerCLI-MainCommand-loading-context-password.xml
|
537
|
-
- test/reports/TEST-HammerCLI-
|
538
|
-
- test/reports/TEST-HammerCLI-
|
539
|
-
- test/reports/TEST-HammerCLI-
|
540
|
-
- test/reports/TEST-HammerCLI-
|
541
|
-
- test/reports/TEST-Fields-ContainerField-display-blank-is-allowed.xml
|
542
|
-
- test/reports/TEST-HammerCLI-CompleterWord.xml
|
543
|
-
- test/reports/TEST-HammerCLI-Apipie-Command-setting-resources.xml
|
614
|
+
- test/reports/TEST-HammerCLI-MainCommand-loading-context-username.xml
|
615
|
+
- test/reports/TEST-HammerCLI-MainCommand-loading-context-verbose.xml
|
616
|
+
- test/reports/TEST-HammerCLI-Modules.xml
|
617
|
+
- test/reports/TEST-HammerCLI-Modules-find-by-name.xml
|
544
618
|
- test/reports/TEST-HammerCLI-Modules-load-a-module.xml
|
545
|
-
- test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-required.xml
|
546
|
-
- test/reports/TEST-HammerCLI-Options-Normalizers-enumlist.xml
|
547
|
-
- test/reports/TEST-HammerCLI-Output-Adapter-Base-print-collection-show-ids.xml
|
548
|
-
- test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint-exist-.xml
|
549
|
-
- test/reports/TEST-HammerCLI-ShellHistory-saving-history.xml
|
550
|
-
- test/reports/TEST-String.xml
|
551
|
-
- test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-formatters.xml
|
552
|
-
- test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint.xml
|
553
|
-
- test/reports/TEST-HammerCLI-Output-Adapter-Base-print-collection.xml
|
554
|
-
- test/reports/TEST-Fields-ContainerField-display-.xml
|
555
|
-
- test/reports/TEST-HammerCLI-Settings-load-from-paths.xml
|
556
|
-
- test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-message.xml
|
557
|
-
- test/reports/TEST-HammerCLI-Settings.xml
|
558
|
-
- test/reports/TEST-HammerCLI-Output-RecordCollection.xml
|
559
619
|
- test/reports/TEST-HammerCLI-Modules-load-a-module-module-not-found.xml
|
560
|
-
- test/reports/TEST-HammerCLI-Output-Formatters-FieldFormatter.xml
|
561
|
-
- test/reports/TEST-HammerCLI-Completer-subcommand-completion.xml
|
562
|
-
- test/reports/TEST-HammerCLI-Output-Adapter-Abstract.xml
|
563
|
-
- test/reports/TEST-HammerCLI-Output-Formatters-FormatterLibrary.xml
|
564
|
-
- test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-remove-subcommand.xml
|
565
|
-
- test/reports/TEST-HammerCLI-Output-Output-messages.xml
|
566
|
-
- test/reports/TEST-HammerCLI-MainCommand-loading-context-verbose.xml
|
567
|
-
- test/reports/TEST-HammerCLI-Completer-option-value-completion.xml
|
568
|
-
- test/reports/TEST-HammerCLI-AbstractCommand-subcommand-behavior-subcommand.xml
|
569
|
-
- test/reports/TEST-Fields-Field.xml
|
570
|
-
- test/reports/TEST-HammerCLI-AbstractCommand.xml
|
571
|
-
- test/reports/TEST-HammerCLI-CompleterWord-quoted-.xml
|
572
620
|
- test/reports/TEST-HammerCLI-Modules-load-a-module-module-runtime-exception.xml
|
573
|
-
- test/reports/TEST-HammerCLI-
|
574
|
-
- test/reports/TEST-
|
575
|
-
- test/reports/TEST-HammerCLI-Options-Normalizers-datetime.xml
|
576
|
-
- test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-fields-with-containers.xml
|
577
|
-
- test/reports/TEST-HammerCLI-Completer-command-completion.xml
|
578
|
-
- test/reports/TEST-HammerCLI-Options-OptionDefinition.xml
|
621
|
+
- test/reports/TEST-HammerCLI-Modules-load-a-module-success.xml
|
622
|
+
- test/reports/TEST-String.xml
|
579
623
|
- test/reports/TEST-HammerCLI-Modules-load-all-modules.xml
|
580
|
-
- test/reports/TEST-HammerCLI-
|
581
|
-
- test/reports/TEST-
|
582
|
-
- test/reports/TEST-HammerCLI-
|
583
|
-
- test/reports/TEST-HammerCLI-
|
584
|
-
- test/reports/TEST-MiniTest-Spec.xml
|
585
|
-
- test/reports/TEST-HammerCLI-Output-Output-adapters.xml
|
586
|
-
- test/reports/TEST-HammerCLI-MainCommand-loading-context-username.xml
|
624
|
+
- test/reports/TEST-HammerCLI-Modules-names.xml
|
625
|
+
- test/reports/TEST-HammerCLI-OptionBuilderContainer.xml
|
626
|
+
- test/reports/TEST-HammerCLI-OptionBuilderContainer.0.xml
|
627
|
+
- test/reports/TEST-HammerCLI-Options-Matcher.xml
|
587
628
|
- test/reports/TEST-HammerCLI-Options-Normalizers.xml
|
629
|
+
- test/reports/TEST-HammerCLI-Options-Normalizers-abstract.xml
|
630
|
+
- test/reports/TEST-HammerCLI-Options-Normalizers-bool.xml
|
631
|
+
- test/reports/TEST-HammerCLI-Options-Normalizers-datetime.xml
|
632
|
+
- test/reports/TEST-HammerCLI-Options-Normalizers-enum.xml
|
633
|
+
- test/reports/TEST-HammerCLI-Options-Normalizers-enumlist.xml
|
634
|
+
- test/reports/TEST-HammerCLI-Options-Normalizers-json-input.xml
|
635
|
+
- test/reports/TEST-HammerCLI-Options-Normalizers-key-value-list.xml
|
636
|
+
- test/reports/TEST-HammerCLI-Options-Normalizers-list.xml
|
637
|
+
- test/reports/TEST-HammerCLI-Options-Normalizers-number.xml
|
638
|
+
- test/reports/TEST-HammerCLI-Options-OptionDefinition.xml
|
639
|
+
- test/reports/TEST-HammerCLI-Options-OptionDefinition-context.xml
|
640
|
+
- test/reports/TEST-HammerCLI-Options-OptionDefinition-deprecated-options.xml
|
641
|
+
- test/reports/TEST-HammerCLI-Options-OptionDefinition-formatters.xml
|
642
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-Abstract.xml
|
643
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-Abstract-error-messages.xml
|
644
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-Abstract-messages.xml
|
645
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-Abstract-test-data-for-field.xml
|
646
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-Base.xml
|
647
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-Base-print-collection.xml
|
648
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-Base-print-collection-show-ids.xml
|
649
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-CSValues.xml
|
650
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-message.xml
|
651
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection.xml
|
652
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-formatters.xml
|
653
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-fields-with-collections.xml
|
654
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-fields-with-containers.xml
|
655
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-ids.xml
|
656
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-Json.xml
|
657
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-Json-print-collection.xml
|
658
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-Json-print-collection-show-ids.xml
|
659
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-Json-print-message.xml
|
660
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-Table.xml
|
661
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection.xml
|
662
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-column-width.xml
|
663
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-formatters.xml
|
664
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-handle-ids.xml
|
665
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-Table-print-collection-sort-columns.xml
|
666
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-Yaml.xml
|
667
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-collection.xml
|
668
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-collection-show-ids.xml
|
669
|
+
- test/reports/TEST-HammerCLI-Output-Adapter-Yaml-print-message.xml
|
670
|
+
- test/reports/TEST-HammerCLI-Output-Definition.xml
|
671
|
+
- test/reports/TEST-HammerCLI-Output-Definition-empty-.xml
|
588
672
|
- test/reports/TEST-HammerCLI-Output-Dsl.xml
|
589
|
-
- test/reports/TEST-HammerCLI-Output-Output-data.xml
|
590
|
-
- test/reports/TEST-Fields-Field-display-.xml
|
591
673
|
- test/reports/TEST-HammerCLI-Output-Dsl-collection.xml
|
592
|
-
- test/reports/TEST-HammerCLI-
|
674
|
+
- test/reports/TEST-HammerCLI-Output-Dsl-custom-fields.xml
|
593
675
|
- test/reports/TEST-HammerCLI-Output-Dsl-fields.xml
|
594
|
-
- test/reports/TEST-HammerCLI-
|
595
|
-
- test/reports/TEST-HammerCLI-Completer.xml
|
596
|
-
- test/reports/TEST-String-interactive-.xml
|
597
|
-
- test/reports/TEST-HammerCLI-Output-Adapter-CSValues-print-collection-handle-fields-with-collections.xml
|
598
|
-
- test/reports/TEST-String-formatting.xml
|
676
|
+
- test/reports/TEST-HammerCLI-Output-Dsl-label.xml
|
599
677
|
- test/reports/TEST-HammerCLI-Output-Dsl-path-definition.xml
|
600
|
-
- test/reports/TEST-HammerCLI-Output-
|
601
|
-
- test/reports/TEST-HammerCLI-Output-
|
678
|
+
- test/reports/TEST-HammerCLI-Output-FieldFilter.xml
|
679
|
+
- test/reports/TEST-HammerCLI-Output-Formatters-BooleanFormatter.xml
|
602
680
|
- test/reports/TEST-HammerCLI-Output-Formatters-ColorFormatter.xml
|
603
|
-
- test/reports/TEST-HammerCLI-
|
604
|
-
- test/reports/TEST-HammerCLI-Output-
|
605
|
-
- test/reports/TEST-HammerCLI-Output-
|
606
|
-
- test/reports/TEST-HammerCLI-
|
607
|
-
- test/reports/TEST-
|
608
|
-
- test/reports/TEST-
|
609
|
-
- test/reports/TEST-
|
681
|
+
- test/reports/TEST-HammerCLI-Output-Formatters-DateFormatter.xml
|
682
|
+
- test/reports/TEST-HammerCLI-Output-Formatters-FieldFormatter.xml
|
683
|
+
- test/reports/TEST-HammerCLI-Output-Formatters-FormatterContainer.xml
|
684
|
+
- test/reports/TEST-HammerCLI-Output-Formatters-FormatterLibrary.xml
|
685
|
+
- test/reports/TEST-HammerCLI-Settings.xml
|
686
|
+
- test/reports/TEST-HammerCLI-Output-Formatters-KeyValueFormatter.xml
|
687
|
+
- test/reports/TEST-HammerCLI-Output-Formatters-ListFormatter.xml
|
610
688
|
- test/reports/TEST-HammerCLI-Output-Formatters-LongTextFormatter.xml
|
611
|
-
- test/reports/TEST-HammerCLI-Output-
|
689
|
+
- test/reports/TEST-HammerCLI-Output-Output.xml
|
690
|
+
- test/reports/TEST-HammerCLI-Output-Output-adapters.xml
|
691
|
+
- test/reports/TEST-HammerCLI-Output-Output-data.xml
|
692
|
+
- test/reports/TEST-HammerCLI-Output-Output-formatters.xml
|
693
|
+
- test/reports/TEST-HammerCLI-Output-Output-messages.xml
|
694
|
+
- test/reports/TEST-HammerCLI-Output-RecordCollection.xml
|
695
|
+
- test/reports/TEST-HammerCLI-Settings-load-from-paths.xml
|
696
|
+
- test/reports/TEST-HammerCLI-ShellHistory.xml
|
697
|
+
- test/reports/TEST-HammerCLI-ShellHistory-loading-old-history.xml
|
698
|
+
- test/reports/TEST-HammerCLI-ShellHistory-saving-history.xml
|
699
|
+
- test/reports/TEST-HammerCLI-constant-path.xml
|
700
|
+
- test/reports/TEST-HammerCLI-interactive-.xml
|
701
|
+
- test/reports/TEST-Logging-LogEvent.xml
|
702
|
+
- test/reports/TEST-Logging-LogEvent-filtering.xml
|
703
|
+
- test/reports/TEST-MiniTest-Spec.xml
|
612
704
|
- test/reports/TEST-String-camelize.xml
|
705
|
+
- test/reports/TEST-String-constantize.xml
|
706
|
+
- test/reports/TEST-String-formatting.xml
|
613
707
|
- test/reports/TEST-String-indent.xml
|
614
|
-
- test/reports/TEST-
|
615
|
-
- test/reports/TEST-
|
616
|
-
- test/reports/TEST-
|
708
|
+
- test/reports/TEST-String-underscore.xml
|
709
|
+
- test/reports/TEST-commands.xml
|
710
|
+
- test/reports/TEST-commands-defaults-add.xml
|
711
|
+
- test/reports/TEST-commands-defaults-delete.xml
|
712
|
+
- test/reports/TEST-commands-defaults-list.xml
|
713
|
+
- test/reports/TEST-commands-defaults-providers.xml
|
714
|
+
- test/reports/TEST-constraints.xml
|
617
715
|
- test/reports/TEST-constraints-HammerCLI-Validator-AllConstraint.xml
|
618
|
-
- test/reports/TEST-HammerCLI-
|
619
|
-
- test/reports/TEST-HammerCLI-
|
620
|
-
- test/reports/TEST-HammerCLI-
|
621
|
-
- test/reports/TEST-HammerCLI-
|
716
|
+
- test/reports/TEST-constraints-HammerCLI-Validator-AllConstraint-exist-.xml
|
717
|
+
- test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint.xml
|
718
|
+
- test/reports/TEST-constraints-HammerCLI-Validator-AnyConstraint-exist-.xml
|
719
|
+
- test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint.xml
|
720
|
+
- test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-exist-.xml
|
721
|
+
- test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-rejected.xml
|
722
|
+
- test/reports/TEST-constraints-HammerCLI-Validator-BaseConstraint-required.xml
|
622
723
|
- test/functional/defaults_test.rb
|
623
724
|
- test/functional/test_helper.rb
|
624
|
-
- test/unit/logger_test.rb
|
625
|
-
- test/unit/abstract_test.rb
|
626
|
-
- test/unit/validator_test.rb
|
627
|
-
- test/unit/main_test.rb
|
628
|
-
- test/unit/options/field_filter_test.rb
|
629
|
-
- test/unit/options/option_definition_test.rb
|
630
|
-
- test/unit/options/normalizers_test.rb
|
631
|
-
- test/unit/options/matcher_test.rb
|
632
|
-
- test/unit/settings_test.rb
|
633
|
-
- test/unit/exception_handler_test.rb
|
634
|
-
- test/unit/defaults_test.rb
|
635
|
-
- test/unit/utils_test.rb
|
636
|
-
- test/unit/fixtures/json_input/valid.json
|
637
|
-
- test/unit/fixtures/json_input/invalid.json
|
638
|
-
- test/unit/fixtures/apipie/documented.json
|
639
|
-
- test/unit/fixtures/apipie/architectures.json
|
640
|
-
- test/unit/fixtures/defaults/defaults.yml
|
641
|
-
- test/unit/apipie/command_test.rb
|
642
|
-
- test/unit/apipie/option_definition_test.rb
|
643
|
-
- test/unit/apipie/option_builder_test.rb
|
644
|
-
- test/unit/i18n_test.rb
|
645
|
-
- test/unit/option_builder_test.rb
|
646
|
-
- test/unit/output/fields_test.rb
|
647
|
-
- test/unit/output/adapter/csv_test.rb
|
648
|
-
- test/unit/output/adapter/abstract_test.rb
|
649
|
-
- test/unit/output/adapter/json_test.rb
|
650
|
-
- test/unit/output/adapter/base_test.rb
|
651
|
-
- test/unit/output/adapter/table_test.rb
|
652
|
-
- test/unit/output/adapter/yaml_test.rb
|
653
|
-
- test/unit/output/dsl_test.rb
|
654
|
-
- test/unit/output/output_test.rb
|
655
|
-
- test/unit/output/formatters_test.rb
|
656
|
-
- test/unit/output/record_collection_test.rb
|
657
|
-
- test/unit/output/definition_test.rb
|
658
|
-
- test/unit/completer_test.rb
|
659
|
-
- test/unit/history_test.rb
|
660
|
-
- test/unit/modules_test.rb
|
661
|
-
- test/unit/test_helper.rb
|
662
|
-
- test/unit/connection_test.rb
|
663
725
|
- test/test_helper.rb
|