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

2018-01-18 Thread David Cook
That's cool, Julian! What version of Git are you using? The comments seem to suggest that might make a difference. I'm kind of curious to try git-credential-gnome-keyring, but... just not a priority at the moment. Overall, I'm super pleased about this though! David Cook Systems Librarian Pros

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] Exploration of Koha ElasticSearch implementation

2018-01-18 Thread Tomas Cohen Arazi
Excellent work, Claire and Biblibre friends! El jue., 18 ene. 2018 a las 12:00, Claire Hernandez (< claire.hernan...@biblibre.com>) escribió: > Hi, > > I want to share a work with you. I knew we can now switch SearchEngine > syspref to ElasticSearch in Koha community version, but I didn't know a

[Koha-devel] Exploration of Koha ElasticSearch implementation

2018-01-18 Thread Claire Hernandez
Hi, I want to share a work with you. I knew we can now switch SearchEngine syspref to ElasticSearch in Koha community version, but I didn't know a lot more. I explored with some BibLibre guys what we can really do, if we can propose this feature to our users. It seems there is some work to do

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

2018-01-18 Thread Julian Maurice
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-helper-with-gnome-keyring-as-sudo#comment70025417_40312117 If you know how to fix it, please