desktop-security-center:main

Last commit made on 2024-06-10
Get this branch:
git clone -b main https://git.launchpad.net/desktop-security-center

Branch merges

Branch information

Name:
main
Repository:
lp:desktop-security-center

Recent commits

e33ddff... by nteodosio <email address hidden>

Fix CI (#42)

* Install protoc-gen-go{-grpc,} from Ubuntu repositories.
* Run on the ci branch too.
* Rename job to backend.
* Run backend job on 24.04.
  Annoyingly ubuntu-latest still translates to 22.04...
* CI: Use go generate.
  As it greatly simplfies ci.yaml.

6eee14c... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

build(deps): bump google.golang.org/protobuf in /packages (#35)

Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.

4cd60fa... by Ettore Atalan

feat: add German translation (#37)

9780cd7... by nteodosio <email address hidden>

Remove Accept=true from socket unit file. (#28)

Causes "failed to queue service startup job: Invalid argument. Failed with
result 'resources'."

628496a... by nteodosio <email address hidden>

refactor(backend): State probable cause for unexpected number of listeners. (#27)

d42f8ac... by nteodosio <email address hidden>

Delete forgotten desktop_security_center_grpc. (#23)

It was renamed to proto and this remained forgotten.

39403b9... by nteodosio <email address hidden>

fix: do not error if Is*Service is called while unattached. (#31)

3fd513e... by nteodosio <email address hidden>

feat: add missing Ubuntu Pro calls. (#30)

Namely for USG, FIPS, detaching and showing Livepatch icon in tray.

41fba94... by nteodosio <email address hidden>

Test Ubuntu Pro backend (#25)

Includes:

* test utilities from Provd under testutils/.
* changes to server source file to allow passing of a mocked Dbus.
* changes to ubuntu-pro source file to allow passing of a mocked exec call.

---------

Signed-off-by: Nathan Pratta Teodosio <email address hidden>

fd7e77c... by nteodosio <email address hidden>

Merge ci.yml with ci.yaml. (#21)