6543 and GitHub
52a66d78d4
Update nix development environment vor v1.22.x ( #32495 )
...
just bump:
* golang: v1.22.2 -> v1.22.9
* nodejs: v20.12.2 -> v20.18.0
* python: v3.12.3 -> v3.12.7
2024-11-13 12:40:52 -05:00
6543 and GitHub
9d62d7a443
Respect UI.ExploreDefaultSort setting again ( #32357 ) ( #32385 )
...
Backport #32357
fix regression of https://github.com/go-gitea/gitea/pull/29430
---
*Sponsored by Kithara Software GmbH*
2024-10-31 13:49:09 +08:00
6543 and GitHub
b6f8372d7d
API: enhance SearchIssues swagger docs ( #32208 ) ( #32298 )
...
Backport #32208
This will result in better api clients generated out of the openapi docs for SearchIssues
---
*Sponsored by Kithara Software GmbH*
2024-10-21 08:32:34 +08:00
6543 and GitHub
abc92df701
Add nix flake for dev shell ( #30967 ) ( #31310 )
...
Backport #30967
2024-06-11 09:50:13 +08:00
6543 and GitHub
d410e2acce
Repository explore alphabetically order respect owner name ( #30882 )
...
similar to #30784 but only for the repo explore page
is covered by #30876 for the main branch
2024-05-07 16:35:02 +00:00
6543 and GitHub
022eac4ac8
Get repo assignees and reviewers should ignore deactivated users ( #30770 ) ( #30782 )
...
Backport #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 15:36:28 +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
725731cb6e
Add Changelog v1.16.6 ( #19339 ) ( #19450 )
...
* Add Changelog v1.16.6 (#19339 )
Co-authored-by: delvh <dev.lh@web.de >
Co-authored-by: techknowlogick <matti@mdranta.net >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: zeripath <art27@cantab.net >
* bump version
Co-authored-by: delvh <dev.lh@web.de >
Co-authored-by: techknowlogick <matti@mdranta.net >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: zeripath <art27@cantab.net >
2022-04-20 21:17:23 -04:00
75f8534c3a
API: Search Issues, dont show 500 if filter result in empty list ( #19244 )
...
* remove error who is none
* use setupSessionNoLimit instead of setupSessionWithLimit when no pagination
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2022-04-08 04:39:03 +02:00
6543 and GitHub
9c349a4277
Move checks for pulls before merge into own function ( #19271 )
...
This make checks in one single place so they dont differ and maintainer can not forget a check in one place while adding it to the other .... ( as it's atm )
Fix:
* The API does ignore issue dependencies where Web does not
* The API checks if "IsSignedIfRequired" where Web does not - UI probably do but nothing will some to craft custom requests
* Default merge message is crafted a bit different between API and Web if not set on specific cases ...
2022-03-31 16:53:08 +02:00
6543 and GitHub
3e88af898a
Make git.OpenRepository accept Context ( #19260 )
...
* OpenRepositoryCtx -> OpenRepository
* OpenRepository -> openRepositoryWithDefaultContext, only for internal usage
2022-03-30 03:13:41 +08:00
6543 and GitHub
6fc6e14957
Changelog for 1.16.5 ( #19189 ) ( #19192 )
...
* Changelog for 1.16.5 (#19189 )
* bump version
2022-03-24 03:04:12 +01:00
6543 and GitHub
60fbaa9068
remove not needed ( #19128 )
2022-03-18 20:17:57 +01:00
6543 and GitHub
45f8d97131
nit fix ( #19116 )
2022-03-17 20:04:36 +02:00
6543 and GitHub
2ba72cedbe
Frontport Changelogs ( #19088 )
...
* Frontport Changelogs
* bump version in docs
2022-03-14 23:18:01 +01:00
6543 and GitHub
bc0d2c8ada
RSS/Atom support for Repos ( #19055 )
...
* support for repos
* refactor
* advertise the feeds via meta tags
* allow feed suffix and feed header
* optimize performance
2022-03-13 17:40:47 +01:00
6543 and GitHub
ba470a85dd
use xorm builder for models.getReviewers() ( #19033 )
...
* xorm builder
* dedup code
2022-03-10 19:12:10 +01:00
6543 and GitHub
cc98737ca8
RSS/Atom support for Orgs ( #17714 )
...
part of #569
2022-03-10 15:54:51 +01:00
6543 and GitHub
e800bc0cf4
allow overwrite artifacts for github releases ( #18987 )
2022-03-03 15:28:41 +01:00
eddd2fb242
fix & refactor ( #18973 )
...
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
2022-03-03 19:51:13 +08:00
6543 and GitHub
efd10f1ab4
git backend ignore replace objects ( #18979 )
...
* git backend ignore replace objects
* comment
2022-03-02 20:13:19 +00:00
6543 and GitHub
1f45d1e130
Accounts with WebAuthn only (no TOTP) now exist ... fix code to handle that case ( #18897 )
2022-03-02 01:24:31 +01:00
6543 and GitHub
3043eb36bf
Delete old git.NewCommand() and use it as git.NewCommandContext() ( #18552 )
2022-02-06 20:01:47 +01:00
6543 and GitHub
6f6b8491da
add gitea-fmt back ( #18526 )
2022-02-01 12:43:09 -05:00
6543 and GitHub
246902cd63
use next gen codecov uploader ( #18443 )
2022-01-30 03:21:15 +01:00
6543 and GitHub
80adbebbc8
Unexport git.GlobalCommandArgs ( #18376 )
...
Unexport the git.GlobalCommandArgs variable.
2022-01-25 18:15:58 +00:00
6543 and GitHub
6ad7a5376a
Update github.com/duo-labs/webauthn ( #18357 )
2022-01-22 18:01:40 +01:00