Skip to content

Commit

Permalink
Merge branch 'master' into feature/integrations-columns
Browse files Browse the repository at this point in the history
Signed-off-by: Nicole Payne <[email protected]>
  • Loading branch information
Npcodes1 committed Sep 21, 2024
2 parents 1bf546b + 60e5711 commit 93afc06
Show file tree
Hide file tree
Showing 26 changed files with 324 additions and 56 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/sistent_feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: 🚀 Enhancement in Sistent Project
about: Propose a new feature, suggest a component, or report an issue for Sistent.
title: '[Sistent]'
labels: 'project/sistent, kind/enhancement'
assignees: ''
---
### Current Behavior
<!-- A brief description of what the problem is. (e.g. I need to be able to...) -->

### Desired Behavior
<!-- A brief description of the enhancement. -->

### Screenshots / Mockups
<!-- Add any other context or screenshots about the feature request here. -->

### Implementation
<!-- Specifics on the approach to fulfilling the feature request. -->

---
<img src="https://raw.githubusercontent.com/layer5io/layer5/master/.github/assets/images/layer5/5-light-small.svg" width="24px" align="left" /><h2>Contributor Resources and <a href="https://layer5.io/community/handbook">Handbook</a></h2>

The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the [`master` branch](https://github.com/layer5io/layer5/tree/master).
- 🎨 See [Sistent Repository](https://github.com/layer5io/sistent).
- 📚 See [contributing instructions](https://github.com/layer5io/layer5/blob/master/CONTRIBUTING.md).
- 🎨 Wireframes and [designs for Layer5 site](https://www.figma.com/file/5ZwEkSJwUPitURD59YHMEN/Layer5-Designs) in Figma [(open invite)](https://www.figma.com/team_invite/redeem/qJy1c95qirjgWQODApilR9)
- 🙋🏾🙋🏼 Questions: [Discussion Forum](https://discuss.layer5.io) and [Community Slack](https://slack.layer5.io).

<img src="https://raw.githubusercontent.com/layer5io/layer5/master/.github/assets/images/buttons/community.webp" height="22px" align="left" />Join the Layer5 Community by submitting your [community member form](https://layer5.io/newcomer).
2 changes: 1 addition & 1 deletion .github/workflows/meshmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
path: action
repository: layer5labs/kanvas-snapshot
- id: test_result
uses: layer5labs/[email protected].11
uses: layer5labs/[email protected].12
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
mesheryToken: ${{ secrets.MESHERY_TOKEN }}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 9 additions & 3 deletions src/collections/integrations/meshery-core/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,15 @@ components: [
"description": "",
},
{
"name": "pen-connector-node",
"colorIcon": "icons/components/pen-connector-node/icons/color/pen-connector-node-color.svg",
"whiteIcon": "icons/components/pen-connector-node/icons/white/pen-connector-node-white.svg",
"name": "picture",
"colorIcon": "icons/components/picture/icons/color/picture-color.svg",
"whiteIcon": "icons/components/picture/icons/white/picture-white.svg",
"description": "",
},
{
"name": "pen-terminal",
"colorIcon": "icons/components/pen-terminal/icons/color/pen-terminal-color.svg",
"whiteIcon": "icons/components/pen-terminal/icons/white/pen-terminal-white.svg",
"description": "",
},
{
Expand Down
10 changes: 5 additions & 5 deletions src/collections/integrations/ps-db/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Percona Server for MySQL
subtitle: Meshery provides performance reports, including performance test results, node resource metrics etc. so that operators may easily understand the overhead of their service mesh’s control plane and data plane in context of the overhead incurred on nodes running within the cluster. In order to generate performance test reports of service meshes and their workloads, Meshery uses Grafana and/or Prometheus as visualization and metrics systems, respectively. This guide outlines the requirements necessary for Meshery to connect to these systems. The steps may vary depending upon the service mesh and its configuration.
subtitle: Collaborative and visual infrastructure as design for Percona Server for MySQL
integrationIcon: icons/color/ps-db-color.svg
darkModeIntegrationIcon: icons/white/ps-db-white.svg
docURL: https://docs.meshery.io/extensibility/integrations/ps-db
Expand Down Expand Up @@ -28,20 +28,20 @@ components: [
"description": "",
}]
featureList: [
"Native support for PromQL",
"Create custom charts with your own Prometheus queries",
"A fully compatible, enhanced, and open source drop-in replacement for any MySQL database.",
"Percona Operators include backup/restore, high availability, replication, sharding, logging features and more.",
"Keep charts in-sync with Mesherys panel viewer"
]
workingSlides: [
../_images/kanvas-visualizer.png,
../_images/kanvas-designer.png
]
howItWorks: "Meshery provides performance reports, including performance test results, node resource metrics etc. so that operators may easily understand the overhead of their service mesh’s control plane and data plane in context of the overhead incurred on nodes running within the cluster. In order to generate performance test reports of service meshes and their workloads, Meshery uses Grafana and/or Prometheus as visualization and metrics systems, respectively. This guide outlines the requirements necessary for Meshery to connect to these systems. The steps may vary depending upon the service mesh and its configuration."
howItWorks: "Percona Operators eliminate the complexities of Day 1 and Day 2 database operations and seamlessly integrate with Meshery and Kanvas."
howItWorksDetails: "Collaboratively manage infrastructure with your coworkers synchronously sharing the same designs."
published: TRUE
---
<p>
The Prometheus monitoring system and time series database.
Percona Server for MySQL is a fully compatible, enhanced, and open source drop-in replacement for any MySQL database.
</p>
<p>
Collaboratively and visually diagram your cloud native infrastructure with GitOps-style pipeline integration. Design, test, and manage configuration your Kubernetes-based, containerized applications as a visual topology.
Expand Down
2 changes: 1 addition & 1 deletion src/collections/integrations/ps-operator/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ components: [
"description": "",
}]
featureList: [
"Drag-n-drop cloud native infrastructure designer to configure, model, and deploy your workloads.",
"High-performance MySQL database",
"Manages backups, restores, and upgrades",
"Provides high availability and failover"
]
Expand Down
2 changes: 1 addition & 1 deletion src/components/Features/TwoColLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const TwoColLayout = ({ containerRefs, contentRefs }) => {
</Link>
</ImageWrapper>
<ContentWrapper ref={(el) => (contentRefs.current[1] = el)}>
<h2>Easing your Workflow Burden Collaboratively</h2>
<h2>Cognitive overload is real</h2>
<p className="text">Empower DevOps, platform, and site reliability engineers with our orchestration management solution. Achieve seamless collaboration and operational harmony for enhanced productivity.</p>
<Link to="/solutions/orchestration-management">Learn more &rarr;</Link>
</ContentWrapper>
Expand Down
17 changes: 17 additions & 0 deletions src/components/Features/images/22.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 4 additions & 11 deletions src/components/Features/images/cursor-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions src/components/Features/images/cursor-21.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Gcp = () => {
};
export default Gcp;
export const Head = () => {
return <SEO title="GCP Architecture Diagram"
description="Create your own Google Cloud Platform diagrams with Kanvas."
return <SEO title="Google Cloud Platform (GCP) Architecture Diagramming"
description="Create your own Google Cloud Platform solution architecture and collaborative, visual diagrams with Kanvas."
image="/images/meshery-logo-dark-text.webp" />;
};
Loading

0 comments on commit 93afc06

Please sign in to comment.