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

Create a new branch if makePullRequest is true in git config #4395

Merged
merged 18 commits into from
Feb 2, 2024

Commits on Feb 1, 2024

  1. add new branch flag when commit changes in eventwatcher

    Signed-off-by: nnnkkk7 <[email protected]>
    nnnkkk7 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    74e2856 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d06d5c View commit details
    Browse the repository at this point in the history
  3. fix test

    Signed-off-by: nnnkkk7 <[email protected]>
    nnnkkk7 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    f641153 View commit details
    Browse the repository at this point in the history
  4. push commit if the branch is new in event watcher

    Signed-off-by: nnnkkk7 <[email protected]>
    nnnkkk7 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    732e620 View commit details
    Browse the repository at this point in the history
  5. fix docs-v0.43.x

    Signed-off-by: nnnkkk7 <[email protected]>
    nnnkkk7 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    b11434a View commit details
    Browse the repository at this point in the history
  6. fix docs

    Signed-off-by: nnnkkk7 <[email protected]>
    nnnkkk7 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    5461c5a View commit details
    Browse the repository at this point in the history
  7. replace createPullRequest with makePullRequest

    Signed-off-by: nnnkkk7 <[email protected]>
    nnnkkk7 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    c2662a3 View commit details
    Browse the repository at this point in the history
  8. renamed getBranchName to makeBranchName

    Signed-off-by: nnnkkk7 <[email protected]>
    nnnkkk7 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    8a03c1b View commit details
    Browse the repository at this point in the history
  9. remove makePullRequest from EventWatcherEvent

    Signed-off-by: nnnkkk7 <[email protected]>
    nnnkkk7 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    7ee221f View commit details
    Browse the repository at this point in the history
  10. retry push commits in execute func

    Signed-off-by: nnnkkk7 <[email protected]>
    nnnkkk7 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    2863efe View commit details
    Browse the repository at this point in the history
  11. fix how to push new branch

    Signed-off-by: nnnkkk7 <[email protected]>
    nnnkkk7 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    ddd47e1 View commit details
    Browse the repository at this point in the history
  12. use map for branchname

    Signed-off-by: nnnkkk7 <[email protected]>
    nnnkkk7 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    1ba6cc8 View commit details
    Browse the repository at this point in the history
  13. use branchHandledEvents map

    Signed-off-by: nnnkkk7 <[email protected]>
    nnnkkk7 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    7cb265a View commit details
    Browse the repository at this point in the history
  14. use errors.Join

    Signed-off-by: nnnkkk7 <[email protected]>
    nnnkkk7 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    c525c7a View commit details
    Browse the repository at this point in the history
  15. remove docs

    Signed-off-by: nnnkkk7 <[email protected]>
    nnnkkk7 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    6c70349 View commit details
    Browse the repository at this point in the history
  16. remove handledEvents

    Signed-off-by: nnnkkk7 <[email protected]>
    nnnkkk7 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    b20d50d View commit details
    Browse the repository at this point in the history
  17. avoid using '!'

    Signed-off-by: nnnkkk7 <[email protected]>
    nnnkkk7 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    154a943 View commit details
    Browse the repository at this point in the history
  18. rearrange package

    Signed-off-by: nnnkkk7 <[email protected]>
    nnnkkk7 committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e1a4e41 View commit details
    Browse the repository at this point in the history