[obs-commits] [openSUSE/open-build-service] b5ee9b: [api] Multiple source diffs means issues should be...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: b5ee9b7a0b05e941ecf6b0e2564504bba4388618 https://github.com/openSUSE/open-build-service/commit/b5ee9b7a0b05e941ecf6b0... Author: Sascha Peilicke <saschpe@suse.de> Date: 2011-12-02 (Fri, 02 Dec 2011) Changed paths: M src/api/app/controllers/request_controller.rb Log Message: ----------- [api] Multiple source diffs means issues should be parsed per sourcediff. Only parse changes files (not the entire sourcediff), this was a regression (the webui did this before) and should solve the timeout issues we had. Also set filelimit=10000 for the backend, should be a sane value for text. Commit: cbec08f492cd5029e0287cd7a01db7e637dc71d1 https://github.com/openSUSE/open-build-service/commit/cbec08f492cd5029e0287c... Author: Sascha Peilicke <saschpe@suse.de> Date: 2011-12-02 (Fri, 02 Dec 2011) Changed paths: M src/webui/app/controllers/request_controller.rb M src/webui/app/helpers/application_helper.rb Log Message: ----------- [webui] Adjust to last API change. Commit: 09770d484ce25e0a5945115981d4f946100cdcd4 https://github.com/openSUSE/open-build-service/commit/09770d484ce25e0a594511... Author: Sascha Peilicke <saschpe@suse.de> Date: 2011-12-02 (Fri, 02 Dec 2011) Changed paths: M src/api/app/models/db_project.rb Log Message: ----------- [api] Wording for DeleteError of maintenance projects Commit: 65cf8a453e067001435d01ed00ef24e71cabf3ce https://github.com/openSUSE/open-build-service/commit/65cf8a453e067001435d01... Author: Sascha Peilicke <saschpe@suse.de> Date: 2011-12-02 (Fri, 02 Dec 2011) Changed paths: M src/webui/app/controllers/project_controller.rb Log Message: ----------- [webui] Don't redirect away if deleting a maintenance project failed. This happens when the project still contains incidents. Commit: 46e117085b1c352a25d600d91c833dfca95a3432 https://github.com/openSUSE/open-build-service/commit/46e117085b1c352a25d600... Author: Sascha Peilicke <saschpe@suse.de> Date: 2011-12-02 (Fri, 02 Dec 2011) Changed paths: M src/api/app/models/issue_tracker.rb Log Message: ----------- [api] IssueTracker#issues_in speedup Time to parse halved. This could be worth moving into a C lib. Alternatively, if we start to compute diffs asynchronously in the backend, we could parse for issues with delayed_jobs, too... Compare: https://github.com/openSUSE/open-build-service/compare/a0f3203...46e1170 -- To unsubscribe, e-mail: obs-commits+unsubscribe@opensuse.org To contact the owner, e-mail: obs-commits+owner@opensuse.org
participants (1)
-
Sascha Peilicke