[obs-commits] [openSUSE/open-build-service] 7339c3: [api] move code around in statushistory to make th...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 7339c3825d57e48f80ffbd4809dc83f377dc1236 https://github.com/openSUSE/open-build-service/commit/7339c3825d57e48f80ffbd... Author: Stephan Kulow <coolo@suse.de> Date: 2013-08-07 (Wed, 07 Aug 2013) Changed paths: M src/api/app/models/status_history.rb Log Message: ----------- [api] move code around in statushistory to make the functions less complex Commit: 340638186c06df9491e28afc26d71714854c5385 https://github.com/openSUSE/open-build-service/commit/340638186c06df9491e28a... Author: Stephan Kulow <coolo@suse.de> Date: 2013-08-07 (Wed, 07 Aug 2013) Changed paths: M src/api/app/controllers/request_controller.rb M src/api/app/controllers/source_controller.rb M src/api/app/models/bs_request_action_maintenance_incident.rb M src/api/app/models/package.rb A src/api/app/models/patchinfo.rb M src/api/app/models/project.rb Log Message: ----------- [api] move all patchinfo specific code into a patchinfo model Commit: 8eaf4a10de574ac790354a75706e7ea18fcc6721 https://github.com/openSUSE/open-build-service/commit/8eaf4a10de574ac790354a... Author: Stephan Kulow <coolo@suse.de> Date: 2013-08-07 (Wed, 07 Aug 2013) Changed paths: M src/api/app/controllers/application_controller.rb M src/api/app/controllers/attribute_controller.rb M src/api/app/controllers/source_controller.rb M src/api/app/models/patchinfo.rb M src/api/config/routes.rb M src/api/test/functional/attributes_test.rb Log Message: ----------- [api] move all attribute handling from source to attribute controller (where it should have lived from the start) Commit: 8a98e664eeb3311bb062174f41cc5947db7ca8c2 https://github.com/openSUSE/open-build-service/commit/8a98e664eeb3311bb06217... Author: Stephan Kulow <coolo@suse.de> Date: 2013-08-07 (Wed, 07 Aug 2013) Changed paths: M src/api/app/controllers/request_controller.rb M src/api/app/helpers/maintenance_helper.rb M src/api/app/models/package.rb M src/api/app/models/patchinfo.rb M src/api/lib/opensuse/backend.rb Log Message: ----------- [api] improve the patchinfo class a bit Commit: 7e29dde5f1c3518f4669955bd214f3da8eb6ebd5 https://github.com/openSUSE/open-build-service/commit/7e29dde5f1c3518f466995... Author: Stephan Kulow <coolo@suse.de> Date: 2013-08-07 (Wed, 07 Aug 2013) Changed paths: M src/api/app/controllers/source_controller.rb M src/api/app/models/package.rb M src/api/app/models/project.rb A src/api/app/views/source/_common_issues.xml.builder A src/api/app/views/source/_package_issues.xml.builder A src/api/app/views/source/_project_issues.xml.builder Log Message: ----------- [api] move issue rendering out of the models into views Commit: 1a042f483b1b959f060d54806d79d80e2f00251d https://github.com/openSUSE/open-build-service/commit/1a042f483b1b959f060d54... Author: Stephan Kulow <coolo@suse.de> Date: 2013-08-07 (Wed, 07 Aug 2013) Changed paths: M src/api/app/controllers/configurations_controller.rb M src/api/app/models/configuration.rb A src/api/app/views/models/_configuration.xml.builder Log Message: ----------- [api] move rendering of configuration xml into a view Commit: 6939f216a90ba76ba908931f211a982623bbb462 https://github.com/openSUSE/open-build-service/commit/6939f216a90ba76ba90893... Author: Stephan Kulow <coolo@suse.de> Date: 2013-08-07 (Wed, 07 Aug 2013) Changed paths: A src/api/app/mixins/has_relationships.rb M src/api/app/models/package.rb M src/api/app/models/project.rb Log Message: ----------- [api] move common relationship related functions into a mixin Commit: 29e0139c0f8229b0c7d9ee793e575d7bdcaef713 https://github.com/openSUSE/open-build-service/commit/29e0139c0f8229b0c7d9ee... Author: Stephan Kulow <coolo@suse.de> Date: 2013-08-07 (Wed, 07 Aug 2013) Changed paths: A src/api/app/mixins/can_render_model.rb M src/api/app/mixins/has_relationships.rb M src/api/app/models/configuration.rb M src/api/app/models/package.rb M src/api/app/models/project.rb A src/api/app/views/models/_package.xml.builder A src/api/app/views/models/_project.xml.builder M src/api/test/unit/package_test.rb M src/api/test/unit/project_test.rb Log Message: ----------- [api] move rendering of project and package meta into a view Commit: d703370bb92ba4734c63d8e9d0cdb4f537c99eef https://github.com/openSUSE/open-build-service/commit/d703370bb92ba4734c63d8... Author: Stephan Kulow <coolo@suse.de> Date: 2013-08-07 (Wed, 07 Aug 2013) Changed paths: M src/api/app/mixins/has_relationships.rb M src/api/app/models/group.rb M src/api/app/models/package.rb M src/api/app/models/project.rb M src/api/app/models/user.rb M src/api/test/unit/package_test.rb Log Message: ----------- [api] move even more duplicated relationships code into the mixin Commit: a4c4099be84528be653347b6adc80507a24c4622 https://github.com/openSUSE/open-build-service/commit/a4c4099be84528be653347... Author: Ancor Gonzalez Sosa <ancor@suse.de> Date: 2013-08-07 (Wed, 07 Aug 2013) Changed paths: M dist/obs-server.spec Log Message: ----------- updating spec (ruby 2.0 and sphinx) Commit: fc90c83c316b8960ba83feb658e1f7551d405636 https://github.com/openSUSE/open-build-service/commit/fc90c83c316b8960ba83fe... Author: Ancor Gonzalez Sosa <ancor@suse.de> Date: 2013-08-07 (Wed, 07 Aug 2013) Changed paths: M src/api/app/controllers/webui/attrib_types_controller.rb Log Message: ----------- [api] Removed non needed call to Relation#all (deprecated) Commit: c87d8e09b6e6e5eeebc2708b1f2e6b93c4a6dbfd https://github.com/openSUSE/open-build-service/commit/c87d8e09b6e6e5eeebc270... Author: Ancor Gonzalez Sosa <ancor@suse.de> Date: 2013-08-07 (Wed, 07 Aug 2013) Changed paths: M src/api/config/clock.rb Log Message: ----------- [api] Reindex sphinx database every hour Commit: 87ea8857d592c32ff7644b447873df640f653cfb https://github.com/openSUSE/open-build-service/commit/87ea8857d592c32ff7644b... Author: Ancor Gonzalez Sosa <ancor@suse.de> Date: 2013-08-07 (Wed, 07 Aug 2013) Changed paths: M src/api/app/indices/package_index.rb M src/api/app/indices/project_index.rb A src/api/db/migrate/20130807071147_add_delta_to_projects_and_packages.rb M src/api/db/structure.sql Log Message: ----------- [api] Delta indexing added to sphinx (the straighforward way) Compare: https://github.com/openSUSE/open-build-service/compare/d652205db10d...87ea88...
participants (1)
-
Ancor Gonzalez Sosa