Skip to content

Commit

Permalink
Merge pull request #31 from ChinthakaJ98/connector-release
Browse files Browse the repository at this point in the history
Update connector metadata and fix build issues
  • Loading branch information
ShammiL authored Dec 17, 2024
2 parents 5100db9 + e0031d9 commit ac43af9
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 3 deletions.
68 changes: 68 additions & 0 deletions .connector-store/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,74 @@
"issue-tracking"
],
"releases": [
{
"tagName": "v1.0.3",
"products": [
"MI 4.3.0",
"MI 4.2.0",
"MI 4.1.0",
"MI 4.0.0"
],
"operations": [
{
"name":"init",
"description":"Service-Now configuration.",
"isHidden":false
},
{
"name":"getRecords",
"description":"Retrieves set of records from table.",
"isHidden":false
},
{
"name":"getRecordById",
"description":"Retrieves record according to the system ID from table.",
"isHidden":false
},
{
"name":"postRecord",
"description":"Insert a record into a table.",
"isHidden":false
},
{
"name":"patchRecordById",
"description":"Patch a record from table by specifying system ID.",
"isHidden":false
},
{
"name":"deleteRecordById",
"description":"Delete a record from table by specifying system ID.",
"isHidden":false
},
{
"name":"putRecordById",
"description":"Put a record to table by specifying system ID.",
"isHidden":false
},
{
"name":"postRecordStagingTable",
"description":"This method inserts incoming data into a specified staging table and triggers transformation based on predefined transform maps in the import set table.",
"isHidden":false
},
{
"name":"getRecordsStagingTable",
"description":"This method retrieves the associated record and resulting transformation result.",
"isHidden":false
},
{
"name":"getAggregateRecord",
"description":"Allow to compute aggregate statistics about existing table and column data.",
"isHidden":false
}
],
"connections": [
{
"name": "servicenow",
"description": "Connection for interacting with ServiceNow APIs."
}
],
"isHidden": false
},
{
"tagName": "org.wso2.carbon.connector.servicenow-1.0.2",
"products": [
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@
<repository>
<id>wso2-nexus</id>
<name>WSO2 internal Repository</name>
<url>http://maven.wso2.org/nexus/content/groups/wso2-public/</url>
<url>https://maven.wso2.org/nexus/content/groups/wso2-public/</url>
<releases>
<enabled>true</enabled>
<updatePolicy>daily</updatePolicy>
Expand All @@ -448,7 +448,7 @@
<repository>
<id>wso2.releases</id>
<name>WSO2 internal Repository</name>
<url>http://maven.wso2.org/nexus/content/repositories/releases/</url>
<url>https://maven.wso2.org/nexus/content/repositories/releases/</url>
<releases>
<enabled>true</enabled>
<updatePolicy>daily</updatePolicy>
Expand All @@ -458,7 +458,7 @@
<repository>
<id>wso2.snapshots</id>
<name>Apache Snapshot Repository</name>
<url>http://maven.wso2.org/nexus/content/repositories/snapshots/</url>
<url>https://maven.wso2.org/nexus/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>daily</updatePolicy>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/connector.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
<dependency component="aggregate"/>
<description>WSO2 Connector for ServiceNow REST API.</description>
</component>
<displayName>ServiceNow</displayName>
</connector>

0 comments on commit ac43af9

Please sign in to comment.