[obs-commits] [openSUSE/open-build-service] 1e29b7: [webui] Refactor Kiwi:Image.build_from_xml.
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 1e29b7c0827a36f46af3c1e3968af9528ec29134 https://github.com/openSUSE/open-build-service/commit/1e29b7c0827a36f46af3c1... Author: Evan Rolfe <esrolfe@suse.de> Date: 2017-10-25 (Wed, 25 Oct 2017) Changed paths: M src/api/app/models/kiwi/image.rb R src/api/app/models/kiwi/image/xml.rb A src/api/app/models/kiwi/image/xml_builder.rb A src/api/app/models/kiwi/image/xml_parser.rb Log Message: ----------- [webui] Refactor Kiwi:Image.build_from_xml. Move the contents of the build_from_xml method into its own class using instance methods to seperate indiviudal units of work. Commit: 3135f40a08022a9a78da85639f3d1f2dbb1ce1e4 https://github.com/openSUSE/open-build-service/commit/3135f40a08022a9a78da85... Author: Moisés Déniz Alemán <mdeniz@suse.com> Date: 2017-10-25 (Wed, 25 Oct 2017) Changed paths: M src/api/app/models/kiwi/image.rb R src/api/app/models/kiwi/image/xml.rb A src/api/app/models/kiwi/image/xml_builder.rb A src/api/app/models/kiwi/image/xml_parser.rb Log Message: ----------- Merge pull request #4065 from evanrolfe/refactor/kiwi_image_build_from_xml [webui] Refactor Kiwi:Image.build_from_xml. Compare: https://github.com/openSUSE/open-build-service/compare/2eb2876b8b49...3135f4...
participants (1)
-
Moisés Déniz Alemán