Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 0dc740037ab83e81aa9913c71cfc6812d2652e90
https://github.com/openSUSE/open-build-service/commit/0dc740037ab83e81aa991…
Author: Dany Marcoux <dmarcoux(a)posteo.de>
Date: 2021-03-31 (Wed, 31 Mar 2021)
Changed paths:
M src/api/app/lib/routes_helper/routes_constraints.rb
M src/api/app/views/webui/groups/_group_members.html.haml
M src/api/app/views/webui/groups/_group_members_delete_dialog.html.haml
M src/api/config/routes/webui_routes.rb
Log Message:
-----------
Handle dots in user logins for group members page/route
Fixes #10955
Before, the `Delete group member` modal didn't appear for a user which
has dots in their login.
The routes /groups/<group>/users/<user> were also not handling dots
correctly, treating them as separators. Having a constraint for the user
login solves this. This is documented in Rails, see
https://guides.rubyonrails.org/routing.html#dynamic-segments
Commit: ea59432d6644068447129dbd35bbfefc03eb01db
https://github.com/openSUSE/open-build-service/commit/ea59432d6644068447129…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2021-03-31 (Wed, 31 Mar 2021)
Changed paths:
M src/api/app/lib/routes_helper/routes_constraints.rb
M src/api/app/views/webui/groups/_group_members.html.haml
M src/api/app/views/webui/groups/_group_members_delete_dialog.html.haml
M src/api/config/routes/webui_routes.rb
Log Message:
-----------
Merge pull request #10958 from dmarcoux/issue-10955
Handle dots in user logins for group members page/route
Compare: https://github.com/openSUSE/open-build-service/compare/d323544a0060...ea594…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: bbc2cf9755f53df76d2635a02434e2e989ec5728
https://github.com/openSUSE/open-build-service/commit/bbc2cf9755f53df76d263…
Author: Lukas Krause <lkrause(a)suse.de>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M src/api/public/apidocs-new/index.html
M src/api/public/apidocs-new/oauth2-redirect.html
M src/api/public/apidocs-new/swagger-ui-bundle.js
M src/api/public/apidocs-new/swagger-ui-bundle.js.map
M src/api/public/apidocs-new/swagger-ui-es-bundle-core.js
M src/api/public/apidocs-new/swagger-ui-es-bundle-core.js.map
M src/api/public/apidocs-new/swagger-ui-es-bundle.js
M src/api/public/apidocs-new/swagger-ui-es-bundle.js.map
M src/api/public/apidocs-new/swagger-ui-standalone-preset.js
M src/api/public/apidocs-new/swagger-ui-standalone-preset.js.map
M src/api/public/apidocs-new/swagger-ui.css
M src/api/public/apidocs-new/swagger-ui.css.map
M src/api/public/apidocs-new/swagger-ui.js
M src/api/public/apidocs-new/swagger-ui.js.map
Log Message:
-----------
Update Swagger UI version from 3.38.0 to 3.45.1
Update the swagger ui to the new released version
https://github.com/swagger-api/swagger-ui/releases/tag/v3.45.1
Commit: d323544a0060986eaf2193bc73d95800eca5b1ab
https://github.com/openSUSE/open-build-service/commit/d323544a0060986eaf219…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2021-03-30 (Tue, 30 Mar 2021)
Changed paths:
M src/api/public/apidocs-new/index.html
M src/api/public/apidocs-new/oauth2-redirect.html
M src/api/public/apidocs-new/swagger-ui-bundle.js
M src/api/public/apidocs-new/swagger-ui-bundle.js.map
M src/api/public/apidocs-new/swagger-ui-es-bundle-core.js
M src/api/public/apidocs-new/swagger-ui-es-bundle-core.js.map
M src/api/public/apidocs-new/swagger-ui-es-bundle.js
M src/api/public/apidocs-new/swagger-ui-es-bundle.js.map
M src/api/public/apidocs-new/swagger-ui-standalone-preset.js
M src/api/public/apidocs-new/swagger-ui-standalone-preset.js.map
M src/api/public/apidocs-new/swagger-ui.css
M src/api/public/apidocs-new/swagger-ui.css.map
M src/api/public/apidocs-new/swagger-ui.js
M src/api/public/apidocs-new/swagger-ui.js.map
Log Message:
-----------
Merge pull request #10957 from krauselukas/update_swagger_ui
Update Swagger UI version from 3.38.0 to 3.45.1
Compare: https://github.com/openSUSE/open-build-service/compare/4e3ea1164a38...d3235…
Branch: refs/heads/depfu/update/srcapi/popper_js-2.8.6
Home: https://github.com/openSUSE/open-build-service
Commit: f65345c98fd8539b138dc42c636d40915dffed2e
https://github.com/openSUSE/open-build-service/commit/f65345c98fd8539b138dc…
Author: Dany Marcoux <dmarcoux(a)posteo.de>
Date: 2021-03-29 (Mon, 29 Mar 2021)
Changed paths:
M src/api/app/assets/javascripts/webui/forms.js
M src/api/app/assets/stylesheets/webui/cm2.scss
M src/api/app/views/webui/packages/files/new.html.haml
Log Message:
-----------
Migrate custom file inputs according to Bootstrap 5 changes
As documented upstream in the migration guide:
> File inputs now use the .form-control class and don’t require
JavaScript, additional HTML, or additional classes. See PR #31955 at
https://github.com/twbs/bootstraphttps://getbootstrap.com/docs/5.0/migration/#forms
Commit: 02eda6632375de9cece05228d0ef2482d905dccc
https://github.com/openSUSE/open-build-service/commit/02eda6632375de9cece05…
Author: Dany Marcoux <dmarcoux(a)posteo.de>
Date: 2021-03-29 (Mon, 29 Mar 2021)
Changed paths:
M src/api/app/assets/stylesheets/webui/collapsible-text.scss
M src/api/app/views/webui/groups/_group_members.html.haml
M src/api/app/views/webui/main/_latest_updates.html.haml
M src/api/app/views/webui/main/_status_message.html.haml
M src/api/app/views/webui/main/_status_messages.html.haml
M src/api/app/views/webui/monitor/_building.html.haml
M src/api/app/views/webui/monitor/_workers_table.html.haml
M src/api/app/views/webui/package/_commit_item.html.haml
M src/api/app/views/webui/package/rdiff.html.haml
M src/api/app/views/webui/project/_monitor_control.html.haml
M src/api/app/views/webui/projects/pulse/show.html.haml
M src/api/app/views/webui/request/_sourcediff_tab.html.haml
M src/api/app/views/webui/search/_results_owner.html.haml
M src/api/app/views/webui/shared/_buildresult_box.html.haml
M src/api/app/views/webui/user/_edit_dialog.html.haml
M src/api/app/views/webui/users/notifications/index.html.haml
Log Message:
-----------
Rename float-left to float-start and float-right to float-end
Done with the following GNU sed commands:
sed -i -E "s|(\.\| )float-left|\1float-start|g" **/*.{html.haml,scss,rb}
sed -i -E "s|(\.\| )float-right|\1float-end|g" **/*.{html.haml,scss,rb}
As documented upstream in the migration guide:
> Renamed .float-left and .float-right to .float-start and .float-end
https://getbootstrap.com/docs/5.0/migration/#utilities-2
Compare: https://github.com/openSUSE/open-build-service/compare/0c3ee4592e06...02eda…
Branch: refs/heads/depfu/update/srcapi/popper_js-2.8.6
Home: https://github.com/openSUSE/open-build-service
Commit: 0c3ee4592e0654184d19210f7dd85035255fd6e6
https://github.com/openSUSE/open-build-service/commit/0c3ee4592e0654184d192…
Author: Dany Marcoux <dmarcoux(a)posteo.de>
Date: 2021-03-29 (Mon, 29 Mar 2021)
Changed paths:
M src/api/app/assets/stylesheets/webui/patchinfo.scss
M src/api/app/assets/stylesheets/webui/staging-workflow.scss
M src/api/app/datatables/package_datatable.rb
M src/api/app/views/layouts/webui/_top_navigation.html.haml
M src/api/app/views/layouts/webui/_unread_notifications_counter.html.haml
M src/api/app/views/webui/groups/show.html.haml
M src/api/app/views/webui/package/revisions.html.haml
M src/api/app/views/webui/package/show.html.haml
M src/api/app/views/webui/patchinfo/show.html.haml
M src/api/app/views/webui/project/show.html.haml
M src/api/app/views/webui/projects/maintenance_incidents/index.html.haml
M src/api/app/views/webui/repositories/_repository_entry.html.haml
M src/api/app/views/webui/request/_request_comments.html.haml
M src/api/app/views/webui/staging/workflows/_overall_state.html.haml
M src/api/app/views/webui/user/_info.html.haml
M src/api/app/views/webui/user/_tabs_profile.html.haml
M src/api/app/views/webui/user/user_profile_redesign/_basic_info.html.haml
M src/api/app/views/webui/user/user_profile_redesign/_edit_account_form.html.haml
M src/api/app/views/webui/user/user_profile_redesign/_info.html.haml
M src/api/app/views/webui/user/user_profile_redesign/_involvement.html.haml
M src/api/app/views/webui/users/tasks/index.html.haml
M src/api/spec/features/webui/requests_spec.rb
M src/api/vendor/assets/stylesheets/tokenfield.scss
Log Message:
-----------
Remove and replace .badge modifier classes with background utility classes
Done with the following GNU sed commands:
sed -i -E "s/(\.| )badge-(primary|secondary|success|danger|warning|info|light|dark)/\1bg-\2/g" **/*.html.haml
sed -i -E "s/(\.| )badge-(primary|secondary|success|danger|warning|info|light|dark)/\1bg-\2/g" **/*.rb
For changes in the Sass files, I had to manually do them.
As documented upstream in the migration guide:
> Removed and replaced .badge modifier classes with background utility
classes (e.g., use .bg-primary instead of .badge-primary)
https://getbootstrap.com/docs/5.0/migration/#badges-1
Branch: refs/heads/depfu/update/srcapi/popper_js-2.8.6
Home: https://github.com/openSUSE/open-build-service
Commit: 48b71751bad2e6a8d9727a1c523386b46b1d0b4f
https://github.com/openSUSE/open-build-service/commit/48b71751bad2e6a8d9727…
Author: depfu[bot] <23717796+depfu[bot](a)users.noreply.github.com>
Date: 2021-03-29 (Mon, 29 Mar 2021)
Changed paths:
M src/api/Gemfile.lock
Log Message:
-----------
Update popper_js to version 2.8.6
Commit: ab8307078f9aada2eabc604eadbcac117f766036
https://github.com/openSUSE/open-build-service/commit/ab8307078f9aada2eabc6…
Author: Dany Marcoux <dmarcoux(a)posteo.de>
Date: 2021-03-29 (Mon, 29 Mar 2021)
Changed paths:
M src/api/app/assets/stylesheets/webui/bootstrap_variables/spacers.scss
Log Message:
-----------
Add values 6 and 7 to the Bootstrap spacers
Without this change, only the values 6 and 7 were present. We still want
to keep the default values from 0 to 5, so they have to be present when
using Bootstrap 5.x. It wasn't needed for Bootstrap 4.x.
Commit: 2acf5c96815ca9bc0c980c3606a71c08baeedfae
https://github.com/openSUSE/open-build-service/commit/2acf5c96815ca9bc0c980…
Author: Dany Marcoux <dmarcoux(a)posteo.de>
Date: 2021-03-29 (Mon, 29 Mar 2021)
Changed paths:
M src/api/app/assets/stylesheets/webui/layout.scss
M src/api/app/assets/stylesheets/webui/live_build_log.scss
M src/api/app/assets/stylesheets/webui/patchinfo.scss
M src/api/app/assets/stylesheets/webui/staging-workflow.scss
M src/api/app/assets/stylesheets/webui/texts.scss
M src/api/app/helpers/webui/buildresult_helper.rb
M src/api/app/helpers/webui/notification_helper.rb
M src/api/app/helpers/webui/projects/category_helper.rb
M src/api/app/helpers/webui/repository_helper.rb
M src/api/app/helpers/webui/staging/workflow_helper.rb
M src/api/app/helpers/webui/user_helper.rb
M src/api/app/views/layouts/webui/_actions.html.haml
M src/api/app/views/layouts/webui/_left_navigation_collapse_button.html.haml
M src/api/app/views/layouts/webui/_left_navigation_nobody.html.haml
M src/api/app/views/layouts/webui/_places.html.haml
M src/api/app/views/layouts/webui/_top_navigation.html.haml
M src/api/app/views/webui/architectures/index.html.haml
M src/api/app/views/webui/cloud/upload_jobs/index.html.haml
M src/api/app/views/webui/comment/_comment_field.html.haml
M src/api/app/views/webui/kiwi/images/_actions.html.haml
M src/api/app/views/webui/kiwi/images/edit.html.haml
M src/api/app/views/webui/main/_index_actions.html.haml
M src/api/app/views/webui/monitor/_building.html.haml
M src/api/app/views/webui/monitor/_workers_table.html.haml
M src/api/app/views/webui/package/_buildstatus.html.haml
M src/api/app/views/webui/package/show_actions/_branch_package.html.haml
M src/api/app/views/webui/package/show_actions/_bugzilla_owner.html.haml
M src/api/app/views/webui/package/show_actions/_cloud_upload.html.haml
M src/api/app/views/webui/package/show_actions/_delete_package.html.haml
M src/api/app/views/webui/package/show_actions/_request_deletion.html.haml
M src/api/app/views/webui/package/show_actions/_request_devel_project_change.html.haml
M src/api/app/views/webui/package/show_actions/_request_role_addition.html.haml
M src/api/app/views/webui/package/show_actions/_submit_package.html.haml
M src/api/app/views/webui/package/show_actions/_trigger_services.html.haml
M src/api/app/views/webui/package/show_actions/_view_kiwi.html.haml
M src/api/app/views/webui/patchinfo/form/_issues.html.haml
M src/api/app/views/webui/patchinfo/show.html.haml
M src/api/app/views/webui/project/_buildstatus.html.haml
M src/api/app/views/webui/project/_monitor_control.html.haml
M src/api/app/views/webui/project/_show_actions.html.haml
M src/api/app/views/webui/project/_subprojects_actions.html.haml
M src/api/app/views/webui/project/index.html.haml
M src/api/app/views/webui/project/show_actions/_delete_project.html.haml
M src/api/app/views/webui/project/show_actions/_gpg_key_ssl_certificate.html.haml
M src/api/app/views/webui/project/show_actions/_report_bug.html.haml
M src/api/app/views/webui/project/show_actions/_request_role_addition_and_deletion.html.haml
M src/api/app/views/webui/project/show_actions/_request_to_release.html.haml
M src/api/app/views/webui/project/show_actions/_submit_as_update.html.haml
M src/api/app/views/webui/project/show_actions/_unlock_project.html.haml
M src/api/app/views/webui/projects/rebuild_times/show.html.haml
M src/api/app/views/webui/repositories/_dod_repository_card_content.html.haml
M src/api/app/views/webui/repositories/_repository_card_content.html.haml
M src/api/app/views/webui/request/_actions.html.haml
M src/api/app/views/webui/request/_decision_tab.html.haml
M src/api/app/views/webui/request/_review_tab.html.haml
M src/api/app/views/webui/request/_show_overview.html.haml
M src/api/app/views/webui/search/_results.html.haml
M src/api/app/views/webui/search/_results_issue.html.haml
M src/api/app/views/webui/search/_results_owner.html.haml
M src/api/app/views/webui/search/_search_for.html.haml
M src/api/app/views/webui/search/index.html.haml
M src/api/app/views/webui/search/issue.html.haml
M src/api/app/views/webui/search/owner.html.haml
M src/api/app/views/webui/staging/projects/_broken_packages.html.haml
M src/api/app/views/webui/staging/projects/_checks.html.haml
M src/api/app/views/webui/staging/projects/_status_items.html.haml
M src/api/app/views/webui/staging/workflows/_staging_project.html.haml
M src/api/app/views/webui/staging/workflows/edit.html.haml
M src/api/app/views/webui/staging/workflows/show.html.haml
M src/api/app/views/webui/user/index_actions/_edit_account.html.haml
M src/api/app/views/webui/user/user_profile_redesign/_basic_info.html.haml
M src/api/app/views/webui/user/user_profile_redesign/_info.html.haml
M src/api/app/views/webui/user/user_profile_redesign/_involvement.html.haml
M src/api/app/views/webui/users/_activity_date.html.haml
M src/api/app/views/webui/users/notifications/_index_actions.html.haml
M src/api/app/views/webui/users/notifications/_notification_action_bar.html.haml
M src/api/app/views/webui/users/notifications/_notifications_filter.html.haml
M src/api/app/views/webui/users/notifications/_notifications_list.html.haml
Log Message:
-----------
Rename .ml-* and .mr-* to .ms-* and .me-*
Done with the following GNU sed commands:
sed -i -E "s|(\.\| )mr-|\1me-|g" **/*.{html.haml,scss,rb}
sed -i -E "s|(\.\| )ml-|\1ms-|g" **/*.{html.haml,scss,rb}
As documented upstream in the migration guide:
> Renamed .ml-* and .mr-* to .ms-* and .me-*.
https://getbootstrap.com/docs/5.0/migration/#utilities-1
Commit: 0d776cbb33a4c2eb648b083fd67310c5385b2b09
https://github.com/openSUSE/open-build-service/commit/0d776cbb33a4c2eb648b0…
Author: Dany Marcoux <dmarcoux(a)posteo.de>
Date: 2021-03-29 (Mon, 29 Mar 2021)
Changed paths:
M src/api/app/assets/stylesheets/webui/build-results.scss
M src/api/app/assets/stylesheets/webui/collapsible-text.scss
M src/api/app/helpers/webui/maintenance_incident_helper.rb
M src/api/app/helpers/webui/user_helper.rb
M src/api/app/views/layouts/webui/_left_navigation_nobody.html.haml
M src/api/app/views/webui/architectures/index.html.haml
M src/api/app/views/webui/groups/new.html.haml
M src/api/app/views/webui/image_templates/index.html.haml
M src/api/app/views/webui/package/_buildstatus.html.haml
M src/api/app/views/webui/package/binaries.html.haml
M src/api/app/views/webui/packages/branches/new.html.haml
M src/api/app/views/webui/project/_buildstatus.html.haml
M src/api/app/views/webui/repositories/distributions.html.haml
M src/api/app/views/webui/search/_results.html.haml
M src/api/app/views/webui/search/_results_issue.html.haml
M src/api/app/views/webui/search/_results_owner.html.haml
M src/api/app/views/webui/search/_search_for.html.haml
M src/api/app/views/webui/search/owner.html.haml
M src/api/app/views/webui/session/new.html.haml
M src/api/app/views/webui/shared/_editor.html.haml
M src/api/app/views/webui/staging/projects/_checks.html.haml
M src/api/app/views/webui/staging/workflows/_empty_projects_list.html.haml
M src/api/app/views/webui/staging/workflows/_infos.html.haml
M src/api/app/views/webui/staging/workflows/_requests_list.html.haml
M src/api/app/views/webui/subscriptions/_subscriptions_form.html.haml
M src/api/app/views/webui/user/user_profile_redesign/_basic_info.html.haml
M src/api/app/views/webui/users/edit.html.haml
M src/api/app/views/webui/users/new.html.haml
M src/api/app/views/webui/users/notifications/_notifications_list.html.haml
Log Message:
-----------
Rename .pl-* and .pr-* to .ps-* and .pe-*
Done with the following GNU sed commands:
sed -i -E "s|(\.\| )pr-|\1pe-|g" **/*.{html.haml,scss,rb}
sed -i -E "s|(\.\| )pl-|\1ps-|g" **/*.{html.haml,scss,rb}
As documented upstream in the migration guide:
> Renamed .pl-* and .pr-* to .ps-* and .pe-*
https://getbootstrap.com/docs/5.0/migration/#utilities-1
Commit: d1eb006f67ea3adb433796904e86719aef1eee06
https://github.com/openSUSE/open-build-service/commit/d1eb006f67ea3adb43379…
Author: Dany Marcoux <dmarcoux(a)posteo.de>
Date: 2021-03-29 (Mon, 29 Mar 2021)
Changed paths:
M src/api/app/assets/stylesheets/webui/patchinfo.scss
M src/api/app/assets/stylesheets/webui/staging-workflow.scss
M src/api/app/datatables/package_datatable.rb
M src/api/app/views/layouts/webui/_top_navigation.html.haml
M src/api/app/views/layouts/webui/_unread_notifications_counter.html.haml
M src/api/app/views/webui/groups/show.html.haml
M src/api/app/views/webui/package/revisions.html.haml
M src/api/app/views/webui/package/show.html.haml
M src/api/app/views/webui/patchinfo/show.html.haml
M src/api/app/views/webui/project/show.html.haml
M src/api/app/views/webui/projects/maintenance_incidents/index.html.haml
M src/api/app/views/webui/repositories/_repository_entry.html.haml
M src/api/app/views/webui/request/_request_comments.html.haml
M src/api/app/views/webui/staging/workflows/_overall_state.html.haml
M src/api/app/views/webui/user/_info.html.haml
M src/api/app/views/webui/user/_tabs_profile.html.haml
M src/api/app/views/webui/user/user_profile_redesign/_basic_info.html.haml
M src/api/app/views/webui/user/user_profile_redesign/_edit_account_form.html.haml
M src/api/app/views/webui/user/user_profile_redesign/_info.html.haml
M src/api/app/views/webui/user/user_profile_redesign/_involvement.html.haml
M src/api/app/views/webui/users/tasks/index.html.haml
M src/api/spec/features/webui/requests_spec.rb
M src/api/vendor/assets/stylesheets/tokenfield.scss
Log Message:
-----------
Remove and replace .badge modifier classes with background utility classes
Done with the following GNU sed commands:
sed -i -E "s/(\.| )badge-(primary|secondary|success|danger|warning|info|light|dark)/\1bg-\2/g" **/*.html.haml
sed -i -E "s/(\.| )badge-(primary|secondary|success|danger|warning|info|light|dark)/\1bg-\2/g" **/*.rb
For changes in the Sass files, I manually split them to be on multiple lines.
As documented upstream in the migration guide:
> Removed and replaced .badge modifier classes with background utility
classes (e.g., use .bg-primary instead of .badge-primary)
https://getbootstrap.com/docs/5.0/migration/#badges-1
Compare: https://github.com/openSUSE/open-build-service/compare/e9defcf1c23c...d1eb0…
Branch: refs/heads/depfu/update/srcapi/popper_js-2.8.6
Home: https://github.com/openSUSE/open-build-service
Commit: 78588f430ac82aaccead999296f34d19326ff32a
https://github.com/openSUSE/open-build-service/commit/78588f430ac82aaccead9…
Author: depfu[bot] <23717796+depfu[bot](a)users.noreply.github.com>
Date: 2021-03-29 (Mon, 29 Mar 2021)
Changed paths:
M src/api/Gemfile.lock
Log Message:
-----------
Update popper_js to version 2.8.6
Commit: 049c02f275cb01b49963a87b2985918afed4c0dc
https://github.com/openSUSE/open-build-service/commit/049c02f275cb01b49963a…
Author: Dany Marcoux <dmarcoux(a)posteo.de>
Date: 2021-03-29 (Mon, 29 Mar 2021)
Changed paths:
M src/api/app/assets/stylesheets/webui/bootstrap_variables/spacers.scss
Log Message:
-----------
Add values 6 and 7 to the Bootstrap spacers
Without this change, only the values 6 and 7 were present. We still want
to keep the default values from 0 to 5, so they have to be present when
using Bootstrap 5.x. It wasn't needed for Bootstrap 4.x.
Commit: 94f3203e8fb9d632b85afffaae73cd4c22376cdd
https://github.com/openSUSE/open-build-service/commit/94f3203e8fb9d632b85af…
Author: Dany Marcoux <dmarcoux(a)posteo.de>
Date: 2021-03-29 (Mon, 29 Mar 2021)
Changed paths:
M src/api/app/assets/stylesheets/webui/layout.scss
M src/api/app/assets/stylesheets/webui/live_build_log.scss
M src/api/app/assets/stylesheets/webui/patchinfo.scss
M src/api/app/assets/stylesheets/webui/staging-workflow.scss
M src/api/app/assets/stylesheets/webui/texts.scss
M src/api/app/helpers/webui/buildresult_helper.rb
M src/api/app/helpers/webui/notification_helper.rb
M src/api/app/helpers/webui/projects/category_helper.rb
M src/api/app/helpers/webui/repository_helper.rb
M src/api/app/helpers/webui/staging/workflow_helper.rb
M src/api/app/helpers/webui/user_helper.rb
M src/api/app/views/layouts/webui/_actions.html.haml
M src/api/app/views/layouts/webui/_left_navigation_collapse_button.html.haml
M src/api/app/views/layouts/webui/_left_navigation_nobody.html.haml
M src/api/app/views/layouts/webui/_places.html.haml
M src/api/app/views/layouts/webui/_top_navigation.html.haml
M src/api/app/views/webui/architectures/index.html.haml
M src/api/app/views/webui/cloud/upload_jobs/index.html.haml
M src/api/app/views/webui/comment/_comment_field.html.haml
M src/api/app/views/webui/kiwi/images/_actions.html.haml
M src/api/app/views/webui/kiwi/images/edit.html.haml
M src/api/app/views/webui/main/_index_actions.html.haml
M src/api/app/views/webui/monitor/_building.html.haml
M src/api/app/views/webui/monitor/_workers_table.html.haml
M src/api/app/views/webui/package/_buildstatus.html.haml
M src/api/app/views/webui/package/show_actions/_branch_package.html.haml
M src/api/app/views/webui/package/show_actions/_bugzilla_owner.html.haml
M src/api/app/views/webui/package/show_actions/_cloud_upload.html.haml
M src/api/app/views/webui/package/show_actions/_delete_package.html.haml
M src/api/app/views/webui/package/show_actions/_request_deletion.html.haml
M src/api/app/views/webui/package/show_actions/_request_devel_project_change.html.haml
M src/api/app/views/webui/package/show_actions/_request_role_addition.html.haml
M src/api/app/views/webui/package/show_actions/_submit_package.html.haml
M src/api/app/views/webui/package/show_actions/_trigger_services.html.haml
M src/api/app/views/webui/package/show_actions/_view_kiwi.html.haml
M src/api/app/views/webui/patchinfo/form/_issues.html.haml
M src/api/app/views/webui/patchinfo/show.html.haml
M src/api/app/views/webui/project/_buildstatus.html.haml
M src/api/app/views/webui/project/_monitor_control.html.haml
M src/api/app/views/webui/project/_show_actions.html.haml
M src/api/app/views/webui/project/_subprojects_actions.html.haml
M src/api/app/views/webui/project/index.html.haml
M src/api/app/views/webui/project/show_actions/_delete_project.html.haml
M src/api/app/views/webui/project/show_actions/_gpg_key_ssl_certificate.html.haml
M src/api/app/views/webui/project/show_actions/_report_bug.html.haml
M src/api/app/views/webui/project/show_actions/_request_role_addition_and_deletion.html.haml
M src/api/app/views/webui/project/show_actions/_request_to_release.html.haml
M src/api/app/views/webui/project/show_actions/_submit_as_update.html.haml
M src/api/app/views/webui/project/show_actions/_unlock_project.html.haml
M src/api/app/views/webui/projects/rebuild_times/show.html.haml
M src/api/app/views/webui/repositories/_dod_repository_card_content.html.haml
M src/api/app/views/webui/repositories/_repository_card_content.html.haml
M src/api/app/views/webui/request/_actions.html.haml
M src/api/app/views/webui/request/_decision_tab.html.haml
M src/api/app/views/webui/request/_review_tab.html.haml
M src/api/app/views/webui/request/_show_overview.html.haml
M src/api/app/views/webui/search/_results.html.haml
M src/api/app/views/webui/search/_results_issue.html.haml
M src/api/app/views/webui/search/_results_owner.html.haml
M src/api/app/views/webui/search/_search_for.html.haml
M src/api/app/views/webui/search/index.html.haml
M src/api/app/views/webui/search/issue.html.haml
M src/api/app/views/webui/search/owner.html.haml
M src/api/app/views/webui/staging/projects/_broken_packages.html.haml
M src/api/app/views/webui/staging/projects/_checks.html.haml
M src/api/app/views/webui/staging/projects/_status_items.html.haml
M src/api/app/views/webui/staging/workflows/_staging_project.html.haml
M src/api/app/views/webui/staging/workflows/edit.html.haml
M src/api/app/views/webui/staging/workflows/show.html.haml
M src/api/app/views/webui/user/index_actions/_edit_account.html.haml
M src/api/app/views/webui/user/user_profile_redesign/_basic_info.html.haml
M src/api/app/views/webui/user/user_profile_redesign/_info.html.haml
M src/api/app/views/webui/user/user_profile_redesign/_involvement.html.haml
M src/api/app/views/webui/users/_activity_date.html.haml
M src/api/app/views/webui/users/notifications/_index_actions.html.haml
M src/api/app/views/webui/users/notifications/_notification_action_bar.html.haml
M src/api/app/views/webui/users/notifications/_notifications_filter.html.haml
M src/api/app/views/webui/users/notifications/_notifications_list.html.haml
Log Message:
-----------
Rename .ml-* and .mr-* to .ms-* and .me-*
Done with the following GNU sed commands:
sed -i -E "s|(\.\| )mr-|\1me-|g" **/*.{html.haml,scss,rb}
sed -i -E "s|(\.\| )ml-|\1ms-|g" **/*.{html.haml,scss,rb}
As documented upstream in the migration guide:
> Renamed .ml-* and .mr-* to .ms-* and .me-*.
https://getbootstrap.com/docs/5.0/migration/#utilities-1
Commit: 22673a1e6955084ba822bb5c0ed825389bedb2f3
https://github.com/openSUSE/open-build-service/commit/22673a1e6955084ba822b…
Author: Dany Marcoux <dmarcoux(a)posteo.de>
Date: 2021-03-29 (Mon, 29 Mar 2021)
Changed paths:
M src/api/app/assets/stylesheets/webui/build-results.scss
M src/api/app/assets/stylesheets/webui/collapsible-text.scss
M src/api/app/helpers/webui/maintenance_incident_helper.rb
M src/api/app/helpers/webui/user_helper.rb
M src/api/app/views/layouts/webui/_left_navigation_nobody.html.haml
M src/api/app/views/webui/architectures/index.html.haml
M src/api/app/views/webui/groups/new.html.haml
M src/api/app/views/webui/image_templates/index.html.haml
M src/api/app/views/webui/package/_buildstatus.html.haml
M src/api/app/views/webui/package/binaries.html.haml
M src/api/app/views/webui/packages/branches/new.html.haml
M src/api/app/views/webui/project/_buildstatus.html.haml
M src/api/app/views/webui/repositories/distributions.html.haml
M src/api/app/views/webui/search/_results.html.haml
M src/api/app/views/webui/search/_results_issue.html.haml
M src/api/app/views/webui/search/_results_owner.html.haml
M src/api/app/views/webui/search/_search_for.html.haml
M src/api/app/views/webui/search/owner.html.haml
M src/api/app/views/webui/session/new.html.haml
M src/api/app/views/webui/shared/_editor.html.haml
M src/api/app/views/webui/staging/projects/_checks.html.haml
M src/api/app/views/webui/staging/workflows/_empty_projects_list.html.haml
M src/api/app/views/webui/staging/workflows/_infos.html.haml
M src/api/app/views/webui/staging/workflows/_requests_list.html.haml
M src/api/app/views/webui/subscriptions/_subscriptions_form.html.haml
M src/api/app/views/webui/user/user_profile_redesign/_basic_info.html.haml
M src/api/app/views/webui/users/edit.html.haml
M src/api/app/views/webui/users/new.html.haml
M src/api/app/views/webui/users/notifications/_notifications_list.html.haml
Log Message:
-----------
Rename .pl-* and .pr-* to .ps-* and .pe-*
Done with the following GNU sed commands:
sed -i -E "s|(\.\| )pr-|\1pe-|g" **/*.{html.haml,scss,rb}
sed -i -E "s|(\.\| )pl-|\1ps-|g" **/*.{html.haml,scss,rb}
As documented upstream in the migration guide:
> Renamed .pl-* and .pr-* to .ps-* and .pe-*
https://getbootstrap.com/docs/5.0/migration/#utilities-1
Commit: e9defcf1c23c7e2560dd5833cc146dd2d8d62f11
https://github.com/openSUSE/open-build-service/commit/e9defcf1c23c7e2560dd5…
Author: Dany Marcoux <dmarcoux(a)posteo.de>
Date: 2021-03-29 (Mon, 29 Mar 2021)
Changed paths:
M src/api/app/assets/stylesheets/webui/patchinfo.scss
M src/api/app/assets/stylesheets/webui/staging-workflow.scss
M src/api/app/datatables/package_datatable.rb
M src/api/app/views/layouts/webui/_top_navigation.html.haml
M src/api/app/views/layouts/webui/_unread_notifications_counter.html.haml
M src/api/app/views/webui/groups/show.html.haml
M src/api/app/views/webui/package/revisions.html.haml
M src/api/app/views/webui/package/show.html.haml
M src/api/app/views/webui/patchinfo/show.html.haml
M src/api/app/views/webui/project/show.html.haml
M src/api/app/views/webui/projects/maintenance_incidents/index.html.haml
M src/api/app/views/webui/repositories/_repository_entry.html.haml
M src/api/app/views/webui/request/_request_comments.html.haml
M src/api/app/views/webui/staging/workflows/_overall_state.html.haml
M src/api/app/views/webui/user/_info.html.haml
M src/api/app/views/webui/user/_tabs_profile.html.haml
M src/api/app/views/webui/user/user_profile_redesign/_basic_info.html.haml
M src/api/app/views/webui/user/user_profile_redesign/_edit_account_form.html.haml
M src/api/app/views/webui/user/user_profile_redesign/_info.html.haml
M src/api/app/views/webui/user/user_profile_redesign/_involvement.html.haml
M src/api/app/views/webui/users/tasks/index.html.haml
M src/api/spec/features/webui/requests_spec.rb
M src/api/vendor/assets/stylesheets/tokenfield.scss
Log Message:
-----------
Remove and replace .badge modifier classes with background utility classes
Done with the following GNU sed commands:
sed -i -E "s/(\.| )badge-(primary|secondary|success|danger|warning|info|light|dark)/\1bg-\2/g" **/*.html.haml
sed -i -E "s/(\.| )badge-(primary|secondary|success|danger|warning|info|light|dark)/\1bg-\2/g" **/*.rb
For changes in the Sass files, I manually split them to be on multiple lines.
As documented upstream in the migration guide:
> Removed and replaced .badge modifier classes with background utility
classes (e.g., use .bg-primary instead of .badge-primary)
https://getbootstrap.com/docs/5.0/migration/#badges-1
Compare: https://github.com/openSUSE/open-build-service/compare/8555c9687e3b...e9def…