Skip to content

Implementation based on the Dirhash Standard #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 46 commits into from
Apr 20, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
96300a6
relatively complete draft of dirhash standard
andhus Feb 20, 2019
32f217d
add DIRSUM, change property separator to null char, general additions
andhus Feb 21, 2019
9a50a92
separate content -> data, dirhash for clarity, formalize cyclic links…
andhus Feb 22, 2019
871e18b
complete and separate DIRHASH STANDARD from README
andhus Feb 23, 2019
e26203c
move cyclic links examples to appendix
andhus Feb 23, 2019
9abb336
minor fixes
andhus Feb 23, 2019
77c0035
Use double null char as dir entry separator, fix comments by Jim-Holm…
andhus Apr 11, 2020
6b36806
add general traverse logic
andhus Feb 25, 2019
0da6b06
temp, complete general traverse logic and tentative dirhash use
andhus Mar 1, 2019
32b41d2
add recursion filters, compat module, get_included_paths and tests fo…
andhus Mar 2, 2019
4b5efb2
add include empty option, first tests for traverse
andhus Mar 3, 2019
eea58a2
complete test coverage for traverse
andhus Mar 6, 2019
445951b
add allow_cyclic_links option, fix check for empty issue, more tests
andhus Mar 9, 2019
0568d14
major refactor wip: new standard and based on general traverse logic
andhus Mar 9, 2019
dd88f77
fix empty root dir handling
andhus Mar 11, 2019
cb1079c
update dirhash tests according new API and protocol
andhus Mar 11, 2019
30d0c2d
update cli according new API, NOTE some todo:s left
andhus Mar 11, 2019
c967490
use scantree external package, remove old TODOs re ignorefile
andhus Mar 30, 2019
3491869
losen requirements for multiproc speed-up test, due to travis overhead
andhus Mar 30, 2019
03a4170
rename filter_options -> filtering and protocol_options -> protocol
andhus Apr 10, 2020
56d9120
complete test coverage + some clean up
andhus Apr 10, 2020
7fbd165
update arg in benchmark/run.py
andhus Apr 10, 2020
1968d6a
change entry descripto separator to repeated null char, avoid collisi…
andhus Apr 10, 2020
39ea304
change order of funcs
andhus Apr 12, 2020
b787d84
fix typo in DIRHASH_STANDARD
andhus Apr 12, 2020
49a157d
rename match_patterns -> match
andhus Apr 12, 2020
abcc8b0
update docs of dirhash
andhus Apr 12, 2020
4999e5b
update docs, rename get_included_path -> included_paths, add __all__
andhus Apr 13, 2020
4bc3c71
replace on_cyclic_link -> allow_cyclic_links
andhus Apr 13, 2020
febbedb
update docs
andhus Apr 14, 2020
6104c5a
update CLI
andhus Apr 18, 2020
5e22d5b
update README
andhus Apr 18, 2020
bd76084
fix bug in default arg
andhus Apr 18, 2020
45eaa38
rename dirsum properties
andhus Apr 18, 2020
3d23002
update reference according separation of standard and python implemen…
andhus Apr 18, 2020
a4c267e
update repo ref and bump version in in setup.py
andhus Apr 18, 2020
a1ba7c1
draft of changelog and update of benchmark/run.py
andhus Apr 19, 2020
39c4785
fixes in changelog
andhus Apr 19, 2020
9806bfb
flatten args to dirhash, add dirhash_impl for passing filter_ and pro…
andhus Apr 19, 2020
53ed900
update docs according flat args
andhus Apr 20, 2020
1b500c1
update README
andhus Apr 20, 2020
429f0b9
minor cleanup
andhus Apr 20, 2020
e15a37a
add results from new benchmark runs
andhus Apr 20, 2020
2d821b3
add back removed tests
andhus Apr 20, 2020
1f2643b
update changelog
andhus Apr 20, 2020
aa4cd7f
rename Filter arg match -> match_patterns to reflect Dirhash Standard
andhus Apr 20, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
major refactor wip: new standard and based on general traverse logic
  • Loading branch information
andhus committed Apr 12, 2020
commit 0568d14478646ceee684f13a6f4592decd8d0862
Loading