commit stringlengths 40 40 | old_file stringlengths 4 237 | new_file stringlengths 4 237 | old_contents stringlengths 1 4.24k | new_contents stringlengths 1 4.87k | subject stringlengths 15 778 | message stringlengths 15 8.75k | lang stringclasses 266
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
0ba8df5939f33a3d6ee7a4eaab0c993e35a839d0 | migration/migrating_3_4/about-migration.adoc | migration/migrating_3_4/about-migration.adoc | [id="about-migration"]
= About migrating {product-title} 3 to 4
include::modules/common-attributes.adoc[]
:context: about-migration
toc::[]
{product-title} 4 includes new technologies and functionality that results in a cluster that is self-managing, flexible, and automated. The way that {product-title} 4 clusters ar... | [id="about-migration"]
= About migrating {product-title} 3 to 4
include::modules/common-attributes.adoc[]
:context: about-migration
toc::[]
{product-title} 4 includes new technologies and functionality that results in a cluster that is self-managing, flexible, and automated. The way that {product-title} 4 clusters ar... | Update tools sentence after removing CPMA | Update tools sentence after removing CPMA
| AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
38adcbe7aeee0cdaa5600b91cc4297c399bdc33b | README.adoc | README.adoc | = Jira Release Notes Generator (JiraRnGen)
:Author: David Thompson
:Email: <dthompsn1@gmail.com>
:Revision: 0.1.0 2016-08-03
== Description
I was looking for a way with hosted Jira to be able to send out release
notes with our own template. Since the hosted version doesn't allow you to
edit the templates, I decided t... | = Jira Release Notes Generator (JiraRnGen)
:Author: David Thompson
:Email: <dthompsn1@gmail.com>
:Revision: 0.1.0 2016-08-03
== Description
I was looking for a way with hosted Jira to be able to send out release
notes with our own template. Since the hosted version doesn't allow you to
edit the templates, I decided t... | Update docs for running at start. | Update docs for running at start.
| AsciiDoc | mit | applitect/JiraRnGen,applitect/JiraRnGen,applitect/JiraRnGen |
b15bdde83f43d3b6c0564a359ae3a8bf43b94071 | opennms-doc/guide-user/src/asciidoc/index.adoc | opennms-doc/guide-user/src/asciidoc/index.adoc | // Global settings
:ascii-ids:
:encoding: UTF-8
:lang: en
:icons: font
:toc: left
:toclevels: 3
:numbered:
[[gu]]
= Users Guide
:author: Copyright (c) 2014-2016 The OpenNMS Group, Inc.
:revnumber: {opennms-product-name} {opennms-version}
:revdate: {last-update-label} {docdatetime}
:version-label!:
[[gu-service-assura... | // Global settings
:ascii-ids:
:encoding: UTF-8
:lang: en
:icons: font
:toc: left
:toclevels: 3
:numbered:
[[gu]]
= Users Guide
:author: Copyright (c) 2014-2016 The OpenNMS Group, Inc.
:revnumber: {opennms-product-name} {opennms-version}
:revdate: {last-update-label} {docdatetime}
:version-label!:
[[gu-service-assura... | Fix typo in Busines -> Business | Fix typo in Busines -> Business | AsciiDoc | agpl-3.0 | aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms |
f663decf9b6ee767d81a7b9e9bd028eada319548 | README.adoc | README.adoc | image:https://jenkins-kieci.rhcloud.com/buildStatus/icon?job=optaplanner["Build Status", link="https://jenkins-kieci.rhcloud.com/job/optaplanner"]
== Developing Drools, OptaPlanner and jBPM
*If you want to build or contribute to a droolsjbpm project, https://github.com/droolsjbpm/droolsjbpm-build-bootstrap/blob/maste... | image:https://jenkins-kieci.rhcloud.com/buildStatus/icon?job=optaplanner["Build Status", link="https://jenkins-kieci.rhcloud.com/job/optaplanner"]
== Quick development start
To build and run from source:
[source,sh]
----
$ mvn clean install
$ cd optaplanner-examples
$ mvn exec:java
----
To develop with ... | Add build instructions to readme | Add build instructions to readme
| AsciiDoc | apache-2.0 | baldimir/optaplanner,droolsjbpm/optaplanner,oskopek/optaplanner,droolsjbpm/optaplanner,oskopek/optaplanner,gsheldon/optaplanner,baldimir/optaplanner,baldimir/optaplanner,oskopek/optaplanner,oskopek/optaplanner,tkobayas/optaplanner,gsheldon/optaplanner,droolsjbpm/optaplanner,baldimir/optaplanner,tkobayas/optaplanner,tko... |
8274fc56d531bd3b5bc8b47fb699dfae15da84a0 | README.adoc | README.adoc | = Explorer for Hawkular
http://hawkular.org/[Hawkular] is a set of components for Monitoring.
This explorer connects to a Hawkular server and allows to browse trough
inventory and view entities, graph metrics.
ifndef::env-github[]
image::docs/screenshot.png[]
endif::[]
ifdef::env-github[]
image::https://github.com/p... | = Explorer for Hawkular
http://hawkular.org/[Hawkular] is a set of components for Monitoring.
This explorer connects to a Hawkular server and allows to browse trough
inventory and view entities, graph metrics.
ifndef::env-github[]
image::docs/screenshot.png[]
endif::[]
ifdef::env-github[]
image::https://github.com/p... | Make build step more clear. | Make build step more clear.
| AsciiDoc | apache-2.0 | pilhuhn/hawkfx |
6c960898d801f348d640e17ab5d496d9f7a8e767 | docs/reference/mapping/fields/id-field.asciidoc | docs/reference/mapping/fields/id-field.asciidoc | [[mapping-id-field]]
=== `_id` field
Each document indexed is associated with a <<mapping-type-field,`_type`>> (see
<<mapping-type>>) and an <<mapping-id-field,`_id`>>. The `_id` field is not
indexed as its value can be derived automatically from the
<<mapping-uid-field,`_uid`>> field.
The value of the `_id` field i... | [[mapping-id-field]]
=== `_id` field
Each document indexed is associated with a <<mapping-type-field,`_type`>> (see
<<mapping-type>>) and an <<mapping-id-field,`_id`>>. The `_id` field is not
indexed as its value can be derived automatically from the
<<mapping-uid-field,`_uid`>> field.
The value of the `_id` field i... | Fix docs example for the _id field, the field is not accessible in scripts | Fix docs example for the _id field, the field is not accessible in scripts
Closes #19274
| AsciiDoc | apache-2.0 | strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test |
1e6fc7b9e405c2c9e05868db8534dadbb80437f7 | doc/src/guide/external_plugins_list.asciidoc | doc/src/guide/external_plugins_list.asciidoc | [[plugins_list]]
== List of plugins
This is a non-exhaustive list of Erlang.mk plugins, sorted
alphabetically.
=== elvis.mk
An https://github.com/inaka/elvis.mk[Elvis plugin] for Erlang.mk.
Elvis is an https://github.com/inaka/elvis[Erlang style reviewer].
=== geas
https://github.com/crownedgrouse/geas[Geas] gives... | [[plugins_list]]
== List of plugins
This is a non-exhaustive list of Erlang.mk plugins, sorted
alphabetically.
=== elixir.mk
An https://github.com/botsunit/elixir.mk[Elixir plugin] for
Erlang.mk. http://elixir-lang.org/[Elixir] is an alternative
language for the BEAM.
=== elvis.mk
An https://github.com/inaka/elvis... | Add elixir.mk and lfe.mk to the plugins list | Add elixir.mk and lfe.mk to the plugins list
| AsciiDoc | isc | crownedgrouse/erlang.mk,hairyhum/erlang.mk,ingwinlu/erlang.mk,nevar/erlang.mk,jj1bdx/erlang.mk,rabbitmq/erlang.mk,ninenines/erlang.mk |
290377a0fa42b7da5bce6583834bc525fdfe354c | README.adoc | README.adoc | = Json-lib
:version: 3.0.0.SNAPSHOT
:linkattrs:
:project-name: json-lib
image:http://img.shields.io/travis/aalmiray/{project-name}/development.svg["Build Status", link="https://travis-ci.org/aalmiray/{project-name}"]
image:http://img.shields.io/coveralls/aalmiray/{project-name}/development.svg["Coverage Status", link=... | = Json-lib
:version: 3.0.0.SNAPSHOT
:linkattrs:
image:http://img.shields.io/travis/aalmiray/Json-lib/development.svg["Build Status", link="https://travis-ci.org/aalmiray/Json-lib"]
image:http://img.shields.io/coveralls/aalmiray/Json-lib/development.svg["Coverage Status", link="https://coveralls.io/r/aalmiray/Json-lib"... | Fix project name in readme | Fix project name in readme [skip ci]
| AsciiDoc | apache-2.0 | aalmiray/Json-lib,aalmiray/Json-lib |
3e4b6c5ea4716a2d5ddc753bcc10260b75eaa762 | README.asciidoc | README.asciidoc |
== ANDROID MAVEN PLUGIN
A plugin for Android application development with http://maven.apache.org[Apache Maven 3.0.3+] and
the http://tools.android.com[Android SDK].
=== Links
* http://code.google.com/p/maven-android-plugin[Project site] with wiki and more
* http://code.google.com/p/maven-android-plugin/issues/lis... |
== ANDROID MAVEN PLUGIN
A plugin for Android application development with http://maven.apache.org[Apache Maven 3.0.3+] and
the http://tools.android.com[Android SDK].
=== Links
* http://code.google.com/p/maven-android-plugin[Project site] with wiki and more
* http://code.google.com/p/maven-android-plugin/issues/lis... | Change link to CI server. | Change link to CI server.
| AsciiDoc | apache-2.0 | xiaojiaqiao/android-maven-plugin,Stuey86/android-maven-plugin,secondsun/maven-android-plugin,psorobka/android-maven-plugin,xiaojiaqiao/android-maven-plugin,greek1979/maven-android-plugin,repanda/android-maven-plugin,mitchhentges/android-maven-plugin,Cha0sX/android-maven-plugin,hgl888/android-maven-plugin,b-cuts/android... |
f2de1064b10e4876a36c3c2d3cbc2685445323cc | attendees/cicd/git-server/README.adoc | attendees/cicd/git-server/README.adoc | = Install a Git Server
== Start Services
. All services can be started, in detached mode, by giving the command:
+
docker-compose up -d
+
And this shows the output as:
+
Creating git_serverdata...
Creating gitserver_git_dbdata_1...
Creating gitserver_git_db_1...
Creating git...
+
. Configure the installation
... | = Install a Git Server
== Start Services
. All services can be started, in detached mode, by giving the command:
+
docker-compose up -d
+
And this shows the output as:
+
Creating git_serverdata...
Creating gitserver_git_dbdata_1...
Creating gitserver_git_db_1...
Creating git...
+
. Configure the installation
... | Fix usage command with install-gogs.sh | Fix usage command with install-gogs.sh
| AsciiDoc | apache-2.0 | redhat-developer-demos/docker-java,redhat-developer-demos/docker-java |
57583364532eed5c3a603307a24ab7857cf27b22 | doc/src/manual/cowboy_router.compile.asciidoc | doc/src/manual/cowboy_router.compile.asciidoc | = cowboy_router:compile(3)
== Name
cowboy_router:compile - Compile routes to the resources
== Description
[source,erlang]
----
compile(cowboy_router:routes()) -> cowboy_router:dispatch_rules()
----
Compile routes to the resources.
Takes a human readable list of routes and transforms it
into a form more efficient ... | = cowboy_router:compile(3)
== Name
cowboy_router:compile - Compile routes to the resources
== Description
[source,erlang]
----
compile(cowboy_router:routes()) -> cowboy_router:dispatch_rules()
----
Compile routes to the resources.
Takes a human readable list of routes and transforms it
into a form more efficient ... | Fix an example missing a " in the manual | Fix an example missing a " in the manual
| AsciiDoc | isc | kivra/cowboy,hairyhum/cowboy,turtleDeng/cowboy,K2InformaticsGmbH/cowboy,CrankWheel/cowboy,ninenines/cowboy |
506f06bb577587936a0c3efb10080fde8d62dce6 | spring-content-solr/src/main/asciidoc/solr-rest.adoc | spring-content-solr/src/main/asciidoc/solr-rest.adoc | [[search]]
= Search
== The SearchContent Resource
When a Store extending `Searchable` is exported, a `searchContent` endpoint will be
available at the `/{store}/searchContent` URI.
====
[source, sh]
----
curl -H 'Accept: application/hal+json' http://localhost:8080/searchContent?queryString=foo
----
====
=== Supp... | [[search]]
= Search
== The SearchContent Resource
When a Store extending `Searchable` is exported, a `searchContent` endpoint will be
available at the `/{store}/searchContent` URI.
====
[source, sh]
----
curl -H 'Accept: application/hal+json' http://localhost:8080/searchContent?queryString=foo
----
====
=== Supp... | Add documentation explaining the format of the searchContent response payload | Add documentation explaining the format of the searchContent response payload
| AsciiDoc | apache-2.0 | paulcwarren/spring-content,paulcwarren/spring-content,paulcwarren/spring-content |
7c9da1be4bb85002515de4a46fb0f48d11c2410c | modules/adding-custom-notification-banners.adoc | modules/adding-custom-notification-banners.adoc | // Module included in the following assemblies:
//
// * web_console/customizing-the-web-console.adoc
[id="creating-custom-notification-banners_{context}"]
= Creating custom notification banners
.Prerequisites
* You must have administrator privileges.
.Procedure
. From *Administration* -> *Custom Resource Definitio... | // Module included in the following assemblies:
//
// * web_console/customizing-the-web-console.adoc
[id="creating-custom-notification-banners_{context}"]
= Creating custom notification banners
.Prerequisites
* You must have administrator privileges.
.Procedure
. From *Administration* -> *Custom Resource Definitio... | Fix navigation path and CRD format in creating-custom-notification-banners | Fix navigation path and CRD format in creating-custom-notification-banners
| AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
b491eccf9891ea00adbfc25ee2ba8d818c94aab0 | storage/persistent_storage/persistent-storage-fibre.adoc | storage/persistent_storage/persistent-storage-fibre.adoc | [id="persistent-storage-using-fibre"]
= Persistent storage using Fibre Channel
include::modules/common-attributes.adoc[]
:context: persistent-storage-fibre
toc::[]
{product-title} supports Fibre Channel, allowing you to provision your
{product-title} cluster with persistent storage using Fibre channel volumes.
Some f... | [id="persistent-storage-using-fibre"]
= Persistent storage using Fibre Channel
include::modules/common-attributes.adoc[]
:context: persistent-storage-fibre
toc::[]
{product-title} supports Fibre Channel, allowing you to provision your
{product-title} cluster with persistent storage using Fibre channel volumes.
Some f... | Update FC link to RHEL8 doc | Update FC link to RHEL8 doc
| AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
4a2d56157a40d1a150cf84a5c61a02bf94a2748f | docs/plugins/security.asciidoc | docs/plugins/security.asciidoc | [[security]]
== Security Plugins
Security plugins add a security layer to Elasticsearch.
[float]
=== Core security plugins
The core security plugins are:
link:/products/shield[Shield]::
Shield is the Elastic product that makes it easy for anyone to add
enterprise-grade security to their ELK stack. Designed to add... | [[security]]
== Security Plugins
Security plugins add a security layer to Elasticsearch.
[float]
=== Core security plugins
The core security plugins are:
link:/products/shield[Shield]::
Shield is the Elastic product that makes it easy for anyone to add
enterprise-grade security to their ELK stack. Designed to add... | Add Kerberos/SPNEGO Shield custom realm | Add Kerberos/SPNEGO Shield custom realm
Closes #14282
| AsciiDoc | apache-2.0 | baishuo/elasticsearch_v2.1.0-baishuo,baishuo/elasticsearch_v2.1.0-baishuo,baishuo/elasticsearch_v2.1.0-baishuo,baishuo/elasticsearch_v2.1.0-baishuo,baishuo/elasticsearch_v2.1.0-baishuo,baishuo/elasticsearch_v2.1.0-baishuo,baishuo/elasticsearch_v2.1.0-baishuo |
6ccce2182eab5c6ab6e55038aef4c7519704a6eb | docs/user-manual/modules/ROOT/pages/exchange-pattern.adoc | docs/user-manual/modules/ROOT/pages/exchange-pattern.adoc | [[ExchangePattern-ExchangePattern]]
= Exchange Pattern
There are many different _Message Exchange Patterns_ you can use in
messaging. This concept is also demonstrated in WSDL and JBI's MEPs.
From there xref:enterprise-integration-patterns.adoc[Enterprise
Integration Patterns] the common examples are
* Request Reply... | [[ExchangePattern-ExchangePattern]]
= Exchange Pattern
There are many different _Message Exchange Patterns_ you can use in
messaging. This concept is also demonstrated in WSDL and JBI's MEPs.
From there xref:enterprise-integration-patterns.adoc[Enterprise
Integration Patterns] the common examples are
* Request Reply... | Remove dead link to javadoc of ExchangePattern | Remove dead link to javadoc of ExchangePattern
use the fully qualified name so that users can find the enumeration easily as the information is no more available from the link that is removed. | AsciiDoc | apache-2.0 | mcollovati/camel,nikhilvibhav/camel,CodeSmell/camel,alvinkwekel/camel,adessaigne/camel,pmoerenhout/camel,adessaigne/camel,tadayosi/camel,tadayosi/camel,adessaigne/camel,cunningt/camel,pmoerenhout/camel,tadayosi/camel,tdiesler/camel,pmoerenhout/camel,zregvart/camel,DariusX/camel,DariusX/camel,tdiesler/camel,ullgren/came... |
85f7f9b2d184d8552f8e58dce96c32045d7066d9 | docs/en/rest-api/security/change-password.asciidoc | docs/en/rest-api/security/change-password.asciidoc | [role="xpack"]
[[security-api-change-password]]
=== Change Password API
The Change Password API enables you to submit a request to change the password
of a user.
==== Request
`POST _xpack/security/user/_password` +
`POST _xpack/security/user/<username>/_password`
==== Path Parameters
`username`::
(string) The ... | [role="xpack"]
[[security-api-change-password]]
=== Change Password API
The Change Password API enables you to submit a request to change the password
of a user.
==== Request
`POST _xpack/security/user/_password` +
`POST _xpack/security/user/<username>/_password`
==== Path Parameters
`username`::
(string) The ... | Fix formatting in change password API | [DOCS] Fix formatting in change password API
Original commit: elastic/x-pack-elasticsearch@acbe051abb686fb46f20b22a29b3d4330dd46de9
| AsciiDoc | apache-2.0 | gingerwizard/elasticsearch,GlenRSmith/elasticsearch,gingerwizard/elasticsearch,robin13/elasticsearch,robin13/elasticsearch,gfyoung/elasticsearch,gingerwizard/elasticsearch,nknize/elasticsearch,scorpionvicky/elasticsearch,uschindler/elasticsearch,coding0011/elasticsearch,HonzaKral/elasticsearch,gingerwizard/elasticsearc... |
d297b25ce2d534a810bdbc3f2eca4673ec629265 | docs/reference/setup/sysconfig/file-descriptors.asciidoc | docs/reference/setup/sysconfig/file-descriptors.asciidoc | [[file-descriptors]]
=== File Descriptors
[NOTE]
This is only a problem for Linux and macOS and can be safely ignored if running
Elasticsearch on Windows.
Elasticsearch uses a lot of file descriptors or file handles. Running out of
file descriptors can be disastrous and will most probably lead to data loss.
Make sur... | [[file-descriptors]]
=== File Descriptors
[NOTE]
This is only relevant for Linux and macOS and can be safely ignored if running
Elasticsearch on Windows. On Windows that JVM uses an
https://msdn.microsoft.com/en-us/library/windows/desktop/aa363858(v=vs.85).aspx[API]
limited only by available resources.
Elasticsearch ... | Reword note about windows and FDs | Reword note about windows and FDs
Make it clear why this isn't a thing in windows and remove value
judgement about file descriptors.
Relates to #20737
| AsciiDoc | apache-2.0 | strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc |
f3da03d57b00315d9ba6ff4c8cead9a29dbd65d1 | modules/efk-logging-uninstall-efk.adoc | modules/efk-logging-uninstall-efk.adoc | // Module included in the following assemblies:
//
// * logging/efk-logging-uninstall.adoc
[id='efk-logging-uninstall-efk_{context}']
= Uninstalling EFK from {product-title}
Use the following command to remove everything generated during the deployment.
| // Module included in the following assemblies:
//
// * logging/efk-logging-uninstall.adoc
[id='efk-logging-uninstall-efk_{context}']
= Uninstalling EFK from {product-title}
Use the following command to remove everything generated during the deployment.
----
#oc delete clusterlogging $clusterlogging_names -n openshi... | Add steps to delete EFK | Add steps to delete EFK
| AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
08f839908361cea92e6e4169164e5bdc5d5926a3 | docs/user-manual/en/release-notes/camel-2183-release.adoc | docs/user-manual/en/release-notes/camel-2183-release.adoc | [[Camel2.18.3Release-Camel2.18.3Release]]
== Camel 2.18.3 Release
### New and Noteworthy
Welcome to the 2.18.3 release which is mainly a maintenance release with
38 fixes resolved.
For further details,
see https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12339161&projectId=12311211[the
list of JIRA iss... | [[Camel2.18.3Release-Camel2.18.3Release]]
== Camel 2.18.3 Release
### New and Noteworthy
Welcome to the 2.18.3 release which is mainly a maintenance release with
38 fixes resolved.
For further details,
see https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12339161&projectId=12311211[the
list of JIRA iss... | Fix typo in Camel 2.18.3 release notes | Fix typo in Camel 2.18.3 release notes
| AsciiDoc | apache-2.0 | tadayosi/camel,punkhorn/camel-upstream,CodeSmell/camel,pax95/camel,ullgren/camel,sverkera/camel,apache/camel,jamesnetherton/camel,DariusX/camel,cunningt/camel,sverkera/camel,apache/camel,davidkarlsen/camel,apache/camel,davidkarlsen/camel,nicolaferraro/camel,onders86/camel,punkhorn/camel-upstream,pmoerenhout/camel,pmoer... |
06b7a81cf53a0be5a9eb7c0ff0f2b03a2e143e32 | impl/src/docs/asciidoc/index.adoc | impl/src/docs/asciidoc/index.adoc | include::{generated}/overview.adoc[]
include::manual_rest_doc.adoc[]
include::{generated}/paths.adoc[]
| :generated: ../../../target/generated-docs/asciidoc
include::{generated}/overview.adoc[]
include::manual_rest_doc.adoc[]
include::{generated}/paths.adoc[]
| Enable IDE rendering of generated Swagger documentation | Enable IDE rendering of generated Swagger documentation
| AsciiDoc | mit | jugda/dukecon_server,jugda/dukecon_server,dukecon/dukecon_server,dukecon/dukecon_server,dukecon/dukecon_server,jugda/dukecon_server |
83bd6acf107969a954334c1171a5e43bdd2da508 | docs/reference/analysis/tokenfilters/delimited-payload-tokenfilter.asciidoc | docs/reference/analysis/tokenfilters/delimited-payload-tokenfilter.asciidoc | [[analysis-delimited-payload-tokenfilter]]
=== Delimited Payload Token Filter
Named `delimited_payload_filter`. Splits tokens into tokens and payload whenever a delimiter character is found.
Example: "the|1 quick|2 fox|3" is split per default int to tokens `fox`, `quick` and `the` with payloads `1`, `2` and `3` respe... | [[analysis-delimited-payload-tokenfilter]]
=== Delimited Payload Token Filter
Named `delimited_payload_filter`. Splits tokens into tokens and payload whenever a delimiter character is found.
Example: "the|1 quick|2 fox|3" is split by default into tokens `the`, `quick`, and `fox` with payloads `1`, `2`, and `3` respec... | Fix minor issues in delimited payload token filter docs | Fix minor issues in delimited payload token filter docs
This commit backports commit b4fbe1e1b80dc47120de5111e31c12db5d514af2
from master to 2.x.
Relates #15486
| AsciiDoc | apache-2.0 | strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test |
e97fdb6a66be7a40cfb784132c37d769e7789040 | opennms-doc/releasenotes/src/asciidoc/releasenotes/whatsnew-22.adoc | opennms-doc/releasenotes/src/asciidoc/releasenotes/whatsnew-22.adoc | [[releasenotes-22]]
== What's New in OpenNMS Horizon 22
=== System Requirements
TODO
=== Important Upgrade Notes
* All collectors using the JMXSecureCollector, MX4JCollector or JBossCollector must be migrated to use the JMXCollector instead.
* All monitors using the JBossMonitor or JMXSecureMonitor must be migrated... | [[releasenotes-22]]
== What's New in OpenNMS Horizon 22
=== System Requirements
TODO
=== Important Upgrade Notes
* All collectors using the `JMXSecureCollector`, `MX4JCollector` or `JBossCollector` must be migrated to use the `Jsr160Collector` instead.
* All monitors using the `JBossMonitor` or `JMXSecureMonitor` m... | Make it more clear which collector/detector/monitor to use instead | HZN-1194: Make it more clear which collector/detector/monitor to use instead
| AsciiDoc | agpl-3.0 | aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms |
9593414c2736a67523c55c0ed5175a3afe19e75e | docs/src/main/asciidoc/spring-cloud-bus.adoc | docs/src/main/asciidoc/spring-cloud-bus.adoc | = Spring Cloud Bus
:github: https://github.com/spring-cloud/spring-cloud-config
:githubmaster: {github}/tree/master
:docslink: {githubmaster}/docs/src/main/asciidoc
:toc:
include::intro.adoc[]
include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/docs/src/main/asciidoc/contributing-docs.ad... | = Spring Cloud Bus
:github: https://github.com/spring-cloud/spring-cloud-config
:githubmaster: {github}/tree/master
:docslink: {githubmaster}/docs/src/main/asciidoc
:toc:
include::intro.adoc[]
include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/docs/src/main/asciidoc/contributing-docs.ad... | Add paragraph about destination parameter in Bus endpoints | Add paragraph about destination parameter in Bus endpoints
Fixes gh-16
| AsciiDoc | apache-2.0 | spring-cloud/spring-cloud-bus,jkuipers/spring-cloud-bus,jkuipers/spring-cloud-bus,jkuipers/spring-cloud-bus,spring-cloud/spring-cloud-bus |
c047ced0e1d5d855db7fffebd9a61ea15d7805d6 | README.adoc | README.adoc | Ctrlflow Automated Error Reporting Client Examples
==================================================
Examples of how to use various clients to communicate with the https://www.ctrlflow.com/automated-error-reporting/[Ctrlflow Automated Error Reporting (AER) server].
At the moment, the following examples are available... | Ctrlflow Automated Error Reporting Client Examples
==================================================
Examples of how to use various clients to communicate with the https://www.ctrlflow.com/automated-error-reporting/[Ctrlflow Automated Error Reporting (AER) server].
At the moment, the following examples are available... | Fix link to Log4j 2 example | Fix link to Log4j 2 example
| AsciiDoc | epl-1.0 | codetrails/ctrlflow-aer-client-examples |
bcb7c2ad58570f8725430c4c97b6a614cc6d0b85 | docs/src/main/asciidoc/intro.adoc | docs/src/main/asciidoc/intro.adoc | This project provides Etcd integrations for Spring Boot apps through autoconfiguration
and binding to the Spring Environment and other Spring programming model idioms. With a few
simple annotations you can quickly enable and configure the common patterns inside your
application and build large distributed systems with ... | This project provides Etcd integrations for Spring Boot apps through autoconfiguration
and binding to the Spring Environment and other Spring programming model idioms. With a few
simple annotations you can quickly enable and configure the common patterns inside your
application and build large distributed systems with ... | Remove reference to "circuit breaker" | Remove reference to "circuit breaker"
| AsciiDoc | apache-2.0 | lburgazzoli/spring-cloud-etcd,spring-cloud-incubator/spring-cloud-etcd,spring-cloud-incubator/spring-cloud-etcd,lburgazzoli/spring-cloud-etcd |
b49f137c67edec7852b254d22eb0e768c03c64ee | docs/reference/analysis/tokenfilters/keyword-marker-tokenfilter.asciidoc | docs/reference/analysis/tokenfilters/keyword-marker-tokenfilter.asciidoc | [[analysis-keyword-marker-tokenfilter]]
=== Keyword Marker Token Filter
Protects words from being modified by stemmers. Must be placed before
any stemming filters.
[cols="<,<",options="header",]
|=======================================================================
|Setting |Description
|`keywords` |A list of words... | [[analysis-keyword-marker-tokenfilter]]
=== Keyword Marker Token Filter
Protects words from being modified by stemmers. Must be placed before
any stemming filters.
[cols="<,<",options="header",]
|=======================================================================
|Setting |Description
|`keywords` |A list of words... | Fix typo in sample json | Fix typo in sample json
Fixes #9253
| AsciiDoc | apache-2.0 | fubuki/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch,aparo/elasticsearch,aparo/elasticsearch,aparo/elasticsearch,aparo/elasticsearch,fubuki/elasticsearch,aparo/elasticsearch,aparo/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch |
10dbb38a2730e5574db4ea759c1e4701827da926 | revapi-site/src/site/modules/news/pages/news/20200614-bugfix-release.adoc | revapi-site/src/site/modules/news/pages/news/20200614-bugfix-release.adoc | == Bugfix Release
:docname: 20200614-bugfix-release
:page-publish_date: 2020-06-14
:page-layout: news-article
The `revapi-java` extension released a couple of weeks ago contained a rather ugly regression that caused an index out
of bounds exception on interfaces that override methods from `java.lang.Object`.
This has... | = Bugfix Release
:docname: 20200614-bugfix-release
:page-publish_date: 2020-06-14
:page-layout: news-article
The `revapi-java` extension released a couple of weeks ago contained a rather ugly regression that caused an index out
of bounds exception on interfaces that override methods from `java.lang.Object`.
This has ... | Fix the news article to start with a top-level header. | Fix the news article to start with a top-level header.
| AsciiDoc | apache-2.0 | revapi/revapi,revapi/revapi,revapi/revapi |
1d82c1aa68b1b7a9e2efb75cdd7dd83899b470bc | README.adoc | README.adoc | # SAAV
Software application to analyse and visualise research output in the humanities and social sciences
# Documentation
* link:CONTRIBUTING.adoc[Development Setup]
* link:docs/architecture-and-design.adoc[Architecture & Design]
* link:docs/deployment.adoc[Deployment]
# Live
The latest milestone is deployed via ... | # SAAV image:https://travis-ci.org/fhnw-saav/saav.svg?branch=master["Build Status", link="https://travis-ci.org/fhnw-saav/saav"]
Software application to analyse and visualise research output in the humanities and social sciences
# Documentation
* link:CONTRIBUTING.adoc[Development Setup]
* link:docs/architecture-and... | Revert "Remove travis badge until false positives are fixed" | Revert "Remove travis badge until false positives are fixed"
This reverts commit 9d4ef4e9570c0cab394cf7f52251903aa1679568.
| AsciiDoc | mit | fhnw-saav/saav |
4ae5c0d93da2e2a9ae5af020e22baad440eab3a4 | docs/reference/search/request/fielddata-fields.asciidoc | docs/reference/search/request/fielddata-fields.asciidoc | [[search-request-fielddata-fields]]
=== Field Data Fields
Allows to return the field data representation of a field for each hit, for
example:
[source,js]
--------------------------------------------------
{
"query" : {
...
},
"fielddata_fields" : ["test1", "test2"]
}
-----------------------------... | [[search-request-fielddata-fields]]
=== Field Data Fields
Allows to return the <<fielddata,field data>> representation of a field for each hit, for
example:
[source,js]
--------------------------------------------------
{
"query" : {
...
},
"fielddata_fields" : ["test1", "test2"]
}
---------------... | Add link to field data docs from field data fields | Add link to field data docs from field data fields
This commit adds a link to the field data docs from the field data
fields docs for completeness.
Closes #17672
| AsciiDoc | apache-2.0 | a2lin/elasticsearch,gingerwizard/elasticsearch,fforbeck/elasticsearch,gfyoung/elasticsearch,rajanm/elasticsearch,sneivandt/elasticsearch,winstonewert/elasticsearch,myelin/elasticsearch,myelin/elasticsearch,wangtuo/elasticsearch,i-am-Nathan/elasticsearch,wenpos/elasticsearch,scorpionvicky/elasticsearch,Shepard1212/elast... |
88390a3d7353cf36ea47e49c684a4f44c6885855 | class_diagram.adoc | class_diagram.adoc | = A test for embedding a SVG image
.Caption for a SVG diagram
image::Vsw9cGkj8bJjEBr6.svg[width=417]
* I'd like to remove a redundant vertical space between the diagram above and the caption.
* I suppose Height 275 below is too much.
<<
/Name /Im7
/Type /XObject
/Length 29 0 R
/Filter /FlateDecode
... | = A test for embedding a SVG image
.Caption for a SVG diagram
image::Vsw9cGkj8bJjEBr6.svg[]
You must be add `width` and `height` attributes to the root `<svg>` element to avoid
redundant spaces.
In the above example, I added `width="441.0" height="265.5"`.
| Update explanation about adding width and height to the root svg element | Update explanation about adding width and height to the root svg element
| AsciiDoc | mit | hnakamur/asciidoctor-fopub-embed-svg-example |
95c7436639298eb9bd764af8c5df0631bf2e4999 | optaplanner-docs/src/main/asciidoc/Chapter-Planner_introduction/Chapter-Planner_introduction.adoc | optaplanner-docs/src/main/asciidoc/Chapter-Planner_introduction/Chapter-Planner_introduction.adoc | [[plannerIntroduction]]
= OptaPlanner Introduction
:doctype: book
:sectnums:
:toc: left
:icons: font
:experimental:
:sourcedir: .
include::Section-What_is_OptaPlanner.adoc[leveloffset=+2]
include::Section-Section-What_is_a_planning_problem.adoc[leveloffset=+2]
include::Section-Requirements.adoc[leveloffset=+2]
incl... | [[plannerIntroduction]]
= OptaPlanner Introduction
:doctype: book
:sectnums:
:toc: left
:icons: font
:experimental:
:sourcedir: .
include::Section-What_is_OptaPlanner.adoc[]
include::Section-What_is_a_planning_problem.adoc[]
include::Section-Requirements.adoc[]
include::Section-Governance.adoc[]
include::Section-D... | Fix leveloffset problem + invalid include problem | Fix leveloffset problem + invalid include problem
| AsciiDoc | apache-2.0 | droolsjbpm/optaplanner,gsheldon/optaplanner,tkobayas/optaplanner,baldimir/optaplanner,gsheldon/optaplanner,droolsjbpm/optaplanner,droolsjbpm/optaplanner,tkobayas/optaplanner,gsheldon/optaplanner,baldimir/optaplanner,baldimir/optaplanner,tkobayas/optaplanner,droolsjbpm/optaplanner,gsheldon/optaplanner,baldimir/optaplann... |
035d209809410507b0da958e325da2b80d993c33 | doc/manuals/osmobts-usermanual.adoc | doc/manuals/osmobts-usermanual.adoc | :gfdl-enabled:
OsmoBTS User Manual
===================
Harald Welte <hwelte@sysmocom.de>
include::../common/chapters/preface.adoc[]
include::chapters/overview.adoc[]
include::../common/chapters/abis.adoc[]
include::chapters/interfaces.adoc[]
include::chapters/control.adoc[]
include::../common/chapters/vty.adoc[]... | :gfdl-enabled:
OsmoBTS User Manual
===================
Harald Welte <hwelte@sysmocom.de>
include::../common/chapters/preface.adoc[]
include::chapters/overview.adoc[]
include::../common/chapters/abis.adoc[]
include::chapters/interfaces.adoc[]
include::chapters/control.adoc[]
include::../common/chapters/vty.adoc[]... | Introduce chapter trx_if.adoc and add it to OsmoTRX and OsmoBTS | Introduce chapter trx_if.adoc and add it to OsmoTRX and OsmoBTS
This chapter defines the protocol used between osmo-trx and
osmo-bts-trx.
Most of the text comes originally from osmo-trx.git/README, as it's the
only known documentation of the protocol other than the code itself.
Change-Id: I56c418eef0f826ae1aadbed5b1... | AsciiDoc | agpl-3.0 | osmocom/osmo-bts,osmocom/osmo-bts,osmocom/osmo-bts |
7d9f04ced61c3fc4685e8f7286f73e8580fc7935 | README.adoc | README.adoc | = JSR 377 - Desktop|Embedded Application API
Contains the specification and API sources for link:https://jcp.org/en/jsr/detail?id=377[JSR-377].
== Additional resources
link:http://jsr377-api.40747.n7.nabble.com[Forum / Mailing List]
| = JSR 377 - Desktop|Embedded Application API
Contains the specification and API sources for link:https://jcp.org/en/jsr/detail?id=377[JSR-377].
image:https://badges.gitter.im/Join%20Chat.svg[Gitter, link="https://gitter.im/jsr377/jsr377-api?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge"]
== Additional reso... | Add a gitter chat badge | Add a gitter chat badge
| AsciiDoc | apache-2.0 | jsr377/jsr377-api |
b2a58db595812b0bc713e0ccc6ce5c1cee8a7011 | docs/modules/ROOT/pages/badging.adoc | docs/modules/ROOT/pages/badging.adoc | = Badging Your App
You can set the badge count on your app's icon using:
[source,csharp]
----
bool SetBadgeCount(int count)
----
.Parameters
[cols="1,2a"]
|===
|Parameter |Description
|count |The number to assign as a badge to the application's icon
|===
This function will return `true` if it was able to set the bad... | = Badging Your App
You can set the badge count on your app's icon using:
[source,csharp]
----
bool SetBadgeCount(int count)
----
.Parameters
[cols="1,2a"]
|===
|Parameter |Description
|count |The number to assign as a badge to the application's icon
|===
This function will return `true` if it was able to set the bad... | Fix close tag on table | Fix close tag on table
| AsciiDoc | apache-2.0 | GoCarrot/teak-unity,GoCarrot/teak-unity,GoCarrot/teak-unity,GoCarrot/teak-unity,GoCarrot/teak-unity |
6b8d34a047d378b92af0a088faddf40f9b930d27 | service_mesh/v2x/installing-ossm.adoc | service_mesh/v2x/installing-ossm.adoc | :_content-type: ASSEMBLY
[id="installing-ossm"]
= Installing the Operators
include::modules/ossm-document-attributes.adoc[]
:context: installing-ossm
toc::[]
To install {ProductName}, first install the required Operators on {product-title} and then create a `ServiceMeshControlPlane` resource to deploy the control pla... | :_content-type: ASSEMBLY
[id="installing-ossm"]
= Installing the Operators
include::modules/ossm-document-attributes.adoc[]
:context: installing-ossm
toc::[]
To install {ProductName}, first install the required Operators on {product-title} and then create a `ServiceMeshControlPlane` resource to deploy the control pla... | Add admonition to overview of Installing the Operators topic | OSSMDOC-363: Add admonition to overview of Installing the Operators topic
| AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
ecbc7774ca473e63b6e89e0de4213adb430283db | docs/reference/query-dsl/match-all-query.asciidoc | docs/reference/query-dsl/match-all-query.asciidoc | [[query-dsl-match-all-query]]
== Match All Query
The most simple query, which matches all documents, giving them all a `_score`
of `1.0`.
[source,js]
--------------------------------------------------
{ "match_all": {} }
--------------------------------------------------
The `_score` can be changed with the `boost` ... | [[query-dsl-match-all-query]]
== Match All Query
The most simple query, which matches all documents, giving them all a `_score`
of `1.0`.
[source,js]
--------------------------------------------------
{ "match_all": {} }
--------------------------------------------------
The `_score` can be changed with the `boost` ... | Add query to Query DSL documentation | Docs: Add query to Query DSL documentation
We already introduced the MatchNoneQueryBuilder query that does not
return any documents, mainly because we needed it for internal
representation of the NONE option in the IndicesQueryBuilder.
However, the query was requested at least once also for the query dsl,
and since we... | AsciiDoc | apache-2.0 | sneivandt/elasticsearch,F0lha/elasticsearch,MaineC/elasticsearch,girirajsharma/elasticsearch,yanjunh/elasticsearch,shreejay/elasticsearch,s1monw/elasticsearch,markwalkom/elasticsearch,avikurapati/elasticsearch,masaruh/elasticsearch,jpountz/elasticsearch,JackyMai/elasticsearch,i-am-Nathan/elasticsearch,clintongormley/el... |
e2595ec76fe53f6b93ec20cccd115e31b505e8a2 | doc/resources/doc/sources/index.adoc | doc/resources/doc/sources/index.adoc | = Edge Documentation
Edge is a starting point for creating Clojure projects.
Not sure if Edge is for you? See <<why-edge.adoc#,Why Edge?>>.
== First Steps
Are you new to Edge?
This is the place to start!
Install the tools::
. link:https://clojure.org/guides/getting_started[Install clj] (<<windows.adoc#,Instructions... | = Edge Documentation
Edge is a starting point for creating Clojure projects.
Not sure if Edge is for you? See <<why-edge.adoc#,Why Edge?>>.
== First Steps
Are you new to Edge?
This is the place to start!
Install the tools::
. link:https://clojure.org/guides/getting_started[Install clj] (<<windows.adoc#,Instructions... | Comment out dead links in docs | Comment out dead links in docs
| AsciiDoc | mit | juxt/edge,juxt/edge |
ba711af49499a0542b95e55849b7fac53df14bf9 | README.adoc | README.adoc | = JBoss Fuse
:toc:
:icons: font
Red Hat JBoss Fuse is a lightweight, flexible integration platform that enables rapid integration
across the extended enterprise—on-premise or in the cloud.
Based on Apache Camel, Fuse leverages pattern-based integration, a rich connector catalog, and extensive
data transformation capa... | image:https://img.shields.io/badge/stack%20overflow-jbossfuse-red.svg?colorB=cc0000[link="https://stackoverflow.com/questions/tagged/jbossfuse"]
= JBoss Fuse
:toc:
:icons: font
Red Hat JBoss Fuse is a lightweight, flexible integration platform that enables rapid integration
across the extended enterprise—on-premise o... | Add shield link to Stack Overflow | Add shield link to Stack Overflow
| AsciiDoc | apache-2.0 | jboss-fuse/fuse-karaf,jboss-fuse/fuse-karaf,jboss-fuse/fuse-karaf |
77d95955245c2aba93ab4298086f274236da3f6e | README.adoc | README.adoc | Quick-n-dirty PHP router
========================
[quote]
A *transitionary* router to help upgrading an old PHP codebase to a more modern
set of standards.
More information is available
http://ciarand.me/posts/refactoring-php-part-1/[on my blog].
Usage
-----
Require it in your project:
[source, bash]
composer requ... | Quick-n-dirty PHP router
========================
[quote]
A *transitionary* router to help upgrading an old PHP codebase to a more modern
set of standards.
More information is available
http://ciarand.me/posts/refactoring-php-part-1/[on my blog].
Usage
-----
Require it in your project:
[source, bash]
composer requ... | Remove echo from mv script | Remove echo from mv script
| AsciiDoc | bsd-2-clause | ciarand/quick-n-dirty-php-router |
790458237240a68bae22e5aefaa6014fed779bdf | docs/parity.adoc | docs/parity.adoc | = Parity
ifdef::env-github,env-browser[:outfilesuffix: .adoc]
ifndef::rootdir[:rootdir: ../]
:imagesdir: {rootdir}/images
https://ethcore.io/parity.html[Parity] is an Ethereum client
actively developed as an open source project on https://github.com/ethcore/parity[github].
There are a default configuration (link:par... | = Parity
ifdef::env-github,env-browser[:outfilesuffix: .adoc]
ifndef::rootdir[:rootdir: ../]
:imagesdir: {rootdir}/images
https://ethcore.io/parity.html[Parity] is an Ethereum client
actively developed as an open source project on https://github.com/ethcore/parity[github].
There are a default configuration (link:../... | Fix relative link for AsciiDoc | Fix relative link for AsciiDoc
| AsciiDoc | apache-2.0 | ethereumproject/etherjar |
2125814cec60fad8f4073488b3cf381171f5c21d | Development-Guide/Basic-Command-Line-Guide/README.adoc | Development-Guide/Basic-Command-Line-Guide/README.adoc | Basic Command Line Guide
------------------------
This is a guide for common command line commands.
.sudo
----
Allows a user with proper permissions (such as an admin) to execute commands. You will need to enter a password for the command to run.
$ sudo <command>
e.g.
$ make install
(usually will output an error,... | = Basic Command Line Guide
This is a guide for common command line commands.
. `cd` is used to navigate through directories.
The usage is `cd <directory>`.
You can use `..` to go up a level.
+
.Example
----
cd Documents/
cd ..
----
. `ls` is used to list the contents in the current directory.
This command does not ... | Clean up documentation for basic command line guide for accuracy and aeshetics. | Clean up documentation for basic command line guide for accuracy and aeshetics.
| AsciiDoc | agpl-3.0 | UCSolarCarTeam/Recruit-Resources,UCSolarCarTeam/Recruit-Resources,UCSolarCarTeam/Recruit-Resources,UCSolarCarTeam/Recruit-Resources |
cb36b5f565266d8366439ae4a4918a93ce60f034 | doc/index.adoc | doc/index.adoc | ---
layout: documentation
---
:title: Muon Java
:date: 2015-01-05 11:40
:comments: true
:sharing: true
:source-highlighter: pygments
:toc: right
:toc-title: Muon Java
:toclevels: 6
# Muon Java
Muon Java is the implementation of the Muon microservices toolkit, for the Java platform. Muon enables you to easily build
mi... | ---
layout: documentation
---
:title: Muon Java
:date: 2015-01-05 11:40
:comments: true
:sharing: true
:source-highlighter: pygments
:toc: right
:toc-title: Muon Java
:toclevels: 6
:includedir: .
ifdef::env-doc[]
:includedir: submodules/java/doc
endif::[]
## Muon Java
Muon Java is the implementation of the Muon micr... | Update docs in the documentation project | Update docs in the documentation project
| AsciiDoc | apache-2.0 | microserviceux/muon-java,microserviceux/muon-java |
b6fab6f749e2ab65a445fea7fbd3858890669c6e | README.adoc | README.adoc | # Janitor - Keeping your Pocket clean since 2016
image:https://travis-ci.org/techdev-solutions/janitor.svg?branch=master["Build Status",link="https://travis-ci.org/techdev-solutions/janitor"]
An application to perform cleanup work using the https://getpocket.com[Pocket API].
## API Documentation
The documentation for... | # Janitor image:https://travis-ci.org/techdev-solutions/janitor.svg?branch=master["Build Status",link="https://travis-ci.org/techdev-solutions/janitor"]
An application to perform cleanup work using the https://getpocket.com[Pocket API].
## API Documentation
The documentation for the Kotlin API bindings can be found h... | Move Travis CI badge again | Move Travis CI badge again
| AsciiDoc | apache-2.0 | techdev-solutions/janitor,techdev-solutions/janitor |
8ac5a98b87c377e97174f7a279a2f103f458b67d | docs/reference/migration/index.asciidoc | docs/reference/migration/index.asciidoc | [[breaking-changes]]
= Breaking changes
[partintro]
--
This section discusses the changes that you need to be aware of when migrating
your application from one version of Elasticsearch to another.
As a general rule:
* Migration between major versions -- e.g. `1.x` to `2.x` --
requires a <<restart-upgrade,full clus... | [[breaking-changes]]
= Breaking changes
[partintro]
--
This section discusses the changes that you need to be aware of when migrating
your application from one version of Elasticsearch to another.
As a general rule:
* Migration between major versions -- e.g. `1.x` to `2.x` --
requires a <<restart-upgrade,full clus... | Remove links to nonexistent migration docs | Remove links to nonexistent migration docs
| AsciiDoc | apache-2.0 | mjason3/elasticsearch,xuzha/elasticsearch,fred84/elasticsearch,ThiagoGarciaAlves/elasticsearch,scorpionvicky/elasticsearch,ricardocerq/elasticsearch,MaineC/elasticsearch,alexshadow007/elasticsearch,vroyer/elassandra,MisterAndersen/elasticsearch,Stacey-Gammon/elasticsearch,elasticdog/elasticsearch,yanjunh/elasticsearch,... |
887bd0a9c2905e0ecadc058c2339d24d35cb6ce5 | docs/reference/indices/get-mapping.asciidoc | docs/reference/indices/get-mapping.asciidoc | [[indices-get-mapping]]
== Get Mapping
The get mapping API allows to retrieve mapping definitions for an index or
index/type.
[source,js]
--------------------------------------------------
curl -XGET 'http://localhost:9200/twitter/_mapping/tweet'
--------------------------------------------------
[float]
=== Multipl... | [[indices-get-mapping]]
== Get Mapping
The get mapping API allows to retrieve mapping definitions for an index or
index/type.
[source,js]
--------------------------------------------------
curl -XGET 'http://localhost:9200/twitter/_mapping/tweet'
--------------------------------------------------
[float]
=== Multipl... | Update to the new {index}/_mapping/{type} format | [DOCS] Update to the new {index}/_mapping/{type} format | AsciiDoc | apache-2.0 | 18098924759/elasticsearch,kubum/elasticsearch,AleksKochev/elasticsearch,iamjakob/elasticsearch,amaliujia/elasticsearch,petabytedata/elasticsearch,sjohnr/elasticsearch,infusionsoft/elasticsearch,yanjunh/elasticsearch,dataduke/elasticsearch,mcku/elasticsearch,kubum/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,Chhun... |
0cd63a5e82762a748021f29d7a370bd5ae6fd7bd | src/docs/asciidoc/jme3/virtualreality.adoc | src/docs/asciidoc/jme3/virtualreality.adoc | = virtualreality
:author:
:revnumber:
:revdate: 2016/03/17 20:48
:relfileprefix: ../
:imagesdir: ..
ifdef::env-github,env-browser[:outfilesuffix: .adoc]
== OpenCV
== JavaCV
== Hand gesture links:
link:http://www.movesinstitute.org/~kolsch/HandVu/HandVu.html[http://www.movesinstitute.org/~kolsch/HandVu/HandVu.... | = virtualreality
:author:
:revnumber:
:revdate: 2016/10/23 11:22
:relfileprefix: ../
:imagesdir: ..
ifdef::env-github,env-browser[:outfilesuffix: .adoc]
jMonkeyEngine 3 has a wide range of support for Virtual Reality (VR). The known supported systems are:
HTC Vive and systems supporting SteamVR/OpenVR
Razer HDK and ... | Update the VR page to something more recent | Update the VR page to something more recent | AsciiDoc | cc0-1.0 | jMonkeyEngine/wiki.jmonkeyengine.org,jMonkeyEngine/wiki.jmonkeyengine.org,jMonkeyEngine/wiki.jmonkeyengine.org,jMonkeyEngine/wiki.jmonkeyengine.org |
d32f391de90c96ba09f72a1275817ddb9c5333ba | docs/reference/migration/migrate_5_5.asciidoc | docs/reference/migration/migrate_5_5.asciidoc | [[breaking-changes-5.5]]
== Breaking changes in 5.5
[[breaking_55_plugins]]
[float]
=== Ignoring hidden folders
Previous versions of Elasticsearch would skip hidden files and directories when
scanning the plugins folder. This allows broken plugin installs to remain
undetected so this leniency has been removed.
[[bre... | [[breaking-changes-5.5]]
== Breaking changes in 5.5
[[breaking_55_plugins]]
[float]
=== Ignoring hidden folders
Previous versions of Elasticsearch would skip hidden files and directories when
scanning the plugins folder. This allows broken plugin installs to remain
undetected so this leniency has been removed.
[[bre... | Add migration note on get alias and get mapping APIs | Add migration note on get alias and get mapping APIs
These APIs now return 404 if any requested alias or type, respectively,
does not exist. This commit adds a note to the migration docs regarding
this change.
| AsciiDoc | apache-2.0 | strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc |
6ae3afc30c23c482b8911ca22d18655dab5d52d7 | docs/reference/migration/migrate_6_2.asciidoc | docs/reference/migration/migrate_6_2.asciidoc | [[breaking-changes-6.2]]
== Breaking changes in 6.2
[[breaking_62_packaging]]
[float]
=== All permission bootstrap check
Elasticsearch installs a security manager during bootstrap to mitigate the scope
of exploits in the JDK, in third-party dependencies, and in Elasticsearch itself
as well as to sandbox untrusted plu... | [[breaking-changes-6.2]]
== Breaking changes in 6.2
[[breaking_62_packaging]]
[float]
=== All permission bootstrap check
Elasticsearch installs a security manager during bootstrap to mitigate the scope
of exploits in the JDK, in third-party dependencies, and in Elasticsearch itself
as well as to sandbox untrusted plu... | Add migration note on private temporary directory | Add migration note on private temporary directory
This commit adds a note to the migration docs on the packaging change to
always use a private temporary directory.
Relates #27624
| AsciiDoc | apache-2.0 | strapdata/elassandra,strapdata/elassandra,strapdata/elassandra,vroyer/elassandra,vroyer/elassandra,strapdata/elassandra,vroyer/elasticassandra,vroyer/elasticassandra,vroyer/elassandra,strapdata/elassandra,vroyer/elasticassandra |
e6cb9d642b262c347f31e84500cb2dc1309f42f1 | docs/java-api/query-dsl/type-query.asciidoc | docs/java-api/query-dsl/type-query.asciidoc | [[java-query-dsl-type-query]]
==== Type Query
deprecated[7.0.0, Types are being removed, prefer filtering on a field instead. For more information, please see <<removal-of-types>>.]
See {ref}/query-dsl-type-query.html[Type Query]
["source","java",subs="attributes,callouts,macros"]
-----------------------------------... | [[java-query-dsl-type-query]]
==== Type Query
deprecated[7.0.0, Types are being removed, prefer filtering on a field instead. For more information, please see {ref}/removal-of-types.html[Removal of mapping types].]
See {ref}/query-dsl-type-query.html[Type Query]
["source","java",subs="attributes,callouts,macros"]
--... | Fix a broken reference to types removal in the Java API docs. | Fix a broken reference to types removal in the Java API docs.
| AsciiDoc | apache-2.0 | gfyoung/elasticsearch,scorpionvicky/elasticsearch,gingerwizard/elasticsearch,gingerwizard/elasticsearch,uschindler/elasticsearch,scorpionvicky/elasticsearch,gingerwizard/elasticsearch,robin13/elasticsearch,robin13/elasticsearch,uschindler/elasticsearch,coding0011/elasticsearch,robin13/elasticsearch,robin13/elasticsearc... |
ca448933a53331a614d8516584f7201ddbe4d7fa | README.adoc | README.adoc | = Explorer for Hawkular
http://hawkular.org/[Hawkular] is a set of components for Monitoring.
This explorer connects to a Hawkular server and allows to browse trough
inventory and view entities, graph metrics.
.Main screen with availability pop-up
ifndef::env-github[]
image::docs/screenshot.png[]
endif::[]
ifdef::env... | = Explorer for Hawkular
http://hawkular.org/[Hawkular] is a set of components for Monitoring.
This explorer connects to a Hawkular server and allows to browse trough
inventory and view entities, graph metrics.
.Main screen with availability pop-up
ifndef::env-github[]
image::docs/screenshot.png[]
endif::[]
ifdef::env... | Add a blurb about SSL setup | Add a blurb about SSL setup
| AsciiDoc | apache-2.0 | pilhuhn/hawkfx |
bdc69a259f1a9c6ed1474bc864845466131a4137 | README.asciidoc | README.asciidoc | = jediterm-forge
Provides https://github.com/forge/core/[JBoss Forge] console component based on
https://github.com/JetBrains/jediterm[JediTerm] for Swing applications, like IntelliJ, NetBeans,
or standalone shell client.
== Build
* Clone this JediTerm repository fork:
** `git clone https://github.com/adamwy/jedit... | = jediterm-forge
Provides https://github.com/forge/core/[JBoss Forge] console component based on
https://github.com/JetBrains/jediterm[JediTerm] for Swing applications, like IntelliJ, NetBeans,
or standalone shell client.
== Build
* Clone this JediTerm repository fork:
** `git clone https://github.com/adamwy/jedit... | Remove JediTerm build instruction (since terminal jar is provided in repository) | Remove JediTerm build instruction (since terminal jar is provided in repository)
| AsciiDoc | epl-1.0 | adamwy/jediterm-forge,adamwy/jediterm-forge |
ed66e3f1c8faeeaa5eb9a5cacee5038b6cbfa3e9 | modules/cluster-logging-kibana-interface-launch.adoc | modules/cluster-logging-kibana-interface-launch.adoc | // Module included in the following assemblies:
//
// * logging/cluster-logging-kibana-interface.adoc
[id="cluster-logging-kibana-interface-launch_{context}"]
= Launching Kibana
Kibana is a browser-based console to query, discover, and visualize your logs through histograms, line graphs,
pie charts, heat maps, built-... | // Module included in the following assemblies:
//
// * logging/cluster-logging-kibana-interface.adoc
[id="cluster-logging-kibana-interface-launch_{context}"]
= Launching Kibana
Kibana is a browser-based console to query, discover, and visualize your logs through histograms, line graphs,
pie charts, heat maps, built-... | Add note on Kibana OAuth refresh | Add note on Kibana OAuth refresh
| AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
318833f165ed5f4322f8af664fe7aa2815b7298e | README.adoc | README.adoc | = Spring Boot and Two DataSources
This project demonstrates how to use two `DataSource` s with Spring Boot.
It utilizes:
* Spring Data https://github.com/spring-projects/spring-data-jpa[JPA] / https://github.com/spring-projects/spring-data-rest[REST]
* https://github.com/flyway/flyway[Flyway] migrations for the tw... | = Spring Boot and Two DataSources
This project demonstrates how to use two `DataSource` s with Spring Boot.
It utilizes:
* Spring Data https://github.com/spring-projects/spring-data-jpa[JPA] / https://github.com/spring-projects/spring-data-rest[REST]
* https://github.com/flyway/flyway[Flyway] migrations for the tw... | Add note about potential slow hosted app startup | Add note about potential slow hosted app startup
| AsciiDoc | unlicense | drumonii/SpringBootTwoDataSources |
e8d178b53565ea5e11b47d9697c0a6030fdbadf7 | README.adoc | README.adoc | == asciidoctor-fopub-embed-svg-example
An example for embedding SVG images in an asciidoctor document.
=== Setup
----
bundle install
----
=== How to make the target pdf file
Running the command below make the target pdf file named "class_diagram.pdf" out of "class_diagram.adoc"
----
bundle exec rake
----
=== Wat... | == asciidoctor-fopub-embed-svg-example
An example for embedding SVG images in an asciidoctor document.
=== Setup
----
bundle install
----
=== How to make the target pdf file
Running the command below make the target pdf file named "class_diagram.pdf" out of "class_diagram.adoc"
----
bundle exec rake
----
=== Wat... | Add links for example output files | Add links for example output files
| AsciiDoc | mit | hnakamur/asciidoctor-fopub-embed-svg-example |
947daf68d1efe1406f2a5e7b23834032cd1991fc | docs/reference/search/request/from-size.asciidoc | docs/reference/search/request/from-size.asciidoc | [[search-request-from-size]]
=== From / Size
Pagination of results can be done by using the `from` and `size`
parameters. The `from` parameter defines the offset from the first
result you want to fetch. The `size` parameter allows you to configure
the maximum amount of hits to be returned.
Though `from` and `size` ca... | [[search-request-from-size]]
=== From / Size
Pagination of results can be done by using the `from` and `size`
parameters. The `from` parameter defines the offset from the first
result you want to fetch. The `size` parameter allows you to configure
the maximum amount of hits to be returned.
Though `from` and `size` ca... | Add CONSOLE to from/size docs | Add CONSOLE to from/size docs
Relates to #18160
| AsciiDoc | apache-2.0 | a2lin/elasticsearch,qwerty4030/elasticsearch,liweinan0423/elasticsearch,mohit/elasticsearch,myelin/elasticsearch,StefanGor/elasticsearch,spiegela/elasticsearch,obourgain/elasticsearch,IanvsPoplicola/elasticsearch,shreejay/elasticsearch,shreejay/elasticsearch,JSCooke/elasticsearch,Shepard1212/elasticsearch,obourgain/ela... |
c89c7319b25f77de2f19ee422e0d0920db5b7d83 | README.adoc | README.adoc | = griffon-configuration-plugin
:linkattrs:
:project-name: griffon-configuration-plugin
image:http://img.shields.io/travis/griffon-plugins/{project-name}/master.svg["Build Status", link="https://travis-ci.org/griffon-plugins/{project-name}"]
image:http://img.shields.io/coveralls/griffon-plugins/{project-name}/master.sv... | = griffon-configuration-plugin
:linkattrs:
:project-name: griffon-configuration-plugin
image:http://img.shields.io/travis/griffon-plugins/{project-name}/master.svg["Build Status", link="https://travis-ci.org/griffon-plugins/{project-name}"]
image:http://img.shields.io/coveralls/griffon-plugins/{project-name}/master.sv... | Add Patreon badge to readme | Add Patreon badge to readme
| AsciiDoc | apache-2.0 | griffon-plugins/griffon-configuration-plugin |
b6b92fa99a37bad480c72b85c740bb2b249c6a08 | README.adoc | README.adoc | = Opal Runtime for Node.js
ifdef::env-github[]
image:https://img.shields.io/travis/mogztter/opal-runtime/master.svg[Travis build status, link=https://travis-ci.org/mogztter/opal-runtime]
image:http://img.shields.io/npm/v/opal-runtime.svg[npm version, link=https://www.npmjs.org/package/opal-runtime]
endif::[]
== Usage... | = Opal Runtime for Node.js
ifdef::env-github[]
image:https://img.shields.io/travis/Mogztter/opal-node-runtime/master.svg[Travis build status, link=https://travis-ci.org/Mogztter/opal-node-runtime]
image:http://img.shields.io/npm/v/opal-runtime.svg[npm version, link=https://www.npmjs.org/package/opal-runtime]
endif::[]... | Upgrade Travis build status badge | Upgrade Travis build status badge | AsciiDoc | mit | Mogztter/opal-node-runtime |
f929032a796496046819cac1342d75479d2fbdb6 | README.adoc | README.adoc | = flexy-pool
Author <mih_vlad@yahoo.com>
v1.0.0, 2014-02-25
:homepage: http://vladmihalcea.com/
== Introduction
The flexy-pool library brings adaptability to a given Connection Pool, allowing it to resize on demand.
This is very handy since most connection pools offer a limited set of dynamic configuration strategie... | = flexy-pool
Author <mih_vlad@yahoo.com>
v1.0.0, 2014-02-25
:homepage: http://vladmihalcea.com/
== Introduction
The flexy-pool library brings adaptability to a given Connection Pool, allowing it to resize on demand.
This is very handy since most connection pools offer a limited set of dynamic configuration strategie... | Add IMPORTANT section for Release status | Add IMPORTANT section for Release status
| AsciiDoc | apache-2.0 | mosoft521/flexy-pool,wgpshashank/flexy-pool,vladmihalcea/flexy-pool |
2ed2d5cd42b1734bf2f3fd932c9aaceee65959d3 | README.adoc | README.adoc | = Spring Boot, AngularJS 2, Kotlin demo
This is a demo which shows how to use Spring Boot, Spring Data JPA and AngularJS 2.
The demo is an implementation of Angular's Tour of Heroes tutorial. The demo is written in Kotlin and TypeScript.
The Heroes are stored in an in-memory H2 database. The H2 schema is managed by F... | = Spring Boot, AngularJS 2, Kotlin demo
This is a demo which shows how to use Spring Boot, Spring Data JPA and AngularJS 2.
The demo is an implementation of Angular's Tour of Heroes tutorial. The demo is written in Kotlin and TypeScript.
The Heroes are stored in an in-memory H2 database. The H2 schema is managed by F... | Add angular2-ui as a dependency to spring-boot-server | Add angular2-ui as a dependency to spring-boot-server
| AsciiDoc | apache-2.0 | RobWin/springboot-angular2-kotlin-demo,RobWin/springboot-angular2-kotlin-demo,RobWin/springboot-angular2-kotlin-demo,RobWin/springboot-angular2-kotlin-demo |
85d30b22bb8c2b74dfe8351533b4f4795319fd0b | README.adoc | README.adoc | = Flexy Pool
Author <mih_vlad@yahoo.com>
v1.0.0, 2014-02-25
:homepage: http://vladmihalcea.com/
== Introduction
The Flexy Pool library brings adaptability to a given Connection Pool, allowing it to resize on demand.
This is very handy since most connection pools offer a limited set of dynamic configuration strategie... | = Flexy Pool
Author <mih_vlad@yahoo.com>
v1.0.0, 2014-02-25
:homepage: http://vladmihalcea.com/
== Introduction
The Flexy Pool library brings adaptability to a given Connection Pool, allowing it to resize on demand.
This is very handy since most connection pools offer a limited set of dynamic configuration strategie... | Add Flexy Pool Architecture diagram | Add Flexy Pool Architecture diagram | AsciiDoc | apache-2.0 | mosoft521/flexy-pool,wgpshashank/flexy-pool,vladmihalcea/flexy-pool |
392d8f309d4748e31a1381f15a5bb69d3dff9574 | modules/storage-persistent-storage-nfs-selinux.adoc | modules/storage-persistent-storage-nfs-selinux.adoc | // Module included in the following assemblies:
//
// * storage/persistent_storage/persistent-storage-nfs.adoc
[id="nfs-selinux_{context}"]
= SELinux
By default, SELinux does not allow writing from a Pod to a remote
NFS server. The NFS volume mounts correctly, but is read-only.
To enable writing to a remote NFS serv... | // Module included in the following assemblies:
//
// * storage/persistent_storage/persistent-storage-nfs.adoc
[id="nfs-selinux_{context}"]
= SELinux
{op-system-base-full} and {op-system-first} systems are configured to use SELinux on remote NFS servers by default.
For non-{op-system-base} and non-{op-system} system... | Fix ISSUE-23216 - add RHEL note | Fix ISSUE-23216 - add RHEL note
| AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
4ba7f4fa8999a7130388caf30344f04f68f7d491 | src/main/jbake/content/docs/overview/getting-started.adoc | src/main/jbake/content/docs/overview/getting-started.adoc | = Getting Started
Gary Brown
2015-04-21
:description: How to get started with Scribble
:jbake-type: page
:jbake-status: published
:icons: font
== Getting Started with Scribble.
----
module examples;
global protocol HelloWorld(role Me, role World) {
hello(Greetings) from Me to World;
choice at World {
goodMorning... | = Getting Started
Gary Brown
2015-04-21
:description: How to get started with Scribble
:jbake-type: page
:jbake-status: published
:icons: font
== Getting Started with Scribble.
----
module example;
type <xsd> "{http://www.acme.com/types}Greetings" from "http://www.acme.com/types/Greetings.xsd" as Greetings;
type <xs... | Add message types to example | Add message types to example
| AsciiDoc | apache-2.0 | scribble/scribble.github.io,scribble/scribble.github.io,scribble/scribble.github.io,scribble/scribble.github.io,scribble/scribble.github.io |
538ceeee7a3a583f40e6f2ad236e2a7c47993ac6 | docs/src/main/asciidoc/spring-cloud-cloudfoundry.adoc | docs/src/main/asciidoc/spring-cloud-cloudfoundry.adoc | = Spring Cloud for Cloud Foundry
include::intro.adoc[]
The first time you use it the discovery client might be slow owing to
the fact that it has to get an access token from Cloud Foundry.
== Quickstart
include::quickstart.adoc[]
=== Single Sign On
NOTE: All of the OAuth2 SSO and resource server features moved to... | = Spring Cloud for Cloud Foundry
include::intro.adoc[]
The first time you use it the discovery client might be slow owing to
the fact that it has to get an access token from Cloud Foundry.
== Discovery
include::quickstart.adoc[]
== Single Sign On
NOTE: All of the OAuth2 SSO and resource server features moved to S... | Make it obvious the docs are about Discovery | Make it obvious the docs are about Discovery
| AsciiDoc | apache-2.0 | spring-cloud/spring-cloud-cloudfoundry,spring-cloud/spring-cloud-cloudfoundry |
ca2d7a5d99779a350b25e5fee02b5b12b08f9293 | README.adoc | README.adoc | = Minimal-J
Java - but small.
image::doc/frontends.png[]
Minimal-J applications are
* Responsive to use on every device
* Straight forward to specify and implement and therefore
* Easy to plan and manage
=== Idea
Business applications tend to get complex and complicated. Minimal-J prevents this by setting clear r... | = Minimal-J
Java - but small.
image::doc/frontends.png[]
Minimal-J applications are
* Responsive to use on every device
* Straight forward to specify and implement and therefore
* Easy to plan and manage
=== Idea
Business applications tend to get complex and complicated. Minimal-J prevents this by setting clear r... | Include Hello World Youtube video | Include Hello World Youtube video | AsciiDoc | apache-2.0 | BrunoEberhard/minimal-j,BrunoEberhard/minimal-j,BrunoEberhard/minimal-j |
884a96cc3f098f4d848b8ce9896673ebca1f0c55 | docs/src/main/asciidoc/includes/extension-status.adoc | docs/src/main/asciidoc/includes/extension-status.adoc | [NOTE]
====
This technology is considered {extension-status}.
ifeval::["{extension-status}" == "experimental"]
In _experimental_ mode, early feedback is requested to mature the idea.
There is no guarantee of stability nor long term presence in the platform until the solution matures.
Feedback is welcome on our https:/... | [NOTE]
====
This technology is considered {extension-status}.
ifeval::["{extension-status}" == "experimental"]
In _experimental_ mode, early feedback is requested to mature the idea.
There is no guarantee of stability nor long term presence in the platform until the solution matures.
Feedback is welcome on our https:/... | Add `deprecated` to extension status note | Add `deprecated` to extension status note
Also fix the Extension status URL
| AsciiDoc | apache-2.0 | quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus |
b0901b0056f37bb0ab23a748ec0371f5a038acf5 | docs/src/main/asciidoc/spring-cloud-starters.adoc | docs/src/main/asciidoc/spring-cloud-starters.adoc | == Spring Cloud Starters
include::intro.adoc[]
| == Spring Cloud Starters
:github: https://github.com/spring-cloud/spring-cloud-starters
:githubmaster: {github}/tree/master
:docslink: {githubmaster}/docs/src/main/asciidoc
include::intro.adoc[]
include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/docs/src/main/asciidoc/contributing-docs.... | Add link to github in rendered docs | Add link to github in rendered docs
| AsciiDoc | apache-2.0 | royclarkson/spring-cloud-starters,fritzrichter/spring-cloud-starters,peb73/spring-cloud-starters,ilayaperumalg/spring-cloud-starters |
3e3359dbecdbaf4b088de35f98f95d27eb9c3c82 | community/server/src/docs/dev/rest-api/indexes-unique.asciidoc | community/server/src/docs/dev/rest-api/indexes-unique.asciidoc | [[rest-api-unique-indexes]]
== Unique Indexing ==
For uniqueness enforcements, there are two modes:
* URL Parameter `unique=get_or_create`: Create a new node/relationship and index it if no existing one can be found. If an existing node/relationship is found, discard the sent data and return the existing node/relatio... | [[rest-api-unique-indexes]]
== Unique Indexing ==
NOTE: As of Neo4j 2.0, unique constraints have been added. These make Neo4j enforce the uniqueness,
guaranteeing that uniqueness is maintained. See <<graphdb-neo4j-schema-constraints>> for details about this.
For uniqueness enforcements, there are two modes:
* URL Pa... | Add reference to unique constraints to unique index chapter. | Add reference to unique constraints to unique index chapter.
| AsciiDoc | apache-2.0 | HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j |
b5f5f2d3a3612c1f3703ec3ec4cfe6d0ddf49370 | modules/machine-user-provisioned-limitations.adoc | modules/machine-user-provisioned-limitations.adoc | // Module included in the following assemblies:
//
// * machine_management/applying_autoscaling.adoc
// * machine_management/creating-infrastructure-machinesets.adoc
// * machine_management/creating-machinesets.adoc
// * machine_management/deploying-machine-health-checks.adoc
// * machine_management/manually-scaling-ma... | // Module included in the following assemblies:
//
// * machine_management/applying_autoscaling.adoc
// * machine_management/creating-infrastructure-machinesets.adoc
// * machine_management/creating-machinesets.adoc
// * machine_management/deploying-machine-health-checks.adoc
// * machine_management/manually-scaling-ma... | Remove ipi/upi dichotomy for machine management capabilities | Remove ipi/upi dichotomy for machine management capabilities
Usage of the machine API does NOT mandate that the customer used IPI. The only requirement is that the customer delegates the ability to create lifecycle machines to the product.
| AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
9f681810e725bea06118f7b8a21756f8e89b5da1 | docs/modules/guides/pages/use-prerelease-version.adoc | docs/modules/guides/pages/use-prerelease-version.adoc | == Using a pre-release version
Pre-release versions of `AsciidoctorJ` are published to oss.sonatype.org.
The exact location of the repository will be announced.
Final releases are released to both Maven Central.
Here's how to use a pre-release version in Maven:
[source, xml]
----
<repositories>
<reposito... | = Using a pre-release version
Pre-release versions of `AsciidoctorJ` are published to oss.sonatype.org.
The exact location of the repository will be announced.
Final releases are released to both Maven Central.
Here's how to use a pre-release version in Maven:
[source, xml]
----
<repositories>
<repositor... | Fix doc filename instead of title shown in nav menu | Fix doc filename instead of title shown in nav menu
| AsciiDoc | apache-2.0 | abelsromero/asciidoctorj,abelsromero/asciidoctorj,asciidoctor/asciidoctorj,abelsromero/asciidoctorj,asciidoctor/asciidoctorj,asciidoctor/asciidoctorj |
283c57d38565475495562266d92fcf40e812af8c | src/docs/asciidoc/user-guide/index.adoc | src/docs/asciidoc/user-guide/index.adoc | = Gradle Docker Plugin User Guide & Examples
:uri-bmuschko-blog: https://bmuschko.com/blog
:uri-ghpages: https://bmuschko.github.io/gradle-docker-plugin
:uri-github: https://github.com/bmuschko/gradle-docker-plugin
:uri-gradle-docs: https://docs.gradle.org/current
include::00-intro.adoc[]
include::10-remote-api-plugi... | = Gradle Docker Plugin User Guide & Examples
:uri-bmuschko-blog: https://bmuschko.com/blog
:uri-ghpages: https://bmuschko.github.io/gradle-docker-plugin/{gradle-project-version}
:uri-github: https://github.com/bmuschko/gradle-docker-plugin
:uri-gradle-docs: https://docs.gradle.org/current
include::00-intro.adoc[]
inc... | Use version in API link | Use version in API link
| AsciiDoc | apache-2.0 | bmuschko/gradle-docker-plugin,bmuschko/gradle-docker-plugin,bmuschko/gradle-docker-plugin |
b84fdd4856ae46aafe5e6b5b7337469cd66346f6 | community/server/src/docs/dev/rest-api/indexes-unique.asciidoc | community/server/src/docs/dev/rest-api/indexes-unique.asciidoc | [[rest-api-unique-indexes]]
== Unique Indexes ==
For uniqueness enforcements, there are two modes:
* URL Parameter `unique=get_or_create`: Create a new node/relationship and index it if no existing one can be found. If an existing node/relationship is found, discard the sent data and return the existing node/relation... | [[rest-api-unique-indexes]]
== Unique Indexes ==
For uniqueness enforcements, there are two modes:
* URL Parameter `uniqueness=get_or_create`: Create a new node/relationship and index it if no existing one can be found. If an existing node/relationship is found, discard the sent data and return the existing node/rela... | Fix documentation bug for unique indexes in REST. | Fix documentation bug for unique indexes in REST.
| AsciiDoc | apache-2.0 | HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j |
043d46765aa3de423ef0b6897fbfdd0096956566 | pages/am/2.x/breaking-changes/breaking-changes-2.10.adoc | pages/am/2.x/breaking-changes/breaking-changes-2.10.adoc | = Breaking changes in 2.10
:page-sidebar: am_2_x_sidebar
:page-permalink: am/2.x/am_breaking_changes_2.10.html
:page-folder: am/installation-guide
:page-layout: am
== JAR Manifest file has changed
Starting from version 2.10.10, the Main-Class of the entry point of the runnable management and gateway application has c... | = Breaking changes in 2.10
:page-sidebar: am_2_x_sidebar
:page-permalink: am/2.x/am_breaking_changes_2.10.html
:page-folder: am/installation-guide
:page-layout: am
== JAR Manifest file has changed
Starting from version 2.10.10, the Main-Class of the entry point of the runnable management and gateway application has c... | Update breaking changes for docker images | Update breaking changes for docker images
| AsciiDoc | apache-2.0 | gravitee-io/gravitee-docs,gravitee-io/gravitee-docs,gravitee-io/gravitee-docs |
09105843b0936e19d1386ae1a77bb7a2c81ecf20 | docs/src/main/asciidoc/includes/devtools/build-native-container.adoc | docs/src/main/asciidoc/includes/devtools/build-native-container.adoc | [source, bash, subs=attributes+, role="primary asciidoc-tabs-sync-cli"]
.CLI
----
ifdef::build-additional-parameters[]
quarkus build --native -Dquarkus.native.container-build=true {build-additional-parameters}
endif::[]
ifndef::build-additional-parameters[]
quarkus build --native -Dquarkus.native.container-build=true
e... | [source, bash, subs=attributes+, role="primary asciidoc-tabs-sync-cli"]
.CLI
----
ifdef::build-additional-parameters[]
quarkus build --native --no-tests -Dquarkus.native.container-build=true {build-additional-parameters}
endif::[]
ifndef::build-additional-parameters[]
quarkus build --native --no-tests -Dquarkus.native.... | Improve doc for containerized native build | Improve doc for containerized native build
On macOS and Windows the following command fails:
`quarkus build --native -Dquarkus.native.container-build=true`.
Reason is that the Quarkus CLI runs integration tests against binary built in Linux container.
The produced binary is ELF not runnable under another OS.
Signed-o... | AsciiDoc | apache-2.0 | quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus |
92734f8e55232621855ac803a16a05a859ff0712 | README.asciidoc | README.asciidoc | == Rook - Sane, smart, fast, Clojure web services
image:http://clojars.org/io.aviso/rook/latest-version.svg[Clojars Project, link="http://clojars.org/io.aviso/rook"]
image:https://drone.io/github.com/AvisoNovate/rook/status.png[Build Status, link="https://drone.io/github.com/AvisoNovate/rook"]
Rook is a set of middl... | ## Rook - Sane, smart, fast, Clojure web services
image:http://clojars.org/io.aviso/rook/latest-version.svg[Clojars Project, link="http://clojars.org/io.aviso/rook"]
image:https://drone.io/github.com/AvisoNovate/rook/status.png[Build Status, link="https://drone.io/github.com/AvisoNovate/rook"]
Rook is a set of middl... | Use correct Asciidoc headers (not Markdown) | Use correct Asciidoc headers (not Markdown)
| AsciiDoc | apache-2.0 | bmabey/rook,clyfe/rook,roblally/rook |
fbf2ffc94a1b38998d0a688bae005b9f60755ddb | networking/ovn_kubernetes_network_provider/about-ovn-kubernetes.adoc | networking/ovn_kubernetes_network_provider/about-ovn-kubernetes.adoc | [id="learn-about-ovn-kubernetes"]
= About the OVN-Kubernetes Pod network provider
include::modules/common-attributes.adoc[]
:context: learn-about-ovn-kubernetes
toc::[]
include::modules/nw-ovn-technology-preview.adoc[leveloffset=+1]
[id="ovn-kubernetes-metrics"]
== Exposed metrics
The OVN-Kubernetes network provide... | [id="learn-about-ovn-kubernetes"]
= About the OVN-Kubernetes Pod network provider
include::modules/common-attributes.adoc[]
:context: learn-about-ovn-kubernetes
toc::[]
include::modules/nw-ovn-technology-preview.adoc[leveloffset=+1]
[id="ovn-kubernetes-metrics"]
== Exposed metrics
The OVN-Kubernetes network provide... | Update the metric names for OVN-Kubernetes | Update the metric names for OVN-Kubernetes
| AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
e2397be018380757dc2650a36936e4732073633b | README.adoc | README.adoc | = Transform Query Parameters Policy
ifdef::env-github[]
image:https://ci.gravitee.io/buildStatus/icon?job=gravitee-io/gravitee-policy-transformqueryparams/master["Build status", link="https://ci.gravitee.io/job/gravitee-io/job/gravitee-policy-transformqueryparams/"]
image:https://badges.gitter.im/Join Chat.svg["Gitter... | = Transform Query Parameters Policy
ifdef::env-github[]
image:https://ci.gravitee.io/buildStatus/icon?job=gravitee-io/gravitee-policy-transformqueryparams/master["Build status", link="https://ci.gravitee.io/job/gravitee-io/job/gravitee-policy-transformqueryparams/"]
image:https://badges.gitter.im/Join Chat.svg["Gitter... | Document how to access incoming query parameters | Document how to access incoming query parameters
It wasn't clear how to use values of query parameters of the incoming request. | AsciiDoc | apache-2.0 | gravitee-io/gravitee-policy-transform-queryparameters |
32b8b3347d3ea8324e7097df1d414ceacb9dad7f | README.adoc | README.adoc | # react-popover
:toc: macro
A specification backed popover for react
toc::[]
## Installation
----
npm install react-popover
----
## Examples
The `examples` folder contains basic applications of this component. To try them locally run `npm start`.
## API
TODO
| # react-popover
:toc: macro
A specification backed popover for react. See [demo](https://littlebits.github.io/react-popover/build).
toc::[]
## Installation
----
npm install react-popover
----
## Examples
The `examples` folder contains basic applications of this component. To try them locally run `npm start`.
... | Update readme with demo link | Update readme with demo link
| AsciiDoc | mit | rainforestapp/react-popover,littlebits/react-popover,clara-labs/react-popover,t3chnoboy/react-popover,gregory90/react-popover,prayogoa/react-popover,derekr/react-popover |
196952f66cfef1c0dcc798498bb91f54e5b27a78 | adoc/omnij-devguide.adoc | adoc/omnij-devguide.adoc | = OmniJ Developer's Guide
Sean Gilligan
v0.1, July 30, 2015: Early draft
:numbered:
:toc:
:toclevels: 3
:linkattrs:
:imagesdir: images
Paragraph TBD.
== Introduction to OmniJ
This section is TBD. For now the project http://github.com/OmniLayer/OmniJ/README.adoc[README] is the best place to get started.
== JSON-RPC ... | = OmniJ Developer's Guide
Sean Gilligan
v0.1, July 30, 2015: Early draft
:numbered:
:toc:
:toclevels: 3
:linkattrs:
:imagesdir: images
Paragraph TBD.
== Introduction to OmniJ
This section is TBD. For now the project https://github.com/OmniLayer/OmniJ#omnij-project[README] is the best place to get started.
== JSON-R... | Fix broken link to OmniJ Project README | Fix broken link to OmniJ Project README | AsciiDoc | apache-2.0 | OmniLayer/OmniJ,OmniLayer/OmniJ,OmniLayer/OmniJ |
84a64751242e73d1303b4114952c80a6913d5ec5 | docs/src/main/asciidoc/0-glossary.adoc | docs/src/main/asciidoc/0-glossary.adoc | = Internal glossary
This is not a document to be published outside.
This is a collection of preferred term in the documentation and website.
Please stay witin these terms for consistency.
Live reload:: for our `quarkus:dev` capability
GraalVM:: preferred term for the VM creating native executable. No space.
Substrate... | = Internal glossary
This is not a document to be published outside.
This is a collection of preferred term in the documentation and website.
Please stay within these terms for consistency.
* Live reload:: for our `quarkus:dev` capability
* GraalVM:: preferred term for the VM creating native executable. No space.
* Su... | Make the glossary a bit better | Make the glossary a bit better
| AsciiDoc | apache-2.0 | quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus |
309e54bd213b550b2f15bbd9277f21e8aca0ea59 | spring-boot-project/spring-boot-docs/src/docs/asciidoc/documentation/upgrading.adoc | spring-boot-project/spring-boot-docs/src/docs/asciidoc/documentation/upgrading.adoc | [[documentation.upgrading]]
== Upgrading From an Earlier Version
You should always ensure that you are running a {github-wiki}/Supported-Versions[supported version] of Spring Boot.
Depending on the version that you are upgrading to, you can find some additional tips here:
* *From 1.x:* <<actuator#upgrading.from-1x, ... | [[documentation.upgrading]]
== Upgrading From an Earlier Version
You should always ensure that you are running a {github-wiki}/Supported-Versions[supported version] of Spring Boot.
Depending on the version that you are upgrading to, you can find some additional tips here:
* *From 1.x:* <<upgrading#upgrading.from-1x,... | Fix link to Upgrading From 1.x in multi-page documentation | Fix link to Upgrading From 1.x in multi-page documentation
See gh-30890
| AsciiDoc | apache-2.0 | michael-simons/spring-boot,chrylis/spring-boot,scottfrederick/spring-boot,htynkn/spring-boot,michael-simons/spring-boot,chrylis/spring-boot,vpavic/spring-boot,chrylis/spring-boot,dreis2211/spring-boot,mdeinum/spring-boot,htynkn/spring-boot,chrylis/spring-boot,scottfrederick/spring-boot,wilkinsona/spring-boot,htynkn/spr... |
1fa758c1cf37209c06560dbd9734cca29a53c689 | components/camel-hashicorp-vault/src/main/docs/hashicorp-vault-component.adoc | components/camel-hashicorp-vault/src/main/docs/hashicorp-vault-component.adoc | = Hashicorp Vault Component
:doctitle: Hashicorp Vault
:shortname: hashicorp-vault
:artifactid: camel-hashicorp-vault
:description: Manage secrets in Hashicorp Vault Service
:since: 3.18
:supportlevel: Preview
:component-header: Only producer is supported
//Manually maintained attributes
:group: Azure
:camel-spring-boo... | = Hashicorp Vault Component
:doctitle: Hashicorp Vault
:shortname: hashicorp-vault
:artifactid: camel-hashicorp-vault
:description: Manage secrets in Hashicorp Vault Service
:since: 3.18
:supportlevel: Preview
:component-header: Only producer is supported
//Manually maintained attributes
:camel-spring-boot-name: hashic... | Remove group azure as its not from azure | Remove group azure as its not from azure
| AsciiDoc | apache-2.0 | cunningt/camel,christophd/camel,cunningt/camel,tadayosi/camel,cunningt/camel,christophd/camel,christophd/camel,tadayosi/camel,christophd/camel,apache/camel,apache/camel,tadayosi/camel,tadayosi/camel,apache/camel,cunningt/camel,apache/camel,tadayosi/camel,apache/camel,cunningt/camel,tadayosi/camel,christophd/camel,apach... |
ad6ca6cc30d2e9c8e61622a292da5d6a2b5bbbef | doc/todo.adoc | doc/todo.adoc | = To-Do List
- mock_cone_detector creates infinite area and overflows h
- [line-through]#new waypoints shorter than old don't delete existing waypoints#
- adjust waypoints for start position and cone position
- cone area goes down when very close to cone
- [line-through]#parameterize throttle and steering PWM values#
... | = To-Do List
- mock_cone_detector creates infinite area and overflows h
- (*DONE*) new waypoints shorter than old don't delete existing waypoints
- adjust waypoints for start position and cone position
- cone area goes down when very close to cone
- (*DONE*) parameterize throttle and steering PWM values
- touch sensor... | Mark completed items as DONE instead of using line-through | Mark completed items as DONE instead of using line-through
GitHub's flavor of asciidoc does not support "line-through" for
striking out text. Added explicit "DONE" indication instead.
| AsciiDoc | apache-2.0 | ProgrammingRobotsStudyGroup/robo_magellan,ProgrammingRobotsStudyGroup/robo_magellan,ProgrammingRobotsStudyGroup/robo_magellan,ProgrammingRobotsStudyGroup/robo_magellan |
7d46332a89b52b8c9314100441c90b33ebf13d65 | genie-web/src/docs/asciidoc/api/commands/_getClustersForCommand.adoc | genie-web/src/docs/asciidoc/api/commands/_getClustersForCommand.adoc | === Get the Clusters that Have Command Available
==== Description
Search the clusters that the given command is linked to.
==== Endpoint
`GET /api/v3/applications/{id}/commands`
:snippet-base: {snippets}/command-rest-controller-integration-test/can-get-clusters-for-command/8
:id-base: get-clusters-for-command
:!re... | === Get the Clusters that Have Command Available
==== Description
Search the clusters that the given command is linked to.
==== Endpoint
`GET /api/v3/commands/{id}/clusters`
:snippet-base: {snippets}/command-rest-controller-integration-test/can-get-clusters-for-command/8
:id-base: get-clusters-for-command
:!reques... | Fix spelling error in endpoint | Fix spelling error in endpoint
| AsciiDoc | apache-2.0 | tgianos/genie,Netflix/genie,Netflix/genie,Netflix/genie,Netflix/genie,Netflix/genie,tgianos/genie,tgianos/genie,tgianos/genie,tgianos/genie |
cb7811f0882509b25c84a35055116f609b481903 | CHANGES.adoc | CHANGES.adoc | = Changelog
== Version 0.3.0
Date: 2014-01-18
- First version splitted from monolitic buddy package.
- No changes from original version.
| = Changelog
== Version 0.4.0
Date: unreleased
- Add encode/decode functions to JWS/JWT implementation. Them instead of return
plain value, return a monadic either. That allows granular error reporting
instead something like nil that not very useful. The previous sign/unsign
are conserved for backward compatibi... | Update changelog related to jws changes. | Update changelog related to jws changes.
| AsciiDoc | apache-2.0 | funcool/buddy-sign |
f16e0e181816408e2e617429e5b47571c70528d2 | README.asciidoc | README.asciidoc | == dda - Django Desktop Application
=== Introduction
DDA is an example project to demonstrate how to use Django as a desktop
application. It provides an alternative to using a GUI framework such as
https://docs.python.org/3.4/library/tkinter.html[Tkinter] or
http://sourceforge.net/projects/pyqt/[PyQt].
It is a work... | == dda - Django Desktop Application
=== Introduction
DDA is an example project to demonstrate how to use Django as a desktop
application. It provides an alternative to using a GUI framework such as
https://docs.python.org/3.4/library/tkinter.html[Tkinter] or
http://sourceforge.net/projects/pyqt/[PyQt].
It is a work... | Add credits section for included content. | Add credits section for included content.
| AsciiDoc | mit | hoadlck/dda,hoadlck/dda |
dc1840b1af4c77b933808abfb27a51cd15f9492c | doc/resources/doc/sources/uberjar.adoc | doc/resources/doc/sources/uberjar.adoc | = Creating an Uberjar
Edge provides a script for running pack to build an uberjar.
To use it, you can simply run the below from your project sub-directory (the same folder as your deps.edn).
[source,shell]
----
$ ../bin/onejar -A:prod --args '-m edge.main' project.jar
----
The `-A:prod` indicates an alias you would ... | = Creating an Uberjar
== OneJar
Edge provides a script for running pack to build an uberjar.
To use it, you can simply run the below from your project sub-directory (the same folder as your deps.edn).
[source,shell]
----
$ ../bin/onejar -A:prod --args '-m edge.main' project.jar
----
The `-A:prod` indicates an alias... | Add docs for how to use the capsule command | Add docs for how to use the capsule command | AsciiDoc | mit | juxt/edge,juxt/edge |
b45a7468cb03c32edaff56539fac47fa16468467 | README.adoc | README.adoc | = Callfire API v2 REST client
C# client for Callfire platform API version 2. See link:https://developers.callfire.com/callfire-api-client-csharp.html[Getting Started]
page for setup instructions.
.*Requirements:*
* .NET 4.6+
.*Dependencies:*
* Newtonsoft.Json >= 7.0.1
* RestSharp >= 106.4.2
.*Table of contents*
* ... | = Callfire API v2 REST client
C# client for Callfire platform API version 2. See link:https://developers.callfire.com/callfire-api-client-csharp.html[Getting Started]
page for setup instructions.
.*Requirements:*
* .NET 4.6+
.*Dependencies:*
* Newtonsoft.Json >= 12.0.2
* RestSharp = 106.6.4 (RestSharp have a bug wi... | Update readmy with dependency versions | Update readmy with dependency versions | AsciiDoc | mit | CallFire/callfire-api-client-csharp |
59d486e6928660260f587c0cb9cbf99bb84a5b8c | code/issueTracker.adoc | code/issueTracker.adoc | = Report an issue
:awestruct-layout: normalBase
:showtitle:
== Issue tracker
We welcome issue reports (bugs, improvements, new feature requests, ...) in our issue tracker:
*Show https://issues.jboss.org/browse/drools[the JIRA issue tracker].*
Log in and click on the button _Create Issue_ to report a bug, improvemen... | = Report an issue
:awestruct-layout: normalBase
:showtitle:
== Issue tracker
We welcome issue reports (bugs, improvements, new feature requests, ...) in our issue tracker:
*Show https://issues.jboss.org/browse/drools[the JIRA issue tracker].*
Log in and click on the button _Create Issue_ to report a bug, improvemen... | Update to OptaPlanner scrum board | Update to OptaPlanner scrum board | AsciiDoc | apache-2.0 | droolsjbpm/drools-website,droolsjbpm/drools-website,droolsjbpm/drools-website |
6883c4702db90173bcdc282ce8980fee04f03b66 | pages/apim/overview/components.adoc | pages/apim/overview/components.adoc | = Components
:page-sidebar: apim_sidebar
:page-permalink: apim_overview_components.html
:page-folder: apim/overview
Next sections are describing top components which are part of Gravitee.io.
== Gateway
The gateway is the core component of the Gravitee.io platform. You can compare it to a "smart" proxy to understand i... | = Components
:page-sidebar: apim_sidebar
:page-permalink: apim_overview_components.html
:page-folder: apim/overview
Next sections are describing top components which are part of Gravitee.io.
== Gateway
The gateway is the core component of the Gravitee.io platform. You can compare it to a "smart" proxy to understand i... | Fix the documentation of REST API link | Fix the documentation of REST API link
| AsciiDoc | apache-2.0 | gravitee-io/gravitee-docs,gravitee-io/gravitee-docs,gravitee-io/gravitee-docs |
52bd2ad90495a36c38daddd9ede3ffa20d2e7572 | README.adoc | README.adoc | = Talend component for Neo4j
Benoit Simard <github@bsimard.com>
V1.0
:experimental:
:toc:
:toc-placement: preamble
:toc-title: pass:[<b>Table of Contents</b>]
:outfilesuffix-old: {outfilesuffix}
ifdef::env-github[:outfilesuffix: .adoc]
ifndef::env-github[]
:idprefix:
:idseparator: -
endif::[]
image:https://travis-ci.o... | = Talend component for Neo4j
Benoit Simard <github@bsimard.com>
V1.0
:experimental:
:toc:
:toc-placement: preamble
:toc-title: pass:[<b>Table of Contents</b>]
:outfilesuffix-old: {outfilesuffix}
ifdef::env-github[:outfilesuffix: .adoc]
ifndef::env-github[]
:idprefix:
:idseparator: -
endif::[]
image:https://travis-ci.o... | Remove done job on todo list | Remove done job on todo list
| AsciiDoc | mit | sim51/neo4j-talend-component |
13c9a13f84fb760d2e71e7f9a41d994923c2ee35 | README.adoc | README.adoc | == asciidoctor-fopub-embed-svg-example
An example for embedding SVG images in an asciidoctor document.
=== Setup
----
bundle install
----
=== How to make the target pdf file
Running the command below make the target pdf file named "class_diagram.pdf" out of "class_diagram.adoc"
----
bundle exec rake
----
=== Wat... | == asciidoctor-fopub-embed-svg-example
An example for embedding SVG images in an asciidoctor document.
=== Setup
----
bundle install
----
=== How to make the target pdf file
Running the command below make the target pdf file named "class_diagram.pdf" out of "class_diagram.adoc"
----
bundle exec rake
----
=== Wat... | Add deleted html example link | Add deleted html example link
| AsciiDoc | mit | hnakamur/asciidoctor-fopub-embed-svg-example |
19abdf188e32660fd9b14f40fbf84fff4e71f021 | doc/releasing.adoc | doc/releasing.adoc | == Source release to pypi
python setup.py release --skip-tests --pypi
== Sign source release for GitHub
gpg --detach-sign dist/yubikey-manager-VERSION.tar.gz
== Releasing on macOS
python setup.py executable
resources/fix_libusb_dep_app_bundle.sh dist/YubiKey\ Manager.app/
codesign -s 'Developer ... | == Source release to pypi
python setup.py release --skip-tests --pypi
== Sign source release for GitHub
gpg --detach-sign dist/yubikey-manager-VERSION.tar.gz
== Releasing on macOS
python setup.py executable
resources/fix_libusb_dep_app_bundle.sh dist/YubiKey\ Manager.app/
codesign --deep --force... | Update code signing commands for macOS | Update code signing commands for macOS | AsciiDoc | bsd-2-clause | Yubico/yubikey-manager,Yubico/yubikey-manager |
f97d2b4992d6de1a8269ca3f00ca12511ba58b09 | org.jenetics.doc/src/main/asciidoc/implementation/Main.adoc | org.jenetics.doc/src/main/asciidoc/implementation/Main.adoc | = Implementation protocols
Franz Wilhelmstötter <franz.wilhelmstoetter@gmail.com>
:Author Initials: FWi
:toc:
:icons:
:numbered:
:website: http://jenetics.io/
While implementing the library, a lot of concrete implementation decisions have been made. This document gives a more detailed description of some selected impl... | = Implementation protocols
Franz Wilhelmstötter <franz.wilhelmstoetter@gmail.com>
:Author Initials: FWi
:toc:
:icons:
:numbered:
:website: http://jenetics.io/
While implementing the library, a lot of concrete implementation decisions have been made. This document gives a more detailed description of selected implement... | Update main document of 'Implementation protocol'. | Update main document of 'Implementation protocol'.
| AsciiDoc | apache-2.0 | jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics |
fb04fd0d39c27797786487cb56eaa15a9217fecf | docs/reference/index.asciidoc | docs/reference/index.asciidoc | [[elasticsearch-reference]]
= Elasticsearch Reference
:version: 2.2.0
:branch: 2.0
:major-version: 2.x
:jdk: 1.8.0_25
:defguide: https://www.elastic.co/guide/en/elasticsearch/guide/current
:plugins: https://www.elastic.co/guide/en/elasticsearch/plugins/2.x
:issue: https://gith... | [[elasticsearch-reference]]
= Elasticsearch Reference
:version: 2.2.0
:branch: 2.x
:major-version: 2.x
:jdk: 1.8.0_25
:defguide: https://www.elastic.co/guide/en/elasticsearch/guide/current
:plugins: https://www.elastic.co/guide/en/elasticsearch/plugins/2.x
:issue: https://gith... | Fix :issue: and :pull: asciidoc replacements | Docs: Fix :issue: and :pull: asciidoc replacements
| AsciiDoc | apache-2.0 | strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test |
b545131d24a81eb946f5f61afd7a6846e6677aa4 | app/README.adoc | app/README.adoc | = Edge App
Until CIDER 0.17 has been released (which brings improved support for
Clojure CLI), please use a terminal to run `clj`.
Ensure that you are in the `app` sub-directory.
----
$ ./bin/dev
dev=> (go)
----
This starts an nrepl-server, the port is announced on the command line.
== Cursive support
Current ver... | = Edge App
Until CIDER 0.17 has been released (which brings improved support for
Clojure CLI), please use a terminal to run `clj`.
Ensure that you are in the `app` sub-directory.
----
$ ./bin/repl
dev=> (go)
----
This starts an nrepl-server, the port is announced on the command line.
== Cursive support
Current ve... | Update docs to reflect dev->repl | Update docs to reflect dev->repl
| AsciiDoc | mit | juxt/edge,juxt/edge |
356a692b14309ade9ed368430d0402d089b64de2 | docs/conventions.adoc | docs/conventions.adoc |
# Conventions over configuration
This document covers conventions used in Dogen that may help you build Dockerfiles faster and easier.
## Handling YUM/DNF repo files
In case you add YUM/DNF repo files that you want to put to the `/etc/yum.repos.d` directory
to enable additional repositories Dogen will handle it for... |
# Conventions over configuration
This document covers conventions used in Dogen that may help you build Dockerfiles faster and easier.
## Handling YUM/DNF repo files
In case you add YUM/DNF repo files that you want to put to the `/etc/yum.repos.d` directory
to enable additional repositories Dogen will handle it for... | Document default user is root | Document default user is root
| AsciiDoc | mit | goldmann/dogen,goldmann/dogen,jboss-container-images/concreate,goldmann/dogen,jboss-dockerfiles/dogen,jboss-dockerfiles/dogen,jboss-container-images/concreate,jboss-dockerfiles/dogen,jboss-container-images/concreate |
b349e670b58b4291d6bcbfe14ccff17f083dfd57 | spring-cloud-stream-docs/src/main/asciidoc/spring-cloud-stream-aggregate.adoc | spring-cloud-stream-docs/src/main/asciidoc/spring-cloud-stream-aggregate.adoc | include::{stream-docs-basedir}/core/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc[]
= Binder Implementations
== Apache Kafka Binder
include::{stream-docs-basedir}/kafka/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/overview.adoc[leveloffset=+1]
== RabbitMQ Binder
inclu... | include::{stream-docs-basedir}/core/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc[]
= Binder Implementations
== Apache Kafka Binder
include::{stream-docs-basedir}/kafka/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/overview.adoc[leveloffset=+1]
== RabbitMQ Binder
inclu... | Fix the addition of Rabbit DLQ documentation | Fix the addition of Rabbit DLQ documentation
| AsciiDoc | apache-2.0 | spring-cloud/spring-cloud-stream,spring-cloud/spring-cloud-stream,garyrussell/spring-cloud-stream,garyrussell/spring-cloud-stream,spring-cloud/spring-cloud-stream,garyrussell/spring-cloud-stream |
7da672a9c225fa8c85f2733520d92b842d102732 | modules/nw-ingress-sharding-namespace-labels.adoc | modules/nw-ingress-sharding-namespace-labels.adoc | // Module included in the following assemblies:
//
// * configuring_ingress_cluster_traffic/configuring-ingress-cluster-traffic-ingress-controller.adoc
// * ingress-operator.adoc
[id="nw-ingress-sharding-namespace-labels_{context}"]
= Configuring ingress controller sharding by using namespace labels
Ingress Controlle... | // Module included in the following assemblies:
//
// * configuring_ingress_cluster_traffic/configuring-ingress-cluster-traffic-ingress-controller.adoc
// * ingress-operator.adoc
[id="nw-ingress-sharding-namespace-labels_{context}"]
= Configuring ingress controller sharding by using namespace labels
Ingress Controlle... | Fix example for ingress sharding by namespace | Fix example for ingress sharding by namespace
Follow-up to commit 69c879f8edaceb4f679eca3f475f0d9851e460c6.
* modules/nw-ingress-sharding-namespace-labels.adoc: Change routeSelector
to namespaceSelector.
| AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
ceb118f7f57cd99cd9acda306189a58489ac9127 | doc/modules/ROOT/partials/Footer.adoc | doc/modules/ROOT/partials/Footer.adoc | == License
+++<a href="http://deepsymmetry.org"><img src="_images/DS-logo-bw-200-padded-left.png" align="right" alt="Deep Symmetry logo" width="216" height="123"></a>+++
Copyright © 2015–2019 http://deepsymmetry.org[Deep Symmetry, LLC]
Distributed under the https://opensource.org/licenses/EPL-2.0[Eclipse
Public... | == License
+++<a href="http://deepsymmetry.org"><img src="_images/DS-logo-bw-200-padded-left.png" align="right" alt="Deep Symmetry logo" width="216" height="123"></a>+++
Copyright © 2015–2020 http://deepsymmetry.org[Deep Symmetry, LLC]
Distributed under the https://opensource.org/licenses/EPL-2.0[Eclipse
Public... | Update user guide copyright date. | Update user guide copyright date.
| AsciiDoc | epl-1.0 | brunchboy/afterglow,brunchboy/afterglow,brunchboy/afterglow |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.