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

Change target branch for pull request #6488

Merged
merged 51 commits into from
Dec 16, 2019

Commits on Apr 2, 2019

  1. Configuration menu
    Copy the full SHA
    f985e67 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2019

  1. Configuration menu
    Copy the full SHA
    1c01294 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. Configuration menu
    Copy the full SHA
    a520c5e View commit details
    Browse the repository at this point in the history
  2. Use const instead of var in JavaScript additions

    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    6c48735 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Configuration menu
    Copy the full SHA
    be71ada View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Check if branches are equal and if PR already exists before changing …

    …target branch
    
    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    411f54e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c8b956 View commit details
    Browse the repository at this point in the history
  3. Make sure to check all commits

    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    b2f8777 View commit details
    Browse the repository at this point in the history
  4. Print error messages for user as error flash message

    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    2c02f4b View commit details
    Browse the repository at this point in the history
  5. Disallow changing target branch of closed or merged pull requests

    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    06adcfd View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Configuration menu
    Copy the full SHA
    7454709 View commit details
    Browse the repository at this point in the history
  2. Resolve conflicts after merge of upstream/master

    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    bf60f41 View commit details
    Browse the repository at this point in the history
  3. Change order of branch select fields

    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    feade60 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

  1. Removes duplicate check

    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    ade1de9 View commit details
    Browse the repository at this point in the history
  2. Use ctx.Tr for translations

    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    1094cc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    425f631 View commit details
    Browse the repository at this point in the history
  4. Recompile JS

    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    7fa44f3 View commit details
    Browse the repository at this point in the history
  5. Use correct translation namespace

    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    139b7be View commit details
    Browse the repository at this point in the history
  6. Remove redundant if condition

    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    5d1091b View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Moves most change branch logic into pull service

    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    927c82a View commit details
    Browse the repository at this point in the history
  2. Completes comment

    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    8473385 View commit details
    Browse the repository at this point in the history
  3. Add Ref to ChangesPayload for logging changed target branches

    instead of creating a new struct
    
    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    0a559df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    234dc2a View commit details
    Browse the repository at this point in the history
  5. Revert changes to go.mod

    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    4104ce6 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. Configuration menu
    Copy the full SHA
    c2c54b7 View commit details
    Browse the repository at this point in the history
  2. Directly use createComment method

    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    93ce415 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2019

  1. Configuration menu
    Copy the full SHA
    a040294 View commit details
    Browse the repository at this point in the history
  2. Return 404 if pull request is not found. Move written check up

    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    1566045 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Remove variable declaration

    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    4c2341a View commit details
    Browse the repository at this point in the history
  2. Return client errors on change pull request target errors

    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    8007148 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Return error in commit.HasPreviousCommit

    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    e2d5d0d View commit details
    Browse the repository at this point in the history
  2. Adds blank line

    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    2666224 View commit details
    Browse the repository at this point in the history
  3. Test patch before persisting new target branch

    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    c25503a View commit details
    Browse the repository at this point in the history
  4. Update patch before testing (not working)

    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    b9c3368 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2019

  1. Removes patch calls when changeing pull request target

    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    1dcf6b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a81a97 View commit details
    Browse the repository at this point in the history
  3. Removes unneeded check for base name

    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    7db6fc5 View commit details
    Browse the repository at this point in the history
  4. Moves ChangeTargetBranch completely to pull service. Update patch sta…

    …tus.
    
    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    1860253 View commit details
    Browse the repository at this point in the history
  5. Set webhook mode after errors were validated

    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    21e1c0b View commit details
    Browse the repository at this point in the history
  6. Update PR in one transaction

    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    79347b0 View commit details
    Browse the repository at this point in the history
  7. Move logic for check if head is equal with branch to pull model

    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    7ff8949 View commit details
    Browse the repository at this point in the history
  8. Adds missing comment and simplify return

    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    3a30a60 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    750ba50 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2019

  1. Configuration menu
    Copy the full SHA
    69a2926 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e775c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc39ac1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ded3b68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10cb3a5 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Configuration menu
    Copy the full SHA
    9c04491 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66de122 View commit details
    Browse the repository at this point in the history
  3. Adjust CreateComment method call

    Signed-off-by: Mario Lubenka <[email protected]>
    saitho committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    23bd8ac View commit details
    Browse the repository at this point in the history