[obs-commits] [openSUSE/open-build-service] ff38dd: Allow autocomplete to be disabled
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: ff38dd4cdfbbda8904c6093ba34478a35bbe207e https://github.com/openSUSE/open-build-service/commit/ff38dd4cdfbbda8904c609... Author: Dany Marcoux <danymarcoux@gmail.com> Date: 2019-04-25 (Thu, 25 Apr 2019) Changed paths: M src/api/app/views/webui2/webui/_autocomplete.html.haml Log Message: ----------- Allow autocomplete to be disabled Commit: be79b34b2b18ff24a22b6c5315fb821bfbd76ac8 https://github.com/openSUSE/open-build-service/commit/be79b34b2b18ff24a22b6c... Author: Dany Marcoux <danymarcoux@gmail.com> Date: 2019-04-25 (Thu, 25 Apr 2019) Changed paths: M src/api/app/views/webui2/shared/user_or_groups_roles/_add_group_dialog.html.haml M src/api/app/views/webui2/shared/user_or_groups_roles/_add_user_dialog.html.haml M src/api/app/views/webui2/webui/_autocomplete.html.haml M src/api/app/views/webui2/webui/groups/_add_group_user_modal.html.haml M src/api/app/views/webui2/webui/patchinfo/edit.html.haml M src/api/app/views/webui2/webui/project/_new_package_branch_modal.html.haml M src/api/app/views/webui2/webui/repositories/_add_repository_from_project_modal.html.haml M src/api/app/views/webui2/webui/repositories/_add_repository_path_modal.html.haml M src/api/app/views/webui2/webui/request/_add_reviewer_dialog.html.haml M src/api/app/views/webui2/webui/request/_change_devel_request_dialog.html.haml M src/api/app/views/webui2/webui/staging/workflows/_create_staging_project.html.haml M src/api/app/views/webui2/webui/staging/workflows/_staging_managers_group.html.haml M src/api/app/views/webui2/webui/staging/workflows/new.html.haml Log Message: ----------- Pass data hash to autocomplete It allows passing other data beside the source. Commit: 8b034a1494ab917560017c06cf98e0519f5b5745 https://github.com/openSUSE/open-build-service/commit/8b034a1494ab917560017c... Author: Dany Marcoux <danymarcoux@gmail.com> Date: 2019-04-25 (Thu, 25 Apr 2019) Changed paths: M src/api/app/assets/javascripts/webui2/request.js M src/api/app/controllers/webui/package_controller.rb M src/api/app/controllers/webui2/package_controller.rb M src/api/app/views/webui2/webui/package/_submit_request_dialog.html.haml M src/api/app/views/webui2/webui/package/bottom_actions/_submit_package.html.haml M src/api/app/views/webui2/webui/package/show.html.haml R src/api/app/views/webui2/webui/package/submit_request_dialog.js.haml Log Message: ----------- Align submit package modal with other modals The autocomplete is now consistent with other autocompletes. Its style is using what we defined in our patterns library. The modal and its autocomplete code is aligned with other modals/autocompletes. The `Description` field is clearly marked as required in the modal. Commit: 44b427be89941c9ff6bb015df7d47a22e65ca842 https://github.com/openSUSE/open-build-service/commit/44b427be89941c9ff6bb01... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2019-04-30 (Tue, 30 Apr 2019) Changed paths: M src/api/app/assets/javascripts/webui2/request.js M src/api/app/controllers/webui/package_controller.rb M src/api/app/controllers/webui2/package_controller.rb M src/api/app/views/webui2/shared/user_or_groups_roles/_add_group_dialog.html.haml M src/api/app/views/webui2/shared/user_or_groups_roles/_add_user_dialog.html.haml M src/api/app/views/webui2/webui/_autocomplete.html.haml M src/api/app/views/webui2/webui/groups/_add_group_user_modal.html.haml M src/api/app/views/webui2/webui/package/_submit_request_dialog.html.haml M src/api/app/views/webui2/webui/package/bottom_actions/_submit_package.html.haml M src/api/app/views/webui2/webui/package/show.html.haml R src/api/app/views/webui2/webui/package/submit_request_dialog.js.haml M src/api/app/views/webui2/webui/patchinfo/edit.html.haml M src/api/app/views/webui2/webui/project/_new_package_branch_modal.html.haml M src/api/app/views/webui2/webui/repositories/_add_repository_from_project_modal.html.haml M src/api/app/views/webui2/webui/repositories/_add_repository_path_modal.html.haml M src/api/app/views/webui2/webui/request/_add_reviewer_dialog.html.haml M src/api/app/views/webui2/webui/request/_change_devel_request_dialog.html.haml M src/api/app/views/webui2/webui/staging/workflows/_create_staging_project.html.haml M src/api/app/views/webui2/webui/staging/workflows/_staging_managers_group.html.haml M src/api/app/views/webui2/webui/staging/workflows/new.html.haml Log Message: ----------- Merge pull request #7467 from dmarcoux/consistent-autocomplete-style-submit-package Consistent autocomplete style submit package Compare: https://github.com/openSUSE/open-build-service/compare/8073a253da91...44b427...
participants (1)
-
Henne Vogelsang