Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Remove tech preview for odo debugging | [id='debugging-applications-in-odo']
= Debugging applications in `{odo-title}`
include::modules/developer-cli-odo-attributes.adoc[]
include::modules/common-attributes.adoc[]
:context: debugging-applications-in-odo
toc::[]
:FeatureName: Interactive debugging in {odo-title}
include::modules/technology-preview.adoc[level... | [id='debugging-applications-in-odo']
= Debugging applications in `{odo-title}`
include::modules/developer-cli-odo-attributes.adoc[]
include::modules/common-attributes.adoc[]
:context: debugging-applications-in-odo
toc::[]
With `{odo-title}`, you can attach a debugger to remotely debug your application. This feature is... |
Update URL to Groovy Docs | This sample application uses Spring Boot and
http://beta.groovy-lang.org/docs/groovy-2.3.1/html/documentation/markup-template-engine.html[Groovy templates]
in the View layer. The templates for this app live in `classpath:/templates/`, which is
the conventional location for Spring Boot. External configuration is availab... | This sample application uses Spring Boot and
http://docs.groovy-lang.org/latest/html/documentation/#_the_markuptemplateengine[Groovy templates]
in the View layer. The templates for this app live in `classpath:/templates/`, which is
the conventional location for Spring Boot. External configuration is available via
``spr... |
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... |
Remove link to in-source docs | = Mongo Client
image:https://vertx.ci.cloudbees.com/buildStatus/icon?job=vert.x3-mongo-client["Build Status",link="https://vertx.ci.cloudbees.com/view/vert.x-3/job/vert.x3-mongo-client/"]
An asynchronous client for interacting with a MongoDB database
Please see the in source asciidoc link:vertx-mongo-client/src/main... | = Mongo Client
image:https://vertx.ci.cloudbees.com/buildStatus/icon?job=vert.x3-mongo-client["Build Status",link="https://vertx.ci.cloudbees.com/view/vert.x-3/job/vert.x3-mongo-client/"]
An asynchronous client for interacting with a MongoDB database
Please see the main documentation on the web-site for a full descr... |
Add link to 2nd part of JAXenter tutorial | # 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... | # 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... |
Update userguide: show more levels in the TOC | = Activiti User Guide
v 5.17.1-SNAPSHOT
:doctype: book
:toc: left
:icons: font
:numbered:
:source-highlighter: pygments
:pygments-css: class
:pygments-linenums-mode: table
:compat-mode:
include::ch01-Introduction.adoc[]
include::ch02-GettingStarted.adoc[]
include::ch03-Configuration.adoc[]
include::ch04-API.adoc[... | = Activiti User Guide
v 5.17.1-SNAPSHOT
:doctype: book
:toc: left
:toclevels: 5
:icons: font
:numbered:
:source-highlighter: pygments
:pygments-css: class
:pygments-linenums-mode: table
:compat-mode:
include::ch01-Introduction.adoc[]
include::ch02-GettingStarted.adoc[]
include::ch03-Configuration.adoc[]
include::... |
Fix markup of preformatted text. | = Tiny Git
A tiny model of Git, used for learning and demonstrating how Git
works. A series of version of Tiny Git is available, in increasing
order of complexity. The list of versions and their features is listed
below.
[options="header"]
|======
| Version | Description
| v0 | Only argument parsing
| v1 | Implemen... | = Tiny Git
A tiny model of Git, used for learning and demonstrating how Git
works. A series of version of Tiny Git is available, in increasing
order of complexity. The list of versions and their features is listed
below.
[options="header"]
|======
| Version | Description
| v0 | Only argument parsing
| v1 | Implemen... |
Update What's New for 5.7 | [[new]]
= What's New in Spring Security 5.7
Spring Security 5.7 provides a number of new features.
Below are the highlights of the release.
[[whats-new-servlet]]
== Servlet
* Web
** Introduced xref:servlet/authentication/persistence.adoc#requestattributesecuritycontextrepository[`RequestAttributeSecurityContextRepo... | [[new]]
= What's New in Spring Security 5.7
Spring Security 5.7 provides a number of new features.
Below are the highlights of the release.
[[whats-new-servlet]]
== Servlet
* Web
** Introduced xref:servlet/authentication/persistence.adoc#requestattributesecuritycontextrepository[`RequestAttributeSecurityContextRepo... |
Fix XSD includes: use -1 as end of file indicator | include::common.adoc[]
= Ehcache XSDs
include::menu.adoc[]
== Core
[source,xsd,indent=0]
----
include::{sourcedir}/xml/src/main/resources/ehcache-core.xsd[lines=18..260]
----
== JSR-107 extension
[source,xsd,indent=0]
----
include::{sourcedir}/107/src/main/resources/ehcache-107ext.xsd[lines=18..44]
----
| include::common.adoc[]
= Ehcache XSDs
include::menu.adoc[]
== Core
[source,xsd,indent=0]
----
include::{sourcedir}/xml/src/main/resources/ehcache-core.xsd[lines=18..-1]
----
== JSR-107 extension
[source,xsd,indent=0]
----
include::{sourcedir}/107/src/main/resources/ehcache-107ext.xsd[lines=18..-1]
----
|
Remove link to nonexistent ILM API | [[index-lifecycle-management-api]]
== Index Lifecycle Management API
You can use the following APIs to manage policies on indices.
[float]
[[ilm-api-policy-endpoint]]
=== Policy Management APIs
* <<ilm-put-lifecycle,Create Lifecycle Policy>>
* <<ilm-get-lifecycle,Get Lifecycle Policy>>
* <<ilm-delete-lifecycle,Delet... | [[index-lifecycle-management-api]]
== Index Lifecycle Management API
You can use the following APIs to manage policies on indices.
[float]
[[ilm-api-policy-endpoint]]
=== Policy Management APIs
* <<ilm-put-lifecycle,Create Lifecycle Policy>>
* <<ilm-get-lifecycle,Get Lifecycle Policy>>
* <<ilm-delete-lifecycle,Delet... |
Update What's New for 6.0 | [[new]]
= What's New in Spring Security 6.0
Spring Security 6.0 provides a number of new features.
Below are the highlights of the release.
== Breaking Changes
* https://github.com/spring-projects/spring-security/issues/8980[gh-8980] - Remove unsafe/deprecated `Encryptors.querableText(CharSequence,CharSequence)`.
In... | [[new]]
= What's New in Spring Security 6.0
Spring Security 6.0 provides a number of new features.
Below are the highlights of the release.
== Breaking Changes
* https://github.com/spring-projects/spring-security/issues/8980[gh-8980] - Remove unsafe/deprecated `Encryptors.querableText(CharSequence,CharSequence)`.
In... |
Update link to puppet module and remove link to other RPM repo as we have our own. | [[misc]]
== Misc
* https://github.com/electrical/puppet-elasticsearch[Puppet]:
Elasticsearch puppet module.
* http://github.com/elasticsearch/cookbook-elasticsearch[Chef]:
Chef cookbook for Elasticsearch
* https://github.com/tavisto/elasticsearch-rpms[elasticsearch-rpms]:
RPMs for elasticsearch.
* http://www.... | [[misc]]
== Misc
* https://github.com/elasticsearch/puppet-elasticsearch[Puppet]:
Elasticsearch puppet module.
* http://github.com/elasticsearch/cookbook-elasticsearch[Chef]:
Chef cookbook for Elasticsearch
* http://www.github.com/neogenix/daikon[daikon]:
Daikon Elasticsearch CLI
* https://github.com/Aconex/s... |
Add Patreon badge to readme | = griffon-monitor-plugin
:linkattrs:
:project-name: griffon-monitor-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.svg["Coverage ... | = griffon-monitor-plugin
:linkattrs:
:project-name: griffon-monitor-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.svg["Coverage ... |
Document ExpectedExceptionSupport bug fix in release notes | [[release-notes-5.1.0-M1]]
=== 5.1.0-M1
*Date of Release:* β
*Scope:* β
For a complete list of all _closed_ issues and pull requests for this release, consult the
link:{junit5-repo}+/milestone/14?closed=1+[5.1 M1] milestone page in the JUnit repository
on GitHub.
[[release-notes-5.1.0-junit-platform]]
==== JUnit P... | [[release-notes-5.1.0-M1]]
=== 5.1.0-M1
*Date of Release:* β
*Scope:* β
For a complete list of all _closed_ issues and pull requests for this release, consult the
link:{junit5-repo}+/milestone/14?closed=1+[5.1 M1] milestone page in the JUnit repository
on GitHub.
[[release-notes-5.1.0-junit-platform]]
==== JUnit P... |
Add syskeygen to Elasticsearch Reference | [role="xpack"]
[[xpack-commands]]
= {xpack} Commands
[partintro]
--
{xpack} includes commands that help you configure security:
* <<certgen>>
* <<setup-passwords>>
* <<users-command>>
--
include::certgen.asciidoc[]
include::setup-passwords.asciidoc[]
include::users-command.asciidoc[]
| [role="xpack"]
[[xpack-commands]]
= {xpack} Commands
[partintro]
--
{xpack} includes commands that help you configure security:
* <<certgen>>
* <<setup-passwords>>
* <<syskeygen>>
* <<users-command>>
--
include::certgen.asciidoc[]
include::setup-passwords.asciidoc[]
include::syskeygen.asciidoc[]
include::users-com... |
Add blog post link to site | spray-kamon-metrics: Better Kamon metrics for your Spray services
=================================================================
Daniel Solano_GΓ³mez
:description: The spray-kamon-metrics library augments kamon-spray to make it provide more useful metrics, \
particularly by providing Spray can server metrics and bett... | spray-kamon-metrics: Better Kamon metrics for your Spray services
=================================================================
Daniel Solano_GΓ³mez
:description: The spray-kamon-metrics library augments kamon-spray to make it provide more useful metrics, \
particularly by providing Spray can server metrics and bett... |
Include M5 document in list of release notes | [[release-notes]]
== Release Notes
:numbered!:
include::release-notes-5.0.0-ALPHA.adoc[]
include::release-notes-5.0.0-M1.adoc[]
include::release-notes-5.0.0-M2.adoc[]
include::release-notes-5.0.0-M3.adoc[]
include::release-notes-5.0.0-M4.adoc[]
:numbered:
| [[release-notes]]
== Release Notes
:numbered!:
include::release-notes-5.0.0-ALPHA.adoc[]
include::release-notes-5.0.0-M1.adoc[]
include::release-notes-5.0.0-M2.adoc[]
include::release-notes-5.0.0-M3.adoc[]
include::release-notes-5.0.0-M4.adoc[]
include::release-notes-5.0.0-M5.adoc[]
:numbered:
|
Fix Reactive Web link in the ref doc | [[spring-web]]
= Web
:doc-root: https://docs.spring.io
:api-spring-framework: {doc-root}/spring-framework/docs/{spring-version}/javadoc-api/org/springframework
:toc: left
:toclevels: 2
This part of the documentation covers support for web applications designed to run on a
traditional Servlet stack (Servlet API + Servl... | [[spring-web]]
= Web
:doc-root: https://docs.spring.io
:api-spring-framework: {doc-root}/spring-framework/docs/{spring-version}/javadoc-api/org/springframework
:toc: left
:toclevels: 2
This part of the documentation covers support for web applications designed to run on a
traditional Servlet stack (Servlet API + Servl... |
Remove a comma in doc to make example a valid json. | [[mapping-dynamic-mapping]]
== Dynamic Mapping
Default mappings allow to automatically apply generic mapping definition
to types that do not have mapping pre defined. This is mainly done
thanks to the fact that the
<<mapping-object-type,object mapping>> and
namely the <<mapping-root-object-type,root
object mapping>> a... | [[mapping-dynamic-mapping]]
== Dynamic Mapping
Default mappings allow to automatically apply generic mapping definition
to types that do not have mapping pre defined. This is mainly done
thanks to the fact that the
<<mapping-object-type,object mapping>> and
namely the <<mapping-root-object-type,root
object mapping>> a... |
Remove abbrevtitles for Asciidoctor migration | [[release-highlights]]
= {es} Release Highlights
++++
<titleabbrev>Release Highlights</titleabbrev>
++++
[partintro]
--
This section summarizes the most important changes in each release. For the
full list, see <<es-release-notes>> and <<breaking-changes>>.
* <<release-highlights-6.7.0>>
* <<release-highlights-6.6.... | [[release-highlights]]
= Release Highlights
[partintro]
--
This section summarizes the most important changes in each release. For the
full list, see <<es-release-notes>> and <<breaking-changes>>.
* <<release-highlights-6.7.0>>
* <<release-highlights-6.6.0>>
* <<release-highlights-6.5.0>>
* <<release-highlights-6.4... |
Add note about link-local IP addresses | [id="understanding-networking"]
= Understanding networking
include::modules/common-attributes.adoc[]
:context: understanding-networking
toc::[]
Kubernetes ensures that Pods are able to network with each other, and allocates
each Pod an IP address from an internal network. This ensures all containers
within the Pod be... | [id="understanding-networking"]
= Understanding networking
include::modules/common-attributes.adoc[]
:context: understanding-networking
toc::[]
Kubernetes ensures that Pods are able to network with each other, and allocates
each Pod an IP address from an internal network. This ensures all containers
within the Pod be... |
Update What's New for 6.0 | [[new]]
= What's New in Spring Security 6.0
Spring Security 6.0 provides a number of new features.
Below are the highlights of the release.
== Breaking Changes
* https://github.com/spring-projects/spring-security/issues/10556[gh-10556] - Remove EOL OpenSaml 3 Support.
Use the OpenSaml 4 Support instead.
* https://gi... | [[new]]
= What's New in Spring Security 6.0
Spring Security 6.0 provides a number of new features.
Below are the highlights of the release.
== Breaking Changes
* https://github.com/spring-projects/spring-security/issues/10556[gh-10556] - Remove EOL OpenSaml 3 Support.
Use the OpenSaml 4 Support instead.
* https://gi... |
Add note to etcd encryption section | // Module included in the following assemblies:
//
// * security/encrypting-etcd.adoc
// * post_installation_configuration/cluster-tasks.adoc
[id="about-etcd_{context}"]
= About etcd encryption
By default, etcd data is not encrypted in {product-title}. You can enable etcd encryption for your cluster to provide an add... | // Module included in the following assemblies:
//
// * security/encrypting-etcd.adoc
// * post_installation_configuration/cluster-tasks.adoc
[id="about-etcd_{context}"]
= About etcd encryption
By default, etcd data is not encrypted in {product-title}. You can enable etcd encryption for your cluster to provide an add... |
Fix link to milestone page | [[release-notes-5.7.0]]
== 5.7.0
*Date of Release:* β
*Scope:* β
For a complete list of all _closed_ issues and pull requests for this release, consult
the link:{junit5-repo}+/milestone/?closed=1+[5.7.0] milestone page in the JUnit repository
on GitHub.
[[release-notes-5.7.0-junit-platform]]
=== JUnit Platform
==... | [[release-notes-5.7.0]]
== 5.7.0
*Date of Release:* β
*Scope:* β
For a complete list of all _closed_ issues and pull requests for this release, consult
the link:{junit5-repo}+/milestone/50?closed=1+[5.7.0] milestone page in the JUnit repository
on GitHub.
[[release-notes-5.7.0-junit-platform]]
=== JUnit Platform
... |
Fix BibText reference (the author tag didn't didn't compile well in latex) | = Research
:awestruct-description: Academic research for papers and articles.
:awestruct-layout: normalBase
:showtitle:
OptaPlanner is a good base for metaheuristics research. Read about some of the advantages in
http://www.orcomplete.com/research/geoffrey-de-smet/open-source-metaheuristics-research-on-drools-planner[... | = Research
:awestruct-description: Academic research for papers and articles.
:awestruct-layout: normalBase
:showtitle:
OptaPlanner is a good base for metaheuristics research. Read about some of the advantages in
http://www.orcomplete.com/research/geoffrey-de-smet/open-source-metaheuristics-research-on-drools-planner[... |
Add description to reload changes in poll-outages.xml |
// Allow GitHub image rendering
:imagesdir: ../../../images
[[ga-opennms-operation-daemon-config-files-pollerd]]
==== Pollerd
[options="header, autowidth"]
|===
| Internal Daemon Name | Reload Event
| _Pollerd_ | `uei.opennms.org/internal/reloadDaemonConfig -p 'daemonName Pollerd'`
|===
.Pollerd configur... |
// Allow GitHub image rendering
:imagesdir: ../../../images
[[ga-opennms-operation-daemon-config-files-pollerd]]
==== Pollerd
[options="header, autowidth"]
|===
| Internal Daemon Name | Reload Event
| _Pollerd_ | `uei.opennms.org/internal/reloadDaemonConfig -p 'daemonName Pollerd'`
|===
.Pollerd configur... |
Introduce README and externalize common information via variables | = {project-name} - Using JWT RBAC
This guide explains how your {project-name} application can utilize MicroProfile JWT RBAC to provide
secured access to the JAX-RS endpoints.
== TODO
| = {project-name} - Using JWT RBAC
This guide explains how your {project-name} application can utilize MicroProfile JWT RBAC to provide
secured access to the JAX-RS endpoints.
[cols="<m,<m,<2",options="header"]
|===
|Property Name|Default|Description
|quarkus.jwt.enabled|true|Determine if the jwt extension is enabled.... |
Remove references to changelog and to highlights |
include::how-to.asciidoc[]
include::testing.asciidoc[]
include::glossary.asciidoc[]
include::release-notes/highlights.asciidoc[]
include::release-notes.asciidoc[] |
include::how-to.asciidoc[]
include::testing.asciidoc[]
include::glossary.asciidoc[]
|
Align title with docs.asciidoctor.org site requirements | = Asciidoctor Maven User Manual
The Asciidoctor Maven Plugin is the official way to convert your {uri-asciidoc}[AsciiDoc] documentation using {uri-asciidoctor}[Asciidoctor] from an {uri-maven}[Apache Maven] build.
The project main goal is to offer a thin layer on top of https://github.com/asciidoctor/asciidoctorj[Asc... | = Asciidoctor Maven Tools Documentation
:navtitle: Introduction
The Asciidoctor Maven Plugin is the official way to convert your {uri-asciidoc}[AsciiDoc] documentation using {uri-asciidoctor}[Asciidoctor] from an {uri-maven}[Apache Maven] build.
The project main goal is to offer a thin layer on top of https://github.... |
Use the guides without toc layout | ////
This guide is maintained in the main Quarkus repository
and pull requests should be submitted there:
https://github.com/quarkusio/quarkus/tree/master/docs/src/main/asciidoc
////
= Quarkus - All configuration options
include::./attributes.adoc[]
include::{generated-dir}/config/all-config.adoc[opts=optional]
| ---
layout: guides-configuration-reference
---
////
This guide is maintained in the main Quarkus repository
and pull requests should be submitted there:
https://github.com/quarkusio/quarkus/tree/master/docs/src/main/asciidoc
////
= Quarkus - All configuration options
include::./attributes.adoc[]
include::{generated-d... |
Update documentation version and date | = tick
Malcolm Sparks <mal@juxt.pro>; Henry Widd; Johanna Antonelli <joa@juxt.pro>
0.4-1, 2018-02-09
:toc: left
:toclevels: 4
:docinfo: shared
:sectnums: true
:sectnumlevels: 2
:xrefstyle: short
:nofooter:
:leveloffset: +1
include::intro.adoc[]
include::setup.adoc[]
include::api.adoc[]
include::dates.adoc[]
inclu... | = tick
Malcolm Sparks <mal@juxt.pro>; Henry Widd; Johanna Antonelli <joa@juxt.pro>
0.4.5-alpha, 2018-10-10
:toc: left
:toclevels: 4
:docinfo: shared
:sectnums: true
:sectnumlevels: 2
:xrefstyle: short
:nofooter:
:leveloffset: +1
include::intro.adoc[]
include::setup.adoc[]
include::api.adoc[]
include::dates.adoc[]
... |
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... |
Remove legacy LaTeX math delimiters in latexmath:[] | // .basic
[why]#chunky bacon#
// .emphasis
_chunky bacon_
// .emphasis-with-role
[why]_chunky bacon_
// .strong
*chunky bacon*
// .strong-with-role
[why]*chunky bacon*
// .monospaced
`hello world!`
// .monospaced-with-role
[why]`hello world!`
// .superscript
^super^chunky bacon
// .superscript-with-role
[why]^s... | // .basic
[why]#chunky bacon#
// .emphasis
_chunky bacon_
// .emphasis-with-role
[why]_chunky bacon_
// .strong
*chunky bacon*
// .strong-with-role
[why]*chunky bacon*
// .monospaced
`hello world!`
// .monospaced-with-role
[why]`hello world!`
// .superscript
^super^chunky bacon
// .superscript-with-role
[why]^s... |
Fix storage class CSI note in Creating SC-EBS/GCE | // Be sure to set the :StorageClass: and :Provisioner: value in each assembly
// on the line before the include statement for this module. For example, to
// set the StorageClass value to "AWS EBS", add the following line to the
// assembly:
// :StorageClass: AWS EBS
// Module included in the following assemblies:
//
/... | // Be sure to set the :StorageClass: and :Provisioner: value in each assembly
// on the line before the include statement for this module. For example, to
// set the StorageClass value to "AWS EBS", add the following line to the
// assembly:
// :StorageClass: AWS EBS
// Module included in the following assemblies:
//
/... |
Add Dave Syer to Authors | = Spring Security Reference
Ben Alex; Luke Taylor; Rob Winch; Gunnar Hillert; Joe Grandja; Jay Bryant; EddΓΊ MelΓ©ndez; Josh Cummings
:include-dir: _includes
:security-api-url: https://docs.spring.io/spring-security/site/docs/current/api/
:source-indent: 0
:tabsize: 4
:toc: left
// FIXME: Add links for authentication, a... | = Spring Security Reference
Ben Alex; Luke Taylor; Rob Winch; Gunnar Hillert; Joe Grandja; Jay Bryant; EddΓΊ MelΓ©ndez; Josh Cummings; Dave Syer
:include-dir: _includes
:security-api-url: https://docs.spring.io/spring-security/site/docs/current/api/
:source-indent: 0
:tabsize: 4
:toc: left
// FIXME: Add links for authen... |
Include REST API docs that were already produced. | [[rest-api-node-properties]]
== Node properties ==
include::set-property-on-node.asciidoc[]
include::update-node-properties.asciidoc[]
include::get-properties-for-node.asciidoc[]
include::property-values-can-not-be-null.asciidoc[]
include::property-values-can-not-be-nested.asciidoc[]
include::delete-all-propertie... | [[rest-api-node-properties]]
== Node properties ==
include::set-property-on-node.asciidoc[]
include::update-node-properties.asciidoc[]
include::get-properties-for-node.asciidoc[]
include::get-property-for-node.asciidoc[]
include::property-values-can-not-be-null.asciidoc[]
include::property-values-can-not-be-neste... |
Include shared/attributes.asciidoc directly from docs master | [[elasticsearch-reference]]
= Elasticsearch Reference
:include-xpack: true
:xes-repo-dir: {docdir}
:es-repo-dir: {docdir}/../../../../elasticsearch/docs
:es-test-dir: {docdir}/../../../../elasticsearch/docs/src/test
:plugins-examples-dir: {docdir}/../../../../elasticsearch/plugins... | [[elasticsearch-reference]]
= Elasticsearch Reference
:include-xpack: true
:xes-repo-dir: {docdir}
:es-repo-dir: {docdir}/../../../../elasticsearch/docs
:es-test-dir: {docdir}/../../../../elasticsearch/docs/src/test
:plugins-examples-dir: {docdir}/../../../../elasticsearch/plugins... |
Fix Java API documentation for indexed scripts | [[indexed-scripts]]
== Indexed Scripts API
The indexed script API allows one to interact with scripts and templates
stored in an elasticsearch index. It can be used to create, update, get,
and delete indexed scripts and templates.
[source,java]
--------------------------------------------------
PutIndexedScriptRespo... | [[indexed-scripts]]
== Indexed Scripts API
The indexed script API allows one to interact with scripts and templates
stored in an elasticsearch index. It can be used to create, update, get,
and delete indexed scripts and templates.
[source,java]
--------------------------------------------------
PutIndexedScriptRespo... |
Add Link to DispatcherServlet in Filter Review Doc | [[servlet-filters-review]]
= A Review of ``Filter``s
Spring Security's Servlet support is based on Servlet ``Filter``s, so it is helpful to look at the role of ``Filter``s generally first.
The picture below shows the typical layering of the handlers for a single HTTP request.
.FilterChain
[[servlet-filterchain-figure... | [[servlet-filters-review]]
= A Review of ``Filter``s
Spring Security's Servlet support is based on Servlet ``Filter``s, so it is helpful to look at the role of ``Filter``s generally first.
The picture below shows the typical layering of the handlers for a single HTTP request.
.FilterChain
[[servlet-filterchain-figure... |
Add Eleftheria Stein to Reference Authors | = Spring Security Reference
Ben Alex; Luke Taylor; Rob Winch; Gunnar Hillert; Joe Grandja; Jay Bryant; EddΓΊ MelΓ©ndez; Josh Cummings; Dave Syer
:include-dir: _includes
:security-api-url: https://docs.spring.io/spring-security/site/docs/current/api/
:source-indent: 0
:tabsize: 4
:toc: left
// FIXME: Add links for authen... | = Spring Security Reference
Ben Alex; Luke Taylor; Rob Winch; Gunnar Hillert; Joe Grandja; Jay Bryant; EddΓΊ MelΓ©ndez; Josh Cummings; Dave Syer; Eleftheria Stein
:include-dir: _includes
:security-api-url: https://docs.spring.io/spring-security/site/docs/current/api/
:source-indent: 0
:tabsize: 4
:toc: left
// FIXME: Ad... |
Fix index of a list item |
During its life a Wicket component goes through the following stages:
1. *Initialization:* a component is instantiated and initialized by Wicket.
2. *Rendering:* components are prepared for rendering and generate markup. If a component contains children (i.e. is a subclass of _MarkupContainer_) their rendering resu... |
During its life a Wicket component goes through the following stages:
1. *Initialization:* a component is instantiated and initialized by Wicket.
2. *Rendering:* components are prepared for rendering and generate markup. If a component contains children (i.e. is a subclass of _MarkupContainer_) their rendering resu... |
Fix Java API documentation for indexed scripts | [[indexed-scripts]]
== Indexed Scripts API
The indexed script API allows one to interact with scripts and templates
stored in an elasticsearch index. It can be used to create, update, get,
and delete indexed scripts and templates.
[source,java]
--------------------------------------------------
PutIndexedScriptRespo... | [[indexed-scripts]]
== Indexed Scripts API
The indexed script API allows one to interact with scripts and templates
stored in an elasticsearch index. It can be used to create, update, get,
and delete indexed scripts and templates.
[source,java]
--------------------------------------------------
PutIndexedScriptRespo... |
Fix apt-get install command for Cassandra |
// Allow GitHub image rendering
:imagesdir: ../../images
[[gi-install-cassandra-debian]]
==== Installing on Debian-based systems
This section describes how to install the latest _Cassandra 2.1.x_ release on a _Debian_ based systems for _Newts_.
The first steps add the _DataStax_ community repository and install the ... |
// Allow GitHub image rendering
:imagesdir: ../../images
[[gi-install-cassandra-debian]]
==== Installing on Debian-based systems
This section describes how to install the latest _Cassandra 2.1.x_ release on a _Debian_ based systems for _Newts_.
The first steps add the _DataStax_ community repository and install the ... |
Update Java documentation for 5.0 | [[java-aggs-bucket-histogram]]
==== Histogram Aggregation
Here is how you can use
{ref}/search-aggregations-bucket-histogram-aggregation.html[Histogram Aggregation]
with Java API.
===== Prepare aggregation request
Here is an example on how to create the aggregation request:
[source,java]
--------------------------... | [[java-aggs-bucket-histogram]]
==== Histogram Aggregation
Here is how you can use
{ref}/search-aggregations-bucket-histogram-aggregation.html[Histogram Aggregation]
with Java API.
===== Prepare aggregation request
Here is an example on how to create the aggregation request:
[source,java]
--------------------------... |
Remove XPackExtension break from 7.0 it's ported to 6.3 | [role="xpack"]
[[breaking-changes-xes]]
= {xpack} Breaking Changes
[partintro]
--
This section summarizes the changes that you need to be aware of when migrating
your application from one version of {xpack} to another.
* <<breaking-7.0.0-xes>>
See also:
* <<breaking-changes,{es} Breaking Changes>>
* {kibana-ref}/br... | [role="xpack"]
[[breaking-changes-xes]]
= {xpack} Breaking Changes
[partintro]
--
This section summarizes the changes that you need to be aware of when migrating
your application from one version of {xpack} to another.
* <<breaking-7.0.0-xes>>
See also:
* <<breaking-changes,{es} Breaking Changes>>
* {kibana-ref}/br... |
Comment out logo for now | = TCK Reference Guide for Jakarta Bean Validation
Emmanuel Bernard - Red Hat, Inc.; Hardy Ferentschik - Red Hat, Inc.; Gunnar Morling - Red Hat, Inc.
:doctype: book
:revdate: {docdate}
:revnumber: {tckVersion}
:revremark: Copyright {copyrightYear} - Red Hat, Inc. (Specification Lead)
:sectanchors:
:anchor:
:toc: left
:... | = TCK Reference Guide for Jakarta Bean Validation
Emmanuel Bernard - Red Hat, Inc.; Hardy Ferentschik - Red Hat, Inc.; Gunnar Morling - Red Hat, Inc.
:doctype: book
:revdate: {docdate}
:revnumber: {tckVersion}
:revremark: Copyright {copyrightYear} - Red Hat, Inc. (Specification Lead)
:sectanchors:
:anchor:
:toc: left
:... |
Correct and highlight port number, plus how-to-change. | = SpringBoot WebApp Demo
SpringBoot looks like a nice way to get started.
This is a trivial webapp created using SpringBoot.
== HowTo
mvn spring-boot:run
then connect to http://localhost:8080/notaservlet
== War Deployment
It seems that you can't have both the instant-deployment convenience of Spring ... | = SpringBoot WebApp Demo
SpringBoot looks like a nice way to get started.
This is a trivial webapp created using SpringBoot.
== HowTo
mvn spring-boot:run
then connect to http://localhost:8000/notaservlet
Note that is 8000 not the usual 8080 to avoid conflicts.
Chante this in application.properties if y... |
Add links to supported connection pools | = flexy-pool
Author <mih_vlad@yahoo.com>
v1.0.0, 2014-02-25
:toc:
:imagesdir: images
: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 dynami... | = flexy-pool
Author <mih_vlad@yahoo.com>
v1.0.0, 2014-02-25
:toc:
:imagesdir: images
: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 dynami... |
Update the doc with the instructions to run | = Microservices libraries comparison
== Purpose
This project is the companion of this Blog article: https://cdelmas.github.io/xxxxxxx.
== Build
To build the servers, just run `gradlew make` in the command line. By the way, you need a JDK 8, but I guess you're up-to-date :)
== Run the perf tests
== Notes
There ... | = Microservices libraries comparison
== Purpose
This project is the companion of this Blog article: https://cdelmas.github.io/xxxxxxx.
== Build
To build the servers, just run `gradlew make` in the command line. By the way, you need a JDK 8, but I guess you're up-to-date :)
== Run the perf tests
1. Move inside the... |
Revert "Revert "Test trigger on push"" | = Infinispan Cluster Manager
image:https://vertx.ci.cloudbees.com/buildStatus/icon?job=vert.x3-infinispan["Build Status",link="https://vertx.ci.cloudbees.com/view/vert.x-3/job/vert.x3-infinispan/"]
This is a cluster manager implementation for Vert.x that uses http://infinispan.org[Infinispan].
Please see the in-sour... | = Infinispan Cluster Manager
image:https://vertx.ci.cloudbees.com/buildStatus/icon?job=vert.x3-infinispan["Build Status",link="https://vertx.ci.cloudbees.com/view/vert.x-3/job/vert.x3-infinispan/"]
This is a cluster manager implementation for Vert.x that uses http://infinispan.org[Infinispan].
Please see the in-sour... |
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... |
Remove searching code that doesn't work on github | GRR Rapid Response documentation.
=================================
GRR is an Incident Response Framework focused on Remote Live Forensics.
Index
-----
1. link:user_manual.adoc[User Manual]
2. link:admin.adoc[Administration Documentation (Setup and Configuration)]
3. link:implementation.adoc[Developer and Implementat... | GRR Rapid Response documentation.
=================================
GRR is an Incident Response Framework focused on Remote Live Forensics.
Index
-----
1. link:user_manual.adoc[User Manual]
2. link:admin.adoc[Administration Documentation (Setup and Configuration)]
3. link:implementation.adoc[Developer and Implementat... |
Update the Introduction and header | = Inform: A C library for information analysis of complex systems
Douglas G. Moore <doug@dglmoore.com>
v0.0.5, June 2017
:toc2:
:toclevels: 2
:source-highlighter: prettify
:stem: latexmath
Inform is a cross-platform C library designed for performing information
analysis of complex system.
1. The `inform_dist` struct... | = Inform: A C library for information analysis of complex systems
Douglas G. Moore <douglas.g.moore@asu.edu>
v1.0.0, November 2017
:toc2:
:toclevels: 2
:source-highlighter: prettify
:stem: latexmath
image:https://travis-ci.org/ELIFE-ASU/Inform.svg?branch=master[Build Status (Travis CI),
link=https://travis-ci.org/ELIF... |
Update Release notes for v2.34.0 | = [.ebi-color]#Release notes#
:toc: auto
This pages contains links to release notes for DSP's REST API application.
[[section]]
== v2.33.0 Release notes
New features:
----------------
1. Add the possibility to set an additional checklist on a submittable for schema validation.
2. Add the possibility to set an additi... | = [.ebi-color]#Release Notes#
:toc: auto
This pages contains links to release notes for DSP's REST API application.
[[section]]
== v2.34.0 Release Notes
New feautures:
----------------
1. DSP is going under maintenance from 8th March to 4th April 2020. For that period on DSP's welcome page displays a message regardi... |
Replace Travis badge by GitHub Actions badge | = Asciidoctor.js CLI
ifdef::env-github[]
image:https://img.shields.io/travis/asciidoctor/asciidoctor-cli.js/master.svg[Travis build status, link=https://travis-ci.org/asciidoctor/asciidoctor-cli.js]
image:https://img.shields.io/npm/v/@asciidoctor/cli.svg[npm version, link=https://www.npmjs.org/package/@asciidoctor/cli... | = Asciidoctor.js CLI
ifdef::env-github[]
image:https://github.com/asciidoctor/asciidoctor-cli.js/workflows/Build/badge.svg[GitHub Actions Status, link=https://github.com/asciidoctor/asciidoctor-cli.js/actions]
image:https://img.shields.io/npm/v/@asciidoctor/cli.svg[npm version, link=https://www.npmjs.org/package/@asci... |
Use single-colon for image notation. | README
======
author::
grml solutions
version::
1.0.0
travis state::
image::https://api.travis-ci.org/meisterluk/screenshot-compare.svg?branch=master[]
What?
-----
You can compare two image files and it will show a difference score between 0 and 1.
Using transparent reference PNG images, you can also skip cert... | README image:https://api.travis-ci.org/meisterluk/screenshot-compare.svg?branch=master[]
========================================================================================
author::
grml solutions
version::
1.0.0
What?
-----
You can compare two image files and it will show a difference score between 0 and 1... |
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... |
Remove information admonition from readme | = Custom New Tab
Thor Andreas Rognan <thor.rognan@gmail.com>
:imagesdir: doc/assets/images
ifdef::env-github[]
:tip-caption: :bulb:
:note-caption: :information_source:
:important-caption: :heavy_exclamation_mark:
:caution-caption: :fire:
:warning-caption: :warning:
endif::[]
'''
NOTE: Chrome extension that creates a ... | = Custom New Tab
Thor Andreas Rognan <thor.rognan@gmail.com>
:imagesdir: doc/assets/images
ifdef::env-github[]
:tip-caption: :bulb:
:note-caption: :information_source:
:important-caption: :heavy_exclamation_mark:
:caution-caption: :fire:
:warning-caption: :warning:
endif::[]
'''
_Chrome extension that creates a custo... |
Add notes about graduation date, scholarship | == School
I entered the Honours Computer Science Co-Op program at
link:http://mcmaster.ca[McMaster University] in Fall 2010. My original
graduation date would have been April 2014; however, due to my long-term
internship at Red Hat, this has been delayed by one year.
| == School
I entered the Honours Computer Science Co-Op program at
link:http://mcmaster.ca[McMaster University] in Fall 2010. My original
graduation date would have been April 2014; however, due to my long-term
internship at Red Hat, this has been delayed by one year. I'm on track
to complete my Bachelor's of Applied S... |
Add a section on how to run Mozilla add-on linter | = Hacking
:uri-nodejs: http://nodejs.org
:uri-nvm: https://github.com/creationix/nvm
This guide will give you all the necessary information you need to become a successful code contributor!
== Setup
To build this project, you will need {uri-nodejs}[Node.js] >= 4 and `npm` (we recommend {uri-nvm}[nvm] to manage multi... | = Hacking
:uri-nodejs: http://nodejs.org
:uri-nvm: https://github.com/creationix/nvm
This guide will give you all the necessary information you need to become a successful code contributor!
== Setup
To build this project, you will need {uri-nodejs}[Node.js] >= 4 and `npm` (we recommend {uri-nvm}[nvm] to manage multi... |
Add link to top project page. | = EB4J xml2eb tool
:doctype: article
:docinfo:
:toc:
:toclevels: 2
:version: 1.99.0-SNAPSHOT
:project-name: xml2eb
This is a project page for xml2eb.
include::xml2eb.adoc[]
include::converter.adoc[]
include::reports.adoc[]
include::links.adoc[]
| = EB4J xml2eb tool
:doctype: article
:docinfo:
:toc:
:toclevels: 2
:version: 1.99.0-SNAPSHOT
:project-name: xml2eb
IMPORTANT: link:https://github.com/eb4j/xml2eb[View on GitHub]
| link:https://eb4j.github.io/[Top project page]
This is a project page for xml2eb.
include::xml2eb.adoc[]
include::converter.adoc[]
i... |
Expand a bit on the typing | Goals
-----
GearScript aims to introduce strong static typing into TorqueScript, allowing for
a more consistent syntax while not changing semantics too much. Static type information
will initially be erased (compare to Java Generics) as part of the compilation process,
but that may change further down along the line. ... | Goals
-----
GearScript aims to introduce strong static typing into TorqueScript, allowing for a more consistent syntax while not changing semantics too much. Static type information will initially be erased (similarly to Java Generics) as part of the compilation process, but that may change further down along the line... |
Add Kerberos/SPNEGO Shield custom realm | [[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 the good link to the blog article. | = Microservices libraries comparison
== Purpose
This project is the companion of this Blog article: http://cdelmas.github.io/.....
== Build
To build it, just run `gradle shadowJar` in the command line.
== Run
Then you can run each server using `java -jar <server>.jar`.
| = Microservices libraries comparison
== Purpose
This project is the companion of this Blog article: https://cdelmas.github.io/2015/11/01/A-comparison-of-Microservices-Frameworks.html.
== Build
To build it, just run `gradle shadowJar` in the command line.
== Run
Then you can run each server using `java -jar <serve... |
Use block syntax for note/warning | :function-title: {{name}}
[#{{id}}]
=== {function-title}
{{#if deprecated}}
[CAUTION]
====
{{{deprecatedDocs}}}
====
{{/if}}
{{{brief}}}
++++
<pre class="highlightjs highlight"><code class="language-{{@root.sourceLanguage}} hljs" data-lang="{{@root.sourceLanguage}}">{{declaration}}</code></pre>
++++
{{#if return.d... | :function-title: {{name}}
[#{{id}}]
=== {function-title}
{{#if deprecated}}
[CAUTION]
====
{{{deprecatedDocs}}}
====
{{/if}}
{{{brief}}}
++++
<pre class="highlightjs highlight"><code class="language-{{@root.sourceLanguage}} hljs" data-lang="{{@root.sourceLanguage}}">{{declaration}}</code></pre>
++++
{{#if return.d... |
Add beat for readings stats from uWSGI | [[community-beats]]
== Community Beats
The open source community has been hard at work developing new Beats. You can check
out a few of them here:
[horizontal]
https://github.com/Ingensi/dockerbeat[dockerbeat]:: Reads docker container
statistics and indexes them in Elasticsearch
https://github.com/mrkschan/nginxbea... | [[community-beats]]
== Community Beats
The open source community has been hard at work developing new Beats. You can check
out a few of them here:
[horizontal]
https://github.com/Ingensi/dockerbeat[dockerbeat]:: Reads docker container
statistics and indexes them in Elasticsearch
https://github.com/mrkschan/nginxbea... |
Revert "[Docs] Fix base directory to include for put_mapping.asciidoc" | [[java-admin-indices-put-mapping]]
:base-dir: {docdir}/../../server/src/test/java/org/elasticsearch/action/admin/indices/create
==== Put Mapping
The PUT mapping API allows you to add a new type while creating an index:
["source","java",subs="attributes,callouts,macros"]
----------------------------------------------... | [[java-admin-indices-put-mapping]]
:base-dir: {docdir}/../../core/src/test/java/org/elasticsearch/action/admin/indices/create
==== Put Mapping
The PUT mapping API allows you to add a new type while creating an index:
["source","java",subs="attributes,callouts,macros"]
------------------------------------------------... |
Fix wrong link (even if it's temporally) | = Artificial Intelligence for Spring Boot
:awestruct-description: Learn how to use OptaPlanner (open source, java) for Artificial Intelligence planning optimization on Spring Boot.
:awestruct-layout: compatibilityBase
:awestruct-priority: 1.0
:awestruct-related_tag: spring
:showtitle:
OptaPlanner has a Spring Boot Sta... | = Artificial Intelligence for Spring Boot
:awestruct-description: Learn how to use OptaPlanner (open source, java) for Artificial Intelligence planning optimization on Spring Boot.
:awestruct-layout: compatibilityBase
:awestruct-priority: 1.0
:awestruct-related_tag: spring
:showtitle:
OptaPlanner has a Spring Boot Sta... |
Fix the mTLS entry in the feature matrix | // Module included in the following assemblies:
//
// * serverless/serverless-release-notes.adoc
:_content-type: REFERENCE
[id="serverless-deprecated-removed-features_{context}"]
= Deprecated and removed features
Some features available in previous releases have been deprecated or removed.
Deprecated functionality i... | // Module included in the following assemblies:
//
// * serverless/serverless-release-notes.adoc
:_content-type: REFERENCE
[id="serverless-deprecated-removed-features_{context}"]
= Deprecated and removed features
Some features available in previous releases have been deprecated or removed.
Deprecated functionality i... |
Remove lines added for testing CI setup | = Infinispan Cluster Manager
image:https://vertx.ci.cloudbees.com/buildStatus/icon?job=vert.x3-infinispan["Build Status",link="https://vertx.ci.cloudbees.com/view/vert.x-3/job/vert.x3-infinispan/"]
This is a cluster manager implementation for Vert.x that uses http://infinispan.org[Infinispan].
Please see the in-sour... | = Infinispan Cluster Manager
image:https://vertx.ci.cloudbees.com/buildStatus/icon?job=vert.x3-infinispan["Build Status",link="https://vertx.ci.cloudbees.com/view/vert.x-3/job/vert.x3-infinispan/"]
This is a cluster manager implementation for Vert.x that uses http://infinispan.org[Infinispan].
Please see the in-sour... |
Move shields right after the title | image:https://img.shields.io/github/release/heruan/humanize.svg[link=https://github.com/heruan/humanize/releases,title=Latest release]
image:https://img.shields.io/github/downloads/heruan/humanize/total.svg[link=https://github.com/heruan/humanize/archive/master.zip,title=GitHub]
image:https://img.shields.io/circleci/pr... | = Humanization libraries for Java
image:https://img.shields.io/github/release/heruan/humanize.svg[link=https://github.com/heruan/humanize/releases,title=Latest release]
image:https://img.shields.io/github/downloads/heruan/humanize/total.svg[link=https://github.com/heruan/humanize/archive/master.zip,title=GitHub]
image:... |
Revert "[Docs] Fix base directory to include for put_mapping.asciidoc" | [[java-admin-indices-put-mapping]]
:base-dir: {docdir}/../../server/src/test/java/org/elasticsearch/action/admin/indices/create
==== Put Mapping
The PUT mapping API allows you to add a new type while creating an index:
["source","java",subs="attributes,callouts,macros"]
----------------------------------------------... | [[java-admin-indices-put-mapping]]
:base-dir: {docdir}/../../core/src/test/java/org/elasticsearch/action/admin/indices/create
==== Put Mapping
The PUT mapping API allows you to add a new type while creating an index:
["source","java",subs="attributes,callouts,macros"]
------------------------------------------------... |
Fix cross link in 4.3 and master | [id="persistent-storage-using-flexvolume"]
= Persistent storage using FlexVolume
include::modules/common-attributes.adoc[]
:context: persistent-storage-flexvolume
toc::[]
{product-title} supports FlexVolume, an out-of-tree plug-in that uses an executable model to interface with drivers.
To use storage from a back-en... | [id="persistent-storage-using-flexvolume"]
= Persistent storage using FlexVolume
include::modules/common-attributes.adoc[]
:context: persistent-storage-flexvolume
toc::[]
{product-title} supports FlexVolume, an out-of-tree plug-in that uses an executable model to interface with drivers.
To use storage from a back-en... |
Add missing cd into build. | # Garage Client
## TODO
- Smarter upload process
- Handle trailing slash on URLs correctly
## Developing
Getting started:
sudo apt-get install build-essential cmake g++ libboost-dev libboost-program-options-dev libboost-filesystem-dev libboost-system-dev libcurl4-gnutls-dev clang clang-format-3.6 ninja-build... | # Garage Client
## TODO
- Smarter upload process
- Handle trailing slash on URLs correctly
## Developing
Getting started:
sudo apt-get install build-essential cmake g++ libboost-dev libboost-program-options-dev libboost-filesystem-dev libboost-system-dev libcurl4-gnutls-dev clang clang-format-3.6 ninja-build... |
Add addtional upgrade notes for 19.0.0. | [[releasenotes-19]]
== OpenNMS 19
=== Important Upgrade Notes
* *Simple Topology Provider*: The Simple Topology Provider has been removed. A new GraphML Topology Provider is introduced and should be used instead.
=== New Features
* GraphML Topology Provider: A new Topology Provider which reads GraphML formatted gra... | [[releasenotes-19]]
== OpenNMS 19
=== Important Upgrade Notes
* *Simple Topology Provider*: The Simple Topology Provider has been removed. A new GraphML Topology Provider is introduced and should be used instead.
* *Cassandra JMX Metrics*: The default value for the `friendly-name` attribute on the `JMX-Cassandra` col... |
Update format docs to cover the UNIX format | *-F, --format* '[json|text]'::
Set the output format for stdout. Defaults to "text". | *-F, --format* '[json|text|unix]'::
Set the output format for stdout. Defaults to "text".
+
*TEXT* output is human-friendly textual output, usually in table or
record-oriented format.
In some cases, *TEXT* format is intentionally kept simple to support naive use
of commands within a subshell, but it is not generally g... |
Rename reference docs to Elasticsearch Reference | [[elasticsearch-reference]]
= Reference
:version: 1.5.2
:branch: 1.5
:jdk: 1.8.0_25
:defguide: https://www.elastic.co/guide/en/elasticsearch/guide/current
include::getting-started.asciidoc[]
include::setup.asciidoc[]
include::migration/index.asciidoc[]
include::api-conventions.asciidoc[]
include::docs... | [[elasticsearch-reference]]
= Elasticsearch Reference
:version: 1.5.2
:branch: 1.5
:jdk: 1.8.0_25
:defguide: https://www.elastic.co/guide/en/elasticsearch/guide/current
include::getting-started.asciidoc[]
include::setup.asciidoc[]
include::migration/index.asciidoc[]
include::api-conventions.asciidoc[]
... |
Document Jackson serialization support for OAuth 2.0 Client | [[jackson]]
== Jackson Support
Spring Security has added Jackson Support for persisting Spring Security related classes.
This can improve the performance of serializing Spring Security related classes when working with distributed sessions (i.e. session replication, Spring Session, etc).
To use it, register the `Secu... | [[jackson]]
== Jackson Support
Spring Security provides Jackson support for persisting Spring Security related classes.
This can improve the performance of serializing Spring Security related classes when working with distributed sessions (i.e. session replication, Spring Session, etc).
To use it, register the `Secur... |
Add date to the changelog entry. | = Changelog
== Version 0.4.2
- Bug fix related to :iat param validating on jws. (thanks to @tvanhens)
== Version 0.4.1
Date: 2015-03-14
- Update nippy version from 2.7.1 to 2.8.0
- Update buddy-core from 0.4.0 to 0.4.2
- Update cats from 0.3.2 to 0.3.4
== Version 0.4.0
Date: 2015-02-22
- Add encode/decode fun... | = Changelog
== Version 0.4.2
Date: 2015-03-29
- Bug fix related to :iat param validating on jws. (thanks to @tvanhens)
== Version 0.4.1
Date: 2015-03-14
- Update nippy version from 2.7.1 to 2.8.0
- Update buddy-core from 0.4.0 to 0.4.2
- Update cats from 0.3.2 to 0.3.4
== Version 0.4.0
Date: 2015-02-22
- Add... |
Fix link and snippet url | = Using the Kafka controller
:page-sidebar: apim_3_x_sidebar
:page-permalink: apim/3.x/apim_publishersme_using_kafka.html
:page-folder: apim/user-guide/publisher
:page-layout: apim3x
== Overview
This section describes the basic usage of the Kafka controller - producing and consuming messages.
=== Producing messages
... | = Using the Kafka controller
:page-sidebar: apim_3_x_sidebar
:page-permalink: apim/3.x/apim_publisherguide_using_kafka.html
:page-folder: apim/user-guide/publisher
:page-layout: apim3x
== Overview
This section describes the basic usage of the Kafka controller - producing and consuming messages.
=== Producing message... |
Update to reflect Ali Cloud TP status in 4.10 | // Module included in the following assemblies:
//
// * operators/operator-reference.adoc
[id="cluster-cloud-controller-manager-operator_{context}"]
= Cluster Cloud Controller Manager Operator
[discrete]
== Purpose
[NOTE]
====
This Operator is only fully supported for Alibaba Cloud, Microsoft Azure Stack Hub, and IB... | // Module included in the following assemblies:
//
// * operators/operator-reference.adoc
[id="cluster-cloud-controller-manager-operator_{context}"]
= Cluster Cloud Controller Manager Operator
[discrete]
== Purpose
[NOTE]
====
This Operator is only fully supported for Microsoft Azure Stack Hub and IBM Cloud.
It is ... |
Add new to-do items based on field testing from 04-14 | = 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
- (*DONE*) tou... | = To-Do List
- shouldn't need intermediate waypoint to trigger EXPECTING_CONE
- have to handle case where cone waypoint is achieved before seeing cone
- need to limit time of reverse
- have to handle case where in MANUAL mode and don't see cone
- mock_cone_detector creates infinite area and overflows h
- (*DONE*) new ... |
Convert wiki link to jenkinsio plugin link | [[ivy-plugin]]
= ivy-plugin
image:https://img.shields.io/jenkins/plugin/v/ivy.svg[Jenkins Plugin,link=https://plugins.jenkins.io/ivy]
image:https://img.shields.io/github/release/jenkinsci/ivy-plugin.svg?label=release[GitHub release,link=https://github.com/jenkinsci/ivy-plugin/releases/latest]
image:https://img.shields... | [[ivy-plugin]]
= ivy-plugin
image:https://img.shields.io/jenkins/plugin/v/ivy.svg[Jenkins Plugin,link=https://plugins.jenkins.io/ivy]
image:https://img.shields.io/github/release/jenkinsci/ivy-plugin.svg?label=release[GitHub release,link=https://github.com/jenkinsci/ivy-plugin/releases/latest]
image:https://img.shields... |
Add a note about completed example | To complete this guide you will need to checkout the source from Github and work through the steps presented by the guide.
To get started do the following:
* link:https://github.com/{githubSlug}/archive/master.zip[Download] and unzip the source or if you already have https://git-scm.com/[Git]: `git clone https://gith... | To complete this guide you will need to checkout the source from Github and work through the steps presented by the guide.
To get started do the following:
* link:https://github.com/{githubSlug}/archive/master.zip[Download] and unzip the source or if you already have https://git-scm.com/[Git]: `git clone https://gith... |
Add doc push on snapshot release | :source-highlighter: pygments
= Muon Clojure
Muon Clojure is just awesome and clojurific
| ---
---
:title: Muon Clojure
:layout: documentation
:source-highlighter: pygments
:toc: right
= Muon Clojure docs
Muon Clojure is just awesome and clojurific
|
Fix nonsensical sentence in standard analyzer documentation so that it is more understandable | [[analysis-standard-analyzer]]
=== Standard Analyzer
An analyzer of type `standard` that is built of using
<<analysis-standard-tokenizer,Standard
Tokenizer>>, with
<<analysis-standard-tokenfilter,Standard
Token Filter>>,
<<analysis-lowercase-tokenfilter,Lower
Case Token Filter>>, and
<<analysis-stop-tokenfilter,Stop
T... | [[analysis-standard-analyzer]]
=== Standard Analyzer
An analyzer of type `standard` is built using the
<<analysis-standard-tokenizer,Standard
Tokenizer>> with the
<<analysis-standard-tokenfilter,Standard
Token Filter>>,
<<analysis-lowercase-tokenfilter,Lower
Case Token Filter>>, and
<<analysis-stop-tokenfilter,Stop
To... |
Document the -r <repository> option of the `kn func create` command | [id="serverless-create-func-kn_{context}"]
= Creating functions
You can create a basic serverless function using the `kn` CLI.
You can specify the path, runtime, and template as flags on the command line, or use the `-c` flag to start the interactive experience in the terminal.
.Procedure
* Create a function projec... | [id="serverless-create-func-kn_{context}"]
= Creating functions
You can create a basic serverless function using the `kn` CLI.
You can specify the path, runtime, template, and repository with the template as flags on the command line, or use the `-c` flag to start the interactive experience in the terminal.
.Procedu... |
Update readme with latest stats output | libframetime
============
A preloadable library, able to dump the frame times of any OpenGL application on Linux, on
any driver.
By default, the timing is written into /tmp/libframetime.out, but you can specify an
alternate file with the LIBFRAMETIME_FILE env var.
Usage
-----
----
LD_PRELOAD=path/to/libframetime.... | libframetime
============
A preloadable library, able to dump the frame times of any OpenGL application on Linux, on
any driver.
By default, the timing is written into /tmp/libframetime.out, but you can specify an
alternate file with the LIBFRAMETIME_FILE env var.
Usage
-----
----
LD_PRELOAD=path/to/libframetime.... |
Add a link to the docs in the release announcement | == New Check and 2 Fixes
:docname: 20180406-new-check-and-2-fixes
I fixed 3 issues for which there are releases of the following components:
* `revapi-basic-features-0.7.1` that contains a fix for https://github.com/revapi/revapi/issues/119[#119] which means
that the semver transform should no longer crash when there... | == New Check and 2 Fixes
:docname: 20180406-new-check-and-2-fixes
I fixed 3 issues for which there are releases of the following components:
* `revapi-basic-features-0.7.1` that contains a fix for https://github.com/revapi/revapi/issues/119[#119] which means
that the semver transform should no longer crash when there... |
Update readme with blank info | = Vert.x Unit examples
Here you'll find some examples of how to use Vert.x unit to test your asynchronous applications.
Tests are located in the link:src/test/java/io/vertx/example/unit/test directory.
Examples can be run directly from the IDE.
== Vertx Unit Test
The link:src/test/java/io/vertx/example/unit/test/V... | = Vert.x gRPC examples
todo
|
Add required "name" parameter in example | = SpringBoot WebApp Demo
SpringBoot looks like a nice way to get started.
This is a trivial webapp created using SpringBoot.
== HowTo
mvn spring-boot:run
then connect to http://localhost:8000/notaservlet
Note that is 8000 not the usual 8080 to avoid conflicts.
Change this in application.properties if y... | = SpringBoot WebApp Demo
SpringBoot looks like a nice way to get started.
This is a trivial webapp created using SpringBoot.
== HowTo
mvn spring-boot:run
then connect to
http://localhost:8000/notaservlet?name=Robin Smith
Note that is 8000 not the usual 8080 to avoid conflicts.
Change this in applic... |
Add deprecatio not on changelog. | = 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... | = 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 Gradle check to testApp snippet | To run the tests:
[source, bash]
----
./grailsw
grails> test-app
grails> open test-report
----
| To run the tests:
[source, bash]
----
./grailsw
grails> test-app
grails> open test-report
----
or
[source, bash]
----
./gradlew check
open build/reports/tests/index.html
----
|
Add DataTables and links to readme | = Spring Boot and Two DataSources
This project demonstrates how to use two `DataSource` s with Spring Boot.
It utilizes:
* Spring Data JPA/REST
* Flyway migrations for the two `DataSource` s
* Separate Hibernate properties for each `DataSource`
* Application properties with YAML
* Thymeleaf
* Unit tests for compon... | = 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 a little more docs. More to come. | = Database Table Replicator (DbShadow)
:Author: David Thompson, Matt Conroy
:Email: <dthompsn1@gmail.com> <matt@conroy.cc>
:Revision: 0.0.1 2017-02-08
== Description
Have you ever had the need to copy data from one database to another? How about between to different types of
databases? How about just verifying that yo... | = Database Table Replicator (DbShadow)
:Author: David Thompson, Matt Conroy
:Email: <dthompsn1@gmail.com> <matt@conroy.cc>
:Revision: 0.0.1 2017-02-08
== Description
Have you ever had the need to copy data from one database to another? How about between to different types of
databases? How about just verifying that yo... |
Add minor schema changes to Changelog. | === Apm-Server version HEAD
https://github.com/elastic/apm-server/compare/x...master[View commits]
==== Breaking changes
==== Bugfixes
==== Added
==== Deprecated
==== Known Issue
| === Apm-Server version HEAD
https://github.com/elastic/apm-server/compare/x...master[View commits]
==== Breaking changes
==== Bugfixes
*Bugfixes in fields.yml leading to ES schema changes*
- changed `context.system.title` to `context.system.process_title`, removed `transaction.context`, `trace.context` (already avai... |
Fix paragraph name in Johnzon docs for Gitbook | [[Johnzon-Johnzon]]
Johnzon
~~~~~~~
*Available as of Camel 2.18*
Johnzon is a link:data-format.html[Data Format] which uses the
http://johnzon.apache.org/[Johnzon Library]
[source,java]
-------------------------------
from("activemq:My.Queue").
marshal().json(JsonLibrary.Johnzon).
to("mqseries:Another.Queue");
-... | [[Johnzon-Johnzon]]
Johnzon
~~~~~~~
*Available as of Camel 2.18*
Johnzon is a link:data-format.html[Data Format] which uses the
http://johnzon.apache.org/[Johnzon Library]
[source,java]
-------------------------------
from("activemq:My.Queue").
marshal().json(JsonLibrary.Johnzon).
to("mqseries:Another.Queue");
-... |
Relocate tip for Fleet APIs | [role="xpack"]
[[fleet-apis]]
TIP: For the {kib} {fleet} APIs, see the
{fleet-guide}/fleet-api-docs.html[`Fleet API Documentation`].
== Fleet APIs
The following APIs support {fleet}'s use of {es} as a data store for internal
agent and action data. These APIs are experimental and for internal use by
{fleet} only.
* ... | [role="xpack"]
[[fleet-apis]]
== Fleet APIs
TIP: For the {kib} {fleet} APIs, see the
{fleet-guide}/fleet-api-docs.html[Fleet API Documentation].
The following APIs support {fleet}'s use of {es} as a data store for internal
agent and action data. These APIs are experimental and for internal use by
{fleet} only.
* <<g... |
Add the known kanban boards | = 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... |
Remove definition of unnecessary ProductName attribute in docs | // set attributes usually set by Antora
ifndef::site-gen-antora[]
:moduledir: ..
:attachmentsdir: {moduledir}/assets/attachments
:examplesdir: {moduledir}/examples
:imagesdir: {moduledir}/assets/images
:partialsdir: {moduledir}/pages/_partials
endif::[]
:ProductName: Debezium
:debezium-version: 1.0.0.Final
:debezium-d... | // set attributes usually set by Antora
ifndef::site-gen-antora[]
:moduledir: ..
:attachmentsdir: {moduledir}/assets/attachments
:examplesdir: {moduledir}/examples
:imagesdir: {moduledir}/assets/images
:partialsdir: {moduledir}/pages/_partials
endif::[]
:debezium-version: 1.0.0.Final
:debezium-dev-version: 1.1
:debezi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.