Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Fix command to get DNS logs | // Module included in the following assemblies:
//
// * dns/dns-operator.adoc
[id="nw-dns-operator-logs_{context}"]
= DNS Operator logs
You can view DNS Operator logs by using the `oc logs` command.
.Procedure
View the logs of the DNS Operator:
----
$ oc logs --namespace=openshift-dns-operator deployment/dns-operat... | // Module included in the following assemblies:
//
// * dns/dns-operator.adoc
[id="nw-dns-operator-logs_{context}"]
= DNS Operator logs
You can view DNS Operator logs by using the `oc logs` command.
.Procedure
View the logs of the DNS Operator:
----
$ oc logs -n openshift-dns-operator deployment/dns-operator -c dns... |
Add documentation for the parameters offered by the exportEA configuration. | :filename: manual/03_task_exportEA.adoc
ifndef::imagesdir[:imagesdir: ../images]
= exportEA
IMPORTANT: Currently this feature is WINDOWS-only. https://github.com/docToolchain/docToolchain/issues/231[See related issue]
include::feedback.adoc[]
image::ea/Manual/exportEA.png[]
TIP: Blog-Posts: https://rdmueller.githu... | :filename: manual/03_task_exportEA.adoc
ifndef::imagesdir[:imagesdir: ../images]
= exportEA
IMPORTANT: Currently this feature is WINDOWS-only. https://github.com/docToolchain/docToolchain/issues/231[See related issue]
include::feedback.adoc[]
image::ea/Manual/exportEA.png[]
TIP: Blog-Posts: https://rdmueller.githu... |
Add Improving the Problem section. | :doctitle:
:author: Jerod Gawne
:email: jerodgawne@gmail.com
:docdate: June 07, 2018
:revdate: {docdatetime}
:src-uri: https://github.com/jerodg/hackerrank
:difficulty:
:time-complexity:
:required-knowledge:
:advanced-knowledge:
:solution-variability:
:score:
:keywords: python, {required-knowledge}, {adva... | :doctitle:
:author: Jerod Gawne
:email: jerodgawne@gmail.com
:docdate: June 07, 2018
:revdate: {docdatetime}
:src-uri: https://github.com/jerodg/hackerrank
:difficulty:
:time-complexity:
:required-knowledge:
:advanced-knowledge:
:solution-variability:
:score:
:keywords: python, {required-knowledge}, {adva... |
Fix the example document error | # Camel Supervising Route Controller Example Spring Boot
This example shows how to work with a simple Apache Camel application using Spring Boot and a Supervising Route Controller.
## How to run
You can run this example using
mvn spring-boot:run
Beside JMX you can use Spring Boot Endpoints to interact with the... | # Camel Supervising Route Controller Example Spring Boot
This example shows how to work with a simple Apache Camel application using Spring Boot and a Supervising Route Controller.
## How to run
You can run this example using
mvn spring-boot:run
Beside JMX you can use Spring Boot Endpoints to interact with the... |
Fix image tags in updated readme | = The Ehcache 3.x line is currently the development line.
Status of the build: image:https://ehcache.ci.cloudbees.com/buildStatus/icon?job=ehcache3
For more information, you might want to go check the https://github.com/ehcache/ehcache3/wiki[wiki].
image:http://cloudbees.prod.acquia-sites.com/sites/default/files/sty... | = The Ehcache 3.x line is currently the development line.
Status of the build: image:https://ehcache.ci.cloudbees.com/buildStatus/icon?job=ehcache3[Ehcache@Cloudbees, link="https://ehcache.ci.cloudbees.com/job/ehcache3/"]
For more information, you might want to go check the https://github.com/ehcache/ehcache3/wiki[wi... |
Format ToDo as a list | = clublist - Club Membership List
Track members for a small non-profit club.
This shows off some basic functionality of JPA and DeltaSpike Data in a JSF environment.
== Deployment
. Copy config-sample.properties to config.properties, change the name in the orgName property
in this file from 'Sample Club' to your or... | = clublist - Club Membership List
Track members for a small non-profit club.
This shows off some basic functionality of JPA and DeltaSpike Data in a JSF environment.
== Deployment
. Copy config-sample.properties to config.properties, change the name in the orgName property
in this file from 'Sample Club' to your or... |
Add prebuilt binary installation instructions | proxy
=====
[quote]
A development proxy with logging and redirect-rewriting
Installation
------------
[source,bash]
----
go get -u github.com/ciarand/proxy
----
Usage
-----
[source,bash]
----
# start the proxy in one shell:
proxy -from=https://www.google.com -to=http://0.0.0.0:8080
# and in another, run curl:
cur... | proxy
=====
[quote]
A development proxy with logging and redirect-rewriting
Installation
------------
Download a prebuilt binary for your platform and architecture from the
link:https://github.com/ciarand/proxy/releases[release page].
Or, build from source:
[source,bash]
----
# from source
go get -u github.com/cia... |
Fix typo in plantuml definition | # android-images
Yet another repo with docker images for Android developers
[source,planzuml]
------
node "java jdk-8" as jdk8
node "java jdk-7" as jdk7
artifact "Android" {
node "gradle" as gradle
node "sdk" as sdk
node "ndk 11" as ndk11
node "ndk 13" as ndk13
node "vlc" as vlc
}
artifact "Tools" {
node "ruby" as rub... | # android-images
Yet another repo with docker images for Android developers
[source,plantuml]
------
node "java jdk-8" as jdk8
node "java jdk-7" as jdk7
artifact "Android" {
node "gradle" as gradle
node "sdk" as sdk
node "ndk 11" as ndk11
node "ndk 13" as ndk13
node "vlc" as vlc
}
artifact "Tools" {
node "ruby" as rub... |
Add link to GitHup page | = Blueprint
:author: Hafid Haddouti
image:https://travis-ci.org/haf-tech/blueprint.svg?branch=master["Build Status", link="https://travis-ci.org/haf-tech/blueprint"]
image:https://img.shields.io/badge/License-Apache%202.0-blue.svg["License", link="https://opensource.org/licenses/Apache-2.0"]
....
Blueprint is a play... | = Blueprint
:author: Hafid Haddouti
image:https://travis-ci.org/haf-tech/blueprint.svg?branch=master["Build Status", link="https://travis-ci.org/haf-tech/blueprint"]
image:https://img.shields.io/badge/License-Apache%202.0-blue.svg["License", link="https://opensource.org/licenses/Apache-2.0"]
Blueprint is a playgrou... |
Add extra line between include. | = Sample Book
Author Name <author@example.com>
v1.0, October 4, 2015: First Draft
:doctype: book
:docinfo:
:toc: left
:toclevels: 2
:sectnums:
:linkcss:
An sample book to show case AsciiDoctor folder structure.
include::book/chapter-1/chapter-1.adoc[leveloffset=+1]
include::book/chapter-2/chapter-2.adoc[leveloffset=+... | = Sample Book
Author Name <author@example.com>
v1.0, October 4, 2015: First Draft
:doctype: book
:docinfo:
:toc: left
:toclevels: 2
:sectnums:
:linkcss:
An sample book to show case AsciiDoctor folder structure.
include::book/chapter-1/chapter-1.adoc[leveloffset=+1]
include::book/chapter-2/chapter-2.adoc[leveloffset=... |
Fix minor error in release process doc. | = bitcoinj-addons Release Process
== Main Release Process
. Update `CHANGELOG.adoc`
. Set versions
.. `README.adoc`
.. bitcoinj-groovy `ExtensionModule`
.. `gradle.properties`
. Commit version bump and changelog.
. Tag: `git tag -a v0.x.y -m "Release 0.x.y"`
. Push: `git push --tags origin master`
. Full build, test
... | = bitcoinj-addons Release Process
== Main Release Process
. Update `CHANGELOG.adoc`
. Set versions
.. `README.adoc`
.. bitcoinj-groovy `ExtensionModule`
.. `build.gradle` (should move to `gradle.properties`)
. Commit version bump and changelog.
. Tag: `git tag -a v0.x.y -m "Release 0.x.y"`
. Push: `git push --tags or... |
Add travis badge to readme | |===
|image:http://goreportcard.com/badge/spohnan/ci-bot-01["Go Report Card",link="http://goreportcard.com/report/spohnan/ci-bot-01", window="_blank"]|image:https://travis-ci.org/spohnan/ci-bot-01.svg?branch=master["Build Status", link="https://travis-ci.org/spohnan/ci-bot-01", window="_blank"]
|===
=== Automated GitH... | [options="header"]
|===
|CI Build and Tests|Static Analysis
|image:https://travis-ci.org/spohnan/ci-bot-01.svg?branch=master["Build Status", link="https://travis-ci.org/spohnan/ci-bot-01", window="_blank"]|image:http://goreportcard.com/badge/spohnan/ci-bot-01["Go Report Card",link="http://goreportcard.com/report/spohna... |
Fix copy and paste doc | [[SpringCloud-SpringCloud]]
Spring Cloud
~~~~~~~~~~~
*Available as of Camel 2.19*
Spring Cloud component
Maven users will need to add the following dependency to their `pom.xml`
in order to use this component:
[source,xml]
---------------------------------------------------------------------------------------------... | === Spring Cloud Netflix
*Available as of Camel 2.19*
The Spring Cloud Netflix component bridges Camel Cloud and Spring Cloud Netflix so you can leverage Spring Cloud Netflix service discovery and load balance features in Camel and/or you can use Camel Service Discovery implementations as ServerList source for Spring... |
Use master version in docs | = Filebeat
:libbeat: http://www.elastic.co/guide/en/beats/libbeat/1.0.0-rc1
:version: 1.0.0-rc1
include::./overview.asciidoc[]
include::./getting-started.asciidoc[]
include::./fields.asciidoc[]
include::./configuration.asciidoc[]
include::./command-line.asciidoc[]
include::./migration.asciidoc[]
include::./suppo... | = Filebeat
:libbeat: http://www.elastic.co/guide/en/beats/libbeat/master
:version: master
include::./overview.asciidoc[]
include::./getting-started.asciidoc[]
include::./fields.asciidoc[]
include::./configuration.asciidoc[]
include::./command-line.asciidoc[]
include::./migration.asciidoc[]
include::./support.asc... |
Add migration info for missing values in script | [float]
[[breaking_70_scripting_changes]]
=== Scripting changes
[float]
==== getDate() and getDates() removed
Fields of type `long` and `date` had `getDate()` and `getDates()` methods
(for multi valued fields) to get an object with date specific helper methods
for the current doc value. In 5.3.0, `date` fields were c... | [float]
[[breaking_70_scripting_changes]]
=== Scripting changes
[float]
==== getDate() and getDates() removed
Fields of type `long` and `date` had `getDate()` and `getDates()` methods
(for multi valued fields) to get an object with date specific helper methods
for the current doc value. In 5.3.0, `date` fields were c... |
Add default Maven lifecycle bindings to the manual | = Maven Goals
This plugin supports the following goals which are explained in detail
in the next sections.
.Plugin Goals
[cols="1,3"]
|===
|Goal | Description
|**<<{plugin}:build>>**
|Build images
|**<<{plugin}:start>>** or **<<{plugin}:start,{plugin}:run>>**
|Create and start containers
|**<<{plugin}:stop>>**
|St... | = Maven Goals
This plugin supports the following goals which are explained in detail
in the next sections.
.Plugin Goals
[cols="1,1,2"]
|===
|Goal | Default Lifecycle Phase | Description
|**<<{plugin}:build>>**
|install
|Build images
|**<<{plugin}:start>>** or **<<{plugin}:start,{plugin}:run>>**
|pre-integration-te... |
Use latest version of aktualizr. Add known issue. | # Hacky Implicit Provisioning version 2
This document describes a quick hack to test the implicit provisioning flow as it currently works in aktualizr before full support is available in meta-updater and on the server.
## Goals
* end-to-end installation of updates using OSTree
## Steps
1. Edit `recipes-sota/aktual... | # Hacky Implicit Provisioning version 2
This document describes a quick hack to test the implicit provisioning flow as it currently works in aktualizr before full support is available in meta-updater and on the server.
## Goals
* end-to-end installation of updates using OSTree
## Steps
1. Edit `recipes-sota/aktual... |
Work around Github image float issue. | = Videos
James Elliott <james@deepsymmetry.org>
:icons: font
// Set up support for relative links on GitHub; add more conditions
// if you need to support other environments and extensions.
ifdef::env-github[:outfilesuffix: .adoc]
This page collects performance videos that highlight Afterglow in
action. If you have a... | = Videos
James Elliott <james@deepsymmetry.org>
:icons: font
// Set up support for relative links on GitHub; add more conditions
// if you need to support other environments and extensions.
ifdef::env-github[:outfilesuffix: .adoc]
This page collects performance videos that highlight Afterglow in
action. If you have a... |
Update tools sentence after removing CPMA | [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 docs for running at start. | = 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... |
Fix typo in Busines -> Business | // 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... |
Add build instructions to readme | 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 ... |
Make build step more clear. | = 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... |
Fix docs example for the _id field, the field is not accessible in scripts | [[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 project name in readme | = 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 usage command with install-gogs.sh | = 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 an example missing a " in the manual | = 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 ... |
Add documentation explaining the format of the searchContent response payload | [[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... |
Fix navigation path and CRD format in creating-custom-notification-banners | // 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... |
Update FC link to RHEL8 doc | [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... |
Remove dead link to javadoc of ExchangePattern | [[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... |
Fix formatting in change password API | [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 ... |
Reword note about windows and FDs | [[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 ... |
Add steps to delete EFK | // 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... |
Fix typo in Camel 2.18.3 release notes | [[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... |
Enable IDE rendering of generated Swagger documentation | 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[]
|
Fix minor issues in delimited payload token filter docs | [[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... |
Make it more clear which collector/detector/monitor to use instead | [[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... |
Add paragraph about destination parameter in Bus endpoints | = 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... |
Fix link to Log4j 2 example | 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... |
Remove reference to "circuit breaker" | 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 ... |
Fix typo in sample json | [[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 the news article to start with a top-level header. | == 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 ... |
Write a trouble shooting guide | == Troubleshooting
[qanda]
Why does `Config.setSize(...)` not take effect?::
The configuration state of a `Config` object is only read in the constructor of the pool, so changing the configuration after the pool has been created has no effect.
Look at the `ResizablePool` interface for changing the size of an exist... | |
Revert "Remove travis badge until false positives are fixed" | # 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... |
Add link to field data docs from field data fields | [[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"]
}
---------------... |
Update explanation about adding width and height to the root svg element | = 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"`.
|
Fix leveloffset problem + invalid include problem | [[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... |
Introduce chapter trx_if.adoc and add it to OsmoTRX and OsmoBTS | :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[]... |
Add a gitter chat badge | = 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... |
Fix close tag on table | = 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... |
Add admonition to overview of Installing the Operators topic | :_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 query to Query DSL documentation | [[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` ... |
Comment out dead links in docs | = 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... |
Add shield link to Stack Overflow | = 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... |
Remove echo from mv script | 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... |
Fix relative link for AsciiDoc | = 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:../... |
Clean up documentation for basic command line guide for accuracy and aeshetics. | 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 ... |
Update docs in the documentation project | ---
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 to the new {index}/_mapping/{type} format | [[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 the VR page to something more recent | = 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 ... |
Add migration note on get alias and get mapping APIs | [[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 private temporary directory | [[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... |
Fix a broken reference to types removal in the Java API docs. | [[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"]
--... |
Add a blurb about SSL setup | = 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... |
Remove JediTerm build instruction (since terminal jar is provided in repository) | = 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... |
Add note on Kibana OAuth refresh | // 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 about potential slow hosted app startup | = 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 links for example output files | == 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 CONSOLE to from/size docs | [[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 Patreon badge to readme | = 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... |
Upgrade Travis build status badge | = 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::[]... |
Add IMPORTANT section for Release status | = 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 angular2-ui as a dependency to spring-boot-server | = 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... |
Fix ISSUE-23216 - add RHEL note | // 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... |
Make it obvious the docs are about Discovery | = 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... |
Include Hello World Youtube video | = 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... |
Add link to github in rendered docs | == 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 reference to unique constraints to unique index chapter. | [[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... |
Remove ipi/upi dichotomy for machine management capabilities | // 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... |
Fix doc filename instead of title shown in nav menu | == 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... |
Use version in API link | = 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... |
Fix documentation bug for unique indexes in REST. | [[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... |
Update breaking changes for docker images | = 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... |
Improve doc for containerized native build | [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.... |
Use correct Asciidoc headers (not Markdown) | == 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... |
Update the metric names for OVN-Kubernetes | [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... |
Document how to access incoming query parameters | = 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... |
Update readme with demo link | # 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`.
... |
Fix broken link to OmniJ Project README | = 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... |
Make the glossary a bit better | = 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... |
Fix link to Upgrading From 1.x in multi-page documentation | [[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,... |
Remove group azure as its not from azure | = 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... |
Mark completed items as DONE instead of using line-through | = 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... |
Fix spelling error in endpoint | === 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... |
Update changelog related to jws changes. | = 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... |
Add credits section for included content. | == 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 docs for how to use the capsule command | = 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... |
Update readmy with dependency versions | = 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 to OptaPlanner scrum board | = 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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.