This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 20.05.x has been updated
       via  97dac5e5136f2a2a3d0e49c862c0b058bedafac8 (commit)
       via  a230dda60451b3443575941fc50478034538a43c (commit)
      from  45c29bbccf624a210f79ab6294df97038fb2bd29 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 97dac5e5136f2a2a3d0e49c862c0b058bedafac8
Author: Tomas Cohen Arazi <[email protected]>
Date:   Tue Oct 20 14:36:22 2020 -0300

    Bug 24633: (follow-up) Tweak sample plugin targets
    
    Sponsored-by: Theke Solutions
    Signed-off-by: Tomas Cohen Arazi <[email protected]>
    Signed-off-by: Kyle M Hall <[email protected]>
    Signed-off-by: Martin Renvoize <[email protected]>
    
    Signed-off-by: Jonathan Druart <[email protected]>
    (cherry picked from commit 017036f695df46df1fe3c2106b96b6285b0b9e83)
    
    Signed-off-by: Lucas Gass <[email protected]>

commit a230dda60451b3443575941fc50478034538a43c
Author: Tomas Cohen Arazi <[email protected]>
Date:   Tue Oct 20 14:29:38 2020 -0300

    Bug 24633: Add support for gitlab searching of plugins
    
    This patch adds the option to add Gitlab repositories to look for
    Koha plugins. As with Github, plugin projects need to be named
    koha-plugin-* and the release file needs to be named with the .kpz
    extension.
    
    To test:
    1. Apply this patchset
    2. Check either koha-conf.xml or koha-conf.site.xml.in for sample
       configurations of gitlab targets.
    3. Tweak your koha-conf.xml accordingly. You could have:
    
     <plugin_repos>
         <repo>
             <name>ByWater Solutions</name>
             <org_name>bywatersolutions</org_name>
             <service>github</service>
         </repo-
         <repo>
             <name>Theke Solutions</name>
             <org_name>thekesolutions</org_name>
             <service>gitlab</service>
         </repo>
         <repo>
             <name>PTFS Europe</name>
             <org_name>ptfs-europe</org_name>
             <service>github</service>
         </repo>
      </plugin_repos>
    
    4. Flush memcached and restart plack:
       $ flush_memcached
       $ koha-plack --restart kohadev
    5. Open the plugins page, search for anything, like 'gobi' or 'a'
    => SUCCESS: You get Theke results!
    6. Pick a gitlab plugin for install
    => SUCCESS: It is installed!
    7. Sign off :-D
    
    Sponsored-by: Theke Solutions
    Signed-off-by: Tomas Cohen Arazi <[email protected]>
    Signed-off-by: Kyle M Hall <[email protected]>
    Signed-off-by: Martin Renvoize <[email protected]>
    
    Signed-off-by: Jonathan Druart <[email protected]>
    (cherry picked from commit df2a7e4aa200ea9648d993241e75ef27e12fa103)
    
    Signed-off-by: Lucas Gass <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 debian/templates/koha-conf-site.xml.in |  2 +-
 etc/koha-conf.xml                      |  2 +-
 plugins/plugins-home.pl                | 32 ++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to