- Feb 18, 2020
-
-
Adrian Schröter authored
-
- Feb 17, 2020
-
-
Henne Vogelsang authored
Fix partial editor option hash defaults
-
Henne Vogelsang authored
We've setup some defaults, but only if you do not pass a `style` local to the editor partial. Also set defaults if they are not passed in with `style`. Fixes #8018 (cherry picked from commit 91815b18)
-
Henne Vogelsang authored
[src/api - 2.10] Update puma: 4.0.0 → 4.3.1 (minor)
-
depfu[bot] authored
-
Adrian Schröter authored
-
Adrian Schröter authored
-
Adrian Schröter authored
Dropped line about nokogiri security issue on purpose since we were not affected and don't provide a fix therefore.
-
Adrian Schröter authored
[2.10 Backport] Add support for handling modules (Fedora Modularity)
-
- Dec 27, 2019
-
-
Adrian Schröter authored
(cherry picked from commit f7798b81)
-
Adrian Schröter authored
or backend services will fail to load (cherry picked from commit 0048c907)
-
Michael Schroeder authored
(cherry picked from commit 82ca59d5)
-
Michael Schroeder authored
(cherry picked from commit 6d9034b3)
-
Michael Schroeder authored
(cherry picked from commit fb0733fa)
-
Michael Schroeder authored
(cherry picked from commit ae7b02d6)
-
Michael Schroeder authored
You can select the modules you want by setting one or more expand flags. For example, "ExpandFlags: module:perl-5.25" will select the module named "perl" with stream "5.26". This needs an obs-build package that includes the modules data parser and an perl-BSSolv package that supports module filtering. Currently this does not work with the interconnect, as the result returned by view=cache will not include module packages. (cherry picked from commit 8de4eb32)
-
Michael Schroeder authored
This perl module is needed to parse module information. (cherry picked from commit 1c4cda41)
-
- Dec 19, 2019
-
-
David Kang authored
[security] [src/api - 2.10] Update rack: 2.0.7 → 2.0.8 (patch) -
David Kang authored
Rack gem is one of those gems that needs to be handled manually.
-
- Dec 18, 2019
-
-
depfu[bot] authored
-
- Dec 10, 2019
-
-
Stephan Kulow authored
[2.10] Fix package kind after undelete
-
- Dec 09, 2019
-
-
Stephan Kulow authored
Patchinfo packages should stay patchinfo packages even if deleted and undeleted
-
Adrian Schröter authored
reparse re-created sources
-
- Nov 18, 2019
-
-
David Kang authored
[security] [src/api - 2.10] Update nokogiri: 1.10.4 → 1.10.5 (patch)
-
- Nov 17, 2019
-
-
depfu[bot] authored
-
- Nov 11, 2019
-
-
Dany Marcoux authored
[2.10 backport] Fixes for obs-sphinx.service to fix upgrades from 2.9 to 2.10
-
- Nov 10, 2019
-
-
Eduardo Navarro authored
This way we prevent Sphinx to throw errors of connection to mariadb when the setup of OBS is not finished. This happens the first time the appliance is booted. Co-authored-by: Henne Vogelsang <hvogel@opensuse.org> (cherry picked from commit e5978b57)
-
Henne Vogelsang authored
Move the logic of when to build indexes while starting sphinx from the systemd unit to a rake tasks so it's more robust and easier to understand. (cherry picked from commit 9ffa8ae4)
-
- Nov 04, 2019
-
-
Dany Marcoux authored
Add missing release notes for 2.10.1
-
Dany Marcoux authored
They should have been added when the release was created.
-
- Oct 25, 2019
-
-
Frank Schreiner authored
-
- Oct 24, 2019
-
-
Michael Schroeder authored
With openssl < 1.1 you had to set a curve to get exdh ciphers to work. But that means there will be a connection error if the server does not allow the curve. Openssl >= 1.1 auto-negotiates the curve, so we no longer force a curve for that version.
-
Michael Schroeder authored
This only happened in the "nofork" mode. Fixes issue #8276.
-
Michael Schroeder authored
We need to extend the dod configuration so that it includes allowed modules in the future.
-
Michael Schroeder authored
This can be a leftover from a crashed createrepo run. If the directory exists createrepo will refuse to work.
-
Michael Schroeder authored
The code assumed that $rsync_extra_options was always set. Fixes issue #8384
-
Michael Schroeder authored
Fixes issue #7596
-
Michael Schroeder authored
Otherwise a server restart will not be able to reopen the logfile.
-
Michael Schroeder authored
-
Michael Schroeder authored
The code used 'name' instead of 'package' when accessing remote projects.
-