Skip to content

Releases: GunnarFarneback/LocalRegistry.jl

v0.5.7

14 Jul 11:08
Compare
Choose a tag to compare

LocalRegistry v0.5.7

Diff since v0.5.6

New option to allow registration of package with local modifications.

Merged pull requests:

Closed issues:

  • cannot find name corresponding to UUID (#79)

v0.5.6

19 Nov 21:20
Compare
Choose a tag to compare

LocalRegistry v0.5.6

Diff since v0.5.5

Work around git terminal corruption on Windows.

Merged pull requests:

Closed issues:

  • REPL formatting messed up after LocalRegistry calls (#76)

v0.5.5

02 Aug 21:29
Compare
Choose a tag to compare

LocalRegistry v0.5.5

Diff since v0.5.4

Merged pull requests:

v0.5.4

01 Aug 21:14
Compare
Choose a tag to compare

LocalRegistry v0.5.4

Diff since v0.5.3

Closed issues:

  • Package repo= value changed to most recent registration (#71)
  • Possibility to register the same version on two or more registries ? (#72)

Merged pull requests:

v0.5.3

11 Jan 21:15
Compare
Choose a tag to compare

LocalRegistry v0.5.3

Diff since v0.5.2

Closed issues:

  • Automatically check out dummy branch when modifying a repo (#40)
  • Cannot add any package after adding private registry within an empty environment (#46)
  • On Julia 1.8.0-DEV, LocalRegistry restricted to v0.3.2 (#50)
  • Repo URLs doesn't end with ".git" like they do in the General registry (#52)
  • Allow creation of registries with default branches other than master (#54)
  • no Registry.toml file in source directory. (#57)
  • Requesting better error message for non-packages (#60)
  • Version unsat on 1.9.0-beta2 (#68)

Merged pull requests:

v0.5.2

17 Feb 19:47
Compare
Choose a tag to compare

LocalRegistry v0.5.2

Diff since v0.5.1

Add who triggered the PR to a GitLab merge request.

Merged pull requests:

v0.5.1

13 Feb 15:00
Compare
Choose a tag to compare

LocalRegistry v0.5.1

Diff since v0.5.0

Support making a Gitlab merge request using git push options.

Merged pull requests:

v0.5.0

24 Oct 19:15
Compare
Choose a tag to compare

LocalRegistry v0.5.0

Diff since v0.4.0

  • Registration can be made with a temporary git clone of the registry.
  • Registration can be made on a specified branch.
  • Re-registration of an existing version can be configured to do nothing instead of raising an error.
  • register() without arguments will search for a package in the current directory if the active project is not a package.
  • Multiple registrations can be made with commit = false without aborting due to a dirty registry.

Closed issues:

  • Push by default (#7)
  • Add all dependencies of a package? (#29)
  • GitError(Code:ERROR, Class:Net, Unsupported URL protocol) (#34)
  • Can't push to registry (#37)
  • Can't publish to github (#39)
  • repo path varies for different users when registering a new package (#44)

Merged pull requests:

  • Clarify that repository URL may also be path, and must be a bare repo (#42) (@jakobnissen)
  • Support registering with a temporary git clone and on a specific branch. (#47) (@GunnarFarneback)

v0.4.0

16 May 17:15
Compare
Choose a tag to compare

LocalRegistry v0.4.0

Diff since v0.3.3

Breaking changes:

  • The push keyword argument to register now defaults to true.
  • The registry argument to register is now a keyword argument
    instead of a positional argument.

Merged pull requests:

v0.3.3

02 May 20:08
Compare
Choose a tag to compare

LocalRegistry v0.3.3

Diff since v0.3.2

Simplify registering the active package.

Closed issues:

  • Is it possible to host a registry with LocalRegistry.jl? (#27)
  • Error message when package repo is dirty (#28)

Merged pull requests: