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

fix(webhook): keep parent and build number synced #936

Merged
merged 8 commits into from
Aug 28, 2023

Commits on Aug 24, 2023

  1. fix(webhook): keep parent and build number synced

    currently, build number is always +1 to parent.
    for any new hooks coming in, parent and build number should be in sync.
    
    build restarts are the only instance where these should diverge
    to indicate which build was restarted.
    wass3r committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    1cb501e View commit details
    Browse the repository at this point in the history
  2. enhance: use replaceall

    wass3r committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    f0cd22e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f96e86e View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    25e9974 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f58591f View commit details
    Browse the repository at this point in the history
  3. revert comment change

    wass3rw3rk committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    3d62570 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0f5f74 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

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