-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/4ddx/layer5
- Loading branch information
Showing
80 changed files
with
1,434 additions
and
208 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
module.exports = { | ||
"ci": { | ||
"collect": { | ||
"settings": { | ||
"preset": "desktop" | ||
}, | ||
"staticDistDir": "./public", | ||
"url": [ | ||
"http://localhost/404/index.html?desktop", | ||
"http://localhost/?desktop", | ||
"http://localhost/company/about/index.html?desktop", | ||
"http://localhost/cloud-native-management/meshery/index.html?desktop", | ||
"http://localhost/cloud-native-management/meshmap/index.html?desktop", | ||
"http://localhost/learn/learning-paths/index.html?desktop", | ||
"http://localhost/learn/service-mesh-books/index.html?desktop", | ||
"http://localhost/learn/service-mesh-workshops/index.html?desktop", | ||
"http://localhost/learn/index.html?desktop", | ||
"http://localhost/blog/index.html?desktop", | ||
"http://localhost/resources/index.html?desktop", | ||
"http://localhost/careers/index.html?desktop", | ||
"http://localhost/community/members/index.html?desktop", | ||
"http://localhost/community/meshmates/index.html?desktop", | ||
"http://localhost/community/events/index.html?desktop", | ||
"http://localhost/community/newcomers/index.html?desktop", | ||
], | ||
}, | ||
"assert": { | ||
"assertions": { | ||
"categories:performance": ["warn", {"minScore": .90}], | ||
"categories:accessibility": ["warn", {"minScore": .90}], | ||
"categories:best-practices": ["warn", {"minScore": .90}], | ||
"categories:seo": ["warn", {"minScore": .90}], | ||
} | ||
}, | ||
"upload": { | ||
"target": "temporary-public-storage", | ||
}, | ||
} | ||
}; |
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 |
---|---|---|
|
@@ -16,4 +16,7 @@ jobs: | |
node-version: 19 | ||
- run: npm install && npm install -g @lhci/[email protected] | ||
- run: CI=false npm run build | ||
- run: lhci collect --config=.desktop-lighthouserc.js | ||
- run: lhci assert --config=.desktop-lighthouserc.js | ||
- run: lhci upload | ||
- run: lhci autorun |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
36 changes: 36 additions & 0 deletions
36
src/collections/blog/2023/2023-08-11-layer5-hashicorp-open-source/index.mdx
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,36 @@ | ||
--- | ||
title: Layer5 💚's Open Source | ||
subtitle: HashiCorp Relicensing and Layer5's Partnership | ||
date: 2023-08-11 08:00:00 -0530 | ||
author: Lee Calcote | ||
thumbnail: ./layer5-open-source.png | ||
darkthumbnail: ./layer5-open-source.png | ||
description: "HashiCorp Relicensing and Layer5's Partnership" | ||
type: Blog | ||
category: Announcements | ||
tags: | ||
- Open Source | ||
- Apache | ||
- License | ||
featured: false | ||
published: true | ||
--- | ||
|
||
import { BlogWrapper } from "../../Blog.style.js"; | ||
import { Link } from "gatsby"; | ||
import Button from "../../../../reusecore/Button"; | ||
import Blockquote from "../../../../reusecore/Blockquote"; | ||
|
||
<BlogWrapper> | ||
|
||
Yesterday, [HashiCorp announced a change in their source code license](https://www.globenewswire.com/news-release/2023/08/10/2723189/0/en/HashiCorp-adopts-the-Business-Source-License-for-future-releases-of-its-products.html) from Mozilla Public License v2.0 (MPL 2.0) to the Business Source License (BSL, or BUSL) v1.1, effective in all future releases of HashiCorp’s core products, including Terraform, Vault, Consul, Boundary, Nomad, Waypoint, Packer, and Vagrant. HashiCorp APIs, SDKs, and with almost all other libraries remaining MPLv2. | ||
|
||
[HashiCorp and Layer5 partnered](/company/news/layer5-hashicorp-launch-service-mesh-partnership) early at the start of Layer5 and continues to be a technology partner. Layer5's projects and products are unaffected by HashiCorp relicensing their software yesterday. Layer5 stands with the open source community and with source-available HashiCorp. | ||
|
||
|
||
Layer5's sprawling [portfolio of projects](/projects) [are open source](/blog/community/meshery-surpasses-1000-contributors), pervasively using the Apache 2.0 license. Layer5 is a [community-first organization](/company/about). | ||
|
||
Under an open core model, we look forward to continuing to serve our customers with open source and our amazing, fast-growing [community](/community) at the center of our focus. | ||
|
||
</BlogWrapper> | ||
|
Binary file added
BIN
+505 KB
...ctions/blog/2023/2023-08-11-layer5-hashicorp-open-source/layer5-open-source.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.59 MB
src/collections/blog/2023/2023-08-14-layer5-badge-program/badges-modal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions
46
src/collections/blog/2023/2023-08-14-layer5-badge-program/blog.style.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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
import styled from "styled-components"; | ||
export const Blog = styled.div` | ||
img.badge-modal{ | ||
display: block; | ||
margin: 0 auto; | ||
max-width: 625px | ||
} | ||
div.badge-grid { | ||
display: flex; | ||
flex-wrap: wrap; | ||
text-align: center; | ||
flex-direction: row; | ||
justify-content: center; | ||
> div { | ||
display: flex; | ||
flex-direction: column; | ||
flex-grow: 1; | ||
max-width: 20%; | ||
margin: 1rem; | ||
align-items: center; | ||
> span { | ||
font-weight: bold; | ||
padding-top: 0.8rem; | ||
} | ||
> img { | ||
max-width: 225px; | ||
} | ||
} | ||
} | ||
@media (max-width: 1200px) { | ||
div.badge-grid > div { | ||
max-width: 29%; | ||
} | ||
} | ||
@media (max-width: 992px) { | ||
div.badge-grid > div { | ||
max-width: 45%; | ||
} | ||
} | ||
@media (max-width: 670px) { | ||
div.badge-grid > div { | ||
max-width: 95%; | ||
} | ||
} | ||
`; |
Oops, something went wrong.