minux

Results 93 issues of minux

We have pre-defined exceptions and throw them in the client depending on the response the client gets. For example, if the client gets a shutting down exception message from the...

dependencies

Users might want to do that when the repo has been modified manually on CD UI.

new feature

This idea was suggested by @ikhoon. The `centraldogma-testing` module depends on the `centradogma-server` module which has ZooKeeper dependency. However, users don't need the replication feature for Central Dogma server and...

improvement

Motivation: Central Dogma uses jGit to store data. Due to the nature of Git that stores unlimited history, Central Dogma will eventually get in trouble managing disk usage. We can...

improvement
breaking change
new feature

So that a user easily retrieve the URI of `CentralDogma` when the client is created using the Spring profile.

`centraldogma-client` module was designed not to have Armeria dependency because users might want to send a request using a different client. However, I haven't seen such cases and if users...

discussion

so that a user can store his/her contents safely.

new feature

We have [SingleMirrorConfig](https://github.com/line/centraldogma/blob/centraldogma-0.52.6/server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/DefaultMetaRepository.java#L216) and [MultipleMirrorConfig](https://github.com/line/centraldogma/blob/centraldogma-0.52.6/server/src/main/java/com/linecorp/centraldogma/server/internal/storage/repository/DefaultMetaRepository.java#L256) for the mirroring setup. I believe that `MultipleMirrorConfig` is currently not used because it's not documented on our web and a user can configure multiple...

breaking change
discussion

so that we can manage the authorization by teams.

new feature