forked from meshery/meshery
-
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.
Merge remote-tracking branch 'upstream/master' into selection-in-nav
Signed-off-by: Pranav Singh <[email protected]>
- Loading branch information
Showing
339 changed files
with
23,067 additions
and
20,209 deletions.
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
14 changes: 14 additions & 0 deletions
14
docs/_compatibility/meshery-nginx-sm/09-23-2023-13-38-09_d219c66b.md
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,14 @@ | ||
--- | ||
timestamp: "2023-09-23 13:38:34 UTC Sat" | ||
meshery-component: meshery-nginx-sm | ||
meshery-component-version: edge | ||
meshery-server-version: "*name" | ||
k8s-distro: minikube | ||
k8s-version: "v1.25.2" | ||
service-mesh: nginx | ||
service-mesh-version: "v2.0.0" | ||
tests: | ||
pod/nginx-mesh-api: "Not Running" | ||
pod/nginx-mesh-metrics: "Not Running" | ||
overall-status: "failing" | ||
--- |
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 @@ | ||
--- | ||
layout: release | ||
date: 2023-09-24 | ||
tag: v0.6.146 | ||
--- | ||
|
||
## What's New | ||
## 🔤 General | ||
- MeshKit v0.6.67 @leecalcote (#8897) | ||
|
||
## 🖥 Meshery UI | ||
|
||
- [UI] Notification Center: Increase size of unread indicator @leecalcote (#8891) | ||
- [extensions] fix error msg @theBeginner86 (#8892) | ||
- changed smi_results.js @EraKin575 (#8868) | ||
- Connections row expand data with styling @senali-d (#8840) | ||
- [Fix] k8s-switcher select-all @aabidsofi19 (#8876) | ||
- [CI] e2e test job improvements @MarioArriaga92 (#8643) | ||
|
||
## 🧰 Maintenance | ||
|
||
- updating node versions workflow actions @Philip-21 (#8856) | ||
- [CI] e2e test job improvements @MarioArriaga92 (#8643) | ||
|
||
## 👨🏽💻 Contributors | ||
|
||
Thank you to our contributors for making this release possible: | ||
@EraKin575, @MUzairS15, @MarioArriaga92, @Philip-21, @aabidsofi19, @l5io, @leecalcote, @senali-d, @theBeginner86 and l5io |
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,16 @@ | ||
--- | ||
layout: release | ||
date: 2023-09-24 | ||
tag: v0.6.147 | ||
--- | ||
|
||
## What's New | ||
## 🔤 General | ||
## 🖥 Meshery UI | ||
|
||
- Revert "[Fix] k8s-switcher select-all" @theBeginner86 (#8898) | ||
|
||
## 👨🏽💻 Contributors | ||
|
||
Thank you to our contributors for making this release possible: | ||
@leecalcote and @theBeginner86 |
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
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
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,15 +1,17 @@ | ||
{ | ||
"presets": ["next/babel"], | ||
"plugins": [ | ||
"relay", | ||
[ | ||
"istanbul", | ||
{ | ||
"exclude": [ | ||
"**/*.spec.js", | ||
"pages/_document.js" | ||
] | ||
} | ||
] | ||
"presets": [ | ||
"next/babel" | ||
], | ||
"plugins": [ | ||
"relay", | ||
[ | ||
"istanbul", | ||
{ | ||
"exclude": [ | ||
"**/*.spec.js", | ||
"pages/_document.js" | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
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 |
---|---|---|
|
@@ -7,4 +7,4 @@ package-lock.json | |
nodemon.json | ||
lib/ | ||
cypress/ | ||
pages/_document.js | ||
**/__generated__/** |
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,99 +1,60 @@ | ||
module.exports = { | ||
env : { | ||
browser : true, | ||
es6 : true, | ||
node : true, // tells the parser that we are using nodejs | ||
env: { | ||
browser: true, | ||
es6: true, | ||
node: true, // tells the parser that we are using nodejs | ||
}, | ||
|
||
settings : { | ||
react : { | ||
version : require("./package.json").dependencies.react, | ||
settings: { | ||
react: { | ||
version: require('./package.json').dependencies.react, | ||
}, | ||
}, | ||
extends : ["eslint:recommended", "plugin:react/recommended", "plugin:cypress/recommended", "next"], | ||
globals : { | ||
Atomics : "readonly", | ||
SharedArrayBuffer : "readonly", | ||
globalThis : "readonly", | ||
extends: [ | ||
'eslint:recommended', | ||
'plugin:react/recommended', | ||
'plugin:cypress/recommended', | ||
'next', | ||
'plugin:prettier/recommended', | ||
], | ||
globals: { | ||
Atomics: 'readonly', | ||
SharedArrayBuffer: 'readonly', | ||
globalThis: 'readonly', | ||
}, | ||
parser : "@babel/eslint-parser", | ||
parserOptions : { | ||
ecmaFeatures : { | ||
jsx : true, | ||
parser: '@babel/eslint-parser', | ||
parserOptions: { | ||
ecmaFeatures: { | ||
jsx: true, | ||
}, | ||
ecmaVersion : 2018, | ||
sourceType : "module", | ||
ecmaVersion: 2018, | ||
sourceType: 'module', | ||
}, | ||
plugins : ["react", "cypress"], | ||
rules : { | ||
"@next/next/no-img-element" : "off", | ||
// turn off next img/image warning | ||
"react-hooks/rules-of-hooks" : "warn", | ||
// warn about react-hooks | ||
"react-hooks/exhaustive-deps" : "off", | ||
// turn off react-hooks exhaustive-deps for now | ||
"jsx-a11y/alt-text" : "off", | ||
// turn off image alt text warning | ||
"valid-typeof" : "warn", | ||
// show warning for now | ||
"array-bracket-spacing" : ["error", "never"], | ||
"comma-style" : ["error"], | ||
"jsx-quotes" : ["error", "prefer-double"], | ||
"block-scoped-var" : "error", | ||
"keyword-spacing" : "error", | ||
"no-trailing-spaces" : "error", | ||
"object-curly-spacing" : ["error", "always"], | ||
"arrow-spacing" : [ | ||
"error", | ||
{ | ||
before : true, | ||
after : true, | ||
}, | ||
], | ||
"key-spacing" : [ | ||
"error", | ||
{ | ||
afterColon : true, | ||
beforeColon : true | ||
}, | ||
], | ||
"block-spacing" : "error", | ||
"brace-style" : ["error", "1tbs"], | ||
indent : [ | ||
"error", | ||
2, | ||
{ | ||
FunctionExpression : { | ||
parameters : "first", | ||
}, | ||
FunctionDeclaration : { | ||
parameters : "first", | ||
}, | ||
MemberExpression : 1, | ||
SwitchCase : 1, | ||
outerIIFEBody : 0, | ||
VariableDeclarator : { | ||
var : 2, | ||
let : 2, | ||
const : 3, | ||
}, | ||
ignoredNodes : ["TemplateLiteral"], | ||
}, | ||
], | ||
"react/react-in-jsx-scope" : "off", | ||
"no-undef" : "error", | ||
"react/jsx-uses-vars" : [2], | ||
"react/jsx-no-undef" : "error", | ||
"no-console" : 0, | ||
"no-unused-vars" : "error", | ||
"react/jsx-key" : "warn", | ||
"no-dupe-keys" : "error", | ||
"react/jsx-filename-extension" : [ | ||
plugins: ['react', 'cypress', 'prettier'], | ||
rules: { | ||
'@next/next/no-img-element': 'off', | ||
'react-hooks/rules-of-hooks': 'warn', | ||
'react-hooks/exhaustive-deps': 'off', | ||
'jsx-a11y/alt-text': 'off', | ||
'valid-typeof': 'warn', | ||
'no-trailing-spaces': 'error', | ||
'block-spacing': 'error', | ||
'brace-style': ['error', '1tbs'], | ||
'react/react-in-jsx-scope': 'off', | ||
'no-undef': 'error', | ||
'react/jsx-uses-vars': [2], | ||
'react/jsx-no-undef': 'error', | ||
'no-console': 0, | ||
'no-unused-vars': 'error', | ||
'react/jsx-key': 'warn', | ||
'no-dupe-keys': 'error', | ||
'react/jsx-filename-extension': [ | ||
1, | ||
{ | ||
extensions : [".js", ".jsx"], | ||
extensions: ['.js', '.jsx'], | ||
}, | ||
], | ||
"react/prop-types" : "off", | ||
'react/prop-types': 'off', | ||
'prettier/prettier': 'warn', | ||
}, | ||
}; | ||
}; |
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,7 @@ | ||
module.exports = { | ||
// Lint & Prettify TS and JS files | ||
'**/*.(ts|tsx|js|jsx)': (filenames) => [`npm run lint:fix`, `npm run format`], | ||
|
||
// Prettify only Markdown and JSON files | ||
'**/*.(md|json)': (filenames) => `npx prettier --write ${filenames.join(' ')}`, | ||
}; |
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,14 @@ | ||
*.svg | ||
*.ico | ||
*.css | ||
|
||
*/.DS_Store | ||
assets/** | ||
.next | ||
package-lock.json | ||
public | ||
node_modules | ||
next-env.d.ts | ||
next.config.js | ||
.eslintrc.js | ||
**/__generated__/** |
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,12 @@ | ||
arrowParens: always | ||
bracketSameLine: false | ||
bracketSpacing: true | ||
jsxSingleQuote: false | ||
proseWrap: preserve | ||
quoteProps: as-needed | ||
semi: true | ||
singleQuote: true | ||
tabWidth: 2 | ||
trailingComma: all | ||
printWidth: 100 | ||
useTabs: false |
Oops, something went wrong.