Branch: refs/heads/master
Home: https://github.com/openSUSE/osc
Commit: 40067dce0abda1b073836c223a774d50ad12d217
https://github.com/openSUSE/osc/commit/40067dce0abda1b073836c223a774d50ad12…
Author: Daniel Mach <daniel.mach(a)suse.com>
Date: 2022-06-08 (Wed, 08 Jun 2022)
Changed paths:
A .gitattributes
M osc/core.py
A osc/util/git_version.py
Log Message:
-----------
Auto-generate git versions compatible with PEP 440
`git archive` is configured to set osc version according to the git tag
via .gitattributes/export-subst
Commit: 45268e5cb515a1baa2c66c29ef5b18ce69dee28a
https://github.com/openSUSE/osc/commit/45268e5cb515a1baa2c66c29ef5b18ce69de…
Author: Daniel Mach <daniel.mach(a)suse.com>
Date: 2022-06-24 (Fri, 24 Jun 2022)
Changed paths:
A .gitattributes
M osc/core.py
A osc/util/git_version.py
Log Message:
-----------
Merge pull request #1037 from dmach/fix/git-version-compatible-with-pip
Make osc git version compatible with pip to mute the PEP 440 warning
Compare: https://github.com/openSUSE/osc/compare/8dbdc1322a20...45268e5cb515
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 6cf9f930f558840db30b44e34fd2146fa9159267
https://github.com/openSUSE/open-build-service/commit/6cf9f930f558840db30b4…
Author: Saray Cabrera Padrón <scabrerapadron(a)suse.de>
Date: 2022-06-23 (Thu, 23 Jun 2022)
Changed paths:
M src/api/app/views/webui/users/tokens/users/index.html.haml
Log Message:
-----------
Render only one modal of each type
We don't have to render one modal per user/group in the list.
We can call the same modal for all the elements of the same type
as the user/group id is given by the action data attribute (the form URL).
Commit: f56aea19956fa961db54445f24590a983453aa7c
https://github.com/openSUSE/open-build-service/commit/f56aea19956fa961db544…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2022-06-23 (Thu, 23 Jun 2022)
Changed paths:
M src/api/app/views/webui/users/tokens/users/index.html.haml
Log Message:
-----------
Merge pull request #12723 from saraycp/render_modal_only_once
Render modal only once
Compare: https://github.com/openSUSE/open-build-service/compare/504633f1542d...f56ae…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 5a961afcdcc0f85651aeab90a10e7cc283973014
https://github.com/openSUSE/open-build-service/commit/5a961afcdcc0f85651aea…
Author: Saray Cabrera Padrón <scabrerapadron(a)suse.de>
Date: 2022-06-23 (Thu, 23 Jun 2022)
Changed paths:
M src/api/app/assets/javascripts/webui/delete_confirmation_dialog.js
M src/api/app/components/delete_confirmation_dialog_component.html.haml
M src/api/app/components/watchlist_component.html.haml
M src/api/app/views/webui/users/tokens/users/index.html.haml
Log Message:
-----------
Set JS code in DeleteConfirmationDialogComponent
When we need to set the content of the dialog dynamically, we pass data
attributes with the values and call the JS function that sets them.
Instead of calling that function from every view, we include the JS code
in DeleteConfirmationDialogComponent, which collects all the modals to
confirm deletion we find in the DOM and set the values coming from the
corresponding data attributes if any.
Commit: 504633f1542df01a142a094df626981e8e7e1210
https://github.com/openSUSE/open-build-service/commit/504633f1542df01a142a0…
Author: Saray Cabrera Padrón <scabrerapadron(a)suse.de>
Date: 2022-06-23 (Thu, 23 Jun 2022)
Changed paths:
M src/api/app/assets/javascripts/webui/delete_confirmation_dialog.js
M src/api/app/components/delete_confirmation_dialog_component.html.haml
M src/api/app/components/watchlist_component.html.haml
M src/api/app/views/webui/users/tokens/users/index.html.haml
Log Message:
-----------
Merge pull request #12720 from saraycp/move_javascript_into_component
Move JavaScript part into the ConfirmationDialogComponent
Compare: https://github.com/openSUSE/open-build-service/compare/e82e6d371689...50463…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 30b96158ceeff10640de1b6fc8e65edc5d85da0a
https://github.com/openSUSE/open-build-service/commit/30b96158ceeff10640de1…
Author: Saray Cabrera Padrón <scabrerapadron(a)suse.de>
Date: 2022-06-22 (Wed, 22 Jun 2022)
Changed paths:
M src/api/app/assets/javascripts/webui/application.js
A src/api/app/assets/javascripts/webui/delete_confirmation_dialog.js
M src/api/app/components/watchlist_component.html.haml
M src/api/app/views/webui/users/tokens/users/index.html.haml
Log Message:
-----------
Add JS function to set values on confirmation modal
The function is generic, works for any subset of the expected values.
Commit: 5c5babf1a9216b281b38bc6d5909556877ae6c7f
https://github.com/openSUSE/open-build-service/commit/5c5babf1a9216b281b38b…
Author: Saray Cabrera Padrón <scabrerapadron(a)suse.de>
Date: 2022-06-23 (Thu, 23 Jun 2022)
Changed paths:
M src/api/app/assets/javascripts/webui/application.js
A src/api/app/assets/javascripts/webui/delete_confirmation_dialog.js
M src/api/app/components/watchlist_component.html.haml
M src/api/app/views/webui/users/tokens/users/index.html.haml
Log Message:
-----------
Merge pull request #12718 from saraycp/move_js_to_function
Move repeated JS to a function
Compare: https://github.com/openSUSE/open-build-service/compare/f5778f41d474...5c5ba…