-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[GUIDE] Add index_lifecycle guide #287
[GUIDE] Add index_lifecycle guide #287
Conversation
Want to combine all the guides into 1 PR and just add a single CHANGELOG line? May be easier. |
@dblock I already went through the hard way creating all the branches... |
Happy to merge in any state. Your DCO failure above does need to be fixed please. Amend your commits. |
01c3664
to
b40ba67
Compare
Signed-off-by: dblock <dblock@amazon.com> Signed-off-by: Rakhat Zhuman <zhumanrakhat01@gmail.com>
…project#271) * Bump github.com/aws/aws-sdk-go from 1.44.230 to 1.44.235 Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.230 to 1.44.235. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](aws/aws-sdk-go@v1.44.230...v1.44.235) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update changelog Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> Signed-off-by: Rakhat Zhuman <zhumanrakhat01@gmail.com>
* Add linter for markdown files Signed-off-by: Rakhat Zhuman <zhumanrakhat01@gmail.com> * Updated CHANGELOG.md Signed-off-by: Rakhat Zhuman <zhumanrakhat01@gmail.com> * Add make-script and update DEVELOPER_GUIDE.md Signed-off-by: Rakhat Zhuman <zhumanrakhat01@gmail.com> * Updated linter options Signed-off-by: Rakhat Zhuman <zhumanrakhat01@gmail.com> * Fixed mmarkdown files format Signed-off-by: Rakhat Zhuman <zhumanrakhat01@gmail.com> --------- Signed-off-by: Rakhat Zhuman <zhumanrakhat01@gmail.com>
…t#272) Signed-off-by: dblock <dblock@amazon.com> Signed-off-by: Rakhat Zhuman <zhumanrakhat01@gmail.com>
Signed-off-by: Rakhat Zhuman <zhumanrakhat01@gmail.com>
Signed-off-by: Rakhat Zhuman <zhumanrakhat01@gmail.com>
…ensearch-project#286) Signed-off-by: Jakob Hahn <jakob.hahn@hetzner.com> Signed-off-by: Rakhat Zhuman <zhumanrakhat01@gmail.com>
Signed-off-by: Rakhat Zhuman <zhumanrakhat01@gmail.com>
Signed-off-by: Rakhat Zhuman <zhumanrakhat01@gmail.com>
Signed-off-by: Rakhat Zhuman <zhumanrakhat01@gmail.com>
b40ba67
to
ca3b7dd
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.
One small complain. Could you please indent the go code in the document lifecycle guide. Beside that LGTM
Signed-off-by: Rakhat Zhuman <zhumanrakhat01@gmail.com>
c445417
to
8c86b57
Compare
Signed-off-by: Rakhat Zhuman <zhumanrakhat01@gmail.com>
@Jakob3xD indent was added, can you review it? Is this required for rest of guides? |
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.
Let's get this one merged.
@zethuman pick the next one you want to merge from your 5 PRs and let's only iterate on that? another option is to finish all the guides in 1 PR like I tried in #301, up to you.
We need to link these guides from README, don't we?
@Jakob3xD thanks for reviewing the content in this and subsequent PRs
@dblock as I understand it is no longer relevant? |
Yep, all good, thanks. |
Description
Add guide to index_lifecycle.
Issues Resolved
Closes [#276, #279].
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.