aboutsummaryrefslogtreecommitdiffstats
path: root/cache/query_test.go
diff options
context:
space:
mode:
authorAmine Hilaly <hilalyamine@gmail.com>2019-03-31 22:32:35 +0200
committerAmine Hilaly <hilalyamine@gmail.com>2019-04-04 00:37:57 +0200
commit2a5fbc4dc988d2eea76fe5e844ccf6425f9386ee (patch)
tree8e5125a64ff3d54fa304ae758ddbbcc427b368af /cache/query_test.go
parent5b0a92dea43f467f31a65a6f02e937d285cb0a71 (diff)
downloadgit-bug-2a5fbc4dc988d2eea76fe5e844ccf6425f9386ee.tar.gz
Expose actors and participants in snapshot and bug excerpt
Append operations authors to each list on Apply() call Expose actors and participants in graphql Add actor/participant query filter and documentation
Diffstat (limited to 'cache/query_test.go')
-rw-r--r--cache/query_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/cache/query_test.go b/cache/query_test.go
index f34b3e6a..9ae62ac4 100644
--- a/cache/query_test.go
+++ b/cache/query_test.go
@@ -19,6 +19,9 @@ func TestQueryParse(t *testing.T) {
{"author:rene", true},
{`author:"René Descartes"`, true},
+ {"actor:bernhard", true},
+ {"participant:leonhard", true},
+
{"label:hello", true},
{`label:"Good first issue"`, true},