[FOLIO-1010] Include Codex backends in snapshot builds Created: 02/Jan/18 Updated: 12/Nov/18 Resolved: 14/Feb/18 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | Continuous Integration |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Task | Priority: | P3 |
| Reporter: | Wayne Schneider | Assignee: | Wayne Schneider |
| Resolution: | Done | Votes: | 0 |
| Labels: | ci, sprint29 | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | 3 hours, 30 minutes | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||||||||||||||||||||||
| Sprint: | |||||||||||||||||||||||||||||
| Description |
|
The snapshot build script pulls in mod-codex-mux from the dependency expressed in ui-search, but it doesn't pull in any backend Codex modules (like mod-codex-inventory, for example). |
| Comments |
| Comment by Wayne Schneider [ 02/Jan/18 ] |
|
POSTing to the /_/proxy/tenants/<tenantId>/install endpoint with the backend modules after the mux results in a result like this:
[
{
"id": "mod-codex-mux-1.2.1-SNAPSHOT.32",
"action": "enable"
},
{
"id": "folio_search-1.1.100035",
"action": "enable"
},
{
"id": "mod-codex-mux-1.2.1-SNAPSHOT.32",
"action": "disable"
},
{
"id": "mod-codex-mock-1.0.2-SNAPSHOT.20",
"action": "enable"
},
{
"id": "mod-codex-inventory-0.0.3-SNAPSHOT.15",
"action": "enable"
}
]
|
| Comment by Wayne Schneider [ 02/Jan/18 ] |
|
Blocking on
|
| Comment by Adam Dickmeiss [ 10/Jan/18 ] |
|
Hope you can unblock and perhaps even close this one now Wayne Schneider. |
| Comment by Wayne Schneider [ 14/Feb/18 ] |
|
Work done on
|