Skip to content

Commit

Permalink
Merge branch 'master' into MimecastTIRegional
Browse files Browse the repository at this point in the history
  • Loading branch information
nipun-crestdatasystem authored Sep 18, 2023
2 parents 2250781 + da97c45 commit 5910151
Show file tree
Hide file tree
Showing 542 changed files with 80,791 additions and 4,011 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package-command.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ on:
types: [package-command, Package-command, PACKAGE-command]
jobs:
solutionNameDetails:
if: ${{ !github.event.pull_request.head.repo.fork }}
if: ${{ github.actor != 'dependabot[bot]' && !github.event.pull_request.head.repo.fork }}
uses: ./.github/workflows/getSolutionName.yaml
secrets: inherit

# BELOW JOB WILL CHECK IF WE NEED TO SKIP PACKAGE CREATION OR NOT
checkSkipPackagingDetails:
if: ${{ needs.solutionNameDetails.outputs.solutionName != '' && !github.event.pull_request.head.repo.fork }}
if: ${{ github.actor != 'dependabot[bot]' && needs.solutionNameDetails.outputs.solutionName != '' && !github.event.pull_request.head.repo.fork }}
uses: ./.github/workflows/checkSkipPackagingInfo.yaml
secrets: inherit
needs: solutionNameDetails
Expand All @@ -34,7 +34,7 @@ jobs:
neworexistingsolution:
needs: [solutionNameDetails, checkSkipPackagingDetails]
uses: ./.github/workflows/neworexistingsolution.yaml
if: ${{ needs.solutionNameDetails.outputs.solutionName != '' && needs.checkSkipPackagingDetails.outputs.isPackagingRequired == 'True' }}
if: ${{ github.actor != 'dependabot[bot]' && needs.solutionNameDetails.outputs.solutionName != '' && needs.checkSkipPackagingDetails.outputs.isPackagingRequired == 'True' }}
with:
solutionName: "${{ needs.solutionNameDetails.outputs.solutionName }}"
secrets: inherit
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/package-on-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ on:
- closed
jobs:
checkAutomatedPR:
if: ${{ github.event.pull_request.merged && !github.event.pull_request.head.repo.fork }}
if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.merged && !github.event.pull_request.head.repo.fork }}
uses: ./.github/workflows/checkAutomatedPR.yaml

solutionNameDetails:
if: ${{ github.event.pull_request.merged && !github.event.pull_request.head.repo.fork }}
if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.merged && !github.event.pull_request.head.repo.fork }}
needs: checkAutomatedPR
uses: ./.github/workflows/getSolutionName.yaml
secrets: inherit

checkSkipPackagingDetails:
if: ${{ github.event.pull_request.merged && !github.event.pull_request.head.repo.fork && needs.solutionNameDetails.outputs.solutionName != '' }}
if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.merged && !github.event.pull_request.head.repo.fork && needs.solutionNameDetails.outputs.solutionName != '' }}
uses: ./.github/workflows/checkSkipPackagingInfo.yaml
secrets: inherit
needs: solutionNameDetails
Expand All @@ -41,7 +41,7 @@ jobs:
neworexistingsolution:
needs: [solutionNameDetails, checkSkipPackagingDetails]
uses: ./.github/workflows/neworexistingsolution.yaml
if: ${{ needs.solutionNameDetails.outputs.solutionName != '' && needs.checkSkipPackagingDetails.outputs.isPackagingRequired == 'True' }}
if: ${{ github.actor != 'dependabot[bot]' && needs.solutionNameDetails.outputs.solutionName != '' && needs.checkSkipPackagingDetails.outputs.isPackagingRequired == 'True' }}
with:
solutionName: "${{ needs.solutionNameDetails.outputs.solutionName }}"
secrets: inherit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@
{
"name": "Type",
"type": "String"
},
{
"name": "PerformedByDisplayName",
"type": "String"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,165 @@
{
"Name": "DataminrPulseAlerts",
"Properties": [
{
"Name": "TimeGenerated",
"Type": "datetime"
},
{
"Name": "EventVendor",
"Type": "string"
},
{
"Name": "EventProduct",
"Type": "string"
},
{
"Name": "AlertId",
"Type": "string"
},
{
"Name": "AlertType",
"Type": "string"
},
{
"Name": "AvailableRelatedAlerts",
"Type": "real"
},
{
"Name": "Caption",
"Type": "string"
},
{
"Name": "Company",
"Type": "string"
},
{
"Name": "CompanyNames",
"Type": "string"
},
{
"Name": "Category",
"Type": "string"
},
{
"Name": "CategoryNames",
"Type": "string"
},
{
"Name": "Latitude",
"Type": "real"
},
{
"Name": "Longitude",
"Type": "real"
},
{
"Name": "EventLocationName",
"Type": "string"
},
{
"Name": "EventLocationPlace",
"Type": "string"
},
{
"Name": "EventLocationProbability",
"Type": "real"
},
{
"Name": "EventLocationRadius",
"Type": "real"
},
{
"Name": "EventSource",
"Type": "string"
},
{
"Name": "EventTime",
"Type": "real"
},
{
"Name": "EventVolume",
"Type": "real"
},
{
"Name": "EmbeddedLabels",
"Type": "string"
},
{
"Name": "PostLanguagae",
"Type": "string"
},
{
"Name": "PostLink",
"Type": "string"
},
{
"Name": "PostMedia",
"Type": "string"
},
{
"Name": "PostText",
"Type": "string"
},
{
"Name": "PostTimestamp",
"Type": "real"
},
{
"Name": "PostTranslatedText",
"Type": "string"
},
{
"Name": "PublisherCategoryName",
"Type": "string"
},
{
"Name": "RelatedTerms",
"Type": "string"
},
{
"Name": "Sectors",
"Type": "string"
},
{
"Name": "SourceChannels",
"Type": "string"
},
{
"Name": "SourceDisplayName",
"Type": "string"
},
{
"Name": "SourceEntityName",
"Type": "string"
},
{
"Name": "SourceLink",
"Type": "string"
},
{
"Name": "SourceVerified",
"Type": "string"
},
{
"Name": "SubCaptionBulletsContent",
"Type": "string"
},
{
"Name": "SubCaptionBulletsMedia",
"Type": "string"
},
{
"Name": "SubCaptionBulletsSource",
"Type": "string"
},
{
"Name": "WatchlistsMatchedByType",
"Type": "string"
},
{
"Name": "WatchlistNames",
"Type": "string"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
{
"Name": "DataminrPulse_Alerts_CL",
"Properties": [
{
"Name": "TimeGenerated",
"Type": "datetime"
},
{
"Name": "EventVendor",
"Type": "string"
},
{
"Name": "EventProduct",
"Type": "string"
},
{
"Name": "index_s",
"Type": "string"
},
{
"Name": "alertType_name_s",
"Type": "string"
},
{
"Name": "availableRelatedAlerts_d",
"Type": "real"
},
{
"Name": "headline_s",
"Type": "string"
},
{
"Name": "companies_s",
"Type": "string"
},
{
"Name": "categories_s",
"Type": "string"
},
{
"Name": "location_latitude_d",
"Type": "real"
},
{
"Name": "location_longitude_d",
"Type": "real"
},
{
"Name": "timestamp_d",
"Type": "real"
},
{
"Name": "EventVolume",
"Type": "real"
},
{
"Name": "_embedded_labels_s",
"Type": "string"
},
{
"Name": "relatedAlerts_s",
"Type": "string"
},
{
"Name": "dataMap_headlineMds_content_s",
"Type": "string"
},
{
"Name": "odsStatus_timestamp_d",
"Type": "real"
},
{
"Name": "watchlistsMatchedByType_s",
"Type": "string"
},
{
"Name": "location_name_s",
"Type": "string"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"Name":"MimecastAudit_CL",
"Properties":[
{
"Name":"id_s",
"Type":"String"
},
{
"Name":"auditType_s",
"Type":"String"
},
{
"Name":"user_s",
"Type":"String"
},
{
"Name":"eventTime_d",
"Type":"DateTIme"
},
{
"Name":"eventInfo_s",
"Type":"String"
},
{
"Name":"category_s",
"Type":"String"
},
{
"Name":"mimecastEventId_s",
"Type":"String"
},
{
"Name":"mimecastEventCategory_s",
"Type":"String"
},
{
"Name":"time_generated",
"Type":"DateTime"
},
{
"Name":"app_s",
"Type":"String"
},
{
"Name":"src_s",
"Type":"String"
},
{
"Name":"method_s",
"Type":"String"
},
{
"name": "TimeGenerated",
"type": "DateTime"
}
]
}
Loading

0 comments on commit 5910151

Please sign in to comment.