Releases: GunnarFarneback/LocalRegistry.jl
Releases · GunnarFarneback/LocalRegistry.jl
v0.5.7
LocalRegistry v0.5.7
New option to allow registration of package with local modifications.
Merged pull requests:
- Avoid clobbering existing repositories & README changes (#78) (@GHTaarn)
- Add documentation on running RegistryCI on a registry. (#80) (@GunnarFarneback)
- Fix regression tests for Julia nightly (#81) (@GunnarFarneback)
- Reorganize README. (#82) (@GunnarFarneback)
- Revert a buggy README change. (#84) (@GunnarFarneback)
- Fixed typo in documentation (#85) (@GHTaarn)
- allow registering from a dirty repo (#87) (@aplavin)
- Revise allow_package_dirty (#88) (@GunnarFarneback)
Closed issues:
- cannot find name corresponding to UUID (#79)
v0.5.6
LocalRegistry v0.5.6
Work around git terminal corruption on Windows.
Merged pull requests:
- Work around git terminal corruption on Windows. (#77) (@GunnarFarneback)
Closed issues:
- REPL formatting messed up after LocalRegistry calls (#76)
v0.5.5
v0.5.4
LocalRegistry v0.5.4
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:
- Describe how to remove a registered package (#70) (@mzaffalon)
- Compat for Julia 1.10 (#73) (@jaakkor2)
- Reduce pkg internals (#74) (@GunnarFarneback)
v0.5.3
LocalRegistry v0.5.3
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:
- Add troubleshooting advice for not finding packages from General. (#53) (@GunnarFarneback)
- use a semicolon for keyword argument in README (#59) (@KristofferC)
- Better error messages for non-package projects (#61) (@grahamas)
- glue -> weak (#62) (@KristofferC)
- make LocalRegistry work with the new breaking version of RegistryTools (#64) (@KristofferC)
- Drop support for Julia earlier than 1.6. (#65) (@GunnarFarneback)
- Document using LocalRegistry on a shared filesystem. (#66) (@GunnarFarneback)
- Create Registry in custom branch (#67) (@GunnarFarneback)
- Bump version to 0.5.3. (#69) (@GunnarFarneback)
v0.5.2
LocalRegistry v0.5.2
Add who triggered the PR to a GitLab merge request.
Merged pull requests:
v0.5.1
LocalRegistry v0.5.1
Support making a Gitlab merge request using git push options.
Merged pull requests:
- Document how to use an external git binary with Pkg. (#48) (@GunnarFarneback)
- WIP: Add option to create a merge request for GitLab. (#49) (@GunnarFarneback)
v0.5.0
LocalRegistry v0.5.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
LocalRegistry v0.4.0
Breaking changes:
- The
push
keyword argument toregister
now defaults totrue
. - The
registry
argument toregister
is now a keyword argument
instead of a positional argument.
Merged pull requests:
- Switch registry argument to register from positional to keyword. (#35) (@GunnarFarneback)
- Push registry after registrations by default. (#36) (@GunnarFarneback)
v0.3.3
LocalRegistry v0.3.3
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:
- Remove some white space and a repeated word (#31) (@reganbaucke)
- Support registering an activated package. (#32) (@GunnarFarneback)
- Updates for Julia 1.7-dev. (#33) (@GunnarFarneback)