Zixuan Liu
Zixuan Liu
I want to use the cz to sign commit, I tried add -s after cz, but it cannot work. in git: ``` git commit -m "fix: xxx" -s ``` in...
Signed-off-by: Zixuan Liu ### Motivation Miss close the function worker when the PulsarService close method is called, which introduces an [issue](https://github.com/apache/pulsar/issues/16538) in the test if we don't close the function...
### Motivation Fix thread blocked: ``` "main" prio=0 tid=0x0 nid=0x0 waiting on condition java.lang.Thread.State: TIMED_WAITING on java.util.concurrent.CompletableFuture$Signaller@6d214cc3 at [email protected]/jdk.internal.misc.Unsafe.park(Native Method) at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252) at [email protected]/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1866) at [email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3463) at [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3434) at [email protected]/java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1939)...
### Motivation Cherry pick the #16526 and #16935. ### Documentation Check the box below or label this PR directly. Need to update docs? - [ ] `doc-required` (Your PR needs...
``` Error: tearDown(org.apache.pulsar.functions.worker.PulsarFunctionTlsTest) Time elapsed: 132.024 s
Signed-off-by: Zixuan Liu ### Motivation When `brokerClientAuthenticationEnabled=false`, the function worker doesn't load the trust certificate. ### Modifications - Always load the trust certificate ### Documentation Check the box below or...
Signed-off-by: Zixuan Liu ### Motivation Cherry-pick #16650. ### Documentation Check the box below or label this PR directly. Need to update docs? - [ ] `doc-required` (Your PR needs to...
Casbin is an open-source project. We need more developer help to make Casbin even more awesome. ## things to do - Development environment - Contribution Workflow - Testing
## Authorization middleware ### Supported - [x] https://github.com/koajs/koa - [x] https://github.com/eggjs/egg/ - [x] https://github.com/expressjs/express ### Things to do - [x] https://github.com/nestjs/nest - [x] https://github.com/hapijs/hapi - [ ] https://github.com/meteor/meteor
Provides integrate doc in Casbin-Website for web framework. ## Things to do - [ ] express-authz - [ ] koa-authz - [ ] egg-authz - [ ] nest-authz - [...