-
Notifications
You must be signed in to change notification settings - Fork 554
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
chore: update dev-es branch with main branch #692
Conversation
[hi] Localize devops.md
* Create abstraction.md * Update content/hi/abstraction.md Co-authored-by: Anubhav Vardhan <vardhananubhav@gmail.com> * Update content/hi/abstraction.md Co-authored-by: Anubhav Vardhan <vardhananubhav@gmail.com> * Update abstraction.md Co-authored-by: Anubhav Vardhan <vardhananubhav@gmail.com>
* Update config.toml * Update config.toml * Update config.toml * add TEMPLATE and _index.md * Create _index.md * Update _index.md * Update _index.md * Create hi.toml * Update config.toml * Update hi.toml * Update _TEMPLATE.md * Create _index.md * Create cloud_native_tech.md * Update _index.md
* create containerization.md Signed-off-by: Kunal Verma <vkunal321@gmail.com> * Update content/hi/containerization.md Co-authored-by: Anubhav Vardhan <vardhananubhav@gmail.com> * Update content/hi/containerization.md Co-authored-by: Anubhav Vardhan <vardhananubhav@gmail.com> * Update content/hi/containerization.md Co-authored-by: Anubhav Vardhan <vardhananubhav@gmail.com> Co-authored-by: Anubhav Vardhan <vardhananubhav@gmail.com>
Signed-off-by: Kunal Verma <vkunal321@gmail.com>
Co-authored-by: Anubhav Vardhan <vardhananubhav@gmail.com>
Co-authored-by: Anubhav Vardhan <vardhananubhav@gmail.com>
Co-authored-by: Anubhav Vardhan <vardhananubhav@gmail.com>
[hi] Localize continuous_delivery.md
* update Signed-off-by: shivam tyagi <shivamt.ug19.ec@nitp.ac.in> * Update content/hi/auto_scaling.md Co-authored-by: Anubhav Vardhan <vardhananubhav@gmail.com> * Update content/hi/auto_scaling.md Co-authored-by: Anubhav Vardhan <vardhananubhav@gmail.com> * Update content/hi/auto_scaling.md Co-authored-by: Anubhav Vardhan <vardhananubhav@gmail.com> Co-authored-by: Anubhav Vardhan <vardhananubhav@gmail.com>
* [hi] localize continuous_integration.md * [hi] localize continuous_integration.md(modified) * [hi] localize continuous_integration.md(modified) * [hi] localize continuous_integration.md(modified)
* Localize container-image.md * replace इमेजिस with इमेजें/ इमेजों as suitable Co-authored-by: Anubhav Vardhan <vardhananubhav@gmail.com> * fix : transliterate terms Co-authored-by: Anubhav Vardhan <vardhananubhav@gmail.com> * fix: transliterate static, execute Co-authored-by: Anubhav Vardhan <vardhananubhav@gmail.com> Co-authored-by: Anubhav Vardhan <vardhananubhav@gmail.com>
Signed-off-by: Dipankar Das <dipsonu10@hotmail.com>
* Update dev-ar approver * Update dev-es approvers * Fix l10n approvers list
remove `?originalSubdomain=in` from linkedin Co-authored-by: Jihoon Seo <46767780+jihoon-seo@users.noreply.github.com>
…gi/glossary into ack-hindi-contributors-1
* feat: spanish abstraction * revision: es abtraction Co-authored-by: carolina valencia <krol3@users.noreply.github.com>
Co-authored-by: Victor Morales <chipahuac@hotmail.com>
✅ Deploy Preview for cncfglossary ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
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.
/approve
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.
LGTM
Hi @electrocucaracha :) I am trying to understand your comment. :)
Do you want I think these are a way to minimize conflicts.
If we can minimize conflicts, we might rebase the branch simply without cherry-picking changes. (I think) |
@seokho-son my main problem was with individual translations (PRs to Let's take the PR #641 as an example. After the flowchart TB
subgraph main
. --> 8933ae6 --> 1a46bee --> 96dcc01 --> ..
end
subgraph dev-es
96dcc01 --> a9e784d --> d78bb81 --> 11fd690 --> ...
end
subgraph PR-641
11fd690 --> c9a080d --> d669f8b --> b391f36
end
So what I suggest for this kind of changes is to chose flowchart TB
subgraph main
. --> 8933ae6 --> 1a46bee --> 96dcc01 --> ..
end
subgraph dev-es
96dcc01 --> a9e784d --> d78bb81 --> 11fd690 --> PR-641
end
For this PR, I'm not sure if the |
oh :) I strongly agree with using "squash and merge" for individual PRs to dev-es branch.
|
Apparently, the use of
Merge pull request
option difficult the rebase process, resulting in cherry-picking changes and the recreation ofdev-es
branch. One possible solution for keeping a linear project history in the long-runningdev-es
branch could be the use ofSquash and merge
option