commit stringlengths 40 40 | old_file stringlengths 4 237 | new_file stringlengths 4 237 | old_contents stringlengths 1 4.24k | new_contents stringlengths 1 4.87k | subject stringlengths 15 778 | message stringlengths 15 8.75k | lang stringclasses 266
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
61cebff740a7b4de6ef8584a34f58dd654c720e9 | neo4j-ogm-docs/src/main/asciidoc/index.adoc | neo4j-ogm-docs/src/main/asciidoc/index.adoc | = Neo4j OGM - An Object Graph Mapping Library for Neo4j v{version}
ifdef::backend-html5[(C) {copyright}]
ifndef::backend-pdf[]
License: link:{common-license-page-uri}[Creative Commons 4.0]
endif::[]
ifdef::backend-pdf[]
(C) {copyright}
License: <<license, Creative Commons 4.0>>
endif::[]
[abstract]
--
This is the ... | = Neo4j OGM - An Object Graph Mapping Library for Neo4j v{version}
ifdef::backend-html5[(C) {copyright}]
ifndef::backend-pdf[]
License: link:{common-license-page-uri}[Creative Commons 4.0]
endif::[]
ifdef::backend-pdf[]
(C) {copyright}
License: <<license, Creative Commons 4.0>>
endif::[]
[abstract]
--
This is the ... | Fix content ids in docs | Fix content ids in docs
| AsciiDoc | apache-2.0 | neo4j/neo4j-ogm,neo4j/neo4j-ogm,neo4j/neo4j-ogm,neo4j/neo4j-ogm |
9e67428ea172ad0916aebb0a24300b646a9c3836 | docs/trial-license-warning.asciidoc | docs/trial-license-warning.asciidoc | :current: 6.4
:register: https://register.elastic.co
:elasticdocs: https://www.elastic.co/guide/en/elasticsearch/reference/{current}
:licenseexpiration: {stackdocs}/license-expiration.html
[WARNING]
--
After the trial license period expires, the trial platinum features
{licenseexpiration}[**operate in a degraded mode*... | :current: 6.5
:register: https://register.elastic.co
:elasticdocs: https://www.elastic.co/guide/en/elasticsearch/reference/{current}
:licenseexpiration: {stackdocs}/license-expiration.html
[WARNING]
--
After the trial license period expires, the trial platinum features
{licenseexpiration}[**operate in a degraded mode*... | Update documentation versions and links | Update documentation versions and links
| AsciiDoc | mit | elastic/azure-marketplace,elastic/azure-marketplace |
3d577f891e9235c636d5dfa4a541fc7a9fcc27bf | release-notes.asciidoc | release-notes.asciidoc | spray-kamon-metrics: release notes
==================================
// tag::release-notes[]
=== 0.1.3-SNAPSHOT
* Dependency updates:
** Akka 2.4.8
** Kamon 0.6.2
** Spray 1.3.3
=== 0.1.2 (22 Sep 2015)
* `TracingHttpService`
** No longer change trace name
** When receiving a request context, no longer create a d... | spray-kamon-metrics: release notes
==================================
// tag::release-notes[]
=== 0.1.3 (18 Aug 2016)
* Dependency updates:
** Akka 2.4.8
** Kamon 0.6.2
** Spray 1.3.3
=== 0.1.2 (22 Sep 2015)
* `TracingHttpService`
** No longer change trace name
** When receiving a request context, no longer creat... | Update release notes for release | Update release notes for release
| AsciiDoc | bsd-3-clause | MonsantoCo/spray-kamon-metrics,MonsantoCo/spray-kamon-metrics |
c34a5d7fd3ceba28c2114f108784a4abdfccbf67 | opennms-doc/guide-install/src/asciidoc/text/java/debian.adoc | opennms-doc/guide-install/src/asciidoc/text/java/debian.adoc |
// Allow GitHub image rendering
:imagesdir: ../../images
[[gi-install-oracle-java-debian]]
=== Setup on _Debian-based_ systems
This section describes how to install _Oracle Java 8_ on a _Debian-based_ system like _Debian 8_ or _Ubuntu 14.04 LTS_.
.Install add-apt-repository package
[source, bash]
----
apt-get insta... |
// Allow GitHub image rendering
:imagesdir: ../../images
[[gi-install-oracle-java-debian]]
=== Setup on _Debian-based_ systems
This section describes how to install _Oracle Java 8_ on a _Debian-based_ system like _Debian 8_ or _Ubuntu 14.04 LTS_.
.Add Java repository from webupd8 maintainer
[source, bash]
----
su -... | Fix Oracle Java install guide | NMS-8097: Fix Oracle Java install guide
It is not possible since Java 1.8.0 b72 to install with add-apt-repository.
Updated the install guide to create source.list file manually.
| AsciiDoc | agpl-3.0 | aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms |
7ab3fb5e80954d041c15f4ca7502180537a4a14c | documentation/src/main/asciidoc/index.asciidoc | documentation/src/main/asciidoc/index.asciidoc | * link:intro[intro]
* link:install[install]
* link:faq[faq]
| * link:intro[intro]
* link:install[install]
* link:configuration[configuration]
* link:faq[faq]
| Add link to config section | Add link to config section
| AsciiDoc | apache-2.0 | ocpsoft/rewrite,jsight/rewrite,jsight/rewrite,chkal/rewrite,chkal/rewrite,ocpsoft/rewrite,jsight/rewrite,jsight/rewrite,ocpsoft/rewrite,chkal/rewrite,chkal/rewrite,chkal/rewrite,ocpsoft/rewrite,jsight/rewrite,ocpsoft/rewrite |
6af2f8f60973cb453c479fd1c7354e317fb90360 | vertx-auth-oauth2/README.adoc | vertx-auth-oauth2/README.adoc | # Vert.x OAuth2 Auth
Please see the documentation for more information.
## Running test
There is a Keycloak Docker image available, that you can load with the provided configuration `src/test/fixtures/vertx-test-realm.json`
```
docker run -d --rm --name keycloak -p 8888:8080 -e KEYCLOAK_USER=user -e KEYCLOAK_PASSWO... | # Vert.x OAuth2 Auth
Please see the documentation for more information.
## Running test
Standard unit tests are run against a mock of some providers, `Google`, `Keycloak` to run
against a real provider (`Keycloak`) the `IT` profile must be enabled, which you can do by:
```
mvn -PIT ...
```
Or by having the environ... | Document how to run the Integration Tests | Document how to run the Integration Tests
| AsciiDoc | apache-2.0 | vert-x3/vertx-auth,vert-x3/vertx-auth |
0de231c80463c8f03f5dc1e96eeb921ec96a5350 | README.adoc | README.adoc | = Turbine
image:https://travis-ci.org/concourse/turbine.svg?branch=master["Build Status", link="https://travis-ci.org/concourse/turbine"]
image:https://coveralls.io/repos/concourse/turbine/badge.png["Coverage Status", link="https://coveralls.io/r/concourse/turbine"]
* http://docs.room101agent.apiary.io/[API]
| = Turbine
image:https://travis-ci.org/concourse/turbine.svg?branch=master["Build Status", link="https://travis-ci.org/concourse/turbine"]
image:https://coveralls.io/repos/concourse/turbine/badge.png["Coverage Status", link="https://coveralls.io/r/concourse/turbine"]
Provides a stateless REST API to execute builds on ... | Add description and annotate api as stale | Add description and annotate api as stale | AsciiDoc | apache-2.0 | concourse/turbine |
7b8b1f5f1cd96c5599f93d647fa9e7d4a3d57ee5 | modules/nw-cno-logs.adoc | modules/nw-cno-logs.adoc | // Module included in the following assemblies:
//
// * networking/cluster-network-operator.adoc
[id="nw-cno-logs_{context}"]
= Viewing Cluster Network Operator logs
You can view Cluster Network Operator logs by using the `oc logs` command.
.Procedure
* Run the following command to view the logs of the Cluster Netw... | // Module included in the following assemblies:
//
// * networking/cluster-network-operator.adoc
[id="nw-cno-logs_{context}"]
= Viewing Cluster Network Operator logs
You can view Cluster Network Operator logs by using the `oc logs` command.
.Procedure
* Run the following command to view the logs of the Cluster Netw... | Add missing plus before command | Add missing plus before command
| AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
df55a7176ed1a951c4225585e7999a4769434a2b | docs/Prerequisites.adoc | docs/Prerequisites.adoc | == Prerequisites
=== Installing Protocol Buffers Compiler
==== For Windows
Install the binary from https://github.com/google/protobuf/releases/download/v2.4.1/protoc-2.4.1-win32.zip and then set the `/path/to/protoc/parent` on your PATH variable.
==== For Macs
```
brew tap homebrew/versions
brew install protobuf24... | == Prerequisites
=== Installing Protocol Buffers Compiler
==== For Windows
Install the binary from https://github.com/google/protobuf/releases/download/v2.4.1/protoc-2.4.1-win32.zip and then set the `/path/to/protoc/parent` on your PATH variable.
==== For Macs
```
brew install https://raw.githubusercontent.com/Home... | Update how to get protoc on Mac | Update how to get protoc on Mac
"Homebrew Versions" support for v2.4.1 has been removed. See #42
Updated the documentation to show getting the old brew definition file. | AsciiDoc | apache-2.0 | viveksachdeva/grabbit,Shashi-Bhushan/grabbit,TWCable/grabbit |
0a041202cc081999e969aee7115ca826fcb9291b | cli_reference/index.adoc | cli_reference/index.adoc | = Overview
{product-author}
{product-version}
:data-uri:
:icons:
:experimental:
With the OpenShift command line interface (CLI), you can
link:../dev_guide/new_app.html[create applications] and manage OpenShift
link:../dev_guide/projects.html[projects] from a terminal. The CLI is ideal in
situations where you are:
- W... | = Overview
{product-author}
{product-version}
:data-uri:
:icons:
:experimental:
With the OpenShift command line interface (CLI), you can
link:../dev_guide/new_app.html[create applications] and manage OpenShift
link:../dev_guide/projects.html[projects] from a terminal. The CLI is ideal in
situations where you are:
- W... | Document Git as a prerequisite of the CLI client | Document Git as a prerequisite of the CLI client | AsciiDoc | apache-2.0 | xiaoping378/openshift-docs,xiaoping378/openshift-docs,xiaoping378/openshift-docs |
de7cb499ac2fe92e0187ace2d2b4696763707671 | docs/griffon-site/src/jbake/content/news/griffon_2.0.0.RC2.adoc | docs/griffon-site/src/jbake/content/news/griffon_2.0.0.RC2.adoc | = Griffon 2.0.0.RC2 Released
Andres Almiray
2014-08-11
:jbake-type: post
:jbake-status: published
:category: news
:idprefix:
== Griffon 2.0.0.RC2 Released
The Griffon team is happy to announce the release of Griffon 2.0.0.RC2!
This is the first release candidate of Griffon 2.0.0. If all goes according to plan the ne... | = Griffon 2.0.0.RC2 Released
Andres Almiray
2014-08-11
:jbake-type: post
:jbake-status: published
:category: news
:idprefix:
== Griffon 2.0.0.RC2 Released
The Griffon team is happy to announce the release of Griffon 2.0.0.RC2!
This is the second release candidate of Griffon 2.0.0. If all goes according to plan the n... | Fix news entry for 2.0.0.rC2 | Fix news entry for 2.0.0.rC2
| AsciiDoc | apache-2.0 | tschulte/griffon,levymoreira/griffon,tschulte/griffon,levymoreira/griffon,griffon/griffon,levymoreira/griffon,griffon/griffon,tschulte/griffon |
e2e312a55b86dcda0f4febe0e9e8578477027a22 | README.adoc | README.adoc | = secret nemesis
[quote]
Submission for a group symbolic regression assignment in my AI class.
== Status
Function generation is done, though the function itself is rarely pretty.
== Getting started
Don't bother trying to run this on a Windows PC unless you know what you're
doing (if you don't understand init.sh, j... | = secret nemesis
[quote]
Submission for a group symbolic regression assignment in CSUF's Summer 2015 AI
class.
== Status
Function generation is done, though the function itself is rarely pretty.
== Getting started
Don't bother trying to run this on a Windows PC unless you know what you're
doing (if you don't under... | Clarify quote, make it even less egocentric | Clarify quote, make it even less egocentric
| AsciiDoc | isc | ciarand/secret-nemesis,ciarand/secret-nemesis |
24cac547ed85989f4fd0a2254be44ed39a63df72 | README.adoc | README.adoc |
= Hawkular UI Services
[.lead]
*Hawkular UI Services* is the home of Angular UI services, such as ngResources and other utility services that can be used across Hawkular UI Modules(plugins). These UI plugins comprise the Hawkular console for https://github.com/hawkular/hawkular[Hawkular]. This console is based on h... |
= Hawkular UI Services
[.lead]
*Hawkular UI Services* is the home of Angular UI services, such as ngResources and other utility services that can be used across Hawkular UI Modules(plugins). These UI plugins comprise the Hawkular console for https://github.com/hawkular/hawkular[Hawkular]. This console is based on h... | Fix the readme about the testsuite execution | Fix the readme about the testsuite execution
| AsciiDoc | apache-2.0 | Jiri-Kremser/hawkular-ui-services,lucasponce/hawkular-ui-services,hawkular/hawkular-ui-services,ppalaga/hawkular-ui-services,ammendonca/hawkular-ui-services,ppalaga/hawkular-ui-services,pavolloffay/hawkular-ui-services,ammendonca/hawkular-ui-services,lucasponce/hawkular-ui-services,hawkular/hawkular-ui-services,Jiri-Kr... |
8a9c8abecb5488118f52a5679f098e7c4ef3fb7d | spec/src/main/asciidoc/microprofile-openapi-spec.adoc | spec/src/main/asciidoc/microprofile-openapi-spec.adoc | :sectanchors:
:doctype: book
:license: Apache License v2.0
:source-highlighter: coderay
:sectnums:
:toc: left
:toclevels: 4
= MicroProfile OpenAPI Specification
== Introduction
== Architecture
== OpenAPI Endpoint
=== Overview
=== Content format
=== Query parameters
=== Context root behaviour
=== Multiple applicatio... | //
// Copyright (c) 2017 Contributors to the Eclipse Foundation
//
// See the NOTICE file(s) distributed with this work for additional
// information regarding copyright ownership.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
/... | Add license section to specification documen | Add license section to specification documen
Signed-off-by: Artur Dzmitryieu <0a3f547f43e496c127a2e6339e51bd0a18a1d5ae@ca.ibm.com>
| AsciiDoc | apache-2.0 | arthurdm/microprofile-open-api |
7955bc4c8d95aaf4b0e18b6007ea0c695acf40b3 | documentation/src/docs/asciidoc/release-notes/release-notes-5.8.0-M1.adoc | documentation/src/docs/asciidoc/release-notes/release-notes-5.8.0-M1.adoc | [[release-notes-5.8.0-M1]]
== 5.8.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/51?closed=1+[5.8 M1] milestone page in the JUnit repository
on GitHub.
[[release-notes-5.8.0-M1-junit-platform]]
=== JUnit ... | [[release-notes-5.8.0-M1]]
== 5.8.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/51?closed=1+[5.8 M1] milestone page in the JUnit repository
on GitHub.
[[release-notes-5.8.0-M1-junit-platform]]
=== JUnit ... | Document regression fix in release notes | Document regression fix in release notes
See #2408
| AsciiDoc | epl-1.0 | junit-team/junit-lambda |
e1531ab553a67f7d3610a2a91ab13a4b04e61bc9 | Documentation/ArchitectureDocumentation.asciidoc | Documentation/ArchitectureDocumentation.asciidoc | ifdef::env-github[]
:imagesdir: https://github.com/Moose2Model/Moose2Model/blob/master/Documentation/images/
endif::[]
:toc:
:toc-placement!:
toc::[]
Introduction and Goals
======================
Requirements Overview
---------------------
- Provide diagrams for developers that can be easily kept correct
- Reduces th... | ifdef::env-github[]
:imagesdir: https://github.com/Moose2Model/Moose2Model/blob/master/Documentation/images/
endif::[]
:toc:
:toc-placement!:
toc::[]
This documentation follows the arc42 template for architecture documentation (https://arc42.org/).
Introduction and Goals
======================
Requirements Overview... | Add chapter for Stake Holders to documentation | Add chapter for Stake Holders to documentation | AsciiDoc | mit | RainerWinkler/Moose-Diagram |
e0d9c805b2e6b7afdf0ee2ed83d5a62f450f0403 | docs/src/docs/sampleApp.adoc | docs/src/docs/sampleApp.adoc | [[sampleApp]]
== Sample Application
Working with ACLs in Spring Security is complex but it will be easier to understand with a sample application. To help get you started, there's a Grails application that uses the plugin to test with. It's based on the Spring Security https://github.com/spring-projects/spring-securit... | [[sampleApp]]
== Sample Application
Working with ACLs in Spring Security is complex but it will be easier to understand with a sample application. To help get you started, there's a Grails application that uses the plugin to test with. It's based on the Spring Security https://github.com/spring-projects/spring-securit... | Update links to sample app | Update links to sample app
| AsciiDoc | apache-2.0 | grails-plugins/grails-spring-security-acl,grails-plugins/grails-spring-security-acl |
bd81b95e953a876b60aa463e6876d50e5da00df1 | x-pack/docs/en/sql/index.asciidoc | x-pack/docs/en/sql/index.asciidoc | [role="xpack"]
[[xpack-sql]]
= SQL Access
:sql-tests: {xes-repo-dir}/../../qa/sql
:sql-specs: {sql-tests}/src/main/resources
:jdbc-tests: {sql-tests}/src/main/java/org/elasticsearch/xpack/qa/sql/jdbc
:security-tests: {sql-tests}/security/src/test/java/org/elasticsearch/xpack/qa/sql/security
[partintro]
--
X-Pack incl... | [role="xpack"]
[[xpack-sql]]
= SQL Access
:sql-tests: {xes-repo-dir}/../../qa/sql
:sql-specs: {sql-tests}/src/main/resources
:jdbc-tests: {sql-tests}/src/main/java/org/elasticsearch/xpack/qa/sql/jdbc
:security-tests: {sql-tests}/security/src/test/java/org/elasticsearch/xpack/qa/sql/security
[partintro]
--
experiment... | Mark SQL feature as experimental | [DOCS] Mark SQL feature as experimental
| AsciiDoc | apache-2.0 | GlenRSmith/elasticsearch,scorpionvicky/elasticsearch,GlenRSmith/elasticsearch,HonzaKral/elasticsearch,uschindler/elasticsearch,scorpionvicky/elasticsearch,gfyoung/elasticsearch,nknize/elasticsearch,uschindler/elasticsearch,coding0011/elasticsearch,nknize/elasticsearch,robin13/elasticsearch,uschindler/elasticsearch,ging... |
e512306946d19a534194779fc7d72453c04ce20e | README.adoc | README.adoc | = Minimal-J
Java - but small.
image::doc/frontends.png[]
Minimal-J applications are
* Responsive to use on every device
* Straight forward to specify and implement and therefore
* Easy to plan and manage
=== Idea
Business applications tend to get complex and complicated. Minimal-J prevents this by setting clear r... | = Minimal-J
Java - but small.
image::doc/frontends.png[]
Minimal-J applications are
* Responsive to use on every device
* Straight forward to specify and implement and therefore
* Easy to plan and manage
=== Idea
Business applications tend to get complex and complicated. Minimal-J prevents this by setting clear r... | Include Hello World Youtube video | Include Hello World Youtube video | AsciiDoc | apache-2.0 | BrunoEberhard/minimal-j,BrunoEberhard/minimal-j,BrunoEberhard/minimal-j |
e0b6b893f5a9f79feaf0d2e001df986e811e4589 | docs/src/main/asciidoc/status-include.adoc | docs/src/main/asciidoc/status-include.adoc | [NOTE]
====
This technology is considered {extension-status}.
ifeval::["{extension-status}" == "experimental"]
In _experimental_ mode, early feedback is requested to mature the idea.
There is no guarantee of stability nor long term presence in the platform until the solution matures.
Feedback is welcome on our https:/... | [NOTE]
====
This technology is considered {extension-status}.
ifeval::["{extension-status}" == "experimental"]
In _experimental_ mode, early feedback is requested to mature the idea.
There is no guarantee of stability nor long term presence in the platform until the solution matures.
Feedback is welcome on our https:/... | Fix grammar in extension status message | Fix grammar in extension status message
It's "require -ing", not "require to ...".
See https://www.oxfordlearnersdictionaries.com/definition/english/require :
> Lentils do not require soaking before cooking.
And if this is not proof enough, Intellij IDEA even has a built-in warning about specifically this. | AsciiDoc | apache-2.0 | quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus |
904a9864c4a91d6ae282da79979237e8ef1e4d31 | cli_reference/developer_cli_odo/debugging-applications-in-odo.adoc | cli_reference/developer_cli_odo/debugging-applications-in-odo.adoc | [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... | Remove tech preview for odo debugging | Remove tech preview for odo debugging
`odo debug` is out of tech preview now.
Closes https://github.com/openshift/odo/issues/3869
Signed-off-by: Charlie Drage <d8cd10b920dcbdb5163ca0185e402357bc27c265@charliedrage.com>
| AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
2b6d7a3f157d1b7dc0ceb0a820f35294c9e724ae | spring-boot-samples/spring-boot-sample-web-groovy-templates/README.adoc | spring-boot-samples/spring-boot-sample-web-groovy-templates/README.adoc | 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 URL to Groovy Docs | Update URL to Groovy Docs
Closes gh-3715
| AsciiDoc | apache-2.0 | mike-kukla/spring-boot,RobertNickens/spring-boot,crackien/spring-boot,lenicliu/spring-boot,RichardCSantana/spring-boot,tbbost/spring-boot,RishikeshDarandale/spring-boot,cmsandiga/spring-boot,murilobr/spring-boot,lburgazzoli/spring-boot,lenicliu/spring-boot,buobao/spring-boot,murilobr/spring-boot,aahlenst/spring-boot,zh... |
924fdbc1f4394865d5592fb7d1cd5fa5f98ac694 | docs/reference/indices/get-mapping.asciidoc | docs/reference/indices/get-mapping.asciidoc | [[indices-get-mapping]]
== Get Mapping
The get mapping API allows to retrieve mapping definitions for an index or
index/type.
[source,js]
--------------------------------------------------
curl -XGET 'http://localhost:9200/twitter/_mapping/tweet'
--------------------------------------------------
[float]
=== Multipl... | [[indices-get-mapping]]
== Get Mapping
The get mapping API allows to retrieve mapping definitions for an index or
index/type.
[source,js]
--------------------------------------------------
curl -XGET 'http://localhost:9200/twitter/_mapping/tweet'
--------------------------------------------------
[float]
=== Multipl... | Update to the new {index}/_mapping/{type} format | [DOCS] Update to the new {index}/_mapping/{type} format | AsciiDoc | apache-2.0 | aparo/elasticsearch,aparo/elasticsearch,fubuki/elasticsearch,aparo/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch,aparo/elasticsearch,aparo/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch,aparo/elasticsearch |
40b16d39e64975b4f97b07e945661ec0436f8ed6 | README.adoc | README.adoc | = 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... | Remove link to in-source docs | Remove link to in-source docs
| AsciiDoc | apache-2.0 | diabolicallabs/vertx-mongo-client,diabolicallabs/vertx-mongo-client |
5e88221afbf0cfd6f57aa23ce1ef08f132a6e797 | README.adoc | README.adoc | # 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... | Add link to 2nd part of JAXenter tutorial | Add link to 2nd part of JAXenter tutorial
| AsciiDoc | apache-2.0 | techdev-solutions/janitor,techdev-solutions/janitor |
c2719013c00c400e72ff362ba6b61b3460c2fa98 | userguide/src/en/index.adoc | userguide/src/en/index.adoc | = 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::... | Update userguide: show more levels in the TOC | Update userguide: show more levels in the TOC
| AsciiDoc | apache-2.0 | flowable/flowable-engine,gro-mar/flowable-engine,lsmall/flowable-engine,dbmalkovsky/flowable-engine,sibok666/flowable-engine,dbmalkovsky/flowable-engine,lsmall/flowable-engine,martin-grofcik/flowable-engine,zwets/flowable-engine,yvoswillens/flowable-engine,marcus-nl/flowable-engine,marcus-nl/flowable-engine,gro-mar/flo... |
b34b5660e2f18b98a4df5c580ed91429fe3b256d | README.asciidoc | README.asciidoc | = 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... | Fix markup of preformatted text. | Fix markup of preformatted text.
| AsciiDoc | mit | bravegnu/tiny-git,bravegnu/tiny-git,jamesmortensen/tiny-git,jamesmortensen/tiny-git |
c38c7224734744e6fd2dffc89e528d9b60fa358c | docs/modules/ROOT/pages/whats-new.adoc | docs/modules/ROOT/pages/whats-new.adoc | [[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... | Update What's New for 5.7 | Update What's New for 5.7
| AsciiDoc | apache-2.0 | spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security |
2c7ed047c7ba2dd19a1beb12ee0961bf7ed95c59 | docs/src/docs/asciidoc/user/xsds.adoc | docs/src/docs/asciidoc/user/xsds.adoc | 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]
----
| Fix XSD includes: use -1 as end of file indicator | Fix XSD includes: use -1 as end of file indicator
| AsciiDoc | apache-2.0 | AbfrmBlr/ehcache3,rkavanap/ehcache3,lorban/ehcache3,akomakom/ehcache3,albinsuresh/ehcache3,GaryWKeim/ehcache3,CapeSepias/ehcache3,cljohnso/ehcache3,mingyaaaa/ehcache3,henri-tremblay/ehcache3,cschanck/ehcache3,rkavanap/ehcache3,jhouserizer/ehcache3,ljacomet/ehcache3,rishabhmonga/ehcache3,alexsnaps/ehcache3,GaryWKeim/ehc... |
6d2df0dc183a3e7dc1b9aeb856fd6ab9b94d2b54 | docs/reference/mapping/fields/id-field.asciidoc | docs/reference/mapping/fields/id-field.asciidoc | [[mapping-id-field]]
=== `_id` field
Each document indexed is associated with a <<mapping-type-field,`_type`>> (see
<<mapping-type>>) and an <<mapping-id-field,`_id`>>. The `_id` field is not
indexed as its value can be derived automatically from the
<<mapping-uid-field,`_uid`>> field.
The value of the `_id` field i... | [[mapping-id-field]]
=== `_id` field
Each document indexed is associated with a <<mapping-type-field,`_type`>> (see
<<mapping-type>>) and an <<mapping-id-field,`_id`>>. The `_id` field is not
indexed as its value can be derived automatically from the
<<mapping-uid-field,`_uid`>> field.
The value of the `_id` field i... | Fix docs example for the _id field, the field is not accessible in scripts | Fix docs example for the _id field, the field is not accessible in scripts
| AsciiDoc | apache-2.0 | C-Bish/elasticsearch,LewayneNaidoo/elasticsearch,MisterAndersen/elasticsearch,HonzaKral/elasticsearch,JSCooke/elasticsearch,ThiagoGarciaAlves/elasticsearch,markwalkom/elasticsearch,mortonsykes/elasticsearch,GlenRSmith/elasticsearch,sneivandt/elasticsearch,gingerwizard/elasticsearch,fred84/elasticsearch,cwurm/elasticsea... |
a872c16ed471a17bd8581e70da8dabbfe9d8ec00 | src/docs/asciidoc/jme3/math_for_dummies.adoc | src/docs/asciidoc/jme3/math_for_dummies.adoc | = math_for_dummies
:author:
:revnumber:
:revdate: 2016/03/17 20:48
:relfileprefix: ../
:imagesdir: ..
ifdef::env-github,env-browser[:outfilesuffix: .adoc]
== jMonkeyEngine3 Math for Dummies
iframe::https://jmonkeyengine.github.io/wiki/tutorials/math[width="100%", height="850px", alt="", scroll="true",border="true",... | = math_for_dummies
:author:
:revnumber:
:revdate: 2016/03/17 20:48
:relfileprefix: ../
:imagesdir: ..
ifdef::env-github,env-browser[:outfilesuffix: .adoc]
== jMonkeyEngine3 Math for Dummies
Iframe test
++++
<iframe src=https://jmonkeyengine.github.io/wiki/tutorials/math width="100%" height="850px" alt=""></iframe>
... | Test fix for embeded iframe. | Test fix for embeded iframe.
| AsciiDoc | cc0-1.0 | jMonkeyEngine/wiki.jmonkeyengine.org,jMonkeyEngine/wiki.jmonkeyengine.org,jMonkeyEngine/wiki.jmonkeyengine.org,jMonkeyEngine/wiki.jmonkeyengine.org |
9b3d581339d2956b7daefaeddff401898a6d1414 | docs/reference/ilm/apis/ilm-api.asciidoc | docs/reference/ilm/apis/ilm-api.asciidoc | [[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... | Remove link to nonexistent ILM API | [DOCS] Remove link to nonexistent ILM API
| AsciiDoc | apache-2.0 | uschindler/elasticsearch,scorpionvicky/elasticsearch,gingerwizard/elasticsearch,coding0011/elasticsearch,scorpionvicky/elasticsearch,uschindler/elasticsearch,uschindler/elasticsearch,robin13/elasticsearch,robin13/elasticsearch,nknize/elasticsearch,gingerwizard/elasticsearch,coding0011/elasticsearch,gingerwizard/elastic... |
2b4a3a85f964a7fbcc789ce40be8fbd1cbb569b3 | docs/modules/ROOT/pages/whats-new.adoc | docs/modules/ROOT/pages/whats-new.adoc | [[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 What's New for 6.0 | Update What's New for 6.0
| AsciiDoc | apache-2.0 | spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security |
f080237a20f276f546bbd05f8ed1c64d99406ad3 | docs/community/misc.asciidoc | docs/community/misc.asciidoc | [[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... | Update link to puppet module and remove link to other RPM repo as we have our own. | Update link to puppet module and remove link to other RPM repo as we have our own.
| AsciiDoc | apache-2.0 | vorce/es-metrics,vorce/es-metrics,vorce/es-metrics,fubuki/elasticsearch,fubuki/elasticsearch,vorce/es-metrics,aparo/elasticsearch,aparo/elasticsearch,fubuki/elasticsearch,aparo/elasticsearch,fubuki/elasticsearch,aparo/elasticsearch,fubuki/elasticsearch,aparo/elasticsearch,vorce/es-metrics,aparo/elasticsearch,fubuki/ela... |
67ba54a3f2d6d32e457e63dcef3fcb3eb3912e6e | README.adoc | README.adoc | = 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 ... | Add Patreon badge to readme | Add Patreon badge to readme
| AsciiDoc | apache-2.0 | griffon-plugins/griffon-monitor-plugin |
5d466ea560b9c9e8372802227e81b62c79586304 | documentation/src/docs/asciidoc/release-notes-5.1.0-M1.adoc | documentation/src/docs/asciidoc/release-notes-5.1.0-M1.adoc | [[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... | Document ExpectedExceptionSupport bug fix in release notes | Document ExpectedExceptionSupport bug fix in release notes
Issue: #1069
| AsciiDoc | epl-1.0 | sbrannen/junit-lambda,junit-team/junit-lambda |
9c94c9e052e1abcd33c04f2d75dc76045b8c97a2 | docs/en/commands/index.asciidoc | docs/en/commands/index.asciidoc | [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 syskeygen to Elasticsearch Reference | [DOCS] Add syskeygen to Elasticsearch Reference
Original commit: elastic/x-pack-elasticsearch@15586f5ed43770e8c042c778e525b7d57d4e6b9f
| AsciiDoc | apache-2.0 | vroyer/elassandra,vroyer/elassandra,strapdata/elassandra,strapdata/elassandra,strapdata/elassandra,strapdata/elassandra,vroyer/elassandra,strapdata/elassandra |
125fffaf5241b8d99c6b70e48b323bc726f289da | src/asciidoctor/index.asciidoc | src/asciidoctor/index.asciidoc | 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... | Add blog post link to site | Add blog post link to site
| AsciiDoc | bsd-3-clause | MonsantoCo/spray-kamon-metrics,MonsantoCo/spray-kamon-metrics |
c7a4ade9cf837be3b65b1dff89dbf273a4f8145d | documentation/src/docs/asciidoc/release-notes.adoc | documentation/src/docs/asciidoc/release-notes.adoc | [[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:
| Include M5 document in list of release notes | Include M5 document in list of release notes
This commit makes the current work-in-progress M5 release notes visible
at http://junit.org/junit5/docs/snapshot/user-guide/#release-notes-5.0.0-m5
| AsciiDoc | epl-1.0 | sbrannen/junit-lambda,junit-team/junit-lambda |
2969af82d258e9f03f0eb594afc987b83a872278 | src/docs/asciidoc/web.adoc | src/docs/asciidoc/web.adoc | [[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... | Fix Reactive Web link in the ref doc | Fix Reactive Web link in the ref doc
| AsciiDoc | apache-2.0 | spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework |
6304d58e36430fafd694572627d8228276f8eff9 | docs/reference/mapping/dynamic-mapping.asciidoc | docs/reference/mapping/dynamic-mapping.asciidoc | [[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 a comma in doc to make example a valid json. | Remove a comma in doc to make example a valid json.
This will help reader to do a hurry up copy-paste test.
| AsciiDoc | apache-2.0 | liweinan0423/elasticsearch,markllama/elasticsearch,wayeast/elasticsearch,tkssharma/elasticsearch,a2lin/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,nrkkalyan/elasticsearch,StefanGor/elasticsearch,kalimatas/elasticsearch,mortonsykes/elasticsearch,vorce/es-metrics,polyfractal/elasticsearch,koxa29/elasticsearch,alex... |
824064beb3e8575dcece30b83ca51ce1ba12a5ab | docs/reference/release-notes/highlights.asciidoc | docs/reference/release-notes/highlights.asciidoc | [[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... | Remove abbrevtitles for Asciidoctor migration | [DOCS] Remove abbrevtitles for Asciidoctor migration
| AsciiDoc | apache-2.0 | strapdata/elassandra,strapdata/elassandra,strapdata/elassandra,vroyer/elassandra,vroyer/elassandra,vroyer/elassandra,strapdata/elassandra,strapdata/elassandra |
0b1e05a4bd50ce51fe18877a44ea91c000e1314f | networking/understanding-networking.adoc | networking/understanding-networking.adoc | [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... | Add note about link-local IP addresses | Add note about link-local IP addresses
- https://bugzilla.redhat.com/show_bug.cgi?id=1718389
| AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
6c6aedf7725e2c9b9f2fdec5dfe81fc246d42623 | docs/modules/ROOT/pages/whats-new.adoc | docs/modules/ROOT/pages/whats-new.adoc | [[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... | Update What's New for 6.0 | Update What's New for 6.0
| AsciiDoc | apache-2.0 | spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security |
510ec840d0b0ccc718169dacbb95fe0ca2a0418d | modules/about-etcd-encryption.adoc | modules/about-etcd-encryption.adoc | // 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... | Add note to etcd encryption section | GH32085: Add note to etcd encryption section
| AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
10aef498da1fad4b1f3b9451e8f60c3d00ec3c79 | documentation/src/docs/asciidoc/release-notes/release-notes-5.7.0.adoc | documentation/src/docs/asciidoc/release-notes/release-notes-5.7.0.adoc | [[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 link to milestone page | Fix link to milestone page
| AsciiDoc | epl-1.0 | junit-team/junit-lambda |
304ff01258c83352ef3008b2cce5dde7f98a0813 | community/research.adoc | community/research.adoc | = 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[... | Fix BibText reference (the author tag didn't didn't compile well in latex) | Fix BibText reference (the author tag didn't didn't compile well in latex)
| AsciiDoc | apache-2.0 | droolsjbpm/optaplanner-website,droolsjbpm/optaplanner-website,droolsjbpm/optaplanner-website |
2cedb13c81cf7df11fe02373f0186eb8ceab213e | opennms-doc/guide-admin/src/asciidoc/text/operation/daemon-config-files/pollerd.adoc | opennms-doc/guide-admin/src/asciidoc/text/operation/daemon-config-files/pollerd.adoc |
// 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... | Add description to reload changes in poll-outages.xml | NMS-8550: Add description to reload changes in poll-outages.xml
| AsciiDoc | agpl-3.0 | aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms |
13e260543b73d39ff79e4769f0da4a45ffe2eab0 | docs/src/main/asciidoc/jwt-guide.adoc | docs/src/main/asciidoc/jwt-guide.adoc | = {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.... | Introduce README and externalize common information via variables | Introduce README and externalize common information via variables
| AsciiDoc | apache-2.0 | quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus |
e1d675c690b0b4d5d224205968c463d7a0dc7525 | docs/reference/index-shared4.asciidoc | docs/reference/index-shared4.asciidoc |
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[]
| Remove references to changelog and to highlights | [DOCS] Remove references to changelog and to highlights
highlights reference the changelog and it currently breaks the docs.
This aligns changes in master with the ones made in other branches.
| AsciiDoc | apache-2.0 | uschindler/elasticsearch,gingerwizard/elasticsearch,robin13/elasticsearch,HonzaKral/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,gingerwizard/elasticsearch,gingerwizard/elasticsearch,scorpionvicky/elasticsearch,gingerwizard/elasticsearch,nknize/elasticsearch,gfyoung/elasticsearch,nknize/elasticsearch... |
c0fc3aa7be145bc20c464500194b132ad9cbdd1f | docs/modules/ROOT/pages/index.adoc | docs/modules/ROOT/pages/index.adoc | = 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.... | Align title with docs.asciidoctor.org site requirements | Align title with docs.asciidoctor.org site requirements
| AsciiDoc | apache-2.0 | abelsromero/asciidoctor-maven-plugin,abelsromero/asciidoctor-maven-plugin,asciidoctor/asciidoctor-maven-plugin,asciidoctor/asciidoctor-maven-plugin,abelsromero/asciidoctor-maven-plugin,asciidoctor/asciidoctor-maven-plugin |
60b1dc9ea217e40a3a78c2bb76bcabaf0e548ae2 | docs/src/main/asciidoc/all-config.adoc | docs/src/main/asciidoc/all-config.adoc | ////
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... | Use the guides without toc layout | Use the guides without toc layout
| AsciiDoc | apache-2.0 | quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus |
ccdd141d24b55eccc10f4555aa13c45dc6c3e793 | docs/index.adoc | docs/index.adoc | = 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[]
... | Update documentation version and date | Update documentation version and date
| AsciiDoc | mit | juxt/tick,juxt/tick |
5a12c1a5d0c8cfb5e1384305b2dbc92833aa4da2 | doc/resources/doc/sources/uberjar.adoc | doc/resources/doc/sources/uberjar.adoc | = Creating an Uberjar
Edge provides a script for running pack to build an uberjar.
To use it, you can simply run the below from your project sub-directory (the same folder as your deps.edn).
[source,shell]
----
$ ../bin/onejar -A:prod --args '-m edge.main' project.jar
----
The `-A:prod` indicates an alias you would ... | = Creating an Uberjar
== OneJar
Edge provides a script for running pack to build an uberjar.
To use it, you can simply run the below from your project sub-directory (the same folder as your deps.edn).
[source,shell]
----
$ ../bin/onejar -A:prod --args '-m edge.main' project.jar
----
The `-A:prod` indicates an alias... | Add docs for how to use the capsule command | Add docs for how to use the capsule command
| AsciiDoc | mit | juxt/edge,juxt/edge |
31941dae5e92101abac959326ab18b8b9810008a | data/examples/asciidoc/inline_quoted.adoc | data/examples/asciidoc/inline_quoted.adoc | // .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... | Remove legacy LaTeX math delimiters in latexmath:[] | Examples: Remove legacy LaTeX math delimiters in latexmath:[]
$..$ in latexmath:[] macro are long time unnecessary.
Asciidoctor 2.0.0+ strips them if used.
See https://github.com/asciidoctor/asciidoctor/commit/50e1c2533838648cdd5b8db613daa5622ed1cbdd
| AsciiDoc | mit | asciidoctor/asciidoctor-doctest,asciidoctor/asciidoctor-doctest |
430abd2ca14f68a0c1fafc4bba089b195ef1a106 | modules/storage-create-storage-class.adoc | modules/storage-create-storage-class.adoc | // 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:
//
/... | Fix storage class CSI note in Creating SC-EBS/GCE | Fix storage class CSI note in Creating SC-EBS/GCE
In the portal, when I select provisioner drop-down, I do not see an option for <foo>.csi.<bar>.com. The instruction in this note to select the csi option for provisioning is not a valid option. | AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
cb695ae60f309080e1a76ce419f5197ea9507e94 | docs/manual/src/docs/asciidoc/index.adoc | docs/manual/src/docs/asciidoc/index.adoc | = 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... | Add Dave Syer to Authors | Add Dave Syer to Authors
Much of the content from architecture is borrowed, with permission
from Dave.
Issueh gh-7955
| AsciiDoc | apache-2.0 | spring-projects/spring-security,spring-projects/spring-security,rwinch/spring-security,spring-projects/spring-security,rwinch/spring-security,fhanik/spring-security,jgrandja/spring-security,spring-projects/spring-security,spring-projects/spring-security,rwinch/spring-security,djechelon/spring-security,fhanik/spring-sec... |
2e26abc2448fa414df79d342b331d5a1656a2d43 | community/server/src/docs/dev/rest-api/node-properties.asciidoc | community/server/src/docs/dev/rest-api/node-properties.asciidoc | [[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 REST API docs that were already produced. | Include REST API docs that were already produced.
| AsciiDoc | apache-2.0 | HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j |
fd518ea0203dc2c1a863bebd7829c6c809a92949 | docs/en/index.asciidoc | docs/en/index.asciidoc | [[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... | Include shared/attributes.asciidoc directly from docs master | Include shared/attributes.asciidoc directly from docs master
Original commit: elastic/x-pack-elasticsearch@f3a0828c5d64650b855e24c46d2c1abc06ca05a1
| AsciiDoc | apache-2.0 | gingerwizard/elasticsearch,scorpionvicky/elasticsearch,coding0011/elasticsearch,uschindler/elasticsearch,robin13/elasticsearch,GlenRSmith/elasticsearch,gingerwizard/elasticsearch,strapdata/elassandra,nknize/elasticsearch,strapdata/elassandra,scorpionvicky/elasticsearch,coding0011/elasticsearch,vroyer/elassandra,gingerw... |
6d0114edb58bd57290d327370b4b4b8a4778edd7 | docs/java-api/indexed-scripts.asciidoc | docs/java-api/indexed-scripts.asciidoc | [[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 Java API documentation for indexed scripts | Fix Java API documentation for indexed scripts
| AsciiDoc | apache-2.0 | JervyShi/elasticsearch,jchampion/elasticsearch,glefloch/elasticsearch,mortonsykes/elasticsearch,bawse/elasticsearch,njlawton/elasticsearch,henakamaMSFT/elasticsearch,mortonsykes/elasticsearch,IanvsPoplicola/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,liweinan0423/elasticsearch,fforbeck/elasticsearch... |
c554a3fc4134e8378ca1fffd277a9eeec473dd24 | docs/manual/src/docs/asciidoc/_includes/servlet/architecture/filters.adoc | docs/manual/src/docs/asciidoc/_includes/servlet/architecture/filters.adoc | [[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 Link to DispatcherServlet in Filter Review Doc | Add Link to DispatcherServlet in Filter Review Doc
Closes gh-8036
| AsciiDoc | apache-2.0 | jgrandja/spring-security,jgrandja/spring-security,spring-projects/spring-security,fhanik/spring-security,rwinch/spring-security,spring-projects/spring-security,spring-projects/spring-security,jgrandja/spring-security,jgrandja/spring-security,djechelon/spring-security,spring-projects/spring-security,spring-projects/spri... |
55f85bd3a1d2b889d50f097effb60253d03a6e2a | docs/manual/src/docs/asciidoc/index.adoc | docs/manual/src/docs/asciidoc/index.adoc | = 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... | Add Eleftheria Stein to Reference Authors | Add Eleftheria Stein to Reference Authors
Closes gh-9762
| AsciiDoc | apache-2.0 | jgrandja/spring-security,jgrandja/spring-security,jgrandja/spring-security,rwinch/spring-security,jgrandja/spring-security,djechelon/spring-security,rwinch/spring-security,spring-projects/spring-security,spring-projects/spring-security,jgrandja/spring-security,djechelon/spring-security,spring-projects/spring-security,r... |
c0fdc2eb3ce1dd519c9c817da3ea3fe9c0610a58 | wicket-user-guide/src/main/asciidoc/componentLifecycle/componentLifecycle_1.adoc | wicket-user-guide/src/main/asciidoc/componentLifecycle/componentLifecycle_1.adoc |
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 index of a list item | Fix index of a list item
| AsciiDoc | apache-2.0 | apache/wicket,mosoft521/wicket,apache/wicket,mosoft521/wicket,apache/wicket,mosoft521/wicket,apache/wicket,apache/wicket,mosoft521/wicket,mosoft521/wicket |
a45eb4c967a75275817586dd07e12ef27af50166 | docs/java-api/indexed-scripts.asciidoc | docs/java-api/indexed-scripts.asciidoc | [[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 Java API documentation for indexed scripts | Fix Java API documentation for indexed scripts
| AsciiDoc | apache-2.0 | strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test |
f268c56938f7a6e9cb06f4eeb71cbcc01fc86238 | opennms-doc/guide-install/src/asciidoc/text/newts/cassandra-debian.adoc | opennms-doc/guide-install/src/asciidoc/text/newts/cassandra-debian.adoc |
// 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 ... | Fix apt-get install command for Cassandra | HZN-325: Fix apt-get install command for Cassandra
Fixed apt-get install command and added apt-get update after installing Cassandra repository.
| AsciiDoc | agpl-3.0 | aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms |
13f4b96ff28778748dfdbe5009408fe8c577c84b | docs/java-api/aggregations/bucket/histogram-aggregation.asciidoc | docs/java-api/aggregations/bucket/histogram-aggregation.asciidoc | [[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]
--------------------------... | Update Java documentation for 5.0 | Update Java documentation for 5.0
Fix after review
| AsciiDoc | apache-2.0 | scorpionvicky/elasticsearch,MaineC/elasticsearch,JackyMai/elasticsearch,vroyer/elasticassandra,glefloch/elasticsearch,ThiagoGarciaAlves/elasticsearch,fforbeck/elasticsearch,markwalkom/elasticsearch,ZTE-PaaS/elasticsearch,glefloch/elasticsearch,fernandozhu/elasticsearch,fernandozhu/elasticsearch,geidies/elasticsearch,al... |
b2c2f84f0098f4d660e89840bbf8336cd8b5565d | docs/manual/src/docs/asciidoc/_includes/servlet/architecture/jackson.adoc | docs/manual/src/docs/asciidoc/_includes/servlet/architecture/jackson.adoc | [[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 `Jac... | [[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 `Sec... | Fix Typo in Reference Docs | Fix Typo in Reference Docs
Fixes gh-6076
| AsciiDoc | apache-2.0 | djechelon/spring-security,rwinch/spring-security,jgrandja/spring-security,eddumelendez/spring-security,eddumelendez/spring-security,rwinch/spring-security,eddumelendez/spring-security,jgrandja/spring-security,djechelon/spring-security,rwinch/spring-security,spring-projects/spring-security,fhanik/spring-security,spring-... |
5fb3add5fd2874315298d1cd05ffe271b9fe2c69 | docs/en/release-notes/xpack-breaking.asciidoc | docs/en/release-notes/xpack-breaking.asciidoc | [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... | Remove XPackExtension break from 7.0 it's ported to 6.3 | Remove XPackExtension break from 7.0 it's ported to 6.3
Original commit: elastic/x-pack-elasticsearch@5e8ebda481704dfc95fb48bc948558eabd2281b1
| AsciiDoc | apache-2.0 | robin13/elasticsearch,GlenRSmith/elasticsearch,coding0011/elasticsearch,uschindler/elasticsearch,scorpionvicky/elasticsearch,scorpionvicky/elasticsearch,nknize/elasticsearch,uschindler/elasticsearch,GlenRSmith/elasticsearch,nknize/elasticsearch,coding0011/elasticsearch,gingerwizard/elasticsearch,uschindler/elasticsearc... |
ad3255c22549c78aeb5167a530b6b800851648a0 | documentation/src/main/asciidoc/index.asciidoc | documentation/src/main/asciidoc/index.asciidoc | = 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
:... | Comment out logo for now | Comment out logo for now
Signed-off-by: Scott M Stark <44b2f47f410f4bf6655e3ec1c92f766044282b1f@gmail.com>
| AsciiDoc | apache-2.0 | beanvalidation/beanvalidation-tck,beanvalidation/beanvalidation-tck |
15b241ae3d8bade7597048de36176b7e4ad53250 | README.adoc | README.adoc | = 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... | Correct and highlight port number, plus how-to-change. | Correct and highlight port number, plus how-to-change. | AsciiDoc | bsd-2-clause | IanDarwin/springbootdemo,IanDarwin/springbootdemo |
bfcc57fa32735f3ee987e15d1a62dab947bda693 | README.adoc | README.adoc | = 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... | Add links to supported connection pools | Add links to supported connection pools
| AsciiDoc | apache-2.0 | mosoft521/flexy-pool,wgpshashank/flexy-pool,vladmihalcea/flexy-pool |
8ebec816cc67680557f9a6d353fd26191f9537a5 | README.asciidoc | README.asciidoc | = 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... | Update the doc with the instructions to run | Update the doc with the instructions to run
| AsciiDoc | apache-2.0 | cdelmas/microservices-perf,cdelmas/microservices-perf |
f235543226884c6293a70b2540441e5b1528ff6c | README.adoc | README.adoc | = 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... | Revert "Revert "Test trigger on push"" | Revert "Revert "Test trigger on push""
This reverts commit a9898356427b003618fdb0f0214adf1866ee68c5.
| AsciiDoc | apache-2.0 | vert-x3/vertx-infinispan |
c65f66eabca7fe8dd37cd886f03de44e348016e8 | docs/reference/analysis/tokenfilters/delimited-payload-tokenfilter.asciidoc | docs/reference/analysis/tokenfilters/delimited-payload-tokenfilter.asciidoc | [[analysis-delimited-payload-tokenfilter]]
=== Delimited Payload Token Filter
Named `delimited_payload_filter`. Splits tokens into tokens and payload whenever a delimiter character is found.
Example: "the|1 quick|2 fox|3" is split per default int to tokens `fox`, `quick` and `the` with payloads `1`, `2` and `3` respe... | [[analysis-delimited-payload-tokenfilter]]
=== Delimited Payload Token Filter
Named `delimited_payload_filter`. Splits tokens into tokens and payload whenever a delimiter character is found.
Example: "the|1 quick|2 fox|3" is split by default into tokens `the`, `quick`, and `fox` with payloads `1`, `2`, and `3` respec... | Fix minor issues in delimited payload token filter docs | Fix minor issues in delimited payload token filter docs
This commit backports commit b4fbe1e1b80dc47120de5111e31c12db5d514af2
from master to 1.7.
Relates #15486
| AsciiDoc | apache-2.0 | fubuki/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch |
e23fc318bc6ae8933269ea30aa809f06d8351820 | index.adoc | index.adoc | 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... | Remove searching code that doesn't work on github | Remove searching code that doesn't work on github | AsciiDoc | apache-2.0 | google/grr-doc |
13e6e108ca2ef8c44697c429326571365c24d152 | docs/index.adoc | docs/index.adoc | = 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 the Introduction and header | Update the Introduction and header
We added Travis-CI and AppVeyor badges, the version number and
my email address.
| AsciiDoc | mit | ELIFE-ASU/Inform,dglmoore/Inform,dglmoore/Inform,ELIFE-ASU/Inform |
232c56a9052afd990d725723c067b293c7b729a6 | RELEASE.adoc | RELEASE.adoc | = [.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... | Update Release notes for v2.34.0 | Update Release notes for v2.34.0 | AsciiDoc | apache-2.0 | EMBL-EBI-SUBS/subs-api,EMBL-EBI-SUBS/subs-api |
a4a45a95a31597326aa15fb16fcf1d2dce41a284 | README.adoc | README.adoc | = 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... | Replace Travis badge by GitHub Actions badge | Replace Travis badge by GitHub Actions badge
| AsciiDoc | mit | asciidoctor/asciidoctor-cli.js,asciidoctor/asciidoctor-cli.js |
cb99d9d2d5d108f2d9779852aca07d4a4ccbd0ef | README.adoc | README.adoc | 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... | Use single-colon for image notation. | Use single-colon for image notation.
Github seems to use single-colon (powerman syntax) instead of
double colon (asciidoctor)
| AsciiDoc | mit | meisterluk/screenshot-compare |
cc00054b6a64e01447d833fdb39e429225ee641c | README.adoc | README.adoc | = Minimal-J
Java - but small.
image::doc/frontends.png[]
Minimal-J applications are
* Responsive to use on every device
* Straight forward to specify and implement and therefore
* Easy to plan and manage
=== Idea
Business applications tend to get complex and complicated. Minimal-J prevents this by setting clear r... | = Minimal-J
Java - but small.
image::doc/frontends.png[]
Minimal-J applications are
* Responsive to use on every device
* Straight forward to specify and implement and therefore
* Easy to plan and manage
=== Idea
Business applications tend to get complex and complicated. Minimal-J prevents this by setting clear r... | Include Hello World Youtube video | Include Hello World Youtube video | AsciiDoc | apache-2.0 | BrunoEberhard/minimal-j,BrunoEberhard/minimal-j,BrunoEberhard/minimal-j |
4103e41c6b04539c7de294e30862e2aecac3b89c | spike/code-cross-ref.adoc | spike/code-cross-ref.adoc | = Bare code crossref example
Graham Klyne
v0.1.15, 2015-08-04
:toc: macro
toc::[]
== section `foo`
Reference to <<`bar`>>
== `bar`
Reference to <<section `foo`>
End.
| = Bare <code> crossref example
Graham Klyne
v0.1.15, 2015-08-04
:toc: macro
toc::[]
== section `foo`
Reference to <<`bar`>>
== `bar`
Reference to <<section `foo`>>
End.
| Fix asciidoctor crossref problem example | Fix asciidoctor crossref problem example
| AsciiDoc | mit | gklyne/annalist,gklyne/annalist,gklyne/annalist,gklyne/annalist |
3943a50ccce06dc1036cd6156992449dcceeea6f | README.adoc | README.adoc | = 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... | Remove information admonition from readme | Remove information admonition from readme
| AsciiDoc | mit | rognan/chrome-extension-custom-new-tab,rognan/chrome-extension-custom-new-tab,rognan/chrome-extension-custom-new-tab |
e9313b3aa22e43c0af597a956f6248702d1d6c7e | school.adoc | school.adoc | == 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 notes about graduation date, scholarship | Add notes about graduation date, scholarship
| AsciiDoc | artistic-2.0 | andrewazores/homepage |
4fc3428d44b865b4ffda10104776548da31f3807 | hacking.adoc | hacking.adoc | = 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 a section on how to run Mozilla add-on linter | :memo: Add a section on how to run Mozilla add-on linter
| AsciiDoc | mit | rotty3000/asciidoctor-chrome-extension,asciidoctor/asciidoctor-chrome-extension,rotty3000/asciidoctor-chrome-extension,asciidoctor/asciidoctor-chrome-extension,rotty3000/asciidoctor-chrome-extension,Mogztter/asciidoctor-chrome-extension,asciidoctor/asciidoctor-chrome-extension,Mogztter/asciidoctor-chrome-extension |
b907556ff7a4a4a7644ae04383aefcd631a1331f | src/docs/asciidoc/index.adoc | src/docs/asciidoc/index.adoc | = 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... | Add link to top project page. | Add link to top project page.
| AsciiDoc | lgpl-2.1 | eb4j/xml2eb |
cd58b36a270703fb053fe9d21db2a9d1e46c69a2 | Design/Typing.adoc | Design/Typing.adoc | 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... | Expand a bit on the typing | Expand a bit on the typing
| AsciiDoc | mit | teozkr/GearScript,teozkr/GearScript |
2f8ba3ad39af7b47ee7b04051998469c359a31d7 | docs/reference/migration/migrate_5_5.asciidoc | docs/reference/migration/migrate_5_5.asciidoc | [[breaking-changes-5.5]]
== Breaking changes in 5.5
[[breaking_55_plugins]]
[float]
=== Ignoring hidden folders
Previous versions of Elasticsearch would skip hidden files and directories when
scanning the plugins folder. This allows broken plugin installs to remain
undetected so this leniency has been removed. | [[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 kernel parameters on install | Add migration note on kernel parameters on install
This commit adds a note to the migration docs regarding how to avoid the
installation packages from setting kernel parameters on install.
| AsciiDoc | apache-2.0 | strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc |
fbd9cd1f6ad708ddcbb882a4bb65dd5e45e2ae0c | docs/plugins/security.asciidoc | docs/plugins/security.asciidoc | [[security]]
== Security Plugins
Security plugins add a security layer to Elasticsearch.
[float]
=== Core security plugins
The core security plugins are:
link:/products/shield[Shield]::
Shield is the Elastic product that makes it easy for anyone to add
enterprise-grade security to their ELK stack. Designed to add... | [[security]]
== Security Plugins
Security plugins add a security layer to Elasticsearch.
[float]
=== Core security plugins
The core security plugins are:
link:/products/shield[Shield]::
Shield is the Elastic product that makes it easy for anyone to add
enterprise-grade security to their ELK stack. Designed to add... | Add Kerberos/SPNEGO Shield custom realm | Add Kerberos/SPNEGO Shield custom realm
Closes #14282
| AsciiDoc | apache-2.0 | strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test |
57b1a215f934fdbd073c82ae4c271880abd8e629 | README.asciidoc | README.asciidoc | = 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... | Add the good link to the blog article. | Add the good link to the blog article.
| AsciiDoc | apache-2.0 | cdelmas/microservices-comparison |
2025498e83333ef80a4d8422861ceaabe4885bbf | docs/reference/index.asciidoc | docs/reference/index.asciidoc | [[elasticsearch-reference]]
= Reference
:version: 1.4.3
:branch: 1.4
:jdk: 1.8.0_25
include::getting-started.asciidoc[]
include::setup.asciidoc[]
include::migration/index.asciidoc[]
include::api-conventions.asciidoc[]
include::docs.asciidoc[]
include::search.asciidoc[]
include::indices.asciidoc[]
include:... | [[elasticsearch-reference]]
= Reference
:version: 1.5.0
:branch: 1.5
:jdk: 1.8.0_25
include::getting-started.asciidoc[]
include::setup.asciidoc[]
include::migration/index.asciidoc[]
include::api-conventions.asciidoc[]
include::docs.asciidoc[]
include::search.asciidoc[]
include::indices.asciidoc[]
include:... | Reset current version in docs to 1.5.0 | Reset current version in docs to 1.5.0
| AsciiDoc | apache-2.0 | fubuki/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch |
74d89e7c29878dcae69160f19687a5aaaca56034 | doxygen2adoc/function.adoc | doxygen2adoc/function.adoc | :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... | Use block syntax for note/warning | Use block syntax for note/warning
| AsciiDoc | apache-2.0 | GoCarrot/teak-unity,GoCarrot/teak-unity,GoCarrot/teak-unity,GoCarrot/teak-unity,GoCarrot/teak-unity |
0afa0240a1c359a5171ebb30d9aea4a61d3437c3 | docs/communitybeats.asciidoc | docs/communitybeats.asciidoc | [[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... | Add beat for readings stats from uWSGI | Add beat for readings stats from uWSGI | AsciiDoc | mit | yapdns/yapdnsbeat,yapdns/yapdnsbeat |
0c35e1bc473ac7551b786003203ead5e6315d656 | app/README.adoc | app/README.adoc | = Edge App
Until CIDER 0.17 has been released (which brings improved support for
Clojure CLI), please use a terminal to run `clj`.
----
clj -A:dev:build:dev/rebel
user=> (go)
----
This starts an nrepl-server, the port is announced on the command line.
| = Edge App
Until CIDER 0.17 has been released (which brings improved support for
Clojure CLI), please use a terminal to run `clj`.
----
clojure -A:dev:build:dev/rebel
user=> (go)
----
This starts an nrepl-server, the port is announced on the command line.
| Use clojure, not clj, when using rebel-readline | Use clojure, not clj, when using rebel-readline
| AsciiDoc | mit | juxt/edge,juxt/edge |
409b3d2ebd3be72568b2cca0e1f604f08f6fcfd8 | docs/java-api/admin/indices/put-mapping.asciidoc | docs/java-api/admin/indices/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"]
------------------------------------------------... | Revert "[Docs] Fix base directory to include for put_mapping.asciidoc" | Revert "[Docs] Fix base directory to include for put_mapping.asciidoc"
This reverts commit 4f5be7db3ce9f1ea7f864cc1fd38ee09363aa64d.
| AsciiDoc | apache-2.0 | coding0011/elasticsearch,gingerwizard/elasticsearch,coding0011/elasticsearch,kalimatas/elasticsearch,gfyoung/elasticsearch,kalimatas/elasticsearch,GlenRSmith/elasticsearch,HonzaKral/elasticsearch,robin13/elasticsearch,gingerwizard/elasticsearch,gfyoung/elasticsearch,gfyoung/elasticsearch,robin13/elasticsearch,scottsom/... |
6452767102282a9aa332ebe9987493d00148074e | compatibility/springBoot.adoc | compatibility/springBoot.adoc | = 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 wrong link (even if it's temporally) | Fix wrong link (even if it's temporally)
| AsciiDoc | apache-2.0 | droolsjbpm/optaplanner-website,droolsjbpm/optaplanner-website,droolsjbpm/optaplanner-website |
486cb9a7b451de300f6bc8d0672f06598aea2a54 | modules/serverless-deprecated-removed-features.adoc | modules/serverless-deprecated-removed-features.adoc | // 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... | Fix the mTLS entry in the feature matrix | Fix the mTLS entry in the feature matrix
| AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
bf41ca8c74f8c215faaff99b873d2cc7ab4d636f | README.adoc | README.adoc | = 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... | Remove lines added for testing CI setup | Remove lines added for testing CI setup
| AsciiDoc | apache-2.0 | vert-x3/vertx-infinispan |
a28c0d227193af43c814ae1a38cd5245354f09c1 | docs/CHANGELOG.asciidoc | docs/CHANGELOG.asciidoc | // Use these for links to issue and pulls. Note issues and pulls redirect one to
// each other on Github, so don't worry too much on using the right prefix.
// :issue: https://github.com/elastic/elasticsearch/issues/
// :pull: https://github.com/elastic/elasticsearch/pull/
= Elasticsearch Release Notes
== Elasticsear... | // Use these for links to issue and pulls. Note issues and pulls redirect one to
// each other on Github, so don't worry too much on using the right prefix.
// :issue: https://github.com/elastic/elasticsearch/issues/
// :pull: https://github.com/elastic/elasticsearch/pull/
= Elasticsearch Release Notes
== Elasticsear... | Remove extra spaces from changelog | Remove extra spaces from changelog
This commit removes to extra spaces at the end of lines in the
changelog.
| AsciiDoc | apache-2.0 | coding0011/elasticsearch,robin13/elasticsearch,GlenRSmith/elasticsearch,gingerwizard/elasticsearch,scorpionvicky/elasticsearch,nknize/elasticsearch,GlenRSmith/elasticsearch,gingerwizard/elasticsearch,uschindler/elasticsearch,gfyoung/elasticsearch,gingerwizard/elasticsearch,coding0011/elasticsearch,HonzaKral/elasticsear... |
7ce252ac7446ac355fa4ddc62d0c1ac84cdd2020 | README.adoc | README.adoc | 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:... | Move shields right after the title | Move shields right after the title
| AsciiDoc | apache-2.0 | heruan/humanize |
51d8c90346ce22554a4550c7d87a6fbf95ddd7e6 | docs/java-api/admin/indices/put-mapping.asciidoc | docs/java-api/admin/indices/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"]
------------------------------------------------... | Revert "[Docs] Fix base directory to include for put_mapping.asciidoc" | Revert "[Docs] Fix base directory to include for put_mapping.asciidoc"
This reverts commit db4ecb34cef686e36a01d72fac4187b24dbeaaac.
| AsciiDoc | apache-2.0 | vroyer/elasticassandra,strapdata/elassandra,vroyer/elassandra,strapdata/elassandra,vroyer/elassandra,strapdata/elassandra,vroyer/elasticassandra,vroyer/elasticassandra,vroyer/elassandra,strapdata/elassandra,strapdata/elassandra |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.