GDB-12871 move guide steps in the new project#2312
Draft
svilenvelikov wants to merge 7 commits intomasterfrom
Draft
GDB-12871 move guide steps in the new project#2312svilenvelikov wants to merge 7 commits intomasterfrom
svilenvelikov wants to merge 7 commits intomasterfrom
Conversation
## What Introduce mechanism for runtime external plugins ## Why To have the ability to load plugins and configure plugins, without the need for a new release ## How - Added `plugins-service`, which loads a plugins manifest and individual plugin modules, based on their entry points, defined in the manifest - Added `loadPlugins` bootstrap function, which will be used to load and register the plugins, when they are implemented - Created `copy-plugins.sh` to copy plugins from node_modules into `/plugins`, when they are available - Added commented webpack configuration, to be uncommented, when plugins are ready ## Testing Unit tests added. ## Screenshots ## Checklist - [x] Branch name - [x] Target branch - [x] Commit messages - [x] Squash commits - [x] MR name - [x] MR Description - [x] Tests --------- Co-authored-by: svilen <svilen.velikov@graphwise.ai> Co-authored-by: hudson-onto <hudson-onto@users.noreply.github.com>
…me, but only update its content. The reason is that this makes it possible for the dev server to watch the folder for changes and reload the page.
…oject. This file should be removed later
…w plugins project
4a84d21 to
0a5b110
Compare
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




What
Why
How
Testing
Screenshots
Checklist