minux

Results 93 issues of minux

When a commit is pushed to a mirrored repository, the expectation is that any changes made by users are overwritten during the next mirroring process. However, this is not happening...

defect

Currently, the mirroring job of a project runs every minute if the `schedule` is not specified in the mirror config. When considering the infrequent changes to the configuration files, it...

discussion

so that we can verify if it works correctly when upgrading the ZooKeeper version.

cleanup

because we can just use Markdown. The UI that renders Markdown will also correctly renders plain text.

deprecation

We can use Central Dogma servers as the service registry to store the dynamically changed information of services and fetch the information for service discovery. Instead of defining our own...

new feature

so that we can run a benchmark to check whether a change improves or reduce performance Example: https://github.com/line/armeria/blob/2caa0f8812e7435b7141136da95b5fd1f3efa2be/benchmarks/jmh/README.md EDIT: I realized that we set up benchmark only for the server...

improvement

https://github.com/line/centraldogma/actions/runs/3225141425/jobs/5277085940#step:5:387 ``` GitMirrorTest > remoteToLocal() FAILED org.opentest4j.AssertionFailedError: expected: Revision(4) but was: Revision(5) at [email protected]/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at [email protected]/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at [email protected]/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at app//com.linecorp.centraldogma.it.mirror.git.GitMirrorTest.remoteToLocal(GitMirrorTest.java:207) ```

cleanup

Motivation While I was running the integration test, I found out that `host.docker.internal` doesn't work correctly on Linux. (It worked on Mac and Windows.) `host.docker.internal` is used for the container...

We copy and paste code from upstream classes if we need to modify the source code. [This](https://github.com/line/armeria/blob/91c787f0a087499453103480f0fc8ab01072f9ab/core/src/main/java/com/linecorp/armeria/server/Http2ServerUpgradeCodec.java#L65) is one of the examples. If the copied source code is changed due...