Skip to content

Releases: sourcegraph/repo-converter

v0.5.2

31 Jul 06:56
ee03d80
Compare
Choose a tag to compare
v0.5.2 Pre-release
Pre-release

Refactor exception handling and critical events

v0.5.1

30 Jul 03:03
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release
  • Fix .env file read for multi-line commit messages

v0.5.0

30 Jul 02:31
2488f89
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

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, unless trunk, branches, or tags 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

19 Jul 09:00
81b5d9c
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Refactor for stability and performance

v0.3.1

11 Jul 06:51
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

v0.3.0

11 Jul 05:19
6126a1d
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

What's Changed

v0.2.0

20 Jun 08:04
c59273e
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
Enforce concurrency limit (#61)

* Implemented concurrency limit, currently configured via env vars
* Implemented new repos-to-convert.yaml schema (breaking change)

v0.1.1

13 Jun 09:29
f86fff4
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

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

23 Jul 04:28
0dc5438
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release

What's Changed

v0.0.8

27 Mar 20:01
9ae1e6e
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release

What's Changed

  • Preparing the repo to share