[obs-commits] [openSUSE/open-build-service] 0470e9: [api] fix first history entry detection in migrati...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 0470e9ec539fc99fb9fb35f126e5e19d9cb617e2 https://github.com/openSUSE/open-build-service/commit/0470e9ec539fc99fb9fb35... Author: Adrian Schröter <adrian@suse.de> Date: 2014-09-10 (Wed, 10 Sep 2014) Changed paths: M src/api/db/migrate/20140908125426_convert_request_history.rb Log Message: ----------- [api] fix first history entry detection in migration Commit: 41b50e1238fabe9907fd9819761d1f99e0a1d335 https://github.com/openSUSE/open-build-service/commit/41b50e1238fabe9907fd98... Author: Jan Blunck <jblunck@infradead.org> Date: 2014-09-10 (Wed, 10 Sep 2014) Changed paths: M src/api/app/controllers/application_controller.rb A src/api/app/mixins/forbids_anonymous_users.rb Log Message: ----------- [api] Refactor AnonymousUser exception into ForbidsAnonymousUsers module This is a prerequisite to checking for anonymous user (be_not_nobody!) in other places, e.g. the Package model. Signed-off-by: Jan Blunck <jblunck@infradead.org> Commit: 44a254a0c05a0b71bb926f70203ae425226b95da https://github.com/openSUSE/open-build-service/commit/44a254a0c05a0b71bb926f... Author: Jan Blunck <jblunck@infradead.org> Date: 2014-09-10 (Wed, 10 Sep 2014) Changed paths: M src/api/app/controllers/webui/patchinfo_controller.rb Log Message: ----------- [api] Don't check for source access Webui::PatchinfoController::require_exists The patchinfo file is not considered source and therefore we shouldn't check for source access permissions. Signed-off-by: Jan Blunck <jblunck@infradead.org> Compare: https://github.com/openSUSE/open-build-service/compare/f81a787eae03...44a254...
participants (1)
-
Jan Blunck