Skip to content

Commit 9478366

Browse files
committed
Merge branch 'main' into refactor-lfs-req
2 parents 64e7516 + f3f4458 commit 9478366

File tree

757 files changed

+11395
-8670
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

757 files changed

+11395
-8670
lines changed

.drone.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ steps:
154154
when:
155155
event:
156156
exclude:
157-
- pull_request
157+
- pull_request
158158

159159
- name: publish-rootless
160160
image: plugins/docker:latest
@@ -176,7 +176,7 @@ steps:
176176
when:
177177
event:
178178
exclude:
179-
- pull_request
179+
- pull_request
180180
---
181181

182182
kind: pipeline
@@ -220,7 +220,7 @@ steps:
220220
when:
221221
event:
222222
exclude:
223-
- pull_request
223+
- pull_request
224224

225225
- name: publish-rootless
226226
image: plugins/docker:latest
@@ -241,7 +241,7 @@ steps:
241241
when:
242242
event:
243243
exclude:
244-
- pull_request
244+
- pull_request
245245

246246
---
247247
kind: pipeline
@@ -289,7 +289,7 @@ steps:
289289
when:
290290
event:
291291
exclude:
292-
- pull_request
292+
- pull_request
293293

294294
- name: publish-rootless
295295
image: plugins/docker:latest
@@ -311,7 +311,7 @@ steps:
311311
when:
312312
event:
313313
exclude:
314-
- pull_request
314+
- pull_request
315315

316316
---
317317
kind: pipeline
@@ -355,7 +355,7 @@ steps:
355355
when:
356356
event:
357357
exclude:
358-
- pull_request
358+
- pull_request
359359

360360
- name: publish-rootless
361361
image: plugins/docker:latest
@@ -376,7 +376,7 @@ steps:
376376
when:
377377
event:
378378
exclude:
379-
- pull_request
379+
- pull_request
380380

381381
---
382382
kind: pipeline
@@ -413,7 +413,7 @@ steps:
413413

414414
trigger:
415415
ref:
416-
- "refs/tags/**"
416+
- "refs/tags/**"
417417
paths:
418418
exclude:
419419
- "docs/**"

.eslintrc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ rules:
156156
import/no-restricted-paths: [0]
157157
import/no-self-import: [2]
158158
import/no-unassigned-import: [0]
159-
import/no-unresolved: [2, {commonjs: true, ignore: [\?.+$, ^vitest/]}]
159+
import/no-unresolved: [2, {commonjs: true, ignore: ["\\?.+$", ^vitest/]}]
160160
import/no-unused-modules: [2, {unusedExports: true}]
161161
import/no-useless-path-segments: [2, {commonjs: true}]
162162
import/no-webpack-loader-syntax: [2]

.github/ISSUE_TEMPLATE/bug-report.yaml

Lines changed: 87 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -2,90 +2,90 @@ name: Bug Report
22
description: Found something you weren't expecting? Report it here!
33
labels: ["kind/bug"]
44
body:
5-
- type: markdown
6-
attributes:
7-
value: |
8-
NOTE: If your issue is a security concern, please send an email to [email protected] instead of opening a public issue.
9-
- type: markdown
10-
attributes:
11-
value: |
12-
1. Please speak English, this is the language all maintainers can speak and write.
13-
2. Please ask questions or configuration/deploy problems on our Discord
14-
server (https://discord.gg/gitea) or forum (https://discourse.gitea.io).
15-
3. Make sure you are using the latest release and
16-
take a moment to check that your issue hasn't been reported before.
17-
4. Make sure it's not mentioned in the FAQ (https://docs.gitea.com/help/faq)
18-
5. It's really important to provide pertinent details and logs (https://docs.gitea.com/help/support),
19-
incomplete details will be handled as an invalid report.
20-
- type: textarea
21-
id: description
22-
attributes:
23-
label: Description
24-
description: |
25-
Please provide a description of your issue here, with a URL if you were able to reproduce the issue (see below)
26-
If you are using a proxy or a CDN (e.g. Cloudflare) in front of Gitea, please disable the proxy/CDN fully and access Gitea directly to confirm the issue still persists without those services.
27-
- type: input
28-
id: gitea-ver
29-
attributes:
30-
label: Gitea Version
31-
description: Gitea version (or commit reference) of your instance
32-
validations:
33-
required: true
34-
- type: dropdown
35-
id: can-reproduce
36-
attributes:
37-
label: Can you reproduce the bug on the Gitea demo site?
38-
description: |
39-
If so, please provide a URL in the Description field
40-
URL of Gitea demo: https://try.gitea.io
41-
options:
42-
- "Yes"
43-
- "No"
44-
validations:
45-
required: true
46-
- type: markdown
47-
attributes:
48-
value: |
49-
It's really important to provide pertinent logs
50-
Please read https://docs.gitea.com/administration/logging-config#collecting-logs-for-help
51-
In addition, if your problem relates to git commands set `RUN_MODE=dev` at the top of app.ini
52-
- type: input
53-
id: logs
54-
attributes:
55-
label: Log Gist
56-
description: Please provide a gist URL of your logs, with any sensitive information (e.g. API keys) removed/hidden
57-
- type: textarea
58-
id: screenshots
59-
attributes:
60-
label: Screenshots
61-
description: If this issue involves the Web Interface, please provide one or more screenshots
62-
- type: input
63-
id: git-ver
64-
attributes:
65-
label: Git Version
66-
description: The version of git running on the server
67-
- type: input
68-
id: os-ver
69-
attributes:
70-
label: Operating System
71-
description: The operating system you are using to run Gitea
72-
- type: textarea
73-
id: run-info
74-
attributes:
75-
label: How are you running Gitea?
76-
description: |
77-
Please include information on whether you built Gitea yourself, used one of our downloads, are using https://try.gitea.io or are using some other package
78-
Please also tell us how you are running Gitea, e.g. if it is being run from docker, a command-line, systemd etc.
79-
If you are using a package or systemd tell us what distribution you are using
80-
validations:
81-
required: true
82-
- type: dropdown
83-
id: database
84-
attributes:
85-
label: Database
86-
description: What database system are you running?
87-
options:
88-
- PostgreSQL
89-
- MySQL/MariaDB
90-
- MSSQL
91-
- SQLite
5+
- type: markdown
6+
attributes:
7+
value: |
8+
NOTE: If your issue is a security concern, please send an email to [email protected] instead of opening a public issue.
9+
- type: markdown
10+
attributes:
11+
value: |
12+
1. Please speak English, this is the language all maintainers can speak and write.
13+
2. Please ask questions or configuration/deploy problems on our Discord
14+
server (https://discord.gg/gitea) or forum (https://discourse.gitea.io).
15+
3. Make sure you are using the latest release and
16+
take a moment to check that your issue hasn't been reported before.
17+
4. Make sure it's not mentioned in the FAQ (https://docs.gitea.com/help/faq)
18+
5. It's really important to provide pertinent details and logs (https://docs.gitea.com/help/support),
19+
incomplete details will be handled as an invalid report.
20+
- type: textarea
21+
id: description
22+
attributes:
23+
label: Description
24+
description: |
25+
Please provide a description of your issue here, with a URL if you were able to reproduce the issue (see below)
26+
If you are using a proxy or a CDN (e.g. Cloudflare) in front of Gitea, please disable the proxy/CDN fully and access Gitea directly to confirm the issue still persists without those services.
27+
- type: input
28+
id: gitea-ver
29+
attributes:
30+
label: Gitea Version
31+
description: Gitea version (or commit reference) of your instance
32+
validations:
33+
required: true
34+
- type: dropdown
35+
id: can-reproduce
36+
attributes:
37+
label: Can you reproduce the bug on the Gitea demo site?
38+
description: |
39+
If so, please provide a URL in the Description field
40+
URL of Gitea demo: https://try.gitea.io
41+
options:
42+
- "Yes"
43+
- "No"
44+
validations:
45+
required: true
46+
- type: markdown
47+
attributes:
48+
value: |
49+
It's really important to provide pertinent logs
50+
Please read https://docs.gitea.com/administration/logging-config#collecting-logs-for-help
51+
In addition, if your problem relates to git commands set `RUN_MODE=dev` at the top of app.ini
52+
- type: input
53+
id: logs
54+
attributes:
55+
label: Log Gist
56+
description: Please provide a gist URL of your logs, with any sensitive information (e.g. API keys) removed/hidden
57+
- type: textarea
58+
id: screenshots
59+
attributes:
60+
label: Screenshots
61+
description: If this issue involves the Web Interface, please provide one or more screenshots
62+
- type: input
63+
id: git-ver
64+
attributes:
65+
label: Git Version
66+
description: The version of git running on the server
67+
- type: input
68+
id: os-ver
69+
attributes:
70+
label: Operating System
71+
description: The operating system you are using to run Gitea
72+
- type: textarea
73+
id: run-info
74+
attributes:
75+
label: How are you running Gitea?
76+
description: |
77+
Please include information on whether you built Gitea yourself, used one of our downloads, are using https://try.gitea.io or are using some other package
78+
Please also tell us how you are running Gitea, e.g. if it is being run from docker, a command-line, systemd etc.
79+
If you are using a package or systemd tell us what distribution you are using
80+
validations:
81+
required: true
82+
- type: dropdown
83+
id: database
84+
attributes:
85+
label: Database
86+
description: What database system are you running?
87+
options:
88+
- PostgreSQL
89+
- MySQL/MariaDB
90+
- MSSQL
91+
- SQLite

.github/ISSUE_TEMPLATE/feature-request.yaml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@ name: Feature Request
22
description: Got an idea for a feature that Gitea doesn't have currently? Submit your idea here!
33
labels: ["kind/proposal"]
44
body:
5-
- type: markdown
6-
attributes:
7-
value: |
8-
1. Please speak English, this is the language all maintainers can speak and write.
9-
2. Please ask questions or configuration/deploy problems on our Discord
10-
server (https://discord.gg/gitea) or forum (https://discourse.gitea.io).
11-
3. Please take a moment to check that your feature hasn't already been suggested.
12-
- type: textarea
13-
id: description
14-
attributes:
15-
label: Feature Description
16-
placeholder: |
17-
I think it would be great if Gitea had...
18-
validations:
19-
required: true
20-
- type: textarea
21-
id: screenshots
22-
attributes:
23-
label: Screenshots
24-
description: If you can, provide screenshots of an implementation on another site e.g. GitHub
5+
- type: markdown
6+
attributes:
7+
value: |
8+
1. Please speak English, this is the language all maintainers can speak and write.
9+
2. Please ask questions or configuration/deploy problems on our Discord
10+
server (https://discord.gg/gitea) or forum (https://discourse.gitea.io).
11+
3. Please take a moment to check that your feature hasn't already been suggested.
12+
- type: textarea
13+
id: description
14+
attributes:
15+
label: Feature Description
16+
placeholder: |
17+
I think it would be great if Gitea had...
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: screenshots
22+
attributes:
23+
label: Screenshots
24+
description: If you can, provide screenshots of an implementation on another site e.g. GitHub

0 commit comments

Comments
 (0)