Skip to content

Commit

Permalink
Merge pull request #131 from grendel-consulting/v0.3.1-candidate
Browse files Browse the repository at this point in the history
docs: v0.3.1
  • Loading branch information
ramirezj authored May 8, 2024
2 parents 5caa2f5 + 9c1dcf0 commit d6d61bd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v0.3.1 [2024-05-08]

_What's new?_

- End-to-end test harness covering basic info queries on all implemented tables
- Bug fixes on several tables, potentially not fully resolving the issues with `kolide_person*` tables
- Documentation clarifications on the coverag matrix, reflecting these
- Dependency updates

## v0.3.0 [2024-05-03]

_What's new?_
Expand Down
16 changes: 8 additions & 8 deletions docs/coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ using the interactive API documentation at https://kolideapi.readme.io/reference
|--------|------------------------------------------------------------|--------------------|------|------|------|
| GET | /audit_logs | :white_check_mark: | ? | ? | Ok |
| GET | /audit_logs/{id} | :white_check_mark: | ? | ? | Ok |
| GET | /devices/{deviceId}/open_issues | :white_check_mark: | ? | ? | [^2] |
| GET | /devices/{deviceId}/open_issues | :question: | ? | ? | [^2] |
| PATCH | /devices/{deviceId}/authentication_mode | :no_entry_sign: | | | |
| PUT | /devices/{deviceId}/authentication_mode | :no_entry_sign: | | | |
| DELETE | /devices/{deviceId}/registration | :no_entry_sign: | | | |
| POST | /devices/{deviceId}/check_refreshes | :no_entry_sign: | | | |
| GET | /devices | :white_check_mark: | ? | ? | [^2] |
| GET | /devices/{id} | :white_check_mark: | ? | ? | [^2] |
| GET | /devices | :question: | ? | ? | [^2] |
| GET | /devices/{id} | :question: | ? | ? | [^2] |
| DELETE | /devices/{id} | :no_entry_sign: | | | |
| GET | /issues | :white_check_mark: | ? | ? | Ok |
| GET | /issues/{id} | :white_check_mark: | ? | ? | Ok |
| GET | /deprovisioned_people | :white_check_mark: | ? | ? | [^3] |
| GET | /deprovisioned_people | :question: | ? | ? | [^3] |
| GET | /packages | :white_check_mark: | ? | ? | Ok |
| GET | /packages/{id} | :white_check_mark: | ? | ? | Ok |
| GET | /people/{personId}/registered_devices | :white_check_mark: | ? | ? | [^4] |
| GET | /people/{personId}/open_issues | :white_check_mark: | ? | ? | [^4] |
| GET | /people | :white_check_mark: | ? | ? | [^4] |
| GET | /people/{id} | :white_check_mark: | ? | ? | Ok |
| GET | /people/{personId}/registered_devices | :question: | ? | ? | [^4] |
| GET | /people/{personId}/open_issues | :exclamation: | ? | ? | [^4] |
| GET | /people | :question: | ? | ? | [^4] |
| GET | /people/{id} | :question: | ? | ? | Ok |
| GET | /person_groups | :white_check_mark: | ? | ? | [^1] |
| GET | /person_groups/{id} | :white_check_mark: | ? | ? | [^1] |
| GET | /auth_logs | #27 | ? | ? | |
Expand Down

0 comments on commit d6d61bd

Please sign in to comment.