-
Notifications
You must be signed in to change notification settings - Fork 99
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
remove front end workflow and code #1362
Conversation
Signed-off-by: Derek Ho <[email protected]>
Codecov Report
@@ Coverage Diff @@
## 2.x #1362 +/- ##
=============================================
+ Coverage 41.89% 70.10% +28.21%
Complexity 315 315
=============================================
Files 302 46 -256
Lines 17849 2482 -15367
Branches 4332 253 -4079
=============================================
- Hits 7477 1740 -5737
+ Misses 10199 600 -9599
+ Partials 173 142 -31
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@derek-ho I think you should be promoting the [opensearch-observability] folder content to be in the root level
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-main main
# Navigate to the new working tree
cd .worktrees/backport-main
# Create a new branch
git switch --create backport/backport-1362-to-main
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 e7dea87b2008094be7701250547cc02bbb2ca649
# Push it to GitHub
git push --set-upstream origin backport/backport-1362-to-main
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-main Then, create a pull request where the |
* remove front end workflow and code Signed-off-by: Derek Ho <[email protected]> * move folders up one level Signed-off-by: Derek Ho <[email protected]> * fix workflow file Signed-off-by: Derek Ho <[email protected]> * final workflow fix Signed-off-by: Derek Ho <[email protected]> Signed-off-by: Derek Ho <[email protected]> (cherry picked from commit e7dea87) Signed-off-by: Derek Ho <[email protected]>
* remove front end workflow and code (#1362) * remove front end workflow and code Signed-off-by: Derek Ho <[email protected]> * move folders up one level Signed-off-by: Derek Ho <[email protected]> * fix workflow file Signed-off-by: Derek Ho <[email protected]> * final workflow fix Signed-off-by: Derek Ho <[email protected]> Signed-off-by: Derek Ho <[email protected]> (cherry picked from commit e7dea87) Signed-off-by: Derek Ho <[email protected]> * delete front end workflow file Signed-off-by: Derek Ho <[email protected]> * ichange bwc version Signed-off-by: Derek Ho <[email protected]> * fix build.gradel Signed-off-by: Derek Ho <[email protected]> * try to replace all references Signed-off-by: Derek Ho <[email protected]> * fix job scheduler version Signed-off-by: Derek Ho <[email protected]> * add job scheduler into bwc tests Signed-off-by: Derek Ho <[email protected]> * change version to 2.4.0 Signed-off-by: Derek Ho <[email protected]> * run all jobs Signed-off-by: Derek Ho <[email protected]> * add back bwc Signed-off-by: Derek Ho <[email protected]> * add job scheduler back Signed-off-by: Derek Ho <[email protected]> * fix Signed-off-by: Derek Ho <[email protected]> * fix the file Signed-off-by: Derek Ho <[email protected]> Signed-off-by: Derek Ho <[email protected]>
Signed-off-by: Derek Ho [email protected]
Description
Remove front end code from this backend code base, front end code has been moved to https://github.com/opensearch-project/dashboards-observability
Issues Resolved
[List any issues this PR will resolve]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.