[koha-commits] main Koha release repository branch master updated. v16.05.00-1357-gf4bd05d

Git repo owner gitmaster at git.koha-community.org
Sat Nov 12 03:40:56 CET 2016


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, master has been updated
       via  f4bd05d00dbbb96215dca1551e4f92961b60cb6f (commit)
      from  62c09397f2c5e5dd1df2c0cccf190c80363b8033 (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 f4bd05d00dbbb96215dca1551e4f92961b60cb6f
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Nov 7 11:19:03 2016 -0300

    Bug 17567: Make populate_db.pl initialize ES mappings
    
    To test:
    - Have a clean install, no DB
    - Run populate_db.pl:
      $ sudo koha-shell kohadev
     k$ cd kohaclone
     k$ misc/devel/populate_db.pl
    - Go to
    http://localhost:8081/cgi-bin/koha/admin/searchengine/elasticsearch/mappings.pl
    => FAIL: No mappings
    - Delete the DB and create an empty one:
      $ mysql -uroot
      > DROP DATABASE koha_kohadev; CREATE DATABASE koha_kohadev;
      > GRANT ALL PRIVILEGES ON koha_kohadev.* TO
      'koha_kohadev'@'localhost';
    - Run populate_db.pl:
      $ sudo koha-shell kohadev
     k$ cd kohaclone
     k$ misc/devel/populate_db.pl
    - Go to
      http://localhost:8081/cgi-bin/koha/admin/searchengine/elasticsearch/mappings.pl
    => SUCCESS: There are mappings!
    - Sign off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 misc/devel/populate_db.pl |    5 +++++
 1 file changed, 5 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list