6543 and GitHub
a2024953c5
gitignore: Visual Studio settings folder ( #34375 )
2025-05-06 03:29:48 -04:00
6543 and GitHub
fcfe1fb0fc
actions view: move loading of task attributes etc... into own func ( #31494 )
...
just a smal refactor to make the function length smaler ... and code
more reusable in the future
2025-02-02 03:39:01 +00:00
6543 and GitHub
1342d48433
Add golang back to nix dev environment and pin v1.23 ( #33275 )
2025-01-17 12:25:33 -05:00
6543 and GitHub
846f618716
Add priority to protected branch ( #32286 )
...
## Solves
Currently for rules to re-order them you have to alter the creation
date. so you basicly have to delete and recreate them in the right
order. This is more than just inconvinient ...
## Solution
Add a new col for prioritization
## Demo WebUI Video
https://github.com/user-attachments/assets/92182a31-9705-4ac5-b6e3-9bb74108cbd1
---
*Sponsored by Kithara Software GmbH*
2024-11-27 05:41:06 +01:00
6543 and GitHub
4c924bf43c
Limit org member view of restricted users ( #32211 )
...
currently restricted users can only see the repos of teams in orgs they
are part at.
they also should only see the users that are also part at the same team.
---
*Sponsored by Kithara Software GmbH*
2024-11-12 03:44:24 +00:00
6543 and GitHub
43c252dfea
Calculate PublicOnly for org membership only once ( #32234 )
...
Refactoring of #32211
this move the PublicOnly() filter calcuation next to the DB querys and
let it be decided by the Doer
---
*Sponsored by Kithara Software GmbH*
2024-11-11 01:38:30 +01:00
6543 and GitHub
58eb16eda7
Respect UI.ExploreDefaultSort setting again ( #32357 )
...
fix regression of https://github.com/go-gitea/gitea/pull/29430
---
*Sponsored by Kithara Software GmbH*
2024-10-30 12:33:25 +00:00
6543 and GitHub
5d43801b72
Optimize branch protection rule loading ( #32280 )
...
before if it was nonglob each load would try to glob it and the check
that is not glob ... now we only do that once and no future loading will
trigger it
---
*Sponsored by Kithara Software GmbH*
2024-10-29 15:43:47 +01:00
6543 and GitHub
d638067d3c
API: enhance SearchIssues swagger docs ( #32208 )
...
this will result in better api clients generated out of the openapi docs
... for SearchIssues
---
*Sponsored by Kithara Software GmbH*
2024-10-19 20:11:56 +00:00
6543 and GitHub
bdd655f2bd
Allow filtering PRs by poster in the ListPullRequests API ( #32209 )
...
as title
---
*Sponsored by Kithara Software GmbH*
2024-10-07 23:21:07 +02:00
6543 and GitHub
19af534462
For consistency make repo search sort options case sensitive ( #31951 )
2024-09-05 18:53:30 +08:00
6543
c0db47bf9b
nix wording nit in todo code comment
2024-09-01 20:25:02 +02:00
6543 and GitHub
0f53324182
Add option to change mail from user display name ( #31528 )
...
Make it posible to let mails show e.g.:
`Max Musternam (via gitea.kithara.com) <gitea@kithara.com >`
Docs: https://gitea.com/gitea/docs/pulls/23
---
*Sponsored by Kithara Software GmbH*
2024-07-14 23:27:00 +02:00
6543 and GitHub
1064e817c4
Issue Templates: add option to have dropdown printed list ( #31577 )
...
Issue template dropdown can have many entries, and it could be better to
have them rendered as list later on if multi-select is enabled.
so this adds an option to the issue template engine to do so.
DOCS: https://gitea.com/gitea/docs/pulls/19
---
## demo:
```yaml
name: Name
title: Title
about: About
labels: ["label1", "label2"]
ref: Ref
body:
- type: dropdown
id: id6
attributes:
label: Label of dropdown (list)
description: Description of dropdown
multiple: true
list: true
options:
- Option 1 of dropdown
- Option 2 of dropdown
- Option 3 of dropdown
- Option 4 of dropdown
- Option 5 of dropdown
- Option 6 of dropdown
- Option 7 of dropdown
- Option 8 of dropdown
- Option 9 of dropdown
```


---
*Sponsored by Kithara Software GmbH*
2024-07-14 16:38:45 +02:00
6543 and GitHub
957c75bfd2
Fix update flake ( #31626 )
2024-07-12 16:25:54 +00:00
6543 and GitHub
4696bcb3f7
Use FullName in Emails to address the recipient if possible ( #31527 )
...
Before we had just the plain mail address as recipient. But now we
provide additional Information for the Mail clients.
---
*Sponsored by Kithara Software GmbH*
2024-07-08 08:38:45 +00:00
6543 and GitHub
d7c7a78994
Don't show hidden labels when filling out an issue template ( #31576 )
...
Related to #31574
---
*Sponsored by Kithara Software GmbH*
2024-07-08 04:31:12 +00:00
363c123598
Add cache test for admins ( #31265 )
...
Add a test to probe the cache similar to the email test func.



---------
Co-authored-by: delvh <dev.lh@web.de >
Co-authored-by: silverwind <me@silverwind.io >
2024-06-17 21:22:39 +02:00
6543 and GitHub
78e8296e11
Rename repo_model.SearchOrderByMap to repo_model.OrderByMap ( #31359 )
...
https://github.com/go-gitea/gitea/pull/30876#discussion_r1637112394
2024-06-15 06:45:02 +00:00
6543 and GitHub
e37ecd1732
rm const do inline ( #31360 )
...
https://github.com/go-gitea/gitea/pull/30876/files#r1637288202
2024-06-15 04:48:52 +00:00
6543 and GitHub
bb04311b0b
[Refactor] Unify repo search order by logic ( #30876 )
...
have repo OrderBy definitions defined in one place and use a single type
for OrderBy database options
2024-06-13 09:13:11 +00:00
6543 and GitHub
61c97fdef1
update nix flake and add gofumpt ( #31320 )
...
nix flake maintenance
2024-06-11 08:47:13 -05:00
6543 and GitHub
aace3bccc3
Add option for mailer to override mail headers ( #27860 )
...
Add option to override headers of mails, gitea send out
---
*Sponsored by Kithara Software GmbH*
2024-06-03 20:42:52 +02:00
6543 and GitHub
de6f0488a6
Add nix flake for dev shell ( #30967 )
...
To try it you need **nix** installed `nix-daemon ` running and your user
has to be member of the **nix-users** group. Or use NixOS.
then by just:
```sh
nix develop -c $SHELL
```
a dedicated development environment with all needed packages will be
created.
2024-05-22 00:47:18 +00:00
6543 and GitHub
8e8ca6c653
Get repo list with OrderBy alpha should respect owner too ( #30784 )
...
instead of:
- zowner/gcode
- awesome/nul
- zowner/nul
- zowner/zzz
we will get:
- awesome/nul
- zowner/gcode
- zowner/nul
- zowner/zzz
2024-05-06 16:36:02 +02:00
6543 and GitHub
f2d8ccc5bb
Get repo assignees and reviewers should ignore deactivated users ( #30770 )
...
If an user is deactivated, it should not be in the list of users who are
suggested to be assigned or review-requested.
old assignees or reviewers are not affected.
---
*Sponsored by Kithara Software GmbH*
2024-04-30 08:43:08 +00:00
be5be0ac81
Expose fuzzy search for issues/pulls ( #29701 )
...
close #29685
---------
Signed-off-by: 6543 <6543@obermui.de >
Co-authored-by: silverwind <me@silverwind.io >
2024-04-18 00:16:52 +00:00
6543 and GitHub
b9c57fb78e
Determine fuzziness of bleve indexer by keyword length ( #29706 )
...
also bleve did match on fuzzy search and the other way around. this also fix that bug.
2024-03-23 16:45:13 +01:00
83850cc479
Better highlighting of archved labels ( #29749 )
...
as followup of the not jet finished discussion at
https://github.com/go-gitea/gitea/pull/29680#discussion_r1521867261
we enhance and chat about how best to highlight archived labels here :)
---------
Co-authored-by: silverwind <me@silverwind.io >
2024-03-15 22:35:47 +00:00
6543 and GitHub
712e19fa6f
fix missed RenderLabel change in card template ( #29772 )
...
regression of #29680
close #29770
PS: it would be nice to have a linter that is able to check template
helpers ...
2024-03-13 18:00:38 +00:00
6543 and GitHub
7fd0a5b276
Refactor to use optional.Option for issue index search option ( #29739 )
...
Signed-off-by: 6543 <6543@obermui.de >
2024-03-13 08:25:53 +00:00
6543 and GitHub
9a93b1816e
Refactor label.IsArchived() ( #29750 )
...
just some missed nits
2024-03-13 07:04:07 +01:00
6543 and GitHub
e3e6569c5f
Add option to set language in admin user view ( #28449 )
...

`/admin/users/<UserID>/edit`

`/admin/users/<UserID>`
---
*Sponsored by Kithara Software GmbH*
2024-03-02 22:55:02 +01:00
6543 and GitHub
a3f05d0d98
remove util.OptionalBool and related functions ( #29513 )
...
and migrate affected code
_last refactoring bits to replace **util.OptionalBool** with
**optional.Option[bool]**_
2024-03-02 16:42:31 +01:00
f6656181e4
migrate some more "OptionalBool" to "Option[bool]" ( #29479 )
...
just some refactoring bits towards replacing **util.OptionalBool** with
**optional.Option[bool]**
---------
Co-authored-by: KN4CK3R <admin@oldschoolhack.me >
2024-02-29 18:52:49 +00:00
6543 and GitHub
274c0aea2e
Let ctx.FormOptionalBool() return optional.Option[bool] ( #29461 )
...
just some refactoring bits towards replacing **util.OptionalBool** with
**optional.Option[bool]**
2024-02-28 13:39:12 +08:00
6543 and GitHub
0900c1552b
Lock issues and pulls faster ( #29436 )
...
also point to the docs to explain why we do so
followup to #29433
2024-02-27 11:51:51 +00:00
6543 and GitHub
4ba642d07d
Revert "Support SAML authentication ( #25165 )" ( #29358 )
...
This reverts #25165 (5bb8d1924d ), as there
was a chance some important reviews got missed.
so after reverting this patch it will be resubmitted for reviewing again
https://github.com/go-gitea/gitea/pull/25165#issuecomment-1960670242
temporary Open #5512 again
2024-02-24 12:18:49 +08:00
53c7d8908e
Make optional.Option[T] type serializable ( #29282 )
...
make the generic `Option` type de-/serializable for json and yaml
---------
Co-authored-by: KN4CK3R <admin@oldschoolhack.me >
2024-02-23 21:51:46 +00:00
6543 and GitHub
7fbdb60fc1
Start to migrate from util.OptionalBool to optional.Option[bool] ( #29329 )
...
just create transition helper and migrate two structs
2024-02-23 02:18:33 +00:00
6543 and GitHub
e044504241
Frontport changelogs of minor releases ( #29337 )
...
as title
2024-02-23 01:24:07 +01:00
3f73eabb66
Explained where create issue/PR template ( #29035 ) ( #29266 )
...
For some user (as me), documentation lack of precision about where to
store issue/pr template.
I propose an enhancement about this point. With bold exergue and
precision about server itself.
I've found some user with same interrogation as :
https://forum.gitea.com/t/issue-template-directory/3328
---------
Co-authored-by: Km <cam.lafit@azerttyu.net >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2024-02-20 14:12:47 -06:00
6543 and GitHub
702a876453
Advertise WebAuthn support ( #29176 )
...
This well-known indicates for password manager, that passkeys are supported.
source:
https://android-developers.googleblog.com/2023/10/make-passkey-endpoints-well-known-url-part-of-your-passkey-implementation.html
spec:
https://github.com/ms-id-standards/MSIdentityStandardsExplainers/blob/main/PasskeyEndpointsWellKnownUrl/explainer.md
2024-02-15 17:49:13 +00:00
6543 and GitHub
6fad2c8744
Dont load Review if Comment is CommentTypeReviewRequest ( #28551 )
...
RequestReview get deleted on review.
So we don't have to try to load them on comments.
broken out #28544
2024-02-13 09:45:31 +01:00
6543 and GitHub
61f8ca4906
Add screenshot for "Profile Readmes" to docs ( #28964 )
...
introduced in #23260 ... the docs still looks to empty:
https://docs.gitea.com/usage/profile-readme
this changes it :)
2024-01-28 00:20:17 +01:00
6543
d4d05f9f1b
Fix release link in changelog for v1.21.0
2023-11-14 15:03:49 +01:00
6543 and GitHub
e83f2cbbac
Add doctor dbconsistency fix to delete repos with no owner ( #27290 )
...
to address #27273
replace #24873
2023-10-19 15:20:52 +02:00
6543 and GitHub
2a2b0cb1d2
rename TotalTimes() to TotalTimesForEachUser() ( #27261 )
...
make function name more descriptive as it would otherwise imply it could
be used for e.g. #26672 too ...
---
*Sponsored by Kithara Software GmbH*
2023-09-29 13:04:14 +00:00
15fa0383fb
doctor: delete action entries without existing user ( #27292 )
...
just extend doctor with a usefully check :)
Co-authored-by: techknowlogick <techknowlogick@gitea.com >
2023-09-28 03:03:08 +00:00
6543 and GitHub
79f7329971
Make it posible to customize nav text color via css var ( #26807 )
...
---
*Sponsored by Kithara Software GmbH*
2023-09-02 05:10:41 +02:00
6543 and GitHub
3a67997f98
[Refactor] getIssueStatsChunk to move inner function into own one ( #26671 )
...
move inner **countSession** of **getIssueStatsChunk** into it's own
function for reuse
---
*Sponsored by Kithara Software GmbH*
2023-08-22 21:29:49 -04:00
6543 and GitHub
8995046110
Less naked returns ( #25713 )
...
just a step towards #25655
and some related refactoring
2023-07-07 05:31:56 +00:00
6543 and GitHub
c0edb9b78b
Changelog for v1.19.4 ( #25667 ) ( #25709 )
...
frontport #25667
2023-07-05 20:25:13 +02:00
6543 and GitHub
934124c641
some less naked returns ( #25682 )
...
fix upcoming lint issues
2023-07-04 15:52:33 +00:00
6543 and GitHub
395a6fabf3
fix "Remove stars when repo goes private #19904 " ( #25084 )
...
https://github.com/go-gitea/gitea/pull/19904#discussion_r1218111682
2023-06-05 15:23:09 +00:00
6543 and GitHub
af3deb0b30
GitLab migration: Sanitize response for reaction list ( #25054 )
2023-06-02 20:35:50 +00:00
4c81dae297
Update github.com/google/go-github to v52 ( #24004 )
...
based on https://github.com/google/go-github/pull/2743
because of
https://github.com/go-gitea/gitea/pull/23946#discussion_r1160317554
---------
Co-authored-by: silverwind <me@silverwind.io >
2023-05-31 00:31:51 +00:00
0bd05a9f1c
Add integration test for API raw content reference formats ( #24388 )
...
This pull request adds an integration test to validate the behavior of
raw content API's reference handling for all supported formats .
close #24242
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2023-04-28 22:38:22 -04:00
6543 and GitHub
2b749af505
Changelog v1.19.1 ( #24079 ) ( #24092 )
...
Frontport #24079
2023-04-13 16:45:54 +08:00
60fb63ba08
Update documentation to explain which projects allow Gitea to host static pages ( #23993 )
...
close #23521
---------
Signed-off-by: 6543 <6543@obermui.de >
Co-authored-by: delvh <dev.lh@web.de >
Co-authored-by: a1012112796 <1012112796@qq.com >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2023-04-11 11:36:58 -05:00
6543 and GitHub
2b91841cd3
Reserve ".png" suffix for user/org names ( #23992 )
...
Org/User names ending with ".png" where not functional, so reserve them
alternative / close #23908
2023-04-10 16:14:16 -04:00
6543 and GitHub
88033438aa
Support "." char as user name for User/Orgs in RSS/ATOM/GPG/KEYS path ... ( #23874 )
...
- close #22301
workaround for https://github.com/go-chi/chi/issues/781
2023-04-07 18:08:36 +08:00
6543 and GitHub
2c585d62a4
User/Org Feed render description as per web ( #23887 )
...
User descriptions should be rendered so that links and other markup
appear correct in RSS feeds.
2023-04-04 04:39:47 +01:00
6543 and GitHub
dce8887494
Changelog v1.18.0 ( #22215 ) ( #22269 )
...
frontport #22215
& bump numbers in docs
2022-12-31 03:17:54 +01:00
6543 and GitHub
46485848fa
On tag/branch-exist check, dont panic if repo is nil ( #21787 )
...
fix a panic found in gitea logs
2022-12-04 10:28:57 +00:00
6543 and GitHub
bd272e416a
move invite by mail to services package ( #21513 )
...
followup #20307
close #21511
-> make it easy to also add API equivalent later ...
2022-10-20 11:23:31 +08:00
6543 and GitHub
18622a0705
probe if sha before exec git ( #21467 )
2022-10-17 16:40:37 +02:00
6543 and GitHub
a33ff822ff
[refactor] Use const for wiki DefaultBranch ( #21466 )
...
just a nit, that will make it easier to change things and we now have a
single source of truth
2022-10-15 16:40:32 +02:00
5a3b9ac875
Update bluemonday ( #21281 )
...
https://github.com/microcosm-cc/bluemonday/releases/tag/v1.0.20
Co-authored-by: Lauris BH <lauris@nix.lv >
2022-09-27 22:02:41 -04:00
6543 and GitHub
c5e88fb03d
[API] teamSearch show teams with no members if user is admin ( #21204 )
...
close #21176
2022-09-19 20:02:29 +08:00
6543 and GitHub
ccf03e19c2
Frontport changelog v1.17.0 ( #20712 )
...
* fix
* add
2022-08-08 23:21:57 +08:00
6543 and GitHub
0b12abcfb5
Add missing Tabs on organisation/package view (Frontport #20539 ) ( #20540 )
...
hotfix #20106
2022-07-31 14:32:51 +02:00
6543 and GitHub
0a97480934
Add "X-Gitea-Object-Type" header for GET /raw/ & /media/ API ( #20438 )
2022-07-21 21:18:41 +02:00
6543
0d05bdbea8
[skip ci] Updated translations via Crowdin
2022-07-20 00:20:52 +00:00
6543 and GitHub
c0f5111fea
Dismiss prior pull reviews if done via web in review dismiss ( #20197 )
2022-07-19 15:20:28 +02:00
6543
4ddae2c1b5
[skip ci] Updated translations via Crowdin
2022-07-15 00:20:57 +00:00
6543 and GitHub
1818149527
update xorm.io/xorm v1.3.2-0.20220714055524-c3bce556200f ( #20371 )
...
Xorm 1.3.2-0.20220714055524 contains a fix for interpreting db column sizes. Prior to this fix xorm would assume that the size of a column was within the range of an `int`. This is correct on 64bit machines where `int` is typical equivalent to `int64` however, on 32bit machines `int` tends to be `int32`.
Unfortunately the size of a LONGTEXT field is actually `max_uint32`, thus using `strconv.Atoi` on these fields will fail and thus #20161 occurs on 32 bit arm. Xorm 1.3.2-0.20220714055524 changes this field to use int64 instead.
Fix #20161
2022-07-14 19:40:30 +01:00
6543 and GitHub
d94f517643
Changelog for 1.16.9 (update) ( #20341 ) ( #20343 )
...
* Changelog for 1.16.9 (update)
2022-07-13 00:27:35 +02:00
ae27050295
Changelog for 1.16.9 ( #20059 ) ( #20063 )
...
* Changelog for 1.16.9 (#20059 )
Co-authored-by: 6543 <6543@obermui.de >
Co-authored-by: delvh <dev.lh@web.de >
Co-authored-by: Gusted <williamzijl7@hotmail.com >
2022-06-22 00:59:02 +02:00
6543 and GitHub
f6db650e9d
Release page show all tags in compare dropdown ( #20070 )
...
address #19936
2022-06-21 19:42:19 +02:00
a9cc9c0f7a
Auto merge pull requests when all checks succeeded via WebUI ( #19648 )
...
Add WebUI part of Auto merge feature
close #19621
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
Co-authored-by: delvh <dev.lh@web.de >
2022-06-11 16:44:20 +02:00
af4caca8fb
Add changelog for v1.16.8 ( #19724 ) ( #19730 )
...
* Add changelog for v1.16.8 (#19724 )
* Add changelog for v1.16.8
Co-authored-by: 6543 <6543@obermui.de >
Co-authored-by: Gusted <williamzijl7@hotmail.com >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
* bump
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: Gusted <williamzijl7@hotmail.com >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2022-05-16 17:01:13 -04:00
6543 and GitHub
00a981d341
Update go-chi/cache to utilize Ping() ( #19719 )
...
* update gitea.com/go-chi/cache -> v0.2.0
* ajust to new interface
* refactor
2022-05-15 20:43:27 +02:00
6543 and GitHub
b135313c47
[Refactor] convert team(s) to apiTeam(s) ( #13745 )
...
* Refactor: teams to api convert
* make org load optional
* more info in tests
2022-05-13 19:27:58 +02:00
6543 and GitHub
f41c2bec4c
Delete user related oauth stuff on user deletion too ( #19677 )
...
* delete user related oauth stuff on user deletion too
* extend doctor check-db-consistency
2022-05-11 13:16:35 +02:00
6543 and GitHub
65ccff54ef
Update go deps ( #19665 )
...
* update gitea.com/go-chi/binding
* update github.com/42wim/sshsig
* update github.com/PuerkitoBio/goquery
* update github.com/blevesearch/bleve/v2
* update github.com/caddyserver/certmagic
* update github.com/duo-labs/webauthn
* update github.com/editorconfig/editorconfig-core-go/v2
* update github.com/emirpasic/gods
* update github.com/gliderlabs/ssh
* update github.com/go-chi/cors
* update github.com/go-enry/go-enry/v2
* update github.com/go-git/go-git/v5
* update github.com/go-ldap/ldap/v3
* update github.com/golang-jwt/jwt/v4
* update github.com/google/pprof
* update github.com/klauspost/compress
* update github.com/lib/pq
* update github.com/markbates/goth
* update github.com/minio/minio-go/v7
* update github.com/olivere/elastic/v7
* update github.com/unrolled/render
* update github.com/urfave/cli
* update github.com/xanzy/go-gitlab
* update github.com/yuin/goldmark
* adopt breaking changes of certmagic
2022-05-10 12:32:42 +02:00
6543 and GitHub
6a969681cd
Delete related PullAutoMerge and ReviewState on User/Repo Deletion ( #19649 )
...
* delete pullautomerges on repo/user deletion
* delete reviewstates on repo/user deletion
* optimize automerhe code
* add index to reviewstate
2022-05-08 15:46:34 +02:00
b890272629
Add Changelog v1.16.7 ( #19575 ) ( #19644 )
...
* Add Changelog v1.16.7 (#19575 )
Co-authored-by: techknowlogick <matti@mdranta.net >
Co-authored-by: Gusted <williamzijl7@hotmail.com >
* jup
Co-authored-by: techknowlogick <matti@mdranta.net >
Co-authored-by: Gusted <williamzijl7@hotmail.com >
2022-05-07 01:39:14 +02:00
6543 and GitHub
f034ee6cf0
PullService lock via pullID ( #19520 )
...
* lock pull on git&db actions ...
* add TODO notes
* rename prQueue 2 prPatchCheckerQueue
* fmt
2022-05-04 18:06:23 +02:00
6543 and GitHub
92f139d091
Use for a repo action one database transaction ( #19576 )
...
... more context
(part of #9307 )
2022-05-03 21:46:28 +02:00
6543 and GitHub
e2a3f3d259
Federation: return useful statistic information for nodeinfo ( #19561 )
...
Add statistic information for total user count, active user count, issue count and comment count for `/nodeinfo`
2022-05-02 21:35:45 +08:00
d8905cb623
Dont overwrite err with nil & rename PullCheckingFuncs to reflect there usage ( #19572 )
...
- dont overwrite err with nil unintentionaly
- rename CheckPRReadyToMerge to CheckPullBranchProtections
- rename prQueue to prPatchCheckerQueue
from #9307
Co-authored-by: delvh <dev.lh@web.de >
2022-05-02 01:54:44 +02:00
6543 and GitHub
1597e2da3e
Use middleware to open gitRepo ( #19559 )
2022-04-30 16:32:01 +02:00
6543 and GitHub
8d34c2fab9
fix #19545 ( #19563 )
2022-04-30 20:50:56 +08:00
6543 and GitHub
06e4687cec
more context for models ( #19511 )
...
make more usage of context, to have more db transaction in one session
(make diff of #9307 smaller)
2022-04-28 13:48:48 +02:00
6543 and GitHub
1ebb30e41b
Pass gitRepo down to GetRawDiff, since its used for main repo and wiki ( #19461 )
...
as per https://github.com/go-gitea/gitea/pull/19449#issuecomment-1105283931
pass gitRepo down to GetRawDiff, since its used for main repo and wiki
2022-04-25 20:45:18 +02:00
6543 and GitHub
ddbbe6e15c
User specific repoID or xorm builder conditions for issue search ( #19475 )
...
* extend models.IssuesOptions to have more specific repo filter options
* use new options
* unrelated refactor
* rm RepoIDs
2022-04-25 16:06:24 +02:00
6543 and GitHub
fe274c148b
Add notags to fetch ( #19487 )
2022-04-25 15:07:08 +02:00
2ec2baf248
use IsLoopback ( #19477 )
...
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2022-04-25 13:55:12 +08:00
6543 and GitHub
c764355676
RepoAssignment ensure to close before overwrite ( #19449 )
...
* check if GitRepo already open and close if
* only run RepoAssignment once
* refactor context helper for api to open GitRepo
2022-04-21 17:17:57 +02:00