centraldogma icon indicating copy to clipboard operation
centraldogma copied to clipboard

Highly-available version-controlled service configuration repository based on Git, ZooKeeper and HTTP/2

Results 166 centraldogma issues
Sort by recently updated
recently updated
newest added

Motivation: This PR contains a minimal setup for new Central Domga admin page. Typescript, Webpack, React and https://chakra-ui.com/ is experimentally chosen as the build tools and the front-end framework. Some...

new feature

Motivation: Gradle's version catalogs provides concise and sophisticated version manangement. Modifications: - Switch `dependencies.yml` into `dependencies.toml` - Migrate all `build.gradle`s to use new version catalogs API - Fix wrong dependency...

cleanup

Bumps [bootstrap](https://github.com/twbs/bootstrap) from 3.3.7 to 4.3.1. Release notes Sourced from bootstrap's releases. v4.3.1 Security: Fixed an XSS vulnerability (CVE-2019-8331) in our tooltip and popover plugins by implementing a new HTML...

dependencies

Motivation: To diagnose an exception error on the client-side, request logs are important to check request parameters, response duration and application errors. Modifications: - Add `RequestLogConfig` which can limit the...

new feature

Motivation We currently support only remote-to-local mirroring. We should support the opposite direction as well. Modifications: - Implement `GitMirror#mirrorToLocalRemote()` which used to throw `UnsupportedOperationException` before. Result: - Close #53 -...

new feature

To diagnose an exception error on the client-side, request logs are important to check request parameters, response duration and application errors. We may provide `RequestLogConfig` to let users customize: -...

new feature

Currently, the commit message of a commit that is pushed by the mirroring task looks like this: ``` Mirror fbee605, git+ssh://github.com/xxx.git#master to the repository 'foo' ``` It does not contain...

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

I've identified an issue where the history of a directory includes irrelevant changes when the modified files or directories share the same name as the target directory. For instance, the...

defect

### Motivation > If there is no sensitive information in a repository, users may want to make the repo public and allow access without an access token. ANONYMOUS could be...

new feature