[obs-commits] [openSUSE/open-build-service] 591553: [webui] Refactor project save_meta action
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 59155307f094166fe44a588975fb0f2ee7d9e76a https://github.com/openSUSE/open-build-service/commit/59155307f094166fe44a58... Author: chrisbr <cbruckmayer@suse.com> Date: 2015-09-15 (Tue, 15 Sep 2015) Changed paths: M src/api/app/assets/javascripts/webui/application/cm2/index.js M src/api/app/controllers/source_controller.rb M src/api/app/controllers/webui/project_controller.rb M src/api/app/models/project.rb M src/api/app/models/user.rb M src/api/app/policies/project_policy.rb M src/api/test/unit/project_test.rb Log Message: ----------- [webui] Refactor project save_meta action - Removed ActiveXML call from save_meta action and using Project model functions instead - Moved functions from controller to model - Handle permissions in policy Commit: 04902d1e637fbd309a6e26eafd2fa1e6528741d2 https://github.com/openSUSE/open-build-service/commit/04902d1e637fbd309a6e26... Author: Björn Geuken <bgeuken@suse.de> Date: 2015-09-15 (Tue, 15 Sep 2015) Changed paths: M src/api/app/assets/javascripts/webui/application/cm2/index.js M src/api/app/controllers/source_controller.rb M src/api/app/controllers/webui/project_controller.rb M src/api/app/models/project.rb M src/api/app/models/user.rb M src/api/app/policies/project_policy.rb M src/api/test/unit/project_test.rb Log Message: ----------- Merge pull request #1119 from ChrisBr/save_meta [webui] Refactor project save_meta action Compare: https://github.com/openSUSE/open-build-service/compare/688b9c28afcc...04902d...
participants (1)
-
Björn Geuken