Skip to content
master
Switch branches/tags
Code

Latest commit

Motivation:
Related: #83
We use Git repository format version 1 from 0.19.0.
I think we can force version 1 and throw an exception when CD tries to open a Git repository whose format version is 0.

Modifications:
- Throw an exception if CD tries to open a Git repository whose format version is 0.
- Remove the migration code that helps migrate from format version 0 to 1.

Result:
- Simplicity
2155e5a

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time

Visit the official web site for more information.

Central Dogma

Central Dogma is an open-source, highly-available and version-controlled service configuration repository based on Git, ZooKeeper and HTTP/2.

It is open-sourced and licensed under Apache License 2.0 by LINE Corporation, who uses it in production.

How to build

We use Gradle to build Central Dogma. The following command will compile Central Dogma and generate JARs, tarball and web site:

$ ./gradlew build

How to ask a question

Just create a new issue to ask a question, and browse the list of previously answered questions.

We also have a Slack workspace.

How to contribute

See CONTRIBUTING.md.