[obs-commits] [openSUSE/open-build-service] 40edd6: [webui][api] Introduce comments for projects, pack...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 40edd67d788e8e0845c672602744eec3cf837ee2 https://github.com/openSUSE/open-build-service/commit/40edd67d788e8e0845c672... Author: Shayon Mukherjee <opensuse@shayon.me> Date: 2013-08-07 (Wed, 07 Aug 2013) Changed paths: M src/api/Gemfile.lock A src/api/app/controllers/webui/comments_controller.rb M src/api/app/models/bs_request.rb A src/api/app/models/comment.rb A src/api/app/models/comment_package.rb A src/api/app/models/comment_project.rb A src/api/app/models/comment_request.rb M src/api/app/models/package.rb M src/api/app/models/project.rb M src/api/config/routes.rb A src/api/db/migrate/20130627193722_create_comments.rb M src/api/db/structure.sql M src/api/script/start_test_backend A src/api/test/fixtures/comments.yml M src/api/test/fixtures/projects.yml A src/api/test/functional/comments_controller_test.rb A src/api/test/unit/comment_test.rb M src/webui/app/assets/stylesheets/application.scss A src/webui/app/assets/stylesheets/comments.scss M src/webui/app/controllers/package_controller.rb M src/webui/app/controllers/project_controller.rb M src/webui/app/controllers/request_controller.rb A src/webui/app/helpers/comments_helper.rb M src/webui/app/models/api_details.rb A src/webui/app/models/comment.rb A src/webui/app/views/application/_comments.html.erb M src/webui/app/views/attribute/show.html.erb M src/webui/app/views/package/_tabs.html.erb A src/webui/app/views/package/comments.html.erb M src/webui/app/views/package/show.html.erb M src/webui/app/views/project/_tabs.html.erb A src/webui/app/views/project/comments.html.erb M src/webui/app/views/project/show.html.erb A src/webui/app/views/request/_tabs.html.erb A src/webui/app/views/request/comments.html.erb M src/webui/app/views/request/show.html.erb A src/webui/app/views/shared/_child_comment.html.erb A src/webui/app/views/shared/_comment_reply_link.html.erb A src/webui/app/views/shared/_expand_collapse_comments.js.erb A src/webui/app/views/shared/_new_comment.html.erb A src/webui/app/views/shared/_parent_comments.erb M src/webui/config/initializers/activexml.rb M src/webui/config/routes.rb M src/webui/db/schema.rb Log Message: ----------- [webui][api] Introduce comments for projects, package and requests in the API and display them in the UI
participants (1)
-
Shayon Mukherjee