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

Add git hooks and webhooks to template repositories; move to services #8926

Merged
merged 29 commits into from
Nov 24, 2019

Commits on Nov 11, 2019

  1. Add git hooks and webhooks to template options

    Signed-off-by: jolheiser <[email protected]>
    jolheiser committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    eaa6954 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Configuration menu
    Copy the full SHA
    fde853d View commit details
    Browse the repository at this point in the history
  2. Update models/repo.go

    Co-Authored-By: guillep2k <[email protected]>
    jolheiser and guillep2k authored Nov 12, 2019
    Configuration menu
    Copy the full SHA
    f350f49 View commit details
    Browse the repository at this point in the history
  3. Add tooltip if the user can't edit git hooks

    Signed-off-by: jolheiser <[email protected]>
    jolheiser committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    8da72e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    412a262 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. Configuration menu
    Copy the full SHA
    2cdb438 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb0cde6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    429ebd5 View commit details
    Browse the repository at this point in the history
  4. Close repositories after copying git hooks

    Signed-off-by: jolheiser <[email protected]>
    jolheiser committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    bbc3647 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aca0b6d View commit details
    Browse the repository at this point in the history
  6. Wording

    Co-Authored-By: guillep2k <[email protected]>
    jolheiser and guillep2k authored Nov 13, 2019
    Configuration menu
    Copy the full SHA
    fccc473 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

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

Commits on Nov 16, 2019

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

Commits on Nov 18, 2019

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

Commits on Nov 19, 2019

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

Commits on Nov 20, 2019

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

Commits on Nov 21, 2019

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

Commits on Nov 22, 2019

  1. Restructure for services

    Signed-off-by: jolheiser <[email protected]>
    jolheiser committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    d5f2247 View commit details
    Browse the repository at this point in the history
  2. Return errors

    Signed-off-by: jolheiser <[email protected]>
    jolheiser committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    8bbccaa View commit details
    Browse the repository at this point in the history
  3. Move GenerateRepository to using a DBContext

    Signed-off-by: jolheiser <[email protected]>
    jolheiser committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    faca8ae View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2019

  1. Wrap with models.WithTx

    Signed-off-by: jolheiser <[email protected]>
    jolheiser committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    ecc4559 View commit details
    Browse the repository at this point in the history
  2. Remove debug print

    Signed-off-by: jolheiser <[email protected]>
    jolheiser committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    cc6646e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddf89bd View commit details
    Browse the repository at this point in the history
  4. Move if-error-delete-repo outside WithTx

    Signed-off-by: jolheiser <[email protected]>
    jolheiser committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    48f10a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e6b1ef View commit details
    Browse the repository at this point in the history
  6. Return nil if no repo generated

    Signed-off-by: jolheiser <[email protected]>
    jolheiser committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    2b4d4fd View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

  1. Configuration menu
    Copy the full SHA
    d87f4f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55e75bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e691245 View commit details
    Browse the repository at this point in the history