These 9 commits are when the Protocol Buffers files have changed:
Commit: | 69b1130 | |
---|---|---|
Author: | Rebecca Mahany-Horton | |
Committer: | GitHub |
Deprecate grpc transport option (#2225)
This commit does not contain any .proto
files.
Commit: | a734ce3 | |
---|---|---|
Author: | James Pickett | |
Committer: | GitHub |
uninstall via extension / jsonrpc / grpc (#1712)
The documentation is generated from this commit.
Commit: | b24c74c | |
---|---|---|
Author: | blaedj | |
Committer: | GitHub |
Add hardware uuid to enrollment details (#681) This commit: - adds the hardware uuid from system_info to the details sent to a server during enrollment - improved the mechanism for deciding when certian gsettings tests are run Why? - the hardware uuid is useful information for identifying individual devices on some platforms (primarily macOS), and including it in the enrollment details means we have this information sooner.
Commit: | 7e73cc6 | |
---|---|---|
Author: | Aarush Ahuja | |
Committer: | seph |
Fix spacing in AgentApiResponse (#491) Thanks!
Commit: | f0229f4 | |
---|---|---|
Author: | Nick Esposito | |
Committer: | GitHub |
add querytarget proto + gRPC client, kolide_target_membership table (#390) - what? - adds a new grpc client to receive query targeting info from the server - adds a new table to refer to this query targeting info - initializes launcher-specific tables in a new LauncherTables method - updates the plugin loading option func to be variadic
Commit: | 5cefbc1 | |
---|---|---|
Author: | loganmac | |
Committer: | GitHub |
Reorganize project (#324)
Commit: | 4979c71 | |
---|---|---|
Author: | Nick Esposito | |
Committer: | GitHub |
add os name and platform_like to launcher enrollment query (#306) - what? - adds the OS name to the output of enrollment events - adds the OS platform_like value to the output of enrollment events - alphabetizes and unifies argument names in the actual query and struct member assignments
Commit: | 6c17ae7 | |
---|---|---|
Author: | Victor Vrantchan | |
Committer: | GitHub |
send initial enrollment data on enroll. (#299) Introduces a new EnrollmentDetails structure which is sent to the server when the launcher extension enrolls.
Commit: | 8af1209 | |
---|---|---|
Author: | Victor Vrantchan | |
Committer: | GitHub |
move kolide_agent package from external repo here (#177)