minux

Results 93 issues of minux

Such as we do in https://github.com/line/centraldogma-rs/blob/master/CONTRIBUTING.md

Which follows https://github.com/line/centraldogma/pull/293.

new-feature

…andler` and rename `UnhandledExceptions` to `UnloggedExceptions`. Motivation: This PR addresses two main concerns: 1. Currently, `UnloggedExceptionsReporter` reports unlogged exceptions before calling `ServiceErrorHandler.onServiceException`. This order could conflict with user preferences if...

improvement
deprecation

Currently, we always respond with 503 if a `RequestTimeoutException` is raised. However, we should send 408 status if the server didn't receive the request fully. ``` The 408 (Request Timeout)...

defect

Currently, the `DefaultUnhandledExceptionsReporter` stores only one exception and the number of unhandled exceptions in an interval. However, this implementation lacks sufficient information for effective debugging and analysis. To address this...

improvement
sprint

We've implemented Git clone-related operations in #954. It would be nice to add integration tests with Spring Cloud Config Server to ensure compatibility as @trustin suggested. https://github.com/line/centraldogma/pull/954#pullrequestreview-2047397993 https://docs.spring.io/spring-cloud-config/docs/current/reference/html/#_spring_cloud_config_server

improvement

Motivation: Adding support for Git clone over HTTP in Central Dogma server would enhance its capabilities and make it more user-friendly. This PR partially addressed #543. Please note that I...

new feature

Motivation: It is undesirable for repositories to be created with a `.git` suffix due to potential conflicts or confusion with Git's repository structure and management. Modifications: - Disallow creating a...

defect

To simplify the operation that uses the repository name such as the authorization system. GitHub also removes the suffix automatically when creating a repository.

defect