Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  ci
  containers
  jumpstart
  systemd
changelog 850 Bytes
dbmigrate 378 Bytes
dynflow-sidekiq.rb 1.61 KB
ignored_environments.yml.sample 276 Bytes

Latest revisions

# Date Author Comment
0ab14da1 09/23/2022 02:07 PM Adam Ruzicka

Refs #35414 - Fix sd_notify for multiple orchestrators

9b0652fe 09/23/2022 02:07 PM Adam Ruzicka

Fixes #35414 - Drop sd_notify usage

Sidekiq should be doing this on its own behind the scenes

20f48047 08/30/2022 11:48 AM Ewoud Kohl van Wijngaarden

Fixes #29539 - Unbundle websockify

Removing the outdated websockify version means relying on the system
version. This allows independent (security) updates.

It is now expected that websockify lives somewhere in $PATH.

8423e7e0 10/19/2021 01:45 PM Adam Ruzicka

Fixes #33723 - Make dynflow-sidekiq services PartOf foreman.service

By doing so systemd stops all dynflow-sidekiq services before stopping
foreman itself and then starts everything in reverse order on restart.
This circumvents the issue with services being restarted at different...

b6b6ffc0 05/07/2021 01:13 PM Lukáš Zapletal

Fixes #31717 - lazy-load fast_gettext for faster boot (#8275)

It's because we switch over all 20 languages to actually pull language name in the native language into a list of available languages. We use that in three places: settings page, user page and GraphQL....

3347fa49 03/31/2021 06:25 PM Ewoud Kohl van Wijngaarden

Fixes #32238 - Bind systemd socket to IPv6

By default foreman.socket binds to IPv4 only. This was done to make
matching it in Puma easier, but it's not really what should be done in
2021 where everything should be dual stack by default.

In aecc3187253ada61a311b5229d215452bd6d67b7 the need for this matching...

b260c03d 02/23/2021 09:11 AM Evgeni Golov

Refs #29960 - also set PrivateTmp=true for dynflow-sidekiq

d56290ba 02/22/2021 04:26 PM Evgeni Golov

Fixes #29960 - set PrivateTmp=true in foreman.service

aecc3187 01/08/2021 01:40 PM Ewoud Kohl van Wijngaarden

Fixes #31431 - Update to Puma ~> 5.1

Puma 5.1 introduced a feature to synthesize binds for systemd activated
sockets. This removes the need to duplicate the FOREMAN_BIND in two
places (foreman.socket and foreman.service).

puma-plugin-systemd is no longer needed since Puma 5.1 gained native...

ec7e9a71 09/29/2020 04:04 PM Eric Helms

Refs #30803: Enable unix socket binding

Switches to configure bind and port inside Puma's configuration
to allow Unix socket binding or tcp.

View revisions

Also available in: Atom