- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Sep 17 2021
Sep 17 2021
Harbormaster failed to build B23749: rDLDCVS07ed9fc946b1: update README for rDLDCVS07ed9fc946b1: update README!
stsp committed rDLDCVS56338c735119: remove rcsparse testmodule; pointless test which tox tried to run (authored by stsp).
remove rcsparse testmodule; pointless test which tox tried to run
stsp committed rDLDCVS970e86ad27dd: make 'black' ignore cvsclient.py; forced reformatting is unreadable (authored by stsp).
make 'black' ignore cvsclient.py; forced reformatting is unreadable
fix pytest arguments in tox.ini
stsp committed rDLDCVS3e5f10269f51: tell 'black' to ignore rcsparse and cvs2gitdump sources (authored by stsp).
tell 'black' to ignore rcsparse and cvs2gitdump sources
stsp committed rDLDCVSea4c7fa15a3e: rcsparse.pyi: 'black' prefers empty line after imports (authored by stsp).
rcsparse.pyi: 'black' prefers empty line after imports
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