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

[Backport] [API] Allow only specific Colums to be updated on Issue (#9539) #9580

Merged
merged 5 commits into from
Jan 2, 2020

Commits on Jan 1, 2020

  1. Fix go-gitea#9189 - API Allow only specific Colums to be updated on I…

    …ssue (go-gitea#9539)
    
    * dont insert "-1" in any case to issue.poster_id
    
    * Make sure API cant override importand fields
    
    * code format
    
    * add Test for IssueEdit
    
    * load milestone and return it on IssueEdit via API
    
    * extend Test for TestAPIEditIssue
    6543 committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    eb994a4 View commit details
    Browse the repository at this point in the history
  2. fix TEST

    6543 committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    21187b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b372fa View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. make sure Poster is loaded

    6543 committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    fa4cad3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de4bc8b View commit details
    Browse the repository at this point in the history