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 agit flow support in gitea #14295

Merged
merged 63 commits into from
Jul 28, 2021
Merged

Add agit flow support in gitea #14295

merged 63 commits into from
Jul 28, 2021

Commits on Feb 7, 2021

  1. feature: add agit flow support

    ref: https://git-repo.info/en/2020/03/agit-flow-and-git-repo/
    
    example:
    
    ```Bash
    git checkout -b test
    echo "test" >> README.md
    git commit -m "test"
    git push origin HEAD:refs/for/master -o topic=test
    ```
    
    Signed-off-by: a1012112796 <[email protected]>
    a1012112796 committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    36c77da View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into git_simple_pr

    * master:
      [skip ci] Updated licenses and gitignores
    a1012112796 committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    b8784f9 View commit details
    Browse the repository at this point in the history
  3. fix lint

    a1012112796 committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    a757ed5 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    f96e9e7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into git_simple_pr

    * master:
      Fixed irritating error message related to go version (go-gitea#14611)
      Use OldRef instead of CommitSHA for DeleteBranch comments (go-gitea#14604)
      Add information on how to build statically (go-gitea#14594)
      [skip ci] Updated translations via Crowdin
      Exclude the current dump file from the dump (go-gitea#14606)
      Remove spurious DataAsync Error logging (go-gitea#14599)
      [API] Add  delete release by tag & fix unreleased inconsistency (go-gitea#14563)
      Fix rate limit bug when downloading assets on migrating from github (go-gitea#14564)
      [API] Add affected files of commits to commit struct (go-gitea#14579)
    a1012112796 committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    501f850 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7294bfa View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Merge branch 'master' into git_simple_pr

    * master:
      Add support for ref parameter to get raw file API (go-gitea#14602)
    a1012112796 committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    c1291fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d9442e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86acbe1 View commit details
    Browse the repository at this point in the history
  4. fix lint

    a1012112796 committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    95ca26a View commit details
    Browse the repository at this point in the history
  5. splite writePktLine

    a1012112796 committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    f68899a View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Configuration menu
    Copy the full SHA
    9eeaf3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c67694 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Add test code add fix api

    a1012112796 committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    95eebb1 View commit details
    Browse the repository at this point in the history
  2. fix lint

    a1012112796 committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    434704c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5be1bde View commit details
    Browse the repository at this point in the history
  4. fix test

    a1012112796 committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    3c01930 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    300765d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5140fd7 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. try test with git 2.30.1

    a1012112796 committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    e1119e8 View commit details
    Browse the repository at this point in the history
  2. fix permission check bug

    a1012112796 committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    9f95719 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96d2072 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. fix some nit

    a1012112796 committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    5fd466f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc13bfe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60d3c32 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. fix bug

    a1012112796 committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    0d85ba7 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

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

Commits on Mar 2, 2021

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

Commits on Mar 12, 2021

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

Commits on May 7, 2021

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

Commits on May 10, 2021

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

Commits on Jun 14, 2021

  1. Configuration menu
    Copy the full SHA
    5547e9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a8e7a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. prepare for merge

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    fb9a0ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e33d0aa View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

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

Commits on Jun 26, 2021

  1. Configuration menu
    Copy the full SHA
    a409d22 View commit details
    Browse the repository at this point in the history
  2. fix permission check bug

    - test code update
    - apply suggestions from code review @zeripath
    
    Signed-off-by: a1012112796 <[email protected]>
    a1012112796 committed Jun 26, 2021
    Configuration menu
    Copy the full SHA
    5ae5b84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9c84e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce04bd2 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2021

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

Commits on Jun 29, 2021

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

Commits on Jul 10, 2021

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

Commits on Jul 17, 2021

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

    a1012112796 committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    3d03249 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2021

  1. try splite

    a1012112796 committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    cd01c08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a8096e View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

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

Commits on Jul 20, 2021

  1. Apply suggestions from code review

    - fix permission check
    - handle user rename
    a1012112796 committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    b096315 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59a8552 View commit details
    Browse the repository at this point in the history
  3. fix version negotiation

    a1012112796 committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    22fd300 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Configuration menu
    Copy the full SHA
    d322b82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d4aa45 View commit details
    Browse the repository at this point in the history
  3. remane

    a1012112796 committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    19edf9a View commit details
    Browse the repository at this point in the history
  4. fix template

    a1012112796 committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    fe505de View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

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

Commits on Jul 25, 2021

  1. Configuration menu
    Copy the full SHA
    a86ee55 View commit details
    Browse the repository at this point in the history
  2. handle empty repo

    a1012112796 committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    25c4b5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b42ebdd View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Configuration menu
    Copy the full SHA
    3b6594a View commit details
    Browse the repository at this point in the history
  2. fix nits

    a1012112796 committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    f351805 View commit details
    Browse the repository at this point in the history