[obs-commits] [openSUSE/open-build-service] 2fc97d: [frontend] Migrate comment log entries to login
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 2fc97dd86aecbd8c33dca0e8d9cd58b8b3bb7e70 https://github.com/openSUSE/open-build-service/commit/2fc97dd86aecbd8c33dca0... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2018-03-27 (Tue, 27 Mar 2018) Changed paths: A src/api/db/data/20180214132015_project_log_entry_user_name.rb Log Message: ----------- [frontend] Migrate comment log entries to login All the ProjectLogEntries that have been generated by CommentEvent have their user_name set to a string with the content of User.id. While all other log entries have this field set to User.login. Unify this to User.login Commit: 328067fb82c2f97e158cd8bb549bb85f4abbba70 https://github.com/openSUSE/open-build-service/commit/328067fb82c2f97e158cd8... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2018-03-27 (Tue, 27 Mar 2018) Changed paths: M src/api/app/assets/stylesheets/webui/application/project.scss M src/api/app/controllers/webui/project_controller.rb M src/api/app/helpers/webui/webui_helper.rb M src/api/app/models/project_log_entry.rb M src/api/app/views/webui/project/_tabs.html.erb A src/api/app/views/webui/project/pulse.html.haml M src/api/config/routes.rb M src/api/db/data/20180214132015_project_log_entry_user_name.rb Log Message: ----------- [frontend] Introduces ProjectLogEntry view If you just want to check what happened project wide in the last couple of hours to find the cause of some problem. There is already the RSS feed for this but it's harder to skim than a nice *cough* web view. Commit: cdca7c0922329e10d9f32b025039ec89bc44f699 https://github.com/openSUSE/open-build-service/commit/cdca7c0922329e10d9f32b... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2018-03-28 (Wed, 28 Mar 2018) Changed paths: M src/api/app/assets/stylesheets/webui/application/project.scss M src/api/app/controllers/webui/project_controller.rb M src/api/app/helpers/webui/webui_helper.rb M src/api/app/models/project_log_entry.rb M src/api/app/views/webui/project/_tabs.html.erb A src/api/app/views/webui/project/pulse.html.haml M src/api/config/routes.rb A src/api/db/data/20180214132015_project_log_entry_user_name.rb Log Message: ----------- Merge pull request #4498 from hennevogel/feature/project_commits_page Introduces ProjectLogEntry view Compare: https://github.com/openSUSE/open-build-service/compare/ec5df97c2956...cdca7c...
participants (1)
-
Henne Vogelsang