Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
0085153c 03/26/2024 11:57 AM Ewoud Kohl van Wijngaarden

Fixes #37287 - Iterate on hashes when both key and value are used

This replaces the `hash.keys.each { |k| hash[k] }` and `hash.keys.sort`
patterns with `hash.each { |k, v| }` where it makes sense. This avoids
doing hash lookups when you already know the value anyway.

611fa54e 03/19/2024 08:50 AM Bastian Schmidt

Fixes #37002 - Add pagelet anchor for user and usergroup tabs

This feature allows plugins to add pagelets for the users/usergroups
edit page.

8c140b0a 03/12/2024 04:55 PM Bastian Schmidt

Refs #37010 - Ensure correct yaml for netplan

The introduced safe operator returns nil instead of false, but the
snippet expects true/false.

181e5040 03/12/2024 03:33 PM Maximilian Kolb

Refs #37034 - Fix ERB syntax for comments

Co-authored-by: Markus Bucher <>

a9b9b7d9 03/05/2024 06:25 PM Samir Jha

Fixes #37167 - Subscription entitlement report template

de48fb5b 03/04/2024 10:48 AM Ewoud Kohl van Wijngaarden

Refs #36574 - Avoid patching Fastgettext

The code defines an additional method on Fastgettext but there's no
reason to do so. It can just as well define a method on itself.

66964128 03/01/2024 10:25 AM Maximilian Kolb

Refs #37034 - Use apt-key add on Ubuntu 16.04

  • On Ubuntu 16.04, which is supported by Canonical until 2026, you
    cannot place a GPG public key in "/etc/apt/trusted.gpg.d/" and use it
    to verify the signature of "Release" files.
  • EoL Ubuntu 16.04: https://ubuntu.com/16-04...
2836e938 03/01/2024 09:47 AM Bastian Schmidt

Fixes #37011 - Apply latest Ubuntu Autoinstall userdata changes

  • Add explicit fallback for offline installation
  • Replace deprecated lock-passwd with lock_passwd
  • Remove empty ssh keys array if none provided
a8d870fb 03/01/2024 08:15 AM Bernhard Suttner

Fixes #37193 - trap ERR not supported on dash

fb7e5658 02/26/2024 06:48 AM Jim Mott

Fixes #36502 - iPXE Discovery Only Works on net0

View revisions

Also available in: Atom