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

Improve trace logging for pulls and processes #22633

Merged
merged 16 commits into from
Feb 3, 2023

Commits on Jan 27, 2023

  1. Improve trace logging

    This PR adds a number of trace logging improvements:
    
    * Add trace logging for processes
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    99582f2 View commit details
    Browse the repository at this point in the history
  2. Do not read refs using os.ReadFile

    I've discovered yet another read of refs using os.ReadFile - this is a
    very bad idea. Refs can and often are packed away. This could cause a
    lot of problems.
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    8293fb3 View commit details
    Browse the repository at this point in the history
  3. Bring in pr formatting from go-gitea#22568

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    71491e8 View commit details
    Browse the repository at this point in the history
  4. Improve pull checking logging

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    ba50cce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67bfa31 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Configuration menu
    Copy the full SHA
    eacbf70 View commit details
    Browse the repository at this point in the history
  2. as per delvh

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    cda45f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34db05d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Update services/pull/check.go

    Co-authored-by: delvh <dev.lh@web.de>
    lunny and delvh committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    ca4ac02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    600c979 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

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

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    b2f2330 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ab02bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7feaf3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    638bc6b View commit details
    Browse the repository at this point in the history