Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: e2f12906179379d172a4a9354b74d1cbcbb2aa16 https://github.com/openSUSE/open-build-service/commit/e2f12906179379d172a4a9... Author: Eduardo Navarro <enavarro@suse.com> Date: 2017-09-01 (Fri, 01 Sep 2017) Changed paths: A src/api/app/jobs/full_text_index_job.rb M src/api/app/models/full_text_search.rb M src/api/config/clock.rb Log Message: ----------- [webui][api] Create ActiveJob for full text search Move the code of the index_and_start method in the FullTextSearch model to a job, as it is only used in the Clockwork configuration. Rename FullTextSearchJob to FullTextIndexJob. Commit: b08c5efcd1963de25245d63a804d1d34277d3c83 https://github.com/openSUSE/open-build-service/commit/b08c5efcd1963de25245d6... Author: David Kang <dkang@suse.com> Date: 2017-09-04 (Mon, 04 Sep 2017) Changed paths: A src/api/app/jobs/full_text_index_job.rb M src/api/app/models/full_text_search.rb M src/api/config/clock.rb Log Message: ----------- Merge pull request #3741 from eduardoj/sphinx_start_and_index_as_job [webui][api] Create ActiveJob for full text search Compare: https://github.com/openSUSE/open-build-service/compare/739b1b6d9dcb...b08c5e...