Skip to content

Commit

Permalink
Merge pull request #133 from jerensl/chore/rename-to-new-cloud-url
Browse files Browse the repository at this point in the history
chore: rename to new cloud url
  • Loading branch information
jerensl authored Nov 15, 2024
2 parents 99b93a8 + 53d0bc6 commit efeffa7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion __tests__/manifest-test/meshery-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- name: EVENT
value: mesheryLocal
- name: PROVIDER_BASE_URLS
value: https://meshery.layer5.io
value: https://cloud.layer5.io
- name: ADAPTER_URLS
value: meshery-istio:10000 meshery-linkerd:10001 meshery-consul:10002 meshery-nsm:10004 meshery-app-mesh:10005 meshery-kuma:10007 meshery-cpx:10008 meshery-osm:10009 meshery-nginx-sm:10010
image: layer5/meshery:stable-latest
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,5 @@ runs:
number: ${{ inputs.prNumber }}
id: meshmap-snapshot
message: '[<img src="${{env.RESOURCE_URL}}">](${{env.RESOURCE_URL}})
_[View in catalog](https://meshery.layer5.io/catalog/content/design/${{ env.APPLICATION_ID }}), [Edit in playground](https://playground.meshery.io/extension/meshmap?mode=design&design=${{ env.APPLICATION_ID }}) or learn how to [interpret Meshery Designs](https://meshery.layer5.io/academy/learning-paths/mastering-meshery/introduction-to-meshery?chapter=interpreting-meshery-designs)_'
_[View in catalog](https://cloud.layer5.io/catalog/content/design/${{ env.APPLICATION_ID }}), [Edit in playground](https://playground.meshery.io/extension/meshmap?mode=design&design=${{ env.APPLICATION_ID }}) or learn how to [interpret Meshery Designs](https://cloud.layer5.io/academy/learning-paths/mastering-meshery/introduction-to-meshery?chapter=interpreting-meshery-designs)_'
append: false
2 changes: 1 addition & 1 deletion cypress-action/cypress/fixtures/capabilities.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"provider_type":"remote","package_url":"https://github.com/layer5labs/meshery-extensions-packages/releases/download/v0.6.89-2/provider-meshery.tar.gz","provider_name":"Meshery","provider_description":["Persistent sessions","Save environment configurations and user preferences","Store and retrieve patterns, filters, and application defintions","Retrieve performance and conformance test results","RBAC support","Free use"],"provider_url":"https://meshery.layer5.io","extensions":{"navigator":[{"title":"MeshMap","on_click_callback":1,"href":{"uri":"/meshmap","external":false},"component":"/provider/navigator/meshmap/index.js","icon":"/provider/navigator/img/meshmap-icon.svg","link":true,"show":true,"type":"full_page"}],"user_prefs":[{"component":"/provider/userpref/meshmap_userpref/index.js","type":"component"}],"graphql":[{"component":"meshmap","path":"provider/navigator/meshmap/graphql/plugin.so","type":"backend"}],"account":[{"title":"Account","on_click_callback":1,"href":{"uri":"/account","external":false},"component":"/provider/account/profile/index.js","link":true,"show":true,"type":"full_page"}]},"capabilities":[{"feature":"sync-prefs","endpoint":"/user/preferences"},{"feature":"persist-results","endpoint":"/results"},{"feature":"persist-result","endpoint":"/result"},{"feature":"persist-smi-results","endpoint":"/smi/results"},{"feature":"persist-smi-result","endpoint":"/smi/result"},{"feature":"persist-metrics","endpoint":"/result/metrics"},{"feature":"persist-smp-test-profile","endpoint":"/user/test-config"},{"feature":"persist-performance-profiles","endpoint":"/user/performance/profiles"},{"feature":"persist-schedules","endpoint":"/user/schedules"},{"feature":"persist-meshery-patterns","endpoint":"/patterns"},{"feature":"persist-meshery-filters","endpoint":"/filters"},{"feature":"persist-meshery-applications","endpoint":"/applications"},{"feature":"persist-meshery-pattern-resources","endpoint":"/patterns/resource"}],"package_version":"v0.6.89-2"}
{"provider_type":"remote","package_url":"https://github.com/layer5labs/meshery-extensions-packages/releases/download/v0.6.89-2/provider-meshery.tar.gz","provider_name":"Meshery","provider_description":["Persistent sessions","Save environment configurations and user preferences","Store and retrieve patterns, filters, and application defintions","Retrieve performance and conformance test results","RBAC support","Free use"],"provider_url":"https://cloud.layer5.io","extensions":{"navigator":[{"title":"MeshMap","on_click_callback":1,"href":{"uri":"/meshmap","external":false},"component":"/provider/navigator/meshmap/index.js","icon":"/provider/navigator/img/meshmap-icon.svg","link":true,"show":true,"type":"full_page"}],"user_prefs":[{"component":"/provider/userpref/meshmap_userpref/index.js","type":"component"}],"graphql":[{"component":"meshmap","path":"provider/navigator/meshmap/graphql/plugin.so","type":"backend"}],"account":[{"title":"Account","on_click_callback":1,"href":{"uri":"/account","external":false},"component":"/provider/account/profile/index.js","link":true,"show":true,"type":"full_page"}]},"capabilities":[{"feature":"sync-prefs","endpoint":"/user/preferences"},{"feature":"persist-results","endpoint":"/results"},{"feature":"persist-result","endpoint":"/result"},{"feature":"persist-smi-results","endpoint":"/smi/results"},{"feature":"persist-smi-result","endpoint":"/smi/result"},{"feature":"persist-metrics","endpoint":"/result/metrics"},{"feature":"persist-smp-test-profile","endpoint":"/user/test-config"},{"feature":"persist-performance-profiles","endpoint":"/user/performance/profiles"},{"feature":"persist-schedules","endpoint":"/user/schedules"},{"feature":"persist-meshery-patterns","endpoint":"/patterns"},{"feature":"persist-meshery-filters","endpoint":"/filters"},{"feature":"persist-meshery-applications","endpoint":"/applications"},{"feature":"persist-meshery-pattern-resources","endpoint":"/patterns/resource"}],"package_version":"v0.6.89-2"}
2 changes: 1 addition & 1 deletion node-file-upload/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fs.readdirSync(dirPath).forEach((fileName, index) => {
);
}
const url =
"https://meshery.layer5.io/api/integrations/github/meta/artifacts";
"https://cloud.layer5.io/api/integrations/github/meta/artifacts";

const headers = {
"Content-Type": "multipart/form-data",
Expand Down
2 changes: 1 addition & 1 deletion playwright-action/tests/playground.spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { test, expect } = require("@playwright/test");

test("Login and logout test", async ({ page }) => {
await page.goto("https://meshery.layer5.io/login");
await page.goto("https://cloud.layer5.io/login");
await page.locator('input[name="identifier"]').fill("[email protected]");
await page.locator('input[name="identifier"]').press("Tab");
await page.locator('input[name="password"]').fill("test-admin");
Expand Down

0 comments on commit efeffa7

Please sign in to comment.