Branch: refs/heads/master
Home: https://github.com/openSUSE/obs-sign
Commit: 287edcd4f56dee608bf3a855cbc77afbca305692
https://github.com/openSUSE/obs-sign/commit/287edcd4f56dee608bf3a855cbc77af…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2023-03-06 (Mon, 06 Mar 2023)
Changed paths:
M signd
Log Message:
-----------
Implement symmetric encryption for project keys
This is a bit more lightweight than using asymmetric keys.
Unfortunately gnupg does not support assymetric private keys,
so we have to do key management ourselves.
Commit: 1950f299a2494df4b08ca96bfbd236bbac3097a2
https://github.com/openSUSE/obs-sign/commit/1950f299a2494df4b08ca96bfbd236b…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2023-03-27 (Mon, 27 Mar 2023)
Changed paths:
M signd
Log Message:
-----------
Support privileged operations
A privileged operation must be signed with a key from the privileged
keyring. It can be used to manage keys, sign with a restricted key,
or create an encrypted backup.
Commit: a10d5b1cd343eb7e165e4707d46133c58a333c4c
https://github.com/openSUSE/obs-sign/commit/a10d5b1cd343eb7e165e4707d46133c…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2023-03-27 (Mon, 27 Mar 2023)
Changed paths:
M sign.c
Log Message:
-----------
Support using data from our new private key format
If we have this data, we no longer need send a probe if we
need to create a v4 sig.
Compare: https://github.com/openSUSE/obs-sign/compare/4e6195e50db8...a10d5b1cd343
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 4e5ae722a18f42401f5c280db3e4623c93640544
https://github.com/openSUSE/open-build-service/commit/4e5ae722a18f42401f5c2…
Author: Saray Cabrera Padrón <scabrerapadron(a)suse.de>
Date: 2023-03-24 (Fri, 24 Mar 2023)
Changed paths:
M src/api/app/assets/javascripts/webui/application.js
A src/api/app/assets/javascripts/webui/request_show_redesign/bs_request_actions.js
M src/api/app/views/webui/request/_actions_details.html.haml
Log Message:
-----------
Extract part of the code to a JS function and file
The code to append the anchor to a href is going to be used in different
cases, so we better extract it to a function in its own JS file.
Also fix jshint complaints.
Commit: bc43aaebd614b4b11acf1355c6bb02b3c32a5411
https://github.com/openSUSE/open-build-service/commit/bc43aaebd614b4b11acf1…
Author: Saray Cabrera Padrón <scabrerapadron(a)suse.de>
Date: 2023-03-24 (Fri, 24 Mar 2023)
Changed paths:
M src/api/app/assets/javascripts/webui/request_show_redesign/bs_request_actions.js
M src/api/app/views/webui/request/_actions_details.html.haml
Log Message:
-----------
Append anchor to buttons and actions links
To keep the same tab open when moving through the different actions.
The anchor can change when changing tabs or can come in the URL when
the page is just loaded.
Commit: d16e4ac67c31b4f46b9b1a4e5a728f19166235fd
https://github.com/openSUSE/open-build-service/commit/d16e4ac67c31b4f46b9b1…
Author: Saray Cabrera Padrón <scabrerapadron(a)suse.com>
Date: 2023-03-27 (Mon, 27 Mar 2023)
Changed paths:
M src/api/app/assets/javascripts/webui/application.js
A src/api/app/assets/javascripts/webui/request_show_redesign/bs_request_actions.js
M src/api/app/views/webui/request/_actions_details.html.haml
Log Message:
-----------
Merge pull request #14064 from saraycp/tab-pane-changes-on-buttons
Make the Previous and Next buttons take the tabs into account
Compare: https://github.com/openSUSE/open-build-service/compare/a4bd16d0290a...d16e4…