Re: [Koha-devel] git-bz: avoid storing unencrypted passwords in gitconfig

2018-02-05 Thread Katrin Fischer
+1 Thx Julian! On 05.02.2018 16:45, Julian Maurice wrote: Hi, I added a small example in the wiki that uses the 'cache' helper. If someone is using another helper, it would be good to add it too. Le 03/02/2018 à 09:20, Katrin Fischer a écrit : Hi all, could/should we add this to the wiki? ht

Re: [Koha-devel] git-bz: avoid storing unencrypted passwords in gitconfig

2018-02-05 Thread Julian Maurice
Hi, I added a small example in the wiki that uses the 'cache' helper. If someone is using another helper, it would be good to add it too. Le 03/02/2018 à 09:20, Katrin Fischer a écrit : > Hi all, > > could/should we add this to the wiki? > https://wiki.koha-community.org/wiki/Git_bz_configuratio

Re: [Koha-devel] git-bz: avoid storing unencrypted passwords in gitconfig

2018-02-03 Thread Katrin Fischer
Hi all, could/should we add this to the wiki? https://wiki.koha-community.org/wiki/Git_bz_configuration And maybe kohadevbox? Katrin On 17.01.2018 21:30, Liz Rea wrote: Deep approval, nice! Liz On 17/01/18 23:14, Julian Maurice wrote: Hi all, I recently shared an LXD container containing

Re: [Koha-devel] git-bz: avoid storing unencrypted passwords in gitconfig

2018-01-19 Thread Julian Maurice
+1 for using master branch instead of fishsoup (or at least make fishsoup the default branch so we don't have to specify branch when cloning) I see that you did retrieve the "git-credential" commit on fishsoup branch (did you check that it continues to work for those that have password in their gi

Re: [Koha-devel] git-bz: avoid storing unencrypted passwords in gitconfig

2018-01-18 Thread David Cook
org Subject: Re: [Koha-devel] git-bz: avoid storing unencrypted passwords in gitconfig I tried libsecret with gnome-keyring, it worked the first time, but not the other ones infortunately... I get this error message: https://stackoverflow.com/questions/36585496/error-when-using-git-credential-he

Re: [Koha-devel] git-bz: avoid storing unencrypted passwords in gitconfig

2018-01-18 Thread Jonathan Druart
Very long standing issues, good to see it fixed :) I have picked the commit for the apply_on_cascade branch of my github repo. Maybe we should make it (apply on cascade + use-git-credential) the default and push it to the community/master(or fishsoup) branch. By the way the fishsoup repo is 37 com

Re: [Koha-devel] git-bz: avoid storing unencrypted passwords in gitconfig

2018-01-18 Thread Julian Maurice
[mailto:koha-devel-boun...@lists.koha-community.org] On Behalf Of Julian > Maurice > Sent: Wednesday, 17 January 2018 9:14 PM > To: koha-devel@lists.koha-community.org > Subject: [Koha-devel] git-bz: avoid storing unencrypted passwords in > gitconfig > > Hi all, > > I rece

Re: [Koha-devel] git-bz: avoid storing unencrypted passwords in gitconfig

2018-01-17 Thread David Cook
essage- From: koha-devel-boun...@lists.koha-community.org [mailto:koha-devel-boun...@lists.koha-community.org] On Behalf Of Julian Maurice Sent: Wednesday, 17 January 2018 9:14 PM To: koha-devel@lists.koha-community.org Subject: [Koha-devel] git-bz: avoid storing unencrypted passwords in gitconfig

Re: [Koha-devel] git-bz: avoid storing unencrypted passwords in gitconfig

2018-01-17 Thread Liz Rea
Deep approval, nice! Liz On 17/01/18 23:14, Julian Maurice wrote: > Hi all, > > I recently shared an LXD container containing my Koha dev environment, > and of course I forgot to remove my Bugzilla credentials from the git > config... > I immediately changed it, but for that not to happen again

Re: [Koha-devel] git-bz: avoid storing unencrypted passwords in gitconfig

2018-01-17 Thread Tomas Cohen Arazi
Awesome! El mié., 17 de ene. de 2018 7:14 a. m., Julian Maurice < julian.maur...@biblibre.com> escribió: > Hi all, > > I recently shared an LXD container containing my Koha dev environment, > and of course I forgot to remove my Bugzilla credentials from the git > config... > I immediately changed

[Koha-devel] git-bz: avoid storing unencrypted passwords in gitconfig

2018-01-17 Thread Julian Maurice
Hi all, I recently shared an LXD container containing my Koha dev environment, and of course I forgot to remove my Bugzilla credentials from the git config... I immediately changed it, but for that not to happen again I searched for a way to not have to store unencrypted passwords for git-bz. The