-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move gantt-chart out from subdirectory (#321)
Signed-off-by: Joshua Li <[email protected]> (cherry picked from commit 12ad9b7) (cherry picked from commit af334ca)
- Loading branch information
1 parent
99b9779
commit 6614bff
Showing
46 changed files
with
28 additions
and
35 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -11,12 +11,8 @@ So you want to contribute code to this project? Excellent! We're glad you're her | |
1. cd into the OpenSearch Dashboards source code directory. | ||
1. Check out this package from version control into the `plugins` directory. | ||
``` | ||
rm plugins -r | ||
git clone [email protected]:opensearch-project/dashboards-visualizations.git plugins --no-checkout | ||
cd plugins | ||
echo 'gantt-chart/*' >> .git/info/sparse-checkout | ||
git config core.sparseCheckout true | ||
git checkout main | ||
git clone [email protected]:opensearch-project/dashboards-visualizations.git | ||
``` | ||
6. Run `yarn osd bootstrap` inside `OpenSearch-Dashboards` directory. | ||
|
||
|
@@ -26,7 +22,7 @@ Ultimately, your directory structure should look like this: | |
. | ||
├── OpenSearch Dashboards | ||
│ └── plugins | ||
│ └── gantt-chart | ||
│ └── dashboards-visualizations | ||
``` | ||
|
||
|
||
|
@@ -57,4 +53,4 @@ The Github workflow in [`backport.yml`](.github/workflows/backport.yml) creates | |
with an appropriate label `backport <backport-branch-name>` is merged to main with the backport workflow run successfully on the | ||
PR. For example, if a PR on main needs to be backported to `1.x` branch, add a label `backport 1.x` to the PR and make sure the | ||
backport workflow runs on the PR along with other checks. Once this PR is merged to main, the workflow will create a backport PR | ||
to the `1.x` branch. | ||
to the `1.x` branch. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.