Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 84baa6855f2efa3c6639d3a914928dc1b133f5f6
https://github.com/openSUSE/open-build-service/commit/84baa6855f2efa3c6639d…
Author: Saray Cabrera Padrón <scabrerapadron(a)suse.de>
Date: 2019-04-29 (Mon, 29 Apr 2019)
Changed paths:
M src/api/lib/obsapi/markdown_renderer.rb
M src/api/spec/helpers/webui/markdown_helper_spec.rb
Log Message:
-----------
Markdown now detects two consecutive mentions to users
When we had "@user1 @user2" it didn't detect the second mention. Only
if there were another character between them like in "@user1, @user2".
Commit: 7cc4106e4339cbbe0c95b55a61b47265120377ef
https://github.com/openSUSE/open-build-service/commit/7cc4106e4339cbbe0c95b…
Author: Ana María Martínez Gómez <anamaria(a)martinezgomez.name>
Date: 2019-04-29 (Mon, 29 Apr 2019)
Changed paths:
M src/api/lib/obsapi/markdown_renderer.rb
M src/api/spec/helpers/webui/markdown_helper_spec.rb
Log Message:
-----------
Merge pull request #7502 from saraycp/bug/mentions_markdown
Markdown now detects two consecutive mentions to users
Compare: https://github.com/openSUSE/open-build-service/compare/79f3e4ad9df3...7cc41…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: ae56ea37e82837014a4eeb5298444312358b73c1
https://github.com/openSUSE/open-build-service/commit/ae56ea37e82837014a4ee…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2019-04-29 (Mon, 29 Apr 2019)
Changed paths:
M src/api/app/datatables/maintenance_incident_datatable.rb
M src/api/app/helpers/webui/maintenance_incident_helper.rb
M src/api/app/views/webui2/webui/projects/maintenance_incidents/index.html.haml
Log Message:
-----------
Merge the release targets and build column of the incident table
Both columns are related to the release target. So it makes sense to
combine them. This also ensures that both targets are presented
together. Before, when there were multiple release targets and some
of them were wrapped to the next line, the release target name and
build icon were not on the same line.
Commit: c225187c41b89eec61834e6498f0b80c4675cbaa
https://github.com/openSUSE/open-build-service/commit/c225187c41b89eec61834…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2019-04-29 (Mon, 29 Apr 2019)
Changed paths:
M src/api/app/helpers/webui/maintenance_incident_helper.rb
Log Message:
-----------
Maintenance incidents table: Make the target project link to the actual project
Commit: 1316768859a680114a4ebfed207bc22191e3745c
https://github.com/openSUSE/open-build-service/commit/1316768859a680114a4eb…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2019-04-29 (Mon, 29 Apr 2019)
Changed paths:
M src/api/app/helpers/webui/maintenance_incident_helper.rb
Log Message:
-----------
Maintenance incident table: Put the request creation time next to the request flag
Commit: 79f3e4ad9df36a03b314fb40c6694ef2dd56907b
https://github.com/openSUSE/open-build-service/commit/79f3e4ad9df36a03b314f…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2019-04-29 (Mon, 29 Apr 2019)
Changed paths:
M src/api/app/datatables/maintenance_incident_datatable.rb
M src/api/app/helpers/webui/maintenance_incident_helper.rb
M src/api/app/views/webui2/webui/projects/maintenance_incidents/index.html.haml
Log Message:
-----------
Merge pull request #7484 from bgeuken/update_maintenance_incidents
Update maintenance incidents table
Compare: https://github.com/openSUSE/open-build-service/compare/8f085bbc0787...79f3e…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 09b3976478790fe08a4248ba5ad102b85cc2c679
https://github.com/openSUSE/open-build-service/commit/09b3976478790fe08a424…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2019-04-29 (Mon, 29 Apr 2019)
Changed paths:
M src/api/app/views/webui2/webui/request/_request_history.html.haml
M src/api/app/views/webui2/webui/request/_request_history_element.html.haml
Log Message:
-----------
Provide a link to user's home in request history list
Fixes #7459
Commit: 4b93fa279b05078f4aa45cbd63ddd46b634245ec
https://github.com/openSUSE/open-build-service/commit/4b93fa279b05078f4aa45…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2019-04-29 (Mon, 29 Apr 2019)
Changed paths:
M src/api/app/models/history_element.rb
M src/api/app/views/webui2/webui/request/_request_history.html.haml
M src/api/app/views/webui2/webui/request/_request_history_element.html.haml
Log Message:
-----------
Update appearance of history elements
* Move the type of history element, eg. review created, to the
header of the history field.
* Add a horizontal line to seperate history elements
* Add anchor tag to history elements. This allows to reference them
via a link, similar to how we do this for comments.
Commit: 8f085bbc07873dc2d223cd7d8cccf3b8c4a609bf
https://github.com/openSUSE/open-build-service/commit/8f085bbc07873dc2d223c…
Author: David Kang <dkang(a)suse.com>
Date: 2019-04-29 (Mon, 29 Apr 2019)
Changed paths:
M src/api/app/models/history_element.rb
M src/api/app/views/webui2/webui/request/_request_history.html.haml
M src/api/app/views/webui2/webui/request/_request_history_element.html.haml
Log Message:
-----------
Merge pull request #7498 from bgeuken/fix_issue_7459
Provide a link to user's home in request history list
Compare: https://github.com/openSUSE/open-build-service/compare/d136131917de...8f085…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: d5d99bb526f6ba89440b6ccea62ba6a230312840
https://github.com/openSUSE/open-build-service/commit/d5d99bb526f6ba89440b6…
Author: David Kang <dkang(a)suse.com>
Date: 2019-04-26 (Fri, 26 Apr 2019)
Changed paths:
M src/api/app/views/layouts/webui2/_proxy_auth_navigation.html.haml
Log Message:
-----------
Migrate login form to bootstrap
During the migration to bootstrap we forgot to migrate the login form
for proxy.
Commit: 1c630f90595c81be6433ec0f4e0903a392a75035
https://github.com/openSUSE/open-build-service/commit/1c630f90595c81be6433e…
Author: David Kang <dkang(a)suse.com>
Date: 2019-04-29 (Mon, 29 Apr 2019)
Changed paths:
A src/api/app/views/layouts/webui2/_login_form.html.haml
M src/api/app/views/layouts/webui2/_personal_navigation.html.haml
R src/api/app/views/layouts/webui2/_proxy_auth_navigation.html.haml
Log Message:
-----------
Move login form into a partial
Commit: d136131917dea2c96f2d2e7fb21e81f382d064c6
https://github.com/openSUSE/open-build-service/commit/d136131917dea2c96f2d2…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2019-04-29 (Mon, 29 Apr 2019)
Changed paths:
A src/api/app/views/layouts/webui2/_login_form.html.haml
M src/api/app/views/layouts/webui2/_personal_navigation.html.haml
R src/api/app/views/layouts/webui2/_proxy_auth_navigation.html.haml
Log Message:
-----------
Merge pull request #7482 from DavidKang/bootstrap/sprint-57/issue-7271
StagingWorkflow Login
Compare: https://github.com/openSUSE/open-build-service/compare/221bb8899e6b...d1361…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: d69396deae06dcf81b738550d4b37bc675bb7e9b
https://github.com/openSUSE/open-build-service/commit/d69396deae06dcf81b738…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2019-04-29 (Mon, 29 Apr 2019)
Changed paths:
M src/api/app/models/bs_request.rb
M src/api/app/models/bs_request_action.rb
Log Message:
-----------
Refactor is_target_maintainer
The old code was a little hard to parse
Commit: e6356c12026a3fb7b5129c61f5f9391152440899
https://github.com/openSUSE/open-build-service/commit/e6356c12026a3fb7b5129…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2019-04-29 (Mon, 29 Apr 2019)
Changed paths:
M src/api/test/fixtures/bs_request_actions.yml
Log Message:
-----------
Remove invalid fixture entries
BsRequestActions are supposed to contain nil in _objects
if the target package does not exist, this was set wrong
in fixtures and was only uncovered due to the refactoring
to use _objects
Commit: fd45117f6f81573a72f8d208964faf37c3cb15b4
https://github.com/openSUSE/open-build-service/commit/fd45117f6f81573a72f8d…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2019-04-29 (Mon, 29 Apr 2019)
Changed paths:
M src/api/spec/models/bs_request_action_spec.rb
Log Message:
-----------
Add rspec for BsRequestAction#is_target_maintainer?
Commit: 221bb8899e6b0c8c988903460289321c4593d6b1
https://github.com/openSUSE/open-build-service/commit/221bb8899e6b0c8c98890…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2019-04-29 (Mon, 29 Apr 2019)
Changed paths:
M src/api/app/models/bs_request.rb
M src/api/app/models/bs_request_action.rb
M src/api/spec/models/bs_request_action_spec.rb
M src/api/test/fixtures/bs_request_actions.yml
Log Message:
-----------
Merge pull request #7495 from coolo/refactor_target_maintainer
Refactor is_target_maintainer
Compare: https://github.com/openSUSE/open-build-service/compare/0be1a606f5e2...221bb…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: e754533f6a0ce8fddd8d6ef85422ef56495c854a
https://github.com/openSUSE/open-build-service/commit/e754533f6a0ce8fddd8d6…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2019-04-29 (Mon, 29 Apr 2019)
Changed paths:
M src/api/app/controllers/application_controller.rb
M src/api/app/controllers/build/file_controller.rb
M src/api/app/controllers/build_controller.rb
M src/api/app/controllers/cloud/upload_jobs_controller.rb
M src/api/app/controllers/person_controller.rb
M src/api/app/controllers/source_controller.rb
M src/api/app/controllers/source_project_package_meta_controller.rb
M src/api/app/controllers/webui/repositories_controller.rb
M src/api/app/controllers/webui/user_controller.rb
M src/api/app/controllers/webui/webui_controller.rb
M src/api/app/helpers/validation_helper.rb
M src/api/app/helpers/webui/group_helper.rb
M src/api/app/helpers/webui/webui_helper.rb
M src/api/app/models/bs_request.rb
M src/api/app/models/bs_request_permission_check.rb
M src/api/app/models/project.rb
M src/api/app/models/project/update_from_xml_command.rb
M src/api/app/models/relationship.rb
M src/api/app/models/unregistered_user.rb
M src/api/app/models/user.rb
M src/api/app/policies/project_policy.rb
M src/api/app/views/webui/download_on_demand/_index.html.haml
M src/api/app/views/webui/groups/show.html.haml
M src/api/app/views/webui/main/_status_messages.html.haml
M src/api/app/views/webui/main/index.html.haml
M src/api/app/views/webui/project/new.html.erb
M src/api/app/views/webui/repositories/index.html.haml
M src/api/app/views/webui/user/edit.html.haml
M src/api/app/views/webui2/status_messages/_item.html.haml
M src/api/app/views/webui2/webui/groups/_breadcrumb_items.html.haml
M src/api/app/views/webui2/webui/main/_proceed-list.html.haml
M src/api/app/views/webui2/webui/main/_status_messages.html.haml
M src/api/app/views/webui2/webui/main/index.html.haml
M src/api/app/views/webui2/webui/repositories/index.html.haml
M src/api/app/views/webui2/webui/user/edit.html.haml
Log Message:
-----------
Introduce User.admin_session?
User.current.is_admin? may crash if User.current is not there,
so it needs to be guarded, which is a lot of duplicated code
Commit: 0be1a606f5e23023844d1d6d17554348ce350145
https://github.com/openSUSE/open-build-service/commit/0be1a606f5e23023844d1…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2019-04-29 (Mon, 29 Apr 2019)
Changed paths:
M src/api/app/controllers/application_controller.rb
M src/api/app/controllers/build/file_controller.rb
M src/api/app/controllers/build_controller.rb
M src/api/app/controllers/cloud/upload_jobs_controller.rb
M src/api/app/controllers/person_controller.rb
M src/api/app/controllers/source_controller.rb
M src/api/app/controllers/source_project_package_meta_controller.rb
M src/api/app/controllers/webui/repositories_controller.rb
M src/api/app/controllers/webui/user_controller.rb
M src/api/app/controllers/webui/webui_controller.rb
M src/api/app/helpers/validation_helper.rb
M src/api/app/helpers/webui/group_helper.rb
M src/api/app/helpers/webui/webui_helper.rb
M src/api/app/models/bs_request.rb
M src/api/app/models/bs_request_permission_check.rb
M src/api/app/models/project.rb
M src/api/app/models/project/update_from_xml_command.rb
M src/api/app/models/relationship.rb
M src/api/app/models/unregistered_user.rb
M src/api/app/models/user.rb
M src/api/app/policies/project_policy.rb
M src/api/app/views/webui/download_on_demand/_index.html.haml
M src/api/app/views/webui/groups/show.html.haml
M src/api/app/views/webui/main/_status_messages.html.haml
M src/api/app/views/webui/main/index.html.haml
M src/api/app/views/webui/project/new.html.erb
M src/api/app/views/webui/repositories/index.html.haml
M src/api/app/views/webui/user/edit.html.haml
M src/api/app/views/webui2/status_messages/_item.html.haml
M src/api/app/views/webui2/webui/groups/_breadcrumb_items.html.haml
M src/api/app/views/webui2/webui/main/_proceed-list.html.haml
M src/api/app/views/webui2/webui/main/_status_messages.html.haml
M src/api/app/views/webui2/webui/main/index.html.haml
M src/api/app/views/webui2/webui/repositories/index.html.haml
M src/api/app/views/webui2/webui/user/edit.html.haml
Log Message:
-----------
Merge pull request #7493 from coolo/add_admin_session
Introduce User.admin_session?
Compare: https://github.com/openSUSE/open-build-service/compare/87edd9571154...0be1a…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: fc03c7e78a44a04261b4fb499697b6913040eff1
https://github.com/openSUSE/open-build-service/commit/fc03c7e78a44a04261b4f…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2019-04-28 (Sun, 28 Apr 2019)
Changed paths:
M src/api/app/controllers/application_controller.rb
M src/api/app/controllers/webui/session_controller.rb
M src/api/app/controllers/webui/user_controller.rb
M src/api/app/controllers/webui/webui_controller.rb
M src/api/app/jobs/consistency_check_job.rb
M src/api/app/jobs/project_create_auto_cleanup_requests.rb
M src/api/app/jobs/staging_project_accept_job.rb
M src/api/app/jobs/staging_project_copy_job.rb
M src/api/app/models/bs_request.rb
M src/api/app/models/project.rb
M src/api/app/models/update_notification_events.rb
M src/api/app/models/user.rb
M src/api/config/clock.rb
M src/api/db/checker.rb
M src/api/lib/authenticator.rb
M src/api/lib/tasks/dev.rake
M src/api/lib/tasks/extract.rake
M src/api/script/start_test_backend
M src/api/spec/bootstrap/features/webui/attributes_spec.rb
M src/api/spec/bootstrap/features/webui/image_templates_spec.rb
M src/api/spec/bootstrap/features/webui/maintenance_workflow_spec.rb
M src/api/spec/controllers/staging/staging_projects_controller_spec.rb
M src/api/spec/factories/bs_requests.rb
M src/api/spec/factories/project.rb
M src/api/spec/features/webui/image_templates_spec.rb
M src/api/spec/features/webui/maintenance_workflow_spec.rb
M src/api/spec/features/webui/packages_spec.rb
M src/api/spec/helpers/webui/search_helper_spec.rb
M src/api/spec/helpers/webui/user_helper_spec.rb
M src/api/spec/helpers/webui/webui_helper_spec.rb
M src/api/spec/jobs/staging_project_accept_job_spec.rb
M src/api/spec/jobs/update_package_meta_job_spec.rb
M src/api/spec/policies/user_policy_spec.rb
M src/api/spec/services/meta_controller_service/project_updater_spec.rb
M src/api/spec/services/staging/staging_project_creator_spec.rb
M src/api/spec/support/controllers/controllers_authentication.rb
M src/api/spec/support/database_cleaner.rb
M src/api/spec/support/features/features_authentication.rb
M src/api/spec/support/models/models_authentication.rb
M src/api/test/functional/maintenance_test.rb
M src/api/test/functional/person_controller_test.rb
M src/api/test/functional/source_controller_test.rb
M src/api/test/models/event_test.rb
M src/api/test/models/full_text_search_test.rb
M src/api/test/test_consistency_helper.rb
M src/api/test/test_helper.rb
M src/api/test/unit/attribute_test.rb
M src/api/test/unit/binary_release.rb
M src/api/test/unit/bs_request_test.rb
M src/api/test/unit/channel_test.rb
M src/api/test/unit/event_mailer_test.rb
M src/api/test/unit/package_remove_test.rb
M src/api/test/unit/package_test.rb
M src/api/test/unit/project_remove_test.rb
M src/api/test/unit/project_test.rb
M src/api/test/unit/watched_project_test.rb
Log Message:
-----------
Rename User.current= to User.session=
In alignment of deprecating User.current, rename the assignment
operator to session=
Commit: 87edd9571154975eb4e3ff2188be987741a9b8ac
https://github.com/openSUSE/open-build-service/commit/87edd9571154975eb4e3f…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2019-04-29 (Mon, 29 Apr 2019)
Changed paths:
M src/api/app/controllers/application_controller.rb
M src/api/app/controllers/webui/session_controller.rb
M src/api/app/controllers/webui/user_controller.rb
M src/api/app/controllers/webui/webui_controller.rb
M src/api/app/jobs/consistency_check_job.rb
M src/api/app/jobs/project_create_auto_cleanup_requests.rb
M src/api/app/jobs/staging_project_accept_job.rb
M src/api/app/jobs/staging_project_copy_job.rb
M src/api/app/models/bs_request.rb
M src/api/app/models/project.rb
M src/api/app/models/update_notification_events.rb
M src/api/app/models/user.rb
M src/api/config/clock.rb
M src/api/db/checker.rb
M src/api/lib/authenticator.rb
M src/api/lib/tasks/dev.rake
M src/api/lib/tasks/extract.rake
M src/api/script/start_test_backend
M src/api/spec/bootstrap/features/webui/attributes_spec.rb
M src/api/spec/bootstrap/features/webui/image_templates_spec.rb
M src/api/spec/bootstrap/features/webui/maintenance_workflow_spec.rb
M src/api/spec/controllers/staging/staging_projects_controller_spec.rb
M src/api/spec/factories/bs_requests.rb
M src/api/spec/factories/project.rb
M src/api/spec/features/webui/image_templates_spec.rb
M src/api/spec/features/webui/maintenance_workflow_spec.rb
M src/api/spec/features/webui/packages_spec.rb
M src/api/spec/helpers/webui/search_helper_spec.rb
M src/api/spec/helpers/webui/user_helper_spec.rb
M src/api/spec/helpers/webui/webui_helper_spec.rb
M src/api/spec/jobs/staging_project_accept_job_spec.rb
M src/api/spec/jobs/update_package_meta_job_spec.rb
M src/api/spec/policies/user_policy_spec.rb
M src/api/spec/services/meta_controller_service/project_updater_spec.rb
M src/api/spec/services/staging/staging_project_creator_spec.rb
M src/api/spec/support/controllers/controllers_authentication.rb
M src/api/spec/support/database_cleaner.rb
M src/api/spec/support/features/features_authentication.rb
M src/api/spec/support/models/models_authentication.rb
M src/api/test/functional/maintenance_test.rb
M src/api/test/functional/person_controller_test.rb
M src/api/test/functional/source_controller_test.rb
M src/api/test/models/event_test.rb
M src/api/test/models/full_text_search_test.rb
M src/api/test/test_consistency_helper.rb
M src/api/test/test_helper.rb
M src/api/test/unit/attribute_test.rb
M src/api/test/unit/binary_release.rb
M src/api/test/unit/bs_request_test.rb
M src/api/test/unit/channel_test.rb
M src/api/test/unit/event_mailer_test.rb
M src/api/test/unit/package_remove_test.rb
M src/api/test/unit/package_test.rb
M src/api/test/unit/project_remove_test.rb
M src/api/test/unit/project_test.rb
M src/api/test/unit/watched_project_test.rb
Log Message:
-----------
Merge pull request #7492 from coolo/rename_user_assignement
Rename User.current= to User.session=
Compare: https://github.com/openSUSE/open-build-service/compare/a8341b834f5b...87edd…