Skip to content

Commit d1a1458

Browse files
committed
Merge branch 'main' into dev-project-board
# Conflicts: # templates/repo/projects/view.tmpl # web_src/js/features/projects.js # web_src/less/_repository.less
2 parents f307fd8 + 8ddb549 commit d1a1458

File tree

9,062 files changed

+195069
-2656981
lines changed

Some content is hidden

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

9,062 files changed

+195069
-2656981
lines changed

.air.conf

Lines changed: 0 additions & 9 deletions
This file was deleted.

.air.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
root = "."
2+
tmp_dir = ".air"
3+
4+
[build]
5+
cmd = "make backend"
6+
bin = "gitea"
7+
include_ext = ["go", "tmpl"]
8+
exclude_dir = ["modules/git/tests", "services/gitdiff/testdata", "modules/avatar/testdata"]
9+
include_dir = ["cmd", "models", "modules", "options", "routers", "services", "templates"]
10+
exclude_regex = ["_test.go$"]

.changelog.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,28 @@ groups:
1414
name: BREAKING
1515
labels:
1616
- kind/breaking
17-
-
18-
name: FEATURES
19-
labels:
20-
- kind/feature
2117
-
2218
name: SECURITY
2319
labels:
2420
- kind/security
2521
-
26-
name: API
22+
name: FEATURES
2723
labels:
28-
- kind/api
24+
- kind/feature
2925
-
30-
name: BUGFIXES
26+
name: API
3127
labels:
32-
- kind/bug
28+
- kind/api
3329
-
3430
name: ENHANCEMENTS
3531
labels:
3632
- kind/enhancement
3733
- kind/refactor
3834
- kind/ui
35+
-
36+
name: BUGFIXES
37+
labels:
38+
- kind/bug
3939
-
4040
name: TESTING
4141
labels:

0 commit comments

Comments
 (0)