Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 23d012ea7aa032b30573c1565de388e1927e00d9
https://github.com/openSUSE/open-build-service/commit/23d012ea7aa032b30573c…
Author: Dany Marcoux <dmarcoux(a)posteo.de>
Date: 2020-04-21 (Tue, 21 Apr 2020)
Changed paths:
M ReleaseNotes-2.11
M src/api/Gemfile
M src/api/Gemfile.lock
R src/api/app/assets/javascripts/webui/airbrake-js.js
M src/api/app/assets/javascripts/webui/application.js
M src/api/config/options.yml.example
Log Message:
-----------
Drop gem airbrake-js-client
We could never really act on JS errors reported since they are quite cryptic
and whenever rails-assets is down, our CI is blocked.
Commit: 0f764ce4d0235dc0e1a0b1e84bda3ad65556530f
https://github.com/openSUSE/open-build-service/commit/0f764ce4d0235dc0e1a0b…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2020-04-21 (Tue, 21 Apr 2020)
Changed paths:
M ReleaseNotes-2.11
M src/api/Gemfile
M src/api/Gemfile.lock
R src/api/app/assets/javascripts/webui/airbrake-js.js
M src/api/app/assets/javascripts/webui/application.js
M src/api/config/options.yml.example
Log Message:
-----------
Merge pull request #9429 from dmarcoux/bye-bye-airbrake-js
Drop gem airbrake-js-client
Compare: https://github.com/openSUSE/open-build-service/compare/b2fca90a0909...0f764…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 87ff798e69c10b4ac5575e8a098a6a8fac7caa04
https://github.com/openSUSE/open-build-service/commit/87ff798e69c10b4ac5575…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2020-04-20 (Mon, 20 Apr 2020)
Changed paths:
M src/backend/BSSched/BuildJob.pm
M src/backend/BSSched/BuildJob/SimpleImage.pm
Log Message:
-----------
[backend] do not ignore dependencies for simpleimage builds
We do not want to create images with broken dependencies. So
we add --ignoreignore-- both for the meta expansion and the
build expansion.
Commit: 97b67e72e85e9429b5ec57653256b735ce1e6883
https://github.com/openSUSE/open-build-service/commit/97b67e72e85e9429b5ec5…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2020-04-21 (Tue, 21 Apr 2020)
Changed paths:
M src/backend/BSSched/BuildJob.pm
M src/backend/BSSched/BuildJob/SimpleImage.pm
Log Message:
-----------
Merge pull request #9419 from mlschroe/master
[backend] do not ignore dependencies for simpleimage builds
Compare: https://github.com/openSUSE/open-build-service/compare/7be98971abee...97b67…
Branch: refs/heads/master
Home: https://github.com/openSUSE/osc
Commit: 055b76bfa6ab0159ce8345b2ed403c65d8a3a650
https://github.com/openSUSE/osc/commit/055b76bfa6ab0159ce8345b2ed403c65d8a3…
Author: lethliel <mstrigl(a)suse.de>
Date: 2019-10-23 (Wed, 23 Oct 2019)
Changed paths:
M osc/commandline.py
Log Message:
-----------
osc ci improve error message on fail
The error message if the call of _commit is just:
"ERROR: service run failed"
One option why this can fail is that the user Editor in env('EDITOR')
is not present.
We check now if e.msg gives a hint about "not found file" and then
error out with a better error message
Commit: e98728d394aa3e199d108a475cf0c3c9bdd32092
https://github.com/openSUSE/osc/commit/e98728d394aa3e199d108a475cf0c3c9bdd3…
Author: Marco Strigl <lethliel(a)gmx.de>
Date: 2020-04-20 (Mon, 20 Apr 2020)
Changed paths:
Log Message:
-----------
Merge pull request #657 from lethliel/better_errmsg_oscci_editor_not_present
Better errmsg oscci editor not presentosc ci improve error message on fail
Compare: https://github.com/openSUSE/osc/compare/c156815d5ead...e98728d394aa
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 81de013ed6a2eee8546d9ba6f7fbfb5d1fd283a1
https://github.com/openSUSE/open-build-service/commit/81de013ed6a2eee8546d9…
Author: Dani Donisa <daniel.donisa(a)suse.com>
Date: 2020-04-16 (Thu, 16 Apr 2020)
Changed paths:
M src/api/app/assets/stylesheets/webui/application.scss
A src/api/app/assets/stylesheets/webui/project-monitor.scss
Log Message:
-----------
Show Project monitor's repository dropdown's topmost options
When there are many repositories to render in the Repositories dropdown the
topmost options were being rendered behind the top navbar.
Raising the z-index of the dropdown's content, we make them visible again.
Fixes #9350
Co-authored-by: David Kang <dkang(a)suse.com>
Commit: 790f154afdcaa903091d1f648da8899fe0981a5c
https://github.com/openSUSE/open-build-service/commit/790f154afdcaa903091d1…
Author: Dani Donisa <daniel.donisa(a)suse.com>
Date: 2020-04-17 (Fri, 17 Apr 2020)
Changed paths:
M src/api/app/assets/stylesheets/webui/project-monitor.scss
Log Message:
-----------
Fix the other three dropdowns of the page
Commit: 1fbfb329343a6a76c5d16ba3c4d58e3ed597dc62
https://github.com/openSUSE/open-build-service/commit/1fbfb329343a6a76c5d16…
Author: Dani Donisa <dani.doni(a)gmail.com>
Date: 2020-04-20 (Mon, 20 Apr 2020)
Changed paths:
M src/api/app/assets/stylesheets/webui/application.scss
A src/api/app/assets/stylesheets/webui/project-monitor.scss
Log Message:
-----------
Merge pull request #9400 from danidoni/fix-projects-monitor-repository-dropdowns-z-index
Show Project monitor's repository dropdown's topmost options
Compare: https://github.com/openSUSE/open-build-service/compare/56b2d5a8960c...1fbfb…