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,146 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'helper'
|
4
|
-
|
5
|
-
class Nanoc::DataSources::FilesystemToolsTest < Nanoc::TestCase
|
6
|
-
def setup
|
7
|
-
super
|
8
|
-
skip_unless_symlinks_supported
|
9
|
-
end
|
10
|
-
|
11
|
-
def test_all_files_in_follows_symlinks_to_dirs
|
12
|
-
# Write sample files
|
13
|
-
(0..15).each do |i|
|
14
|
-
FileUtils.mkdir_p("dir#{i}")
|
15
|
-
File.open("dir#{i}/foo.md", 'w') { |io| io.write('o hai') }
|
16
|
-
end
|
17
|
-
(1..10).each do |i|
|
18
|
-
File.symlink("../dir#{i}", "dir#{i - 1}/sub")
|
19
|
-
end
|
20
|
-
|
21
|
-
# Check
|
22
|
-
# 11 expected files (follow symlink 10 times)
|
23
|
-
# sort required because 10 comes before 2
|
24
|
-
expected_files = [
|
25
|
-
'dir0/foo.md',
|
26
|
-
'dir0/sub/foo.md',
|
27
|
-
'dir0/sub/sub/foo.md',
|
28
|
-
'dir0/sub/sub/sub/foo.md',
|
29
|
-
'dir0/sub/sub/sub/sub/foo.md',
|
30
|
-
'dir0/sub/sub/sub/sub/sub/foo.md',
|
31
|
-
'dir0/sub/sub/sub/sub/sub/sub/foo.md',
|
32
|
-
'dir0/sub/sub/sub/sub/sub/sub/sub/foo.md',
|
33
|
-
'dir0/sub/sub/sub/sub/sub/sub/sub/sub/foo.md',
|
34
|
-
'dir0/sub/sub/sub/sub/sub/sub/sub/sub/sub/foo.md',
|
35
|
-
'dir0/sub/sub/sub/sub/sub/sub/sub/sub/sub/sub/foo.md',
|
36
|
-
]
|
37
|
-
actual_files = Nanoc::DataSources::Filesystem::Tools.all_files_in('dir0', nil).sort
|
38
|
-
assert_equal expected_files, actual_files
|
39
|
-
end
|
40
|
-
|
41
|
-
def test_all_files_in_follows_symlinks_to_dirs_too_many
|
42
|
-
# Write sample files
|
43
|
-
(0..15).each do |i|
|
44
|
-
FileUtils.mkdir_p("dir#{i}")
|
45
|
-
File.open("dir#{i}/foo.md", 'w') { |io| io.write('o hai') }
|
46
|
-
end
|
47
|
-
(1..15).each do |i|
|
48
|
-
File.symlink("../dir#{i}", "dir#{i - 1}/sub")
|
49
|
-
end
|
50
|
-
|
51
|
-
assert_raises Nanoc::DataSources::Filesystem::Tools::MaxSymlinkDepthExceededError do
|
52
|
-
Nanoc::DataSources::Filesystem::Tools.all_files_in('dir0', nil)
|
53
|
-
end
|
54
|
-
end
|
55
|
-
|
56
|
-
def test_all_files_in_relativizes_directory_names
|
57
|
-
FileUtils.mkdir('foo')
|
58
|
-
FileUtils.mkdir('bar')
|
59
|
-
|
60
|
-
File.open('foo/x.md', 'w') { |io| io.write('o hai from foo/x') }
|
61
|
-
File.open('bar/y.md', 'w') { |io| io.write('o hai from bar/y') }
|
62
|
-
|
63
|
-
File.symlink('../bar', 'foo/barlink')
|
64
|
-
|
65
|
-
expected_files = ['foo/barlink/y.md', 'foo/x.md']
|
66
|
-
actual_files = Nanoc::DataSources::Filesystem::Tools.all_files_in('foo', nil).sort
|
67
|
-
assert_equal expected_files, actual_files
|
68
|
-
end
|
69
|
-
|
70
|
-
def test_all_files_in_follows_symlinks_to_files
|
71
|
-
# Write sample files
|
72
|
-
File.open('bar', 'w') { |io| io.write('o hai from bar') }
|
73
|
-
FileUtils.mkdir_p('dir')
|
74
|
-
File.open('dir/foo', 'w') { |io| io.write('o hai from foo') }
|
75
|
-
File.symlink('../bar', 'dir/bar-link')
|
76
|
-
|
77
|
-
# Check
|
78
|
-
expected_files = ['dir/bar-link', 'dir/foo']
|
79
|
-
actual_files = Nanoc::DataSources::Filesystem::Tools.all_files_in('dir', nil).sort
|
80
|
-
assert_equal expected_files, actual_files
|
81
|
-
end
|
82
|
-
|
83
|
-
def test_resolve_symlink
|
84
|
-
File.open('foo', 'w') { |io| io.write('o hai') }
|
85
|
-
File.symlink('foo', 'bar')
|
86
|
-
File.symlink('bar', 'baz')
|
87
|
-
File.symlink('baz', 'qux')
|
88
|
-
|
89
|
-
expected = File.expand_path('foo')
|
90
|
-
actual = Nanoc::DataSources::Filesystem::Tools.resolve_symlink('qux')
|
91
|
-
assert_equal expected, actual
|
92
|
-
end
|
93
|
-
|
94
|
-
def test_resolve_symlink_too_many
|
95
|
-
File.open('foo', 'w') { |io| io.write('o hai') }
|
96
|
-
File.symlink('foo', 'symlin-0')
|
97
|
-
(1..7).each do |i|
|
98
|
-
File.symlink("symlink-#{i - 1}", "symlink-#{i}")
|
99
|
-
end
|
100
|
-
|
101
|
-
assert_raises Nanoc::DataSources::Filesystem::Tools::MaxSymlinkDepthExceededError do
|
102
|
-
Nanoc::DataSources::Filesystem::Tools.resolve_symlink('symlink-7')
|
103
|
-
end
|
104
|
-
end
|
105
|
-
|
106
|
-
def test_unwanted_dotfiles_not_found
|
107
|
-
# Write sample files
|
108
|
-
FileUtils.mkdir_p('dir')
|
109
|
-
File.open('dir/.DS_Store', 'w') { |io| io.write('o hai') }
|
110
|
-
File.open('dir/.htaccess', 'w') { |io| io.write('o hai') }
|
111
|
-
|
112
|
-
actual_files = Nanoc::DataSources::Filesystem::Tools.all_files_in('dir', nil).sort
|
113
|
-
assert_equal [], actual_files
|
114
|
-
end
|
115
|
-
|
116
|
-
def test_user_dotfiles_are_valid_items
|
117
|
-
# Write sample files
|
118
|
-
FileUtils.mkdir_p('dir')
|
119
|
-
File.open('dir/.other', 'w') { |io| io.write('o hai') }
|
120
|
-
|
121
|
-
actual_files = Nanoc::DataSources::Filesystem::Tools.all_files_in('dir', '**/.other').sort
|
122
|
-
assert_equal ['dir/.other'], actual_files
|
123
|
-
end
|
124
|
-
|
125
|
-
def test_multiple_user_dotfiles_are_valid_items
|
126
|
-
# Write sample files
|
127
|
-
FileUtils.mkdir_p('dir')
|
128
|
-
File.open('dir/.other', 'w') { |io| io.write('o hai') }
|
129
|
-
File.open('dir/.DS_Store', 'w') { |io| io.write('o hai') }
|
130
|
-
|
131
|
-
actual_files = Nanoc::DataSources::Filesystem::Tools.all_files_in('dir', ['**/.other', '**/.DS_Store']).sort
|
132
|
-
assert_equal ['dir/.other', 'dir/.DS_Store'].sort, actual_files.sort
|
133
|
-
end
|
134
|
-
|
135
|
-
def test_unknown_pattern
|
136
|
-
# Write sample files
|
137
|
-
FileUtils.mkdir_p('dir')
|
138
|
-
File.open('dir/.other', 'w') { |io| io.write('o hai') }
|
139
|
-
|
140
|
-
pattern = { dotfiles: '**/.other' }
|
141
|
-
|
142
|
-
assert_raises Nanoc::Int::Errors::GenericTrivial, "Do not know how to handle extra_files: #{pattern.inspect}" do
|
143
|
-
Nanoc::DataSources::Filesystem::Tools.all_files_in('dir0', pattern)
|
144
|
-
end
|
145
|
-
end
|
146
|
-
end
|
data/test/deploying/test_fog.rb
DELETED
@@ -1,117 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require 'helper'
|
4
|
-
|
5
|
-
class Nanoc::Deploying::Deployers::FogTest < Nanoc::TestCase
|
6
|
-
def test_read_etags_with_local_provider
|
7
|
-
if_have 'fog' do
|
8
|
-
fog = Nanoc::Deploying::Deployers::Fog.new(
|
9
|
-
'output/', provider: 'local'
|
10
|
-
)
|
11
|
-
|
12
|
-
files = [
|
13
|
-
mock('file_a'),
|
14
|
-
mock('file_b'),
|
15
|
-
]
|
16
|
-
|
17
|
-
assert_equal({}, fog.send(:read_etags, files))
|
18
|
-
end
|
19
|
-
end
|
20
|
-
|
21
|
-
def test_read_etags_with_aws_provider
|
22
|
-
if_have 'fog' do
|
23
|
-
fog = Nanoc::Deploying::Deployers::Fog.new(
|
24
|
-
'output/', provider: 'aws'
|
25
|
-
)
|
26
|
-
|
27
|
-
files = [
|
28
|
-
mock('file_a', key: 'key_a', etag: 'etag_a'),
|
29
|
-
mock('file_b', key: 'key_b', etag: 'etag_b'),
|
30
|
-
]
|
31
|
-
|
32
|
-
expected = {
|
33
|
-
'key_a' => 'etag_a',
|
34
|
-
'key_b' => 'etag_b',
|
35
|
-
}
|
36
|
-
|
37
|
-
assert_equal(expected, fog.send(:read_etags, files))
|
38
|
-
end
|
39
|
-
end
|
40
|
-
|
41
|
-
def test_calc_local_etag_with_local_provider
|
42
|
-
if_have 'fog' do
|
43
|
-
fog = Nanoc::Deploying::Deployers::Fog.new(
|
44
|
-
'output/', provider: 'local'
|
45
|
-
)
|
46
|
-
|
47
|
-
file_path = 'blah.tmp'
|
48
|
-
File.write(file_path, 'hallo')
|
49
|
-
|
50
|
-
assert_nil fog.send(:calc_local_etag, file_path)
|
51
|
-
end
|
52
|
-
end
|
53
|
-
|
54
|
-
def test_calc_local_etag_with_aws_provider
|
55
|
-
if_have 'fog' do
|
56
|
-
fog = Nanoc::Deploying::Deployers::Fog.new(
|
57
|
-
'output/', provider: 'aws'
|
58
|
-
)
|
59
|
-
|
60
|
-
file_path = 'blah.tmp'
|
61
|
-
File.write(file_path, 'hallo')
|
62
|
-
|
63
|
-
assert_equal(
|
64
|
-
'598d4c200461b81522a3328565c25f7c',
|
65
|
-
fog.send(:calc_local_etag, file_path),
|
66
|
-
)
|
67
|
-
end
|
68
|
-
end
|
69
|
-
|
70
|
-
def test_needs_upload_with_missing_remote_etag
|
71
|
-
if_have 'fog' do
|
72
|
-
fog = Nanoc::Deploying::Deployers::Fog.new(
|
73
|
-
'output/', provider: 'aws'
|
74
|
-
)
|
75
|
-
|
76
|
-
file_path = 'blah.tmp'
|
77
|
-
File.write(file_path, 'hallo')
|
78
|
-
|
79
|
-
key = 'some_key'
|
80
|
-
etags = {}
|
81
|
-
|
82
|
-
assert fog.send(:needs_upload?, key, file_path, etags)
|
83
|
-
end
|
84
|
-
end
|
85
|
-
|
86
|
-
def test_needs_upload_with_different_etags
|
87
|
-
if_have 'fog' do
|
88
|
-
fog = Nanoc::Deploying::Deployers::Fog.new(
|
89
|
-
'output/', provider: 'aws'
|
90
|
-
)
|
91
|
-
|
92
|
-
file_path = 'blah.tmp'
|
93
|
-
File.write(file_path, 'hallo')
|
94
|
-
|
95
|
-
key = 'some_key'
|
96
|
-
etags = { key => 'some_etag' }
|
97
|
-
|
98
|
-
assert fog.send(:needs_upload?, key, file_path, etags)
|
99
|
-
end
|
100
|
-
end
|
101
|
-
|
102
|
-
def test_needs_upload_with_identical_etags
|
103
|
-
if_have 'fog' do
|
104
|
-
fog = Nanoc::Deploying::Deployers::Fog.new(
|
105
|
-
'output/', provider: 'aws'
|
106
|
-
)
|
107
|
-
|
108
|
-
file_path = 'blah.tmp'
|
109
|
-
File.write(file_path, 'hallo')
|
110
|
-
|
111
|
-
key = 'some_key'
|
112
|
-
etags = { key => '598d4c200461b81522a3328565c25f7c' }
|
113
|
-
|
114
|
-
refute fog.send(:needs_upload?, key, file_path, etags)
|
115
|
-
end
|
116
|
-
end
|
117
|
-
end
|
data/test/deploying/test_git.rb
DELETED
@@ -1,263 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
class Nanoc::Deploying::Deployers::GitTest < Nanoc::TestCase
|
4
|
-
def test_run_with_defaults_options
|
5
|
-
# Create deployer
|
6
|
-
git = Nanoc::Deploying::Deployers::Git.new(
|
7
|
-
'output/',
|
8
|
-
{}
|
9
|
-
)
|
10
|
-
|
11
|
-
# Mock run_cmd
|
12
|
-
def git.run_cmd(args, _opts = {})
|
13
|
-
@shell_cmd_args = [] unless defined? @shell_cmd_args
|
14
|
-
@shell_cmd_args << args.join(' ')
|
15
|
-
end
|
16
|
-
|
17
|
-
# Mock clean_repo?
|
18
|
-
def git.clean_repo?
|
19
|
-
false
|
20
|
-
end
|
21
|
-
|
22
|
-
# Create output dir + repo
|
23
|
-
FileUtils.mkdir_p('output')
|
24
|
-
Dir.chdir('output') { system('git', 'init', '--quiet') }
|
25
|
-
|
26
|
-
# Try running
|
27
|
-
git.run
|
28
|
-
|
29
|
-
commands = <<~EOS
|
30
|
-
git config --get remote.origin.url
|
31
|
-
git checkout master
|
32
|
-
git add -A
|
33
|
-
git commit -a --author Nanoc <> -m Automated commit at .+ by Nanoc \\d+\\.\\d+\\.\\d+\\w*
|
34
|
-
git push origin master
|
35
|
-
EOS
|
36
|
-
|
37
|
-
assert_match Regexp.new(/^#{commands.chomp}$/), (git.instance_eval { @shell_cmd_args.join("\n") })
|
38
|
-
end
|
39
|
-
|
40
|
-
def test_run_with_clean_repository
|
41
|
-
# Create deployer
|
42
|
-
git = Nanoc::Deploying::Deployers::Git.new(
|
43
|
-
'output/',
|
44
|
-
{}
|
45
|
-
)
|
46
|
-
|
47
|
-
# Mock run_cmd
|
48
|
-
def git.run_cmd(args, _opts = {})
|
49
|
-
@shell_cmd_args = [] unless defined? @shell_cmd_args
|
50
|
-
@shell_cmd_args << args.join(' ')
|
51
|
-
end
|
52
|
-
|
53
|
-
# Mock clean_repo?
|
54
|
-
def git.clean_repo?
|
55
|
-
true
|
56
|
-
end
|
57
|
-
|
58
|
-
# Create output dir + repo
|
59
|
-
FileUtils.mkdir_p('output')
|
60
|
-
Dir.chdir('output') { system('git', 'init', '--quiet') }
|
61
|
-
|
62
|
-
# Try running
|
63
|
-
git.run
|
64
|
-
|
65
|
-
commands = <<~EOS
|
66
|
-
git config --get remote.origin.url
|
67
|
-
git checkout master
|
68
|
-
EOS
|
69
|
-
|
70
|
-
assert_match Regexp.new(/^#{commands.chomp}$/), (git.instance_eval { @shell_cmd_args.join("\n") })
|
71
|
-
end
|
72
|
-
|
73
|
-
def test_run_with_custom_options
|
74
|
-
# Create deployer
|
75
|
-
git = Nanoc::Deploying::Deployers::Git.new(
|
76
|
-
'output/',
|
77
|
-
remote: 'github', branch: 'gh-pages', forced: true,
|
78
|
-
)
|
79
|
-
|
80
|
-
# Mock run_cmd
|
81
|
-
def git.run_cmd(args, _opts = {})
|
82
|
-
@shell_cmd_args = [] unless defined? @shell_cmd_args
|
83
|
-
@shell_cmd_args << args.join(' ')
|
84
|
-
end
|
85
|
-
|
86
|
-
# Mock clean_repo?
|
87
|
-
def git.clean_repo?
|
88
|
-
false
|
89
|
-
end
|
90
|
-
|
91
|
-
# Create output dir + repo
|
92
|
-
FileUtils.mkdir_p('output')
|
93
|
-
Dir.chdir('output') { system('git', 'init', '--quiet') }
|
94
|
-
|
95
|
-
# Try running
|
96
|
-
git.run
|
97
|
-
|
98
|
-
commands = <<~EOS
|
99
|
-
git config --get remote.github.url
|
100
|
-
git checkout gh-pages
|
101
|
-
git add -A
|
102
|
-
git commit -a --author Nanoc <> -m Automated commit at .+ by Nanoc \\d+\\.\\d+\\.\\d+\\w*
|
103
|
-
git push -f github gh-pages
|
104
|
-
EOS
|
105
|
-
|
106
|
-
assert_match Regexp.new(/^#{commands.chomp}$/), (git.instance_eval { @shell_cmd_args.join("\n") })
|
107
|
-
end
|
108
|
-
|
109
|
-
def test_run_without_git_init
|
110
|
-
# Create deployer
|
111
|
-
git = Nanoc::Deploying::Deployers::Git.new(
|
112
|
-
'output/',
|
113
|
-
{}
|
114
|
-
)
|
115
|
-
|
116
|
-
# Mock run_cmd
|
117
|
-
def git.run_cmd(args, _opts = {})
|
118
|
-
@shell_cmd_args = [] unless defined? @shell_cmd_args
|
119
|
-
@shell_cmd_args << args.join(' ')
|
120
|
-
end
|
121
|
-
|
122
|
-
# Mock clean_repo?
|
123
|
-
def git.clean_repo?
|
124
|
-
false
|
125
|
-
end
|
126
|
-
|
127
|
-
# Create site
|
128
|
-
FileUtils.mkdir_p('output/.git')
|
129
|
-
|
130
|
-
# Try running
|
131
|
-
git.run
|
132
|
-
|
133
|
-
commands = <<~EOS
|
134
|
-
git config --get remote.origin.url
|
135
|
-
git checkout master
|
136
|
-
git add -A
|
137
|
-
git commit -a --author Nanoc <> -m Automated commit at .+ by Nanoc \\d+\\.\\d+\\.\\d+\\w*
|
138
|
-
git push origin master
|
139
|
-
EOS
|
140
|
-
|
141
|
-
assert_match Regexp.new(/^#{commands.chomp}$/), (git.instance_eval { @shell_cmd_args.join("\n") })
|
142
|
-
end
|
143
|
-
|
144
|
-
def test_run_with_ssh_url
|
145
|
-
# Create deployer
|
146
|
-
git = Nanoc::Deploying::Deployers::Git.new(
|
147
|
-
'output/',
|
148
|
-
remote: 'git@github.com:myself/myproject.git',
|
149
|
-
)
|
150
|
-
|
151
|
-
# Mock run_cmd
|
152
|
-
def git.run_cmd(args, _opts = {})
|
153
|
-
@shell_cmd_args = [] unless defined? @shell_cmd_args
|
154
|
-
@shell_cmd_args << args.join(' ')
|
155
|
-
end
|
156
|
-
|
157
|
-
# Mock clean_repo?
|
158
|
-
def git.clean_repo?
|
159
|
-
false
|
160
|
-
end
|
161
|
-
|
162
|
-
# Create output dir + repo
|
163
|
-
FileUtils.mkdir_p('output')
|
164
|
-
Dir.chdir('output') { system('git', 'init', '--quiet') }
|
165
|
-
|
166
|
-
# Try running
|
167
|
-
git.run
|
168
|
-
|
169
|
-
commands = <<~EOS
|
170
|
-
git checkout master
|
171
|
-
git add -A
|
172
|
-
git commit -a --author Nanoc <> -m Automated commit at .+ by Nanoc \\d+\\.\\d+\\.\\d+\\w*
|
173
|
-
git push git@github.com:myself/myproject.git master
|
174
|
-
EOS
|
175
|
-
|
176
|
-
assert_match Regexp.new(/^#{commands.chomp}$/), (git.instance_eval { @shell_cmd_args.join("\n") })
|
177
|
-
end
|
178
|
-
|
179
|
-
def test_run_with_http_url
|
180
|
-
# Create deployer
|
181
|
-
git = Nanoc::Deploying::Deployers::Git.new(
|
182
|
-
'output/',
|
183
|
-
remote: 'https://github.com/nanoc/nanoc.git',
|
184
|
-
)
|
185
|
-
|
186
|
-
# Mock run_cmd
|
187
|
-
def git.run_cmd(args, _opts = {})
|
188
|
-
@shell_cmd_args = [] unless defined? @shell_cmd_args
|
189
|
-
@shell_cmd_args << args.join(' ')
|
190
|
-
end
|
191
|
-
|
192
|
-
# Mock clean_repo?
|
193
|
-
def git.clean_repo?
|
194
|
-
false
|
195
|
-
end
|
196
|
-
|
197
|
-
# Create output dir + repo
|
198
|
-
FileUtils.mkdir_p('output')
|
199
|
-
Dir.chdir('output') { system('git', 'init', '--quiet') }
|
200
|
-
|
201
|
-
# Try running
|
202
|
-
git.run
|
203
|
-
|
204
|
-
commands = <<~EOS
|
205
|
-
git checkout master
|
206
|
-
git add -A
|
207
|
-
git commit -a --author Nanoc <> -m Automated commit at .+ by Nanoc \\d+\\.\\d+\\.\\d+\\w*
|
208
|
-
git push https://github.com/nanoc/nanoc.git master
|
209
|
-
EOS
|
210
|
-
|
211
|
-
assert_match Regexp.new(/^#{commands.chomp}$/), (git.instance_eval { @shell_cmd_args.join("\n") })
|
212
|
-
end
|
213
|
-
|
214
|
-
def test_clean_repo_on_a_clean_repo
|
215
|
-
# Create deployer
|
216
|
-
git = Nanoc::Deploying::Deployers::Git.new(
|
217
|
-
'output/',
|
218
|
-
remote: 'https://github.com/nanoc/nanoc.git',
|
219
|
-
)
|
220
|
-
|
221
|
-
FileUtils.mkdir_p('output')
|
222
|
-
|
223
|
-
piper = Nanoc::Extra::Piper.new(stdout: $stdout, stderr: $stderr)
|
224
|
-
|
225
|
-
Dir.chdir('output') do
|
226
|
-
piper.run('git init', nil)
|
227
|
-
assert git.send(:clean_repo?)
|
228
|
-
end
|
229
|
-
end
|
230
|
-
|
231
|
-
def test_clean_repo_on_a_dirty_repo
|
232
|
-
# Create deployer
|
233
|
-
git = Nanoc::Deploying::Deployers::Git.new(
|
234
|
-
'output/',
|
235
|
-
remote: 'https://github.com/nanoc/nanoc.git',
|
236
|
-
)
|
237
|
-
|
238
|
-
FileUtils.mkdir_p('output')
|
239
|
-
|
240
|
-
piper = Nanoc::Extra::Piper.new(stdout: $stdout, stderr: $stderr)
|
241
|
-
Dir.chdir('output') do
|
242
|
-
piper.run('git init', nil)
|
243
|
-
FileUtils.touch('foobar')
|
244
|
-
refute git.send(:clean_repo?)
|
245
|
-
end
|
246
|
-
end
|
247
|
-
|
248
|
-
def test_clean_repo_not_git_repo
|
249
|
-
# Create deployer
|
250
|
-
git = Nanoc::Deploying::Deployers::Git.new(
|
251
|
-
'output/',
|
252
|
-
remote: 'https://github.com/nanoc/nanoc.git',
|
253
|
-
)
|
254
|
-
|
255
|
-
FileUtils.mkdir_p('output')
|
256
|
-
|
257
|
-
Dir.chdir('output') do
|
258
|
-
assert_raises Nanoc::Extra::Piper::Error do
|
259
|
-
git.send(:clean_repo?)
|
260
|
-
end
|
261
|
-
end
|
262
|
-
end
|
263
|
-
end
|