Skip to content

Conversation

eldiaboloz
Copy link
Contributor

Fixes the generated html to have new line after every line of code as is in "normal" view.

@GiteaBot GiteaBot added the lgtm/need 1 This PR needs approval from one additional maintainer to be merged. label May 11, 2019
@codecov-io
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (master@ce8de35). Click here to learn what that means.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #6909   +/-   ##
=========================================
  Coverage          ?   41.42%           
=========================================
  Files             ?      440           
  Lines             ?    59738           
  Branches          ?        0           
=========================================
  Hits              ?    24749           
  Misses            ?    31752           
  Partials          ?     3237
Impacted Files Coverage Δ
routers/repo/blame.go 0% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ce8de35...7094ea4. Read the comment docs.

@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels May 11, 2019
@lafriks lafriks merged commit 13583a6 into go-gitea:master May 11, 2019
@lafriks lafriks added this to the 1.9.0 milestone May 11, 2019
@eldiaboloz eldiaboloz deleted the fix6895 branch May 14, 2019 14:40
@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
project-mirrors-bot-tu bot pushed a commit to project-mirrors/forgejo-as-gitea-fork that referenced this pull request Feb 23, 2025
…rch (go-gitea#6952)

closes go-gitea#6909

related to forgejo/design#14

# Description

Adds the following boolean operators for issues when using an indexer (with minor caveats)

- `+term`: `term` MUST be present for any result
- `-term`: negation; exclude results that contain `term`
- `"this is a term"`: matches the exact phrase `this is a term`

In all cases the special characters may be escaped by the prefix `\`

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6952
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Reviewed-by: Otto <otto@codeberg.org>
Co-authored-by: Shiny Nematoda <snematoda.751k2@aleeas.com>
Co-committed-by: Shiny Nematoda <snematoda.751k2@aleeas.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. type/bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants