Time for the weekly Iceberg update. Thanks to all brave users, issue reporters and contributors :). Key changes: we have introduced some tag support, a new credential manager to manage keys and passwords per host or repository, a new version of tonel, and made a first step towards a simplified contribution to Iceberg by listing it as Pharo's repository. Enjoy, Guille in behalf of all Iceberg contributors Following, the detailed changes log. New Features #842 <https://github.com/pharo-project/pharo/pull/842> Adding Credentials Store #843 <https://github.com/pharo-project/pharo/pull/843> Update Tonel to 1.0.7 #823 <https://github.com/pharo-project/pharo/pull/823> Iceberg repository should be listed as Pharo's one #841 <https://github.com/pharo-project/pharo/pull/841> Basic tag support ( #372 <https://github.com/pharo-project/pharo/pull/372>) Infrastructure #787 <https://github.com/pharo-project/pharo/pull/787> Add Windows ci with Appveyor (not yet green!) Enhancements #827 <https://github.com/pharo-project/pharo/pull/827> Add package dialog has some glitches #833 <https://github.com/pharo-project/pharo/pull/833> replace #asIcon with #iconNamed: #832 <https://github.com/pharo-project/pharo/pull/832> Move Iceberg from MostUsedTools to Tools #830 <https://github.com/pharo-project/pharo/pull/830> Better handling of not github remote urls #825 <https://github.com/pharo-project/pharo/pull/825> Enhance Migrate to tonel commit message #637 <https://github.com/pharo-project/pharo/pull/637> Show tag version instead of "Detached HEAD" #829 <https://github.com/pharo-project/pharo/pull/829> migrate-versions-browser Bug Fixes #835 <https://github.com/pharo-project/pharo/pull/835> Compare file definitions by their binary uninterpreted content #838 <https://github.com/pharo-project/pharo/pull/838> Clone from incorrect github repository fails with DNU #826 <https://github.com/pharo-project/pharo/pull/826> Pushing to virgin repository raises a DNU
Hi Guille, Thank you for the update. Can this be installed in Pharo 6.1? How? It was tested on Windows? Cheers, Hernán 2018-06-11 14:04 GMT-03:00 Guillermo Polito <guillermopolito@gmail.com>:
Time for the weekly Iceberg update. Thanks to all brave users, issue reporters and contributors :).
Key changes: we have introduced some tag support, a new credential manager to manage keys and passwords per host or repository, a new version of tonel, and made a first step towards a simplified contribution to Iceberg by listing it as Pharo's repository.
Enjoy, Guille in behalf of all Iceberg contributors
Following, the detailed changes log.
New Features #842 Adding Credentials Store #843 Update Tonel to 1.0.7 #823 Iceberg repository should be listed as Pharo's one #841 Basic tag support (#372)
Infrastructure #787 Add Windows ci with Appveyor (not yet green!)
Enhancements #827 Add package dialog has some glitches #833 replace #asIcon with #iconNamed: #832 Move Iceberg from MostUsedTools to Tools #830 Better handling of not github remote urls #825 Enhance Migrate to tonel commit message #637 Show tag version instead of "Detached HEAD" #829 migrate-versions-browser
Bug Fixes #835 Compare file definitions by their binary uninterpreted content #838 Clone from incorrect github repository fails with DNU #826 Pushing to virgin repository raises a DNU
tag support, a new credential manager to manage keys and passwords per host or repository
Thank you! I'm looking forward to playing with this next week. (and reporting issues :)) Peter On Mon, Jun 11, 2018 at 7:23 PM, Hernán Morales Durand < hernan.morales@gmail.com> wrote:
Hi Guille,
Thank you for the update. Can this be installed in Pharo 6.1? How? It was tested on Windows?
Cheers,
Hernán
2018-06-11 14:04 GMT-03:00 Guillermo Polito <guillermopolito@gmail.com>:
Time for the weekly Iceberg update. Thanks to all brave users, issue reporters and contributors :).
Key changes: we have introduced some tag support, a new credential manager to manage keys and passwords per host or repository, a new version of tonel, and made a first step towards a simplified contribution to Iceberg by listing it as Pharo's repository.
Enjoy, Guille in behalf of all Iceberg contributors
Following, the detailed changes log.
New Features #842 Adding Credentials Store #843 Update Tonel to 1.0.7 #823 Iceberg repository should be listed as Pharo's one #841 Basic tag support (#372)
Infrastructure #787 Add Windows ci with Appveyor (not yet green!)
Enhancements #827 Add package dialog has some glitches #833 replace #asIcon with #iconNamed: #832 Move Iceberg from MostUsedTools to Tools #830 Better handling of not github remote urls #825 Enhance Migrate to tonel commit message #637 Show tag version instead of "Detached HEAD" #829 migrate-versions-browser
Bug Fixes #835 Compare file definitions by their binary uninterpreted content #838 Clone from incorrect github repository fails with DNU #826 Pushing to virgin repository raises a DNU
On Mon, Jun 11, 2018 at 7:23 PM, Hernán Morales Durand < hernan.morales@gmail.com> wrote:
Hi Guille,
Thank you for the update. Can this be installed in Pharo 6.1? How?
This is already in latest Pharo build. If you want to try it in a Pharo 6.1 (I recommend to do it in a clean image), you can follow the instructions in the README https://github.com/pharo-vcs/iceberg#for-pharo-61 Those instructions will unload iceberg and install the latest 1.* version
It was tested on Windows?
I did not do it personally, but I know Cyril is using it in windows successfully for a couple of months already. He's even using it to contribute to Pharo and Iceberg itself from windows. I'd like to have the tests running on windows, but for that we need OSSubprocess running on windows... (Or maybe depending on ProcessWrapper is a compromise solution?). If someone would like to help on that front, making use of ProcessWrapper in the tests should not be difficult (it was done before but that code rot because of the lack of CI in the past...)
Cheers,
Hernán
2018-06-11 14:04 GMT-03:00 Guillermo Polito <guillermopolito@gmail.com>:
Time for the weekly Iceberg update. Thanks to all brave users, issue reporters and contributors :).
Key changes: we have introduced some tag support, a new credential manager to manage keys and passwords per host or repository, a new version of tonel, and made a first step towards a simplified contribution to Iceberg by listing it as Pharo's repository.
Enjoy, Guille in behalf of all Iceberg contributors
Following, the detailed changes log.
New Features #842 Adding Credentials Store #843 Update Tonel to 1.0.7 #823 Iceberg repository should be listed as Pharo's one #841 Basic tag support (#372)
Infrastructure #787 Add Windows ci with Appveyor (not yet green!)
Enhancements #827 Add package dialog has some glitches #833 replace #asIcon with #iconNamed: #832 Move Iceberg from MostUsedTools to Tools #830 Better handling of not github remote urls #825 Enhance Migrate to tonel commit message #637 Show tag version instead of "Detached HEAD" #829 migrate-versions-browser
Bug Fixes #835 Compare file definitions by their binary uninterpreted content #838 Clone from incorrect github repository fails with DNU #826 Pushing to virgin repository raises a DNU
-- Guille Polito Research Engineer Centre de Recherche en Informatique, Signal et Automatique de Lille CRIStAL - UMR 9189 French National Center for Scientific Research - *http://www.cnrs.fr <http://www.cnrs.fr>* *Web:* *http://guillep.github.io* <http://guillep.github.io> *Phone: *+33 06 52 70 66 13
participants (3)
-
Guillermo Polito -
Hernán Morales Durand -
Peter Uhnák