Branch: refs/heads/master
Home: https://github.com/openSUSE/software-o-o
Commit: 92a7005ee2054a31a2ab48444c540a7ef586f874
https://github.com/openSUSE/software-o-o/commit/92a7005ee2054a31a2ab48444c5…
Author: Ana María Martínez Gómez <anamaria(a)martinezgomez.name>
Date: 2019-04-30 (Tue, 30 Apr 2019)
Changed paths:
M .travis.yml
Log Message:
-----------
Run Travis for all branches except depfu
According to de04c9dcb51315cc2ae42cfe771e2d0b8be207ee, Travis is only
needed in the master branch, but I would also like to run it for my
fork. This can be enabled in the user options in Travis, but it is
rejected because of the branch being excluded per configuration.
depfu branches keep excluded as it will otherwise cause that we run it
twice.
Commit: 031414090cee5e2ddc4cf5e780f8c058b920cff6
https://github.com/openSUSE/software-o-o/commit/031414090cee5e2ddc4cf5e780f…
Author: Alexander Graul <agraul(a)suse.com>
Date: 2019-04-30 (Tue, 30 Apr 2019)
Changed paths:
M .travis.yml
Log Message:
-----------
Merge pull request #552 from Ana06/freedom
Allow to run Travis in fork braches
Compare: https://github.com/openSUSE/software-o-o/compare/90a5c323c719...031414090cee
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: ff38dd4cdfbbda8904c6093ba34478a35bbe207e
https://github.com/openSUSE/open-build-service/commit/ff38dd4cdfbbda8904c60…
Author: Dany Marcoux <danymarcoux(a)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/be79b34b2b18ff24a22b6…
Author: Dany Marcoux <danymarcoux(a)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/8b034a1494ab917560017…
Author: Dany Marcoux <danymarcoux(a)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/44b427be89941c9ff6bb0…
Author: Henne Vogelsang <hvogel(a)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...44b42…