Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Fix the documentation of REST API link
= Components :page-sidebar: apim_sidebar :page-permalink: apim_overview_components.html :page-folder: apim/overview Next sections are describing top components which are part of Gravitee.io. == Gateway The gateway is the core component of the Gravitee.io platform. You can compare it to a "smart" proxy to understand i...
= Components :page-sidebar: apim_sidebar :page-permalink: apim_overview_components.html :page-folder: apim/overview Next sections are describing top components which are part of Gravitee.io. == Gateway The gateway is the core component of the Gravitee.io platform. You can compare it to a "smart" proxy to understand i...
Update code signing commands for macOS
== Source release to pypi python setup.py release --skip-tests --pypi == Sign source release for GitHub gpg --detach-sign dist/yubikey-manager-VERSION.tar.gz == Releasing on macOS python setup.py executable resources/fix_libusb_dep_app_bundle.sh dist/YubiKey\ Manager.app/ codesign -s 'Developer ...
== Source release to pypi python setup.py release --skip-tests --pypi == Sign source release for GitHub gpg --detach-sign dist/yubikey-manager-VERSION.tar.gz == Releasing on macOS python setup.py executable resources/fix_libusb_dep_app_bundle.sh dist/YubiKey\ Manager.app/ codesign --deep --force...
Update main document of 'Implementation protocol'.
= Implementation protocols Franz Wilhelmstötter <franz.wilhelmstoetter@gmail.com> :Author Initials: FWi :toc: :icons: :numbered: :website: http://jenetics.io/ While implementing the library, a lot of concrete implementation decisions have been made. This document gives a more detailed description of some selected impl...
= Implementation protocols Franz Wilhelmstötter <franz.wilhelmstoetter@gmail.com> :Author Initials: FWi :toc: :icons: :numbered: :website: http://jenetics.io/ While implementing the library, a lot of concrete implementation decisions have been made. This document gives a more detailed description of selected implement...
Fix :issue: and :pull: asciidoc replacements
[[elasticsearch-reference]] = Elasticsearch Reference :version: 2.2.0 :branch: 2.0 :major-version: 2.x :jdk: 1.8.0_25 :defguide: https://www.elastic.co/guide/en/elasticsearch/guide/current :plugins: https://www.elastic.co/guide/en/elasticsearch/plugins/2.x :issue: https://gith...
[[elasticsearch-reference]] = Elasticsearch Reference :version: 2.2.0 :branch: 2.x :major-version: 2.x :jdk: 1.8.0_25 :defguide: https://www.elastic.co/guide/en/elasticsearch/guide/current :plugins: https://www.elastic.co/guide/en/elasticsearch/plugins/2.x :issue: https://gith...
Update docs to reflect dev->repl
= Edge App Until CIDER 0.17 has been released (which brings improved support for Clojure CLI), please use a terminal to run `clj`. Ensure that you are in the `app` sub-directory. ---- $ ./bin/dev dev=> (go) ---- This starts an nrepl-server, the port is announced on the command line. == Cursive support Current ver...
= Edge App Until CIDER 0.17 has been released (which brings improved support for Clojure CLI), please use a terminal to run `clj`. Ensure that you are in the `app` sub-directory. ---- $ ./bin/repl dev=> (go) ---- This starts an nrepl-server, the port is announced on the command line. == Cursive support Current ve...
Document default user is root
# Conventions over configuration This document covers conventions used in Dogen that may help you build Dockerfiles faster and easier. ## Handling YUM/DNF repo files In case you add YUM/DNF repo files that you want to put to the `/etc/yum.repos.d` directory to enable additional repositories Dogen will handle it for...
# Conventions over configuration This document covers conventions used in Dogen that may help you build Dockerfiles faster and easier. ## Handling YUM/DNF repo files In case you add YUM/DNF repo files that you want to put to the `/etc/yum.repos.d` directory to enable additional repositories Dogen will handle it for...
Fix example for ingress sharding by namespace
// Module included in the following assemblies: // // * configuring_ingress_cluster_traffic/configuring-ingress-cluster-traffic-ingress-controller.adoc // * ingress-operator.adoc [id="nw-ingress-sharding-namespace-labels_{context}"] = Configuring ingress controller sharding by using namespace labels Ingress Controlle...
// Module included in the following assemblies: // // * configuring_ingress_cluster_traffic/configuring-ingress-cluster-traffic-ingress-controller.adoc // * ingress-operator.adoc [id="nw-ingress-sharding-namespace-labels_{context}"] = Configuring ingress controller sharding by using namespace labels Ingress Controlle...
Update user guide copyright date.
== License +++<a href="http://deepsymmetry.org"><img src="_images/DS-logo-bw-200-padded-left.png" align="right" alt="Deep Symmetry logo" width="216" height="123"></a>+++ Copyright © 2015&ndash;2019 http://deepsymmetry.org[Deep Symmetry, LLC] Distributed under the https://opensource.org/licenses/EPL-2.0[Eclipse Public...
== License +++<a href="http://deepsymmetry.org"><img src="_images/DS-logo-bw-200-padded-left.png" align="right" alt="Deep Symmetry logo" width="216" height="123"></a>+++ Copyright © 2015&ndash;2020 http://deepsymmetry.org[Deep Symmetry, LLC] Distributed under the https://opensource.org/licenses/EPL-2.0[Eclipse Public...
Correct typo in common warning
WARNING: Be sure to add the dependency to the `dependencies` section of the `build.gradle` file, and not the `buildscript`/`dependencies` section. The former is for application dependencies (needed for at compile time, runtime, or testing), whereas the `buildscript` `dependencies` is for those needed as part of the Gra...
WARNING: Be sure to add the dependency to the `dependencies` section of the `build.gradle` file, and not the `buildscript`/`dependencies` section. The former is for application dependencies (needed at compile time, runtime, or for testing), whereas the `buildscript` `dependencies` is for those needed as part of the Gra...
Add a thank-you message to the release notes.
== New Releases Restoring Compatibility Revapi has started to use Java 9 for building while maintaining compatibility with Java 8 using the Animal Sniffer Maven plugin. This has proven to be problematic and the link:20171015-releases.html[last] releases could not be used with Java 8. This should be now fixed and compa...
== New Releases Restoring Compatibility Revapi has started to use Java 9 for building while maintaining compatibility with Java 8 using the Animal Sniffer Maven plugin. This has proven to be problematic and the link:20171015-releases.html[last] releases could not be used with Java 8. This should be now fixed and compa...
Update readme to include installation. Add bundler: exec needs a command to run to the Converting to HTML... -- HTML output at output/master.html Converting to EPub... -- Epub output at output/master.epub Converting to Mobi (kf8)... -- Mobi output at output/master.mobi Converting to PDF... (this one takes a while) -- P...
= AsciiDoc Book Starter This is the starter folder structure for writing book with AsciiDoc. Inspired by https://github.com/progit/progit2[Pro Git 2]. == Building run `rake` to build book. run `rake book:build_chapter_html` to build each chapter into HTML file. == Lincense The MIT License
= AsciiDoc Book Starter This is the starter folder structure for writing book with AsciiDoc. Inspired by https://github.com/progit/progit2[Pro Git 2]. == Installation Install the gems via `bundle install`. == Building run `bundle exec rake` to build book. run `bundle exec rake book:build_chapter_html` to build e...
Update documentation version attributes
:moduledir: .. :attachmentsdir: {moduledir}/assets/attachments :examplesdir: {moduledir}/examples :imagesdir: {moduledir}/assets/images :partialsdir: {moduledir}/pages/_partials :debezium-version: 0.10.0.Beta4 :debezium-dev-version: 0.10 :debezium-kafka-version: 2.3.0 :debezium-docker-label: 0.10 :install-version: 0.1...
:moduledir: .. :attachmentsdir: {moduledir}/assets/attachments :examplesdir: {moduledir}/examples :imagesdir: {moduledir}/assets/images :partialsdir: {moduledir}/pages/_partials :debezium-version: 1.0.0.Beta2 :debezium-dev-version: 1.0 :debezium-kafka-version: 2.3.0 :debezium-docker-label: 1.0 :install-version: 1.0 :c...
Add Neo4j-OGM version in short description.
= Neo4j-OGM - An Object Graph Mapping Library for Neo4j ifdef::backend-html5[(C) {copyright}] ifndef::backend-pdf[] License: link:{common-license-page-uri}[Creative Commons 4.0] endif::[] ifdef::backend-pdf[] (C) {copyright} License: <<license, Creative Commons 4.0>> endif::[] [abstract] -- This is the Neo4j objec...
= Neo4j-OGM - An Object Graph Mapping Library for Neo4j ifdef::backend-html5[(C) {copyright}] ifndef::backend-pdf[] License: link:{common-license-page-uri}[Creative Commons 4.0] endif::[] ifdef::backend-pdf[] (C) {copyright} License: <<license, Creative Commons 4.0>> endif::[] [abstract] -- This is the manual of N...
Split into JSF and REST
= TodoService - World's least awesome Web View and REST Service for TODO This will be a nice working TODO app by 2022.. For now it provides a trivial ToDo lister/editor for one person via HTML (JSF). Uses ../TodoModel for its JPA Data; do mvn install in that project first. It will someday soon also provide a REST in...
= TodoService - World's least awesome REST Service for TODO This will be a nice working TODO app by 2022.. For now it provides a trivial ToDo lister/editor for one person via HTML (JSF). Uses ../TodoModel for its JPA Data; do mvn install in that project first. You need to copy config-sample.properties to config.prop...
Add badge for SonarQube integration
= Blueprint :author: Hafid Haddouti image:https://travis-ci.org/haf-tech/blueprint.svg?branch=master["Build Status", link="https://travis-ci.org/haf-tech/blueprint"] image:https://img.shields.io/badge/License-Apache%202.0-blue.svg["License", link="https://opensource.org/licenses/Apache-2.0"] Blueprint is a playgrou...
= Blueprint :author: Hafid Haddouti image:https://travis-ci.org/haf-tech/blueprint.svg?branch=master["Build Status", link="https://travis-ci.org/haf-tech/blueprint"] image:https://img.shields.io/badge/License-Apache%202.0-blue.svg["License", link="https://opensource.org/licenses/Apache-2.0"] image:https://sonarqube.c...
Rebuild master with coverage report
= Tiny Request Limits Library designed for Java 8 :hardbreaks: image:https://travis-ci.org/storozhukBM/requestlimit.svg?branch=master["Build Status", link="https://travis-ci.org/storozhukBM/requestlimit"] image:https://coveralls.io/repos/github/storozhukBM/requestlimit/badge.svg["Coverage Status", link="https://cover...
= Tiny Request Limits Library designed for Java 8 :hardbreaks: image:https://travis-ci.org/storozhukBM/requestlimit.svg?branch=master["Build Status", link="https://travis-ci.org/storozhukBM/requestlimit"] image:https://coveralls.io/repos/github/storozhukBM/requestlimit/badge.svg["Coverage Status", link="https://cove...
Update release process for Gitlab Maven repo
= OmniJ Release Process == Main Release Process . Official builds are now done with JDK 11. (Although most release JARs are JDK 8-compatible) .. `sdk use java 11.0.10.hs-adpt` . Update `CHANGELOG.adoc` . Set versions .. `gradle.properties` .. omnij-dsl `ExtensionModule` .. `README.adoc` . Commit version bump and cha...
= OmniJ Release Process == Main Release Process . Official builds are now done with JDK 11. (Although most release JARs are JDK 8-compatible) .. `sdk use java 11.0.10.hs-adpt` . Update `CHANGELOG.adoc` . Set versions .. `gradle.properties` .. omnij-dsl `ExtensionModule` .. `README.adoc` . Commit version bump and cha...
Add a sidebar about gems that were extracted from RuboCop
= Installation RuboCop's installation is pretty standard: [source,sh] ---- $ gem install rubocop ---- If you'd rather install RuboCop using `bundler`, don't require it in your `Gemfile`: [source,rb] ---- gem 'rubocop', require: false ---- RuboCop's development is moving at a very rapid pace and there are often bac...
= Installation RuboCop's installation is pretty standard: [source,sh] ---- $ gem install rubocop ---- If you'd rather install RuboCop using `bundler`, don't require it in your `Gemfile`: [source,rb] ---- gem 'rubocop', require: false ---- RuboCop's development is moving at a very rapid pace and there are often bac...
Add tests for stem macros
= _Precompiled_ Math! :math: :imagesoutdir: generated_images :imagesdir: images ## Equations! [latexmath] ++++ k_{n+1} = n^2 + k_n^2 - k_{n-1} ++++ Some useful text! Formula for quadratic root: [latexmath] ++++ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} ++++ Inline equation works too! latexmath:[a^2+b^2=c^2]. Pretty n...
= _Precompiled_ Math! :math: :imagesoutdir: generated_images :imagesdir: images :stem: latexmath ## Equations! [latexmath] ++++ k_{n+1} = n^2 + k_n^2 - k_{n-1} ++++ Some useful text! Formula for quadratic root: [stem] ++++ x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} ++++ Inline equation works too! latexmath:[a^2+b^2=c^...
Update changelog with release date of 0.4.0
= Changelog == Version 0.4.0 Date: unreleased - Add encode/decode functions to JWS/JWT implementation. Them instead of return plain value, return a monadic either. That allows granular error reporting instead something like nil that not very useful. The previous sign/unsign are conserved for backward compatibi...
= Changelog == Version 0.4.0 Date: 2015-02-22 - Add encode/decode functions to JWS/JWT implementation. Them instead of return plain value, return a monadic either. That allows granular error reporting instead something like nil that not very useful. The previous sign/unsign are conserved for backward compatibi...
Rename CI pipeline to include the version in its name
== Concourse pipeline Ensure that you've setup the spring-boot target and can login [source] ---- $ fly -t spring-boot login -n spring-boot -c https://ci.spring.io ---- The pipeline can be deployed using the following command: [source] ---- $ fly -t spring-boot set-pipeline -p spring-boot -c ci/pipeline.yml -l ci/p...
== Concourse pipeline Ensure that you've setup the spring-boot target and can login [source] ---- $ fly -t spring-boot login -n spring-boot -c https://ci.spring.io ---- The pipeline can be deployed using the following command: [source] ---- $ fly -t spring-boot set-pipeline -p spring-boot-2.2.x -c ci/pipeline.yml -...
Add note on transaction requirements
==== Dependency Upgrades GORM 7.0 supports a minimum version of Java 8, Hibernate 5.3.x and Spring 5.2.x. Each of these underlying components may have changes that require altering your application. These changes are beyond the scope of this documentation. ==== Package Restructuring and Deprecations Previously dep...
==== Dependency Upgrades GORM 7.0 supports a minimum version of Java 8, Hibernate 5.3.x and Spring 5.2.x. Each of these underlying components may have changes that require altering your application. These changes are beyond the scope of this documentation. ==== Package Restructuring and Deprecations Previously dep...
Add docs for uploading zip archives.
TinkerPop3 ---------- image:https://raw.githubusercontent.com/tinkerpop/tinkerpop3/master/docs/static/images/tinkerpop3-splash.png[TinkerPop3] Documentation ~~~~~~~~~~~~~ * link:http://tinkerpop.com/docs/current/[user documentation] * link:http://tinkerpop.com/javadocs/current/[javadoc] Building and Testing ~~~~~~~...
TinkerPop3 ---------- image:https://raw.githubusercontent.com/tinkerpop/tinkerpop3/master/docs/static/images/tinkerpop3-splash.png[TinkerPop3] Documentation ~~~~~~~~~~~~~ * link:http://tinkerpop.com/docs/current/[user documentation] * link:http://tinkerpop.com/javadocs/current/[javadoc] Building and Testing ~~~~~~~...
Document JVM option MaxFDLimit for macOS ()
[[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 ...
Remove note that says that no CSI drivers are installed
[id="persistent-storage-csi"] = Configuring CSI volumes include::modules/common-attributes.adoc[] :context: persistent-storage-csi toc::[] The Container Storage Interface (CSI) allows {product-title} to consume storage from storage back ends that implement the link:https://github.com/container-storage-interface/spec[...
[id="persistent-storage-csi"] = Configuring CSI volumes include::modules/common-attributes.adoc[] :context: persistent-storage-csi toc::[] The Container Storage Interface (CSI) allows {product-title} to consume storage from storage back ends that implement the link:https://github.com/container-storage-interface/spec[...
Add full set of examples for each admonition type
// .basic WARNING: Watch out for dragons! // .basic_multiline NOTE: An admonition paragraph draws the reader's attention to auxiliary information. Its purpose is determined by the label at the beginning of the paragraph. // .block [IMPORTANT] ==== While werewolves are hardy community members, keep in mind some dietar...
// .note NOTE: This is a note. // .note_with_title .Title of note NOTE: This is a note with title. // .note_with_id_and_role [#note-1.yellow] NOTE: This is a note with id and role. // .note_block [NOTE] ==== This is a note with complex content. * It contains a list. ==== // .tip TIP: This is a tip. // .tip_with_t...
Update storage account name in Azure registry storage configuration
// Module included in the following assemblies: // //* registry/configuring_registry_storage-azure.adoc [id="registry-configuring-storage-azure-user-infra_{context}"] = Configuring registry storage for Azure During installation, your cloud credentials are sufficient to create Azure Blob Storage, and the Registry Oper...
// Module included in the following assemblies: // //* registry/configuring_registry_storage-azure.adoc [id="registry-configuring-storage-azure-user-infra_{context}"] = Configuring registry storage for Azure During installation, your cloud credentials are sufficient to create Azure Blob Storage, and the Registry Oper...
Use `buildCI` target rather than `jenkinsBuild`
= OmniJ Release Process == Main Release Process . Update `CHANGELOG.adoc` . Set versions .. `gradle.properties` .. omnij-dsl `ExtensionModule` .. `README.adoc` . Commit version bump and changelog. . Full build, test .. `./gradlew clean jenkinsBuild regTest` . Tag: `git tag -a v0.x.y -m "Release 0.x.y"` . Push: `git p...
= OmniJ Release Process == Main Release Process . Update `CHANGELOG.adoc` . Set versions .. `gradle.properties` .. omnij-dsl `ExtensionModule` .. `README.adoc` . Commit version bump and changelog. . Full build, test .. `./gradlew clean buildCI regTest` . Tag: `git tag -a v0.x.y -m "Release 0.x.y"` . Push: `git push -...
Add myself to the list with authors for the reference documentation
= Reactor Netty Stephane Maldini; :appversion: 0.5.0 (wiki) ifndef::host-github[:ext-relative: {outfilesuffix}] {appversion} :doctype: book :icons: font //include::net.adoc[] include::tcp-server.adoc[] include::tcp-client.adoc[] include::http-server.adoc[] include::http-client.adoc[]
= Reactor Netty Stephane Maldini <https://twitter.com/smaldini[@smaldini]> ; Violeta Georgieva <https://twitter.com/violeta_g_g[@violeta_g_g]> :appversion: 0.5.0 (wiki) ifndef::host-github[:ext-relative: {outfilesuffix}] {appversion} :doctype: book :icons: font //include::net.adoc[] include::tcp-server.adoc[] include:...
Fix formatting in change password API
[role="xpack"] [[security-api-change-password]] === Change Password API The Change Password API enables you to submit a request to change the password of a user. ==== Request `POST _xpack/security/user/_password` + `POST _xpack/security/user/<username>/_password` ==== Path Parameters `username`:: (string) The ...
[role="xpack"] [[security-api-change-password]] === Change Password API The Change Password API enables you to submit a request to change the password of a user. ==== Request `POST _xpack/security/user/_password` + `POST _xpack/security/user/<username>/_password` ==== Path Parameters `username`:: (string) The ...
Add link to 4th part of JAXenter tutorial
# Janitor image:https://travis-ci.org/techdev-solutions/janitor.svg?branch=master["Build Status",link="https://travis-ci.org/techdev-solutions/janitor"] An application to perform cleanup work using the https://getpocket.com[Pocket API]. 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...
Include Hello World Youtube video
= Minimal-J Java - but small. image::doc/frontends.png[] Minimal-J applications are * Responsive to use on every device * Straight forward to specify and implement and therefore * Easy to plan and manage === Idea Business applications tend to get complex and complicated. Minimal-J prevents this by setting clear r...
= Minimal-J Java - but small. image::doc/frontends.png[] Minimal-J applications are * Responsive to use on every device * Straight forward to specify and implement and therefore * Easy to plan and manage === Idea Business applications tend to get complex and complicated. Minimal-J prevents this by setting clear r...
Update cayenne version mentioned in the documentation
== Prerequisites * Java 1.8 or newer * A Java web app project that will serve your REST requests. * A JAX-RS 2.0 container, such as Jersey 2.x. * Cayenne 4.0.M4 or newer. Mapping your database and starting Cayenne ServerRuntime is outside the scope of this document. Please refer to the http://cayenne.apache.org/do...
== Prerequisites * Java 1.8 or newer * A Java web app project that will serve your REST requests. * A JAX-RS 2.0 container, such as Jersey 2.x. * Cayenne 4.0 or newer. Mapping your database and starting Cayenne ServerRuntime is outside the scope of this document. Please refer to the http://cayenne.apache.org/docs/...
Simplify import path for modules
# AsciiDoc mode for CodeMirror This repository contains the AsciiDoc mode for CodeMirror. ## Installation ``` $ npm install codemirror-asciidoc ``` ## Usage ```js var codemirror = require("codemirror/lib/codemirror"), codemirror_asciidoc = require("codemirror-asciidoc/lib/asciidoc"); codemirror.fromTextArea(doc...
# AsciiDoc mode for CodeMirror This repository contains the AsciiDoc mode for CodeMirror. ## Installation ``` $ npm install codemirror-asciidoc ``` ## Usage ```js var codemirror = require("codemirror"), codemirror_asciidoc = require("codemirror-asciidoc"); codemirror.fromTextArea(document.getElementById("editor...
Update documentation regarding using Service Catalog on Minishift
[[prerequisites-openshift]] .Prerequisites * To install {ProductName}, the OpenShift client tools are required. You can download the OpenShift Origin client from link:https://github.com/openshift/origin/releases[OpenShift Origin^]. {ProductName} has been tested to work with the latest stable release of the OpenShift ...
[[prerequisites-openshift]] .Prerequisites * To install {ProductName}, the OpenShift client tools are required. You can download the OpenShift Origin client from link:https://github.com/openshift/origin/releases[OpenShift Origin^]. {ProductName} has been tested to work with the latest stable release of the OpenShift ...
Fix type in CI readme
== Concourse pipeline Ensure that you've have a spring-boot target logged in [source] ---- $ fly -t spring-boot login -n spring-boot -c https://ci.spring-io ---- The pipeline can be deployed using the following command: [source] ---- $ fly -t spring-boot set-pipeline -p spring-boot-2.0.x -c ci/pipeline.yml -l ci/pa...
== Concourse pipeline Ensure that you've setup the spring-boot target and can login [source] ---- $ fly -t spring-boot login -n spring-boot -c https://ci.spring.io ---- The pipeline can be deployed using the following command: [source] ---- $ fly -t spring-boot set-pipeline -p spring-boot-2.0.x -c ci/pipeline.yml -...
Update Changelog to describe the list syntax overhaul
= Changelog This changelog contains major and/or breaking changes to Kakoune between released versions. == Development version * `%sh{...}` strings are not reparsed automatically anymore, they need to go through an explicit `evaluate-commands` * The `-allow-override` switch from `define-command` has been renamed ...
= Changelog This changelog contains major and/or breaking changes to Kakoune between released versions. == Development version This version contains a significant overhaul of various Kakoune features that can break user configuration. This was a necessary change to make Kakoune command model cleaner and more robust....
Update What's New for 6.0
[[new]] = What's New in Spring Security 6.0 Spring Security 6.0 provides a number of new features. Below are the highlights of the release. == Breaking Changes * https://github.com/spring-projects/spring-security/issues/10556[gh-10556] - Remove EOL OpenSaml 3 Support. Use the OpenSaml 4 Support instead. * https://gi...
[[new]] = What's New in Spring Security 6.0 Spring Security 6.0 provides a number of new features. Below are the highlights of the release. == Breaking Changes * https://github.com/spring-projects/spring-security/issues/10556[gh-10556] - Remove EOL OpenSaml 3 Support. Use the OpenSaml 4 Support instead. * https://gi...
Update walk through link text
= Getting Started First you need to Download the Camel distribution; or you could grab the Source and try Building it yourself. Then come back here, and you might want to read the following documentation before continuing: * Longer xref:book-getting-started.adoc[Getting Started Guide] * Find out about xref:component...
= Getting Started First you need to Download the Camel distribution; or you could grab the Source and try Building it yourself. Then come back here, and you might want to read the following documentation before continuing: * Longer xref:book-getting-started.adoc[Getting Started Guide] * Find out about xref:component...
Reword note about windows and FDs
[[file-descriptors]] === File Descriptors [NOTE] This is only a problem for Linux and macOS and can be safely ignored if running Elasticsearch on Windows. Elasticsearch uses a lot of file descriptors or file handles. Running out of file descriptors can be disastrous and will most probably lead to data loss. Make sur...
[[file-descriptors]] === File Descriptors [NOTE] This is only relevant for Linux and macOS and can be safely ignored if running Elasticsearch on Windows. On Windows that JVM uses an https://msdn.microsoft.com/en-us/library/windows/desktop/aa363858(v=vs.85).aspx[API] limited only by available resources. Elasticsearch ...
Add additional steps for creating address space
// Module included in the following assemblies: // // assembly-configure-address-spaces-addresses-cli-kube.adoc // assembly-configure-address-spaces-addresses-cli-oc.adoc [id='create-address-space-cli-{context}'] = Creating an address space .Procedure . Create an address space definition: + [source,yaml,options="now...
// Module included in the following assemblies: // // assembly-configure-address-spaces-addresses-cli-kube.adoc // assembly-configure-address-spaces-addresses-cli-oc.adoc [id='create-address-space-cli-{context}'] = Creating an address space .Procedure ifeval::["{cmdcli}" == "oc"] . Log in as a messaging tenant: + [s...
Fix bz1729334: remove GCE storage reference
// Module included in the following assemblies: // // * storage/dynamic-provisioning.adoc [id="change-default-storage-class_{context}"] = Changing the default StorageClass If you are using GCE and AWS, use the following process to change the default StorageClass. This process assumes you have two StorageClasses defi...
// Module included in the following assemblies: // // * storage/dynamic-provisioning.adoc [id="change-default-storage-class_{context}"] = Changing the default StorageClass If you are using AWS, use the following process to change the default StorageClass. This process assumes you have two StorageClasses defined, `gp2...
Fix header in test source
:title: Natural habitat :parent: Traits and environment == Natural habitatz C. porcellus is not found naturally in the wild; it is likely descended from some closely related species of cavies, such as C. aperea, C. fulgida, and C. tschudii, which are still commonly found in various regions of South America. Some spec...
:title: Natural habitat :parent: Traits and environment == Natural habitat C. porcellus is not found naturally in the wild; it is likely descended from some closely related species of cavies, such as C. aperea, C. fulgida, and C. tschudii, which are still commonly found in various regions of South America. Some speci...
Clarify that BlockMacro- and BlockProcessors are called in the same stage
= AsciidoctorJ Conversion Process Overview Before starting to write your first extension, some basic understanding of how Asciidoctor treats the document is helpful. As any language processing tool, the process can be roughly split into three steps: . Parsing: the raw sources content is read and analyzed to generate ...
= AsciidoctorJ Conversion Process Overview Before starting to write your first extension, some basic understanding of how Asciidoctor treats the document is helpful. As any language processing tool, the process can be roughly split into three steps: . Parsing: the raw sources content is read and analyzed to generate ...
Fix missing part of sentence
ifndef::imagesdir[:imagesdir: ../images] = generateDeck image::ea/Manual/generateDeck.png[] This task makes use of the https://github.com/asciidoctor/asciidoctor-reveal.js/[asciidoctor-reveal.js] backend to render your documents HTML based presentation. This task is best used together with the <<exportPPT>> task. Cr...
ifndef::imagesdir[:imagesdir: ../images] = generateDeck image::ea/Manual/generateDeck.png[] This task makes use of the https://github.com/asciidoctor/asciidoctor-reveal.js/[asciidoctor-reveal.js] backend to render your documents into a HTML based presentation. This task is best used together with the <<exportPPT>> t...
Add how-to section and documentation site link
# byteslice ## Status image:https://travis-ci.org/rlespinasse/byteslice.svg?branch=master["Build Status", link="https://travis-ci.org/rlespinasse/byteslice"] image:https://coveralls.io/repos/github/rlespinasse/byteslice/badge.svg?branch=master["Coverage Status", link="https://coveralls.io/github/rlespinasse/byteslice?...
= byteslice image:https://travis-ci.org/rlespinasse/byteslice.svg?branch=master["Build Status", link="https://travis-ci.org/rlespinasse/byteslice"] image:https://coveralls.io/repos/github/rlespinasse/byteslice/badge.svg?branch=master["Coverage Status", link="https://coveralls.io/github/rlespinasse/byteslice?branch=mas...
Mark Rollup as Experimental instead of Beta
[[xpack-rollup]] = Rolling up historical data [partintro] -- beta[] Keeping historical data around for analysis is extremely useful but often avoided due to the financial cost of archiving massive amounts of data. Retention periods are thus driven by financial realities rather than by the usefulness of extensive hi...
[[xpack-rollup]] = Rolling up historical data [partintro] -- experimental[] Keeping historical data around for analysis is extremely useful but often avoided due to the financial cost of archiving massive amounts of data. Retention periods are thus driven by financial realities rather than by the usefulness of exte...
Update OLM metrics for 4.3
// Module included in the following assemblies: // // * operators/understanding-olm/olm-understanding-olm.adoc [id="olm-metrics_{context}"] = Exposed metrics The Operator Lifecycle Manager (OLM) exposes certain OLM-specific resources for use by the Prometheus-based {product-title} cluster monitoring stack. .Metrics ...
// Module included in the following assemblies: // // * operators/understanding-olm/olm-understanding-olm.adoc [id="olm-metrics_{context}"] = Exposed metrics The Operator Lifecycle Manager (OLM) exposes certain OLM-specific resources for use by the Prometheus-based {product-title} cluster monitoring stack. .Metrics ...
Fix typo: change 'and' to 'of'
= Keyword argument functions now also accept maps Fogus 2021-03-18 :jbake-type: post ifdef::env-github,env-browser[:outfilesuffix: .adoc] To date, Clojure’s support for keyword arguments forces programmers to choose between creating APIs that better support people (accepting keyword args) or APIs that better support ...
= Keyword argument functions now also accept maps Fogus 2021-03-18 :jbake-type: post ifdef::env-github,env-browser[:outfilesuffix: .adoc] To date, Clojure’s support for keyword arguments forces programmers to choose between creating APIs that better support people (accepting keyword args) or APIs that better support ...
Adjust links to lighttable and full tutorial
= Light Table David Nolen 2016-08-02 :type: tools :toc: macro :icons: font [Light Table]http://www.lighttable.com is an extensible IDE that offers instant evaluation of your code, realtime feedback, and a ClojureScript plugin ecosystem. To get started, check out this concise http://docs.lighttable.com/#start[introduc...
= Light Table David Nolen 2016-08-02 :type: tools :toc: macro :icons: font http://www.lighttable.com[Light Table] is an extensible IDE that offers instant evaluation of your code, realtime feedback, and a ClojureScript plugin ecosystem. To get started, check out this concise http://docs.lighttable.com/#start[introduc...
Fix list formatting in 5.3 migration docs
[[breaking-changes-5.3]] == Breaking changes in 5.3 [[breaking_53_packaging_changes]] [float] === Packaging changes [float] ==== Logging configuration Previously Elasticsearch exposed a single system property (`es.logs`) that included the absolute path to the configured logs directory, and the prefix of the filename...
[[breaking-changes-5.3]] == Breaking changes in 5.3 [[breaking_53_packaging_changes]] [float] === Packaging changes [float] ==== Logging configuration Previously Elasticsearch exposed a single system property (`es.logs`) that included the absolute path to the configured logs directory, and the prefix of the filename...
Add apidoc links to guide
= {project-name} :author: {project-author} :revnumber: {project-version} :toclevels: 10 include::_links.adoc[] :leveloffset: 1 include::introduction.adoc[] include::configuration.adoc[] include::modules.adoc[]
= {project-name} :author: {project-author} :revnumber: {project-version} :toclevels: 10 include::_links.adoc[] :leveloffset: 1 include::introduction.adoc[] include::configuration.adoc[] include::modules.adoc[] = Links link:api/index.html[Javadoc, window="_blank"] link:api-src/index.html[API Sources, window="_blank...
Update truncate token filter to not mention the keyword tokenizer
[[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`.
Fix source code block formatting
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 ----------------------...
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 [source,bash] --------------...
Remove links to the periodic commit reference
[[query-periodic-commit]] Using Periodic Commit ===================== NOTE: See <<cypherdoc-importing-csv-files-with-cypher>> on how to import data from CSV files. Updating very large amounts of data (e.g. when importing) with a single Cypher query may fail due to memory constraints. For these situations *only*, Cyph...
[[query-periodic-commit]] Using Periodic Commit ===================== NOTE: See <<cypherdoc-importing-csv-files-with-cypher>> on how to import data from CSV files. Updating very large amounts of data (e.g. when importing) with a single Cypher query may fail due to memory constraints. For these situations *only*, Cyph...
Update latest news on site project
= Griffon 2.0.0.RC1 Released Andres Almiray 2014-07-29 :jbake-type: post :jbake-status: published :category: news :idprefix: == Griffon 2.0.0.RC1 Released The Griffon team is happy to announce the release of Griffon 2.0.0.RC1! This is the first release candidate of Griffon 2.0.0. If all goes according to planf the n...
= Griffon 2.0.0.RC1 Released Andres Almiray 2014-07-29 :jbake-type: post :jbake-status: published :category: news :idprefix: == Griffon 2.0.0.RC1 Released The Griffon team is happy to announce the release of Griffon 2.0.0.RC1! This is the first release candidate of Griffon 2.0.0. If all goes according to plan the ne...
Use correct command to add cluster-reader rolebinding
[[monitoring]] == Monitoring {ProductName} on OpenShift {ProductName} comes with addons for Prometheus and Grafana for monitoring the service. Cluster-admin privileges is required for Prometheus to monitor pods in the cluster. === Deploying Prometheus .Procedure . Create Prometheus deployment + [options="nowrap"] ...
[[monitoring]] == Monitoring {ProductName} on OpenShift {ProductName} comes with addons for Prometheus and Grafana for monitoring the service. Cluster-admin privileges is required for Prometheus to monitor pods in the cluster. === Deploying Prometheus .Procedure . Create Prometheus deployment + [options="nowrap"] ...
Add section on how to install MIM files
= M17n TODO
= M17n https://www.nongnu.org/m17n/[m17n] refers to project for enhanced multilingualization on Linux. The output target generates `.mim` files, which are used as configuration files for https://en.wikipedia.org/wiki/Intelligent_Input_Bus[IBUS]. == Project-level configuration and properties NOTE: For a list of all s...
Add error file docs to important settings
[[important-settings]] == Important Elasticsearch configuration While Elasticsearch requires very little configuration, there are a number of settings which need to be considered before going into production. The following settings *must* be considered before going to production: * <<path-settings,Path settings>> * ...
[[important-settings]] == Important Elasticsearch configuration While Elasticsearch requires very little configuration, there are a number of settings which need to be considered before going into production. The following settings *must* be considered before going to production: * <<path-settings,Path settings>> * ...
Update step for deploying an odo single application
// Module included in the following assemblies: // // * cli_reference/openshift_developer_cli/creating-a-single-component-application-with-odo [id="creating-a-nodejs-application-with-odo_{context}"] = Creating a Node.js application with {odo-title} .Procedure . Add a component of the type Node.js to your appli...
// Module included in the following assemblies: // // * cli_reference/openshift_developer_cli/creating-a-single-component-application-with-odo [id="creating-a-nodejs-application-with-odo_{context}"] = Creating a Node.js application with {odo-title} .Procedure . Change the current directory to the front-end dir...
Add more goals for metrics
= flexy-pool Author <mih_vlad@yahoo.com> v1.0.0, 2014-02-25 :toc: :imagesdir: images :homepage: http://vladmihalcea.com/ == Introduction The flexy-pool library brings adaptability to a given Connection Pool, allowing it to resize on demand. This is very handy since most connection pools offer a limited set of dynami...
= flexy-pool Author <mih_vlad@yahoo.com> v1.0.0, 2014-02-25 :toc: :imagesdir: images :homepage: http://vladmihalcea.com/ == Introduction The flexy-pool library brings adaptability to a given Connection Pool, allowing it to resize on demand. This is very handy since most connection pools offer a limited set of dynami...
Mark SQL feature as experimental
[role="xpack"] [[xpack-sql]] = SQL Access :sql-tests: {xes-repo-dir}/../../qa/sql :sql-specs: {sql-tests}/src/main/resources :jdbc-tests: {sql-tests}/src/main/java/org/elasticsearch/xpack/qa/sql/jdbc :security-tests: {sql-tests}/security/src/test/java/org/elasticsearch/xpack/qa/sql/security [partintro] -- X-Pack incl...
[role="xpack"] [[xpack-sql]] = SQL Access :sql-tests: {xes-repo-dir}/../../qa/sql :sql-specs: {sql-tests}/src/main/resources :jdbc-tests: {sql-tests}/src/main/java/org/elasticsearch/xpack/qa/sql/jdbc :security-tests: {sql-tests}/security/src/test/java/org/elasticsearch/xpack/qa/sql/security [partintro] -- experiment...
Add a mini-faq and see-also URIs
= Cloud Enablement CCT module This repository serves as a temporary public link:https://github.com/concrt/concreate[Concreate] module for building JBoss Openshift container images. This repository is an enhanced copy of shell scripts used to build JBoss images for OpenShift.
= Cloud Enablement CCT module This repository serves as a temporary public link:https://github.com/concrt/concreate[Concreate] module for building JBoss Openshift container images. This repository is an enhanced copy of shell scripts used to build JBoss images for OpenShift. == FAQ === Why the name? *cct* (containe...
Include Hello World Youtube video
= Minimal-J Java - but small. image::doc/frontends.png[] Minimal-J applications are * Responsive to use on every device * Straight forward to specify and implement and therefore * Easy to plan and manage === Idea Business applications tend to get complex and complicated. Minimal-J prevents this by setting clear r...
= Minimal-J Java - but small. image::doc/frontends.png[] Minimal-J applications are * Responsive to use on every device * Straight forward to specify and implement and therefore * Easy to plan and manage === Idea Business applications tend to get complex and complicated. Minimal-J prevents this by setting clear r...
Remove CSI spec ref in note
[id="persistent-storage-using-csi"] = Configuring CSI volumes include::modules/common-attributes.adoc[] :context: persistent-storage-csi toc::[] The Container Storage Interface (CSI) allows {product-title} to consume storage from storage backends that implement the link:https://github.com/container-storage-interface/...
[id="persistent-storage-using-csi"] = Configuring CSI volumes include::modules/common-attributes.adoc[] :context: persistent-storage-csi toc::[] The Container Storage Interface (CSI) allows {product-title} to consume storage from storage back ends that implement the link:https://github.com/container-storage-interface...
Add how to build documentation
[[development]] == Development Github repository: {datasource-proxy}
[[development]] == Development Github repository: {datasource-proxy} === Build Documentation ```sh > ./mvnw asciidoctor:process-asciidoc@output-html ```
Fix order of includes for Release Notes
[[release-notes]] = JUnit 5 Release Notes Stefan Bechtold; Sam Brannen; Johannes Link; Matthias Merdes; Marc Philipp; Christian Stein // :docinfodir: ../docinfos :docinfo: private-head :numbered!: // This document contains the _change log_ for all JUnit 5 releases since 5.0 GA. Please refer to the <<../user-guide/ind...
[[release-notes]] = JUnit 5 Release Notes Stefan Bechtold; Sam Brannen; Johannes Link; Matthias Merdes; Marc Philipp; Christian Stein // :docinfodir: ../docinfos :docinfo: private-head :numbered!: // This document contains the _change log_ for all JUnit 5 releases since 5.0 GA. Please refer to the <<../user-guide/ind...
Add documentation about running tests
== Setting up a development environment on Ubuntu 16.04 (Xenial) Install development dependencies: $ sudo apt-get install python-pip python-pyscard libykpers-1-1 libu2f-host0 Setup the repository: $ git clone --recursive https://github.com/Yubico/yubikey-manager.git $ cd yubikey-manager Install in edi...
== Setting up a development environment on Ubuntu 16.04 (Xenial) Install development dependencies: $ sudo apt-get install python-pip python-pyscard libykpers-1-1 libu2f-host0 Setup the repository: $ git clone --recursive https://github.com/Yubico/yubikey-manager.git $ cd yubikey-manager Install in edi...
Introduce chapter trx_if.adoc and add it to OsmoTRX and OsmoBTS
:gfdl-enabled: OsmoTRX User Manual ==================== Pau Espin Pedrol <pespin@sysmocom.de> include::../common/chapters/preface.adoc[] include::chapters/overview.adoc[] include::chapters/running.adoc[] include::../common/chapters/control_if.adoc[] include::chapters/control.adoc[] include::../common/chapters/v...
:gfdl-enabled: OsmoTRX User Manual ==================== Pau Espin Pedrol <pespin@sysmocom.de> include::../common/chapters/preface.adoc[] include::chapters/overview.adoc[] include::chapters/running.adoc[] include::../common/chapters/control_if.adoc[] include::chapters/control.adoc[] include::../common/chapters/v...
Add Pes Plugin to the plugin page
[[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 wp_cli update in progress scenario to logbook
= Configuration notes: bryn.justinwflory.com Configuration or changelog notes for Bryn. == Firewall * *Services*: ** SSH (22) ** HTTP (80) ** DNS (52) ** HTTPS (443) ** MySQL * *Ports*: ** `8086/tcp`: InfluxDB ** `60597/udp`: Mosh == XenForo * `sitemaps/` and `temp/` must have 0777 permissions… ** `temp/` is for...
= Configuration notes: bryn.justinwflory.com Configuration or changelog notes for Bryn. == Firewall * *Services*: ** SSH (22) ** HTTP (80) ** DNS (52) ** HTTPS (443) ** MySQL * *Ports*: ** `8086/tcp`: InfluxDB ** `60597/udp`: Mosh == WordPress === wp_cli cannot upgrade WordPress because another update is in prog...
Add how to run the browser via Gradle.
= beeLīn Java / JVM This is the start of a DNSChain client for the JVM. == Install Prerequisites Make sure you have JDK 7 or later installed. WARNING: **beeLin-java** is using HTTPS to query the DNSChain server at https://api.dnschain.net[api.dnschain.net] which uses a https://cert.startcom.org[StartCom] SSL certif...
= beeLīn Java / JVM This is the start of a DNSChain client for the JVM. == Install Prerequisites Make sure you have JDK 7 or later installed. WARNING: **beeLin-java** is using HTTPS to query the DNSChain server at https://api.dnschain.net[api.dnschain.net] which uses a https://cert.startcom.org[StartCom] SSL certif...
Fix typo. teh -> the
= Installers :toc: :toc-placement!: toc::[] [[intro]] Introduction ------------ CMake has the ability to create installers for multiple platforms using a program called link:https://cmake.org/Wiki/CMake:CPackPackageGenerators[CPack]. CPack includes the ability to create Linux RPM, deb and gzip distributions of bot...
= Installers :toc: :toc-placement!: toc::[] [[intro]] Introduction ------------ CMake has the ability to create installers for multiple platforms using a program called link:https://cmake.org/Wiki/CMake:CPackPackageGenerators[CPack]. CPack includes the ability to create Linux RPM, deb and gzip distributions of bot...
Update readme for mavn deploy
// Do not edit this file (e.g. go instead to src/main/asciidoc) Spring Cloud Build is a common utility project for Spring Cloud to use for plugin and dependency management. == Building and Deploying To install locally: ---- $ mvn install ---- and to deploy snapshots to repo.spring.io: ---- $ mvn install -DaltSna...
// Do not edit this file (e.g. go instead to src/main/asciidoc) Spring Cloud Build is a common utility project for Spring Cloud to use for plugin and dependency management. == Building and Deploying To install locally: ---- $ mvn install ---- and to deploy snapshots to repo.spring.io: ---- $ mvn deploy -DaltSnap...
Add projects subdomain in project page URL
= Spring Session Rob Winch Spring Session aims to provide a common infrastructure for managing sessions. This provides many benefits including: * Accessing a session from any environment (i.e. web, messaging infrastructure, etc) * In a web environment ** Support for clustering in a vendor neutral way ** Pluggable str...
= Spring Session Rob Winch Spring Session aims to provide a common infrastructure for managing sessions. This provides many benefits including: * Accessing a session from any environment (i.e. web, messaging infrastructure, etc) * In a web environment ** Support for clustering in a vendor neutral way ** Pluggable str...
Update release notes for Testable annotation.
[[release-notes-5.7.0-M1]] == 5.7.0-M1 *Date of Release:* ❓ *Scope:* ❓ For a complete list of all _closed_ issues and pull requests for this release, consult the link:{junit5-repo}+/milestone/44?closed=1+[5.7 M1] milestone page in the JUnit repository on GitHub. [[release-notes-5.7.0-M1-junit-platform]] === JUnit ...
[[release-notes-5.7.0-M1]] == 5.7.0-M1 *Date of Release:* ❓ *Scope:* ❓ For a complete list of all _closed_ issues and pull requests for this release, consult the link:{junit5-repo}+/milestone/44?closed=1+[5.7 M1] milestone page in the JUnit repository on GitHub. [[release-notes-5.7.0-M1-junit-platform]] === JUnit ...
Add missing link to the 2.0 migration guide.
[[breaking-changes]] = Breaking changes [partintro] -- This section discusses the changes that you need to be aware of when migrating your application from one version of Elasticsearch to another. As a general rule: * Migration between major versions -- e.g. `1.x` to `2.x` -- requires a <<restart-upgrade,full clus...
[[breaking-changes]] = Breaking changes [partintro] -- This section discusses the changes that you need to be aware of when migrating your application from one version of Elasticsearch to another. As a general rule: * Migration between major versions -- e.g. `1.x` to `2.x` -- requires a <<restart-upgrade,full clus...
Add a current thought dump on the architecture
= Code Valet == Problem The link:https://jenkins.io[Jenkins] project faces a challenge unusual to other contemporary CI/CD tools in that it is downloaded and executed on a user's machine(s) rather than as a service. While this offers quite a lot of flexibility to the end-user, it puts Jenkins developers at a disadvan...
= Code Valet == Problem The link:https://jenkins.io[Jenkins] project faces a challenge unusual to other contemporary CI/CD tools in that it is downloaded and executed on a user's machine(s) rather than as a service. While this offers quite a lot of flexibility to the end-user, it puts Jenkins developers at a disadvan...
Add example setting environment variable.
MrTweety Analytic ================= image:https://travis-ci.org/kubahorak/mrtweety-analytic.svg?branch=master["Build Status", link="https://travis-ci.org/kubahorak/mrtweety-analytic"] Analyses tweets in realtime to figure out the most popular hashtags. Uses https://spark.apache.org[Apache Spark] and a https://github...
MrTweety Analytic ================= image:https://travis-ci.org/kubahorak/mrtweety-analytic.svg?branch=master["Build Status", link="https://travis-ci.org/kubahorak/mrtweety-analytic"] Analyses tweets in realtime to figure out the most popular hashtags. Uses https://spark.apache.org[Apache Spark] and a https://github...
Add about updating mydns entry
= conoha/ Ansible playbook for my conoha instance. == Current setups |==== |Memory |1GB |Disk |SSD 50GB |OS |Ubuntu 14.4 trusty |==== == Pre configurations * Add normal user: `adduser NAME` ** Add `.ssh/authorized_keys` file for the user ** Add the user to `sudo` group: `gpasswd -a NAME sudo` == Usage ...
= conoha/ Ansible playbook for my conoha instance. == Current setups |==== |Memory |1GB |Disk |SSD 50GB |OS |Ubuntu 14.4 trusty |==== == Pre configurations * Add normal user: `adduser NAME` ** Add `.ssh/authorized_keys` file for the user ** Add the user to `sudo` group: `gpasswd -a NAME sudo` == Usage ...
Make image support blurb appear for Dedicated.
= Overview {product-author} {product-version} :data-uri: :icons: :experimental: Use these topics to discover the different link:../architecture/core_concepts/builds_and_image_streams.html#source-build[S2I (Source-to-Image)], database, and other Docker images that are available for OpenShift users. ifdef::openshift-en...
= Overview {product-author} {product-version} :data-uri: :icons: :experimental: Use these topics to discover the different link:../architecture/core_concepts/builds_and_image_streams.html#source-build[S2I (Source-to-Image)], database, and other Docker images that are available for OpenShift users. ifdef::openshift-en...
Change Travis badge regarding changed repository path.
= Hawkular Android Client This repository contains the source code for the Hawkular Android application. == License * http://www.apache.org/licenses/LICENSE-2.0.html[Apache Version 2.0] == Building ifdef::env-github[] [link=https://travis-ci.org/hawkular/android-client] image:https://travis-ci.org/hawkular/android...
= Hawkular Android Client This repository contains the source code for the Hawkular Android application. == License * http://www.apache.org/licenses/LICENSE-2.0.html[Apache Version 2.0] == Building ifdef::env-github[] [link=https://travis-ci.org/hawkular/hawkular-android-client] image:https://travis-ci.org/hawkula...
Document that we require python-rrdtool
Domotica ======== A simple webapp for a home automation system based around a Siemens S7-300 PLC, using libs7comm-python. It's intended to be used from smartphones. Note that this is not a generic solution. It's an implementation for one specific house. Requirements ============ * Django * python-daemon
Domotica ======== A simple webapp for a home automation system based around a Siemens S7-300 PLC, using libs7comm-python. It's intended to be used from smartphones. Note that this is not a generic solution. It's an implementation for one specific house. Requirements ============ * Django * python-daemon * python-...
Include 5.1.0-M2 release notes in main document
[[release-notes]] == Release Notes :numbered!: include::release-notes-5.1.0-M1.adoc[] include::release-notes-5.0.2.adoc[] include::release-notes-5.0.1.adoc[] include::release-notes-5.0.0.adoc[] include::release-notes-5.0.0-RC3.adoc[] include::release-notes-5.0.0-RC2.adoc[] include::release-notes-5.0.0-RC1.adoc[...
[[release-notes]] == Release Notes :numbered!: include::release-notes-5.1.0-M2.adoc[] include::release-notes-5.1.0-M1.adoc[] include::release-notes-5.0.2.adoc[] include::release-notes-5.0.1.adoc[] include::release-notes-5.0.0.adoc[] include::release-notes-5.0.0-RC3.adoc[] include::release-notes-5.0.0-RC2.adoc[]...
Remove ifdefs for rollup refactor
[[data-rollup-transform]] = Roll up or transform your data [partintro] -- {es} offers the following methods for manipulating your data: ifdef::permanently-unreleased-branch[] * <<xpack-rollup>> + A rollup aggregates an index's time series data and stores the results in new read-only index. For example, you can roll...
[[data-rollup-transform]] = Roll up or transform your data [partintro] -- {es} offers the following methods for manipulating your data: * <<xpack-rollup,Rolling up your historical data>> + include::rollup/index.asciidoc[tag=rollup-intro] * <<transforms,Transforming your data>> + include::transform/transforms.asciid...
Add notes for Mac OS X
= java-libbitcoinconsensus image:https://travis-ci.org/dexX7/java-libbitcoinconsensus.svg["Build Status", link="https://travis-ci.org/dexX7/java-libbitcoinconsensus"] A https://github.com/java-native-access/jna[JNA] binding and Java wrapper for https://github.com/bitcoin/bitcoin/blob/master/doc/shared-libraries.md#bi...
= java-libbitcoinconsensus image:https://travis-ci.org/dexX7/java-libbitcoinconsensus.svg["Build Status", link="https://travis-ci.org/dexX7/java-libbitcoinconsensus"] A https://github.com/java-native-access/jna[JNA] binding and Java wrapper for https://github.com/bitcoin/bitcoin/blob/master/doc/shared-libraries.md#bi...
Update AsciiDoc.js to Asciidoctor in the title and the repository URL (asciidoctor org)
= asciidoctor-chrome-extension, AsciiDoc.js Chrome Extension Guillaume Grossetie :sources: https://github.com/Mogztter/asciidoctor-chrome-extension :license: https://github.com/Mogztter/asciidoctor-chrome-extension/blob/master/LICENSE This project uses https://github.com/asciidoctor/asciidoctor.js[Asciidoctor.js] to r...
= asciidoctor-chrome-extension, Asciidoctor Chrome Extension Guillaume Grossetie :sources: https://github.com/asciidoctor/asciidoctor-chrome-extension :license: https://github.com/asciidoctor/asciidoctor-chrome-extension/blob/master/LICENSE This project uses https://github.com/asciidoctor/asciidoctor.js[Asciidoctor.js...
Add codecentric Spring Batch Starter Info
= Starter POMs Spring Boot Starters are a set of convenient dependency descriptors that you can include in your application. You get a one-stop-shop for all the Spring and related technology that you need without having to hunt through sample code and copy paste loads of dependency descriptors. For example, if you wan...
= Starter POMs Spring Boot Starters are a set of convenient dependency descriptors that you can include in your application. You get a one-stop-shop for all the Spring and related technology that you need without having to hunt through sample code and copy paste loads of dependency descriptors. For example, if you wan...
Fix warning in asciidoc rendering
= Reactor Netty Stephane Maldini; :appversion: 0.5.0 (wiki) ifndef::host-github[:ext-relative: {outfilesuffix}] {appversion} :doctype: book :icons: font include::net.adoc[] include::net-tcp.adoc[] include::net-http.adoc[] include::net-e2e.adoc[]
= Reactor Netty Stephane Maldini; :appversion: 0.5.0 (wiki) ifndef::host-github[:ext-relative: {outfilesuffix}] {appversion} :doctype: book :icons: font include::net.adoc[] include::net-tcp.adoc[] include::net-http.adoc[]
Add error file docs to important settings
[[important-settings]] == Important Elasticsearch configuration While Elasticsearch requires very little configuration, there are a number of settings which need to be considered before going into production. The following settings *must* be considered before going to production: * <<path-settings,Path settings>> * ...
[[important-settings]] == Important Elasticsearch configuration While Elasticsearch requires very little configuration, there are a number of settings which need to be considered before going into production. The following settings *must* be considered before going to production: * <<path-settings,Path settings>> * ...
Update link to the Slack invite
= Getting support for Micrometer == GitHub issues We choose not to use GitHub issues for general usage questions and support, preferring to use issues solely for the tracking of bugs and enhancements. If you have a general usage question please do not open a GitHub issue, but use one of the other channels described be...
= Getting support for Micrometer == GitHub issues We choose not to use GitHub issues for general usage questions and support, preferring to use issues solely for the tracking of bugs and enhancements. If you have a general usage question please do not open a GitHub issue, but use one of the other channels described be...
Update What's New for 5.8
[[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/...
Add 'failed to create directory' WordPress scenario
= Logbook: horizon.justinwflory.com Running logbook of documentation notes for Horizon. == Firewall _See https://github.com/jwflory/infrastructure/blob/master/roles/firewalld/tasks/main.yml[jwflory/infrastructure firewalld Ansible role]._ == WordPress === wp_cli cannot upgrade WordPress because another update is...
= Logbook: horizon.justinwflory.com Running logbook of documentation notes for Horizon. == Firewall _See https://github.com/jwflory/infrastructure/blob/master/roles/firewalld/tasks/main.yml[jwflory/infrastructure firewalld Ansible role]._ == WordPress === Updating from admin dashboard does not work: "failed to c...
Include header and footer in Release Notes
[[release-notes]] == JUnit 5 Release Notes include::link-attributes.adoc[] :numbered!: include::release-notes-5.1.0-M2.adoc[] include::release-notes-5.1.0-M1.adoc[] include::release-notes-5.0.2.adoc[] include::release-notes-5.0.1.adoc[] include::release-notes-5.0.0.adoc[] include::release-notes-5.0.0-RC3.adoc[]...
[[release-notes]] = JUnit 5 Release Notes Stefan Bechtold; Sam Brannen; Johannes Link; Matthias Merdes; Marc Philipp; Christian Stein // :docinfodir: docinfos :docinfo: private-head :numbered!: // include::link-attributes.adoc[] include::release-notes-5.1.0-M2.adoc[] include::release-notes-5.1.0-M1.adoc[] include::...
Update link to puppet module and remove link to other RPM repo as we have our own.
[[misc]] == Misc * https://github.com/electrical/puppet-elasticsearch[Puppet]: Elasticsearch puppet module. * http://github.com/elasticsearch/cookbook-elasticsearch[Chef]: Chef cookbook for Elasticsearch * https://github.com/tavisto/elasticsearch-rpms[elasticsearch-rpms]: RPMs for elasticsearch. * http://www....
[[misc]] == Misc * https://github.com/elasticsearch/puppet-elasticsearch[Puppet]: Elasticsearch puppet module. * http://github.com/elasticsearch/cookbook-elasticsearch[Chef]: Chef cookbook for Elasticsearch * http://www.github.com/neogenix/daikon[daikon]: Daikon Elasticsearch CLI * https://github.com/Aconex/s...
Add Example projects and compatibility matrix
= JoinFaces Documentation Marcelo Fernandes <persapiens@gmail.com>; Lars Grefer <github@larsgrefer.de> :toc: left == Using JoinFaces === System Requirements === Maven Integration === Gradle Integration
= JoinFaces Documentation Marcelo Fernandes <persapiens@gmail.com>; Lars Grefer <github@larsgrefer.de> :toc: left :sectnums: :sectanchors: == Using JoinFaces .Official example projects |=== |Build tool \ packaing |`jar` |`war` |https://maven.apache.org/[Maven] |https://github.com/joinfaces/joinfaces-maven-jar-exampl...
Make windows caveats a note
= Instructions Follow these steps to setup Docker on your machine. * Go to https://www.docker.com/products/overview#/install_the_platform * Download the distributable for your system type * Follow the installation instructions After installation continue with Exercise 1 to verify that your setup is running correctly...
= Instructions Follow these steps to setup Docker on your machine. * Go to https://www.docker.com/products/overview#/install_the_platform * Download the distributable for your system type * Follow the installation instructions After installation continue with Exercise 1 to verify that your setup is running correctly...
Fix missing yum install when installing the repo
==== Step 2: Install the repository and Minion package Connect with _SSH_ to your remote _RHEL_ system where you need a _Minion_ to be installed. .Install the Yum repository [source, shell] ---- yum -y https://yum.opennms.org/repofiles/opennms-repo-stable-rhel7.noarch.rpm rpm --import https://yum.opennms.org/OPENNMS...
==== Step 2: Install the repository and Minion package Connect with _SSH_ to your remote _RHEL_ system where you need a _Minion_ to be installed. .Install the Yum repository [source, shell] ---- yum -y install https://yum.opennms.org/repofiles/opennms-repo-stable-rhel7.noarch.rpm rpm --import https://yum.opennms.org...
Document support for Java 18
[[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 snapshot download from JitPack
[[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}[...