Skip to content

Commit

Permalink
Merge branch 'master' into ashparsh-pandey
Browse files Browse the repository at this point in the history
  • Loading branch information
iArchitSharma authored Jun 29, 2024
2 parents a1d0632 + b00f839 commit 8c9e96c
Show file tree
Hide file tree
Showing 4,546 changed files with 61,068 additions and 15,026 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ updates:
schedule:
interval: monthly
reviewers:
- Nikhil-Ladha

126 changes: 81 additions & 45 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,63 +1,99 @@
area/docs:
- "readme.md"
- "contributing.md"
- changed-files:
- any-glob-to-any-file:
- "readme.md"
- "contributing.md"
area/ci:
- ".github/**/*"
- ".husky/**/*"
- changed-files:
- any-glob-to-any-file:
- ".github/**/*"
- ".husky/**/*"
area/blog:
- "src/collections/blog/**/*"
- "src/pages/blog/**/*"
- "src/templates/blog-*.js"
- changed-files:
- any-glob-to-any-file:
- "src/collections/blog/**/*"
- "src/pages/blog/**/*"
- "src/templates/blog-*.js"
area/careers:
- "src/collections/careers/**/*"
- "src/collections/programs/**/*"
- "src/templates/career-*.js"
- "src/pages/careers/*"
- changed-files:
- any-glob-to-any-file:
- "src/collections/careers/**/*"
- "src/collections/programs/**/*"
- "src/templates/career-*.js"
- "src/pages/careers/*"
area/community:
- "src/collections/members/**/*"
- "src/pages/community/**/*"
- "src/templates/member-*.js"
- changed-files:
- any-glob-to-any-file:
- "src/collections/members/**/*"
- "src/pages/community/**/*"
- "src/templates/member-*.js"
area/events:
- "src/collections/events/**/*"
- "src/templates/event*.js"
- changed-files:
- any-glob-to-any-file:
- "src/collections/events/**/*"
- "src/templates/event*.js"
area/handbook:
- "src/components/HandbookCard/**/*"
- "src/components/Handbook-navigation/**/*"
- "src/sections/Community/Handbook/**/*"
- changed-files:
- any-glob-to-any-file:
- "src/components/HandbookCard/**/*"
- "src/components/Handbook-navigation/**/*"
- "src/sections/Community/Handbook/**/*"
area/landscape:
- "src/sections/Landscape/**/*"
- "src/components/Landscape-Table/**/*"
- "src/collections/landscape/**/*"
- changed-files:
- any-glob-to-any-file:
- "src/sections/Landscape/**/*"
- "src/components/Landscape-Table/**/*"
- "src/collections/landscape/**/*"
area/learn:
- "content-learn"
- "src/components/Learn-Components/**/*"
- "src/collections/service-mesh-books/**/*"
- "src/collections/service-mesh-learn/**/*"
- "src/collections/service-mesh-workshops/**/*"
- "src/templates/book-*.js"
- "src/templates/course-*.js"
- "src/templates/lab-*.js"
- "src/templates/learn-*.js"
- "src/templates/workshop-*.js"
- changed-files:
- any-glob-to-any-file:
- "content-learn"
- "src/components/Learn-Components/**/*"
- "src/collections/service-mesh-books/**/*"
- "src/collections/service-mesh-learn/**/*"
- "src/collections/service-mesh-workshops/**/*"
- "src/templates/book-*.js"
- "src/templates/course-*.js"
- "src/templates/lab-*.js"
- "src/templates/learn-*.js"
- "src/templates/workshop-*.js"
area/news:
- "src/collections/news/**/*"
- "src/templates/news-*.js"
- changed-files:
- any-glob-to-any-file:
- "src/collections/news/**/*"
- "src/templates/news-*.js"
area/partners:
- "src/collections/partners/**/*"
- changed-files:
- any-glob-to-any-file:
- "src/collections/partners/**/*"
area/resources:
- "src/collections/resources/**/*"
- "src/templates/resource-*.js"
- changed-files:
- any-glob-to-any-file:
- "src/collections/resources/**/*"
- "src/templates/resource-*.js"
area/projects:
- "src/collections/projects/**/*"
- "src/pages/projects/**/*"
- changed-files:
- any-glob-to-any-file:
- "src/collections/projects/**/*"
- "src/pages/projects/**/*"
area/core-styles:
- "src/sections/app.style.js"
- "src/theme/app/*"
- changed-files:
- any-glob-to-any-file:
- "src/sections/app.style.js"
- "src/theme/app/*"
area/site-config:
- "gatsby-*.js"
- changed-files:
- any-glob-to-any-file:
- "gatsby-*.js"
area/packages:
- "package-*.js"
- changed-files:
- any-glob-to-any-file:
- "package-*.js"
project/meshery:
- "src/collections/integrations/**/*"
- changed-files:
- any-glob-to-any-file:
- "src/collections/integrations/**/*"
project/meshmap:
- "src/sections/Meshmap/**/*"
- changed-files:
- any-glob-to-any-file:
- "src/sections/Meshmap/**/*"
4 changes: 2 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
repo-token: "${{ secrets.GITHUB_TOKEN }}"
47 changes: 47 additions & 0 deletions .github/workflows/meshmap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
name: MeshMap Screenshot Service
'on':
pull_request_target:
types:
- opened
- synchronize
- reopened
workflow_call:
inputs:
fileName:
description: Relative file path from the root directory
required: true
type: string
outputs:
resource_url:
description: The URL of the generated resource.
value: ${{ jobs.MeshMapScreenshot.outputs.resource_url }}
permissions:
actions: read
contents: write
security-events: write
statuses: write
pull-requests: write
id-token: write
jobs:
MeshMapScreenshot:
runs-on: ubuntu-latest
outputs:
resource_url: ${{ steps.test_result.outputs.resource_url }}
steps:
- name: Set PR number
run: |
export pull_number=$(jq --raw-output .pull_request.number "$GITHUB_EVENT_PATH")
echo "PULL_NO=$pull_number" >> $GITHUB_ENV
- uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
path: action
repository: layer5labs/meshmap-snapshot
- id: test_result
uses: ${GITHUB_REF/refs/tags//}
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
providerToken: ${{ secrets.PROVIDER_TOKEN }}
prNumber: ${{ env.PULL_NO }}
application_type: Kubernetes Manifest
filePath: ${{ inputs.fileName == '' && 'lkjh' || inputs.fileName }}
Loading

0 comments on commit 8c9e96c

Please sign in to comment.