Skip to content

Commit

Permalink
release 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenchristopher-zip committed Sep 25, 2022
1 parent 1c5b9e2 commit 8535fcf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ spinnakerBundle {
pluginId = "zip.deployboard"
description = "Customization for Zip deploys"
provider = "https://github.com/Greenbax/zip-spinnaker-deployboard"
version = "1.0.8"
version = "1.0.9"
}
8 changes: 4 additions & 4 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"provider": "https://github.com/Greenbax/zip-spinnaker-deployboard",
"releases": [
{
"version": "1.0.8",
"date": "2022-09-25T06:48:21.954753Z",
"version": "1.0.9",
"date": "2022-09-25T06:59:20.103618Z",
"requires": "gate>=0.0.0,orca>=0.0.0,deck>=0.0.0",
"sha512sum": "df364e8e78ee84ded2911c25a5d534e8e9067d43bd2b13e523c53e1a0b40c801d3303b454622c4e49bc1713c2aa62ec1c10de01901e51e3d6ed869daba443d60",
"sha512sum": "cb0ae49f868fa13b589d96e6d933abeb83d1f77a2ad99ef9576757dc4957587e59159ab1838a154a4b77b1a54cf46487aea32e389d842cc924b33194fb11ef4b",
"state": "",
"url": "https://github.com/Greenbax/zip-spinnaker-deployboard/releases/download/v1.0.8/zip-spinnaker-deployboard.zip"
"url": "https://github.com/Greenbax/zip-spinnaker-deployboard/releases/download/v1.0.9/zip-spinnaker-deployboard.zip"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public HttpResponse handle(HttpRequest httpRequest) {

QuerySpec spec = new QuerySpec().withScanIndexForward(false)
.withKeyConditionExpression("branch = :branch_name and #sort_key_name < :sort_key")
.withFilterExpression("author CONTAINS :author_name")
.withFilterExpression("contains(author,:author_name)")
.withNameMap(new NameMap()
.with("#sort_key_name", "build#ts#author#sha")
)
Expand Down

0 comments on commit 8535fcf

Please sign in to comment.