-
Notifications
You must be signed in to change notification settings - Fork 894
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
[OSCI][FEAT] Changelog Project - PoC Changelog and release notes automation tool - OpenSearch Dashboards #5519
[OSCI][FEAT] Changelog Project - PoC Changelog and release notes automation tool - OpenSearch Dashboards #5519
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5519 +/- ##
===========================================
- Coverage 55.58% 32.65% -22.94%
===========================================
Files 1199 2249 +1050
Lines 24259 45516 +21257
Branches 4087 7133 +3046
===========================================
+ Hits 13485 14861 +1376
- Misses 10133 29959 +19826
- Partials 641 696 +55
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…enSearch-Dashboards into feat/chanelog_project
Signed-off-by: Samuel Valdes Gutierrez <valdesgutierrez@gmail.com>
…flow Signed-off-by: Samuel Valdes Gutierrez <valdesgutierrez@gmail.com>
Signed-off-by: CMDWillYang <williamyang721@gmail.com>
…enSearch-Dashboards into feat/chanelog_project
I finished the reviews from @AMoo-Miki for the parts I could make changes to - the changelog part workflow. For the part of part of the release notes, I will have to review that code because I didn't work on it, but instead, other contributors. @CMDWillYang, can you review all the changes that @AMoo-Miki is asking for in part of the release notes? |
@CMDWillYang, I tagged you in all the reviews @AMoo-Miki is asking for the release notes part. It would be great if you could review them. Please let me know if you have any doubts. I wrote to you on Slack to be in contact. |
Signed-off-by: CMDWillYang <williamyang721@gmail.com>
Many thanks for the review @AMoo-Miki
Please let me know your thoughts! |
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch-Dashboards/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch-Dashboards/backport-2.x
# Create a new branch
git switch --create backport/backport-5519-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 4199162bbdf8245d72f9e9d809504c2055c2d39e
# Push it to GitHub
git push --set-upstream origin backport/backport-5519-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch-Dashboards/backport-2.x Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch-Dashboards/backport-2.14 2.14
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch-Dashboards/backport-2.14
# Create a new branch
git switch --create backport/backport-5519-to-2.14
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 4199162bbdf8245d72f9e9d809504c2055c2d39e
# Push it to GitHub
git push --set-upstream origin backport/backport-5519-to-2.14
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch-Dashboards/backport-2.14 Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch-Dashboards/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch-Dashboards/backport-2.x
# Create a new branch
git switch --create backport/backport-5519-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 4199162bbdf8245d72f9e9d809504c2055c2d39e
# Push it to GitHub
git push --set-upstream origin backport/backport-5519-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch-Dashboards/backport-2.x Then, create a pull request where the |
…mation tool - OpenSearch Dashboards (opensearch-project#5519) Refactor and Enhance Workflow Management - Added and updated changesets for multiple PRs to improve tracking and documentation of changes. - Removed unnecessary test and dummy files (`test.txt`, various `.yml` fragments) to clean up the repository. - Refactored workflow scripts to streamline changelog generation and fragment handling, moving temporary files to a designated folder. - Updated GitHub Actions workflows by changing event triggers from `pull_request` to `pull_request_target` and vice versa to optimize workflow execution. - Enhanced security and automation by updating token names and adding write permissions to the changeset workflow. - Deleted obsolete workflow file for creating changeset files, now handled by an automated process. - Major clean-up of dummy fragment files and unnecessary changelog entries to maintain clarity and relevancy in documentation. - Implemented minor updates and improvements in codebase, specifically in generating release notes and handling fragments. --------- Signed-off-by: Johnathon Bowers <johnathonbowers@gmail.com> Signed-off-by: CMDWillYang <williamyang721@gmail.com> Signed-off-by: Qiwen Li <qiwen_li@brown.edu> Signed-off-by: qiwen li <qiwen_li@brown.edu> Signed-off-by: Samuel Valdes Gutierrez <valdesgutierrez@gmail.com> Signed-off-by: Ashwin P Chandran <ashwinpc1993@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Johnathon Bowers <johnathonbowers@gmail.com> Co-authored-by: CMDWillYang <williamyang721@gmail.com> Co-authored-by: Qiwen Li <qiwen_li@brown.edu> Co-authored-by: Ashwin P Chandran <ashwinpc1993@gmail.com> Co-authored-by: Anan Zhuang <ananzh@amazon.com> Co-authored-by: Josh Romero <rmerqg@amazon.com> Co-authored-by: autochangeset[bot] <154024398+autochangeset[bot]@users.noreply.github.com> Co-authored-by: opensearch-bot[bot] <154024398+opensearch-bot[bot]@users.noreply.github.com> Co-authored-by: opensearch-bot-dev[bot] <154634848+opensearch-bot-dev[bot]@users.noreply.github.com> Co-authored-by: Ashwin P Chandran <ashwinpc@amazon.com> Co-authored-by: Miki <amoo_miki@yahoo.com> Co-authored-by: Kawika Avilla <kavilla414@gmail.com>
…ease notes automation tool (#6918) * [OSCI][FEAT] Changelog Project - PoC Changelog and release notes automation tool - OpenSearch Dashboards (#5519) Refactor and Enhance Workflow Management - Added and updated changesets for multiple PRs to improve tracking and documentation of changes. - Removed unnecessary test and dummy files (`test.txt`, various `.yml` fragments) to clean up the repository. - Refactored workflow scripts to streamline changelog generation and fragment handling, moving temporary files to a designated folder. - Updated GitHub Actions workflows by changing event triggers from `pull_request` to `pull_request_target` and vice versa to optimize workflow execution. - Enhanced security and automation by updating token names and adding write permissions to the changeset workflow. - Deleted obsolete workflow file for creating changeset files, now handled by an automated process. - Major clean-up of dummy fragment files and unnecessary changelog entries to maintain clarity and relevancy in documentation. - Implemented minor updates and improvements in codebase, specifically in generating release notes and handling fragments. --------- Signed-off-by: Johnathon Bowers <johnathonbowers@gmail.com> Signed-off-by: CMDWillYang <williamyang721@gmail.com> Signed-off-by: Qiwen Li <qiwen_li@brown.edu> Signed-off-by: qiwen li <qiwen_li@brown.edu> Signed-off-by: Samuel Valdes Gutierrez <valdesgutierrez@gmail.com> Signed-off-by: Ashwin P Chandran <ashwinpc1993@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Johnathon Bowers <johnathonbowers@gmail.com> Co-authored-by: CMDWillYang <williamyang721@gmail.com> Co-authored-by: Qiwen Li <qiwen_li@brown.edu> Co-authored-by: Ashwin P Chandran <ashwinpc1993@gmail.com> Co-authored-by: Anan Zhuang <ananzh@amazon.com> Co-authored-by: Josh Romero <rmerqg@amazon.com> Co-authored-by: autochangeset[bot] <154024398+autochangeset[bot]@users.noreply.github.com> Co-authored-by: opensearch-bot[bot] <154024398+opensearch-bot[bot]@users.noreply.github.com> Co-authored-by: opensearch-bot-dev[bot] <154634848+opensearch-bot-dev[bot]@users.noreply.github.com> Co-authored-by: Ashwin P Chandran <ashwinpc@amazon.com> Co-authored-by: Miki <amoo_miki@yahoo.com> Co-authored-by: Kawika Avilla <kavilla414@gmail.com> * delete file erroneous restored when handling conflict Signed-off-by: Kawika Avilla <kavilla414@gmail.com> --------- Signed-off-by: Johnathon Bowers <johnathonbowers@gmail.com> Signed-off-by: CMDWillYang <williamyang721@gmail.com> Signed-off-by: Qiwen Li <qiwen_li@brown.edu> Signed-off-by: qiwen li <qiwen_li@brown.edu> Signed-off-by: Samuel Valdes Gutierrez <valdesgutierrez@gmail.com> Signed-off-by: Ashwin P Chandran <ashwinpc1993@gmail.com> Signed-off-by: Kawika Avilla <kavilla414@gmail.com> Co-authored-by: Samuel Valdes Gutierrez <valdesgutierrez@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Johnathon Bowers <johnathonbowers@gmail.com> Co-authored-by: CMDWillYang <williamyang721@gmail.com> Co-authored-by: Qiwen Li <qiwen_li@brown.edu> Co-authored-by: Ashwin P Chandran <ashwinpc1993@gmail.com> Co-authored-by: Anan Zhuang <ananzh@amazon.com> Co-authored-by: Josh Romero <rmerqg@amazon.com> Co-authored-by: autochangeset[bot] <154024398+autochangeset[bot]@users.noreply.github.com> Co-authored-by: opensearch-bot[bot] <154024398+opensearch-bot[bot]@users.noreply.github.com> Co-authored-by: opensearch-bot-dev[bot] <154634848+opensearch-bot-dev[bot]@users.noreply.github.com> Co-authored-by: Ashwin P Chandran <ashwinpc@amazon.com> Co-authored-by: Miki <amoo_miki@yahoo.com>
Description
This PR is a PoC for tackling the proposal for automating the Changelog and Release Notes process detailed by @ashwin-pc in OpenSearch-Project issue opensearch-project/.github#156.
The solution followed is detailed in the README.md file inside the
/changelogs
directory. The PoC will be applied first in the OpenSearch-Dashboards repo, and after successful roll-out, it will be implemented in all other repos of OpenSearch-Project.This PoC is being developed by four members of the OSCI programme (@JohnathonBowers, @MadaniKK, @CMDWillYang and @BigSamu) under the supervision of @BSFishy @joshuarrrr and @ashwin-pc.
test
Issues Resolved
Closes issue #156 from OpenSearch Project general repo and issue #5509 from OpenSearch-Dashboards repo.
Changelog
Check List
yarn test:jest
yarn test:jest_integration