forked from layer5io/layer5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resolved merge conflicts for Migration PR
Signed-off-by: Aviral Asthana <[email protected]>
- Loading branch information
Showing
7,543 changed files
with
141,563 additions
and
12,920 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.DEFAULT_GOAL := show-help | ||
# See <https://gist.github.com/klmr/575726c7e05d8780505a> for explanation. | ||
.PHONY: show-help | ||
show-help: | ||
@echo "$$(tput bold)Please specify a build target. The choices are:$$(tput sgr0)";echo;sed -ne"/^## /{h;s/.*//;:d" -e"H;n;s/^## //;td" -e"s/:.*//;G;s/\\n## /---/;s/\\n/ /g;p;}" ${MAKEFILE_LIST}|LC_ALL='C' sort -f|awk -F --- -v n=$$(tput cols) -v i=19 -v a="$$(tput setaf 6)" -v z="$$(tput sgr0)" '{printf"%s%*s%s ",a,-i,$$1,z;m=split($$2,w," ");l=n-i;for(j=1;j<=m;j++){l-=length(w[j])+1;if(l<= 0){l=n-i-length(w[j])-1;printf"\n%*s ",-i," ";}printf"%s ",w[j];}printf"\n";}'|more $(shell test $(shell uname) == Darwin && echo '-Xr') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ updates: | |
schedule: | ||
interval: monthly | ||
reviewers: | ||
- Nikhil-Ladha | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/**/*" | ||
type/core-styls: | ||
- "src/sections/app.style.js" | ||
- "src/theme/app/*" | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "src/collections/projects/**/*" | ||
- "src/pages/projects/**/*" | ||
area/core-styles: | ||
- 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/**/*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: Checks | ||
on: | ||
pull_request: | ||
branches: [ master ] | ||
types: [opened, synchronize, reopened] | ||
|
||
|
||
jobs: | ||
checks: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout 🛎️ | ||
uses: actions/checkout@master | ||
with: | ||
persist-credentials: false | ||
fetch-depth: 1 | ||
|
||
- name: NPM Install | ||
run: npm install | ||
|
||
- name: Build | ||
run: npm run build | ||
|
||
- name: Run Eslint | ||
run: npm run checklint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: Label Commenter | ||
|
||
on: | ||
issues: | ||
types: | ||
- labeled | ||
|
||
pull_request_target: | ||
types: | ||
- labeled | ||
|
||
permissions: | ||
contents: read | ||
issues: write | ||
pull-requests: write | ||
|
||
jobs: | ||
comment: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout repo 🛎️ | ||
uses: actions/checkout@master | ||
with: | ||
ref: master # Set your default branch | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
- name: Label Commenter | ||
uses: peaceiris/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ jobs: | |
lighthouseci: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-node@v3 | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 19 | ||
- run: npm install --legacy-peer-deps && npm install -g @lhci/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@v4 | ||
- uses: actions/checkout@v4 | ||
with: | ||
path: action | ||
repository: layer5labs/meshmap-snapshot | ||
- id: test_result | ||
uses: ${GITHUB_REF/refs/tags//} | ||
with: | ||
githubToken: ${{ secrets.GITHUB_TOKEN }} | ||
mesheryToken: ${{ secrets.MESHERY_TOKEN }} | ||
prNumber: ${{ env.PULL_NO }} | ||
application_type: Kubernetes Manifest | ||
filePath: ${{ inputs.fileName == '' && '.gitpod.yml' || inputs.fileName }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,4 +90,5 @@ default.profraw | |
.husky/_/ | ||
|
||
# Lighthouse CI | ||
.lighthouseci/ | ||
.lighthouseci/ | ||
.gitpod.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# This configuration file was automatically generated by Gitpod. | ||
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml) | ||
# and commit this file to your remote git repository to share the goodness with others. | ||
|
||
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart | ||
|
||
tasks: | ||
- init: npm install && npm run build && make | ||
command: npm run start | ||
|
||
|
Oops, something went wrong.