nanoc 4.8.12 → 4.8.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/NEWS.md +6 -0
- data/lib/nanoc/base/entities/document.rb +16 -1
- data/lib/nanoc/base/feature.rb +1 -1
- data/lib/nanoc/base/repos/action_sequence_store.rb +3 -3
- data/lib/nanoc/base/repos/checksum_store.rb +3 -3
- data/lib/nanoc/base/repos/compiled_content_cache.rb +3 -3
- data/lib/nanoc/base/repos/dependency_store.rb +3 -3
- data/lib/nanoc/base/repos/outdatedness_store.rb +3 -3
- data/lib/nanoc/base/repos/store.rb +3 -5
- data/lib/nanoc/base/services/compiler_loader.rb +5 -5
- data/lib/nanoc/base/views/mixins/mutable_document_view_mixin.rb +2 -14
- data/lib/nanoc/cli/commands/compile.rb +18 -0
- data/lib/nanoc/cli/commands/live.rb +1 -0
- data/lib/nanoc/cli/commands/view.rb +12 -35
- data/lib/nanoc/filters/redcarpet.rb +26 -65
- data/lib/nanoc/version.rb +1 -1
- metadata +2 -293
- data/.rspec +0 -3
- data/.rubocop.yml +0 -173
- data/Rakefile +0 -25
- data/nanoc.gemspec +0 -44
- data/nanoc.manifest +0 -543
- data/spec/contributors_spec.rb +0 -20
- data/spec/gem_spec.rb +0 -21
- data/spec/manifest_spec.rb +0 -22
- data/spec/nanoc/base/changes_stream_spec.rb +0 -45
- data/spec/nanoc/base/checksummer_spec.rb +0 -419
- data/spec/nanoc/base/compiler_spec.rb +0 -149
- data/spec/nanoc/base/core_ext/array_spec.rb +0 -35
- data/spec/nanoc/base/core_ext/hash_spec.rb +0 -41
- data/spec/nanoc/base/core_ext/string_spec.rb +0 -23
- data/spec/nanoc/base/directed_graph_spec.rb +0 -258
- data/spec/nanoc/base/entities/action_sequence_spec.rb +0 -297
- data/spec/nanoc/base/entities/code_snippet_spec.rb +0 -60
- data/spec/nanoc/base/entities/configuration_spec.rb +0 -132
- data/spec/nanoc/base/entities/content_spec.rb +0 -195
- data/spec/nanoc/base/entities/context_spec.rb +0 -26
- data/spec/nanoc/base/entities/document_spec.rb +0 -258
- data/spec/nanoc/base/entities/identifiable_collection_spec.rb +0 -209
- data/spec/nanoc/base/entities/identifier_spec.rb +0 -472
- data/spec/nanoc/base/entities/item_rep_spec.rb +0 -26
- data/spec/nanoc/base/entities/item_spec.rb +0 -13
- data/spec/nanoc/base/entities/layout_spec.rb +0 -13
- data/spec/nanoc/base/entities/lazy_value_spec.rb +0 -108
- data/spec/nanoc/base/entities/outdatedness_status_spec.rb +0 -115
- data/spec/nanoc/base/entities/pattern_spec.rb +0 -133
- data/spec/nanoc/base/entities/processing_action_spec.rb +0 -11
- data/spec/nanoc/base/entities/processing_actions/filter_spec.rb +0 -20
- data/spec/nanoc/base/entities/processing_actions/layout_spec.rb +0 -20
- data/spec/nanoc/base/entities/processing_actions/snapshot_spec.rb +0 -40
- data/spec/nanoc/base/entities/props_spec.rb +0 -413
- data/spec/nanoc/base/entities/site_spec.rb +0 -80
- data/spec/nanoc/base/errors/dependency_cycle_spec.rb +0 -35
- data/spec/nanoc/base/feature_spec.rb +0 -109
- data/spec/nanoc/base/filter_spec.rb +0 -166
- data/spec/nanoc/base/item_rep_writer_spec.rb +0 -140
- data/spec/nanoc/base/memoization_spec.rb +0 -108
- data/spec/nanoc/base/repos/aggregate_data_source_spec.rb +0 -87
- data/spec/nanoc/base/repos/checksum_store_spec.rb +0 -155
- data/spec/nanoc/base/repos/compiled_content_cache_spec.rb +0 -65
- data/spec/nanoc/base/repos/config_loader_spec.rb +0 -245
- data/spec/nanoc/base/repos/data_source_spec.rb +0 -95
- data/spec/nanoc/base/repos/dependency_store_spec.rb +0 -515
- data/spec/nanoc/base/repos/in_mem_data_source_spec.rb +0 -39
- data/spec/nanoc/base/repos/outdatedness_store_spec.rb +0 -72
- data/spec/nanoc/base/repos/prefixed_data_source_spec.rb +0 -39
- data/spec/nanoc/base/repos/site_loader_spec.rb +0 -264
- data/spec/nanoc/base/repos/snapshot_repo_spec.rb +0 -316
- data/spec/nanoc/base/repos/store_spec.rb +0 -93
- data/spec/nanoc/base/services/compiler/phases/abstract_spec.rb +0 -63
- data/spec/nanoc/base/services/compiler/phases/cache_spec.rb +0 -156
- data/spec/nanoc/base/services/compiler/stages/calculate_checksums_spec.rb +0 -74
- data/spec/nanoc/base/services/compiler/stages/cleanup_spec.rb +0 -88
- data/spec/nanoc/base/services/compiler/stages/compile_reps_spec.rb +0 -142
- data/spec/nanoc/base/services/compiler/stages/determine_outdatedness_spec.rb +0 -148
- data/spec/nanoc/base/services/compiler/stages/preprocess_spec.rb +0 -110
- data/spec/nanoc/base/services/dependency_tracker_spec.rb +0 -245
- data/spec/nanoc/base/services/executor_spec.rb +0 -686
- data/spec/nanoc/base/services/item_rep_router_spec.rb +0 -198
- data/spec/nanoc/base/services/item_rep_selector_spec.rb +0 -227
- data/spec/nanoc/base/services/notification_center_spec.rb +0 -25
- data/spec/nanoc/base/services/outdatedness_checker_spec.rb +0 -778
- data/spec/nanoc/base/services/outdatedness_rules_spec.rb +0 -495
- data/spec/nanoc/base/services/pruner_spec.rb +0 -116
- data/spec/nanoc/base/services/temp_filename_factory_spec.rb +0 -89
- data/spec/nanoc/base/views/basic_item_rep_collection_view_spec.rb +0 -8
- data/spec/nanoc/base/views/basic_item_rep_view_spec.rb +0 -9
- data/spec/nanoc/base/views/compilation_item_rep_collection_view_spec.rb +0 -8
- data/spec/nanoc/base/views/compilation_item_rep_view_spec.rb +0 -136
- data/spec/nanoc/base/views/config_view_spec.rb +0 -144
- data/spec/nanoc/base/views/item_collection_with_reps_view_spec.rb +0 -23
- data/spec/nanoc/base/views/item_collection_without_reps_view_spec.rb +0 -23
- data/spec/nanoc/base/views/item_view_spec.rb +0 -376
- data/spec/nanoc/base/views/layout_collection_view_spec.rb +0 -23
- data/spec/nanoc/base/views/layout_view_spec.rb +0 -18
- data/spec/nanoc/base/views/mutable_config_view_spec.rb +0 -18
- data/spec/nanoc/base/views/mutable_item_collection_view_spec.rb +0 -60
- data/spec/nanoc/base/views/mutable_item_view_spec.rb +0 -26
- data/spec/nanoc/base/views/mutable_layout_collection_view_spec.rb +0 -60
- data/spec/nanoc/base/views/mutable_layout_view_spec.rb +0 -17
- data/spec/nanoc/base/views/post_compile_item_rep_collection_view_spec.rb +0 -8
- data/spec/nanoc/base/views/post_compile_item_rep_view_spec.rb +0 -216
- data/spec/nanoc/base/views/post_compile_item_view_spec.rb +0 -58
- data/spec/nanoc/base/views/support/document_view_examples.rb +0 -340
- data/spec/nanoc/base/views/support/identifiable_collection_view_examples.rb +0 -277
- data/spec/nanoc/base/views/support/item_rep_collection_view_examples.rb +0 -140
- data/spec/nanoc/base/views/support/item_rep_view_examples.rb +0 -308
- data/spec/nanoc/base/views/support/mutable_document_view_examples.rb +0 -188
- data/spec/nanoc/base/views/support/mutable_identifiable_collection_view_examples.rb +0 -44
- data/spec/nanoc/checking/runner_spec.rb +0 -26
- data/spec/nanoc/cli/command_runner_spec.rb +0 -107
- data/spec/nanoc/cli/commands/compile/abstract_spec.rb +0 -80
- data/spec/nanoc/cli/commands/compile/diff_generator_spec.rb +0 -44
- data/spec/nanoc/cli/commands/compile/file_action_printer_spec.rb +0 -112
- data/spec/nanoc/cli/commands/compile/timing_recorder_spec.rb +0 -287
- data/spec/nanoc/cli/commands/compile_spec.rb +0 -45
- data/spec/nanoc/cli/commands/deploy_spec.rb +0 -329
- data/spec/nanoc/cli/commands/shell_spec.rb +0 -77
- data/spec/nanoc/cli/commands/show_data_spec.rb +0 -286
- data/spec/nanoc/cli/commands/show_plugins_spec.rb +0 -20
- data/spec/nanoc/cli/commands/show_rules_spec.rb +0 -118
- data/spec/nanoc/cli/commands/view_spec.rb +0 -75
- data/spec/nanoc/cli/error_handler_spec.rb +0 -43
- data/spec/nanoc/cli/stack_trace_writer_spec.rb +0 -156
- data/spec/nanoc/cli/stream_cleaners/utf8_spec.rb +0 -9
- data/spec/nanoc/cli_spec.rb +0 -44
- data/spec/nanoc/data_sources/filesystem_spec.rb +0 -128
- data/spec/nanoc/deploying/fog_spec.rb +0 -199
- data/spec/nanoc/deploying/git_spec.rb +0 -305
- data/spec/nanoc/extra/live_recompiler_spec.rb +0 -129
- data/spec/nanoc/extra/parallel_collection_spec.rb +0 -110
- data/spec/nanoc/filters/asciidoctor_spec.rb +0 -12
- data/spec/nanoc/filters/colorize_syntax/rouge_spec.rb +0 -155
- data/spec/nanoc/filters/less_spec.rb +0 -122
- data/spec/nanoc/helpers/blogging_spec.rb +0 -219
- data/spec/nanoc/helpers/breadcrumbs_spec.rb +0 -135
- data/spec/nanoc/helpers/capturing_spec.rb +0 -256
- data/spec/nanoc/helpers/child_parent_spec.rb +0 -76
- data/spec/nanoc/helpers/filtering_spec.rb +0 -77
- data/spec/nanoc/helpers/html_escape_spec.rb +0 -37
- data/spec/nanoc/helpers/link_to_spec.rb +0 -320
- data/spec/nanoc/helpers/rendering_spec.rb +0 -144
- data/spec/nanoc/helpers/tagging_spec.rb +0 -106
- data/spec/nanoc/helpers/text_spec.rb +0 -60
- data/spec/nanoc/integration/compile_command_spec.rb +0 -33
- data/spec/nanoc/integration/outdatedness_integration_spec.rb +0 -269
- data/spec/nanoc/integration/partial_recompilation_spec.rb +0 -50
- data/spec/nanoc/regressions/gh_1015_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_1022_spec.rb +0 -26
- data/spec/nanoc/regressions/gh_1031_spec.rb +0 -56
- data/spec/nanoc/regressions/gh_1035_spec.rb +0 -35
- data/spec/nanoc/regressions/gh_1037a_spec.rb +0 -31
- data/spec/nanoc/regressions/gh_1037b_spec.rb +0 -20
- data/spec/nanoc/regressions/gh_1040_spec.rb +0 -24
- data/spec/nanoc/regressions/gh_1045_spec.rb +0 -50
- data/spec/nanoc/regressions/gh_1047_spec.rb +0 -30
- data/spec/nanoc/regressions/gh_1064_spec.rb +0 -20
- data/spec/nanoc/regressions/gh_1067_spec.rb +0 -36
- data/spec/nanoc/regressions/gh_1082a_spec.rb +0 -20
- data/spec/nanoc/regressions/gh_1082b_spec.rb +0 -22
- data/spec/nanoc/regressions/gh_1082c_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_1082d_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_1093_spec.rb +0 -51
- data/spec/nanoc/regressions/gh_1094_spec.rb +0 -24
- data/spec/nanoc/regressions/gh_1097_spec.rb +0 -23
- data/spec/nanoc/regressions/gh_1100_spec.rb +0 -22
- data/spec/nanoc/regressions/gh_1102_spec.rb +0 -28
- data/spec/nanoc/regressions/gh_1107_spec.rb +0 -15
- data/spec/nanoc/regressions/gh_1130_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_1134_spec.rb +0 -29
- data/spec/nanoc/regressions/gh_1145_spec.rb +0 -18
- data/spec/nanoc/regressions/gh_1171_spec.rb +0 -57
- data/spec/nanoc/regressions/gh_1185_spec.rb +0 -22
- data/spec/nanoc/regressions/gh_1216_spec.rb +0 -91
- data/spec/nanoc/regressions/gh_1248_spec.rb +0 -24
- data/spec/nanoc/regressions/gh_761_spec.rb +0 -25
- data/spec/nanoc/regressions/gh_767_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_769_spec.rb +0 -32
- data/spec/nanoc/regressions/gh_776_spec.rb +0 -42
- data/spec/nanoc/regressions/gh_787_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_795_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_804_spec.rb +0 -28
- data/spec/nanoc/regressions/gh_807_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_809_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_813_spec.rb +0 -24
- data/spec/nanoc/regressions/gh_815_spec.rb +0 -20
- data/spec/nanoc/regressions/gh_828_spec.rb +0 -25
- data/spec/nanoc/regressions/gh_833_spec.rb +0 -16
- data/spec/nanoc/regressions/gh_841_spec.rb +0 -17
- data/spec/nanoc/regressions/gh_867_spec.rb +0 -17
- data/spec/nanoc/regressions/gh_882_spec.rb +0 -31
- data/spec/nanoc/regressions/gh_885_spec.rb +0 -32
- data/spec/nanoc/regressions/gh_891_spec.rb +0 -28
- data/spec/nanoc/regressions/gh_913_spec.rb +0 -26
- data/spec/nanoc/regressions/gh_924_spec.rb +0 -91
- data/spec/nanoc/regressions/gh_928_spec.rb +0 -7
- data/spec/nanoc/regressions/gh_937_spec.rb +0 -27
- data/spec/nanoc/regressions/gh_942_spec.rb +0 -23
- data/spec/nanoc/regressions/gh_947_spec.rb +0 -23
- data/spec/nanoc/regressions/gh_948_spec.rb +0 -18
- data/spec/nanoc/regressions/gh_951_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_954_spec.rb +0 -35
- data/spec/nanoc/regressions/gh_970a_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_970b_spec.rb +0 -52
- data/spec/nanoc/regressions/gh_974_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_981_spec.rb +0 -23
- data/spec/nanoc/rule_dsl/action_sequence_calculator_spec.rb +0 -230
- data/spec/nanoc/rule_dsl/recording_executor_spec.rb +0 -145
- data/spec/nanoc/rule_dsl/rule_context_spec.rb +0 -251
- data/spec/nanoc/rule_dsl/rule_spec.rb +0 -111
- data/spec/nanoc/rule_dsl/rules_collection_spec.rb +0 -301
- data/spec/nanoc/spec_spec.rb +0 -70
- data/spec/nanoc/telemetry/counter_spec.rb +0 -20
- data/spec/nanoc/telemetry/labelled_counter_spec.rb +0 -94
- data/spec/nanoc/telemetry/labelled_summary_spec.rb +0 -78
- data/spec/nanoc/telemetry/stopwatch_spec.rb +0 -63
- data/spec/nanoc/telemetry/summary_spec.rb +0 -68
- data/spec/nanoc/telemetry/table_spec.rb +0 -22
- data/spec/nanoc/telemetry_spec.rb +0 -28
- data/spec/regression_filenames_spec.rb +0 -18
- data/spec/spec_helper.rb +0 -371
- data/test/base/test_compiler.rb +0 -389
- data/test/base/test_filter.rb +0 -73
- data/test/base/test_site.rb +0 -146
- data/test/checking/checks/test_css.rb +0 -66
- data/test/checking/checks/test_external_links.rb +0 -88
- data/test/checking/checks/test_html.rb +0 -47
- data/test/checking/checks/test_internal_links.rb +0 -118
- data/test/checking/checks/test_mixed_content.rb +0 -190
- data/test/checking/checks/test_stale.rb +0 -69
- data/test/checking/test_check.rb +0 -22
- data/test/checking/test_dsl.rb +0 -35
- data/test/checking/test_runner.rb +0 -45
- data/test/cli/commands/test_check.rb +0 -20
- data/test/cli/commands/test_compile.rb +0 -199
- data/test/cli/commands/test_create_site.rb +0 -126
- data/test/cli/commands/test_help.rb +0 -10
- data/test/cli/commands/test_prune.rb +0 -157
- data/test/cli/test_cleaning_stream.rb +0 -97
- data/test/cli/test_cli.rb +0 -195
- data/test/cli/test_error_handler.rb +0 -102
- data/test/cli/test_logger.rb +0 -7
- data/test/data_sources/test_filesystem.rb +0 -1033
- data/test/data_sources/test_filesystem_tools.rb +0 -146
- data/test/deploying/test_fog.rb +0 -117
- data/test/deploying/test_git.rb +0 -263
- data/test/deploying/test_rsync.rb +0 -94
- data/test/extra/core_ext/test_time.rb +0 -17
- data/test/extra/test_link_collector.rb +0 -110
- data/test/extra/test_piper.rb +0 -48
- data/test/filters/colorize_syntax/test_coderay.rb +0 -247
- data/test/filters/colorize_syntax/test_common.rb +0 -109
- data/test/filters/colorize_syntax/test_pygmentize.rb +0 -39
- data/test/filters/colorize_syntax/test_pygments.rb +0 -21
- data/test/filters/colorize_syntax/test_simon.rb +0 -24
- data/test/filters/test_asciidoc.rb +0 -16
- data/test/filters/test_bluecloth.rb +0 -16
- data/test/filters/test_coffeescript.rb +0 -16
- data/test/filters/test_erb.rb +0 -107
- data/test/filters/test_erubi.rb +0 -75
- data/test/filters/test_erubis.rb +0 -76
- data/test/filters/test_haml.rb +0 -94
- data/test/filters/test_handlebars.rb +0 -61
- data/test/filters/test_kramdown.rb +0 -56
- data/test/filters/test_markaby.rb +0 -16
- data/test/filters/test_maruku.rb +0 -16
- data/test/filters/test_mustache.rb +0 -43
- data/test/filters/test_pandoc.rb +0 -47
- data/test/filters/test_rainpress.rb +0 -27
- data/test/filters/test_rdiscount.rb +0 -30
- data/test/filters/test_rdoc.rb +0 -14
- data/test/filters/test_redcarpet.rb +0 -111
- data/test/filters/test_redcloth.rb +0 -31
- data/test/filters/test_relativize_paths.rb +0 -887
- data/test/filters/test_rubypants.rb +0 -16
- data/test/filters/test_sass.rb +0 -315
- data/test/filters/test_slim.rb +0 -59
- data/test/filters/test_typogruby.rb +0 -18
- data/test/filters/test_uglify_js.rb +0 -30
- data/test/filters/test_xsl.rb +0 -192
- data/test/filters/test_yui_compressor.rb +0 -42
- data/test/fixtures/vcr_cassettes/css_run_error.yml +0 -70
- data/test/fixtures/vcr_cassettes/css_run_ok.yml +0 -60
- data/test/fixtures/vcr_cassettes/css_run_parse_error.yml +0 -70
- data/test/fixtures/vcr_cassettes/html_run_error.yml +0 -56
- data/test/fixtures/vcr_cassettes/html_run_ok.yml +0 -58
- data/test/helper.rb +0 -255
- data/test/helpers/test_blogging.rb +0 -684
- data/test/helpers/test_capturing.rb +0 -184
- data/test/helpers/test_link_to.rb +0 -57
- data/test/helpers/test_xml_sitemap.rb +0 -246
- data/test/rule_dsl/test_action_provider.rb +0 -80
- data/test/rule_dsl/test_compiler_dsl.rb +0 -448
- data/test/rule_dsl/test_rules_collection.rb +0 -93
@@ -1,305 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
describe Nanoc::Deploying::Deployers::Git, stdio: true do
|
4
|
-
let(:deployer) { described_class.new(output_dir, options, dry_run: dry_run) }
|
5
|
-
|
6
|
-
subject { deployer.run }
|
7
|
-
|
8
|
-
let(:output_dir) { 'output/' }
|
9
|
-
let(:options) { remote_options.merge(branch_options).merge(forced_options) }
|
10
|
-
let(:dry_run) { false }
|
11
|
-
|
12
|
-
let(:remote_options) { {} }
|
13
|
-
let(:branch_options) { {} }
|
14
|
-
let(:forced_options) { {} }
|
15
|
-
|
16
|
-
def run_and_get_stdout(*args)
|
17
|
-
stdout = +''
|
18
|
-
stderr = +''
|
19
|
-
piper = Nanoc::Extra::Piper.new(stdout: stdout, stderr: stderr)
|
20
|
-
piper.run(args, '')
|
21
|
-
stdout
|
22
|
-
end
|
23
|
-
|
24
|
-
def add_changes_to_remote
|
25
|
-
system('git', 'init', '--quiet', 'rere_tmp')
|
26
|
-
Dir.chdir('rere_tmp') do
|
27
|
-
system('git', 'config', 'user.name', 'Zebra Platypus')
|
28
|
-
system('git', 'config', 'user.email', 'zebra@platypus.example.com')
|
29
|
-
system('git', 'remote', 'add', 'origin', '../rere')
|
30
|
-
|
31
|
-
File.write('evil.txt', 'muaha')
|
32
|
-
system('git', 'add', 'evil.txt')
|
33
|
-
system('git', 'commit', '--quiet', '-m', 'muaha')
|
34
|
-
system('git', 'checkout', '--quiet', '-b', 'giraffe')
|
35
|
-
system('git', 'push', '--quiet', 'origin', 'master')
|
36
|
-
system('git', 'push', '--quiet', 'origin', 'giraffe')
|
37
|
-
end
|
38
|
-
end
|
39
|
-
|
40
|
-
def rev_list
|
41
|
-
run_and_get_stdout('git', 'rev-list', '--objects', '--all')
|
42
|
-
end
|
43
|
-
|
44
|
-
shared_examples 'branch configured properly' do
|
45
|
-
context 'clean working copy' do
|
46
|
-
it 'does not commit or push' do
|
47
|
-
subject
|
48
|
-
end
|
49
|
-
end
|
50
|
-
|
51
|
-
context 'non-clean working copy' do
|
52
|
-
before do
|
53
|
-
Dir.chdir(output_dir) { File.write('hello.txt', 'Hi there') }
|
54
|
-
end
|
55
|
-
|
56
|
-
shared_examples 'successful push' do
|
57
|
-
context 'no dry run' do
|
58
|
-
it 'outputs status' do
|
59
|
-
expect { subject }
|
60
|
-
.to output(/Deploying via Git to branch “#{branch}” on remote “#{remote}”…/)
|
61
|
-
.to_stdout
|
62
|
-
end
|
63
|
-
|
64
|
-
it 'makes a change in the local repo' do
|
65
|
-
expect { subject }
|
66
|
-
.to change { Dir.chdir(output_dir) { rev_list } }
|
67
|
-
.from(not_match(/^[a-f0-9]{40} hello\.txt$/))
|
68
|
-
.to(match(/^[a-f0-9]{40} hello\.txt$/))
|
69
|
-
|
70
|
-
expect(Dir.chdir(output_dir) { run_and_get_stdout('git', 'show', branch) })
|
71
|
-
.to match(/^Author: Nanoc <>$/)
|
72
|
-
end
|
73
|
-
|
74
|
-
it 'makes a change in the remote repo' do
|
75
|
-
expect { subject }
|
76
|
-
.to change { Dir.chdir('rere') { rev_list } }
|
77
|
-
.from(not_match(/^[a-f0-9]{40} hello\.txt$/))
|
78
|
-
.to(match(/^[a-f0-9]{40} hello\.txt$/))
|
79
|
-
end
|
80
|
-
end
|
81
|
-
|
82
|
-
context 'dry run' do
|
83
|
-
let(:dry_run) { true }
|
84
|
-
|
85
|
-
it 'makes a change in the local repo' do
|
86
|
-
expect { subject }
|
87
|
-
.not_to change { Dir.chdir(output_dir) { rev_list } }
|
88
|
-
end
|
89
|
-
|
90
|
-
it 'makes a change in the remote repo' do
|
91
|
-
expect { subject }
|
92
|
-
.not_to change { Dir.chdir('rere') { rev_list } }
|
93
|
-
end
|
94
|
-
end
|
95
|
-
end
|
96
|
-
|
97
|
-
context 'forced' do
|
98
|
-
let(:forced_options) { { forced: true } }
|
99
|
-
|
100
|
-
context 'remote has no other changes' do
|
101
|
-
include_examples 'successful push'
|
102
|
-
end
|
103
|
-
|
104
|
-
context 'remote has other changes' do
|
105
|
-
before { add_changes_to_remote }
|
106
|
-
include_examples 'successful push'
|
107
|
-
end
|
108
|
-
end
|
109
|
-
|
110
|
-
context 'not forced (implicit)' do
|
111
|
-
let(:forced_options) { {} }
|
112
|
-
|
113
|
-
context 'remote has no other changes' do
|
114
|
-
include_examples 'successful push'
|
115
|
-
end
|
116
|
-
|
117
|
-
context 'remote has other changes' do
|
118
|
-
before { add_changes_to_remote }
|
119
|
-
|
120
|
-
it 'raises' do
|
121
|
-
expect { subject }.to raise_error(Nanoc::Extra::Piper::Error)
|
122
|
-
end
|
123
|
-
end
|
124
|
-
end
|
125
|
-
|
126
|
-
context 'not forced (explicit)' do
|
127
|
-
let(:forced_options) { { forced: false } }
|
128
|
-
|
129
|
-
context 'remote has no other changes' do
|
130
|
-
include_examples 'successful push'
|
131
|
-
end
|
132
|
-
|
133
|
-
context 'remote has other changes' do
|
134
|
-
before { add_changes_to_remote }
|
135
|
-
|
136
|
-
it 'raises' do
|
137
|
-
expect { subject }.to raise_error(Nanoc::Extra::Piper::Error)
|
138
|
-
end
|
139
|
-
end
|
140
|
-
end
|
141
|
-
end
|
142
|
-
end
|
143
|
-
|
144
|
-
shared_examples 'remote configured properly' do
|
145
|
-
before do
|
146
|
-
system('git', 'init', '--bare', '--quiet', 'rere')
|
147
|
-
end
|
148
|
-
|
149
|
-
context 'default branch' do
|
150
|
-
context 'branch does not exist' do
|
151
|
-
it 'raises' do
|
152
|
-
expect { subject }.to raise_error(
|
153
|
-
Nanoc::Deploying::Deployers::Git::Errors::BranchDoesNotExist,
|
154
|
-
'The branch to deploy, master, does not exist.',
|
155
|
-
)
|
156
|
-
end
|
157
|
-
end
|
158
|
-
|
159
|
-
context 'branch exists' do
|
160
|
-
before do
|
161
|
-
Dir.chdir(output_dir) do
|
162
|
-
system('git', 'commit', '--quiet', '-m', 'init', '--allow-empty')
|
163
|
-
end
|
164
|
-
end
|
165
|
-
|
166
|
-
let(:branch) { 'master' }
|
167
|
-
|
168
|
-
include_examples 'branch configured properly'
|
169
|
-
end
|
170
|
-
end
|
171
|
-
|
172
|
-
context 'custom branch' do
|
173
|
-
let(:branch) { 'giraffe' }
|
174
|
-
let(:branch_options) { { branch: branch } }
|
175
|
-
|
176
|
-
context 'branch does not exist' do
|
177
|
-
it 'raises' do
|
178
|
-
expect { subject }.to raise_error(
|
179
|
-
Nanoc::Deploying::Deployers::Git::Errors::BranchDoesNotExist,
|
180
|
-
'The branch to deploy, giraffe, does not exist.',
|
181
|
-
)
|
182
|
-
end
|
183
|
-
end
|
184
|
-
|
185
|
-
context 'branch exists' do
|
186
|
-
before do
|
187
|
-
Dir.chdir(output_dir) do
|
188
|
-
system('git', 'commit', '--quiet', '-m', 'init', '--allow-empty')
|
189
|
-
system('git', 'branch', 'giraffe')
|
190
|
-
end
|
191
|
-
end
|
192
|
-
|
193
|
-
include_examples 'branch configured properly'
|
194
|
-
end
|
195
|
-
end
|
196
|
-
end
|
197
|
-
|
198
|
-
context 'output dir does not exist' do
|
199
|
-
it 'raises' do
|
200
|
-
expect { subject }.to raise_error(
|
201
|
-
Nanoc::Deploying::Deployers::Git::Errors::OutputDirDoesNotExist,
|
202
|
-
'The directory to deploy, output/, does not exist.',
|
203
|
-
)
|
204
|
-
end
|
205
|
-
end
|
206
|
-
|
207
|
-
context 'output dir exists' do
|
208
|
-
before do
|
209
|
-
FileUtils.mkdir_p(output_dir)
|
210
|
-
end
|
211
|
-
|
212
|
-
context 'output dir is not a Git repo' do
|
213
|
-
it 'raises' do
|
214
|
-
expect { subject }.to raise_error(
|
215
|
-
Nanoc::Deploying::Deployers::Git::Errors::OutputDirIsNotAGitRepo,
|
216
|
-
'The directory to deploy, output/, is not a Git repository.',
|
217
|
-
)
|
218
|
-
end
|
219
|
-
end
|
220
|
-
|
221
|
-
context 'output dir is a Git repo' do
|
222
|
-
before do
|
223
|
-
Dir.chdir(output_dir) do
|
224
|
-
system('git', 'init', '--quiet')
|
225
|
-
system('git', 'config', 'user.name', 'Donkey Giraffe')
|
226
|
-
system('git', 'config', 'user.email', 'donkey@giraffe.example.com')
|
227
|
-
end
|
228
|
-
end
|
229
|
-
|
230
|
-
context 'default remote' do
|
231
|
-
context 'remote does not exist' do
|
232
|
-
it 'raises' do
|
233
|
-
expect { subject }.to raise_error(
|
234
|
-
Nanoc::Deploying::Deployers::Git::Errors::RemoteDoesNotExist,
|
235
|
-
'The remote to deploy to, origin, does not exist.',
|
236
|
-
)
|
237
|
-
end
|
238
|
-
end
|
239
|
-
|
240
|
-
context 'remote exists' do
|
241
|
-
before do
|
242
|
-
Dir.chdir(output_dir) do
|
243
|
-
system('git', 'remote', 'add', 'origin', '../rere')
|
244
|
-
end
|
245
|
-
end
|
246
|
-
|
247
|
-
let(:remote) { 'origin' }
|
248
|
-
|
249
|
-
include_examples 'remote configured properly'
|
250
|
-
end
|
251
|
-
end
|
252
|
-
|
253
|
-
context 'custom remote (name)' do
|
254
|
-
let(:remote_options) { { remote: 'donkey' } }
|
255
|
-
|
256
|
-
context 'remote does not exist' do
|
257
|
-
it 'raises' do
|
258
|
-
expect { subject }.to raise_error(
|
259
|
-
Nanoc::Deploying::Deployers::Git::Errors::RemoteDoesNotExist,
|
260
|
-
'The remote to deploy to, donkey, does not exist.',
|
261
|
-
)
|
262
|
-
end
|
263
|
-
end
|
264
|
-
|
265
|
-
context 'remote exists' do
|
266
|
-
before do
|
267
|
-
Dir.chdir(output_dir) do
|
268
|
-
system('git', 'remote', 'add', 'donkey', '../rere')
|
269
|
-
end
|
270
|
-
end
|
271
|
-
|
272
|
-
let(:remote) { 'donkey' }
|
273
|
-
|
274
|
-
include_examples 'remote configured properly'
|
275
|
-
end
|
276
|
-
end
|
277
|
-
|
278
|
-
context 'custom remote (file:// URL)' do
|
279
|
-
let(:remote_options) { { remote: remote } }
|
280
|
-
|
281
|
-
let(:remote) { "file://#{Dir.getwd}/rere" }
|
282
|
-
|
283
|
-
include_examples 'remote configured properly'
|
284
|
-
end
|
285
|
-
end
|
286
|
-
end
|
287
|
-
|
288
|
-
describe '#remote_is_name?' do
|
289
|
-
def val(remote)
|
290
|
-
deployer.send(:remote_is_name?, remote)
|
291
|
-
end
|
292
|
-
|
293
|
-
it 'recognises names' do
|
294
|
-
expect(val('denis')).to be
|
295
|
-
end
|
296
|
-
|
297
|
-
it 'recognises URLs' do
|
298
|
-
expect(val('git@github.com:/foo')).not_to be
|
299
|
-
expect(val('http://example.com/donkey.git')).not_to be
|
300
|
-
expect(val('https://example.com/donkey.git')).not_to be
|
301
|
-
expect(val('ssh://example.com/donkey.git')).not_to be
|
302
|
-
expect(val('file:///example.com/donkey.git')).not_to be
|
303
|
-
end
|
304
|
-
end
|
305
|
-
end
|
@@ -1,129 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
describe Nanoc::Extra::LiveRecompiler, site: true, stdio: true do
|
4
|
-
it 'detects content changes' do
|
5
|
-
command = nil
|
6
|
-
command_runner = Nanoc::CLI::CommandRunner.new({}, [], command)
|
7
|
-
live_recompiler = described_class.new(command_runner: command_runner)
|
8
|
-
|
9
|
-
pid = fork do
|
10
|
-
trap(:INT) { exit(0) }
|
11
|
-
live_recompiler.run
|
12
|
-
end
|
13
|
-
|
14
|
-
# FIXME: wait is ugly
|
15
|
-
sleep 0.5
|
16
|
-
|
17
|
-
File.write('content/lol.html', 'hej')
|
18
|
-
sleep 0.1 until File.file?('output/lol.html')
|
19
|
-
expect(File.read('output/lol.html')).to eq('hej')
|
20
|
-
|
21
|
-
sleep 1.0 # HFS+ mtime resolution is 1s
|
22
|
-
File.write('content/lol.html', 'bye')
|
23
|
-
sleep 0.1 until File.read('output/lol.html') == 'bye'
|
24
|
-
|
25
|
-
# Stop
|
26
|
-
Process.kill('INT', pid)
|
27
|
-
Process.waitpid(pid)
|
28
|
-
end
|
29
|
-
|
30
|
-
it 'detects rules changes' do
|
31
|
-
command = nil
|
32
|
-
command_runner = Nanoc::CLI::CommandRunner.new({}, [], command)
|
33
|
-
live_recompiler = described_class.new(command_runner: command_runner)
|
34
|
-
|
35
|
-
pid = fork do
|
36
|
-
trap(:INT) { exit(0) }
|
37
|
-
live_recompiler.run
|
38
|
-
end
|
39
|
-
|
40
|
-
# FIXME: wait is ugly
|
41
|
-
sleep 0.5
|
42
|
-
|
43
|
-
File.write('content/lol.html', '<%= "hej" %>')
|
44
|
-
sleep 0.1 until File.file?('output/lol.html')
|
45
|
-
expect(File.read('output/lol.html')).to eq('<%= "hej" %>')
|
46
|
-
|
47
|
-
sleep 1.0 # HFS+ mtime resolution is 1s
|
48
|
-
File.write('Rules', <<~RULES)
|
49
|
-
compile '/**/*' do
|
50
|
-
filter :erb
|
51
|
-
write item.identifier
|
52
|
-
end
|
53
|
-
RULES
|
54
|
-
sleep 0.1 until File.read('output/lol.html') == 'hej'
|
55
|
-
|
56
|
-
# Stop
|
57
|
-
Process.kill('INT', pid)
|
58
|
-
Process.waitpid(pid)
|
59
|
-
end
|
60
|
-
|
61
|
-
it 'detects config changes' do
|
62
|
-
command = nil
|
63
|
-
command_runner = Nanoc::CLI::CommandRunner.new({}, [], command)
|
64
|
-
live_recompiler = described_class.new(command_runner: command_runner)
|
65
|
-
|
66
|
-
File.write('nanoc.yaml', 'site_name: Oldz')
|
67
|
-
File.write('content/lol.html', '<%= @config[:site_name] %>')
|
68
|
-
File.write('Rules', <<~RULES)
|
69
|
-
compile '/**/*' do
|
70
|
-
filter :erb
|
71
|
-
write item.identifier
|
72
|
-
end
|
73
|
-
RULES
|
74
|
-
|
75
|
-
pid = fork do
|
76
|
-
trap(:INT) { exit(0) }
|
77
|
-
live_recompiler.run
|
78
|
-
end
|
79
|
-
|
80
|
-
# FIXME: wait is ugly
|
81
|
-
sleep 0.5
|
82
|
-
|
83
|
-
sleep 0.1 until File.file?('output/lol.html')
|
84
|
-
expect(File.read('output/lol.html')).to eq('Oldz')
|
85
|
-
|
86
|
-
sleep 1.0 # HFS+ mtime resolution is 1s
|
87
|
-
File.write('nanoc.yaml', 'site_name: Newz')
|
88
|
-
sleep 0.1 until File.read('output/lol.html') == 'Newz'
|
89
|
-
|
90
|
-
# Stop
|
91
|
-
Process.kill('INT', pid)
|
92
|
-
Process.waitpid(pid)
|
93
|
-
end
|
94
|
-
|
95
|
-
it 'detects config changes' do
|
96
|
-
command = nil
|
97
|
-
command_runner = Nanoc::CLI::CommandRunner.new({}, [], command)
|
98
|
-
live_recompiler = described_class.new(command_runner: command_runner)
|
99
|
-
|
100
|
-
FileUtils.mkdir_p('lib')
|
101
|
-
File.write('lib/lol.rb', 'def greeting; "hi"; end')
|
102
|
-
File.write('content/lol.html', '<%= greeting %>')
|
103
|
-
File.write('Rules', <<~RULES)
|
104
|
-
compile '/**/*' do
|
105
|
-
filter :erb
|
106
|
-
write item.identifier
|
107
|
-
end
|
108
|
-
RULES
|
109
|
-
|
110
|
-
pid = fork do
|
111
|
-
trap(:INT) { exit(0) }
|
112
|
-
live_recompiler.run
|
113
|
-
end
|
114
|
-
|
115
|
-
# FIXME: wait is ugly
|
116
|
-
sleep 0.5
|
117
|
-
|
118
|
-
sleep 0.1 until File.file?('output/lol.html')
|
119
|
-
expect(File.read('output/lol.html')).to eq('hi')
|
120
|
-
|
121
|
-
sleep 1.0 # HFS+ mtime resolution is 1s
|
122
|
-
File.write('lib/lol.rb', 'def greeting; "yo"; end')
|
123
|
-
sleep 0.1 until File.read('output/lol.html') == 'yo'
|
124
|
-
|
125
|
-
# Stop
|
126
|
-
Process.kill('INT', pid)
|
127
|
-
Process.waitpid(pid)
|
128
|
-
end
|
129
|
-
end
|
@@ -1,110 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
describe Nanoc::Extra::ParallelCollection do
|
4
|
-
subject(:col) { described_class.new(wrapped, parallelism: parallelism) }
|
5
|
-
let(:wrapped) { [1, 2, 3, 4, 5] }
|
6
|
-
let(:parallelism) { 5 }
|
7
|
-
|
8
|
-
describe '#each' do
|
9
|
-
subject do
|
10
|
-
col.each do |e|
|
11
|
-
sleep 0.1
|
12
|
-
out << e
|
13
|
-
end
|
14
|
-
end
|
15
|
-
let!(:out) { [] }
|
16
|
-
|
17
|
-
it 'is fast' do
|
18
|
-
expect { subject }.to finish_in_under(0.25).seconds
|
19
|
-
end
|
20
|
-
|
21
|
-
it 'is correct' do
|
22
|
-
expect { subject }.to change { out.sort }.from([]).to([1, 2, 3, 4, 5])
|
23
|
-
end
|
24
|
-
|
25
|
-
it 'does not leave threads lingering' do
|
26
|
-
expect { subject }.not_to change { Thread.list.size }
|
27
|
-
end
|
28
|
-
|
29
|
-
context 'errors' do
|
30
|
-
subject do
|
31
|
-
col.each do |e|
|
32
|
-
if e == 1
|
33
|
-
sleep 0.02
|
34
|
-
raise 'ugh'
|
35
|
-
else
|
36
|
-
sleep 0.1
|
37
|
-
out << e
|
38
|
-
end
|
39
|
-
end
|
40
|
-
end
|
41
|
-
|
42
|
-
let(:parallelism) { 3 }
|
43
|
-
|
44
|
-
it 'raises' do
|
45
|
-
expect { subject }.to raise_error(RuntimeError, 'ugh')
|
46
|
-
end
|
47
|
-
|
48
|
-
it 'aborts early' do
|
49
|
-
expect { subject rescue nil }.to change { out.sort }.from([]).to([2, 3])
|
50
|
-
end
|
51
|
-
end
|
52
|
-
|
53
|
-
context 'low parallelism' do
|
54
|
-
let(:parallelism) { 1 }
|
55
|
-
|
56
|
-
it 'is not fast' do
|
57
|
-
expect { subject }.not_to finish_in_under(0.5).seconds
|
58
|
-
end
|
59
|
-
end
|
60
|
-
end
|
61
|
-
|
62
|
-
describe '#map' do
|
63
|
-
subject do
|
64
|
-
col.map do |e|
|
65
|
-
sleep 0.1
|
66
|
-
e * 10
|
67
|
-
end
|
68
|
-
end
|
69
|
-
|
70
|
-
it 'is fast' do
|
71
|
-
expect { subject }.to finish_in_under(0.25).seconds
|
72
|
-
end
|
73
|
-
|
74
|
-
it 'does not leave threads lingering' do
|
75
|
-
expect { subject }.not_to change { Thread.list.size }
|
76
|
-
end
|
77
|
-
|
78
|
-
it 'is correct' do
|
79
|
-
expect(subject.sort).to eq([10, 20, 30, 40, 50])
|
80
|
-
end
|
81
|
-
|
82
|
-
context 'errors' do
|
83
|
-
subject do
|
84
|
-
col.each do |e|
|
85
|
-
if e == 1
|
86
|
-
sleep 0.02
|
87
|
-
raise 'ugh'
|
88
|
-
else
|
89
|
-
sleep 0.1
|
90
|
-
e * 10
|
91
|
-
end
|
92
|
-
end
|
93
|
-
end
|
94
|
-
|
95
|
-
let(:parallelism) { 3 }
|
96
|
-
|
97
|
-
it 'raises' do
|
98
|
-
expect { subject }.to raise_error(RuntimeError, 'ugh')
|
99
|
-
end
|
100
|
-
end
|
101
|
-
|
102
|
-
context 'low parallelism' do
|
103
|
-
let(:parallelism) { 1 }
|
104
|
-
|
105
|
-
it 'is not fast' do
|
106
|
-
expect { subject }.not_to finish_in_under(0.5).seconds
|
107
|
-
end
|
108
|
-
end
|
109
|
-
end
|
110
|
-
end
|