~mitchburton/ubuntu/+source/landscape-client:2027613-2040189-service-start-fixes

Last commit made on 2023-10-24
Get this branch:
git clone -b 2027613-2040189-service-start-fixes https://git.launchpad.net/~mitchburton/ubuntu/+source/landscape-client
Only Mitch Burton can upload to this branch. If you are Mitch Burton please log in for upload directions.

Branch merges

Branch information

Name:
2027613-2040189-service-start-fixes
Repository:
lp:~mitchburton/ubuntu/+source/landscape-client

Recent commits

ab4725f... by Mitch Burton

fix: landscape-config does not start landscape-client service (LP: #2040189)
fix: avoid stopping services on upgrade (LP: #2027613)

e14dec0... by Mitch Burton

Set debhelper-compat version to 12 for lunar.

a914a34... by Mitch Burton

update changelog to include missing additionally-closed bugs

d863333... by Mitch Burton

Remove patches that have already been applied upstream

06e997c... by Kiva <email address hidden>

Add drvfs and lxfs to stable fs-lists

6a833ab... by Mitch Burton

Update changelog.

16e4b7e... by Mitch Burton

bump version to 23.02 for release (#134)

* bump version to 23.02 for release

* remove deprecated bionic CI runner

ee30ad1... by Mitch Burton

Coerce bytestring Contants to string Constants (#133)

This patch addresses https://bugs.launchpad.net/landscape/+bug/2003349
by ensuring that messages sent by earlier versions of landscape-client
that use bytestrings for Constant values are coerced to strings when
interpreted.

808e21b... by Juanmi Taboada

More verbose error (#131)

This patch adds useful details to error logging when there is a mistake in the client configuration file.

d5a1332... by Mitch Burton

Add Ubuntu Pro Info monitor (#118)

This patch adds a monitor for the Ubuntu pro status of the client machine. This status is sent to the Landscape Server as a single string of JSON, where it is parsed, stored, and presented to the user. Pro status is checked at client registration, and is updated every 15 minutes.