[obs-commits] [openSUSE/open-build-service] 18b068: [api] renaming the routes for deleting user roles
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 18b0689f63aa5eece984e8279491ecf244bd505e https://github.com/openSUSE/open-build-service/commit/18b0689f63aa5eece984e8... Author: Ancor Gonzalez Sosa <ancor@suse.de> Date: 2013-08-07 (Wed, 07 Aug 2013) Changed paths: M src/api/config/routes.rb Log Message: ----------- [api] renaming the routes for deleting user roles Commit: 1d41553b3d1c61497405e12d1db856b3f9f7fd06 https://github.com/openSUSE/open-build-service/commit/1d41553b3d1c61497405e1... Author: Ancor Gonzalez Sosa <ancor@suse.de> Date: 2013-08-07 (Wed, 07 Aug 2013) Changed paths: M src/webui/app/controllers/package_controller.rb M src/webui/app/controllers/project_controller.rb M src/webui/app/controllers/request_controller.rb M src/webui/app/models/api_details.rb Log Message: ----------- [webui] more RESTfull approach when adding and removing relationships Commit: bdb9110a008d8ae162b4e16cc43ae47cc39f7aa1 https://github.com/openSUSE/open-build-service/commit/bdb9110a008d8ae162b4e1... Author: Ancor Gonzalez Sosa <ancor@suse.de> Date: 2013-08-07 (Wed, 07 Aug 2013) Changed paths: M src/api/Gemfile M src/api/Gemfile.lock M src/api/app/controllers/test_controller.rb A src/api/app/controllers/webui/attrib_types_controller.rb A src/api/app/controllers/webui/searches_controller.rb A src/api/app/indices/package_index.rb A src/api/app/indices/project_index.rb M src/api/app/models/attrib_type.rb A src/api/app/models/full_text_search.rb M src/api/app/models/package.rb A src/api/config/initializers/sphinx_config.rb M src/api/config/routes.rb A src/api/config/thinking_sphinx.yml.example A src/api/db/migrate/20130805073101_create_search_indexes.rb M src/api/db/structure.sql A src/api/lib/obsapi/test_sphinx.rb Log Message: ----------- [api] Thinking Sphinx based search * It requires indexing (rake ts:rebuild) once in a while in order to work. * Migration included (just a new db index) to speedup indexing Commit: 01f99d9ecf19fa98a6fc0026bc3cc3676672b066 https://github.com/openSUSE/open-build-service/commit/01f99d9ecf19fa98a6fc00... Author: Ancor Gonzalez Sosa <ancor@suse.de> Date: 2013-08-07 (Wed, 07 Aug 2013) Changed paths: M .gitignore Log Message: ----------- [api] Thinking Sphinx related files added to .gitignore Commit: 08c0334e0bbdc777eccdc35d4a2b7ba6f3265b0f https://github.com/openSUSE/open-build-service/commit/08c0334e0bbdc777eccdc3... Author: Ancor Gonzalez Sosa <ancor@suse.de> Date: 2013-08-07 (Wed, 07 Aug 2013) Changed paths: M src/webui/Gemfile M src/webui/Gemfile.lock M src/webui/app/assets/stylesheets/search.css.scss M src/webui/app/controllers/search_controller.rb A src/webui/app/helpers/search_helper.rb A src/webui/app/views/kaminari/_paginator.html.erb M src/webui/app/views/search/_results.html.erb M src/webui/app/views/search/index.html.erb A src/webui/config/locales/kaminari.en.yml M src/webui/test/functional/search_controller_test.rb Log Message: ----------- [webui] Use the new sphinx-based search * The new search resource is used for projects and packages, not for owners. * Results change slightly because the new searching does not search in substrings, only full words. * kaminari included for pagination. Compare: https://github.com/openSUSE/open-build-service/compare/38e8c665114c...08c033...
participants (1)
-
Ancor Gonzalez Sosa