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

Disable unnecessary GitHooks elements #18485

Merged
merged 5 commits into from
Apr 26, 2022
Merged

Commits on Jan 31, 2022

  1. Disable unnecessary GitHooks elements

    This mod fixes disabling unnecessary GitHooks elements.
    
    Related: go-gitea#13129
    Author-Change-Id: IB#1115251
    pboguslawski committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    6801919 View commit details
    Browse the repository at this point in the history
  2. Div hiding fixed

    Fixes: 6801919
    Author-Change-Id: IB#1115251
    pboguslawski committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    6437b04 View commit details
    Browse the repository at this point in the history
  3. Div hiding fix reverted

    Placing hidden as CSS class only greys out this option; we want
    to hide it. According to
    
    https://stackoverflow.com/questions/1992114/how-do-you-create-a-hidden-div-that-doesnt-create-a-line-break-or-horizontal-sp/27548863#27548863
    
    using hidden as attribute is ok and works ok in gitea.
    
    Fixes: 6437b04
    Author-Change-Id: IB#1115251
    pboguslawski committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    8a0eb58 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Comment about adjusting existing repo hooks added

    Fixes: 6801919
    Related: go-gitea#18485 (review)
    Author-Change-Id: IB#1115251
    pboguslawski committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    708319e View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Git hooks cron job should not be disabled when DISABLE_GIT_HOOKS=true

    Fixes: 6801919
    Related: go-gitea#18485 (review)
    Author-Change-Id: IB#1115251
    pboguslawski committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    97a5d84 View commit details
    Browse the repository at this point in the history