Skip to content

Commit

Permalink
Fix path for piggyback request, remove commands not part of ditto
Browse files Browse the repository at this point in the history
Signed-off-by: Vasil Vasilev <vasil.vasilev@bosch.com>
  • Loading branch information
vvasilevbosch committed Nov 8, 2023
1 parent 8e6dfd7 commit fd70011
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
2 changes: 1 addition & 1 deletion ui/modules/operations/piggyback.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ async function submitPiggybackCommand() {
path += `/${instance}`;
}
}
return `/devops/piggyback/${path}?timeout=${timeout}`;
return `/devops/piggyback${path}?timeout=${timeout}`;
}

function onRequestInProgress(rejectCallback) {
Expand Down
24 changes: 0 additions & 24 deletions ui/modules/operations/piggybackTemplates.json
Original file line number Diff line number Diff line change
Expand Up @@ -526,30 +526,6 @@
}
},
"search": {
"index namespace": {
"service": "search",
"timeout": 5,
"targetActorSelection": "/user/namespaceIndexRoot",
"headers": {
"force-update": true,
"aggregate": false,
"is-group-topic": false
},
"command": {
"type": "thing-search.commands:indexNamespace",
"namespace": "<namespace>",
"fields": [
"thingId",
"_created",
"_modified",
"_revision",
"policyId",
"definition",
"attributes",
"features"
]
}
},
"retrieve sync progress": {
"service": "search",
"timeout": 5,
Expand Down

0 comments on commit fd70011

Please sign in to comment.