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 |
|---|---|---|---|---|---|---|---|---|---|
9b8b87009cbe064d577ed53e0bae519770197eee | spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started/system-requirements.adoc | spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started/system-requirements.adoc | [[getting-started.system-requirements]]
== System Requirements
Spring Boot {spring-boot-version} requires https://www.java.com[Java 8] and is compatible up to and including Java 17.
{spring-framework-docs}/[Spring Framework {spring-framework-version}] or above is also required.
Explicit build support is provided for t... | [[getting-started.system-requirements]]
== System Requirements
Spring Boot {spring-boot-version} requires https://www.java.com[Java 8] and is compatible up to and including Java 18.
{spring-framework-docs}/[Spring Framework {spring-framework-version}] or above is also required.
Explicit build support is provided for t... | Document support for Java 18 | Document support for Java 18
Closes gh-30548
| AsciiDoc | apache-2.0 | michael-simons/spring-boot,htynkn/spring-boot,vpavic/spring-boot,mdeinum/spring-boot,chrylis/spring-boot,scottfrederick/spring-boot,htynkn/spring-boot,dreis2211/spring-boot,dreis2211/spring-boot,mdeinum/spring-boot,scottfrederick/spring-boot,spring-projects/spring-boot,scottfrederick/spring-boot,aahlenst/spring-boot,dr... |
fa03fb01d9d34ebb07ddd8c6c978d59e60b68d9e | src/main/asciidoc/installation.adoc | src/main/asciidoc/installation.adoc | [[installation]]
== Installation
=== Dependency
```xml
<dependency>
<groupId>net.ttddyy</groupId>
<artifactId>datasource-assert</artifactId>
<version>[LATEST_VERSION]</version>
</dependency>
```
{datasource-proxy}[datasource-proxy] is the only transitive dependency library. +
{assertj}[AssertJ] and {hamcrest}[... | [[installation]]
== Installation
=== Dependency
```xml
<dependency>
<groupId>net.ttddyy</groupId>
<artifactId>datasource-assert</artifactId>
<version>[LATEST_VERSION]</version>
</dependency>
```
{datasource-proxy}[datasource-proxy] is the only transitive dependency library. +
{assertj}[AssertJ] and {hamcrest}[... | Document snapshot download from JitPack | Document snapshot download from JitPack
| AsciiDoc | apache-2.0 | ttddyy/datasource-assert,ttddyy/datasource-assert,ttddyy/datasource-assert |
21f9876d879aefaad125c269a52d9b137c2b70e0 | docs/manual/src/docs/asciidoc/_includes/about/whats-new.adoc | docs/manual/src/docs/asciidoc/_includes/about/whats-new.adoc | [[new]]
== What's New in Spring Security 5.5
Spring Security 5.5 provides a number of new features.
Below are the highlights of the release.
[[whats-new-servlet]]
=== Servlet
* OAuth 2.0 Client
** Added support for https://github.com/spring-projects/spring-security/pull/9520[Jwt Client Authentication] `private_key_j... | [[new]]
== What's New in Spring Security 5.5
Spring Security 5.5 provides a number of new features.
Below are the highlights of the release.
[[whats-new-servlet]]
=== Servlet
* OAuth 2.0 Client
** Added support for https://github.com/spring-projects/spring-security/pull/9520[Jwt Client Authentication] `private_key_j... | Add WebFlux section to What's New | Add WebFlux section to What's New
Closes gh-9590
| AsciiDoc | apache-2.0 | djechelon/spring-security,spring-projects/spring-security,jgrandja/spring-security,rwinch/spring-security,rwinch/spring-security,djechelon/spring-security,spring-projects/spring-security,rwinch/spring-security,djechelon/spring-security,jgrandja/spring-security,jgrandja/spring-security,rwinch/spring-security,jgrandja/sp... |
48b554c95aaf4c4554981152227880603a5e2933 | README.adoc | README.adoc | = rhq-metrics
Project to implement a MaaS and CaaS
* MaaS: Metrics as a Service
* CaaS: Charts as a Service
| = rhq-metrics
Project to implement a MaaS and CaaS
* MaaS: Metrics as a Service
* ChaaS: Charts as a Service
| Change Charting as a Service from CaaS to ChaaS. Pronounced Chaz. More unique chan CaaS and sounds better. | Change Charting as a Service from CaaS to ChaaS. Pronounced Chaz. More unique chan CaaS and sounds better.
| AsciiDoc | apache-2.0 | jshaughn/hawkular-metrics,jshaughn/hawkular-metrics,spadgett/hawkular-metrics,vrockai/hawkular-metrics,Jiri-Kremser/hawkular-metrics,hawkular/hawkular-metrics,140293816/Hawkular-fork,tsegismont/hawkular-metrics,ppalaga/hawkular-metrics,mwringe/hawkular-metrics,pilhuhn/rhq-metrics,hawkular/hawkular-metrics,jshaughn/hawk... |
d2a407f93fe7f6db2ea387c6322aa34ca2d8fefd | docs/src/docs/asciidoc/json/installation.adoc | docs/src/docs/asciidoc/json/installation.adoc | To activate JSON views, add the following dependency to the `dependencies` block of your `build.gradle` where `VERSION` is the version of the plugin you plan to use:
[source,groovy]
compile "org.grails.plugins:views-json:VERSION"
To enable Gradle compilation of JSON views for production environment add the following... | To activate JSON views, add the following dependency to the `dependencies` block of your `build.gradle`:
[source,groovy,subs="attributes"]
compile "org.grails.plugins:views-json:{version}"
To enable Gradle compilation of JSON views for production environment add the following to the `buildscript` `dependencies` bloc... | Use project version number in docs | Use project version number in docs
| AsciiDoc | apache-2.0 | grails/grails-views |
f011a404f6b261af2579fcb8bb7c434924265aef | subprojects/docs/src/docs/userguide/licenses.adoc | subprojects/docs/src/docs/userguide/licenses.adoc | // Copyright 2017 the original author or authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... | // Copyright 2017 the original author or authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... | Adjust year in copyright notice | Adjust year in copyright notice
| AsciiDoc | apache-2.0 | gradle/gradle,blindpirate/gradle,blindpirate/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,gradle/gradle,gradle/gradle,gradle/gradle,blindpirate/gradle,gradle/gradle,blindpira... |
0e121b6123cfbea21fdab0cbd903ef1b1b9228a7 | docs/index.adoc | docs/index.adoc | = tick
Malcolm Sparks <mal@juxt.pro>; Henry Widd; Johanna Antonelli <joa@juxt.pro>
0.4.10-alpha, 2019-03-27
: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[]... | = tick
Malcolm Sparks <mal@juxt.pro>; Henry Widd; Johanna Antonelli <joa@juxt.pro>
0.4.25-alpha, 2020-10-01
: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[]... | Increment docs version to align with current code tag | Increment docs version to align with current code tag
| AsciiDoc | mit | juxt/tick,juxt/tick |
ca07dd2e5856933a2f5711f37de8193e087e40c3 | README.adoc | README.adoc | = SpringBoot WebApp Demo
https://projects.spring.io/spring-boot[Spring Boot]
looks like a nice way to get started.
This is a trivial webapp created using SpringBoot.
== HowTo
mvn spring-boot:run
Or, in Eclipse with Spring plugin (or "Spring Tool Suite"),
right-click Application.java, then RunAs->Spring Boot Appli... | = SpringBoot WebApp Demo
https://projects.spring.io/spring-boot[Spring Boot]
looks like a nice way to get started.
This is a trivial webapp created using SpringBoot.
== HowTo
mvn spring-boot:run
Or, in Eclipse with Spring plugin (or "Spring Tool Suite"),
right-click Application.java, then RunAs->Spring Boot Appli... | Revert indent of link, formatting failure | Revert indent of link, formatting failure
| AsciiDoc | bsd-2-clause | IanDarwin/springbootdemo,IanDarwin/springbootdemo |
ccc0dd800fc561a8edbfa33bc748527fcb694a7d | docs/reference/migration/index.asciidoc | docs/reference/migration/index.asciidoc | [[breaking-changes]]
= Breaking changes
[partintro]
--
This section discusses the changes that you need to be aware of when migrating
your application from one version of Elasticsearch to another.
As a general rule:
* Migration between minor versions -- e.g. `5.x` to `5.y` -- can be
performed by <<rolling-upgrades... | [[breaking-changes]]
= Breaking changes
[partintro]
--
This section discusses the changes that you need to be aware of when migrating
your application from one version of Elasticsearch to another.
As a general rule:
* Migration between minor versions -- e.g. `5.x` to `5.y` -- can be
performed by <<rolling-upgrades... | Include 5.1 migration docs in migration docs | Include 5.1 migration docs in migration docs
The migration docs need to include a copy of the migration docs for all
versions.
| AsciiDoc | apache-2.0 | strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc |
0891b3c927aaf8e690c9be59204d4daa6cd71025 | docs/java-api/query-dsl/script-query.asciidoc | docs/java-api/query-dsl/script-query.asciidoc | [[java-query-dsl-script-query]]
==== Script Query
See {ref}/query-dsl-script-query.html[Script Query]
[source,java]
--------------------------------------------------
QueryBuilder qb = scriptQuery(
new Script("doc['num1'].value > 1") <1>
);
--------------------------------------------------
<1> inlined script
I... | [[java-query-dsl-script-query]]
==== Script Query
See {ref}/query-dsl-script-query.html[Script Query]
[source,java]
--------------------------------------------------
QueryBuilder qb = scriptQuery(
new Script("doc['num1'].value > 1") <1>
);
--------------------------------------------------
<1> inlined script
I... | Update script query doc for 5.1 | Update script query doc for 5.1
From 5.1, we changed the order of Script class ctor.
Related to https://github.com/elastic/elasticsearch/pull/21321#issuecomment-266432519
Backport of #22161 in 5.x branch
| AsciiDoc | apache-2.0 | strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc |
cba2424eccb8dd02f0a7ebe9d920a49fd7e75d20 | HACKING.asciidoc | HACKING.asciidoc | HACKING
=======
HOMEPAGE
--------
The master source code repository, bug tracking, etc for _pvpn_ is
https://www.github.com/halhen/pvpn. Please report issues here, or to
henrik@k2h.se.
CONTRIBUTING
------------
* To contribute, send a patch as a github pull request or using
+git format-patch+ to henrik@k2h.se.
*... | HACKING
=======
HOMEPAGE
--------
The master source code repository, bug tracking, etc for _pvpn_ is
https://www.github.com/halhen/pvpn. Please report issues here, or to
henrik@k2h.se.
CONTRIBUTING
------------
* To contribute, send a patch as a github pull request or using
+git format-patch+ to henrik@k2h.se.
*... | Document more steps to do when bumbing version | Document more steps to do when bumbing version
| AsciiDoc | bsd-3-clause | halhen/pvpn,halhen/pvpn |
4e7f0bf9b169a8cee2ddf8a87f38d7fe4c111529 | docs/Development-i18n.adoc | docs/Development-i18n.adoc |
== Internationalization (i18n)
|
= Internationalization (i18n)
== Intro
Translation messages for Beavy core, as well as Beavy apps and modules, use the
[ICU syntax](http://userguide.icu-project.org/formatparse/messages).
The translation messages themselves are managed with the
[transifex](http://docs.transifex.com/introduction/)
localization platf... | Add draft of i18n docs | Add draft of i18n docs
| AsciiDoc | mpl-2.0 | beavyHQ/beavy,beavyHQ/beavy,beavyHQ/beavy,beavyHQ/beavy |
b64ce82800eb50fcff700a59c705fa701b6353df | docs/guide/developer/index.adoc | docs/guide/developer/index.adoc | ## Developer Info
[discrete]
### Source
https://github.com/wildfly-extras/wildfly-camel
[discrete]
### Issues
https://github.com/wildfly-extras/wildfly-camel/issues
[discrete]
### Jenkins
https://ci.fabric8.io/job/wildfly-camel
[discrete]
### Downloads
https://github.com/wildfly-extras/wildfly-camel/releases
[... | ## Developer Info
[discrete]
### Source
https://github.com/wildfly-extras/wildfly-camel
[discrete]
### Issues
https://github.com/wildfly-extras/wildfly-camel/issues
[discrete]
### CI Build
https://github.com/wildfly-extras/wildfly-camel/actions
[discrete]
### Downloads
https://github.com/wildfly-extras/wildfly-... | Update link to CI build | Update link to CI build
| AsciiDoc | apache-2.0 | wildfly-extras/wildfly-camel,wildfly-extras/wildfly-camel,wildfly-extras/wildfly-camel,wildfly-extras/wildfly-camel |
704a84d00cf8390f7ad603e988614a8426229953 | mock-mission.adoc | mock-mission.adoc | = How to Run a Mock Mission
1. Start MavProxy at the location of the first sample waypoint.
$ cd <path-to-ardupilot>/APMrover2
$ sim_vehicle.py -l 37.659984,-121.8874624,0,45
2. Start the simulation. Zoom and center the waypoints, if you like.
Mouse wheel or 2-finger scroll zooms, control-shift-drag moves th... | = How to Run a Mock Mission
1. Start MavProxy at the location of the first sample waypoint.
$ cd <path-to-ardupilot>/APMrover2
$ sim_vehicle.py -l 37.659984,-121.8874624,0,45
2. Start the simulation. Zoom and center the waypoints, if you like.
Mouse wheel or 2-finger scroll zooms, control-shift-drag moves th... | Add information about failure to load waypoints | Add information about failure to load waypoints | AsciiDoc | apache-2.0 | ProgrammingRobotsStudyGroup/robo_magellan,ProgrammingRobotsStudyGroup/robo_magellan,ProgrammingRobotsStudyGroup/robo_magellan,ProgrammingRobotsStudyGroup/robo_magellan |
57e55bfd2c7fb7ca970a664176341673c81595e7 | docs/reference/analysis/tokenfilters/truncate-tokenfilter.asciidoc | docs/reference/analysis/tokenfilters/truncate-tokenfilter.asciidoc | [[analysis-truncate-tokenfilter]]
=== Truncate Token Filter
The `truncate` token filter can be used to truncate tokens into a
specific length. This can come in handy with keyword (single token)
based mapped fields that are used for sorting in order to reduce memory
usage.
It accepts a `length` parameter which control... | [[analysis-truncate-tokenfilter]]
=== Truncate Token Filter
The `truncate` token filter can be used to truncate tokens into a
specific length.
It accepts a `length` parameter which control the number of characters
to truncate to, defaults to `10`.
| Update truncate token filter to not mention the keyword tokenizer | Update truncate token filter to not mention the keyword tokenizer
The advice predates the existence of the keyword field
Closes #22650
| AsciiDoc | apache-2.0 | strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc |
76bc85b61fa26e235aeb5190cc5ed84de4a07247 | opennms-doc/guide-admin/src/asciidoc/text/operation/daemon-config-files/notifd.adoc | opennms-doc/guide-admin/src/asciidoc/text/operation/daemon-config-files/notifd.adoc |
// Allow GitHub image rendering
:imagesdir: ../../../images
[[ga-opennms-operation-daemon-config-files-pollerd]]
==== Notifd
[options="header, autowidth"]
|===
| Internal Daemon Name | Reload Event
| _Notifd_ | `uei.opennms.org/internal/reloadDaemonConfig -p 'daemonName Notifd'`
|===
.Notifd configuratio... |
// Allow GitHub image rendering
:imagesdir: ../../../images
[[ga-opennms-operation-daemon-config-files-notifd]]
==== Notifd
[options="header, autowidth"]
|===
| Internal Daemon Name | Reload Event
| _Notifd_ | `uei.opennms.org/internal/reloadDaemonConfig -p 'daemonName Notifd'`
|===
.Notifd configuration... | Fix copy & paste error | Fix copy & paste error | AsciiDoc | agpl-3.0 | aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms |
1fde128c40b115a95d006e919e091f9c2f11c842 | docs/reference/snapshot-restore/apis/snapshot-restore-apis.asciidoc | docs/reference/snapshot-restore/apis/snapshot-restore-apis.asciidoc | [[snapshot-restore-apis]]
== Snapshot and restore APIs
You can use the following APIs to set up snapshot repositories, manage snapshot
backups, and restore snapshots to a running cluster.
For more information, see <<snapshot-restore>>.
[NOTE]
====
We are working on including more snapshot and restore APIs in this se... | [[snapshot-restore-apis]]
== Snapshot and restore APIs
You can use the following APIs to set up snapshot repositories, manage snapshot
backups, and restore snapshots to a running cluster.
For more information, see <<snapshot-restore>>.
[NOTE]
====
We are working on including more snapshot and restore APIs in this se... | Fix snapshot repo API jump list | [DOCS] Fix snapshot repo API jump list
| AsciiDoc | apache-2.0 | gingerwizard/elasticsearch,robin13/elasticsearch,GlenRSmith/elasticsearch,nknize/elasticsearch,gingerwizard/elasticsearch,robin13/elasticsearch,uschindler/elasticsearch,gingerwizard/elasticsearch,scorpionvicky/elasticsearch,gingerwizard/elasticsearch,uschindler/elasticsearch,uschindler/elasticsearch,GlenRSmith/elastics... |
15cf55c4c6814c5ba9c0ad4d5faa433ec1035e9a | docs/reference/index.asciidoc | docs/reference/index.asciidoc | [[elasticsearch-reference]]
= Reference
:version: 1.5.2
:branch: 1.5
:jdk: 1.8.0_25
:defguide: https://www.elastic.co/guide/en/elasticsearch/guide/current
include::getting-started.asciidoc[]
include::setup.asciidoc[]
include::migration/index.asciidoc[]
include::api-conventions.asciidoc[]
include::docs... | [[elasticsearch-reference]]
= Elasticsearch Reference
:version: 1.5.2
:branch: 1.5
:jdk: 1.8.0_25
:defguide: https://www.elastic.co/guide/en/elasticsearch/guide/current
include::getting-started.asciidoc[]
include::setup.asciidoc[]
include::migration/index.asciidoc[]
include::api-conventions.asciidoc[]
... | Rename reference docs to Elasticsearch Reference | Docs: Rename reference docs to Elasticsearch Reference
| AsciiDoc | apache-2.0 | fubuki/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch |
a27e28b7a4e0059c69d811e01583790abd60252a | docs/include.adoc | docs/include.adoc | :author: Peter Niederwieser, The Spock Framework Team
:revnumber: X-replaced-by-gradle
:sourcedir: ../spock-specs/src/test/groovy/org/spockframework/docs
:sourcedir-spring: ../spock-spring/src/test/groovy/org/spockframework/spring/docs
:resourcedir-spring: ../spock-spring/src/test/resources/org/spockframework/spring/do... | :author: Peter Niederwieser, The Spock Framework Team
:revnumber: X-replaced-by-gradle
:sourcedir: ../spock-specs/src/test/groovy/org/spockframework/docs
:sourcedir-spring: ../spock-spring/src/test/groovy/org/spockframework/spring/docs
:resourcedir-spring: ../spock-spring/src/test/resources/org/spockframework/spring/do... | Use `sectlinks` in docs to make linking to sections easier | Use `sectlinks` in docs to make linking to sections easier
| AsciiDoc | apache-2.0 | spockframework/spock,leonard84/spock |
176e6b60003f14179dfecd8ff96fe5294676807a | docs/modules/ROOT/pages/index.adoc | docs/modules/ROOT/pages/index.adoc | = Overview
Spring Security is a framework that provides authentication, authorization, and protection against common attacks.
With first class support for both imperative and reactive applications, it is the de-facto standard for securing Spring-based applications.
| = Spring Security
Spring Security is a framework that provides xref:features/authentication/index.adoc[authentication], xref:features/authorization/index.adoc[authorization], and xref:features/exploits/index.adoc[protection against common attacks].
With first class support for securing both xref:servlet/index.adoc[imp... | Add additional info to overview | Add additional info to overview
| AsciiDoc | apache-2.0 | spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,rwinch/spring-security,rwinch/spring-security,rwinch/spring-security,spring-projects/spring-security,spring-projects/spring-security,rwinch/spring-security,spring-projects/spring-security,rwin... |
c0cc9719d2d3deee9e114b96cf9797e4eb191d8a | learn/rhpds/index.adoc | learn/rhpds/index.adoc | = RHPDS instructions for OptaPlanner demos
:awestruct-description: How to demo OptaPlanner with RHPDS
:awestruct-layout: normalBase
:awestruct-priority: 0.1
:showtitle:
== Visit RHPDS
https://rhpds.redhat.com/[Visit RHPDS]
== Available demos on RHPDS
* link:optaweb-vehicle-routing.adoc[OptaWeb Vehicle Routing]
* li... | = RHPDS instructions for OptaPlanner demos
:awestruct-description: How to demo OptaPlanner with RHPDS
:awestruct-layout: normalBase
:awestruct-priority: 0.1
:showtitle:
== Visit RHPDS
https://rhpds.redhat.com/[Visit RHPDS]
== Available demos on RHPDS
* link:optaweb-vehicle-routing.html[OptaWeb Vehicle Routing]
* li... | Fix links to RHPDS demo guides | Fix links to RHPDS demo guides
| AsciiDoc | apache-2.0 | droolsjbpm/optaplanner-website,droolsjbpm/optaplanner-website,droolsjbpm/optaplanner-website |
5fb10412dd97335bdd33424d81f758281e1fbd4a | modules/installation-osp-enabling-swift.adoc | modules/installation-osp-enabling-swift.adoc | //Module included in the following assemblies:
//
// * installing/installing_openstack/installing-openstack-installer.adoc
// * installing/installing_openstack/installing-openstack-installer-custom.adoc
// * installing/installing_openstack/installing-openstack-installer-kuryr.adoc
[id="installation-osp-enabling-swift_... | //Module included in the following assemblies:
//
// * installing/installing_openstack/installing-openstack-installer.adoc
// * installing/installing_openstack/installing-openstack-installer-custom.adoc
// * installing/installing_openstack/installing-openstack-installer-kuryr.adoc
[id="installation-osp-enabling-swift_... | Remove Temp-URL step from Swift procedure - BZ 1805176 | Remove Temp-URL step from Swift procedure - BZ 1805176
| AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
33eca477df6f1e887c559b0bd6b399460b6e62bf | modules/identity-provider-registering-github.adoc | modules/identity-provider-registering-github.adoc | // Module included in the following assemblies:
//
// * authentication/identity_providers/configuring-github-identity-provider.adoc
[id="identity-provider-registering-github_{context}"]
= Registering a GitHub application
To use GitHub or GitHub Enterprise as an identity provider, you must register
an application to u... | // Module included in the following assemblies:
//
// * authentication/identity_providers/configuring-github-identity-provider.adoc
[id="identity-provider-registering-github_{context}"]
= Registering a GitHub application
To use GitHub or GitHub Enterprise as an identity provider, you must register
an application to u... | Add oauth apps section to path, in case users are reading the text and not clicking the links. Choosing the Developer settings optiion on GitHub brings users to the GitHub Apps section (settings/apps) and not the OAuth Apps section (/settings/developers) | Add oauth apps section to path, in case users are reading the text and not clicking the links.
Choosing the Developer settings optiion on GitHub brings users to the GitHub Apps
section (settings/apps) and not the OAuth Apps section (/settings/developers)
| AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
d9a24961c55b80d64a10f12ea1ad97d04d9d9e16 | 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 addresses a few minor issues in the delimited payload token
filter docs:
- the provided example reversed the payloads associated with the
tokens "the" and "fox"
- two additional typos in the same sentence
- "per default" -> "by default"
... | AsciiDoc | apache-2.0 | ThiagoGarciaAlves/elasticsearch,davidvgalbraith/elasticsearch,camilojd/elasticsearch,winstonewert/elasticsearch,mohit/elasticsearch,clintongormley/elasticsearch,jimczi/elasticsearch,nezirus/elasticsearch,polyfractal/elasticsearch,JervyShi/elasticsearch,spiegela/elasticsearch,markwalkom/elasticsearch,henakamaMSFT/elasti... |
63f5c50f30595dcbc8c82333e4cddd1033ea1439 | labs/05-start-with-data/README.adoc | labs/05-start-with-data/README.adoc | = Running your database with data included
*Having to insert the data everytime you start a container can become a hassle. In this exercise we will put the data inside the Postgres image, so that it will be available on startup.*
The https://hub.docker.com/_/postgres/[Postgres] image provides a convenient way to execu... | = Running your database with data included
*Having to insert the data everytime you start a container can become a hassle. In this exercise we will put the data inside the Postgres image, so that it will be available on startup.*
The https://hub.docker.com/_/postgres/[Postgres] image provides a convenient way to execu... | Create Dockerfile in empty folder | Create Dockerfile in empty folder
| AsciiDoc | apache-2.0 | bolcom/docker-for-testers,bolcom/docker-for-testers,bolcom/docker-for-testers |
28dd7dabfb94e37c3378fc0653b9096b3f9afb6e | 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 |
c0e784b16deb36340de38b375389348d2a17d711 | 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 |
91f655e6b47740d0919a92a3acac99f2323a9ae0 | docs/quick-start-guide/src/rhel-7/listitem_repo_config_datastax.adoc | docs/quick-start-guide/src/rhel-7/listitem_repo_config_datastax.adoc | . *Enable DataStax repository*
+
====
Create the `/etc/yum.repos.d/datastax.repo` file and edit it to contain the
following:
[source]
----
# DataStax (Apache Cassandra)
[datastax]
name = DataStax Repo for Apache Cassandra
baseurl = http://rpm.datastax.com/community
enabled = 1
gpgcheck = 1
gpgkey = https://rpm.datasta... | . *Enable DataStax repository*
+
====
Create the `/etc/yum.repos.d/datastax.repo` file and edit it to contain the
following:
[source]
----
# DataStax (Apache Cassandra)
[datastax]
name = DataStax Repo for Apache Cassandra
baseurl = http://rpm.datastax.com/community
enabled = 1
gpgcheck = 0
gpgkey = https://rpm.datasta... | Disable GPG check for DataStax repo on RHEL 7. | Disable GPG check for DataStax repo on RHEL 7.
Change-Id: I1c9c1bfddfff7847374563aedaa3130132100f13
Fixes: MND-19
Signed-off-by: Jan Hilberath <14e793d896ddc8ca6911747228e86464cf420065@midokura.com>
| AsciiDoc | apache-2.0 | midonet/midonet-docs,midonet/midonet-docs,midonet/midonet-docs,yantarou/midonet-docs,midonet/midonet-docs,yantarou/midonet-docs,yantarou/midonet-docs |
acb5491b796018d2f8a174d51402e739b16f855d | spring-boot-project/spring-boot-docs/src/docs/asciidoc/features.adoc | spring-boot-project/spring-boot-docs/src/docs/asciidoc/features.adoc | [[features]]
= Core Features
include::attributes.adoc[]
This section dives into the details of Spring Boot.
Here you can learn about the key features that you may want to use and customize.
If you have not already done so, you might want to read the "<<getting-started#getting-started>>" and "<<using#using>>" section... | [[features]]
= Core Features
include::attributes.adoc[]
This section dives into the details of Spring Boot.
Here you can learn about the key features that you may want to use and customize.
If you have not already done so, you might want to read the "<<getting-started#getting-started, Getting Started>>" and "<<using... | Fix section links to not include .html suffix | Fix section links to not include .html suffix
Closes gh-33206
| AsciiDoc | apache-2.0 | htynkn/spring-boot,htynkn/spring-boot,spring-projects/spring-boot,htynkn/spring-boot,htynkn/spring-boot,spring-projects/spring-boot,vpavic/spring-boot,spring-projects/spring-boot,vpavic/spring-boot,vpavic/spring-boot,spring-projects/spring-boot,vpavic/spring-boot,htynkn/spring-boot,spring-projects/spring-boot,spring-pr... |
481fb1c395cc3e5b27b8c708b06dc8cd707e68c1 | modules/nw-multus-delete-network.adoc | modules/nw-multus-delete-network.adoc | // Module included in the following assemblies:
//
// * networking/multiple_networks/remove-additional-network.adoc
[id="nw-multus-delete-network_{context}"]
= Removing an additional network attachment definition
As a cluster administrator, you can remove an additional network from your
{product-title} cluster. The a... | // Module included in the following assemblies:
//
// * networking/multiple_networks/remove-additional-network.adoc
[id="nw-multus-delete-network_{context}"]
= Removing an additional network attachment definition
As a cluster administrator, you can remove an additional network from your
{product-title} cluster. The a... | Remove extra step for removing an additional network | Remove extra step for removing an additional network
- https://issues.redhat.com/browse/OSDOCS-872
- https://bugzilla.redhat.com/show_bug.cgi?id=1755908
| AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
1151d4fc21b00c393ddc778bcb7947822d05771d | modules/olm-creating-index-image.adoc | modules/olm-creating-index-image.adoc | // Module included in the following assemblies:
//
// * operators/olm-managing-custom-catalogs.adoc
[id="olm-creating-index-image_{context}"]
= Creating an index image
You can create an index image using the `opm` CLI.
.Prerequisites
* `opm` version 1.12.3+
* `podman` version 1.4.4+
* A bundle image built and pushe... | // Module included in the following assemblies:
//
// * operators/olm-managing-custom-catalogs.adoc
[id="olm-creating-index-image_{context}"]
= Creating an index image
You can create an index image using the `opm` CLI.
.Prerequisites
* `opm` version 1.12.3+
* `podman` version 1.4.4+
* A bundle image built and pushe... | Add --binary-image to opm docs | Add --binary-image to opm docs
| AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
846e46773a8ab6e848923663db840f3e10147958 | docs/index.asciidoc | docs/index.asciidoc | = Topbeat reference
:libbeat: http://www.elastic.co/guide/en/beats/libbeat/1.0.0-rc1
:version: 1.0.0-rc1
include::./overview.asciidoc[]
include::./gettingstarted.asciidoc[]
include::./fields.asciidoc[]
// include::./configuration.asciidoc[]
include::./command-line.asciidoc[]
include::./windows.asciidoc[]
// inc... | = Topbeat reference
:libbeat: http://www.elastic.co/guide/en/beats/libbeat/master
:version: master
include::./overview.asciidoc[]
include::./gettingstarted.asciidoc[]
include::./fields.asciidoc[]
// include::./configuration.asciidoc[]
include::./command-line.asciidoc[]
include::./windows.asciidoc[]
// include::... | Use master version in docs | Use master version in docs
| AsciiDoc | mit | andrewkroh/topbeat,yapdns/yapdnsbeat,yapdns/yapdnsbeat,andrewkroh/topbeat |
983ca6ea277a89ed8340c4650992821b56eda4ab | docs/modules/ROOT/pages/whats-new.adoc | docs/modules/ROOT/pages/whats-new.adoc | [[new]]
= What's New in Spring Security 5.8
Spring Security 5.8 provides a number of new features.
Below are the highlights of the release.
* https://github.com/spring-projects/spring-security/pull/11638[gh-11638] - Refresh remote JWK when unknown KID error occurs
* https://github.com/spring-projects/spring-security/... | [[new]]
= What's New in Spring Security 5.8
Spring Security 5.8 provides a number of new features.
Below are the highlights of the release.
* https://github.com/spring-projects/spring-security/pull/11638[gh-11638] - Refresh remote JWK when unknown KID error occurs
* https://github.com/spring-projects/spring-security/... | Update What's New for 5.8 | Update What's New for 5.8
| 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 |
da0659a853ef7bf34bd5aa579696dd144bcd2665 | doc/eventsystem.adoc | doc/eventsystem.adoc |
= Event Data
=== Event Sourcing
TODO, link core event sourcing docs.
Apart from the recommended event store, Photon, Muon Java provides an in memory, simplified event store that only implements
the core ingest and stream functionality of a muon compatible event store. You can read more about it link:InMemEventStor... |
== Event Based Systems
=== Event Sourcing
TODO, link core event sourcing docs.
Apart from the recommended event store, Photon, Muon Java provides an in memory, simplified event store that only implements
the core ingest and stream functionality of a muon compatible event store. You can read more about it link:In... | Update doc structure. ignore multicast on TC | Update doc structure. ignore multicast on TC
| AsciiDoc | apache-2.0 | microserviceux/muon-java,microserviceux/muon-java |
4f92ff73d78d8865a891f38ced7cc4f7db75b031 | docs/src/main/asciidoc/sagan-index.adoc | docs/src/main/asciidoc/sagan-index.adoc |
include::_attributes.adoc[]
Spring Cloud Zookeeper provides http://zookeeper.apache.org/[Apache Zookeeper] integrations for Spring Boot apps through autoconfiguration and binding to the Spring Environment and other Spring programming model idioms. With a few simple annotations you can quickly enable and configure the... |
include::_attributes.adoc[]
Spring Cloud Zookeeper provides http://zookeeper.apache.org/[Apache Zookeeper] integrations for Spring Boot apps through autoconfiguration and binding to the Spring Environment and other Spring programming model idioms. With a few simple annotations you can quickly enable and configure the... | Fix Zookeeper link in documentation | Fix Zookeeper link in documentation
Fixes gh-238
Fixes gh-246
| AsciiDoc | apache-2.0 | spring-cloud/spring-cloud-zookeeper,spring-cloud/spring-cloud-zookeeper |
5a8910a844856109b279bd4364276a4fb7719285 | pages/apim/3.x/user-guide/publisher/sme/using-kafka-controller.adoc | pages/apim/3.x/user-guide/publisher/sme/using-kafka-controller.adoc | = Using the Kafka controller
:page-sidebar: apim_3_x_sidebar
:page-permalink: apim/3.x/apim_publishersme_using_kafka.html
:page-folder: apim/user-guide/publisher
:page-layout: apim3x
== Overview
This section describes the basic usage of the Kafka controller - producing and consuming messages.
=== Producing messages
... | = Using the Kafka controller
:page-sidebar: apim_3_x_sidebar
:page-permalink: apim/3.x/apim_publisherguide_using_kafka.html
:page-folder: apim/user-guide/publisher
:page-layout: apim3x
== Overview
This section describes the basic usage of the Kafka controller - producing and consuming messages.
=== Producing message... | Fix link and snippet url | Fix link and snippet url
| AsciiDoc | apache-2.0 | gravitee-io/gravitee-docs,gravitee-io/gravitee-docs,gravitee-io/gravitee-docs |
5ddebb6a2806f3db4fc371711ebcf67ddc36165d | src/docs/asciidoc/index.adoc | src/docs/asciidoc/index.adoc | = EB4J
:doctype: article
:docinfo:
:toc:
:toclevels: 2
include::about.adoc[]
include::links.adoc[]
include::reports.adoc[]
| = EB4J
:doctype: article
:docinfo:
:toc:
:toclevels: 2
IMPORTANT: link:https://github.com/eb4j/eb4j[View on GitHub]
| link:https://eb4j.github.io/[Top project page]
include::about.adoc[]
include::links.adoc[]
include::reports.adoc[]
| Add link to top project page. | Add link to top project page.
| AsciiDoc | lgpl-2.1 | eb4j/eb4j |
fe83d2af14cce34b6310c0f64fbb630ffa957a8d | src/main/asciidoc/inc/_vertx-setup.adoc | src/main/asciidoc/inc/_vertx-setup.adoc |
[[vertx:setup]]
== *vertx:setup*
This goal adds the Vert.x Maven Plugin to your `pom.xml` file. The plugin is configured with a default configuration.
=== Example
[source,subs="attributes"]
----
mvn io.fabric8:vertx-maven-plugin:{version}:setup
----
The setup goal by default uses the plugin property _vertx-core-ve... |
[[vertx:setup]]
== *vertx:setup*
This goal adds the Vert.x Maven Plugin to your `pom.xml` file. The plugin is configured with a default configuration.
=== Example
[source,subs="attributes"]
----
mvn io.fabric8:vertx-maven-plugin:{version}:setup
----
The setup goal by default uses the plugin property _vertx-core-ve... | Extend documentaiton about the setup goal | Extend documentaiton about the setup goal
| AsciiDoc | apache-2.0 | kameshsampath/vertx-maven-plugin |
dd95849b620194f9d2dbb0a1157c4a59553e7e25 | docs/reference/setup/sysconfig/file-descriptors.asciidoc | docs/reference/setup/sysconfig/file-descriptors.asciidoc | [[file-descriptors]]
=== File Descriptors
[NOTE]
This is only relevant for Linux and macOS and can be safely ignored if running
Elasticsearch on Windows. On Windows that JVM uses an
https://msdn.microsoft.com/en-us/library/windows/desktop/aa363858(v=vs.85).aspx[API]
limited only by available resources.
Elasticsearch ... | [[file-descriptors]]
=== File Descriptors
[NOTE]
This is only relevant for Linux and macOS and can be safely ignored if running
Elasticsearch on Windows. On Windows that JVM uses an
https://msdn.microsoft.com/en-us/library/windows/desktop/aa363858(v=vs.85).aspx[API]
limited only by available resources.
Elasticsearch ... | Document JVM option MaxFDLimit for macOS () | Document JVM option MaxFDLimit for macOS ()
This commit documents a JVM option that is needed on macOS when raising
file descriptor limits there.
Relates #26900
| AsciiDoc | apache-2.0 | rajanm/elasticsearch,fred84/elasticsearch,pozhidaevak/elasticsearch,gfyoung/elasticsearch,mjason3/elasticsearch,coding0011/elasticsearch,gingerwizard/elasticsearch,GlenRSmith/elasticsearch,scottsom/elasticsearch,wenpos/elasticsearch,wangtuo/elasticsearch,kalimatas/elasticsearch,rajanm/elasticsearch,wangtuo/elasticsearc... |
8190328e235c5a4dc2c3f99f36676b0b4918780e | storage/container_storage_interface/persistent-storage-csi-snapshots.adoc | storage/container_storage_interface/persistent-storage-csi-snapshots.adoc | [id="persistent-storage-csi-snapshots"]
= CSI volume snapshots
include::modules/common-attributes.adoc[]
:context: persistent-storage-csi-snapshots
toc::[]
This document describes how to use volume snapshots with supported Container Storage Interface (CSI) drivers to help protect against data loss in {product-title}.... | [id="persistent-storage-csi-snapshots"]
= CSI volume snapshots
include::modules/common-attributes.adoc[]
:context: persistent-storage-csi-snapshots
toc::[]
This document describes how to use volume snapshots with supported Container Storage Interface (CSI) drivers to help protect against data loss in {product-title}.... | Remove TP note in CSI snapshots | Remove TP note in CSI snapshots
| AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
d8bc2ec33d029a94e3eea61d1b21468cb8294eab | 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 |
a625e5317bfcdebc7d7f99a5d4e972008031f1ec | CONTRIBUTING.adoc | CONTRIBUTING.adoc | = Contributing to Hawkular Metrics
Before contributing to Hawkular Metrics, it might be useful to read the
http://www.hawkular.org/docs/dev/development.html[How to develop on Hawkular] page on Hawkular website.
== Code style
Hawkular Metrics is a Hawkular component, so project level conventions apply here. That said... | = Contributing to Hawkular Metrics
Before contributing to Hawkular Metrics, it might be useful to read the
http://www.hawkular.org/docs/dev/development.html[How to develop on Hawkular] page on Hawkular website.
== Code style
Hawkular Metrics is a Hawkular subproject, so top level conventions apply here. That said, t... | Rephrase Metrics presentation a bit | Rephrase Metrics presentation a bit
| AsciiDoc | apache-2.0 | spadgett/hawkular-metrics,hawkular/hawkular-metrics,mwringe/hawkular-metrics,jotak/hawkular-metrics,pilhuhn/rhq-metrics,tsegismont/hawkular-metrics,burmanm/hawkular-metrics,tsegismont/hawkular-metrics,burmanm/hawkular-metrics,hawkular/hawkular-metrics,ppalaga/hawkular-metrics,mwringe/hawkular-metrics,burmanm/hawkular-m... |
73bac1614e044603dd6b1da16113a47a26f1d14f | README.adoc | README.adoc | == License
The gem is available as open source under the terms of the
http://opensource.org/licenses/MIT[MIT License].
The gem includes "Iliad", a classical masterpiece by Homer, translated to
English by Samuel Butler. A work is in
https://wiki.creativecommons.org/wiki/Public_domain[public domain] in USA and
in almo... | Well Read Faker
===============
:homepage: https://github.com/skalee/well_read_faker
image:https://img.shields.io/gem/v/well_read_faker.svg[
Version, link="https://rubygems.org/gems/well_read_faker"]
image:https://img.shields.io/travis/skalee/well_read_faker/master.svg[
Build Status, link="https://travis-ci.org/skalee... | Add metadata and badges to the Readme | Add metadata and badges to the Readme
| AsciiDoc | mit | skalee/well_read_faker,skalee/well_read_faker |
42fb07fda965ac564a734eeb18f6d31bdd823e0c | README.adoc | README.adoc | :title: scribble.github.io
== Scribble Website
image:https://travis-ci.org/scribble/scribble.github.io.svg?branch=pages["Build Status", link="https://travis-ci.org/scribble/scribble.github.io"]
=== Description
When pushing a commit into this branch, the site is automatically built and published to http://www.scribbl... | :title: scribble.github.io
== Scribble Website
image:https://travis-ci.org/scribble/scribble.github.io.svg?branch=pages["Build Status", link="https://travis-ci.org/scribble/scribble.github.io"]
=== Description
When pushing a commit into this branch, the site is automatically built and published to http://www.scribbl... | Test update to check publication of website | Test update to check publication of website
| AsciiDoc | apache-2.0 | scribble/scribble.github.io,scribble/scribble.github.io,scribble/scribble.github.io,scribble/scribble.github.io,scribble/scribble.github.io |
8440f05ee0332eec50dfa82094538f9be911c8d8 | docs/index.adoc | docs/index.adoc | = RecordTrac Documentation
{% macro link(underscore_name) %}
link:{{ underscore_name }}.html[{{titleize(underscore_name)}}]
{% endmacro %}
== Welcome
This is the home page for documentation for RecordTrac app.
NOTE: For help contact ...
== What This Is
* {{ link('overview-of-app') }}
* {{ link('why-it-was-built')... | = RecordTrac Documentation
{% macro link(underscore_name) -%}
link:{{ underscore_name }}.html[{{titleize(underscore_name)}}]
{% endmacro -%}
== Welcome
This is the home page for documentation for RecordTrac app.
NOTE: For help contact ...
== What This Is
* {{ link('overview-of-app') }}
* {{ link('why-it-was-built... | Fix issue with bulleted lists. | Fix issue with bulleted lists.
| AsciiDoc | apache-2.0 | CityOfNewYork/NYCOpenRecords,CityOfNewYork/NYCOpenRecords,CityOfNewYork/NYCOpenRecords,CityOfNewYork/NYCOpenRecords,CityOfNewYork/NYCOpenRecords |
ac741fc514ecf286bab893794e14aae73a1ecddf | README.adoc | README.adoc | = CrashBurnFree
CrashBurnFree is a free crash reporting tool for Java (and potentially other languages).
The name is a pun, as (a) it's _free_ to use and modify and (b) one over-arching goal of Software Checking Tools
is to _free_ you from crashing and burning...
It is composed of the following sub-projects:
. jav... | = CrashBurnFree
CrashBurnFree is a free crash reporting tool for Java (and potentially other languages).
The name is a pun, as (a) it's _free_ to use and modify and (b) one over-arching goal of Software Checking Tools
is to _free_ you from crashing and burning...
It is composed of the following sub-projects:
. jav... | Bring into synch with reality | Bring into synch with reality
| AsciiDoc | bsd-2-clause | IanDarwin/CrashBurnFree,IanDarwin/CrashBurnFree |
a419d6562d40801ec7b833f0d6a3d9e3b5c25486 | CHANGES.adoc | CHANGES.adoc | = Changelog
== Version 0.3.0
Date: unreleased
- First version splitted from monolitic buddy package. | = Changelog
== Version 0.4.0
Date: unreleased
- Replace record usage in kdf ns with reify.
- Rename kdf protocol from KDFType to IKDF
- Rename kdf protocol method names to more consistent ones.
- Add support for nio ByteBuffer for kdf.
== Version 0.3.0
Date: 2015-01-18
- First version splitted from monolitic budd... | Update changelog with latest changes on kdf. | Update changelog with latest changes on kdf.
| AsciiDoc | apache-2.0 | funcool/buddy-core,funcool/buddy-core |
3a8590cb0ba2e63bdc606f8109a26ddd95b476d9 | docs/dashboards.asciidoc | docs/dashboards.asciidoc | [[sample-dashboards]]
== Sample dashboards
In order to make it as easy as possible to get application performance insights
from packet data, we provide a few sample Kibana dashboards. The
dashboards are maintained in this
https://github.com/elastic/beats-dashboards[GitHub repository].
Load automatically all the sampl... | [[sample-dashboards]]
== Sample dashboards
In order to make it as easy as possible to get application performance insights
from packet data, we provide a few sample Kibana dashboards. The
dashboards are maintained in this
https://github.com/elastic/beats-dashboards[GitHub repository], which also
includes instructions ... | Add back the old text | Add back the old text
| AsciiDoc | mit | yapdns/yapdnsbeat,yapdns/yapdnsbeat |
74d9c8f5cf6a4de1950cb54b851760c6919e1ab5 | docs/reference/index.asciidoc | docs/reference/index.asciidoc | [[elasticsearch-reference]]
= Elasticsearch Reference
:version: 3.0.0-beta1
:major-version: 3.x
:branch: 3.0
:jdk: 1.8.0_25
:defguide: https://www.elastic.co/guide/en/elasticsearch/guide/current
:plugins: https://www.elastic.co/guide/en/elasticsearch/plugins/master
:issue: htt... | [[elasticsearch-reference]]
= Elasticsearch Reference
:version: 3.0.0-beta1
:major-version: 3.x
:branch: 3.0
:jdk: 1.8.0_25
:defguide: https://www.elastic.co/guide/en/elasticsearch/guide/current
:plugins: https://www.elastic.co/guide/en/elasticsearch/plugins/master
:issue: htt... | Fix :issue: and :pull: asciidoc replacements | Docs: Fix :issue: and :pull: asciidoc replacements
Closes #14922
| AsciiDoc | apache-2.0 | clintongormley/elasticsearch,diendt/elasticsearch,avikurapati/elasticsearch,obourgain/elasticsearch,s1monw/elasticsearch,i-am-Nathan/elasticsearch,IanvsPoplicola/elasticsearch,martinstuga/elasticsearch,vroyer/elasticassandra,rmuir/elasticsearch,dongjoon-hyun/elasticsearch,diendt/elasticsearch,LewayneNaidoo/elasticsearc... |
44496f53689106a1ba8827f7e8eb928988e94f5c | README.adoc | README.adoc | = Edge
Please see the link:app/README.adoc[app/README.adoc] for building and running the app.
| = Edge
Please see the <<app/README#>> for building and running the app.
| Use xref syntax for document links | Use xref syntax for document links
This works across different output types, and is the preferred form for
interdocument links like this. | AsciiDoc | mit | juxt/edge,juxt/edge |
29b780cbb4ce8127db4c09e696029a5fdde55370 | 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 |
3b42b58688347f26d3fd0b5c591507493aeeb480 | docs/index.asciidoc | docs/index.asciidoc | [[beats-reference]]
= Beats Platform Reference
:ES-version: 1.7.2
:Kibana-version: 4.1.2
:Dashboards-version: 1.0.0-beta3
include::./overview.asciidoc[]
include::./gettingstarted.asciidoc[]
include::./configuration.asciidoc[]
include::./command-line.asciidoc[]
include::./https.asciidoc[]
include::./newbeat.asciid... | [[beats-reference]]
= Beats Platform Reference
:ES-version: 1.7.3
:Kibana-version: 4.1.2
:Dashboards-version: 1.0.0-beta4
include::./overview.asciidoc[]
include::./gettingstarted.asciidoc[]
include::./configuration.asciidoc[]
include::./command-line.asciidoc[]
include::./https.asciidoc[]
include::./newbeat.asciid... | Update elasticsearch to version 1.7.3 and beat dashboards to beta4 branch. | Update elasticsearch to version 1.7.3 and beat dashboards to beta4 branch.
| AsciiDoc | mit | yapdns/yapdnsbeat,yapdns/yapdnsbeat |
3f1612c2093a0512db098abc630311527f99a418 | doc/todo.adoc | doc/todo.adoc | = To-Do List
- mock_cone_detector creates infinite area and overflows h
- (*DONE*) new waypoints shorter than old don't delete existing waypoints
- adjust waypoints for start position and cone position
- cone area goes down when very close to cone
- (*DONE*) parameterize throttle and steering PWM values
- touch sensor... | = To-Do List
- mock_cone_detector creates infinite area and overflows h
- (*DONE*) new waypoints shorter than old don't delete existing waypoints
- adjust waypoints for start position and cone position
- cone area goes down when very close to cone
- (*DONE*) parameterize throttle and steering PWM values
- (*DONE*) tou... | Update to-do document based on progress from yesterday | Update to-do document based on progress from yesterday
| AsciiDoc | apache-2.0 | ProgrammingRobotsStudyGroup/robo_magellan,ProgrammingRobotsStudyGroup/robo_magellan,ProgrammingRobotsStudyGroup/robo_magellan,ProgrammingRobotsStudyGroup/robo_magellan |
94241317b410e07f9ef5c22bd4f865dd19eecc3c | content/events/2017/clojurebridge-sanfrancisco.adoc | content/events/2017/clojurebridge-sanfrancisco.adoc | = ClojureBridge San Francisco
ClojureBridge San Francisco
2017-09-16
:jbake-type: event
:jbake-edition: 2017
:jbake-link: http://www.clojurebridge.org/events/2017-09-16-san-francisco
:jbake-location: San Francisco, CA
:jbake-start: 2017-09-15
:jbake-end: 2017-09-16
ClojureBridge is a free 1-day workshop aimed at incre... | = ClojureBridge San Francisco
ClojureBridge San Francisco
2017-09-15
:jbake-type: event
:jbake-edition: 2017
:jbake-link: http://www.clojurebridge.org/events/2017-09-15-san-francisco
:jbake-location: San Francisco, CA
:jbake-start: 2017-09-15
:jbake-end: 2017-09-16
ClojureBridge is a free 1-day workshop aimed at incre... | Update clojurebridge sf 2017 url | Update clojurebridge sf 2017 url | AsciiDoc | epl-1.0 | clojure/clojure-site |
79837fbf84c5957061b2430848106832c45d998a | README.asciidoc | README.asciidoc | TinkerPop3
==========
image:https://raw.githubusercontent.com/tinkerpop/tinkerpop3/master/docs/static/images/tinkerpop3-splash.png[TinkerPop3]
* Build Project: `mvn clean install`
* Build AsciiDocs: `mvn process-resources -Dasciidoc`
* Deploy AsciiDocs: `mvn deploy -Dasciidoc`
* Deploy JavaDocs: `mvn deploy -Djav... | TinkerPop3
==========
image:https://raw.githubusercontent.com/tinkerpop/tinkerpop3/master/docs/static/images/tinkerpop3-splash.png[TinkerPop3]
* Build Project: `mvn clean install`
* Build AsciiDocs: `mvn process-resources -Dasciidoc`
* Deploy AsciiDocs: `mvn deploy -Dasciidoc`
* Deploy JavaDocs: `mvn deploy -Djav... | Update readme for deploying javadoc. | Update readme for deploying javadoc.
| AsciiDoc | apache-2.0 | mpollmeier/tinkerpop3,RedSeal-co/incubator-tinkerpop,edgarRd/incubator-tinkerpop,gdelafosse/incubator-tinkerpop,apache/tinkerpop,robertdale/tinkerpop,RedSeal-co/incubator-tinkerpop,rmagen/incubator-tinkerpop,apache/tinkerpop,velo/incubator-tinkerpop,n-tran/incubator-tinkerpop,BrynCooke/incubator-tinkerpop,mike-tr-adams... |
e8e645e3cb5b18bc092763c17b949d741d82568f | docs/reference/indices/delete-index.asciidoc | docs/reference/indices/delete-index.asciidoc | [[indices-delete-index]]
== Delete Index
The delete index API allows to delete an existing index.
[source,js]
--------------------------------------------------
$ curl -XDELETE 'http://localhost:9200/twitter/'
--------------------------------------------------
The above example deletes an index called `twitter`. Spe... | [[indices-delete-index]]
== Delete Index
The delete index API allows to delete an existing index.
[source,js]
--------------------------------------------------
$ curl -XDELETE 'http://localhost:9200/twitter/'
--------------------------------------------------
The above example deletes an index called `twitter`. Spe... | Document index deletion using csv separated indices | Document index deletion using csv separated indices | 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 |
5242e04552fd46492cbdcf96a4b2e8f4302ec35a | 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
:homepage: http://vladmihalcea.com/
== Introduction
The flexy-pool library brings adaptability to a given Connection Pool, allowing it to resize on demand.
This is very handy since most connection pools offer a limited set of dynamic configuration strategie... | Remove toc and image ref | Remove toc and image ref
| AsciiDoc | apache-2.0 | mosoft521/flexy-pool,wgpshashank/flexy-pool,vladmihalcea/flexy-pool |
5680f9f6fc908a366a2a098052b4d6c7af27b4e4 | README.adoc | README.adoc | = Eclipse Microprofile Metrics
This specification aims at providing a unified way for Microprofile servers to
export Monitoring data ("Telemetry") to management agents and also a unified
Java API, that all (application) programmers can use to expose their telemetry
data.
For the specification see http:spec/metrics_sp... | = Eclipse Microprofile Metrics
This specification aims at providing a unified way for Microprofile servers to
export Monitoring data ("Telemetry") to management agents and also a unified
Java API, that all (application) programmers can use to expose their telemetry
data.
For the specification see link:spec/metrics_sp... | Use correct syntax for link to spec. | Use correct syntax for link to spec.
Signed-off-by: Heiko W. Rupp <b84916873c63a5de92f08628798bc3f70d9f6496@redhat.com>
| AsciiDoc | apache-2.0 | raymondlam/microprofile-metrics,Channyboy/microprofile-metrics,Arjun-Sharma1/microprofile-metrics,Arjun-Sharma1/microprofile-metrics,Channyboy/microprofile-metrics,raymondlam/microprofile-metrics,pilhuhn/microprofile-metrics,pilhuhn/microprofile-metrics |
1f0aac07bfde75e9eccbe6400de88fac96195218 | modules/serverless-about-collecting-data.adoc | modules/serverless-about-collecting-data.adoc | // Module included in the following assemblies:
//
// * serverless/serverless-support.adoc
[id="serverless-about-collecting-data_{context}"]
= About collecting {ServerlessProductName} data
You can use the `oc adm must-gather` CLI command to collect information about your cluster, including features and objects associ... | // Module included in the following assemblies:
//
// * serverless/serverless-support.adoc
[id="serverless-about-collecting-data_{context}"]
= About collecting {ServerlessProductName} data
You can use the `oc adm must-gather` CLI command to collect information about your cluster, including features and objects associ... | Add image tag to must-gather images | [srvls][SRVCOM-1290] Add image tag to must-gather images
| AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
ae00e6ec40e303f6e754a9cf4eb49d2b4738c3da | docs/home.adoc | docs/home.adoc |
////
Accessible at:
https://ecp-candle.github.io/Supervisor/home.html
////
////
This prevents ^M from appearing in the output:
////
:miscellaneous.newline: \n
= CANDLE Supervisor Home Page
This is the main home page about CANDLE Supervisor effort with links to workflows and other supporting information.
== Key dea... |
////
Accessible at:
https://ecp-candle.github.io/Supervisor/home.html
You can compile this locally with:
$ ./adoc.sh README.adoc
////
////
This prevents ^M from appearing in the output:
////
:miscellaneous.newline: \n
= CANDLE Supervisor Home Page
This is the main home page about CANDLE Supervisor effort with links... | Document more Swift/Python installations for CANDLE | Document more Swift/Python installations for CANDLE
| AsciiDoc | mit | ECP-CANDLE/Supervisor,ECP-CANDLE/Supervisor,ECP-CANDLE/Supervisor,ECP-CANDLE/Supervisor,ECP-CANDLE/Supervisor,ECP-CANDLE/Supervisor |
b01ced188bb760346c31f65499cb2e408dd323a1 | 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].
Review your existing items via the web interface and have Janitor archive old item... | # 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].
Review your existing items via the web interface and have Janitor archive old item... | Add link to 3rd part of JAXenter tutorial | Add link to 3rd part of JAXenter tutorial
| AsciiDoc | apache-2.0 | techdev-solutions/janitor,techdev-solutions/janitor |
c1c1ac3a76de6103e176533aaab9077410995d2b | README.adoc | README.adoc | James Glasbrenner's dotfiles
============================
James Glasbrenner <jglasbr2@gmu.edu>
July 27, 2017
My dotfiles repo.
License
-------
All content is licensed under the terms of link:LICENSE[The Unlicense License].
| James Glasbrenner's dotfiles
============================
James Glasbrenner <jglasbr2@gmu.edu>
July 27, 2017
My dotfiles repo.
Bootstrapping
-------------
Stow 2.3.0 is included in this repo for bootstrapping purposes.
To stow stow after cloning this repository to `$HOME/.dotfiles`, run
.bash
----------------------... | Add bootstrapping instructions for how to stow stow | Add bootstrapping instructions for how to stow stow
| AsciiDoc | unlicense | jkglasbrenner/dotfiles,jkglasbrenner/dotfiles,jkglasbrenner/dotfiles,jkglasbrenner/dotfiles,jkglasbrenner/dotfiles,jkglasbrenner/dotfiles |
741eba7aa73b580c9fc72c9b168e01755eaf1fa6 | README.adoc | README.adoc | == asciidoctor-fopub-embed-svg-example
An example for embedding SVG images in an asciidoctor document.
=== Setup
----
bundle install
----
=== How to make the target pdf file
Running the command below make the target pdf file named "class_diagram.pdf" out of "class_diagram.adoc"
----
bundle exec rake
----
=== Wat... | == asciidoctor-fopub-embed-svg-example
An example for embedding SVG images in an asciidoctor document.
=== Setup
----
bundle install
----
=== How to make the target pdf file
Running the command below make the target pdf file named "class_diagram.pdf" out of "class_diagram.adoc"
----
bundle exec rake
----
=== Wat... | Remove the backslash for the second asterisk | Remove the backslash for the second asterisk
| AsciiDoc | mit | hnakamur/asciidoctor-fopub-embed-svg-example |
668d9b91d83e98cf55cc02517d109a944403842c | cip/README.adoc | cip/README.adoc | = Cypher Improvement Proposals
This is the home for all Cypher Improvement Proposal (CIP) documents.
CIPs are documents that outline the syntax and semantics of Cypher.
== The CIP Lifecycle
CIPs normally pass through a number of phases before and after ending up in this repository.
=== Accepted
It is open to anyon... | = Cypher Improvement Proposals
This is the home for all Cypher Improvement Proposal (CIP) documents.
CIPs are documents that outline the syntax and semantics of Cypher.
== The CIP Lifecycle
CIPs normally pass through a number of phases before and after ending up in this repository.
=== Accepted
It is open to anyon... | Remove mention of reference implementation | Remove mention of reference implementation
| AsciiDoc | apache-2.0 | opencypher/openCypher,opencypher/openCypher,opencypher/openCypher,opencypher/openCypher |
a2c93304f835f9939e777e0ce8e177164bba4ca7 | docs/community/misc.asciidoc | docs/community/misc.asciidoc | [[misc]]
== Misc
* https://github.com/elasticsearch/puppet-elasticsearch[Puppet]:
Elasticsearch puppet module.
* http://github.com/elasticsearch/cookbook-elasticsearch[Chef]:
Chef cookbook for Elasticsearch
* https://github.com/medcl/salt-elasticsearch[SaltStack]:
SaltStack Module for Elasticsearch
* http:/... | [[misc]]
== Misc
* https://github.com/elasticsearch/puppet-elasticsearch[Puppet]:
Elasticsearch puppet module.
* http://github.com/elasticsearch/cookbook-elasticsearch[Chef]:
Chef cookbook for Elasticsearch
* https://github.com/medcl/salt-elasticsearch[SaltStack]:
SaltStack Module for Elasticsearch
* http:/... | Add Wireshark protocol dissection support | Docs: Add Wireshark protocol dissection support
Hi guys, I've finished my Wireshark dissector for Elasticsearch. It is now merged into their master. See https://code.wireshark.org/review/#/c/4948/
Closes #8495
| AsciiDoc | apache-2.0 | HarishAtGitHub/elasticsearch,amit-shar/elasticsearch,amit-shar/elasticsearch,lchennup/elasticsearch,LewayneNaidoo/elasticsearch,ricardocerq/elasticsearch,wimvds/elasticsearch,glefloch/elasticsearch,Collaborne/elasticsearch,F0lha/elasticsearch,wbowling/elasticsearch,rmuir/elasticsearch,mute/elasticsearch,Microsoft/elast... |
c83138c00390777f3d17ac492f09203e9e92284d | README.adoc | README.adoc | = Vert.x JDBC client
image:https://vertx.ci.cloudbees.com/buildStatus/icon?job=vert.x3-jdbc-client["Build Status",link="https://vertx.ci.cloudbees.com/view/vert.x-3/job/vert.x3-jdbc-client/"]
This provides an asynchronous interface around a JDBC datasource so you can access data in any
database for which there is a J... | = Vert.x JDBC client
image:https://vertx.ci.cloudbees.com/buildStatus/icon?job=vert.x3-jdbc-client["Build Status",link="https://vertx.ci.cloudbees.com/view/vert.x-3/job/vert.x3-jdbc-client/"]
This provides an asynchronous interface around a JDBC datasource so you can access data in any
database for which there is a J... | Remove link to in-source docs | Remove link to in-source docs
| AsciiDoc | apache-2.0 | vert-x3/vertx-jdbc-client |
1c1ebd765d712977d028450708e06cbff7051b7d | docs/modules/ROOT/pages/wizard.adoc | docs/modules/ROOT/pages/wizard.adoc | = Contracts Wizard
:page-notoc:
Not sure where to start? Use the interactive generator below to bootstrap your
contract and learn about the components offered in OpenZeppelin Contracts.
TIP: Place the resulting contract in your `contracts` directory in order to compile it with a tool like Hardhat or Truffle. Consider... | = Contracts Wizard
:page-notoc:
Not sure where to start? Use the interactive generator below to bootstrap your
contract and learn about the components offered in OpenZeppelin Contracts.
TIP: Place the resulting contract in your `contracts` directory in order to compile it with a tool like Hardhat or Truffle. Consider... | Remove defer tag for Wizard embed script | Remove defer tag for Wizard embed script
| AsciiDoc | mit | OpenZeppelin/zeppelin-solidity,OpenZeppelin/openzeppelin-contracts,OpenZeppelin/zeppelin-solidity,OpenZeppelin/openzeppelin-contracts,OpenZeppelin/openzeppelin-contracts |
254b49639490b1dc9f555db0a4ec7fd4e2985591 | 01-basic/README.adoc | 01-basic/README.adoc | = Basic Examples
The basic examples in this directory show how the setup a CMake project,
set compile flags, create executables and libraries, and install them.
The examples included are
- hello-cmake. A hello world example.
- hello-headers. A slighly more complicated hello world example, with using Hello class ... | = Basic Examples
The basic examples in this directory show how the setup a CMake project,
set compile flags, create and link executables and libraries, and install them.
The examples included are
- link:A-hello-cmake[hello-cmake]. A hello world example.
- link:B-hello-headers[hello-headers]. A slighly more compl... | Add links to filders and fix some typos | Add links to filders and fix some typos | AsciiDoc | mit | ttroy50/cmake-examples,ttroy50/cmake-examples,ttroy50/cmake-examples |
22cfed38f976707345f71fd0d0f87a4f6b76d4da | spec/index.adoc | spec/index.adoc | = Seed
scale@nga.mil
:toc: left
:toclevels: 5
:stylesheet: styles/html.css
:sectlinks:
:sectnums:
:sectnumlevels: 5
:icons: font
:docinfo:
Seed was developed at the National Geospatial-Intelligence Agency (NGA) Research.
Seed is a general standard to aid in the discovery and consumption of a discrete unit of work con... | = Seed
scale@nga.mil
:toc: left
:toclevels: 5
:stylesheet: styles/html.css
:sectlinks:
:sectnums:
:sectnumlevels: 5
:icons: font
:docinfo:
Seed was developed at the National Geospatial-Intelligence Agency (NGA) Research.
Seed is a general standard to aid in the discovery and consumption of a discrete unit of work co... | Test from contact information changes | Test from contact information changes
| AsciiDoc | apache-2.0 | ngageoint/seed,ngageoint/seed,ngageoint/seed |
13bfa543b90467eea4a15be81a39b1ad415cbfbd | installing/installing_sno/install-sno-installing-sno.adoc | installing/installing_sno/install-sno-installing-sno.adoc | [id="install-sno-installing-sno"]
= Installing OpenShift on a single node
:context: install-sno-installing-sno-with-the-assisted-installer
include::modules/common-attributes.adoc[]
toc::[]
include::modules/install-sno-generating-the-discovery-iso-with-the-assisted-installer.adoc[leveloffset=+1]
include::modules/inst... | [id="install-sno-installing-sno"]
= Installing OpenShift on a single node
:context: install-sno-installing-sno-with-the-assisted-installer
include::modules/common-attributes.adoc[]
toc::[]
ifndef::openshift-origin[]
include::modules/install-sno-generating-the-discovery-iso-with-the-assisted-installer.adoc[leveloffset... | Remove SNO assisted installer from OKD | GH39759: Remove SNO assisted installer from OKD
| AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
3671b22616ab063e2cdf0e511867112cfd5a5454 | userguide/aws/stripe-config.adoc | userguide/aws/stripe-config.adoc | Create the stripe configuration:
[source, bash]
----
> mkdir -p /home/ubuntu/killbil/etc/
> vi /home/ubuntu/killbil/etc/stripe.yml
----
Fill the details with your own keys:
:stripe:
:api_secret_key: API_SECRET_KEY
:test: true
:database:
:adapter: jdbcmysql
:jndi: killbill/osgi/jdbc
:driver: com.mysql.jdbc.Dri... | Create the stripe configuration:
[source, bash]
----
> mkdir -p /home/ubuntu/killbil/etc/
> vi /home/ubuntu/killbil/etc/stripe.yml
----
Fill the details with your own keys:
:stripe:
:api_secret_key: API_SECRET_KEY
:test: true
:database:
:adapter: jdbcmysql
:jndi: killbill/osgi/jdbc
:connection_alive_sql: sele... | Remove unused parameter in stripe config for aws doc | Remove unused parameter in stripe config for aws doc
| AsciiDoc | apache-2.0 | killbill/killbill-docs,killbill/killbill-docs |
e0f367ba627a43ef330e85288ea3a3a3826f17e3 | README.asciidoc | README.asciidoc | OpenFurther Reference Documentation
===================================
About
-----
The following documentation applies to *OpenFurther version {version}*
Conventions
~~~~~~~~~~~
NOTE: A note
IMPORTANT: An important point
TIP: A tip
WARNING: A warning
CAUTION: A point of caution
Introduction
------------
FURTHe... | OpenFurther Reference Documentation
===================================
About
-----
The following documentation applies to *OpenFurther version 1.4.0-SNAPSHOT*
Conventions
~~~~~~~~~~~
NOTE: A note
IMPORTANT: An important point
TIP: A tip
WARNING: A warning
CAUTION: A point of caution
Introduction
------------
F... | Fix version to 1.4.0-SNAPSHOT for now | Fix version to 1.4.0-SNAPSHOT for now
| AsciiDoc | apache-2.0 | openfurther/further-open-doc,openfurther/further-open-doc,openfurther/further-open-doc |
2802475f5ff4170cd8f6c6969dce65dc971aa8a6 | README.asciidoc | README.asciidoc | = PHP Reflect
**PHP Reflect** is a library that
adds the ability to reverse-engineer classes, interfaces, functions, constants, namespaces, traits and more.
Both were distributed as source code (install via composer) and a PHAR version
that bundles all dependencies in a single file.
== Install
You can either :
* ... | = PHP Reflect
**PHP Reflect** is a library that
adds the ability to reverse-engineer classes, interfaces, functions, constants, namespaces, traits and more.
Both were distributed as source code (install via composer) and a PHAR version
that bundles all dependencies in a single file.
== Requirements
PHP 5.5.0 or ab... | Add a note about minimum requirements to install this package | Add a note about minimum requirements to install this package
| AsciiDoc | bsd-3-clause | llaville/php-reflect |
1f11a5d93c83f71d84c907db7db40b5edf8a3f1c | docs/reference/release-notes.asciidoc | docs/reference/release-notes.asciidoc | [[es-release-notes]]
= Release Notes
[partintro]
--
This section summarizes the changes in each release.
* <<release-notes-5.0.0-alpha5>>
* <<release-notes-5.0.0-alpha4>>
* <<release-notes-5.0.0-alpha3>>
* <<release-notes-5.0.0-alpha2>>
* <<release-notes-5.0.0-alpha1>>
* <<release-notes-5.0.0-alpha1-2x>>
--
include:... | [[es-release-notes]]
= Release Notes
[partintro]
--
This section will summarize the changes in released versions.
--
| Remove links to release notes | Remove links to release notes
| AsciiDoc | apache-2.0 | yanjunh/elasticsearch,a2lin/elasticsearch,elasticdog/elasticsearch,qwerty4030/elasticsearch,nezirus/elasticsearch,MaineC/elasticsearch,nazarewk/elasticsearch,fred84/elasticsearch,Helen-Zhao/elasticsearch,JervyShi/elasticsearch,IanvsPoplicola/elasticsearch,mikemccand/elasticsearch,MaineC/elasticsearch,artnowo/elasticsea... |
c06e0f276e165cd8c4e589d97d9fbde23e5b0d07 | org.jenetics.doc/src/main/asciidoc/implementation/Main.adoc | org.jenetics.doc/src/main/asciidoc/implementation/Main.adoc | = Implementation details
Franz Wilhelmstötter <franz.wilhelmstoetter@gmail.com>
:Author Initials: FWi
:toc:
:icons:
:numbered:
:website: http://jenetics.io/
This site contains selected description of implementation details.
include::CreateRandomSeed.adoc[]
include::OptimizeMinimum.adoc[]
| = Implementation protocols
Franz Wilhelmstötter <franz.wilhelmstoetter@gmail.com>
:Author Initials: FWi
:toc:
:icons:
:numbered:
:website: http://jenetics.io/
While implementing the library, a lot of concrete implementation decisions have been made. This document gives a more detailed description of some selected impl... | Update main document of 'Implementation protocol'. | Update main document of 'Implementation protocol'.
| AsciiDoc | apache-2.0 | jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics |
0991e709f2510f9dad97e0c18f0b39dd63c88350 | docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_6.adoc | docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_6.adoc | = Apache Camel 3.x Upgrade Guide
This document is for helping you upgrade your Apache Camel application
from Camel 3.x to 3.y. For example if you are upgrading Camel 3.0 to 3.2, then you should follow the guides
from both 3.0 to 3.1 and 3.1 to 3.2.
== Upgrading Camel 3.5 to 3.6
=== Camel Karaf
The following feature... | = Apache Camel 3.x Upgrade Guide
This document is for helping you upgrade your Apache Camel application
from Camel 3.x to 3.y. For example if you are upgrading Camel 3.0 to 3.2, then you should follow the guides
from both 3.0 to 3.1 and 3.1 to 3.2.
== Upgrading Camel 3.5 to 3.6
=== API components upgrade
The `camel... | Upgrade guide about api components updates | Upgrade guide about api components updates
| AsciiDoc | apache-2.0 | adessaigne/camel,nicolaferraro/camel,alvinkwekel/camel,nicolaferraro/camel,tdiesler/camel,christophd/camel,tdiesler/camel,cunningt/camel,tdiesler/camel,alvinkwekel/camel,adessaigne/camel,pax95/camel,pax95/camel,gnodet/camel,adessaigne/camel,apache/camel,apache/camel,mcollovati/camel,cunningt/camel,adessaigne/camel,pax9... |
21c7c24fc98d97f072d3a36f4e38a6089cf41a54 | docs/guiding-philosophy.adoc | docs/guiding-philosophy.adoc | = Cypher Design Philosophy Guidelines
An informal manifesto was defined to ensure the consistent ongoing development of the Cypher language.
The aim was to incorporate as many underlying principles as were deemed useful and relevant, and to distill these to no more than 15 or so rules to render the philosophy more use... | = Cypher Design Philosophy Guidelines
An informal manifesto was defined to ensure the consistent ongoing development of the Cypher language.
The aim was to incorporate as many underlying principles as were deemed useful and relevant, and to distill these to no more than 15 or so rules to render the philosophy more use... | Use numbered list in source | Use numbered list in source
| AsciiDoc | apache-2.0 | opencypher/openCypher,opencypher/openCypher,opencypher/openCypher,opencypher/openCypher |
fde115275e520f89a924cc3b77a04fa5e5455820 | gql-docs/src/docs/asciidoc/index.adoc | gql-docs/src/docs/asciidoc/index.adoc | = GQL
:revnumber: {releaseVersion}
:numbered:
:imagesDir: images/
:baseDir: ../../../../..
:stem:
:core: {baseDir}/gql-core
:coreMain: {core}/src/main/java
:testMain: {core}/src/test/groovy
:testResources: {core}/src/test/resources
:ratpack: {baseDir}/gql-ratpack
[quote]
GQL is a library created to make it easier to ... | = GQL
:revnumber: {releaseVersion}
:numbered:
:imagesDir: images/
:baseDir: ../../../../..
:baseDirFirstLevel: ../../../..
:stem:
:core: {baseDir}/gql-core
:coreMain: {core}/src/main/java
:testMain: {core}/src/test/groovy
:testResources: {core}/src/test/resources
:ratpack: {baseDir}/gql-ratpack
[quote]
GQL is a libra... | Fix include ratpack chapter in GQL guide | Fix include ratpack chapter in GQL guide
| AsciiDoc | apache-2.0 | grooviter/gql,grooviter/gql,grooviter/gql |
33c189e7425e6812afc8c3905eda414b8fd247e1 | doc/todo.adoc | doc/todo.adoc | = To-Do List
- mock_cone_detector creates infinite area and overflows h
- (*DONE*) new waypoints shorter than old don't delete existing waypoints
- adjust waypoints for start position and cone position
- cone area goes down when very close to cone
- (*DONE*) parameterize throttle and steering PWM values
- touch sensor... | = To-Do List
- mock_cone_detector creates infinite area and overflows h
- (*DONE*) new waypoints shorter than old don't delete existing waypoints
- adjust waypoints for start position and cone position
- cone area goes down when very close to cone
- (*DONE*) parameterize throttle and steering PWM values
- touch sensor... | Update to-do with new completions | Update to-do with new completions
| AsciiDoc | apache-2.0 | ProgrammingRobotsStudyGroup/robo_magellan,ProgrammingRobotsStudyGroup/robo_magellan,ProgrammingRobotsStudyGroup/robo_magellan,ProgrammingRobotsStudyGroup/robo_magellan |
9f42fa4267ad46516d913d2c9d0e812d5ed6e409 | README.adoc | README.adoc | = Opal Runtime for Node.js
== Usage
```javascript
var Opal = require('opal-runtime').Opal;
// Now let's have fun with Opal!
```
| # Opal Runtime for Node.js
## Usage
```javascript
var Opal = require('opal-runtime').Opal;
// Now let's have fun with Opal!
```
| Use Markdown compatible syntax for better rendering on npmjs.com | Use Markdown compatible syntax for better rendering on npmjs.com
| AsciiDoc | mit | Mogztter/opal-node-runtime |
c6700ca5d8b25d9161541d66b189b947d343e8d4 | src/main/asciidoc/patterns/category-improve-processes.adoc | src/main/asciidoc/patterns/category-improve-processes.adoc |
[[improve-processes]]
=== Practices to Improve Processes
[[fig-improve-processes]]
.Practices for "Improve Processes"
image::improve-practice-processes.png["Practices for Improve Processes", title="Practices to improve processes"]
For an overview of other improvement practices,
see <<improve-practices-overview>>.
|
[[improve-processes]]
=== Practices to Improve Processes
[[fig-improve-processes]]
.Practices for "Improve Processes"
image::improve-practice-processes.png["Practices for Improve Processes", title="Practices to improve processes"]
For an overview of other improvement practices,
see <<improve-practices-overview>>.
O... | Add mob programming and remote mob programming | Add mob programming and remote mob programming | AsciiDoc | apache-2.0 | rschimmack/aim42,rschimmack/aim42,feststelltaste/aim42,aim42/aim42,aim42/aim42,feststelltaste/aim42 |
ec77f18c79df9911cb5218278db283eca1857490 | libbeat/docs/shared-logstash-config.asciidoc | libbeat/docs/shared-logstash-config.asciidoc | //////////////////////////////////////////////////////////////////////////
//// This content is shared by all Elastic Beats. Make sure you keep the
//// descriptions here generic enough to work for all Beats that include
//// this file. When using cross references, make sure that the cross
//// references resolve corre... | //////////////////////////////////////////////////////////////////////////
//// This content is shared by all Elastic Beats. Make sure you keep the
//// descriptions here generic enough to work for all Beats that include
//// this file. When using cross references, make sure that the cross
//// references resolve corre... | Clarify how to enable and disable logstash output | Clarify how to enable and disable logstash output
| AsciiDoc | mit | yapdns/yapdnsbeat,yapdns/yapdnsbeat |
120af761a09ac7ffae508346646671c41858b38d | docs/manual/src/docs/asciidoc/_includes/servlet/integrations/jackson.adoc | docs/manual/src/docs/asciidoc/_includes/servlet/integrations/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 `Secu... | [[jackson]]
== Jackson Support
Spring Security provides Jackson support for persisting Spring Security related classes.
This can improve the performance of serializing Spring Security related classes when working with distributed sessions (i.e. session replication, Spring Session, etc).
To use it, register the `Secur... | Document Jackson serialization support for OAuth 2.0 Client | Document Jackson serialization support for OAuth 2.0 Client
Fixes gh-8075
| 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 |
3c87c344319dc99f210dff01535d124a658e19b0 | README.adoc | README.adoc | = flexy-pool
Author <mih_vlad@yahoo.com>
v1.0.0, 2014-02-25
:homepage: http://vladmihalcea.com/
== Introduction
The flexy-pool library brings adaptability to a given Connection Pool, allowing it to resize on demand.
This is very handy since most connection pools offer a limited set of dynamic configuration strategie... | = Flexy Pool
Author <mih_vlad@yahoo.com>
v1.0.0, 2014-02-25
:homepage: http://vladmihalcea.com/
== Introduction
The Flexy Pool library brings adaptability to a given Connection Pool, allowing it to resize on demand.
This is very handy since most connection pools offer a limited set of dynamic configuration strategie... | Use Flexy Pool instead of flexy-pool | Use Flexy Pool instead of flexy-pool | AsciiDoc | apache-2.0 | vladmihalcea/flexy-pool,mosoft521/flexy-pool,wgpshashank/flexy-pool |
642109c97a18bc4d12b9b20595cc7349d4d7fc70 | README.adoc | README.adoc | = Bestikk Opal Compiler
A simple tool to compile Ruby code to JavaScript using Opal.
== Install
$ npm i --save-dev bestikk-opal-compiler
== Usage
```javascript
var opalCompiler = require('bestikk-opal-compiler');
var compiler = opalCompiler({
dynamicRequireLevel: 'ignore',
defaultPaths: ['special/directory']... | # Bestikk Opal Compiler
ifdef::env-github[]
image:http://img.shields.io/npm/v/bestikk-opal-compiler.svg[npm version, link=https://www.npmjs.org/package/bestikk-opal-compiler]
endif::[]
A simple tool to compile Ruby code to JavaScript using Opal.
## Install
$ npm i --save-dev bestikk-opal-compiler
## Usage
```jav... | Use Markdown compatible syntax and add npm badge | Use Markdown compatible syntax and add npm badge
| AsciiDoc | mit | bestikk/bestikk-opal-compiler,bestikk/bestikk-opal-compiler |
4fcdb9085da0a32e1bbd177aadeedcbffae5bd69 | README.asciidoc | README.asciidoc | = 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... | = 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.
== Setup
You will need a keystore. You can follow a tutorial http://restlet.com/technical-resources/restlet-framework/guide/2.3/core... | Add a more complete documentation. | Add a more complete documentation.
| AsciiDoc | apache-2.0 | cdelmas/microservices-comparison |
70eea8dc670ca17dd453f7d897dcd644f648b36c | docs/modules/ROOT/pages/whats-new.adoc | docs/modules/ROOT/pages/whats-new.adoc | [[new]]
= What's New in Spring Security 5.8
Spring Security 5.8 provides a number of new features.
Below are the highlights of the release.
* https://github.com/spring-projects/spring-security/pull/11782[gh-11782] - @WithMockUser Supported as Merged Annotation
| [[new]]
= What's New in Spring Security 5.8
Spring Security 5.8 provides a number of new features.
Below are the highlights of the release.
* https://github.com/spring-projects/spring-security/pull/11638[gh-11638] - Refresh remote JWK when unknown KID error occurs
* https://github.com/spring-projects/spring-security/... | Update What's New for 5.8 | Update What's New for 5.8
| 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 |
054a17083508356627a85c9bfb8d0a5ebe097fac | docs/java-api/admin/indices/put-mapping.asciidoc | docs/java-api/admin/indices/put-mapping.asciidoc | [[java-admin-indices-put-mapping]]
==== Put Mapping
You can add mappings at index creation time:
["source","java",subs="attributes,callouts,macros"]
--------------------------------------------------
include-tagged::{client-tests}/IndicesDocumentationIT.java[index-with-mapping]
---------------------------------------... | [[java-admin-indices-put-mapping]]
==== Put Mapping
You can add mappings at index creation time:
["source","java",subs="attributes,callouts,macros"]
--------------------------------------------------
include-tagged::{client-tests}/IndicesDocumentationIT.java[index-with-mapping]
---------------------------------------... | Add a change that was accidentally left out of the types documentation commit. | Add a change that was accidentally left out of the types documentation commit.
| AsciiDoc | apache-2.0 | strapdata/elassandra,strapdata/elassandra,strapdata/elassandra,strapdata/elassandra,vroyer/elassandra,vroyer/elassandra,strapdata/elassandra,vroyer/elassandra |
ab26050fe702a2287cca2662fd3a585fad347eef | spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started/system-requirements.adoc | spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started/system-requirements.adoc | [[getting-started.system-requirements]]
== System Requirements
Spring Boot {spring-boot-version} requires https://www.java.com[Java 8] and is compatible up to and including Java 18.
{spring-framework-docs}/[Spring Framework {spring-framework-version}] or above is also required.
Explicit build support is provided for t... | [[getting-started.system-requirements]]
== System Requirements
Spring Boot {spring-boot-version} requires https://www.java.com[Java 8] and is compatible up to and including Java 19.
{spring-framework-docs}/[Spring Framework {spring-framework-version}] or above is also required.
Explicit build support is provided for t... | Document support for Java 19 | Document support for Java 19
Closes gh-32259
| AsciiDoc | apache-2.0 | mdeinum/spring-boot,spring-projects/spring-boot,vpavic/spring-boot,vpavic/spring-boot,scottfrederick/spring-boot,vpavic/spring-boot,dreis2211/spring-boot,scottfrederick/spring-boot,htynkn/spring-boot,htynkn/spring-boot,htynkn/spring-boot,mdeinum/spring-boot,htynkn/spring-boot,scottfrederick/spring-boot,mdeinum/spring-b... |
ec70339b4aef7f6067392d277bc5b5aa906b12b4 | 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 documentation or the main docume... | = 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 documentation or the main docume... | Update readme with how to run docker for tests | Update readme with how to run docker for tests
| AsciiDoc | apache-2.0 | diabolicallabs/vertx-mongo-client,diabolicallabs/vertx-mongo-client |
66d6f772d71bc2c81d71be3e8b08d2a83ba58341 | rest_api/index.adoc | rest_api/index.adoc | [id="welcome-index"]
= {product-title} {product-version} REST APIs
include::modules/common-attributes.adoc[]
:context: rest-apis
toc::[]
include::modules/apis.adoc[leveloffset=+1]
| [id="rest-api"]
= {product-title} {product-version} REST APIs
include::modules/common-attributes.adoc[]
:context: rest-apis
toc::[]
include::modules/apis.adoc[leveloffset=+1]
| Add proper ID to REST API assembly | Add proper ID to REST API assembly
| AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
87a29ef290e70708b8dc4f7a47cfc6881af99ddd | docs/quickstart.adoc | docs/quickstart.adoc | // Copyright 2015 Cloudera, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to ... | // Copyright 2015 Cloudera, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to ... | Fix link to kudu-examples in the docs | Fix link to kudu-examples in the docs
Change-Id: I2837b2e33f849a366a762a83eeaa487b3d650242
Reviewed-on: http://gerrit.cloudera.org:8080/1025
Reviewed-by: Todd Lipcon <2c763d726a8c2f6afda9be7e0e56a2caa6bb5e6b@cloudera.com>
Tested-by: Todd Lipcon <2c763d726a8c2f6afda9be7e0e56a2caa6bb5e6b@cloudera.com>
| AsciiDoc | apache-2.0 | InspurUSA/kudu,helifu/kudu,cloudera/kudu,EvilMcJerkface/kudu,EvilMcJerkface/kudu,andrwng/kudu,InspurUSA/kudu,cloudera/kudu,EvilMcJerkface/kudu,andrwng/kudu,InspurUSA/kudu,cloudera/kudu,andrwng/kudu,EvilMcJerkface/kudu,InspurUSA/kudu,andrwng/kudu,helifu/kudu,EvilMcJerkface/kudu,helifu/kudu,cloudera/kudu,EvilMcJerkface/k... |
897a243fa036a8a86ae783fc86979a401c1d2310 | networking/hardware_networks/configuring-sriov-device.adoc | networking/hardware_networks/configuring-sriov-device.adoc | [id="configuring-sriov-device"]
= Configuring an SR-IOV network device
include::modules/common-attributes.adoc[]
:context: configuring-sriov-device
toc::[]
You can configure a Single Root I/O Virtualization (SR-IOV) device in your cluster.
include::modules/nw-sriov-device-discovery.adoc[leveloffset=+1]
include::modu... | [id="configuring-sriov-device"]
= Configuring an SR-IOV network device
include::modules/common-attributes.adoc[]
:context: configuring-sriov-device
toc::[]
You can configure a Single Root I/O Virtualization (SR-IOV) device in your cluster.
include::modules/nw-sriov-device-discovery.adoc[leveloffset=+1]
include::modu... | Add missing module for SR-IOV | Add missing module for SR-IOV
| AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
4dae104bc60d451616cc43b3d8e4134b87e1b018 | operators/understanding/olm-understanding-operatorhub.adoc | operators/understanding/olm-understanding-operatorhub.adoc | [id="olm-understanding-operatorhub"]
= Understanding OperatorHub
include::modules/common-attributes.adoc[]
:context: olm-understanding-operatorhub
toc::[]
include::modules/olm-operatorhub-overview.adoc[leveloffset=+1]
include::modules/olm-operatorhub-architecture.adoc[leveloffset=+1]
[id="olm-understanding-operatorh... | [id="olm-understanding-operatorhub"]
= Understanding OperatorHub
include::modules/common-attributes.adoc[]
:context: olm-understanding-operatorhub
toc::[]
include::modules/olm-operatorhub-overview.adoc[leveloffset=+1]
include::modules/olm-operatorhub-architecture.adoc[leveloffset=+1]
[id="olm-understanding-operatorh... | Fix link title to osdk-generating-csvs | Fix link title to osdk-generating-csvs
| AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
77b778ce95005e74c60a5fb2018e4ee87295366d | spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started/system-requirements.adoc | spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started/system-requirements.adoc | [[getting-started.system-requirements]]
== System Requirements
Spring Boot {spring-boot-version} requires https://www.java.com[Java 8] and is compatible up to and including Java 16.
{spring-framework-docs}/[Spring Framework {spring-framework-version}] or above is also required.
Explicit build support is provided for t... | [[getting-started.system-requirements]]
== System Requirements
Spring Boot {spring-boot-version} requires https://www.java.com[Java 8] and is compatible up to and including Java 17.
{spring-framework-docs}/[Spring Framework {spring-framework-version}] or above is also required.
Explicit build support is provided for t... | Document support for Java 17 | Document support for Java 17
Closes gh-26767
| AsciiDoc | apache-2.0 | michael-simons/spring-boot,aahlenst/spring-boot,wilkinsona/spring-boot,michael-simons/spring-boot,vpavic/spring-boot,chrylis/spring-boot,dreis2211/spring-boot,scottfrederick/spring-boot,spring-projects/spring-boot,aahlenst/spring-boot,Buzzardo/spring-boot,aahlenst/spring-boot,htynkn/spring-boot,michael-simons/spring-bo... |
34a0581826d88f87f72deff45346168dc8cf9961 | docs/quick-start-guide/src/common/midonet/section_midonet_host_registration_en.adoc | docs/quick-start-guide/src/common/midonet/section_midonet_host_registration_en.adoc | = MidoNet Host Registration
. *Launch MidoNet CLI*
+
====
[source]
----
$ midonet-cli
midonet>
----
====
. *Create tunnel zone*
+
MidoNet supports the Virtual Extensible LAN (VXLAN) and Generic Routing
Encapsulation (GRE) protocols to communicate to other hosts within a tunnel
zone.
+
To use the VXLAN protocol, creat... | = MidoNet Host Registration
. *Launch MidoNet CLI*
+
====
[source]
----
$ midonet-cli
midonet>
----
====
. *Create tunnel zone*
+
MidoNet supports the Virtual Extensible LAN (VXLAN) and Generic Routing
Encapsulation (GRE) protocols to communicate to other hosts within a tunnel
zone.
+
To use the VXLAN protocol, creat... | Add a note to allow traffic for GRE/VXLAN | Add a note to allow traffic for GRE/VXLAN
Change-Id: Iecefb2704caf88acfffef6e34e9d38940f6aa47d
Signed-off-by: Fernando Moreno <ec3e661d7bc7bfbf5334e7dfad309f947dace5f7@midokura.com>
Signed-off-by: Jan Hilberath <14e793d896ddc8ca6911747228e86464cf420065@midokura.com>
| AsciiDoc | apache-2.0 | yantarou/midonet-docs,yantarou/midonet-docs,midonet/midonet-docs,yantarou/midonet-docs,midonet/midonet-docs,midonet/midonet-docs,midonet/midonet-docs |
bdb8247133d1bbb561ffca2a2b4344393fcdc692 | modules/serverless-deleting-knative-serving-crds.adoc | modules/serverless-deleting-knative-serving-crds.adoc | // Module included in the following assemblies:
//
// serverless/installing-openshift-serverless.adoc
[id="deleting-knative-serving-crds_{context}"]
= Deleting Knative Serving CRDs from the Operator
After uninstalling the {ServerlessOperatorName}, the Operator CRDs and API services remain on the cluster. Use this pro... | // Module included in the following assemblies:
//
// serverless/installing-openshift-serverless.adoc
[id="deleting-knative-serving-crds_{context}"]
= Deleting Knative Serving CRDs from the Operator
After uninstalling the {ServerlessOperatorName}, the Operator CRDs and API services remain on the cluster. Use this pro... | Remove redundant step of removing api services | Remove redundant step of removing api services
| AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
7ed6f1563bdddda8b20a0c73c7328bfbd65bca3b | documentation/src/docs/asciidoc/release-notes-5.0.0-M6.adoc | documentation/src/docs/asciidoc/release-notes-5.0.0-M6.adoc | [[release-notes-5.0.0-m6]]
=== 5.0.0-M6
*Date of Release:* ❓
*Scope:* Sixth milestone release of JUnit 5 with a focus on Java 9 compatibility, scenario tests, and additional extension APIs for JUnit Jupiter.
WARNING: This is a milestone release and contains breaking changes. Please refer to the
<<running-tests-ide-i... | [[release-notes-5.0.0-m6]]
=== 5.0.0-M6
*Date of Release:* ❓
*Scope:* Sixth milestone release of JUnit 5 with a focus on Java 9 compatibility, scenario tests, and additional extension APIs for JUnit Jupiter.
WARNING: This is a milestone release and contains breaking changes. Please refer to the
<<running-tests-ide-i... | Add Assertions.fail return type change to M6 release notes | Add Assertions.fail return type change to M6 release notes
Closes #845
| AsciiDoc | epl-1.0 | sbrannen/junit-lambda,junit-team/junit-lambda |
43c87450f8bd622b04336a4390cfd7d4f50a4248 | content/events/2019/reclojure.adoc | content/events/2019/reclojure.adoc | = re:Clojure
London Clojurians
2019-12-02
:jbake-type: event
:jbake-edition: 2019
:jbake-link: https://reclojure.org
:jbake-location: London, United Kingdom
:jbake-start: 2019-12-02
:jbake-end: 2019-12-02
We have the pleasure to invite you to https://reclojure.org[re:Clojure] - a brand new and free community driven co... | = re:Clojure
London Clojurians
2019-12-02
:jbake-type: event
:jbake-edition: 2019
:jbake-link: https://reclojure.org
:jbake-location: London, United Kingdom
:jbake-start: 2019-12-02
:jbake-end: 2019-12-02
We have the pleasure to invite you to https://reclojure.org[re:Clojure] - a brand new and free community driven co... | Update re:Clojure conference information - remove typo | Update re:Clojure conference information - remove typo
| AsciiDoc | epl-1.0 | clojure/clojure-site |
d32dde65e4948aa5ec82ac3b12121751a04e4d8f | README.adoc | README.adoc | = griffon-quartz-plugin
:linkattrs:
:project-name: griffon-quartz-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 St... | = griffon-quartz-plugin
:linkattrs:
:project-name: griffon-quartz-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 St... | Add Patreon badge to readme | Add Patreon badge to readme
| AsciiDoc | apache-2.0 | griffon-plugins/griffon-quartz-plugin |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.