snapd-glib:master

Last commit made on 2024-04-22
Get this branch:
git clone -b master https://git.launchpad.net/snapd-glib

Branch merges

Branch information

Name:
master
Repository:
lp:snapd-glib

Recent commits

0092c12... by Sergio Costas

Add nanosecond accuracy support (#150)

To work as expected, the NOTICES snapd API requires nanosecond
accuracy. Unfortunately, at the moment GDateTime has only
microsecond accuracy, which means that some kind of trick is
required to be able to pass nanosecond accuracy.

This patch implements that trick, by adding a method that allows
to get the seconds value of the last occurred date, but with
nanosecond accuracy, and use that value in the calls for reading
more notices, in the AFTER field.

5af9845... by Sergio Costas

Allow to disable tests and examples build (#149)

This PR allows to disable the tests and the examples during
build.

3e87251... by Robert Ancell

Bump version number

bd60204... by Robert Ancell

Releasing 1.65

04f9176... by Robert Ancell

Add snapd_client_get_notices_with_filters_finish

debd4df... by Robert Ancell

Don't use pragma once in public headers

0b168e9... by Robert Ancell

Replace header guards with pragma once

2d99219... by Robert Ancell

Drop build status, we don't use Travis CI anymore

cc743d3... by Sergio Costas

Add support for notify interface (#148)

This PR implements in snapd-glib support for the GET /v2/notify
method, from the SD167 document
( https://docs.google.com/document/d/1HJQWKzgaB3yPKwRUqlxYhgyaKG5IcJe8eZOT4YY1CI8 )

7d8019a... by Sergio Costas

Add support for DATA parameters in Changes (#146)

Add support for DATA parameters in Changes

This PR implements in snapd-glib support for the 'data' field
in the GET /v2/changes method, from the SD167 document
( https://docs.google.com/document/d/1HJQWKzgaB3yPKwRUqlxYhgyaKG5IcJe8eZOT4YY1CI8 )