Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] UI Extension points #2145

Merged

Conversation

tangledbytes
Copy link
Member

@tangledbytes tangledbytes commented Dec 28, 2020

Description
This implements a system of extensibility by defining specific points within Meshery's code base in which Meshery's functionality may be dynamically augmented. See Meshery Documentation's "Extensibility" page for additional details.

Signed commits

  • Yes, I signed my commits.

Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
Signed-off-by: Utkarsh Srivastava <srivastavautkarsh8097@gmail.com>
@probot-autolabeler probot-autolabeler bot added component/ui User Interface component/api Issues related to API language/go Issues or pull requests that use Golang language/javascript Issues or pull requests that use Javascript or React labels Dec 28, 2020
@netlify
Copy link

netlify bot commented Dec 28, 2020

✔️ Deploy preview for meshery-docs canceled.

🔨 Explore the source changes: 63f2a49

🔍 Inspect the deploy logs: https://app.netlify.com/sites/meshery-docs/deploys/5feabe8e7eb00700084467cf

😎 Browse the preview: https://app.netlify.com/sites/meshery-docs/deploys/5feabe8e7eb00700084467cf

models/remote_provider.go Outdated Show resolved Hide resolved
@@ -28,6 +29,11 @@ var (
commitsha = "Not Set"
)

const (
// SAAS_BASE_URL_NONE is the saas base url for the "none" provider
SAAS_BASE_URL_NONE = "https://meshery.layer5.io"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
SAAS_BASE_URL_NONE = "https://meshery.layer5.io"
local_provider_URL = "https://meshery.layer5.io"

@@ -28,6 +29,11 @@ var (
commitsha = "Not Set"
)

const (
// SAAS_BASE_URL_NONE is the saas base url for the "none" provider
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// SAAS_BASE_URL_NONE is the saas base url for the "none" provider
// local_provider_URL is the saas base url for the Local Provider "None"

@leecalcote leecalcote merged commit 964dfae into meshery:master Dec 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/api Issues related to API component/ui User Interface language/go Issues or pull requests that use Golang language/javascript Issues or pull requests that use Javascript or React
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants