Skip to content

Commit

Permalink
deploy: 29da9e4
Browse files Browse the repository at this point in the history
  • Loading branch information
armerian committed Sep 27, 2024
1 parent 1d819c3 commit 8eba236
Show file tree
Hide file tree
Showing 481 changed files with 10,221 additions and 9,723 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 18dc4bc3d5966567499cf71d812861b0
config: 995138814cfe52b3adb31b4193b5c504
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified .doctrees/auth.doctree
Binary file not shown.
Binary file modified .doctrees/client-cli.doctree
Binary file not shown.
Binary file modified .doctrees/client-java.doctree
Binary file not shown.
Binary file modified .doctrees/concepts.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/index.doctree
Binary file not shown.
Binary file modified .doctrees/known-issues.doctree
Binary file not shown.
Binary file modified .doctrees/mirroring.doctree
Binary file not shown.
Binary file modified .doctrees/setup-configuration.doctree
Binary file not shown.
Binary file modified .doctrees/setup-installation.doctree
Binary file not shown.
Binary file modified .doctrees/setup.doctree
Binary file not shown.
34 changes: 33 additions & 1 deletion _sources/setup-configuration.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,13 @@ defaults:
"maxNumFilesPerMirror": null,
"maxNumBytesPerMirror": null
}
]
],
"management": {
"address": "127.0.0.1",
"port": 36463,
"protocol": null,
"path": null
}
}
Core properties
Expand Down Expand Up @@ -230,6 +236,32 @@ Core properties

- the list of plugin configuration. See :ref:`plugins` for more information.

- ``management``

- the management server configuration. Read `ManagementService API documentation <https://javadoc.io/doc/com.linecorp.armeria/armeria-javadoc/latest/com/linecorp/armeria/server/management/ManagementService.html>`_
to know more about the management service.

- ``port`` (integer)

- the port number of the management service.
If ``0``, the management service uses the same port as the main service.

- ``address`` (string)

- the IP address of the management service. If ``null``, the management will listen to all network interfaces.

- this option is ignored if ``port`` is set to ``0``.

- ``protocol``

- the protocol of the management service. ``http`` and ``https`` are supported. If not specified, ``http`` is used.

- this option is ignored if ``port`` is set to ``0``.

- ``path``

- the path of the management service. If not specified, the management service is mounted at ``/internal/management``.

.. _replication:

Configuring replication
Expand Down
2 changes: 1 addition & 1 deletion _static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '0.69.1',
VERSION: '0.70.0',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
540 changes: 272 additions & 268 deletions apidocs/allclasses-index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apidocs/allpackages-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (21) -->
<title>All Packages (Central Dogma 0.69.1 API reference)</title>
<title>All Packages (Central Dogma 0.70.0 API reference)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="package index">
Expand Down
296 changes: 148 additions & 148 deletions apidocs/com/linecorp/centraldogma/client/AbstractCentralDogma.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

748 changes: 374 additions & 374 deletions apidocs/com/linecorp/centraldogma/client/CentralDogma.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions apidocs/com/linecorp/centraldogma/client/CommitRequest.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions apidocs/com/linecorp/centraldogma/client/DiffFilesRequest.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc (21) -->
<title>DiffFilesRequest (Central Dogma 0.69.1 API reference)</title>
<title>DiffFilesRequest (Central Dogma 0.70.0 API reference)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.linecorp.centraldogma.client, class: DiffFilesRequest">
Expand Down Expand Up @@ -85,13 +85,13 @@
<div class="sub-title"><span class="package-label-in-type">Package</span>&nbsp;<a href="package-summary.html">com.linecorp.centraldogma.client</a></div>
<h1 title="Class DiffFilesRequest" class="title">Class DiffFilesRequest</h1>
</div>
<div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">java.lang.Object</a>
<div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">java.lang.Object</a>
<div class="inheritance">com.linecorp.centraldogma.client.DiffFilesRequest</div>
</div>
<section class="class-description" id="class-description">
<hr>
<div class="type-signature"><span class="modifiers">public final class </span><span class="element-name type-name-label">DiffFilesRequest</span>
<span class="extends-implements">extends <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></span></div>
<span class="extends-implements">extends <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></span></div>
<div class="block">Prepares to send a <a href="CentralDogma.html#getDiff(java.lang.String,java.lang.String,com.linecorp.centraldogma.common.Revision,com.linecorp.centraldogma.common.Revision,com.linecorp.centraldogma.common.PathPattern)"><code>CentralDogma.getDiff(String, String, Revision, Revision, PathPattern)</code></a> request
to the Central Dogma repository.</div>
</section>
Expand All @@ -108,7 +108,7 @@ <h2>Method Summary</h2>
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><wbr>&lt;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="../common/Change.html" title="interface in com.linecorp.centraldogma.common">Change</a>&lt;?&gt;&gt;&gt;</code></div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a><wbr>&lt;<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="../common/Change.html" title="interface in com.linecorp.centraldogma.common">Change</a>&lt;?&gt;&gt;&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#get(com.linecorp.centraldogma.common.Revision,com.linecorp.centraldogma.common.Revision)" class="member-name-link">get</a><wbr>(<a href="../common/Revision.html" title="class in com.linecorp.centraldogma.common">Revision</a>&nbsp;from,
<a href="../common/Revision.html" title="class in com.linecorp.centraldogma.common">Revision</a>&nbsp;to)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
Expand All @@ -118,8 +118,8 @@ <h2>Method Summary</h2>
</div>
</div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></h3>
<code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#clone()" title="class or interface in java.lang" class="external-link">clone</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang" class="external-link">equals</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#finalize()" title="class or interface in java.lang" class="external-link">finalize</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#getClass()" title="class or interface in java.lang" class="external-link">getClass</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#hashCode()" title="class or interface in java.lang" class="external-link">hashCode</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#notify()" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#notifyAll()" title="class or interface in java.lang" class="external-link">notifyAll</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#toString()" title="class or interface in java.lang" class="external-link">toString</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#wait()" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#wait(long)" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html#wait(long,int)" title="class or interface in java.lang" class="external-link">wait</a></code></div>
<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></h3>
<code><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#clone()" title="class or interface in java.lang" class="external-link">clone</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang" class="external-link">equals</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#finalize()" title="class or interface in java.lang" class="external-link">finalize</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#getClass()" title="class or interface in java.lang" class="external-link">getClass</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#hashCode()" title="class or interface in java.lang" class="external-link">hashCode</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#notify()" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#notifyAll()" title="class or interface in java.lang" class="external-link">notifyAll</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#toString()" title="class or interface in java.lang" class="external-link">toString</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#wait()" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#wait(long)" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Object.html#wait(long,int)" title="class or interface in java.lang" class="external-link">wait</a></code></div>
</section>
</li>
</ul>
Expand All @@ -134,12 +134,12 @@ <h2>Method Details</h2>
<li>
<section class="detail" id="get(com.linecorp.centraldogma.common.Revision,com.linecorp.centraldogma.common.Revision)">
<h3>get</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a>&lt;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="../common/Change.html" title="interface in com.linecorp.centraldogma.common">Change</a>&lt;?&gt;&gt;&gt;</span>&nbsp;<span class="element-name">get</span><wbr><span class="parameters">(<a href="../common/Revision.html" title="class in com.linecorp.centraldogma.common">Revision</a>&nbsp;from,
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a>&lt;<a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="../common/Change.html" title="interface in com.linecorp.centraldogma.common">Change</a>&lt;?&gt;&gt;&gt;</span>&nbsp;<span class="element-name">get</span><wbr><span class="parameters">(<a href="../common/Revision.html" title="class in com.linecorp.centraldogma.common">Revision</a>&nbsp;from,
<a href="../common/Revision.html" title="class in com.linecorp.centraldogma.common">Revision</a>&nbsp;to)</span></div>
<div class="block">Retrieves the diffs of the files matched by the given path pattern between two <a href="../common/Revision.html" title="class in com.linecorp.centraldogma.common"><code>Revision</code></a>s.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>a <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link"><code>List</code></a> of the <a href="../common/Change.html" title="interface in com.linecorp.centraldogma.common"><code>Change</code></a>s that contain the diffs between the files matched by the
<dd>a <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link"><code>List</code></a> of the <a href="../common/Change.html" title="interface in com.linecorp.centraldogma.common"><code>Change</code></a>s that contain the diffs between the files matched by the
given <a href="../common/PathPattern.html" title="interface in com.linecorp.centraldogma.common"><code>PathPattern</code></a> between two revisions.</dd>
</dl>
</section>
Expand Down
Loading

0 comments on commit 8eba236

Please sign in to comment.