Releases: sourcegraph/repo-converter
v0.5.2
Refactor exception handling and critical events
v0.5.1
- Fix .env file read for multi-line commit messages
v0.5.0
What's Changed
-
Simplified config options in repos-to-convert.yaml, to ensure local file paths are equally unique as URLs, and to minimize the number of lines of configs customers need to maintain
-
Provide the
disable_tls_verification
config option, when cloning from enterprise Subversion servers using TLS certificates signed by internal PKI certificate authorities, which required switching the svn info command from the svn cli to the pysvn module -
Assuming
--layout standard
by default, unlesstrunk
,branches
, ortags
is provided -
A git svn fetch job will now find and remove git, svn, and git svn lock files in any dir under .git
-
Refactored process sessions and groups, to make it easier to understand process family trees
-
Updated Dockerfile for faster builds
-
Updated docs
-
Tidied up repo
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Refactor for stability and performance
v0.3.1
- Bugfixes
- Update TODO.md
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Implemented structured logging by @marcleblanc2 in #62
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Enforce concurrency limit (#61) * Implemented concurrency limit, currently configured via env vars * Implemented new repos-to-convert.yaml schema (breaking change)
v0.1.1
What's Changed
- Refactored Python script into modules
- Reorganized repo layout
- Switched from Docker builds to Podman
- Fixed image tags and labels
v0.0.9
What's Changed
- Update dependency GitPython to >=3.1.43 by @renovate in #32
- Update dependency psutil to v6 by @renovate in #34
- Update docker/build-push-action action to v6 by @renovate in #35
- Remove duplicates from requirements.txt by @marcleblanc2 in #37
- Fix build by @marcleblanc2 in #38
v0.0.8
What's Changed
- Preparing the repo to share