Releases: pharo-vcs/iceberg
Releases · pharo-vcs/iceberg
v0.6.8
v0.6.7
- #558: Gitlab Private Project Support (enhancement)
- using libgi2 1.0.5
- using tonel 1.0.6
v0.6.6
v0.6.5
general:
several enhancements for usability:
- better error handling (WIP)
- deprecation of the "system repositories" mechanism
- some "recover" strategies when some sync errors are found.
issues:
- #534: Bad gitlocal: reference causes infinite loop and out of memory (bug)
- #531: IceProxyMCVersionInfo needs to also set referenceCommit (bug)
- #493: LGit_GIT_ERROR while building a project on Jenkins (bug)
- #487: Show some tips when no ssh agent credential are found (enhancement)
dependency updates:
- libgit2 is now 1.0.2: https://github.com/pharo-vcs/libgit2-pharo-bindings/releases/tag/v1.0.2
- tonel is now 1.0.5: https://github.com/pharo-vcs/tonel/releases/tag/v1.0.5
v0.6.4
- #526: validateCanCommit fails sometimes (bug)
- #524: pull from a remote other than default one triggers IceShouldCommitBeforePull (bug)
- #523: rootsItems can cause DNU (bug)
- #522: error while trying to do a first commit on unborn branch (bug)
- #521: Failing pushing behind a proxy (bug)
- #507: Iceberg does not corectly resolve sub directory path of a repository (bug)
v0.6.3
- #516: commit&push can lead to lose data (bug, important)
- #508: Iceberg computes wrong reference commit if external resources are involved (bug)
- #502: #validateCanPull needs to be in IceRepository (enhancement)
- #501: Commits are undone by commiting older version when non-pharo commits are involved (bug)
- #497: reference commit should be updated when you load a version, even if there is nothing to load (enhancement)
- #496: pull request tool is broken in latest pharo 7.0 (bug)
- #484: Pharo 6 New repository fails (bug)
v0.6.2
This is a bugfix release.
Issues:
- #486 Failing cloning behind a proxy bug
- #490 trying to browse an iceberg package in monticello raises error bug
- #457 Iceberg fails to parse valid URLs bug
- #489 timeout when trying to clone a private gitlab repo bug
- #488 remoteurl fails to parse urls with dash ($-) bug
- #481 iceberg fails to load private bitbucket repositories bug
- #485 Correct usage of bitbucket typed repository
- #473 Url handling enhancement