Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: go-gitea/gitea
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.19.2
Choose a base ref
...
head repository: go-gitea/gitea
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.19.3
Choose a head ref
  • 11 commits
  • 19 files changed
  • 10 contributors

Commits on Apr 29, 2023

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

Commits on Apr 30, 2023

  1. Fix user-cards format (#24428) (#24431)

    Backport #24428 by @KN4CK3R
    
    Fixes #24418
    
    Co-authored-by: KN4CK3R <[email protected]>
    GiteaBot and KN4CK3R authored Apr 30, 2023
    Configuration menu
    Copy the full SHA
    7d7ba76 View commit details
    Browse the repository at this point in the history
  2. Fix incorrect CurrentUser check for docker rootless (#24435)

    Many users report that 1.19 has a regression bug: the rootless image
    can't start if the UID is not 1000.
    
    #23632 (comment)
    
    
    https://discourse.gitea.io/t/gitea-doesnt-start-after-update-to-1-19/6920/9
    
    
    The problem is that the IsRunUserMatchCurrentUser logic is fragile, the
    "SSH" config is not ready when it executes.
    
    This PR is just a quick fix for 1.19. For 1.20, we need a clear and
    stable solution.
    wxiaoguang authored Apr 30, 2023
    Configuration menu
    Copy the full SHA
    d9d3f52 View commit details
    Browse the repository at this point in the history
  3. Improve milestone filter on issues page (#22423) (#24440)

    Backport #22423 by @lunny
    
    Now we have `All milestones`, `No milestones`, `Open milestones` and
    `Closed milestones`.
    Fix #11924
    Fix #22411 
    
    <img width="1166" alt="image"
    src="https://user-images.githubusercontent.com/81045/212243375-95eea035-a972-44b8-8088-53db614cb07e.png">
    
    Co-authored-by: Lunny Xiao <[email protected]>
    GiteaBot and lunny authored Apr 30, 2023
    Configuration menu
    Copy the full SHA
    3abbf5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfdbc62 View commit details
    Browse the repository at this point in the history
  5. Skip known flaky queue tests on CI environment (#24443)

    Backport of #24419 to 1.19.
    silverwind authored Apr 30, 2023
    Configuration menu
    Copy the full SHA
    f1a0b64 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    84fa30e View commit details
    Browse the repository at this point in the history
  2. nightly tag

    techknowlogick authored May 1, 2023
    Configuration menu
    Copy the full SHA
    499257d View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Enable whitespace rendering on selection in Monaco (#24444) (#24485)

    Backport #24444 by @silverwind
    
    Remove the
    [renderWhitespace](https://microsoft.github.io/monaco-editor/docs.html#interfaces/editor.IEditorOptions.html#renderWhitespace)
    override, so the default value of `selection` takes over and makes
    whitespace visible on selection.
    
    <img width="128" alt="Screenshot 2023-04-30 at 19 09 41"
    src="https://user-images.githubusercontent.com/115237/235366707-d598268d-03cc-4839-a195-c460bddae99b.png">
    
    Co-authored-by: silverwind <[email protected]>
    2 people authored and techknowlogick committed May 3, 2023
    Configuration menu
    Copy the full SHA
    73e70f3 View commit details
    Browse the repository at this point in the history
  2. Fix api error message if fork exists (#24487) (#24493)

    Backport #24487 by @fnetX
    
    On the @forgejo instance of Codeberg, we discovered that forking a repo
    which is already forked now returns a 500 Internal Server Error, which
    is unexpected. This is an attempt at fixing this.
    
    The error message in the log:
    ~~~
    2023/05/02 08:36:30 .../api/v1/repo/fork.go:147:CreateFork() [E]
    [6450cb8e-113] ForkRepository: repository is already forked by user
    [uname: ...., repo path: .../..., fork path: .../...]
    ~~~
    
    The service that is used for forking returns a custom error message
    which is not checked against.
    
    About the order of options:
    The case that the fork already exists should be more common, followed by
    the case that a repo with the same name already exists for other
    reasons. The case that the global repo limit is hit is probably not the
    likeliest.
    
    ---------
    
    Co-authored-by: Otto Richter (fnetX) <[email protected]>
    GiteaBot and fnetX authored May 3, 2023
    Configuration menu
    Copy the full SHA
    4dccac3 View commit details
    Browse the repository at this point in the history
  3. Changelog for 1.19.3 (#24495)

    Co-authored-by: Yarden Shoham <[email protected]>
    Co-authored-by: John Olheiser <[email protected]>
    3 people authored May 3, 2023
    Configuration menu
    Copy the full SHA
    8ceb78c View commit details
    Browse the repository at this point in the history
Loading