Skip to content

Commit

Permalink
autogen(docs): update milestone document
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Dec 11, 2021
1 parent 8b04e2b commit d52250d
Showing 1 changed file with 28 additions and 58 deletions.
86 changes: 28 additions & 58 deletions docs/docs/milestones.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,91 +3,61 @@ id: milestones
title: Milestones and Roadmap
---

## [v0.7.0](https://github.com/ory/keto/milestone/5)
## [v0.8.0](https://github.com/ory/keto/milestone/6)

The biggest change for the next release will be the new SQL table structure
(https://github.com/ory/keto/pull/638). The main goal is to improve the QoS, big
features are planned for the next release.
_This milestone does not have a description._

### [Bug](https://github.com/ory/keto/labels/bug)

Something is not working.

#### Issues

- [x] Check valid relation-tuple characters on insert
([keto#661](https://github.com/ory/keto/issues/661))
- [x] Keto version API does not work in REST API and CLI.
([keto#696](https://github.com/ory/keto/issues/696)) -
- [ ] Query relation tuples API returns 500 when no subject parameter present
([keto#601](https://github.com/ory/keto/issues/601))
- [ ] Expand API behaves weirdly when no object is specified
([keto#608](https://github.com/ory/keto/issues/608)) -
[@Patrik](https://github.com/zepatrik)
- [x] Keto patch relation tuple REST API panic rather than return bad request
for wrong input. ([keto#706](https://github.com/ory/keto/issues/706)) -
[@Patrik](https://github.com/zepatrik)
- [x] Change REST API to not work with encoded subjects
([keto#708](https://github.com/ory/keto/issues/708))
- [x] Config schema: replace `ory://*` references with something actually
resolvable ([keto#719](https://github.com/ory/keto/issues/719)) -
[@Patrik](https://github.com/zepatrik)
- [x] Docker files and docker-compose.yml do not work on master
([keto#725](https://github.com/ory/keto/issues/725)) -
- [ ] Doc and implement do not match for delete tuple REST API.
([keto#695](https://github.com/ory/keto/issues/695)) -
[@Patrik](https://github.com/zepatrik)
- [ ] docker compose files using invalid migrate syntax
([keto#773](https://github.com/ory/keto/issues/773))

### [Feat](https://github.com/ory/keto/labels/feat)

New feature or request.

#### Issues

- [x] Ensure telemetry is running for GRPC
([keto#298](https://github.com/ory/keto/issues/298)) -
[@hackerman](https://github.com/aeneasr),
[@Patrik](https://github.com/zepatrik),
[@Robin Brämer](https://github.com/robinbraemer)
- [x] Single table migration: run as one big transaction
([keto#734](https://github.com/ory/keto/issues/734)) -
[@Patrik](https://github.com/zepatrik)
- [ ] Bulk deletion of relation tuples
([keto#599](https://github.com/ory/keto/issues/599))
- [ ] Automatic Subject/Object encoding
([keto#792](https://github.com/ory/keto/issues/792))

### [Docs](https://github.com/ory/keto/labels/docs)

Affects documentation.

#### Issues

- [x] Document and improve go gRPC client import
([keto#635](https://github.com/ory/keto/issues/635))
- [x] Guide for data migration to new single table schema
([keto#733](https://github.com/ory/keto/issues/733)) -
[@Patrik](https://github.com/zepatrik)

### [Ci](https://github.com/ory/keto/labels/ci)

Affects Continuous Integration (CI).

#### Issues

- [x] Document and improve go gRPC client import
([keto#635](https://github.com/ory/keto/issues/635))
- [x] Keto version API does not work in REST API and CLI.
([keto#696](https://github.com/ory/keto/issues/696)) -
[@Patrik](https://github.com/zepatrik)
- [x] Config schema: replace `ory://*` references with something actually
resolvable ([keto#719](https://github.com/ory/keto/issues/719)) -
- [ ] Next steps after quickstart
([keto#585](https://github.com/ory/keto/issues/585))
- [ ] Module found (v0.5.2), but does not contain package
([keto#693](https://github.com/ory/keto/issues/693)) -
[@Patrik](https://github.com/zepatrik)
- [ ] Document best practices on how to check permissions for inserting/creating
an object ([keto#728](https://github.com/ory/keto/issues/728))
- [ ] List API: namespace should not be required anymore
([keto#761](https://github.com/ory/keto/issues/761))

### [Blocking](https://github.com/ory/keto/labels/blocking)
### [Rfc](https://github.com/ory/keto/labels/rfc)

Blocks milestones or other issues or pulls.
A request for comments to discuss and share ideas.

#### Issues

- [x] Ensure telemetry is running for GRPC
([keto#298](https://github.com/ory/keto/issues/298)) -
[@hackerman](https://github.com/aeneasr),
[@Patrik](https://github.com/zepatrik),
[@Robin Brämer](https://github.com/robinbraemer)
- [x] Config schema: replace `ory://*` references with something actually
resolvable ([keto#719](https://github.com/ory/keto/issues/719)) -
[@Patrik](https://github.com/zepatrik)
- [x] Docker files and docker-compose.yml do not work on master
([keto#725](https://github.com/ory/keto/issues/725)) -
[@Patrik](https://github.com/zepatrik)
- [ ] Bulk deletion of relation tuples
([keto#599](https://github.com/ory/keto/issues/599))
- [ ] Document best practices on how to check permissions for inserting/creating
an object ([keto#728](https://github.com/ory/keto/issues/728))

0 comments on commit d52250d

Please sign in to comment.