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 commit retrieval by tag #21804

Merged
merged 26 commits into from
Mar 2, 2023
Merged

Fix commit retrieval by tag #21804

merged 26 commits into from
Mar 2, 2023

Commits on Nov 13, 2022

  1. Fix commit retrieval by tag

    It is not correct to return tag data like the tag's message when
    commit data requested. This changes fixes commit retrieval by tag for
    both the latest commit in the UI and the commit info on tag webhook
    events.
    
    Fixes: go-gitea#21687
    Replaces: go-gitea#21693
    silverwind committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    8e00e25 View commit details
    Browse the repository at this point in the history
  2. fix import

    silverwind committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    e66e2c2 View commit details
    Browse the repository at this point in the history
  3. attempt to fix tests

    silverwind committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    c793f0f View commit details
    Browse the repository at this point in the history
  4. fix TestRepository_GetTags

    silverwind committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    6b14736 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c595251 View commit details
    Browse the repository at this point in the history
  6. fix TestRepository_GetRefs

    silverwind committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    82c00c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ee518d View commit details
    Browse the repository at this point in the history
  8. update comment

    silverwind committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    e92fff6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    854170e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    83e3629 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    92813a6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9a831b9 View commit details
    Browse the repository at this point in the history
  13. only trim a single newline

    silverwind committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    78a1bdc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5e61ff5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b4ef4ca View commit details
    Browse the repository at this point in the history
  16. fix TestDeleteRepoFile

    silverwind committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    3eb7378 View commit details
    Browse the repository at this point in the history
  17. fix TestAPICreateFile

    silverwind committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    ac8339c View commit details
    Browse the repository at this point in the history
  18. fix TestAPIDeleteFile

    silverwind committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    4e3f0d9 View commit details
    Browse the repository at this point in the history
  19. fix TestAPIUpdateFile

    silverwind committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    0425a53 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. fix wiki tests

    silverwind committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    91e9ee4 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    20343db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9024813 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

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

Commits on Dec 6, 2022

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

Commits on Mar 1, 2023

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

Commits on Mar 2, 2023

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