Thach Le

Results 12 issues of Thach Le

Motivate: The history of a directory includes changes in directories share the name. For instance: the history of `/foo` displays changes for `/foo2`, `/foo3`, `/foobar` ... Modifications: Add a slash...

defect

From the [build requirement](https://github.com/line/centraldogma/blob/5166201498e5c23fadaf579262cfe8bbb82dd8d6/CONTRIBUTING.md), we should use JDK13 or later, so should we remove Java 8 and Java 11 on target build? And Since Java 21 is LTS and released...

miscellaneous

When I read this article https://swagger.io/resources/articles/best-practices-in-api-design/, it reference to the previous post: http://blog.swaggerhub.com/api-design/what-is-api-design/ But the URL doesn't work, please help fix it.

Issue: https://github.com/redis/jedis/issues/3566

**Motivation** When I try to learn the **_centraldogma_** via document, I see that the default config of the source code is missing two properties from the document https://line.github.io/centraldogma/setup-configuration.html So I...

cleanup

### Motivation When unspecified a branch name on mirroring setup, the message show with `#null`, we should omit #null when using the default branch to avoid confuse. Result Close: https://github.com/line/centraldogma/issues/933

Seem it is a random fail, can we fix it? ``` ReplicatedLoginAndLogoutTest > loginAndLogout() FAILED java.util.concurrent.CompletionException: io.netty.channel.unix.Errors$NativeIoException: bind(..) failed: Address already in use at java.util.concurrent.CompletableFuture.reportJoin(CompletableFuture.java:375) at java.util.concurrent.CompletableFuture.join(CompletableFuture.java:1947) at com.linecorp.armeria.common.util.EventLoopCheckingFuture.join(EventLoopCheckingFuture.java:87) at...

When unspecified a branch name, the message show `#null`. Should we improve it? ![image](https://github.com/line/centraldogma/assets/11583408/2f164675-d8fc-41a5-b696-3190a90c4b2c)

Fixes #28413 ### Context ### Contributor Checklist - [x] [Review Contribution Guidelines](https://github.com/gradle/gradle/blob/master/CONTRIBUTING.md). - [x] Make sure that all commits are [signed off](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---signoff) to indicate that you agree to the terms...

to-triage
from:contributor

Issues: #2518 Make sure that: - [x] You have read the [contribution guidelines](https://github.com/lettuce-io/lettuce-core/blob/main/.github/CONTRIBUTING.md). - [ ] You have created a feature request first to discuss your contribution intent. Please reference...

type: feature