- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Sep 17 2021
Sep 17 2021
stsp committed rDLDCVS71157f208bf0: tell flake8 to ignore invalid escape sequences in regex (authored by stsp).
tell flake8 to ignore invalid escape sequences in regex
stsp committed rDLDCVSc5e647809673: remove cvs2svndump; it fails linter checks and we don't use it (authored by stsp).
remove cvs2svndump; it fails linter checks and we don't use it
fix typo in variable name; found by flake8
also add .* to the default exclude list
stsp committed rDLDCVS9774173fc66f: fix reference to subprocess.TimeoutExpired; found by flake8 (authored by stsp).
fix reference to subprocess.TimeoutExpired; found by flake8
reformat test_loader.py to appease flake8
stsp committed rDLDCVS91ca5ca35414: avoid use of undefined module vclib; found by flake8 (authored by stsp).
avoid use of undefined module vclib; found by flake8
stsp committed rDLDCVS1c7635b9b3e8: wrap overlong lines in rlog.py to appease flake8 (authored by stsp).
wrap overlong lines in rlog.py to appease flake8
reformat cvsclient.py to appease flake8
stsp committed rDLDCVS1080eb83c318: add a very simple .pyi for rcsparse to satisfy mypy (authored by stsp).
add a very simple .pyi for rcsparse to satisfy mypy
stsp committed rDLDCVS871042808269: add an assert to avoid a None type error from mypy (authored by stsp).
add an assert to avoid a None type error from mypy
stsp committed rDLDCVS73ad331915e3: add a comment which documents RCS/CVS branch numbers (authored by stsp).
add a comment which documents RCS/CVS branch numbers
tell flake8 to ignore the 'build' directory
document CVS path encoding issues
make a line of code more readable
stsp committed rDLDCVS883aa39c8c93: fix incomplete docstring of swh_hash_data_per_cvs_changeset (authored by stsp).
fix incomplete docstring of swh_hash_data_per_cvs_changeset
stsp committed rDLDCVSd5c46c5cb5f2: merge nested functions which yield into single functions (authored by stsp).
merge nested functions which yield into single functions
stsp committed rDLDCVSfa9121756333: simplify use of os.makedirs(); from vlorentz (authored by stsp).
simplify use of os.makedirs(); from vlorentz
convert readme file from .md to .rst
stsp committed rDLDCVS1c0acc70f1f5: avoid pointless conversion to bytes() and use (x,) tuple idiom (authored by stsp).
avoid pointless conversion to bytes() and use (x,) tuple idiom
stsp committed rDLDCVS0fe0e68f29c2: acknowledge code derived from ViewVC in our README file (authored by stsp).
acknowledge code derived from ViewVC in our README file
Remove an unused import.
stsp committed rDLDCVS4e65e78bf063: commit reformatting of rlog.py done by pre-commit hook (authored by stsp).
commit reformatting of rlog.py done by pre-commit hook
fix 'ssh' protocol support
stsp committed rDLDCVSd125c5c7b0f0: the pre-commit hook complained about an unused rcsfile variable (authored by stsp).
the pre-commit hook complained about an unused rcsfile variable
stsp committed rDLDCVS0872e9e61663: exclude third-party sources via mypy.ini, not pre-commit conf (authored by stsp).
exclude third-party sources via mypy.ini, not pre-commit conf
stsp committed rDLDCVSb2fb227a2cf6: fix format string error found by pre-commit hook (authored by stsp).
fix format string error found by pre-commit hook
stsp committed rDLDCVSff50851e8183: exclude third-party sources from flake8 checks (authored by stsp).
exclude third-party sources from flake8 checks
stsp committed rDLDCVS6548f6ca45dd: commit reformatting performed by pre-commit hook on setup.py (authored by stsp).
commit reformatting performed by pre-commit hook on setup.py
urllib doesn't have stubs for mypy
fix myphy errors on swh/loader/__init__.py
stsp committed rDLDCVS0e1e757565ac: exclude upstream python code from pre-commit checks (authored by stsp).
exclude upstream python code from pre-commit checks
wrap overlong lines
stsp committed rDLDCVS5e3904dd50ab: committing reformatting which was performed by pre-commit hooks (authored by stsp).
committing reformatting which was performed by pre-commit hooks
update README
stsp committed rDLDCVSc04bb816c7f8: remove unused keyword parameter to fix loading of the cvs loader (authored by stsp).
remove unused keyword parameter to fix loading of the cvs loader
stsp committed rDLDCVS4ddc08250622: switch log level of an informative progress message from debug to info (authored by stsp).
switch log level of an informative progress message from debug to info
stsp committed rDLDCVSba728189a3c5: implement support for import via cvs pserver protocol (authored by stsp).
implement support for import via cvs pserver protocol
stsp committed rDLDCVS1eaaa52b054c: simply assign to empty lists in order to clear per-changeset data (authored by stsp).
simply assign to empty lists in order to clear per-changeset data
remove unused imports
add test case doing an incremental visit
stsp committed rDLDCVS250bb9dbba27: avoid double-parsing of rcsfiles while processing a changeset (authored by stsp).
avoid double-parsing of rcsfiles while processing a changeset
stsp committed rDLDCVS76c249b4a8c3: copy over the pre_cleanup() handler from the SVN loader (authored by stsp).
copy over the pre_cleanup() handler from the SVN loader
stsp committed rDLDCVS89d7b0fdd2ef: cvs2gitdump: avoid parsing rcs files inside expand_keyword() (authored by stsp).
cvs2gitdump: avoid parsing rcs files inside expand_keyword()
stsp committed rDLDCVS0424433458bd: remove unused CvsLoader class members and constructor arguments (authored by stsp).
remove unused CvsLoader class members and constructor arguments
stsp committed rDLDCVS092b5263f936: replace global self.rcs variable with use of local variables (authored by stsp).
replace global self.rcs variable with use of local variables
stsp committed rDLDCVS551a12e24cb8: drop support for using previous snapshots as base for new ones (authored by stsp).
drop support for using previous snapshots as base for new ones
stsp committed rDLDCVS71f22dbe195f: change logging level of per-revision info from DEBUG to INFO (authored by stsp).
change logging level of per-revision info from DEBUG to INFO
stsp committed rDLDCVScf5cf4594d05: link revisions to their parents and add another small test (authored by stsp).
link revisions to their parents and add another small test
stsp committed rDLDCVS5097bf8eaab1: use an iterator to process swh revisions; reduces memory usage (authored by stsp).
use an iterator to process swh revisions; reduces memory usage
stsp committed rDLDCVSed460a3280fe: do not call self.storage.revision_get() more often than necessary (authored by stsp).
do not call self.storage.revision_get() more often than necessary
stsp committed rDLDCVScdbcdcc92e61: enable check_snapshot() in test_loader_cvs_visit() (authored by stsp).
enable check_snapshot() in test_loader_cvs_visit()
stsp committed rDLDCVSedc28c215955: fix rsync URL processing in fetch_cvs_repo_with_rsync() (authored by stsp).
fix rsync URL processing in fetch_cvs_repo_with_rsync()
test two consecutive visits
the trivial first visit test is passing now
add converted CVS revisions to storage
ignore ENOENT when removing files
document fetch_data() method
create subdirectories in the work tree
stsp committed rDLDCVSaf30f67f7403: populate a work tree with files checked out from the repository (authored by stsp).
populate a work tree with files checked out from the repository
get fetch_data working
stsp committed rDLDCVS15252a6ce822: force our local rcsparse dependency; upstream does not yet support py3 (authored by stsp).
force our local rcsparse dependency; upstream does not yet support py3
get the 'prepare' step working
remove bogus import
add stub for an initial test
stsp committed rDLDCVS9dec8a2e4fdc: rcsparse: add missing allocation failure check in parsetoken() (authored by stsp).
rcsparse: add missing allocation failure check in parsetoken()
stsp committed rDLDCVSaaec7d33bf74: remove the 'foo' module and references to it (authored by stsp).
remove the 'foo' module and references to it
compile rcsparse extension
stsp committed rDLDCVS9e3170f81c2b: rcsparse python3 support patches from OpenBSD ports (authored by stsp).
rcsparse python3 support patches from OpenBSD ports
Add 'swh/loader/cvs/rcsparse/'
Add 'swh/loader/cvs/cvs2gitdump/'
initial CVS loader stub
add CVS loader to the swh-loader.rst index
rebased patch
insert new entry in alphabetical order
Sep 16 2021
Sep 16 2021
Sep 14 2021
Sep 14 2021
Aug 26 2021
Aug 26 2021
Jul 27 2021
Jul 27 2021
stsp committed rDMODa32652fce034: add a CVS revision type for use with the CVS loader (authored by stsp).
add a CVS revision type for use with the CVS loader
add a CVS revision type for use with the CVS loader
Jul 13 2021
Jul 13 2021