[FOLIO-1582] Add mod-gobi to folio-testing Created: 17/Oct/18  Updated: 12/Nov/18  Resolved: 08/Nov/18

Status: Closed
Project: FOLIO
Components: None
Affects versions: None
Fix versions: None

Type: Story Priority: P3
Reporter: Craig McNally Assignee: Wayne Schneider
Resolution: Done Votes: 0
Labels: ci, integration, sprint50
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original estimate: Not Specified

Sprint:

 Description   

Please add mod-gobi to folio-testing.

Github:
https://github.com/folio-org/mod-gobi

Docker:
https://hub.docker.com/r/folioci/mod-gobi/tags/

ModuleDescriptor:

{
  "id" : "mod-gobi-1.0.1-SNAPSHOT.38",
  "name" : "GOBIĀ® Module",
  "requires" : [ {
    "id" : "orders",
    "version" : "1.0"
  }, {
    "id" : "configuration",
    "version" : "2.0"
  }, {
    "id" : "material-types",
    "version" : "2.2"
  }, {
    "id" : "locations",
    "version" : "2.1 3.0"
  }, {
    "id" : "vendor",
    "version" : "1.0"
  } ],
  "provides" : [ {
    "id" : "gobi",
    "version" : "1.0",
    "handlers" : [ {
      "methods" : [ "GET" ],
      "pathPattern" : "/gobi/validate",
      "permissionsRequired" : [ "gobi.item.post" ]
    }, {
      "methods" : [ "POST" ],
      "pathPattern" : "/gobi/orders",
      "permissionsRequired" : [ "gobi.item.post" ],
      "modulePermissions" : [ "orders.item.post", "inventory-storage.material-types.collection.get", "inventory-storage.locations.collection.get", "vendor.collection.get", "configuration.entries.collection.get" ]
    } ]
  } ],
  "permissionSets" : [ {
    "permissionName" : "gobi.item.post",
    "displayName" : "gobi - post order",
    "description" : "Creates an order"
  }, {
    "permissionName" : "gobi.all",
    "displayName" : "gobi - all permissions",
    "description" : "Entire set of permissions needed to use gobi",
    "subPermissions" : [ "gobi.item.post" ]
  } ],
  "launchDescriptor" : {
    "dockerImage" : "mod-gobi:1.0.1-SNAPSHOT",
    "dockerPull" : false,
    "dockerArgs" : {
      "HostConfig" : {
        "PortBindings" : {
          "8081/tcp" : [ {
            "HostPort" : "%p"
          } ]
        }
      }
    }
  }
}


 Comments   
Comment by Wayne Schneider [ 08/Nov/18 ]

We are adding this as requested to folio-testing.aws.indexdata.com, but not to the folio/testing-backend Vagrant VM due to memory limitations (see FOLIO-1548 Closed )

Comment by Wayne Schneider [ 08/Nov/18 ]

mod-gobi will be included in the next build of folio-testing.aws.indexdata.com

Generated at Thu Feb 08 23:14:24 UTC 2024 using Jira 1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d.