Skip to content
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

Feature implement linked commits #1226

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

JafarAkhondali
Copy link

Hello, first-time contribution here.
I had to adjust Improver model to support custom improver, as the previous method assumes improvers will return always an advisory data (If I understood correctly).
It's also safe to run the command multiple time, as it uses a one-to-one relation with constrain checking.
The chain_urls field might be filled in next PR to record usage of multiple links to reach commit(s).

@pombredanne
Copy link
Member

Thanks!
We use DCO signoffs so you may need to amend your commit messages to make the DCO bot happy!

@pombredanne
Copy link
Member

I had to adjust Improver model to support custom improver, as the previous method assumes improvers will return always an advisory data (If I understood correctly).

That's something that was in the plan. Eventually an improver should be able to do anything it likes to do and the initial limitation with some "advisory" needed to be replaced.

Signed-off-by: JafarAkhondali <jafar.akhoondali@gmail.com>
@JafarAkhondali JafarAkhondali force-pushed the feature-implement-linked-commits branch from 5dcb00d to 9c564db Compare July 5, 2023 22:47
@JafarAkhondali
Copy link
Author

I've signed the commits, so DCO should be happy now :)

+ Refactor Improver model to support custom improver
+ Update Improver documentation

Signed-off-by: JafarAkhondali <jafar.akhoondali@gmail.com>

Signed-off-by: JafarAkhondali <jafar.akhoondali@gmail.com>

Signed-off-by: JafarAkhondali <jafar.akhoondali@gmail.com>

Signed-off-by: JafarAkhondali <jafar.akhoondali@gmail.com>
@JafarAkhondali JafarAkhondali force-pushed the feature-implement-linked-commits branch from 5f442f0 to cd115b3 Compare July 6, 2023 12:00
@JafarAkhondali
Copy link
Author

@pombredanne There were some issues with formats, I fixed them and rebased the commits.

@TG1999
Copy link
Member

TG1999 commented Dec 12, 2023

@JafarAkhondali please rebase the PR

@TG1999 TG1999 marked this pull request as draft January 9, 2024 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants