rebased patch
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Nov 9 2021
Nov 9 2021
stsp committed rDLDCVSd72f15f24dbd: improve test coverage of file additions and deletions (authored by stsp).
improve test coverage of file additions and deletions
rebased patch
stsp committed rDLDCVSca23bc13c21b: display file state in progress logging output (authored by stsp).
display file state in progress logging output
rebased patch
stsp committed rDLDCVSf52f0e452132: add support for RCS keyword expansion over pserver protocol (authored by stsp).
add support for RCS keyword expansion over pserver protocol
rebased patch
As of D6623 the CVS loader is able to convert GNU dino correctly over both rsync and pserver access.
assert self.cvsroot_path instead of casting and squash all changes
Nov 5 2021
Nov 5 2021
Status update:
- apply style change in fetch_rlog() suggested by vlorentz
fix mypy errors with much help from vlorentz
add docstring to cvsclient's checkout() function
removed cvsclient.py test code
Nov 3 2021
Nov 3 2021
Oct 31 2021
Oct 31 2021
stsp added a revision to T3691: Implement CVS loader: D6593: handle Attic-only RCS files over CVS pserver.
Oct 30 2021
Oct 30 2021
Oct 28 2021
Oct 28 2021
stsp added inline comments to D6566: test checkout of file lacking trailing \n over pserver protocol.
stsp committed rDLDCVSbeb7fc8a023a: test checkout of file lacking trailing \n over pserver protocol (authored by stsp).
test checkout of file lacking trailing \n over pserver protocol
Oct 27 2021
Oct 27 2021
stsp committed rDLDCVS509ac801df74: rlog: fix loading of CVS commits which have a commit ID (authored by stsp).
rlog: fix loading of CVS commits which have a commit ID
rebased patch
stsp committed rDLDCVS0829dc3309d7: rlog: fix parsing of multiple file revisions (authored by stsp).
rlog: fix parsing of multiple file revisions
rebased patch
stsp added a revision to T3691: Implement CVS loader: D6559: cvsclient: handle additional responses sent by server.
stsp added a revision to T3691: Implement CVS loader: D6561: rlog: fix loading of CVS commits which have a commit ID.
stsp added a revision to T3691: Implement CVS loader: D6560: rlog: fix parsing of multiple file revisions.
stsp committed rDLDCVS6ff0b4473c2b: apply style tweaks suggested by vlorentz and reformatted by black (authored by stsp).
apply style tweaks suggested by vlorentz and reformatted by black
stsp committed rDLDCVS3a2f06b3d5fb: cvsclient: handle additional responses sent by server (authored by stsp).
cvsclient: handle additional responses sent by server
- cvsclient: handle additional responses sent by server
- apply style tweaks suggested by vlorentz and reformatted by black
stsp committed rDLDCVSd3b3344bc26d: cvsclient: handle files which lack a trailing newline (authored by stsp).
cvsclient: handle files which lack a trailing newline
In D6558#170324, @vlorentz wrote:Could you add a test?
Current CVS loader status update:
Oct 4 2021
Oct 4 2021
stsp committed rDLDCVS7f761b855071: apply re-formatting suggested by the black code formatter (authored by stsp).
apply re-formatting suggested by the black code formatter
In D6399#166050, @ardumont wrote:Do you have the pre-commit installed in that repository yet? [1]
[1] https://docs.softwareheritage.org/devel/developer-setup.html#checkout-the-source-code
stsp committed rDLDCVSea469457eda2: make the black code formatter skip the pserver scramble shift table (authored by stsp).
make the black code formatter skip the pserver scramble shift table
Oct 1 2021
Oct 1 2021
stsp updated the diff for D6389: make the black code formatter skip the pserver scramble shift table.
rebased patch
fix pserver authentication error
stsp requested review of D6389: make the black code formatter skip the pserver scramble shift table.
stsp committed rDLDCVS62b0f560ef7e: fix TypeError due to wrong LoadCvsRepository task description (authored by stsp).
fix TypeError due to wrong LoadCvsRepository task description
Sep 22 2021
Sep 22 2021
stsp committed rDWAPPS6722da987bd4: add support for the CVS loader to 'Save Code Now' (authored by stsp).
add support for the CVS loader to 'Save Code Now'
rebased patch
whitespace fix
include changes suggested by anlambert which I missed
rebased patch
stsp committed rDLDCVSa7eaeb89f46f: eliminate code duplication of logic in process_cvs_changesets() (authored by stsp).
eliminate code duplication of logic in process_cvs_changesets()
rebased patch
Sep 17 2021
Sep 17 2021
stsp committed rDLDCVSdd8a625ca084: drop underscores from variable names which do not need them (authored by stsp).
drop underscores from variable names which do not need them
stsp committed rDLDCVS83ea782aff87: change cvs loader licence to AGPLv3 because rcsparse is AGPLv3 (authored by stsp).
change cvs loader licence to AGPLv3 because rcsparse is AGPLv3
stsp committed rDLDCVSc23140580f8c: keep original licences for rlog.py, derived from viewvc and cvs2gitdump (authored by stsp).
keep original licences for rlog.py, derived from viewvc and cvs2gitdump
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