Skip to content

Commit

Permalink
Update core.yaml (#1055)
Browse files Browse the repository at this point in the history
# Changes

**Commit:** fabric8-services/fabric8-wit@1f5acd8
**Author:** Konrad Kleine (193408+kwk@users.noreply.github.com)
**Date:** 2018-09-07T18:09:54+02:00

Make the board column tests cleanup after themselves (fabric8-services/fabric8-wit#2278)

Possibly related to openshiftio/openshift.io#4299

----

**Commit:** fabric8-services/fabric8-wit@5f057eb
**Author:** Xavier Coulon (xcoulon@redhat.com)
**Date:** 2018-09-10T07:14:15+02:00

Provide endpoint to list spaces in which a user has a role (fabric8-services/fabric8-wit#2260)

* Provide endpoint to list spaces in which a user has a role

Added endpoint in `UserController`
Added tests in `user_blackbox_test.go` using go-vcr
to handle requests/responses with remote auth service.

fixes fabric8-services/fabric8-wit#2241
fixes fabric8-services/fabric8-auth#617
fixes openshiftio/openshift.io#3760

Signed-off-by: Xavier Coulon <xcoulon@redhat.com>

----

**Commit:** fabric8-services/fabric8-wit@162bc65
**Author:** Ibrahim Jarif (jarifibrahim@gmail.com)
**Date:** 2018-09-10T13:15:37+05:30

Use %q instead of "%s" (fabric8-services/fabric8-wit#2279)

This commit replaces all occurrences of \"%s\" with %q.
From the documentation of https://golang.org/pkg/fmt/

`%q	a double-quoted string safely escaped with Go syntax`

----

**Commit:** fabric8-services/fabric8-wit@164762f
**Author:** Baiju Muthukadan (baiju.m.mail@gmail.com)
**Date:** 2018-09-10T13:52:35+05:30

Search by label name (fabric8-services/fabric8-wit#2277)

Fixes work item no. 483

Syntax: `{"label.name":"somelabel"}`

----
  • Loading branch information
baijum authored and kwk committed Sep 10, 2018
1 parent e88fc14 commit 57ab71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsaas-services/core.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
services:
- hash: 4909a90aef93ad7efc600faa43e7f0037a04de54
- hash: 164762f67a3a7634fa4ee1e8bb55c458281803c7
name: fabric8-wit
path: /openshift/core.app.yaml
url: https://github.com/fabric8-services/fabric8-wit/
Expand Down

0 comments on commit 57ab71d

Please sign in to comment.