Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
afa520d
Fix #11276 + little style refactor
mikyll May 23, 2024
afb3d6b
Update jwt-auth.md
mikyll May 23, 2024
b88cf9d
infra: Increase PR reviewers to 3 when merge to master. (#11280)
moonming May 24, 2024
55eeb6b
docs: correct the default collector config apisix actually used for o…
flearc May 30, 2024
c2ba478
docs: added Write a Review link (#11313)
juzhiyuan Jun 3, 2024
08cb3ad
docs: add http3 docs (#11302)
kayx23 Jun 3, 2024
cf84292
feat: move tinyyaml to lyaml (#11312)
bzp2010 Jun 3, 2024
d106de5
fix(ssl): ssl key rotation caused request failure (#11305)
AlinsRan Jun 3, 2024
bd76c43
Revert style changes to jwt-auth plugin
mikyll Jun 4, 2024
2af7e15
Added test case for new jwt-auth feature
mikyll Jun 4, 2024
92bd025
Update jwt-auth4.t
mikyll Jun 4, 2024
d77d672
fix: add libyaml-dev dependency for apt. (#11291)
adam-huganir Jun 5, 2024
953be46
fix: after updating the header, get the old value from the ctx.var (#…
AlinsRan Jun 6, 2024
0cacb90
docs: add plugin config to standalone deployment doc (#11332)
kayx23 Jun 6, 2024
fec3137
docs: add http/3 in README.md. (#11318)
moonming Jun 7, 2024
3ad9c28
build(undeps): remove all rocks before remove openresty (#11333)
flearc Jun 11, 2024
5e383e0
feat(secret): support store ssl.keys ssl.certs in secrets mamager (#1…
AlinsRan Jun 11, 2024
1a45d1d
fix(datadog): report consumer username tag (#11354)
bzp2010 Jun 17, 2024
de1669d
docs: improve debug mode yaml comments (#11373)
kayx23 Jun 26, 2024
6d2de7e
fix: make the message clearer when API key is missing (#11370)
pottekkat Jun 26, 2024
4dbecfd
docs: add http-dubbo docs (#11322)
ShenFeng312 Jul 3, 2024
7f649bc
ci: removed centos, chaos, fuzzing and fips CIs. (#11394)
moonming Jul 8, 2024
1164374
fix(grpc-transcode): filter out illegal INT(string) formats (#11367)
zhoujiexiong Jul 9, 2024
667ac7f
Fix #11276 + little style refactor
mikyll May 23, 2024
b2ed6b8
Update jwt-auth.md
mikyll May 23, 2024
c944947
Revert style changes to jwt-auth plugin
mikyll Jun 4, 2024
1ddbc8f
Added test case for new jwt-auth feature
mikyll Jun 4, 2024
76816f1
Update jwt-auth4.t
mikyll Jun 4, 2024
1203a5a
Merge branch 'jwt_key_claim_name' of https://github.com/mikyll/apisix…
mikyll Sep 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ github:
required_pull_request_reviews:
dismiss_stale_reviews: true
require_code_owner_reviews: true
required_approving_review_count: 2
required_approving_review_count: 3
release/3.9:
required_pull_request_reviews:
require_code_owner_reviews: true
Expand Down
181 changes: 0 additions & 181 deletions .github/workflows/centos7-ci.yml

This file was deleted.

88 changes: 0 additions & 88 deletions .github/workflows/chaos.yml.disabled

This file was deleted.

Loading