[obs-commits] [openSUSE/open-build-service] fe5903: [webui] don't ask the API for project _meta
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: fe5903aee45ff8c97fc242c1c6eb870718bd6a99 https://github.com/openSUSE/open-build-service/commit/fe5903aee45ff8c97fc242... Author: Stephan Kulow <coolo@suse.de> Date: 2013-10-24 (Thu, 24 Oct 2013) Changed paths: M src/api/app/models/project.rb M src/api/app/models/repository.rb M src/api/webui/app/controllers/webui/package_controller.rb M src/api/webui/app/controllers/webui/project_controller.rb M src/api/webui/app/helpers/webui/project_helper.rb M src/api/webui/app/helpers/webui/webui_helper.rb M src/api/webui/app/models/webui/package.rb M src/api/webui/app/models/webui_project.rb M src/api/webui/app/views/shared/_repositories.html.erb M src/api/webui/app/views/shared/_repositories_flag_table.html.erb M src/api/webui/app/views/webui/package/change_flag.js.erb M src/api/webui/app/views/webui/project/change_flag.js.erb M src/api/webui/app/views/webui/project/repositories.html.erb M src/api/webui/app/views/webui/project/show.html.erb Log Message: ----------- [webui] don't ask the API for project _meta Commit: 87e08a88d7b32709af17c71cff97e50fb7afbb73 https://github.com/openSUSE/open-build-service/commit/87e08a88d7b32709af17c7... Author: Stephan Kulow <coolo@suse.de> Date: 2013-10-24 (Thu, 24 Oct 2013) Changed paths: M docs/api/api/obs.rng M src/api/app/controllers/source_controller.rb M src/api/app/helpers/flag_helper.rb M src/api/app/models/package.rb M src/api/app/models/project.rb M src/api/app/views/models/_package.xml.builder M src/api/app/views/models/_project.xml.builder M src/api/test/functional/source_controller_test.rb M src/api/test/unit/code_quality_test.rb Log Message: ----------- [api] retire flagdetails view it was never documented and only used by the webui Commit: 0f3cde91f9cdc2cc0a2bd8bdf69a1c4f2d8abfd2 https://github.com/openSUSE/open-build-service/commit/0f3cde91f9cdc2cc0a2bd8... Author: Stephan Kulow <coolo@suse.de> Date: 2013-10-24 (Thu, 24 Oct 2013) Changed paths: M src/api/Gemfile M src/api/Gemfile.lock Log Message: ----------- [api] readd mini-profiler for development The next goal is readding sane model caching, so it's very useful to have. Commit: 507593a9185a7101fc6195d49b33fa092ff3d3af https://github.com/openSUSE/open-build-service/commit/507593a9185a7101fc6195... Author: Stephan Kulow <coolo@suse.de> Date: 2013-10-24 (Thu, 24 Oct 2013) Changed paths: M src/api/app/models/project.rb M src/api/app/models/relationship.rb M src/api/app/models/user.rb Log Message: ----------- [api] remember some values in user and project model It's a rather simple join to find out if a project is locked, but there is no point in repeating it 10 times Commit: b50c9043aec86931661386c52b1812c6545b352e https://github.com/openSUSE/open-build-service/commit/b50c9043aec86931661386... Author: Stephan Kulow <coolo@suse.de> Date: 2013-10-24 (Thu, 24 Oct 2013) Changed paths: A src/api/app/models/buildresult.rb M src/api/config/initializers/activexml.rb M src/api/webui/app/controllers/webui/patchinfo_controller.rb M src/api/webui/app/controllers/webui/project_controller.rb R src/api/webui/app/models/webui/buildresult.rb M src/api/webui/app/models/webui_project.rb M src/api/webui/config/initializers/activexml.rb Log Message: ----------- [webui] make buildresult a backend model There is no need to go through the API for /build Compare: https://github.com/openSUSE/open-build-service/compare/5c8fe19b5639...b50c90...
participants (1)
-
Stephan Kulow