These 27 commits are when the Protocol Buffers files have changed:
Commit: | 7634ccd | |
---|---|---|
Author: | Dimitri John Ledkov |
Upgrade to latest protoc Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
The documentation is generated from this commit.
Commit: | 8139fd6 | |
---|---|---|
Author: | Didier Roche |
Add remove on GRPC API to daemon Co-authored-by: Jean-Baptiste Lallement <jean-baptiste@ubuntu.com>
Commit: | ea29b57 | |
---|---|---|
Author: | Didier Roche |
Add UpdateLastUsed grpc method and implements on daemon
Commit: | eb35d68 | |
---|---|---|
Author: | Didier Roche |
Protobuf and daemon backend for DissociateUser Implement the backend side. Co-authored-by: Jean-Baptiste Lallement <jean-baptiste@ubuntu.com>
Commit: | 533ab20 | |
---|---|---|
Author: | Didier Roche | |
Committer: | Didier Roche |
Extend GRPC API for an additional "auto" parameter This allows us to know if we are running some commands through apt or any other client cause, which shouldn't do anything and don't try and error then to save or updating grub menu.
Commit: | 0619115 | |
---|---|---|
Author: | Jean-Baptiste Lallement |
Added a dry-run option Co-authored-by: Didier Roche <didrocks@ubuntu.com>
Commit: | e9ac029 | |
---|---|---|
Author: | Jean-Baptiste Lallement |
Don’t return additional response We will handle that as a custom error Co-authored-by: Didier Roche <didrocks@ubuntu.com>
Commit: | 6116eca | |
---|---|---|
Author: | Jean-Baptiste Lallement |
Hidden command and GRPC call to only update the boot menu Co-authored-by: Didier Roche <didrocks@ubuntu.com>
Commit: | 59abd64 | |
---|---|---|
Author: | Jean-Baptiste Lallement | |
Committer: | Jean-Baptiste Lallement |
Option for not necesserily updating the boot menu on system save Co-authored-by: Didier Roche <didrocks@ubuntu.com>
Commit: | 0b787d8 | |
---|---|---|
Author: | Jean-Baptiste Lallement |
Added option "all" to garbage collector Added an option "all" to the garbage collector to collect all the snapshots and clones including those created manually. Co-authored-by: Didier Roche <didrocks@ubuntu.com>
Commit: | 7f64d23 | |
---|---|---|
Author: | Didier Roche | |
Committer: | Didier Roche |
GC grpc support Allow calling the garbage collector via GRPC Co-authored-by: Jean-Baptiste Lallement <jean-baptiste@ubuntu.com>
Commit: | b9b98b1 | |
---|---|---|
Author: | Jean-Baptiste Lallement | |
Committer: | Jean-Baptiste Lallement |
Added command "service reload" This command reloads the configuration when the daemon is running and without waiting for it to restart. Co-authored-by: Didier Roche <didrocks@ubuntu.com>
Commit: | b4e07dc | |
---|---|---|
Author: | Jean-Baptiste Lallement |
Added "machine list" command Co-authored-by: Didier Roche <didrocks@ubuntu.com>
Commit: | a0e6e1d | |
---|---|---|
Author: | Jean-Baptiste Lallement |
Added "machine list" command Co-authored-by: Didier Roche <didrocks@ubuntu.com>
Commit: | 0d237c0 | |
---|---|---|
Author: | Jean-Baptiste Lallement |
Added "service status" command. Co-authored-by: Didier Roche <didrocks@ubuntu.com>
Commit: | a20ed19 | |
---|---|---|
Author: | Jean-Baptiste Lallement |
Added "service trace" command Co-authored-by: Didier Roche <didrocks@ubuntu.com>
Commit: | 1b0ba45 | |
---|---|---|
Author: | Jean-Baptiste Lallement |
Added "service refresh" command Co-authored-by: Didier Roche <didrocks@ubuntu.com>
Commit: | d8c83c0 | |
---|---|---|
Author: | Jean-Baptiste Lallement |
Added "service loglevel" command Co-authored-by: Didier Roche <didrocks@ubuntu.com>
Commit: | 4aaf3db | |
---|---|---|
Author: | Jean-Baptiste Lallement |
Implemented "service stop" command Co-authored-by: Didier Roche <didrocks@ubuntu.com>
Commit: | a31eb12 | |
---|---|---|
Author: | Jean-Baptiste Lallement | |
Committer: | Jean-Baptiste Lallement |
Added state dump command Co-authored-by: Didier Roche <didrocks@ubuntu.com>
Commit: | d71752b | |
---|---|---|
Author: | Jean-Baptiste Lallement |
Added state remove command Co-authored-by: Didier Roche <didrocks@ubuntu.com>
Commit: | 17e1114 | |
---|---|---|
Author: | Jean-Baptiste Lallement | |
Committer: | Jean-Baptiste Lallement |
Added GRPC calls for snapshots and daemon implementation Co-authored-by: Didier Roche <didrocks@ubuntu.com>
Commit: | 9f6ddfa | |
---|---|---|
Author: | Jean-Baptiste Lallement |
Added version to zsysd Added a version method to zsysd that returns the version of the daemon. Co-authored-by: Didier Roche <didrocks@ubuntu.com>
Commit: | b5eea84 | |
---|---|---|
Author: | Didier Roche |
Switch PrepareBoot to grpc call
Commit: | ffd6f50 | |
---|---|---|
Author: | Didier Roche |
Switch CommitBoot over grpc
Commit: | 2a7fa45 | |
---|---|---|
Author: | Didier Roche |
ChangeHomeOnUserData new protobuf def
Commit: | ab50cf1 | |
---|---|---|
Author: | Didier Roche |
Add first zsys API protobuf definition We'll use that to build the server and then expand it.