From 09a3880e3e735a284ce71e33206e1863277a4715 Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Fri, 6 May 2016 11:12:11 +0200 Subject: [PATCH] documentation: add links to issues in roadmap This allows users to easily browse through the tickets mentioned in dex roadmap Signed-off-by: Christoph Hartmann --- Documentation/roadmap.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Documentation/roadmap.md b/Documentation/roadmap.md index e7b789eb..9b1e702a 100644 --- a/Documentation/roadmap.md +++ b/Documentation/roadmap.md @@ -6,26 +6,26 @@ These are the roadmap items for the dex team over the 0.4 release cycle (in no p Start work on groups. -* Add groups (#175) +* Add groups ([#175](https://github.com/coreos/dex/issues/175)) ## Refresh tokens Finish work on refresh token revocation. -* API endpoints for revoking refresh tokens (#261) +* API endpoints for revoking refresh tokens ([#261](https://github.com/coreos/dex/issues/261)) ## dexctl rework Deprecating dexctl’s --db-url flag. Achieve feature parity between existing commands and the bootstrapping API, then have all dexctl actions go through that. -* Overarching issue of deprecating --db-url flag (#298) -* Add client registration to bootstrapping API (#326) -* Set connector configs through bootstrapping API (#360) +* Overarching issue of deprecating --db-url flag ([#298](https://github.com/coreos/dex/issues/298)) +* Add client registration to bootstrapping API ([#326](https://github.com/coreos/dex/issues/326)) +* Set connector configs through bootstrapping API ([#360](https://github.com/coreos/dex/issues/360)) ## Further server side cleanups Establish idioms for handling HTTP requests, create a storage interface for backends, and continue to improve --no-db mode. -* Improve server code and storage interfaces (#278) -* Fix client secrets encoding in --no-db mode (#337) -* Easier specification of passwords in --no-db mode (#340) +* Improve server code and storage interfaces ([#278](https://github.com/coreos/dex/issues/278)) +* Fix client secrets encoding in --no-db mode ([#337](https://github.com/coreos/dex/issues/337)) +* Easier specification of passwords in --no-db mode ([#340](https://github.com/coreos/dex/issues/340))