Commit 041b0fe
committed
Merge remote-tracking branch 'giteaofficial/main'
* giteaofficial/main:
Add API to support link package to repository and unlink it (go-gitea#33481)
[skip ci] Updated translations via Crowdin
Update JS and PY dependencies (go-gitea#33587)
[chore] add git mailmap for proper attribution of authorship (go-gitea#33612)
Move commits signature and verify functions to service layers (go-gitea#33605)
add spacing between sign in button's icon and text (go-gitea#33609)
enable literal string for code search (go-gitea#33590)
[skip ci] Updated translations via Crowdin
Artifacts download api for artifact actions v4 (go-gitea#33510)
Fix bug when get commit (go-gitea#33602)
Fix mirror bug (go-gitea#33597)
Fix typo in HTML attribute (go-gitea#33599)
Use default Git timeout when checking repo health (go-gitea#33593)
Improve commits list performance to reduce unnecessary database queries (go-gitea#33528)
Performance optimization for pull request files loading comments attachments (go-gitea#33585)
Fix PR's target branch dropdown (go-gitea#33589)File tree
67 files changed
+4931
-4434
lines changed- cmd
- models
- actions
- asymkey
- fixtures
- git
- issues
- packages
- user
- modules
- actions
- indexer/code
- bleve
- elasticsearch
- gitgrep
- internal
- structs
- options/locale
- public/assets/img/svg
- routers
- api
- actions
- v1
- packages
- repo
- swagger
- private
- web/repo
- actions
- services
- asymkey
- convert
- cron
- gitdiff
- git
- issue
- mailer
- mirror
- packages
- repository
- files
- gitgraph
- templates
- base
- swagger
- tests/integration
- web_src/js/components
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
67 files changed
+4931
-4434
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
| |||
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
137 | 142 | | |
138 | 143 | | |
139 | 144 | | |
| |||
172 | 177 | | |
173 | 178 | | |
174 | 179 | | |
175 | | - | |
| 180 | + | |
176 | 181 | | |
177 | 182 | | |
178 | 183 | | |
179 | 184 | | |
180 | 185 | | |
181 | | - | |
| 186 | + | |
182 | 187 | | |
183 | 188 | | |
184 | 189 | | |
185 | 190 | | |
186 | 191 | | |
187 | | - | |
| 192 | + | |
188 | 193 | | |
189 | 194 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments