-
Notifications
You must be signed in to change notification settings - Fork 889
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
Add dataSource & dataSourceManagement Readme #2448
Add dataSource & dataSourceManagement Readme #2448
Conversation
be55af1
to
ed76bf7
Compare
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.
Overall looks good to me. Just fix some typos.
ed76bf7
to
656653e
Compare
thanks a lot, addressed all |
Let's also update the CHANGELOG |
c4e72b5
to
38ef966
Compare
38ef966
to
336a272
Compare
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.
Approved with one nit.
336a272
to
41de1f8
Compare
41de1f8
to
aae7cbc
Compare
Signed-off-by: Kristen Tian <[email protected]>
5e5a9af
to
bfc1e8d
Compare
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-2.x 2.x
# Navigate to the new working tree
cd .worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-2448-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 fb39f7d4732faad33a23388aa707366db97d3527
# Push it to GitHub
git push --set-upstream origin backport/backport-2448-to-2.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.x Then, create a pull request where the |
Signed-off-by: Kristen Tian <[email protected]> Signed-off-by: Kristen Tian <[email protected]> (cherry picked from commit fb39f7d)
Signed-off-by: Kristen Tian <[email protected]> (cherry picked from commit fb39f7d)
Signed-off-by: Kristen Tian <[email protected]> Signed-off-by: Kristen Tian <[email protected]> Signed-off-by: Sergey V. Osipov <[email protected]>
Signed-off-by: Kristen Tian [email protected]
Description
Add dataSource & dataSourceManagement Readme
Issues Resolved
#2436
#2437
#2199
#2158
Check List