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
786dbae9588af66a12811e2b908fef964dcb369d
src/main/docs/common-warningDependencyNotBuildscriptDependency.adoc
src/main/docs/common-warningDependencyNotBuildscriptDependency.adoc
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 Gradle build process (managing static assets, for example).
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 Gradle build process (managing static assets, for example).
Correct typo in common warning
Correct typo in common warning
AsciiDoc
apache-2.0
grails/grails-guides,grails/grails-guides,grails/grails-guides
d1b0f81cbe7a94344097493eed64de1228c1e98e
revapi-site/src/site/asciidoc/news/20171029-compatibility-release.adoc
revapi-site/src/site/asciidoc/news/20171029-compatibility-release.adoc
== 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 compatibility with Java 8 restored. The following were released: * Revapi API 0.8.4 * Revapi Basic Features 0.6.3 * Revapi Ant Task 0.6.3 * Revapi Java SPI 0.14.0 * Revapi Java Extension 0.14.3 * Revapi Text Reporter 0.8.2 * Revapi Standalone 0.6.4 * Revapi Maven Plugin 0.9.4 In addition to the above fix, a new artifact is now released `revapi-java-test-support` starting at version `0.1.0`. This artifact is supposed to help custom extensions with testing by providing simple utilities to build, compile and inspect custom jar files.
== 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 compatibility with Java 8 restored. The following were released: * Revapi API 0.8.4 * Revapi Basic Features 0.6.3 * Revapi Ant Task 0.6.3 * Revapi Java SPI 0.14.0 * Revapi Java Extension 0.14.3 * Revapi Text Reporter 0.8.2 * Revapi Standalone 0.6.4 * Revapi Maven Plugin 0.9.4 In addition to the above fix, a new artifact is now released `revapi-java-test-support` starting at version `0.1.0`. This artifact is supposed to help custom extensions with testing by providing simple utilities to build, compile and inspect custom jar files. Thanks go out to Petr Ε irokΓ½ who found, diagnosed and fixed the compatibility issue. Petr, you're a star!
Add a thank-you message to the release notes.
Add a thank-you message to the release notes.
AsciiDoc
apache-2.0
revapi/revapi,revapi/revapi,revapi/revapi
1c755d78b4d040ae178ee36fea8d6f12f28c9130
README.adoc
README.adoc
= 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 each chapter into HTML file. == Lincense The MIT License
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) -- PDF output at output/master.pdf command.
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) -- PDF output at output/master.pdf command.
AsciiDoc
mit
makzan/asciidoc-book-starter
7d62ee05a0fbdf9dded5db8674979eeda4761213
documentation/modules/ROOT/pages/_attributes.adoc
documentation/modules/ROOT/pages/_attributes.adoc
: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.10 :confluent-platform-version: 5.1.2 :strimzi-version: 0.9.0
: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 :confluent-platform-version: 5.1.2 :strimzi-version: 0.9.0
Update documentation version attributes
Update documentation version attributes [ci skip]
AsciiDoc
apache-2.0
debezium/debezium,debezium/debezium,jpechane/debezium,jpechane/debezium,debezium/debezium,jpechane/debezium,debezium/debezium,jpechane/debezium
26e6dfbe200903ee30790b0685e946c53d6a3171
neo4j-ogm-docs/src/main/asciidoc/index.adoc
neo4j-ogm-docs/src/main/asciidoc/index.adoc
= Neo4j-OGM - An Object Graph Mapping Library for Neo4j 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 object-graph mapping (OGM) manual, authored by the Neo4j team. -- The three parts of the manual are: * <<introduction>> -- Introducing graph database concepts, Neo4j and object-graph mapping. * <<tutorial>> -- Follow along as you get started using Neo4j-OGM. * <<reference>> -- Reference documentation for Neo4j-OGM. But before starting, let's see the most important new features. include::introduction/index.adoc[leveloffset=+1] include::tutorial/index.adoc[leveloffset=+1] include::reference/index.adoc[leveloffset=+1] :numbered!: include::appendix/migration-2.1-to-3.0.adoc[leveloffset=+1] include::appendix/design-considerations.adoc[leveloffset=+1] include::appendix/faq.adoc[leveloffset=+1] ifdef::backend-pdf[] include::{license-dir}/license.adoc[leveloffset=1] endif::[]
= 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 Neo4j object-graph mapping (OGM) v{ogm-doc-version}, authored by the Neo4j team. -- The three parts of the manual are: * <<introduction>> -- Introducing graph database concepts, Neo4j and object-graph mapping. * <<tutorial>> -- Follow along as you get started using Neo4j-OGM. * <<reference>> -- Reference documentation for Neo4j-OGM. But before starting, let's see the most important new features. include::introduction/index.adoc[leveloffset=+1] include::tutorial/index.adoc[leveloffset=+1] include::reference/index.adoc[leveloffset=+1] :numbered!: include::appendix/migration-2.1-to-3.0.adoc[leveloffset=+1] include::appendix/design-considerations.adoc[leveloffset=+1] include::appendix/faq.adoc[leveloffset=+1] ifdef::backend-pdf[] include::{license-dir}/license.adoc[leveloffset=1] endif::[]
Add Neo4j-OGM version in short description.
Add Neo4j-OGM version in short description.
AsciiDoc
apache-2.0
neo4j/neo4j-ogm,neo4j/neo4j-ogm,neo4j/neo4j-ogm,neo4j/neo4j-ogm
5ae1310344eaaaca1712878db1cae72a86e659ba
README.adoc
README.adoc
= 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 interface, which will be awesome enough that there will also be an Android Synch Service to go with it. You need to copy config-sample.properties to config.properties, and edit it. Assuming you're using Wildfly 8 or 9 and PostGres 9,, just set up the datasource and do `mvn wildfly:deploy` Things do do. Better UI! Move away from container-managed security so it can more easily become multi-user.
= 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.properties, and edit it. Assuming you're using Wildfly 8 or 9 and PostGreSQL 9, just set up the datasource and do `mvn wildfly:deploy` == Things do do. Move away from container-managed security so it can more easily become multi-user. == BUGS The only reason this is split off from TodoJSF is that Java EE doesn't allow two login-config elements, we need FORM for the JSF and BASIC for the REST. Sigh...
Split into JSF and REST
Split into JSF and REST
AsciiDoc
bsd-2-clause
IanDarwin/TodoService,IanDarwin/TodoService,IanDarwin/TodoREST,IanDarwin/TodoREST
7049aa9c1b4cf624b5ef74a05cf563e41c3d4cf6
README.adoc
README.adoc
= Docker test training == Prerequisites * Hebben ze docker geinstalleerd? Zo nee, doen! == Doel van de presentatie * Basisconcepten van Docker uitleggen * Simpele voorbeelden van containers * Workshop met als doel zelf webpagina met DB backend testen mbv Docker === Vragen wat mensen nog meer zouden willen weten == Wat is docker? * Docker vs VM: de verschillen (-> networking) * Docker distributie model (git-achtig) * Docker client/server * Container file systeem -> volumes == Simpele voorbeelden: * docker run hello-world * docker run bash -> docker inspect, docker ps * docker run nginx -> in browser laten zien * docker run pgsql -> inloggen met pgadmin == Labs * start nginx container met statische inhoud ** volume mounten, aanpassen etc * nginx + selenium, klein testje (java omgeving?) * nginx + selenium + database, test dynamische pagina (docker link) == Extra credit lab * Met docker build pgsql image aanpassen dat ie automatisch baseline data inlaadt, die weer gebruiken in de test
= Docker for testers This repository contains training material for testers that want to get started with http://www.docker.com[Docker]. It was developed by engineers at http://www.bol.com[bol.com]. == Building the course material NOTE: You must have a recent version of the http://www.oracle.com/technetwork/java/javase/downloads/index.html[JDK] installed to build the course material. The course material is written in http://asciidoctor.org/[Asciidoctor] and can be built using the following command: ./gradlew assemble This command will generate a zip file containing all the material in the `workshop/build/distributions` directory.
Update the readme for github
Update the readme for github
AsciiDoc
apache-2.0
bolcom/docker-for-testers,bolcom/docker-for-testers,bolcom/docker-for-testers
e92a28385a14fe7a87608e5e88cc2bb8ca61c72f
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 project or Application.java, then RunAs->Spring Boot Application Seconds later, connect to http://localhost:8000/ Note: that is port 8000, _not_ the usual 8080, to avoid conflicts. Change this in application.properties if you don't like it. Fill in the form and click Submit. == War Packaging for EE App Server Deployment This version has the modifications described in the section entitled "Traditional Deployment"--"Create a deployable war file" in the spring-boot reference manual (Section 85.1 as of this writing). it still works in Maven and Eclipse with these settings, and the packaged was file has a jboss-web.xml config file so it deploys as /springbootdemos when you simply copy the war file to WILDFLYHOME/standalone/deployments.
= 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 project or Application.java, then RunAs->Spring Boot Application Seconds later, connect to http://localhost:8000/ Note: that is port 8000, _not_ the usual 8080, to avoid conflicts. Change this in application.properties if you don't like it. Fill in the form and click Submit. == War Packaging for EE App Server Deployment This version has the modifications described in the section entitled "Traditional Deployment"--"Create a deployable war file" in the spring-boot reference manual (Section 85.1 as of this writing). it still works in Maven (`mvn package`) and can be run in Eclipse with these settings. For WildFly users, the packaged _war_ file has a jboss-web.xml config file so it deploys as _/springbootdemos_ when you simply copy the _war_ file to WILDFLYHOME/standalone/deployments.
Fix typo; while here, tweak wording, formatting.
Fix typo; while here, tweak wording, formatting.
AsciiDoc
bsd-2-clause
IanDarwin/springbootdemo,IanDarwin/springbootdemo
39b154566b6aa98307c2ab7cd4a95eb13c6c4c25
README.adoc
README.adoc
= 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 playground for illustrating different paradigms. In the meantime the following concepts are integrated or planned: - Spring Boot - AsciiDoctor integration, with UML and different outputs - Onion architecture - Docker build/push Next: - reactive programming An up to date documentation is https://haf-tech.github.io/blueprint/[online] available.
= 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.com/api/badges/gate?key=com.haddouti.pg%3Ablueprint-parent["Sonar Quality Gate", link="https://sonarqube.com/api/badges/gate?key=com.haddouti.pg%3Ablueprint-parent"] Blueprint is a playground for illustrating different paradigms. In the meantime the following concepts are integrated or planned: - Spring Boot - AsciiDoctor integration, with UML and different outputs - Onion architecture - Docker build/push Next: - reactive programming An up to date documentation is https://haf-tech.github.io/blueprint/[online] available.
Add badge for SonarQube integration
Add badge for SonarQube integration
AsciiDoc
apache-2.0
haf-tech/blueprint
35f736464f7990d6ca041f83a0b286dd181e85cc
README.adoc
README.adoc
= 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://coveralls.io/github/storozhukBM/requestlimit"]
= 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://coveralls.io/github/storozhukBM/requestlimit"]
Rebuild master with coverage report
Rebuild master with coverage report
AsciiDoc
apache-2.0
storozhukBM/requestlimit
638bb25702931b9e8f71ee91fac3b9c2f4e69e83
doc/release-process.adoc
doc/release-process.adoc
= 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 changelog. . Full build, test .. `./gradlew clean buildCI regTest` . Tag: `git tag -a v0.x.y -m "Release 0.x.y"` . Push: `git push --tags origin master` . Publish to Bintray: .. `./gradlew bintrayUpload` .. Confirm publish of artifacts in Bintray Web UI. . Publish Github pages site including JavaDoc and GroovyDoc .. `./gradlew publishSite` . Publish to Github Packages .. `./gradlew publish` . Update Github https://github.com/OmniLayer/OmniJ/releases[OmniJ Releases] page. == Announcements . Not yet. == After release . Set versions back to -SNAPSHOT .. `gradle.properties` .. omnij-dsl `ExtensionModule` .. `CHANGELOG.adoc` .. *Not* `README.adoc` -- it should match release version . Commit and push to master == Publish Snapshot release to Github Maven repo . `.gradlew clean buildCI regTest publish` == Install Snapshot to local maven repo . `./gradlew clean buildCI publishToMavenLocal`
= 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 changelog. . Full build, test .. `./gradlew clean buildCI regTest` . Tag: `git tag -a v0.x.y -m "Release 0.x.y"` . Push: `git push --tags origin master` . Publish to Gitlab Maven repo: .. `./gradlew publish` . Publish Github pages site including JavaDoc and GroovyDoc .. `./gradlew publishSite` . Update Github https://github.com/OmniLayer/OmniJ/releases[OmniJ Releases] page. == Announcements . Not yet. == After release . Set versions back to -SNAPSHOT .. `gradle.properties` .. omnij-dsl `ExtensionModule` .. `CHANGELOG.adoc` .. *Not* `README.adoc` -- it should match release version . Commit and push to master == Publish Snapshot release to Github Maven repo . `.gradlew clean buildCI regTest publish` == Install Snapshot to local maven repo . `./gradlew clean buildCI publishToMavenLocal`
Update release process for Gitlab Maven repo
Update release process for Gitlab Maven repo
AsciiDoc
apache-2.0
OmniLayer/OmniJ,OmniLayer/OmniJ,OmniLayer/OmniJ
a75cc8e9c997737d724f581e7cc2d6615ea6d092
docs/modules/ROOT/pages/installation.adoc
docs/modules/ROOT/pages/installation.adoc
= 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 backward-incompatible changes between minor releases (since we haven't reached version 1.0 yet). To prevent an unwanted RuboCop update you might want to use a conservative version locking in your `Gemfile`: [source,rb] ---- gem 'rubocop', '~> 0.85.1', require: false ---- NOTE: You can check out our progress on the road to version 1.0 https://github.com/rubocop-hq/rubocop/milestone/4[here]. You can also help us get there faster! :-)
= 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 backward-incompatible changes between minor releases (since we haven't reached version 1.0 yet). To prevent an unwanted RuboCop update you might want to use a conservative version locking in your `Gemfile`: [source,rb] ---- gem 'rubocop', '~> 0.85.1', require: false ---- NOTE: You can check out our progress on the road to version 1.0 https://github.com/rubocop-hq/rubocop/milestone/4[here]. You can also help us get there faster! :-) .A Modular RuboCop **** Originally RuboCop bundled cops focused on performance and Ruby on Rails, but those were extracted into their own gems eventually: * the performance cops were extracted in `rubocop-performance` and were removed from the main gem in 0.68 * the Ruby on Rails cops were extracted in `rubocop-rails` and were removed from the main gem in 0.72 You'll need to install those gems separately if you'd like to use them. See https://metaredux.com/posts/2019/05/22/a-modular-rubocop.html[this article] for more details. Additionally, RuboCop's AST logic was extracted to `rubocop-ast` in RuboCop 0.84. While this change is transparent to RuboCop's users (`rubocop-ast` is a runtime dependency of `rubocop`), it's good to be aware that you can leverage RuboCop's AST node extensions and AST node pattern matching outside of RuboCop. ****
Add a sidebar about gems that were extracted from RuboCop
[Docs] Add a sidebar about gems that were extracted from RuboCop
AsciiDoc
mit
rrosenblum/rubocop,tdeo/rubocop,maxjacobson/rubocop,tejasbubane/rubocop,bbatsov/rubocop,jmks/rubocop,tdeo/rubocop,bbatsov/rubocop,tejasbubane/rubocop,tdeo/rubocop,rrosenblum/rubocop,jmks/rubocop,tejasbubane/rubocop,jmks/rubocop,maxjacobson/rubocop,maxjacobson/rubocop,rrosenblum/rubocop
936919d3dfbff306bdf6cacecb9d2e0b939de6f2
sample.adoc
sample.adoc
= _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 nice, huh?
= _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^2]. Or as stem stem:[a^2+b^2=c^2]. Pretty nice, huh?
Add tests for stem macros
Add tests for stem macros
AsciiDoc
mit
tstumm/asciidoctor-mathematical,asciidoctor/asciidoctor-mathematical
35758235f8e526b22681cf372a636f6475b5d23e
CHANGES.adoc
CHANGES.adoc
= 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 compatibility but maybe in future will be removed. - Rename parameter `maxage` to `max-age` on jws implementation. This change introduces a little backward incompatibility. - Add "compact" signing implementation as replacemen of django based one. - Django based generic signing is removed. - Update buddy-core version to 0.4.0 == Version 0.3.0 Date: 2014-01-18 - First version splitted from monolitic buddy package. - No changes from original version.
= Changelog == Version 0.4.0 Date: 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 compatibility but maybe in future will be removed. - Rename parameter `maxage` to `max-age` on jws implementation. This change introduces a little backward incompatibility. - Add "compact" signing implementation as replacemen of django based one. - Django based generic signing is removed. - Update buddy-core version to 0.4.0 == Version 0.3.0 Date: 2014-01-18 - First version splitted from monolitic buddy package. - No changes from original version.
Update changelog with release date of 0.4.0
Update changelog with release date of 0.4.0
AsciiDoc
apache-2.0
funcool/buddy-sign
a8b46d7aa524c61bb30bffdc64b30c245772066c
ci/README.adoc
ci/README.adoc
== 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/parameters.yml ---- NOTE: This assumes that you have credhub integration configured with the appropriate secrets.
== 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 -l ci/parameters.yml ---- NOTE: This assumes that you have credhub integration configured with the appropriate secrets.
Rename CI pipeline to include the version in its name
Rename CI pipeline to include the version in its name Closes gh-18844
AsciiDoc
apache-2.0
NetoDevel/spring-boot,spring-projects/spring-boot,aahlenst/spring-boot,royclarkson/spring-boot,wilkinsona/spring-boot,royclarkson/spring-boot,eddumelendez/spring-boot,jxblum/spring-boot,philwebb/spring-boot,eddumelendez/spring-boot,mdeinum/spring-boot,vpavic/spring-boot,htynkn/spring-boot,mbenson/spring-boot,joshiste/spring-boot,Buzzardo/spring-boot,ilayaperumalg/spring-boot,shakuzen/spring-boot,dreis2211/spring-boot,philwebb/spring-boot,ilayaperumalg/spring-boot,yangdd1205/spring-boot,eddumelendez/spring-boot,mdeinum/spring-boot,vpavic/spring-boot,chrylis/spring-boot,shakuzen/spring-boot,dreis2211/spring-boot,NetoDevel/spring-boot,htynkn/spring-boot,eddumelendez/spring-boot,spring-projects/spring-boot,mbenson/spring-boot,mdeinum/spring-boot,wilkinsona/spring-boot,htynkn/spring-boot,chrylis/spring-boot,ilayaperumalg/spring-boot,wilkinsona/spring-boot,rweisleder/spring-boot,Buzzardo/spring-boot,yangdd1205/spring-boot,aahlenst/spring-boot,chrylis/spring-boot,vpavic/spring-boot,eddumelendez/spring-boot,rweisleder/spring-boot,jxblum/spring-boot,rweisleder/spring-boot,chrylis/spring-boot,ilayaperumalg/spring-boot,dreis2211/spring-boot,yangdd1205/spring-boot,shakuzen/spring-boot,ilayaperumalg/spring-boot,scottfrederick/spring-boot,jxblum/spring-boot,royclarkson/spring-boot,joshiste/spring-boot,rweisleder/spring-boot,wilkinsona/spring-boot,royclarkson/spring-boot,scottfrederick/spring-boot,dreis2211/spring-boot,jxblum/spring-boot,mdeinum/spring-boot,philwebb/spring-boot,mbenson/spring-boot,aahlenst/spring-boot,shakuzen/spring-boot,shakuzen/spring-boot,Buzzardo/spring-boot,eddumelendez/spring-boot,spring-projects/spring-boot,philwebb/spring-boot,aahlenst/spring-boot,royclarkson/spring-boot,vpavic/spring-boot,mdeinum/spring-boot,wilkinsona/spring-boot,michael-simons/spring-boot,michael-simons/spring-boot,vpavic/spring-boot,htynkn/spring-boot,joshiste/spring-boot,Buzzardo/spring-boot,dreis2211/spring-boot,jxblum/spring-boot,scottfrederick/spring-boot,wilkinsona/spring-boot,spring-projects/spring-boot,dreis2211/spring-boot,michael-simons/spring-boot,NetoDevel/spring-boot,scottfrederick/spring-boot,michael-simons/spring-boot,joshiste/spring-boot,rweisleder/spring-boot,mbenson/spring-boot,spring-projects/spring-boot,mbenson/spring-boot,shakuzen/spring-boot,scottfrederick/spring-boot,rweisleder/spring-boot,jxblum/spring-boot,joshiste/spring-boot,aahlenst/spring-boot,mdeinum/spring-boot,Buzzardo/spring-boot,NetoDevel/spring-boot,chrylis/spring-boot,michael-simons/spring-boot,philwebb/spring-boot,joshiste/spring-boot,NetoDevel/spring-boot,philwebb/spring-boot,htynkn/spring-boot,spring-projects/spring-boot,scottfrederick/spring-boot,chrylis/spring-boot,vpavic/spring-boot,mbenson/spring-boot,Buzzardo/spring-boot,htynkn/spring-boot,aahlenst/spring-boot,ilayaperumalg/spring-boot,michael-simons/spring-boot
f27280812bb07d14f5f0dc4ad770f6fec4c9763d
docs/src/docs/asciidoc/introduction/upgradeNotes.adoc
docs/src/docs/asciidoc/introduction/upgradeNotes.adoc
==== 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 deprecated classes have been deleted from this release and in order to support Java 11 modules in the future some package re-structuring has occurred. ==== Changes to Proxy Handling GORM no longer creates custom proxy factories nor automatically unwraps Hibernate proxies. This makes it more consistent to the way regular Hibernate behaves and reduces the complexity required at the framework level. You may need to alter `instanceof` checks are manually unwrap proxies in certain cases. ==== Module `grails-validation` Deprecated and Removed In GORM 6.x the `grails-validation` module was deprecated and replaced by `grails-datastore-gorm-validation`. Deprecated interfaces were maintained for backwards compatibility. In GORM 7.0 these deprecated classes have been removed and all dependency on `grails-validation` removed.
==== 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 deprecated classes have been deleted from this release and in order to support Java 11 modules in the future some package re-structuring has occurred. ==== Changes to Proxy Handling GORM no longer creates custom proxy factories nor automatically unwraps Hibernate proxies. This makes it more consistent to the way regular Hibernate behaves and reduces the complexity required at the framework level. You may need to alter `instanceof` checks are manually unwrap proxies in certain cases. ==== Module `grails-validation` Deprecated and Removed In GORM 6.x the `grails-validation` module was deprecated and replaced by `grails-datastore-gorm-validation`. Deprecated interfaces were maintained for backwards compatibility. In GORM 7.0 these deprecated classes have been removed and all dependency on `grails-validation` removed. ==== Transactions Now Required for all Operations Previous versions of Hibernate allowed read operations to be executed without the presence of a declaration transaction. Hibernate 5.2 and above require the presence of an active transaction. If see a `javax.persistence.TransactionRequiredException` exception it means your method lacks a `@Transactional` annotation around it.
Add note on transaction requirements
Add note on transaction requirements
AsciiDoc
apache-2.0
grails/gorm-hibernate5
652de914785878fe7e2c85ea54560a68ff9b032b
README.asciidoc
README.asciidoc
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 ~~~~~~~~~~~~~~~~~~~~ * Build Project: `mvn clean install` * Build AsciiDocs: `mvn process-resources -Dasciidoc` * Deploy AsciiDocs: `mvn deploy -Dasciidoc` * Deploy JavaDocs: `mvn deploy -Djavadoc` * Travis Deploy Docs: merge/push to `publish-docs` branch * Integration Tests: `mvn clean verify -DskipIntegrationTests=false` * Performance Tests: `mvn clean verify -DskipPerformanceTests=false` * Gatling Load Tests: `mvn clean test -Pgatling -Dhost={hostname}` Get Started ~~~~~~~~~~~ [source,bash] ---- $ bin/gremlin.sh \,,,/ (o o) -----oOOo-(3)-oOOo----- gremlin> ----
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 ~~~~~~~~~~~~~~~~~~~~ * Build Project: `mvn clean install` * Build AsciiDocs: `mvn process-resources -Dasciidoc` * Deploy AsciiDocs: `mvn deploy -Dasciidoc` * Deploy JavaDocs: `mvn deploy -Djavadoc` * Deploy Zip Archives: `mvn deploy -Darchives` * Travis Deploy Docs: merge/push to `publish-docs` branch * Integration Tests: `mvn clean verify -DskipIntegrationTests=false` * Performance Tests: `mvn clean verify -DskipPerformanceTests=false` * Gatling Load Tests: `mvn clean test -Pgatling -Dhost={hostname}` Get Started ~~~~~~~~~~~ [source,bash] ---- $ bin/gremlin.sh \,,,/ (o o) -----oOOo-(3)-oOOo----- gremlin> ----
Add docs for uploading zip archives.
Add docs for uploading zip archives.
AsciiDoc
apache-2.0
artem-aliev/tinkerpop,n-tran/incubator-tinkerpop,velo/incubator-tinkerpop,vtslab/incubator-tinkerpop,mike-tr-adamson/incubator-tinkerpop,jorgebay/tinkerpop,apache/tinkerpop,mpollmeier/tinkerpop3,rmagen/incubator-tinkerpop,dalaro/incubator-tinkerpop,apache/tinkerpop,RussellSpitzer/incubator-tinkerpop,RussellSpitzer/incubator-tinkerpop,gdelafosse/incubator-tinkerpop,BrynCooke/incubator-tinkerpop,mike-tr-adamson/incubator-tinkerpop,BrynCooke/incubator-tinkerpop,dalaro/incubator-tinkerpop,artem-aliev/tinkerpop,robertdale/tinkerpop,n-tran/incubator-tinkerpop,artem-aliev/tinkerpop,artem-aliev/tinkerpop,krlohnes/tinkerpop,mike-tr-adamson/incubator-tinkerpop,apache/tinkerpop,mpollmeier/tinkerpop3,velo/incubator-tinkerpop,RussellSpitzer/incubator-tinkerpop,newkek/incubator-tinkerpop,pluradj/incubator-tinkerpop,apache/incubator-tinkerpop,apache/tinkerpop,jorgebay/tinkerpop,PommeVerte/incubator-tinkerpop,krlohnes/tinkerpop,robertdale/tinkerpop,Lab41/tinkerpop3,velo/incubator-tinkerpop,robertdale/tinkerpop,jorgebay/tinkerpop,newkek/incubator-tinkerpop,gdelafosse/incubator-tinkerpop,rmagen/incubator-tinkerpop,RedSeal-co/incubator-tinkerpop,samiunn/incubator-tinkerpop,artem-aliev/tinkerpop,krlohnes/tinkerpop,apache/tinkerpop,pluradj/incubator-tinkerpop,jorgebay/tinkerpop,PommeVerte/incubator-tinkerpop,edgarRd/incubator-tinkerpop,newkek/incubator-tinkerpop,RedSeal-co/incubator-tinkerpop,apache/incubator-tinkerpop,edgarRd/incubator-tinkerpop,samiunn/incubator-tinkerpop,Lab41/tinkerpop3,vtslab/incubator-tinkerpop,krlohnes/tinkerpop,vtslab/incubator-tinkerpop,rmagen/incubator-tinkerpop,RedSeal-co/incubator-tinkerpop,apache/incubator-tinkerpop,samiunn/incubator-tinkerpop,dalaro/incubator-tinkerpop,robertdale/tinkerpop,pluradj/incubator-tinkerpop,apache/tinkerpop,robertdale/tinkerpop,krlohnes/tinkerpop,n-tran/incubator-tinkerpop,edgarRd/incubator-tinkerpop,apache/tinkerpop,gdelafosse/incubator-tinkerpop,PommeVerte/incubator-tinkerpop,BrynCooke/incubator-tinkerpop
3f263c02a3a64c8b781ffb643e5631ba5565c8ba
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 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 sure to increase the limit on the number of open files descriptors for the user running Elasticsearch to 65,536 or higher. For the `.zip` and `.tar.gz` packages, set <<ulimit,`ulimit -n 65536`>> as root before starting Elasticsearch, or set `nofile` to `65536` in <<limits.conf,`/etc/security/limits.conf`>>. RPM and Debian packages already default the maximum number of file descriptors to 65536 and do not require further configuration. You can check the `max_file_descriptors` configured for each node using the <<cluster-nodes-stats>> API, with: [source,js] -------------------------------------------------- GET _nodes/stats/process?filter_path=**.max_file_descriptors -------------------------------------------------- // CONSOLE
[[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 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 sure to increase the limit on the number of open files descriptors for the user running Elasticsearch to 65,536 or higher. For the `.zip` and `.tar.gz` packages, set <<ulimit,`ulimit -n 65536`>> as root before starting Elasticsearch, or set `nofile` to `65536` in <<limits.conf,`/etc/security/limits.conf`>>. On macOS, you must also pass the JVM option `-XX:-MaxFDLimit` to Elasticsearch in order for it to make use of the higher file descriptor limit. RPM and Debian packages already default the maximum number of file descriptors to 65536 and do not require further configuration. You can check the `max_file_descriptors` configured for each node using the <<cluster-nodes-stats>> API, with: [source,js] -------------------------------------------------- GET _nodes/stats/process?filter_path=**.max_file_descriptors -------------------------------------------------- // CONSOLE
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
strapdata/elassandra,vroyer/elassandra,vroyer/elasticassandra,vroyer/elasticassandra,vroyer/elassandra,strapdata/elassandra,vroyer/elasticassandra,strapdata/elassandra,strapdata/elassandra,strapdata/elassandra,vroyer/elassandra
3ad8dafe5df17baba283974104f37b8e63780ac1
storage/container_storage_interface/persistent-storage-csi.adoc
storage/container_storage_interface/persistent-storage-csi.adoc
[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[CSI interface] as persistent storage. [IMPORTANT] ==== {product-title} does not ship with any CSI drivers. It is recommended to use the CSI drivers provided by link:https://kubernetes-csi.github.io/docs/drivers.html[community or storage vendors]. Installation instructions differ by driver, and are found in each driver's documentation. Follow the instructions provided by the CSI driver. ==== include::modules/persistent-storage-csi-architecture.adoc[leveloffset=+1] include::modules/persistent-storage-csi-external-controllers.adoc[leveloffset=+2] include::modules/persistent-storage-csi-driver-daemonset.adoc[leveloffset=+2] include::modules/persistent-storage-csi-drivers-supported.adoc[leveloffset=+1] include::modules/persistent-storage-csi-dynamic-provisioning.adoc[leveloffset=+1] include::modules/persistent-storage-csi-mysql-example.adoc[leveloffset=+1]
[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[CSI interface] as persistent storage. include::modules/persistent-storage-csi-architecture.adoc[leveloffset=+1] include::modules/persistent-storage-csi-external-controllers.adoc[leveloffset=+2] include::modules/persistent-storage-csi-driver-daemonset.adoc[leveloffset=+2] include::modules/persistent-storage-csi-drivers-supported.adoc[leveloffset=+1] include::modules/persistent-storage-csi-dynamic-provisioning.adoc[leveloffset=+1] include::modules/persistent-storage-csi-mysql-example.adoc[leveloffset=+1]
Remove note that says that no CSI drivers are installed
Remove note that says that no CSI drivers are installed
AsciiDoc
apache-2.0
vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs
6525fd5cd449a1345f20c8b423a31f2cfb4f829c
data/examples/asciidoc/block_admonition.adoc
data/examples/asciidoc/block_admonition.adoc
// .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 dietary concerns. ==== // .block_with_title [IMPORTANT] .Feeding the Werewolves ==== While werewolves are hardy community members, keep in mind some dietary concerns. ==== // .block_with_id_and_role [IMPORTANT, id=werewolve, role=member] ==== While werewolves are hardy community members, keep in mind some dietary concerns. ====
// .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_title .Title of tip TIP: This is a tip with title. // .tip_with_id_and_role [#tip-1.blue] TIP: This is a tip with id and role. // .tip_block [TIP] ==== This is a tip with complex content. * It contains a list. ==== // .important IMPORTANT: This is an important notice. // .important_with_title .Title of important notice IMPORTANT: This is an important notice with title. // .important_with_id_and_role [#important-1.red] IMPORTANT: This is an important notice with id and role. // .important_block [IMPORTANT] ==== This is an important notice with complex content. * It contains a list. ==== // .caution CAUTION: This is a caution. // .caution_with_title .Title of caution CAUTION: This is a caution with title. // .caution_with_id_and_role [#caution-1.red] CAUTION: This is a caution with id and role. // .caution_block [CAUTION] ==== This is a caution with complex content. * It contains a list. ==== // .warning WARNING: This is a warning. // .warning_with_title .Title of warning WARNING: This is a warning with title. // .warning_with_id_and_role [#warning-1.red] WARNING: This is a warning with id and role. // .warning_block [WARNING] ==== This is a warning with complex content. * It contains a list. ====
Add full set of examples for each admonition type
Examples: Add full set of examples for each admonition type They may be rendered differently, for example note and tip as aside, others as section.
AsciiDoc
mit
asciidoctor/asciidoctor-doctest,asciidoctor/asciidoctor-doctest
fb1a5dd30266f6fa0b521eda61c101ee73e3ec82
modules/registry-configuring-storage-azure-user-infra.adoc
modules/registry-configuring-storage-azure-user-infra.adoc
// 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 Operator automatically configures storage. .Prerequisites * A cluster on Azure with user-provisioned infrastructure. * To configure registry storage for Azure, provide Registry Operator cloud credentials. * For Azure storage the secret is expected to contain one key: ** `REGISTRY_STORAGE_AZURE_ACCOUNTKEY` .Procedure . Create an link:https://docs.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-portal[Azure storage container]. . Fill in the storage configuration in `configs.imageregistry.operator.openshift.io/cluster`: + ---- $ oc edit configs.imageregistry.operator.openshift.io/cluster storage: azure: accountName: <account-name> container: <container-name> ----
// 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 Operator automatically configures storage. .Prerequisites * A cluster on Azure with user-provisioned infrastructure. * To configure registry storage for Azure, provide Registry Operator cloud credentials. * For Azure storage the secret is expected to contain one key: ** `REGISTRY_STORAGE_AZURE_ACCOUNTKEY` .Procedure . Create an link:https://docs.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-portal[Azure storage container]. . Fill in the storage configuration in `configs.imageregistry.operator.openshift.io/cluster`: + ---- $ oc edit configs.imageregistry.operator.openshift.io/cluster storage: azure: accountName: <storage-account-name> container: <container-name> ----
Update storage account name in Azure registry storage configuration
Update storage account name in Azure registry storage configuration
AsciiDoc
apache-2.0
vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs
ebebb98f1e06c83710ce4b81393ae5dc22511c80
adoc/release-process.adoc
adoc/release-process.adoc
= 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 push --tags origin master` . Publish to Bintray: .. `./gradlew bintrayUpload` .. Confirm publish of artifacts in Bintray Web UI. . Update Github https://github.com/OmniLayer/OmniJ/releases[OmniJ Releases] page. . TBD: Update github-pages site (not set up yet) == Announcements . Not yet. == After release . Set versions back to -SNAPSHOT .. `build.gradle` .. omnij-dsl `ExtensionModule` .. *Not* `README.adoc` -- it should match release version . Commit and push to master
= 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 --tags origin master` . Publish to Bintray: .. `./gradlew bintrayUpload` .. Confirm publish of artifacts in Bintray Web UI. . Update Github https://github.com/OmniLayer/OmniJ/releases[OmniJ Releases] page. . TBD: Update github-pages site (not set up yet) == Announcements . Not yet. == After release . Set versions back to -SNAPSHOT .. `build.gradle` .. omnij-dsl `ExtensionModule` .. *Not* `README.adoc` -- it should match release version . Commit and push to master
Use `buildCI` target rather than `jenkinsBuild`
Use `buildCI` target rather than `jenkinsBuild`
AsciiDoc
apache-2.0
OmniLayer/OmniJ,OmniLayer/OmniJ,OmniLayer/OmniJ
6dadb1686c38dba85faef2e5873120e88dc07698
src/docs/asciidoc/index.asciidoc
src/docs/asciidoc/index.asciidoc
= 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::tcp-client.adoc[] include::http-server.adoc[] include::http-client.adoc[]
Add myself to the list with authors for the reference documentation
Add myself to the list with authors for the reference documentation
AsciiDoc
apache-2.0
reactor/reactor-netty,reactor/reactor-netty
a532474236dca603d6ac1c4aeaa967124c44e18e
docs/en/rest-api/security/change-password.asciidoc
docs/en/rest-api/security/change-password.asciidoc
[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 user whose password you want to change. If you do not specify this parameter, the password is changed for the current user. ==== Request Body `password` (required):: (string) The new password value. ==== Authorization Every user can change their own password. Users with the `manage_security` privilege can change passwords of other users. ==== Examples The following example updates the password for the `elastic` user: [source,js] -------------------------------------------------- POST _xpack/security/user/elastic/_password { "password": "x-pack-test-password" } -------------------------------------------------- // CONSOLE A successful call returns an empty JSON structure. [source,js] -------------------------------------------------- {} -------------------------------------------------- // TESTRESPONSE
[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 user whose password you want to change. If you do not specify this parameter, the password is changed for the current user. ==== Request Body `password` (required):: (string) The new password value. ==== Authorization Every user can change their own password. Users with the `manage_security` privilege can change passwords of other users. ==== Examples The following example updates the password for the `elastic` user: [source,js] -------------------------------------------------- POST _xpack/security/user/elastic/_password { "password": "x-pack-test-password" } -------------------------------------------------- // CONSOLE A successful call returns an empty JSON structure. [source,js] -------------------------------------------------- {} -------------------------------------------------- // TESTRESPONSE
Fix formatting in change password API
[DOCS] Fix formatting in change password API Original commit: elastic/x-pack-elasticsearch@0c9b1e7484a5359d08f20ed7f122daac337829d1
AsciiDoc
apache-2.0
strapdata/elassandra,vroyer/elassandra,strapdata/elassandra,strapdata/elassandra,strapdata/elassandra,vroyer/elassandra,strapdata/elassandra,vroyer/elassandra
1f9654cd9c4983449de3219a0112b7ee3968c003
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 items once per day. ## API Documentation The documentation for the Kotlin API bindings can be found https://techdev-solutions.github.io/janitor/pocket-api/[here]. ## Tutorial (German) Kotlin: Ein Tutorial fΓΌr Einsteiger @ JAXenter:: * https://jaxenter.de/kotlin-tutorial-48156[Part 1] * https://jaxenter.de/kotlin-ein-tutorial-fuer-einsteiger-teil-2-48587[Part 2] * https://jaxenter.de/kotlin-ein-tutorial-fuer-einsteiger-teil-3-48967[Part 3] ## Screenshots ### Item Overview image:images/items.png?raw=true[Item Overiew] ### Error View image:images/error.png?raw=true[Error View]
# 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 items once per day. ## API Documentation The documentation for the Kotlin API bindings can be found https://techdev-solutions.github.io/janitor/pocket-api/[here]. ## Tutorial (German) Kotlin: Ein Tutorial fΓΌr Einsteiger @ JAXenter:: * https://jaxenter.de/kotlin-tutorial-48156[Part 1] * https://jaxenter.de/kotlin-ein-tutorial-fuer-einsteiger-teil-2-48587[Part 2] * https://jaxenter.de/kotlin-ein-tutorial-fuer-einsteiger-teil-3-48967[Part 3] * https://jaxenter.de/kotlin-ein-tutorial-fuer-einsteiger-teil-4-49160[Part 4] ## Screenshots ### Item Overview image:images/items.png?raw=true[Item Overiew] ### Error View image:images/error.png?raw=true[Error View]
Add link to 4th part of JAXenter tutorial
Add link to 4th part of JAXenter tutorial
AsciiDoc
apache-2.0
techdev-solutions/janitor,techdev-solutions/janitor
7a9c6243d2070aa8589abb208dce96413bfb60e1
docs/groovy-api/index.asciidoc
docs/groovy-api/index.asciidoc
= Groovy API :ref: http://www.elastic.co/guide/en/elasticsearch/reference/current :java: http://www.elastic.co/guide/en/elasticsearch/client/java-api/current :version: 5.0.0-alpha5 [preface] == Preface This section describes the http://groovy-lang.org/[Groovy] API elasticsearch provides. All elasticsearch APIs are executed using a <<client,GClient>>, and are completely asynchronous in nature (they either accept a listener, or return a future). The Groovy API is a wrapper on top of the {java}[Java API] exposing it in a groovier manner. The execution options for each API follow a similar manner and covered in <<anatomy>>. [[maven]] === Maven Repository The Groovy API is hosted on http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elasticsearch-groovy%22[Maven Central]. For example, you can define the latest version in your `pom.xml` file: ["source","xml",subs="attributes"] -------------------------------------------------- <dependency> <groupId>org.elasticsearch</groupId> <artifactId>elasticsearch-groovy</artifactId> <version>{version}</version> </dependency> -------------------------------------------------- include::anatomy.asciidoc[] include::client.asciidoc[] include::index_.asciidoc[] include::get.asciidoc[] include::delete.asciidoc[] include::search.asciidoc[]
= Groovy API :ref: http://www.elastic.co/guide/en/elasticsearch/reference/current :java: http://www.elastic.co/guide/en/elasticsearch/client/java-api/current :version: 5.1.0 [preface] == Preface This section describes the http://groovy-lang.org/[Groovy] API elasticsearch provides. All elasticsearch APIs are executed using a <<client,GClient>>, and are completely asynchronous in nature (they either accept a listener, or return a future). The Groovy API is a wrapper on top of the {java}[Java API] exposing it in a groovier manner. The execution options for each API follow a similar manner and covered in <<anatomy>>. [[maven]] === Maven Repository The Groovy API is hosted on http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22elasticsearch-groovy%22[Maven Central]. For example, you can define the latest version in your `pom.xml` file: ["source","xml",subs="attributes"] -------------------------------------------------- <dependency> <groupId>org.elasticsearch</groupId> <artifactId>elasticsearch-groovy</artifactId> <version>{version}</version> </dependency> -------------------------------------------------- include::anatomy.asciidoc[] include::client.asciidoc[] include::index_.asciidoc[] include::get.asciidoc[] include::delete.asciidoc[] include::search.asciidoc[]
Fix version constant in Groovy API docs
Fix version constant in Groovy API docs This commit fixes the version constant in the Groovy API docs from 5.0.0-alpha5 to 5.1.0.
AsciiDoc
apache-2.0
strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc
3369241e2471faf05e9c5b9e75341a998ed9f638
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 rules how an application should behave and how it should be implemented. Minimal applications may not always look the same. But the UI concepts never change. There are no surprises for the user. == Technical Features * Independent of the used UI technology. Implementations for Web / Mobile / Desktop. * ORM persistence layer for Maria DB or in memory DB. Transactions and Authorization supported. * Small: The minimalj.jar is still < 1MB * Very few dependencies * Applications can run standalone (like SpringBoot) == Documentation * link:doc/user_guide/user_guide.adoc[Minimal user guide] User guide for Minimal-J applications. * link:doc/topics.adoc[Tutorial and examples] Informations for developers. * link:doc/release_notes.adoc[Release Notes] == Hello World How to implement Hello World in Minimal-J: video::0VHz7gv6TpA[youtube] === Contact * Bruno Eberhard, mailto:[email protected][[email protected]]
= 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 rules how an application should behave and how it should be implemented. Minimal applications may not always look the same. But the UI concepts never change. There are no surprises for the user. == Technical Features * Independent of the used UI technology. Implementations for Web / Mobile / Desktop. * ORM persistence layer for Maria DB or in memory DB. Transactions and Authorization supported. * Small: The minimalj.jar is still < 1MB * Very few dependencies * Applications can run standalone (like SpringBoot) == Documentation * link:doc/user_guide/user_guide.adoc[Minimal user guide] User guide for Minimal-J applications. * link:doc/topics.adoc[Tutorial and examples] Informations for developers. * link:doc/release_notes.adoc[Release Notes] == Hello World How to implement Hello World in Minimal-J: link:_includes/ex-video.adoc[] video::0VHz7gv6TpA[youtube] === Contact * Bruno Eberhard, mailto:[email protected][[email protected]]
Include Hello World Youtube video
Include Hello World Youtube video
AsciiDoc
apache-2.0
BrunoEberhard/minimal-j,BrunoEberhard/minimal-j,BrunoEberhard/minimal-j
2cc182f95a192ac0f6bdd85248d89ac0d7712fed
agrest-docs/agrest-docs-framework/src/docs/asciidoc/_framework/prerequisites.adoc
agrest-docs/agrest-docs-framework/src/docs/asciidoc/_framework/prerequisites.adoc
== 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/docs/4.0/cayenne-guide/index.html[corresponding Cayenne docs]
== 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/4.0/cayenne-guide/index.html[corresponding Cayenne docs]
Update cayenne version mentioned in the documentation
Update cayenne version mentioned in the documentation
AsciiDoc
apache-2.0
nhl/link-rest
5a119725de0012a4776270f22a534de797493180
README.adoc
README.adoc
# 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(document.getElementById("editor"), { lineNumbers: true, lineWrapping: true, mode: "asciidoc" }); ``` ## License BSD ## Credits The AsciiDoc mode for CodeMirror was generated from the AsciiDoc mode for Ace using the https://github.com/espadrine/ace2cm[ace2cm] project by https://github.com/espadrine[Thaddee Tyl].
# 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"), { lineNumbers: true, lineWrapping: true, mode: "asciidoc" }); ``` ## License BSD ## Credits The AsciiDoc mode for CodeMirror was generated from the AsciiDoc mode for Ace using the https://github.com/espadrine/ace2cm[ace2cm] project by https://github.com/espadrine[Thaddee Tyl].
Simplify import path for modules
Simplify import path for modules
AsciiDoc
bsd-3-clause
asciidoctor/codemirror-asciidoc
c1e101786f1ae873184a7118dd9d68c7f94bb806
documentation/common/prerequisites-openshift.adoc
documentation/common/prerequisites-openshift.adoc
[[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 Origin Client. * An OpenShift cluster is required. If you do not have an OpenShift cluster available, see link:https://github.com/minishift/minishift[Minishift^] for an example of how to run a local instance of OpenShift on your machine. * A method to generate certificates is required. This guide uses link:https://www.openssl.org/[OpenSSL^].
[[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 Origin Client. * An OpenShift cluster is required. If you do not have an OpenShift cluster available, see link:https://github.com/minishift/minishift[Minishift^] for an example of how to run a local instance of OpenShift on your machine. * If you want to install {ProductName} on Minishift and want to use Service Catalog, you need to explicitly enable it during the start-up, like [options="nowrap"] ---- MINISHIFT_ENABLE_EXPERIMENTAL="y" minishift start --extra-clusterup-flags "--service-catalog" ---- * A method to generate certificates is required. This guide uses link:https://www.openssl.org/[OpenSSL^].
Update documentation regarding using Service Catalog on Minishift
Update documentation regarding using Service Catalog on Minishift
AsciiDoc
apache-2.0
jenmalloy/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse
5259086a4b8d832e7a9208fd3e6cca1a7b243060
ci/README.adoc
ci/README.adoc
== 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/parameters.yml ---- NOTE: This assumes that you have credhub integration configured with the appropriate secrets.
== 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 -l ci/parameters.yml ---- NOTE: This assumes that you have credhub integration configured with the appropriate secrets.
Fix type in CI readme
Fix type in CI readme
AsciiDoc
apache-2.0
vpavic/spring-boot,aahlenst/spring-boot,mbenson/spring-boot,chrylis/spring-boot,rweisleder/spring-boot,mbenson/spring-boot,tiarebalbi/spring-boot,shakuzen/spring-boot,scottfrederick/spring-boot,wilkinsona/spring-boot,mbenson/spring-boot,NetoDevel/spring-boot,spring-projects/spring-boot,htynkn/spring-boot,tiarebalbi/spring-boot,mdeinum/spring-boot,eddumelendez/spring-boot,joshiste/spring-boot,royclarkson/spring-boot,rweisleder/spring-boot,mdeinum/spring-boot,Buzzardo/spring-boot,jxblum/spring-boot,philwebb/spring-boot,jxblum/spring-boot,philwebb/spring-boot,royclarkson/spring-boot,spring-projects/spring-boot,rweisleder/spring-boot,philwebb/spring-boot,mdeinum/spring-boot,vpavic/spring-boot,mdeinum/spring-boot,michael-simons/spring-boot,eddumelendez/spring-boot,wilkinsona/spring-boot,dreis2211/spring-boot,shakuzen/spring-boot,michael-simons/spring-boot,wilkinsona/spring-boot,scottfrederick/spring-boot,ilayaperumalg/spring-boot,NetoDevel/spring-boot,joshiste/spring-boot,htynkn/spring-boot,htynkn/spring-boot,dreis2211/spring-boot,jxblum/spring-boot,Buzzardo/spring-boot,michael-simons/spring-boot,tiarebalbi/spring-boot,vpavic/spring-boot,spring-projects/spring-boot,vpavic/spring-boot,aahlenst/spring-boot,scottfrederick/spring-boot,chrylis/spring-boot,vpavic/spring-boot,ilayaperumalg/spring-boot,yangdd1205/spring-boot,vpavic/spring-boot,michael-simons/spring-boot,mbenson/spring-boot,wilkinsona/spring-boot,jxblum/spring-boot,NetoDevel/spring-boot,yangdd1205/spring-boot,spring-projects/spring-boot,mbenson/spring-boot,Buzzardo/spring-boot,eddumelendez/spring-boot,aahlenst/spring-boot,aahlenst/spring-boot,ilayaperumalg/spring-boot,philwebb/spring-boot,spring-projects/spring-boot,htynkn/spring-boot,royclarkson/spring-boot,rweisleder/spring-boot,mdeinum/spring-boot,scottfrederick/spring-boot,chrylis/spring-boot,dreis2211/spring-boot,jxblum/spring-boot,wilkinsona/spring-boot,mdeinum/spring-boot,Buzzardo/spring-boot,ilayaperumalg/spring-boot,michael-simons/spring-boot,eddumelendez/spring-boot,tiarebalbi/spring-boot,yangdd1205/spring-boot,chrylis/spring-boot,jxblum/spring-boot,Buzzardo/spring-boot,spring-projects/spring-boot,Buzzardo/spring-boot,ilayaperumalg/spring-boot,dreis2211/spring-boot,eddumelendez/spring-boot,aahlenst/spring-boot,tiarebalbi/spring-boot,royclarkson/spring-boot,royclarkson/spring-boot,chrylis/spring-boot,shakuzen/spring-boot,michael-simons/spring-boot,ilayaperumalg/spring-boot,dreis2211/spring-boot,wilkinsona/spring-boot,scottfrederick/spring-boot,mbenson/spring-boot,NetoDevel/spring-boot,shakuzen/spring-boot,scottfrederick/spring-boot,shakuzen/spring-boot,tiarebalbi/spring-boot,chrylis/spring-boot,htynkn/spring-boot,dreis2211/spring-boot,aahlenst/spring-boot,philwebb/spring-boot,joshiste/spring-boot,shakuzen/spring-boot,eddumelendez/spring-boot,rweisleder/spring-boot,joshiste/spring-boot,philwebb/spring-boot,joshiste/spring-boot,htynkn/spring-boot,rweisleder/spring-boot,joshiste/spring-boot,NetoDevel/spring-boot
cc851d5c28ccaf79ff7982a44dbee742a776b892
doc/pages/changelog.asciidoc
doc/pages/changelog.asciidoc
= 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 `-override`. * The search prompt uses buffer word completion so that fuzzy completion can be used to quickly search for a buffer word. * The `wrap` highlighter can accept a new `-marker <marker_text>` switch. == Kakoune 2018.04.13 First official Kakoune release.
= 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. * `%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 `-override`. * The search prompt uses buffer word completion so that fuzzy completion can be used to quickly search for a buffer word. * The `wrap` highlighter can accept a new `-marker <marker_text>` switch. * The command line syntax has changed to support robust escaping, see <<command-parsing#,`:doc command-parsing`>>. * Various lists (options, registers...) in Kakoune are now written using the command line syntax: - `set-register` now take an arbitrary number of parameters and sets the register to multiple strings. `%reg` expands to a list of strings. - `%opt` expands list options as list of strings. - selection descs are whitespaces separated instead of `:` separated == Kakoune 2018.04.13 First official Kakoune release.
Update Changelog to describe the list syntax overhaul
Update Changelog to describe the list syntax overhaul
AsciiDoc
unlicense
lenormf/kakoune,occivink/kakoune,casimir/kakoune,danr/kakoune,danr/kakoune,jkonecny12/kakoune,casimir/kakoune,casimir/kakoune,jkonecny12/kakoune,alexherbo2/kakoune,Somasis/kakoune,lenormf/kakoune,alexherbo2/kakoune,Somasis/kakoune,danr/kakoune,danr/kakoune,alexherbo2/kakoune,mawww/kakoune,Somasis/kakoune,jkonecny12/kakoune,mawww/kakoune,jkonecny12/kakoune,lenormf/kakoune,occivink/kakoune,casimir/kakoune,jjthrash/kakoune,mawww/kakoune,Somasis/kakoune,alexherbo2/kakoune,jjthrash/kakoune,lenormf/kakoune,jjthrash/kakoune,mawww/kakoune,occivink/kakoune,jjthrash/kakoune,occivink/kakoune
43a1f8249c50ca5e61e06c15a6f4b24632023189
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://github.com/spring-projects/spring-security/issues/8980[gh-8980] - Remove unsafe/deprecated `Encryptors.querableText(CharSequence,CharSequence)`. Instead use data storage to encrypt values. * https://github.com/spring-projects/spring-security/issues/11520[gh-11520] - Remember Me uses SHA256 by default * https://github.com/spring-projects/spring-security/issues/8819 - Move filters to web package Reorganize imports * https://github.com/spring-projects/spring-security/issues/7349 - Move filter and token to appropriate packages Reorganize imports * https://github.com/spring-projects/spring-security/issues/11026[gh-11026] - Use `RequestAttributeSecurityContextRepository` instead of `NullSecurityContextRepository` * https://github.com/spring-projects/spring-security/pull/11887[gh-11827] - Change default authority for `oauth2Login()`
[[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://github.com/spring-projects/spring-security/issues/8980[gh-8980] - Remove unsafe/deprecated `Encryptors.querableText(CharSequence,CharSequence)`. Instead use data storage to encrypt values. * https://github.com/spring-projects/spring-security/issues/11520[gh-11520] - Remember Me uses SHA256 by default * https://github.com/spring-projects/spring-security/issues/8819 - Move filters to web package Reorganize imports * https://github.com/spring-projects/spring-security/issues/7349 - Move filter and token to appropriate packages Reorganize imports * https://github.com/spring-projects/spring-security/issues/11026[gh-11026] - Use `RequestAttributeSecurityContextRepository` instead of `NullSecurityContextRepository` * https://github.com/spring-projects/spring-security/pull/11887[gh-11827] - Change default authority for `oauth2Login()` * https://github.com/spring-projects/spring-security/issues/10347[gh-10347] - Remove `UsernamePasswordAuthenticationToken` check in `BasicAuthenticationFilter`
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
598dd1d73bb429845249485bcc8dcba1f83501db
README.asciidoc
README.asciidoc
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 ~~~~~~~~ * Build Project: `mvn clean install` * Build AsciiDocs: `mvn process-resources -Dasciidoc` * Deploy AsciiDocs: `mvn deploy -Dasciidoc` * Deploy JavaDocs: `mvn deploy -Djavadoc` Get Started ~~~~~~~~~~~ [source,bash] ---- $ bin/gremlin.sh \,,,/ (o o) -----oOOo-(3)-oOOo----- gremlin> ----
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 ~~~~~~~~~~~~~~~~~~~~ * Build Project: `mvn clean install` * Build AsciiDocs: `mvn process-resources -Dasciidoc` * Deploy AsciiDocs: `mvn deploy -Dasciidoc` * Deploy JavaDocs: `mvn deploy -Djavadoc` * Travis Deploy Docs: merge/push to `publish-docs` branch * Integration Tests: `mvn clean verify -DskipIntegrationTests=false` * Performance Tests: `mvn clean verify -DskipPerformanceTests=false` * Gatling Load Tests: `mvn clean test -Pgatling -Dhost={hostname}` Get Started ~~~~~~~~~~~ [source,bash] ---- $ bin/gremlin.sh \,,,/ (o o) -----oOOo-(3)-oOOo----- gremlin> ----
Add some build/test commands to readme.
Add some build/test commands to readme.
AsciiDoc
apache-2.0
artem-aliev/tinkerpop,krlohnes/tinkerpop,RussellSpitzer/incubator-tinkerpop,PommeVerte/incubator-tinkerpop,samiunn/incubator-tinkerpop,jorgebay/tinkerpop,apache/incubator-tinkerpop,RussellSpitzer/incubator-tinkerpop,robertdale/tinkerpop,PommeVerte/incubator-tinkerpop,artem-aliev/tinkerpop,velo/incubator-tinkerpop,edgarRd/incubator-tinkerpop,samiunn/incubator-tinkerpop,krlohnes/tinkerpop,dalaro/incubator-tinkerpop,edgarRd/incubator-tinkerpop,apache/tinkerpop,samiunn/incubator-tinkerpop,mike-tr-adamson/incubator-tinkerpop,apache/tinkerpop,BrynCooke/incubator-tinkerpop,velo/incubator-tinkerpop,krlohnes/tinkerpop,gdelafosse/incubator-tinkerpop,robertdale/tinkerpop,rmagen/incubator-tinkerpop,BrynCooke/incubator-tinkerpop,n-tran/incubator-tinkerpop,vtslab/incubator-tinkerpop,pluradj/incubator-tinkerpop,mpollmeier/tinkerpop3,newkek/incubator-tinkerpop,newkek/incubator-tinkerpop,RedSeal-co/incubator-tinkerpop,artem-aliev/tinkerpop,vtslab/incubator-tinkerpop,apache/incubator-tinkerpop,jorgebay/tinkerpop,mike-tr-adamson/incubator-tinkerpop,RussellSpitzer/incubator-tinkerpop,rmagen/incubator-tinkerpop,Lab41/tinkerpop3,PommeVerte/incubator-tinkerpop,artem-aliev/tinkerpop,edgarRd/incubator-tinkerpop,artem-aliev/tinkerpop,apache/tinkerpop,n-tran/incubator-tinkerpop,vtslab/incubator-tinkerpop,newkek/incubator-tinkerpop,n-tran/incubator-tinkerpop,RedSeal-co/incubator-tinkerpop,dalaro/incubator-tinkerpop,krlohnes/tinkerpop,pluradj/incubator-tinkerpop,apache/tinkerpop,mpollmeier/tinkerpop3,mike-tr-adamson/incubator-tinkerpop,apache/tinkerpop,BrynCooke/incubator-tinkerpop,gdelafosse/incubator-tinkerpop,apache/tinkerpop,rmagen/incubator-tinkerpop,jorgebay/tinkerpop,Lab41/tinkerpop3,apache/tinkerpop,pluradj/incubator-tinkerpop,robertdale/tinkerpop,robertdale/tinkerpop,robertdale/tinkerpop,gdelafosse/incubator-tinkerpop,dalaro/incubator-tinkerpop,RedSeal-co/incubator-tinkerpop,apache/incubator-tinkerpop,jorgebay/tinkerpop,velo/incubator-tinkerpop,krlohnes/tinkerpop
96f301d0c4702fc66b7f0b4e8fcee9927db6ff04
docs/user-manual/modules/ROOT/pages/getting-started.adoc
docs/user-manual/modules/ROOT/pages/getting-started.adoc
= 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:components:eips:enterprise-integration-patterns.adoc[Enterprise Integration Patterns] and how to implement them with Camel * Review the xref:architecture.adoc[Architecture guide] to see how to build Routes using the xref:dsl.adoc[DSL]. == Working with CamelContexts and RouteBuilders To get started with Camel: 1. Create a xref:camelcontext.adoc[CamelContext]. 2. Add whatever routing rules you wish using the DSL and `RouteBuilder` or using XML DSL. 3. Start the Camel context. When your application is closing you may wish to stop the context When you are ready, why not xref:walk-through-an-example.adoc[Walk through an Example]? And then continue the walk xref:walk-through-another-example.adoc[Walk through another example].
= 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:components:eips:enterprise-integration-patterns.adoc[Enterprise Integration Patterns] and how to implement them with Camel * Review the xref:architecture.adoc[Architecture guide] to see how to build Routes using the xref:dsl.adoc[DSL]. == Working with CamelContexts and RouteBuilders To get started with Camel: 1. Create a xref:camelcontext.adoc[CamelContext]. 2. Add whatever routing rules you wish using the DSL and `RouteBuilder` or using XML DSL. 3. Start the Camel context. When your application is closing you may wish to stop the context When you are ready, why not xref:walk-through-an-example.adoc[walk through an example]? And then xref:walk-through-another-example.adoc[walk through another example].
Update walk through link text
Update walk through link text Changed "walk through" link text to be grammatically correct.
AsciiDoc
apache-2.0
tadayosi/camel,tadayosi/camel,cunningt/camel,adessaigne/camel,adessaigne/camel,adessaigne/camel,christophd/camel,adessaigne/camel,adessaigne/camel,apache/camel,tadayosi/camel,adessaigne/camel,christophd/camel,cunningt/camel,tadayosi/camel,apache/camel,apache/camel,christophd/camel,cunningt/camel,cunningt/camel,christophd/camel,apache/camel,tadayosi/camel,tadayosi/camel,christophd/camel,cunningt/camel,christophd/camel,apache/camel,cunningt/camel,apache/camel
c414faf2fb53e462cee7a41bc41f46e8c84e9dc3
docs/reference/setup/sysconfig/file-descriptors.asciidoc
docs/reference/setup/sysconfig/file-descriptors.asciidoc
[[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 sure to increase the limit on the number of open files descriptors for the user running Elasticsearch to 65,536 or higher. For the `.zip` and `.tar.gz` packages, set <<ulimit,`ulimit -n 65536`>> as root before starting Elasticsearch, or set `nofile` to `65536` in <<limits.conf,`/etc/security/limits.conf`>>. RPM and Debian packages already default the maximum number of file descriptors to 65536 and do not require further configuration. You can check the `max_file_descriptors` configured for each node using the <<cluster-nodes-stats>> API, with: [source,js] -------------------------------------------------- GET _nodes/stats/process?filter_path=**.max_file_descriptors -------------------------------------------------- // CONSOLE
[[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 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 sure to increase the limit on the number of open files descriptors for the user running Elasticsearch to 65,536 or higher. For the `.zip` and `.tar.gz` packages, set <<ulimit,`ulimit -n 65536`>> as root before starting Elasticsearch, or set `nofile` to `65536` in <<limits.conf,`/etc/security/limits.conf`>>. RPM and Debian packages already default the maximum number of file descriptors to 65536 and do not require further configuration. You can check the `max_file_descriptors` configured for each node using the <<cluster-nodes-stats>> API, with: [source,js] -------------------------------------------------- GET _nodes/stats/process?filter_path=**.max_file_descriptors -------------------------------------------------- // CONSOLE
Reword note about windows and FDs
Reword note about windows and FDs Make it clear why this isn't a thing in windows and remove value judgement about file descriptors. Relates to #20737
AsciiDoc
apache-2.0
i-am-Nathan/elasticsearch,liweinan0423/elasticsearch,nknize/elasticsearch,JackyMai/elasticsearch,wangtuo/elasticsearch,Stacey-Gammon/elasticsearch,fred84/elasticsearch,winstonewert/elasticsearch,naveenhooda2000/elasticsearch,mohit/elasticsearch,gingerwizard/elasticsearch,ThiagoGarciaAlves/elasticsearch,bawse/elasticsearch,markwalkom/elasticsearch,uschindler/elasticsearch,rajanm/elasticsearch,scorpionvicky/elasticsearch,artnowo/elasticsearch,Helen-Zhao/elasticsearch,Helen-Zhao/elasticsearch,nezirus/elasticsearch,C-Bish/elasticsearch,brandonkearby/elasticsearch,MisterAndersen/elasticsearch,wenpos/elasticsearch,elasticdog/elasticsearch,MisterAndersen/elasticsearch,mikemccand/elasticsearch,nezirus/elasticsearch,gfyoung/elasticsearch,GlenRSmith/elasticsearch,i-am-Nathan/elasticsearch,JervyShi/elasticsearch,geidies/elasticsearch,jimczi/elasticsearch,spiegela/elasticsearch,strapdata/elassandra,kalimatas/elasticsearch,wangtuo/elasticsearch,alexshadow007/elasticsearch,mortonsykes/elasticsearch,scorpionvicky/elasticsearch,markwalkom/elasticsearch,uschindler/elasticsearch,spiegela/elasticsearch,umeshdangat/elasticsearch,nilabhsagar/elasticsearch,fforbeck/elasticsearch,JervyShi/elasticsearch,nezirus/elasticsearch,strapdata/elassandra,obourgain/elasticsearch,nilabhsagar/elasticsearch,C-Bish/elasticsearch,MisterAndersen/elasticsearch,glefloch/elasticsearch,coding0011/elasticsearch,vroyer/elassandra,winstonewert/elasticsearch,gingerwizard/elasticsearch,HonzaKral/elasticsearch,nknize/elasticsearch,StefanGor/elasticsearch,JervyShi/elasticsearch,pozhidaevak/elasticsearch,s1monw/elasticsearch,nknize/elasticsearch,winstonewert/elasticsearch,mjason3/elasticsearch,Stacey-Gammon/elasticsearch,coding0011/elasticsearch,elasticdog/elasticsearch,ZTE-PaaS/elasticsearch,uschindler/elasticsearch,wenpos/elasticsearch,wangtuo/elasticsearch,sneivandt/elasticsearch,Shepard1212/elasticsearch,strapdata/elassandra,IanvsPoplicola/elasticsearch,markwalkom/elasticsearch,kalimatas/elasticsearch,jimczi/elasticsearch,henakamaMSFT/elasticsearch,scottsom/elasticsearch,ZTE-PaaS/elasticsearch,mikemccand/elasticsearch,fred84/elasticsearch,LewayneNaidoo/elasticsearch,LeoYao/elasticsearch,jimczi/elasticsearch,mortonsykes/elasticsearch,njlawton/elasticsearch,Helen-Zhao/elasticsearch,maddin2016/elasticsearch,StefanGor/elasticsearch,ZTE-PaaS/elasticsearch,i-am-Nathan/elasticsearch,fernandozhu/elasticsearch,shreejay/elasticsearch,mortonsykes/elasticsearch,maddin2016/elasticsearch,IanvsPoplicola/elasticsearch,s1monw/elasticsearch,LeoYao/elasticsearch,masaruh/elasticsearch,GlenRSmith/elasticsearch,LeoYao/elasticsearch,masaruh/elasticsearch,kalimatas/elasticsearch,njlawton/elasticsearch,bawse/elasticsearch,gingerwizard/elasticsearch,brandonkearby/elasticsearch,gmarz/elasticsearch,strapdata/elassandra,IanvsPoplicola/elasticsearch,coding0011/elasticsearch,brandonkearby/elasticsearch,wuranbo/elasticsearch,pozhidaevak/elasticsearch,glefloch/elasticsearch,IanvsPoplicola/elasticsearch,umeshdangat/elasticsearch,masaruh/elasticsearch,LewayneNaidoo/elasticsearch,markwalkom/elasticsearch,MaineC/elasticsearch,winstonewert/elasticsearch,mohit/elasticsearch,vroyer/elassandra,bawse/elasticsearch,yanjunh/elasticsearch,qwerty4030/elasticsearch,nilabhsagar/elasticsearch,winstonewert/elasticsearch,elasticdog/elasticsearch,Shepard1212/elasticsearch,brandonkearby/elasticsearch,mjason3/elasticsearch,jimczi/elasticsearch,glefloch/elasticsearch,a2lin/elasticsearch,gingerwizard/elasticsearch,glefloch/elasticsearch,spiegela/elasticsearch,JervyShi/elasticsearch,rajanm/elasticsearch,jimczi/elasticsearch,artnowo/elasticsearch,bawse/elasticsearch,gmarz/elasticsearch,bawse/elasticsearch,maddin2016/elasticsearch,gingerwizard/elasticsearch,gfyoung/elasticsearch,MaineC/elasticsearch,maddin2016/elasticsearch,geidies/elasticsearch,shreejay/elasticsearch,rajanm/elasticsearch,sneivandt/elasticsearch,shreejay/elasticsearch,nazarewk/elasticsearch,jprante/elasticsearch,scottsom/elasticsearch,qwerty4030/elasticsearch,robin13/elasticsearch,lks21c/elasticsearch,Shepard1212/elasticsearch,C-Bish/elasticsearch,a2lin/elasticsearch,qwerty4030/elasticsearch,s1monw/elasticsearch,scottsom/elasticsearch,liweinan0423/elasticsearch,pozhidaevak/elasticsearch,robin13/elasticsearch,ThiagoGarciaAlves/elasticsearch,vroyer/elasticassandra,obourgain/elasticsearch,mjason3/elasticsearch,jprante/elasticsearch,gingerwizard/elasticsearch,henakamaMSFT/elasticsearch,njlawton/elasticsearch,JervyShi/elasticsearch,scottsom/elasticsearch,ThiagoGarciaAlves/elasticsearch,maddin2016/elasticsearch,shreejay/elasticsearch,fred84/elasticsearch,gfyoung/elasticsearch,JSCooke/elasticsearch,rlugojr/elasticsearch,nazarewk/elasticsearch,mikemccand/elasticsearch,coding0011/elasticsearch,fernandozhu/elasticsearch,HonzaKral/elasticsearch,C-Bish/elasticsearch,MisterAndersen/elasticsearch,henakamaMSFT/elasticsearch,LeoYao/elasticsearch,liweinan0423/elasticsearch,masaruh/elasticsearch,nilabhsagar/elasticsearch,robin13/elasticsearch,gmarz/elasticsearch,nazarewk/elasticsearch,uschindler/elasticsearch,rlugojr/elasticsearch,coding0011/elasticsearch,ZTE-PaaS/elasticsearch,LeoYao/elasticsearch,gingerwizard/elasticsearch,mjason3/elasticsearch,nknize/elasticsearch,sneivandt/elasticsearch,wuranbo/elasticsearch,ZTE-PaaS/elasticsearch,wenpos/elasticsearch,i-am-Nathan/elasticsearch,fred84/elasticsearch,fernandozhu/elasticsearch,henakamaMSFT/elasticsearch,pozhidaevak/elasticsearch,brandonkearby/elasticsearch,JSCooke/elasticsearch,markwalkom/elasticsearch,LeoYao/elasticsearch,qwerty4030/elasticsearch,kalimatas/elasticsearch,yanjunh/elasticsearch,JSCooke/elasticsearch,Shepard1212/elasticsearch,scorpionvicky/elasticsearch,robin13/elasticsearch,fred84/elasticsearch,JSCooke/elasticsearch,naveenhooda2000/elasticsearch,scottsom/elasticsearch,lks21c/elasticsearch,fforbeck/elasticsearch,jprante/elasticsearch,sneivandt/elasticsearch,obourgain/elasticsearch,LewayneNaidoo/elasticsearch,a2lin/elasticsearch,Helen-Zhao/elasticsearch,alexshadow007/elasticsearch,artnowo/elasticsearch,mohit/elasticsearch,wenpos/elasticsearch,njlawton/elasticsearch,liweinan0423/elasticsearch,MisterAndersen/elasticsearch,wuranbo/elasticsearch,wangtuo/elasticsearch,mikemccand/elasticsearch,alexshadow007/elasticsearch,elasticdog/elasticsearch,lks21c/elasticsearch,naveenhooda2000/elasticsearch,masaruh/elasticsearch,JackyMai/elasticsearch,mortonsykes/elasticsearch,gfyoung/elasticsearch,scorpionvicky/elasticsearch,glefloch/elasticsearch,LeoYao/elasticsearch,vroyer/elasticassandra,JackyMai/elasticsearch,alexshadow007/elasticsearch,nknize/elasticsearch,umeshdangat/elasticsearch,robin13/elasticsearch,scorpionvicky/elasticsearch,naveenhooda2000/elasticsearch,spiegela/elasticsearch,njlawton/elasticsearch,Helen-Zhao/elasticsearch,a2lin/elasticsearch,MaineC/elasticsearch,mortonsykes/elasticsearch,qwerty4030/elasticsearch,HonzaKral/elasticsearch,rlugojr/elasticsearch,nezirus/elasticsearch,mjason3/elasticsearch,nazarewk/elasticsearch,MaineC/elasticsearch,vroyer/elasticassandra,geidies/elasticsearch,MaineC/elasticsearch,geidies/elasticsearch,Stacey-Gammon/elasticsearch,JackyMai/elasticsearch,wenpos/elasticsearch,fernandozhu/elasticsearch,elasticdog/elasticsearch,umeshdangat/elasticsearch,lks21c/elasticsearch,vroyer/elassandra,GlenRSmith/elasticsearch,liweinan0423/elasticsearch,GlenRSmith/elasticsearch,ThiagoGarciaAlves/elasticsearch,geidies/elasticsearch,jprante/elasticsearch,fforbeck/elasticsearch,obourgain/elasticsearch,StefanGor/elasticsearch,JervyShi/elasticsearch,strapdata/elassandra,C-Bish/elasticsearch,wangtuo/elasticsearch,StefanGor/elasticsearch,fforbeck/elasticsearch,naveenhooda2000/elasticsearch,nazarewk/elasticsearch,JSCooke/elasticsearch,rlugojr/elasticsearch,s1monw/elasticsearch,gmarz/elasticsearch,i-am-Nathan/elasticsearch,artnowo/elasticsearch,lks21c/elasticsearch,StefanGor/elasticsearch,GlenRSmith/elasticsearch,nezirus/elasticsearch,HonzaKral/elasticsearch,LewayneNaidoo/elasticsearch,mikemccand/elasticsearch,fforbeck/elasticsearch,geidies/elasticsearch,artnowo/elasticsearch,kalimatas/elasticsearch,rlugojr/elasticsearch,Stacey-Gammon/elasticsearch,umeshdangat/elasticsearch,spiegela/elasticsearch,markwalkom/elasticsearch,rajanm/elasticsearch,alexshadow007/elasticsearch,wuranbo/elasticsearch,obourgain/elasticsearch,gmarz/elasticsearch,shreejay/elasticsearch,a2lin/elasticsearch,JackyMai/elasticsearch,pozhidaevak/elasticsearch,nilabhsagar/elasticsearch,Shepard1212/elasticsearch,yanjunh/elasticsearch,henakamaMSFT/elasticsearch,uschindler/elasticsearch,IanvsPoplicola/elasticsearch,gfyoung/elasticsearch,LewayneNaidoo/elasticsearch,mohit/elasticsearch,sneivandt/elasticsearch,rajanm/elasticsearch,ThiagoGarciaAlves/elasticsearch,yanjunh/elasticsearch,s1monw/elasticsearch,wuranbo/elasticsearch,ThiagoGarciaAlves/elasticsearch,mohit/elasticsearch,rajanm/elasticsearch,fernandozhu/elasticsearch,Stacey-Gammon/elasticsearch,jprante/elasticsearch,yanjunh/elasticsearch
f1bcb4279b9839f1d5c2b47777003a51c12b64e9
documentation/modules/proc-create-address-space-cli.adoc
documentation/modules/proc-create-address-space-cli.adoc
// 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="nowrap"] .link:resources/standard-address-space.yaml[standard-address-space.yaml] ---- include::../common/standard-address-space.yaml[] ---- . Create the address space: + [options="nowrap",subs="attributes"] ---- {cmdcli} create -f standard-address-space.yaml ---- + The address space is ready for use when `.status.isReady` field is set to `true`. . Check the status of the address space: + [options="nowrap",subs="attributes"] ---- {cmdcli} get addressspace myspace -o jsonpath={.status.isReady} ---- . Retrieve console URL: + [options="nowrap",subs="attributes"] ---- {cmdcli} get addressspace myspace -o jsonpath={.status.endpointStatuses[?(@.name==\'console\')].host} ----
// 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: + [source,yaml,options="nowrap"] ---- {cmdcli} login -u developer ---- . Create the project for the messaging application: + [source,yaml,options="nowrap"] ---- {cmdcli} new-project myapp ---- endif::[] . Create an address space definition: + [source,yaml,options="nowrap"] .link:resources/standard-address-space.yaml[standard-address-space.yaml] ---- include::../common/standard-address-space.yaml[] ---- . Create the address space: + [options="nowrap",subs="attributes"] ---- {cmdcli} create -f standard-address-space.yaml ---- + The address space is ready for use when `.status.isReady` field is set to `true`. . Check the status of the address space: + [options="nowrap",subs="attributes"] ---- {cmdcli} get addressspace myspace -o jsonpath={.status.isReady} ---- . Retrieve console URL: + [options="nowrap",subs="attributes"] ---- {cmdcli} get addressspace myspace -o jsonpath={.status.endpointStatuses[?(@.name==\'console\')].host} ----
Add additional steps for creating address space
Add additional steps for creating address space
AsciiDoc
apache-2.0
EnMasseProject/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,jenmalloy/enmasse
2eb8be4ffd90b3b8243b1578b4970f2d0854d0d8
modules/dynamic-provisioning-change-default-class.adoc
modules/dynamic-provisioning-change-default-class.adoc
// 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 defined, `gp2` and `standard`, and you want to change the default StorageClass from `gp2` to `standard`. . List the StorageClass: + ---- $ oc get storageclass NAME TYPE gp2 (default) kubernetes.io/aws-ebs <1> standard kubernetes.io/gce-pd ---- <1> `(default)` denotes the default StorageClass. . Change the value of the annotation `storageclass.kubernetes.io/is-default-class` to `false` for the default StorageClass: + ---- $ oc patch storageclass gp2 -p '{"metadata": {"annotations": {"storageclass.kubernetes.io/is-default-class": "false"}}}' ---- . Make another StorageClass the default by adding or modifying the annotation as `storageclass.kubernetes.io/is-default-class=true`. + ---- $ oc patch storageclass standard -p '{"metadata": {"annotations": {"storageclass.kubernetes.io/is-default-class": "true"}}}' ---- . Verify the changes: + ---- $ oc get storageclass NAME TYPE gp2 kubernetes.io/aws-ebs standard (default) kubernetes.io/gce-pd ----
// 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` and `standard`, and you want to change the default StorageClass from `gp2` to `standard`. . List the StorageClass: + ---- $ oc get storageclass NAME TYPE gp2 (default) kubernetes.io/aws-ebs <1> standard kubernetes.io/aws-ebs ---- <1> `(default)` denotes the default StorageClass. . Change the value of the annotation `storageclass.kubernetes.io/is-default-class` to `false` for the default StorageClass: + ---- $ oc patch storageclass gp2 -p '{"metadata": {"annotations": {"storageclass.kubernetes.io/is-default-class": "false"}}}' ---- . Make another StorageClass the default by adding or modifying the annotation as `storageclass.kubernetes.io/is-default-class=true`. + ---- $ oc patch storageclass standard -p '{"metadata": {"annotations": {"storageclass.kubernetes.io/is-default-class": "true"}}}' ---- . Verify the changes: + ---- $ oc get storageclass NAME TYPE gp2 kubernetes.io/aws-ebs standard (default) kubernetes.io/aws-ebs ----
Fix bz1729334: remove GCE storage reference
Fix bz1729334: remove GCE storage reference https://bugzilla.redhat.com/show_bug.cgi?id=1729334
AsciiDoc
apache-2.0
vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs
9a24dc04c08147e163cce2340ad363f7ebb4a6d7
src/test/resources/cavia/traits/habitat/natural.asciidoc
src/test/resources/cavia/traits/habitat/natural.asciidoc
: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 species of cavy identified in the 20th century, such as C. anolaimae and C. guianae, may be domestic guinea pigs that have become feral by reintroduction into the wild. Wild cavies are found on grassy plains and occupy an ecological niche similar to that of cattle. They are social, living in the wild in small groups which consist of several females (sows), a male (boar), and the young (which in a break with the preceding porcine nomenclature are called pups). They move together in groups (herds) eating grass or other vegetation, and do not store food. While they do not burrow or build nests, they frequently seek shelter in the burrows of other animals, as well as in crevices and tunnels formed by vegetation. They tend to be most active during dawn and dusk, when it is harder for predators to spot them.
: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 species of cavy identified in the 20th century, such as C. anolaimae and C. guianae, may be domestic guinea pigs that have become feral by reintroduction into the wild. Wild cavies are found on grassy plains and occupy an ecological niche similar to that of cattle. They are social, living in the wild in small groups which consist of several females (sows), a male (boar), and the young (which in a break with the preceding porcine nomenclature are called pups). They move together in groups (herds) eating grass or other vegetation, and do not store food. While they do not burrow or build nests, they frequently seek shelter in the burrows of other animals, as well as in crevices and tunnels formed by vegetation. They tend to be most active during dawn and dusk, when it is harder for predators to spot them.
Fix header in test source
Fix header in test source
AsciiDoc
apache-2.0
madhead/doktor,madhead/doktor,madhead/doktor
b8a50103ba0a0170594dbbf51e71f495e1f1568b
docs/modules/extensions/pages/conversion-process-overview.adoc
docs/modules/extensions/pages/conversion-process-overview.adoc
= 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 the internal representation, the AST (_abstract syntax tree_). . Processing: the AST is processed. For example to detect possible errors, add automatically generated content (toc), etc. . Output generation: once the final AST is set, it's again processed to generate the desired output. For example, a sub-section of the AST representing a title with a paragraph will be converted into its correspondent HTML or PDF output. NOTE: Some liberty is taken to make the process easier to understand. In reality, Asciidoctor has implementation details that divert from the 3 steps above. The different extension types are called in different steps of the conversion process in the following order: . IncludeProcessors are called in an arbitrary and changeable order during processing and are called whenever an `include::` is found. . Preprocessors are called just before parsing. . BlockMacroProcessors are called during processing in the order that they appear in the document. . BlockProcessors are called during processing in the order that they appear in the document. . Treeprocessors are called right before processing. . InlineMacroProcessors are called during processing in the order that they appear in the document. . Postprocessors are called before output generation. . DocinfoProcessors are called in an arbitrary and changeable order during processing.
= 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 the internal representation, the AST (_abstract syntax tree_). . Processing: the AST is processed. For example to detect possible errors, add automatically generated content (toc), etc. . Output generation: once the final AST is set, it's again processed to generate the desired output. For example, a sub-section of the AST representing a title with a paragraph will be converted into its correspondent HTML or PDF output. NOTE: Some liberty is taken to make the process easier to understand. In reality, Asciidoctor has implementation details that divert from the 3 steps above. The different extension types are called in different steps of the conversion process in the following order: . IncludeProcessors are called in an arbitrary and changeable order during processing and are called whenever an `include::` is found. . Preprocessors are called just before parsing. . BlockMacroProcessors and BlockProcessors are called during processing in the order that they appear in the document. . Treeprocessors are called right before processing. . InlineMacroProcessors are called during processing in the order that they appear in the document. . Postprocessors are called before output generation. . DocinfoProcessors are called in an arbitrary and changeable order during processing.
Clarify that BlockMacro- and BlockProcessors are called in the same stage
Clarify that BlockMacro- and BlockProcessors are called in the same stage
AsciiDoc
apache-2.0
abelsromero/asciidoctorj,abelsromero/asciidoctorj,asciidoctor/asciidoctorj,asciidoctor/asciidoctorj,abelsromero/asciidoctorj,asciidoctor/asciidoctorj
570ec2cb40378f753edf58866c06c7889c25b644
src/docs/manual/03_task_generateDeck.adoc
src/docs/manual/03_task_generateDeck.adoc
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. Create a PowerPoint presentation and enrich it with reveal.js slide definitions in AsciiDoc within the speaker notes. == Source .build.gradle [source,groovy] ---- include::../../../build.gradle[tags=generateDeck] ----
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>> task. Create a PowerPoint presentation and enrich it with reveal.js slide definitions in AsciiDoc within the speaker notes. == Source .build.gradle [source,groovy] ---- include::../../../build.gradle[tags=generateDeck] ----
Fix missing part of sentence
Fix missing part of sentence
AsciiDoc
mit
docToolchain/docToolchain,docToolchain/docToolchain,docToolchain/docToolchain,jakubjab/docToolchain,docToolchain/docToolchain
a74db116e71b58ef8131293b7265ebffd49631ec
README.adoc
README.adoc
# 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?branch=master"]
= 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=master"] == How to === test it with coverage [source,shell] ----- $ go test -coverprofile=/tmp/byteslice-cover . ok github.com/rlespinasse/byteslice 0.007s coverage: 100.0% of statements ----- === launch the benchmark [source,shell] ----- $ go test -bench=. . goos: ... goarch: ... pkg: github.com/rlespinasse/byteslice BenchmarkRBitState/get_low_bit_of_high_nibble-8 2000000000 1.99 ns/op BenchmarkRBitState/get_low_bit-8 2000000000 1.96 ns/op ... PASS ok github.com/rlespinasse/byteslice 158.442s ----- == Documentation Site See https://godoc.org/github.com/rlespinasse/byteslice
Add how-to section and documentation site link
Add how-to section and documentation site link
AsciiDoc
mit
Gman98ish/byteslice
cf965dca27c18a70453eba4fa89b640145ea43ea
docs/en/rollup/index.asciidoc
docs/en/rollup/index.asciidoc
[[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 historical data. The Rollup feature in {xpack} provides a means to summarize and store historical data so that it can still be used for analysis, but at a fraction of the storage cost of raw data. * <<rollup-overview, Overview>> * <<rollup-getting-started,Getting Started>> * <<rollup-api-quickref, API Quick Reference>> * <<rollup-understanding-groups,Understanding Rollup Grouping>> * <<rollup-search-limitations,Limitations of Rollup Search>> -- include::overview.asciidoc[] include::api-quickref.asciidoc[] include::rollup-getting-started.asciidoc[] include::understanding-groups.asciidoc[] include::rollup-search-limitations.asciidoc[]
[[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 extensive historical data. The Rollup feature in {xpack} provides a means to summarize and store historical data so that it can still be used for analysis, but at a fraction of the storage cost of raw data. * <<rollup-overview, Overview>> * <<rollup-getting-started,Getting Started>> * <<rollup-api-quickref, API Quick Reference>> * <<rollup-understanding-groups,Understanding Rollup Grouping>> * <<rollup-search-limitations,Limitations of Rollup Search>> -- include::overview.asciidoc[] include::api-quickref.asciidoc[] include::rollup-getting-started.asciidoc[] include::understanding-groups.asciidoc[] include::rollup-search-limitations.asciidoc[]
Mark Rollup as Experimental instead of Beta
[Docs] Mark Rollup as Experimental instead of Beta Original commit: elastic/x-pack-elasticsearch@bce120daae6b3e7603f737337e746fdf8bdedd4e
AsciiDoc
apache-2.0
GlenRSmith/elasticsearch,gfyoung/elasticsearch,gfyoung/elasticsearch,coding0011/elasticsearch,nknize/elasticsearch,robin13/elasticsearch,nknize/elasticsearch,robin13/elasticsearch,HonzaKral/elasticsearch,gingerwizard/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,scorpionvicky/elasticsearch,GlenRSmith/elasticsearch,gingerwizard/elasticsearch,scorpionvicky/elasticsearch,gingerwizard/elasticsearch,GlenRSmith/elasticsearch,coding0011/elasticsearch,nknize/elasticsearch,scorpionvicky/elasticsearch,gingerwizard/elasticsearch,gingerwizard/elasticsearch,HonzaKral/elasticsearch,coding0011/elasticsearch,robin13/elasticsearch,nknize/elasticsearch,gfyoung/elasticsearch,HonzaKral/elasticsearch,HonzaKral/elasticsearch,gingerwizard/elasticsearch,scorpionvicky/elasticsearch,uschindler/elasticsearch,gfyoung/elasticsearch,coding0011/elasticsearch,robin13/elasticsearch,gfyoung/elasticsearch,nknize/elasticsearch,uschindler/elasticsearch,uschindler/elasticsearch,robin13/elasticsearch,coding0011/elasticsearch,uschindler/elasticsearch,uschindler/elasticsearch,scorpionvicky/elasticsearch,gingerwizard/elasticsearch
66f004671026f90867b5e02f1a7de97e96e60db8
modules/olm-metrics.adoc
modules/olm-metrics.adoc
// 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 exposed by OLM [cols="2a,8a",options="header"] |=== |Name |Description |`csv_count` |Number of CSVs successfully registered. |`install_plan_count` |Number of InstallPlans. |`subscription_count` |Number of Subscriptions. |`csv_upgrade_count` |Monotonic count of CatalogSources. |===
// 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 exposed by OLM [cols="2a,8a",options="header"] |=== |Name |Description |`catalog_source_count` |Number of CatalogSources. |`csv_abnormal` |When reconciling a CSV, present whenever a CSV version is in any state other than `Succeeded`. Includes the `name`, `namespace`, `phase`, `reason`, and `version` labels. A Prometheus alert is created when this metric is present. |`csv_count` |Number of CSVs successfully registered. |`csv_succeeded` |When reconciling a CSV, represents whether a CSV version is in a `Succeeded` state (value `1`) or not (value `0`). Includes the `name`, `namespace`, and `version` labels. |`csv_upgrade_count` |Monotonic count of CatalogSources. |`install_plan_count` |Number of InstallPlans. |`subscription_count` |Number of Subscriptions. |`subscription_sync_total` |Monotonic count of Subscription syncs. Includes the `channel`, `installed` CSV, and Subscription `name` labels. |===
Update OLM metrics for 4.3
Update OLM metrics for 4.3
AsciiDoc
apache-2.0
vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs
cfda490e2d7748956e4db0e928ce4d527bfe5d94
conoha/roles/dokku/README.adoc
conoha/roles/dokku/README.adoc
= conoha/roles/dokku Role to install dokku 0.5.7 . After finish installation, access to `http://d.10sr.mydns.jp` and finish setup. == Deploying Apps デプロむするには、 ---- cat .ssh/id_rsa.pub | ssh conoha 'sudo sshcommand acl-add dokku dokkudeploy' ---- γΏγŸγ„γͺγ“γ¨γ‚’γƒžγ‚·γƒ³ζ―Žγ«γ—γͺきゃいけません。どうにかしてθ‡ͺε‹•εŒ–γ—γŸγ„γ€‚ === Add Apps .Add pytohn-getting-started app ---- alias dokku="ssh -t dokku@conoha" cd ../../dokku-apps/python-getting-started dokku apps:create python-getting-started git remote add dokku dokku@conoha:python-getting-started git push dokku master ---- == Refs * http://dokku.viewdocs.io/dokku/application-deployment/ * https://gist.github.com/10sr/cf8b84cf16f2e67f5dac
= conoha/roles/dokku Role to install dokku 0.5.7 . After finish installation, access to `http://d.10sr.mydns.jp` and finish setup. == Deploying Apps デプロむするには、 ---- cat .ssh/id_rsa.pub | ssh conoha 'sudo sshcommand acl-add dokku dokkudeploy' ---- γΏγŸγ„γͺγ“γ¨γ‚’γƒžγ‚·γƒ³ζ―Žγ«γ—γͺきゃいけません。どうにかしてθ‡ͺε‹•εŒ–γ—γŸγ„γ€‚ === Add Apps .Add pytohn-getting-started app ---- alias dokku="ssh -t dokku@conoha" cd ../../dokku-apps/python-getting-started dokku apps:create python-getting-started git remote add dokku dokku@conoha:python-getting-started git push dokku master ---- And this app can be available at http://python-getting-started.d.10sr.mydns.jp == Refs * http://dokku.viewdocs.io/dokku/application-deployment/ * https://gist.github.com/10sr/cf8b84cf16f2e67f5dac
Add url to access apps
Add url to access apps
AsciiDoc
unlicense
10sr/machine-setups,10sr/machine-setups,10sr/machine-setups,10sr/server-provisions,10sr/server-provisions,10sr/machine-setups
37ae31cb07701d6e4977c117671b48ee4ee132af
content/news/2021/03/18/apis-serving-people-and-programs.adoc
content/news/2021/03/18/apis-serving-people-and-programs.adoc
= 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 programs (by taking a map of those args). Introduced in Clojure 1.11, a function specified to take keyword arguments may be passed a single map instead of or in addition to (and following) the key/value pairs. When a lone map is passed, it is used outright for destructuring, else a trailing map is added to the map built from the preceding key/values via `conj`. For example, a function that takes a sequence and optional keyword arguments and returns a vector containing the values is defined as: [source,clojure] ---- (defn destr [& {:keys [a b] :as opts}] [a b opts]) (destr :a 1) ->[1 nil {:a 1}] (destr {:a 1 :b 2}) ->[1 2 {:a 1 :b 2}] ---- In Clojure 1.11 the call to `destr` accepts a mixture of key/value pairs and/or a lone (or trailing) map benefitting both programmer and program. This enhancement is available now in `org.clojure/clojure "1.11.0-alpha1"`.
= 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 programs (by taking a map of those args). Introduced in Clojure 1.11, a function specified to take keyword arguments may be passed a single map instead of or in addition to (and following) the key/value pairs. When a lone map is passed, it is used outright for destructuring, else a trailing map is added to the map built from the preceding key/values via `conj`. For example, a function that takes a sequence of optional keyword arguments and returns a vector containing the values is defined as: [source,clojure] ---- (defn destr [& {:keys [a b] :as opts}] [a b opts]) (destr :a 1) ->[1 nil {:a 1}] (destr {:a 1 :b 2}) ->[1 2 {:a 1 :b 2}] ---- In Clojure 1.11 the call to `destr` accepts a mixture of key/value pairs and/or a lone (or trailing) map benefitting both programmer and program. This enhancement is available now in `org.clojure/clojure "1.11.0-alpha1"`.
Fix typo: change 'and' to 'of'
Fix typo: change 'and' to 'of' A couple of people have been confused by the current wording on Slack: I believe the intent was to say that `destr` "takes a sequence _of_ optional keyword arguments" (not _and_).
AsciiDoc
epl-1.0
clojure/clojure-site
69775b05d85f6a626302bb1729e995e2f0761a9e
content/tools/light-table.adoc
content/tools/light-table.adoc
= 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[introduction] or the [full tutorial]http://docs.lighttable.com/tutorials/full/. Once you feel comfortable navigating Light Table's interface and using basic commands, it is advisable to install the official Paredit plugin. You can do so via the integrated plugin manager: open the command bar and look for `Plugins: Show plugin manager`.
= 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[introduction] or the http://docs.lighttable.com/tutorials/full/[full tutorial]. Once you feel comfortable navigating Light Table's interface and using basic commands, it is advisable to install the official Paredit plugin. You can do so via the integrated plugin manager: open the command bar and look for `Plugins: Show plugin manager`.
Adjust links to lighttable and full tutorial
Adjust links to lighttable and full tutorial Move the [link title] behind the link to display it correctly
AsciiDoc
epl-1.0
clojure/clojurescript-site
17fd16b7cc59fdff0a250458924e88f11005a3c8
docs/reference/migration/migrate_5_3.asciidoc
docs/reference/migration/migrate_5_3.asciidoc
[[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 filenames used for the various logging files (the main log file, the deprecation log, and the slow logs). This property has been replaced in favor of three properties: - `es.logs.base_path`: the absolute path to the configured logs directory - `es.logs.cluster_name`: the default prefix of the filenames used for the various logging files - `es.logs.node_name`: exposed if `node.name` is configured for inclusion in the filenames of the various logging files (if you prefer) The property `es.logs` is deprecated and will be removed in Elasticsearch 6.0.0.
[[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 filenames used for the various logging files (the main log file, the deprecation log, and the slow logs). This property has been replaced in favor of three properties: * `es.logs.base_path`: the absolute path to the configured logs directory * `es.logs.cluster_name`: the default prefix of the filenames used for the various logging files * `es.logs.node_name`: exposed if `node.name` is configured for inclusion in the filenames of the various logging files (if you prefer) The property `es.logs` is deprecated and will be removed in Elasticsearch 6.0.0.
Fix list formatting in 5.3 migration docs
Fix list formatting in 5.3 migration docs This commit fixes an issue with the list formatting in the 5.3 migration docs.
AsciiDoc
apache-2.0
strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc
5e5674739e13e6f746d2a6bafcc7559c4b2ed0e8
subprojects/griffon-shiro-guide/src/asciidoc/index.adoc
subprojects/griffon-shiro-guide/src/asciidoc/index.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[]
= {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"]
Add apidoc links to guide
Add apidoc links to guide
AsciiDoc
apache-2.0
griffon-plugins/griffon-shiro-plugin
519a9c469d93e983565387f810d87fcc6c5fe19e
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 the number of characters to truncate to, defaults to `10`.
[[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
kalimatas/elasticsearch,JackyMai/elasticsearch,masaruh/elasticsearch,qwerty4030/elasticsearch,scottsom/elasticsearch,sneivandt/elasticsearch,mjason3/elasticsearch,scorpionvicky/elasticsearch,gingerwizard/elasticsearch,sneivandt/elasticsearch,wenpos/elasticsearch,HonzaKral/elasticsearch,mortonsykes/elasticsearch,scottsom/elasticsearch,fred84/elasticsearch,fred84/elasticsearch,sneivandt/elasticsearch,sneivandt/elasticsearch,scottsom/elasticsearch,IanvsPoplicola/elasticsearch,gingerwizard/elasticsearch,kalimatas/elasticsearch,nazarewk/elasticsearch,coding0011/elasticsearch,JSCooke/elasticsearch,scottsom/elasticsearch,HonzaKral/elasticsearch,JackyMai/elasticsearch,markwalkom/elasticsearch,lks21c/elasticsearch,Shepard1212/elasticsearch,a2lin/elasticsearch,umeshdangat/elasticsearch,jprante/elasticsearch,robin13/elasticsearch,njlawton/elasticsearch,Stacey-Gammon/elasticsearch,C-Bish/elasticsearch,IanvsPoplicola/elasticsearch,coding0011/elasticsearch,maddin2016/elasticsearch,umeshdangat/elasticsearch,JackyMai/elasticsearch,mortonsykes/elasticsearch,mjason3/elasticsearch,scottsom/elasticsearch,s1monw/elasticsearch,brandonkearby/elasticsearch,ThiagoGarciaAlves/elasticsearch,maddin2016/elasticsearch,Helen-Zhao/elasticsearch,naveenhooda2000/elasticsearch,mohit/elasticsearch,njlawton/elasticsearch,lks21c/elasticsearch,ZTE-PaaS/elasticsearch,nezirus/elasticsearch,wangtuo/elasticsearch,ZTE-PaaS/elasticsearch,markwalkom/elasticsearch,qwerty4030/elasticsearch,pozhidaevak/elasticsearch,gingerwizard/elasticsearch,gfyoung/elasticsearch,wangtuo/elasticsearch,shreejay/elasticsearch,jimczi/elasticsearch,fernandozhu/elasticsearch,uschindler/elasticsearch,jimczi/elasticsearch,robin13/elasticsearch,obourgain/elasticsearch,shreejay/elasticsearch,wangtuo/elasticsearch,jprante/elasticsearch,rajanm/elasticsearch,wangtuo/elasticsearch,nilabhsagar/elasticsearch,wangtuo/elasticsearch,mjason3/elasticsearch,rajanm/elasticsearch,markwalkom/elasticsearch,geidies/elasticsearch,umeshdangat/elasticsearch,gingerwizard/elasticsearch,robin13/elasticsearch,mohit/elasticsearch,wenpos/elasticsearch,elasticdog/elasticsearch,Stacey-Gammon/elasticsearch,uschindler/elasticsearch,C-Bish/elasticsearch,GlenRSmith/elasticsearch,nilabhsagar/elasticsearch,ThiagoGarciaAlves/elasticsearch,nazarewk/elasticsearch,fernandozhu/elasticsearch,rlugojr/elasticsearch,fernandozhu/elasticsearch,nknize/elasticsearch,C-Bish/elasticsearch,winstonewert/elasticsearch,s1monw/elasticsearch,qwerty4030/elasticsearch,masaruh/elasticsearch,elasticdog/elasticsearch,gfyoung/elasticsearch,gingerwizard/elasticsearch,geidies/elasticsearch,a2lin/elasticsearch,gfyoung/elasticsearch,markwalkom/elasticsearch,winstonewert/elasticsearch,naveenhooda2000/elasticsearch,LewayneNaidoo/elasticsearch,masaruh/elasticsearch,gingerwizard/elasticsearch,robin13/elasticsearch,artnowo/elasticsearch,strapdata/elassandra,LeoYao/elasticsearch,nknize/elasticsearch,rlugojr/elasticsearch,Shepard1212/elasticsearch,rajanm/elasticsearch,JSCooke/elasticsearch,vroyer/elasticassandra,i-am-Nathan/elasticsearch,umeshdangat/elasticsearch,Helen-Zhao/elasticsearch,wenpos/elasticsearch,obourgain/elasticsearch,LeoYao/elasticsearch,glefloch/elasticsearch,fernandozhu/elasticsearch,scorpionvicky/elasticsearch,pozhidaevak/elasticsearch,mikemccand/elasticsearch,GlenRSmith/elasticsearch,obourgain/elasticsearch,nezirus/elasticsearch,njlawton/elasticsearch,mortonsykes/elasticsearch,ThiagoGarciaAlves/elasticsearch,uschindler/elasticsearch,maddin2016/elasticsearch,bawse/elasticsearch,Stacey-Gammon/elasticsearch,mjason3/elasticsearch,lks21c/elasticsearch,fred84/elasticsearch,MisterAndersen/elasticsearch,artnowo/elasticsearch,winstonewert/elasticsearch,jimczi/elasticsearch,shreejay/elasticsearch,robin13/elasticsearch,coding0011/elasticsearch,Shepard1212/elasticsearch,alexshadow007/elasticsearch,geidies/elasticsearch,umeshdangat/elasticsearch,winstonewert/elasticsearch,Shepard1212/elasticsearch,mohit/elasticsearch,MisterAndersen/elasticsearch,ZTE-PaaS/elasticsearch,wenpos/elasticsearch,Helen-Zhao/elasticsearch,gfyoung/elasticsearch,bawse/elasticsearch,ZTE-PaaS/elasticsearch,strapdata/elassandra,brandonkearby/elasticsearch,vroyer/elasticassandra,jprante/elasticsearch,vroyer/elasticassandra,StefanGor/elasticsearch,gingerwizard/elasticsearch,maddin2016/elasticsearch,fred84/elasticsearch,i-am-Nathan/elasticsearch,brandonkearby/elasticsearch,IanvsPoplicola/elasticsearch,rajanm/elasticsearch,geidies/elasticsearch,nazarewk/elasticsearch,vroyer/elassandra,ThiagoGarciaAlves/elasticsearch,vroyer/elassandra,wenpos/elasticsearch,s1monw/elasticsearch,lks21c/elasticsearch,LeoYao/elasticsearch,nezirus/elasticsearch,pozhidaevak/elasticsearch,mohit/elasticsearch,JSCooke/elasticsearch,MisterAndersen/elasticsearch,glefloch/elasticsearch,qwerty4030/elasticsearch,JackyMai/elasticsearch,alexshadow007/elasticsearch,jimczi/elasticsearch,rlugojr/elasticsearch,jprante/elasticsearch,nknize/elasticsearch,fred84/elasticsearch,masaruh/elasticsearch,glefloch/elasticsearch,a2lin/elasticsearch,ThiagoGarciaAlves/elasticsearch,Helen-Zhao/elasticsearch,kalimatas/elasticsearch,LewayneNaidoo/elasticsearch,scorpionvicky/elasticsearch,mortonsykes/elasticsearch,StefanGor/elasticsearch,geidies/elasticsearch,vroyer/elassandra,naveenhooda2000/elasticsearch,alexshadow007/elasticsearch,scorpionvicky/elasticsearch,GlenRSmith/elasticsearch,bawse/elasticsearch,sneivandt/elasticsearch,mortonsykes/elasticsearch,LewayneNaidoo/elasticsearch,LeoYao/elasticsearch,pozhidaevak/elasticsearch,Shepard1212/elasticsearch,MisterAndersen/elasticsearch,IanvsPoplicola/elasticsearch,strapdata/elassandra,masaruh/elasticsearch,i-am-Nathan/elasticsearch,elasticdog/elasticsearch,elasticdog/elasticsearch,nazarewk/elasticsearch,rajanm/elasticsearch,lks21c/elasticsearch,JSCooke/elasticsearch,glefloch/elasticsearch,obourgain/elasticsearch,nknize/elasticsearch,uschindler/elasticsearch,njlawton/elasticsearch,kalimatas/elasticsearch,Helen-Zhao/elasticsearch,rlugojr/elasticsearch,ZTE-PaaS/elasticsearch,geidies/elasticsearch,LewayneNaidoo/elasticsearch,nilabhsagar/elasticsearch,jprante/elasticsearch,s1monw/elasticsearch,LeoYao/elasticsearch,JackyMai/elasticsearch,Stacey-Gammon/elasticsearch,coding0011/elasticsearch,s1monw/elasticsearch,alexshadow007/elasticsearch,mikemccand/elasticsearch,nezirus/elasticsearch,winstonewert/elasticsearch,kalimatas/elasticsearch,naveenhooda2000/elasticsearch,HonzaKral/elasticsearch,rajanm/elasticsearch,JSCooke/elasticsearch,nknize/elasticsearch,strapdata/elassandra,mikemccand/elasticsearch,scorpionvicky/elasticsearch,strapdata/elassandra,nilabhsagar/elasticsearch,C-Bish/elasticsearch,mjason3/elasticsearch,artnowo/elasticsearch,StefanGor/elasticsearch,C-Bish/elasticsearch,nazarewk/elasticsearch,IanvsPoplicola/elasticsearch,GlenRSmith/elasticsearch,LeoYao/elasticsearch,rlugojr/elasticsearch,glefloch/elasticsearch,brandonkearby/elasticsearch,a2lin/elasticsearch,ThiagoGarciaAlves/elasticsearch,shreejay/elasticsearch,i-am-Nathan/elasticsearch,gfyoung/elasticsearch,jimczi/elasticsearch,GlenRSmith/elasticsearch,a2lin/elasticsearch,alexshadow007/elasticsearch,mohit/elasticsearch,StefanGor/elasticsearch,qwerty4030/elasticsearch,coding0011/elasticsearch,brandonkearby/elasticsearch,markwalkom/elasticsearch,Stacey-Gammon/elasticsearch,bawse/elasticsearch,HonzaKral/elasticsearch,njlawton/elasticsearch,LeoYao/elasticsearch,artnowo/elasticsearch,pozhidaevak/elasticsearch,mikemccand/elasticsearch,nezirus/elasticsearch,elasticdog/elasticsearch,naveenhooda2000/elasticsearch,mikemccand/elasticsearch,bawse/elasticsearch,LewayneNaidoo/elasticsearch,uschindler/elasticsearch,fernandozhu/elasticsearch,markwalkom/elasticsearch,nilabhsagar/elasticsearch,obourgain/elasticsearch,StefanGor/elasticsearch,i-am-Nathan/elasticsearch,maddin2016/elasticsearch,artnowo/elasticsearch,MisterAndersen/elasticsearch,shreejay/elasticsearch
10544f4092b45bd810b1276f193feeb1223838fa
README.adoc
README.adoc
James Glasbrenner's dotfiles ============================ James Glasbrenner <[email protected]> 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 ---------------------------------------------- PERL5LIB=$HOME/.dotfiles/stow/stow/lib/perl5 \ $HOME/.dotfiles/stow/stow/bin/stow \ -d $HOME/.dotfiles/stow \ -t /home/glasbren/.local \ stow ---------------------------------------------- License ------- All content is licensed under the terms of link:LICENSE[The Unlicense License].
James Glasbrenner's dotfiles ============================ James Glasbrenner <[email protected]> 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] ---------------------------------------------- PERL5LIB=$HOME/.dotfiles/stow/stow/lib/perl5 \ $HOME/.dotfiles/stow/stow/bin/stow \ -d $HOME/.dotfiles/stow \ -t /home/glasbren/.local \ stow ---------------------------------------------- License ------- All content is licensed under the terms of link:LICENSE[The Unlicense License].
Fix source code block formatting
Fix source code block formatting
AsciiDoc
unlicense
jkglasbrenner/dotfiles,jkglasbrenner/dotfiles,jkglasbrenner/dotfiles,jkglasbrenner/dotfiles,jkglasbrenner/dotfiles,jkglasbrenner/dotfiles
e766e0e05802fb354e033cf63bd16d8721f71000
community/cypher/docs/cypher-docs/src/docs/dev/ql/periodic-commit/index.asciidoc
community/cypher/docs/cypher-docs/src/docs/dev/ql/periodic-commit/index.asciidoc
[[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*, Cypher provides the global +USING PERIODIC COMMIT+ query hint for updating queries. Periodic Commit tracks the number of updates performed by a query (creating a node, setting a property etc.). Whenever the number of updates reaches a limit, the current transaction is committed and replaced with a newly opened transaction. Using periodic commit will prevent running out of memory when updating large amounts of data. However it will also break transactional isolation thus it should only be used where needed. :leveloffset: 2 include::periodic-commit-without-update-limit.asciidoc[] include::periodic-commit-with-update-limit.asciidoc[] include::import-using-periodic-commit.asciidoc[]
[[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*, Cypher provides the global +USING PERIODIC COMMIT+ query hint for updating queries. Periodic Commit tracks the number of updates performed by a query (creating a node, setting a property etc.). Whenever the number of updates reaches a limit, the current transaction is committed and replaced with a newly opened transaction. Using periodic commit will prevent running out of memory when updating large amounts of data. However it will also break transactional isolation thus it should only be used where needed. :leveloffset: 2 include::import-using-periodic-commit.asciidoc[]
Remove links to the periodic commit reference
Remove links to the periodic commit reference
AsciiDoc
apache-2.0
HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j
29b2bc89c828cfaf469081bed3d8addcadda0239
docs/griffon-site/src/jbake/content/news/griffon_2.0.0.RC1.adoc
docs/griffon-site/src/jbake/content/news/griffon_2.0.0.RC1.adoc
= 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 next release will be 2.0.0 final. The following list summarizes the changes brought by this release: * Groovy support upgraded to Groovy 2.3.5. * Several build plugins updated to their latest versions. * Addition of a master pom file for application projects. * Enable +mavenLocal()+ on gradle-griffon plugins by default. * more content added to the link:../guide/2.0.0.RC1/index.html[Griffon Guide]. We look forward to your feedback. Please report any problems you find to the Griffon User list, or better yet, file a bug at http://jira.codehaus.org/browse/griffon Remember you can also contact the team on Twitter: http://twitter.com/theaviary[@theaviary]. Many thanks to all who contributed to this release! The Griffon Team
= 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 next release will be 2.0.0 final in a few weeks time. The following list summarizes the changes brought by this release: * Groovy support upgraded to Groovy 2.3.5. * Several build plugins updated to their latest versions. * Addition of a master pom file for application projects. * Enable +mavenLocal()+ on gradle-griffon plugins by default. * Lots of updates applied to Lazybones application templates. * More content added to the link:../guide/2.0.0.RC1/index.html[Griffon Guide]. We look forward to your feedback. Please report any problems you find to the Griffon User list, or better yet, file a bug at http://jira.codehaus.org/browse/griffon Remember you can also contact the team on Twitter: http://twitter.com/theaviary[@theaviary]. Many thanks to all who contributed to this release! The Griffon Team
Update latest news on site project
Update latest news on site project
AsciiDoc
apache-2.0
tschulte/griffon,levymoreira/griffon,levymoreira/griffon,griffon/griffon,levymoreira/griffon,griffon/griffon,tschulte/griffon,tschulte/griffon
2560e63590117f29db0b68104f10832a4b10e9cd
documentation/service_admin/monitoring-openshift.adoc
documentation/service_admin/monitoring-openshift.adoc
[[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"] ---- oc create -f ./openshift/addons/prometheus.yaml -n enmasse ---- . Grant cluster-reader privileges to Prometheus service account + [options="nowrap"] ---- oc policy add-role-to-user cluster-reader system:serviceaccount:enmasse:prometheus-server ---- === Deploying Grafana .Procedure . Create Grafana deployment + [options="nowrap"] ---- oc create -f ./openshift/addons/grafana.yaml -n enmasse ---- . Expose Grafana service + [options="nowrap"] ---- oc expose service grafana ---- Grafana accepts the username 'admin' and password 'admin' by default. See the link:https://prometheus.io/docs/visualization/grafana/#creating-a-prometheus-data-source[Prometheus Documentation] on how to connect Grafana to Prometheus. Use `prometheus.enmasse.svc.cluster.local` as the prometheus hostname.
[[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"] ---- oc create -f ./openshift/addons/prometheus.yaml -n enmasse ---- . Grant cluster-reader privileges to Prometheus service account + [options="nowrap"] ---- oc adm policy add-cluster-role-to-user cluster-reader system:serviceaccount:enmasse:prometheus-server ---- === Deploying Grafana .Procedure . Create Grafana deployment + [options="nowrap"] ---- oc create -f ./openshift/addons/grafana.yaml -n enmasse ---- . Expose Grafana service + [options="nowrap"] ---- oc expose service grafana ---- Grafana accepts the username 'admin' and password 'admin' by default. See the link:https://prometheus.io/docs/visualization/grafana/#creating-a-prometheus-data-source[Prometheus Documentation] on how to connect Grafana to Prometheus. Use `prometheus.enmasse.svc.cluster.local` as the prometheus hostname.
Use correct command to add cluster-reader rolebinding
Use correct command to add cluster-reader rolebinding This fixes #982
AsciiDoc
apache-2.0
jenmalloy/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse
f824681478e7ec359515a5dd84d0ec02518197b8
docs/targets/m17n.adoc
docs/targets/m17n.adoc
= 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 supported properties of the Android target files, see <<TargetX11>> in the reference section below. == Layout-level configuration and properties Currently none. == How to install a new locale on X11 Assumes Ubuntu 18.04. . Make sure Gnome settings app is not open . Copy the new `.mim` file(s) to either `~/.m17n.d/` (user local) or `/usr/share/m17n/` (global) . Make sure they have the correct permissions set, i.e. `644` like the other files . restart all IBus daemons (according to https://askubuntu.com/a/656243[this question]), e.g. using `pgrep ibus | xargs kill` . Open Gnome settings .. Go to "Region & Language" .. Under "Input Sources", press the "+" button .. In the modal window, select your newly added language variant. Note that it might be grouped by the main language, e.g., you might need to click on "Swedish (Sweden)" first, and then select the specific variant like "Swedish (test (m17n))". .. Confirm with "Add" .. You can test the keyboard layout by clicking on the "eye" icon next to the language in the list . The language should show up global menu bar's language selection.
Add section on how to install MIM files
Docs: Add section on how to install MIM files
AsciiDoc
apache-2.0
bbqsrc/kbdgen
e5d10ac8649389040088bbdb8e0f5ea2401a386e
docs/reference/setup/important-settings.asciidoc
docs/reference/setup/important-settings.asciidoc
[[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>> * <<cluster.name,Cluster name>> * <<node.name,Node name>> * <<network.host,Network host>> * <<discovery-settings,Discovery settings>> * <<heap-size,Heap size>> * <<heap-dump-path,Heap dump path>> * <<gc-logging,GC logging>> include::important-settings/path-settings.asciidoc[] include::important-settings/cluster-name.asciidoc[] include::important-settings/node-name.asciidoc[] include::important-settings/network-host.asciidoc[] include::important-settings/discovery-settings.asciidoc[] include::important-settings/heap-size.asciidoc[] include::important-settings/heap-dump-path.asciidoc[] include::important-settings/gc-logging.asciidoc[]
[[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>> * <<cluster.name,Cluster name>> * <<node.name,Node name>> * <<network.host,Network host>> * <<discovery-settings,Discovery settings>> * <<heap-size,Heap size>> * <<heap-dump-path,Heap dump path>> * <<gc-logging,GC logging>> include::important-settings/path-settings.asciidoc[] include::important-settings/cluster-name.asciidoc[] include::important-settings/node-name.asciidoc[] include::important-settings/network-host.asciidoc[] include::important-settings/discovery-settings.asciidoc[] include::important-settings/heap-size.asciidoc[] include::important-settings/heap-dump-path.asciidoc[] include::important-settings/gc-logging.asciidoc[] include::important-settings/error-file.asciidoc[]
Add error file docs to important settings
Add error file docs to important settings This commit adds the error file documentation to the important settings docs so that the page is actually visible.
AsciiDoc
apache-2.0
strapdata/elassandra,strapdata/elassandra,vroyer/elassandra,strapdata/elassandra,vroyer/elassandra,strapdata/elassandra,strapdata/elassandra,vroyer/elassandra
e2bde2335ec315364c873103a1c0a3d3fb2d9f54
modules/openshift-developer-cli-creating-and-deploying-a-nodejs-application-with-odo.adoc
modules/openshift-developer-cli-creating-and-deploying-a-nodejs-application-with-odo.adoc
// 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 application: + ---- $ odo create nodejs ---- + NOTE: By default, the latest image is used. You can also explicitly supply an image version by using `odo create openshift/nodejs:8`. . Push the initial source code to the component: + ---- $ odo push ---- + Your component is now deployed to {product-title}. . Create a URL and add an entry in the local configuration file as follows: + ---- $ odo url create --port 8080 ---- + . Push the changes. This creates a URL on the cluster. + ---- $ odo push ---- + . List the URLs to check the desired URL for the component. + ---- $ odo url list ---- + . View your deployed application using the generated URL. + ---- $ curl <URL> ----
// 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 directory: + ---- $ cd <directory-name> ---- . Add a component of the type Node.js to your application: + ---- $ odo create nodejs ---- + NOTE: By default, the latest image is used. You can also explicitly supply an image version by using `odo create openshift/nodejs:8`. . Push the initial source code to the component: + ---- $ odo push ---- + Your component is now deployed to {product-title}. . Create a URL and add an entry in the local configuration file as follows: + ---- $ odo url create --port 8080 ---- + . Push the changes. This creates a URL on the cluster. + ---- $ odo push ---- + . List the URLs to check the desired URL for the component. + ---- $ odo url list ---- + . View your deployed application using the generated URL. + ---- $ curl <URL> ----
Update step for deploying an odo single application
Update step for deploying an odo single application Missing important step to change to the Node.JS directory before running the next command... Ping @boczkowska @bergerhoffer
AsciiDoc
apache-2.0
vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs
3d57b4064da348e5f922c505f70bc7a07292d79b
README.adoc
README.adoc
= flexy-pool Author <[email protected]> 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 dynamic configuration strategies. == Features (Goals) * extensive connection pool support(Bitronix TM, C3PO, DBCP) * statistics support ** connection acquiring time histogram ** retries attempts histogram ** minimum CP size histogram ** maximum CP size histogram ** average CP size histogram
= flexy-pool Author <[email protected]> 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 dynamic configuration strategies. == Features (Goals) * extensive connection pool support(Bitronix TM, C3PO, DBCP) * statistics support ** source connection acquiring time histogram ** total connection acquiring time histogram ** retries attempts histogram ** minimum CP size histogram ** maximum CP size histogram ** average connection request count histogram
Add more goals for metrics
Add more goals for metrics
AsciiDoc
apache-2.0
mosoft521/flexy-pool,vladmihalcea/flexy-pool,wgpshashank/flexy-pool
31693c62e64a7cfcc9a6fe41521cd521d6095842
x-pack/docs/en/sql/index.asciidoc
x-pack/docs/en/sql/index.asciidoc
[role="xpack"] [[xpack-sql]] = SQL Access :sql-tests: {xes-repo-dir}/../../qa/sql :sql-specs: {sql-tests}/src/main/resources :jdbc-tests: {sql-tests}/src/main/java/org/elasticsearch/xpack/qa/sql/jdbc :security-tests: {sql-tests}/security/src/test/java/org/elasticsearch/xpack/qa/sql/security [partintro] -- X-Pack includes a SQL feature to execute SQL against Elasticsearch indices and return tabular results. There are four main components: <<sql-rest,REST API>>:: Accepts SQL in a JSON document, executes it, and returns the results. <<sql-translate,Translate API>>:: Accepts SQL in a JSON document and translates it into a native Elasticsearch query and returns that. <<sql-cli,CLI>>:: Command line application that connects to Elasticsearch to execute SQL and print tabular results. <<sql-jdbc,JDBC>>:: A JDBC driver for Elasticsearch. -- include::getting-started.asciidoc[] include::endpoints/index.asciidoc[] include::functions/index.asciidoc[] include::language/index.asciidoc[] :jdbc-tests!:
[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] -- experimental[] X-Pack includes a SQL feature to execute SQL against Elasticsearch indices and return tabular results. There are four main components: <<sql-rest,REST API>>:: Accepts SQL in a JSON document, executes it, and returns the results. <<sql-translate,Translate API>>:: Accepts SQL in a JSON document and translates it into a native Elasticsearch query and returns that. <<sql-cli,CLI>>:: Command line application that connects to Elasticsearch to execute SQL and print tabular results. <<sql-jdbc,JDBC>>:: A JDBC driver for Elasticsearch. -- include::getting-started.asciidoc[] include::endpoints/index.asciidoc[] include::functions/index.asciidoc[] include::language/index.asciidoc[] :jdbc-tests!:
Mark SQL feature as experimental
[DOCS] Mark SQL feature as experimental
AsciiDoc
apache-2.0
strapdata/elassandra,vroyer/elassandra,vroyer/elassandra,strapdata/elassandra,vroyer/elassandra,strapdata/elassandra,strapdata/elassandra,strapdata/elassandra
a52f135c766e34075af0e8c73f0fb6b099c5012c
README.adoc
README.adoc
= 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* (container configuration tool) was the name of a precursor tool to *concreate*. This module bundle was originally created for use with *cct* but has outlived it. === Temporary? We are in the process of refactoring the modules. The end-goal is likely to be splitting this repository up into separate modules aligned by product. == See also * https://github.com/jboss-container-images[Red Hat Middleware Container Images] * http://registry.access.redhat.com/[Red Hat Container Catalog] * https://www.openshift.com/[Red Hat OpenShift]
Add a mini-faq and see-also URIs
Add a mini-faq and see-also URIs
AsciiDoc
apache-2.0
spolti/cct_module,jboss-openshift/cct_module,jboss-openshift/cct_module,spolti/cct_module,jboss-openshift/cct_module,spolti/cct_module
37e59ec299f089c7cf5ba6cc5de7b11b86050446
code/continuousIntegration.adoc
code/continuousIntegration.adoc
= Continuous integration :awestruct-layout: normalBase :showtitle: We use Jenkins for continuous integration. *Show https://hudson.jboss.org/hudson/job/drools/[the Jenkins job].* Keep the build blue!
= Continuous integration :awestruct-layout: normalBase :showtitle: We use Jenkins for continuous integration. *Show https://jenkins-kieci.rhcloud.com/[the Jenkins jobs].* These are mirrors of a Red Hat internal Jenkins jobs. Keep the builds green!
Update public Jenkins job URL
Update public Jenkins job URL
AsciiDoc
apache-2.0
tomasdavidorg/drools-website,tomasdavidorg/drools-website,droolsjbpm/drools-website,droolsjbpm/drools-website,qmx/drools-website,droolsjbpm/drools-website,qmx/drools-website,tomasdavidorg/drools-website,qmx/drools-website,qmx/drools-website,tomasdavidorg/drools-website
d95b43551871d55a71e1b9b6060ce30428e1315c
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 rules how an application should behave and how it should be implemented. Minimal applications may not always look the same. But the UI concepts never change. There are no surprises for the user. == Technical Features * Independent of the used UI technology. Implementations for Web / Mobile / Desktop. * ORM persistence layer for Maria DB or in memory DB. Transactions and Authorization supported. * Small: The minimalj.jar is still < 1MB * Very few dependencies * Applications can run standalone (like SpringBoot) == Documentation * link:doc/user_guide/user_guide.adoc[Minimal user guide] User guide for Minimal-J applications. * link:doc/topics.adoc[Tutorial and examples] Informations for developers. * link:doc/release_notes.adoc[Release Notes] === Contact * Bruno Eberhard, mailto:[email protected][[email protected]]
= 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 rules how an application should behave and how it should be implemented. Minimal applications may not always look the same. But the UI concepts never change. There are no surprises for the user. == Technical Features * Independent of the used UI technology. Implementations for Web / Mobile / Desktop. * ORM persistence layer for Maria DB or in memory DB. Transactions and Authorization supported. * Small: The minimalj.jar is still < 1MB * Very few dependencies * Applications can run standalone (like SpringBoot) == Documentation * link:doc/user_guide/user_guide.adoc[Minimal user guide] User guide for Minimal-J applications. * link:doc/topics.adoc[Tutorial and examples] Informations for developers. * link:doc/release_notes.adoc[Release Notes] == Hello World How to implement Hello World in Minimal-J: [![Minimal-J - Hello Wolrd](http://img.youtube.com/vi/0VHz7gv6TpA/0.jpg)](http://www.youtube.com/watch?v=0VHz7gv6TpA) === Contact * Bruno Eberhard, mailto:[email protected][[email protected]]
Include Hello World Youtube video
Include Hello World Youtube video
AsciiDoc
apache-2.0
BrunoEberhard/minimal-j,BrunoEberhard/minimal-j,BrunoEberhard/minimal-j
a61d90806b02f1ec9bc04e1db98c4024bbfb58ff
storage/container_storage_interface/persistent-storage-csi.adoc
storage/container_storage_interface/persistent-storage-csi.adoc
[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/spec[CSI interface] as persistent storage. [IMPORTANT] ==== {product-title} does not ship with any CSI drivers. It is recommended to use the CSI drivers provided by link:https://kubernetes-csi.github.io/docs/drivers.html[community or storage vendors]. Installation instructions differ by driver, and are found in each driver's documentation. Follow the instructions provided by the CSI driver. {product-title} {product-version} supports version 1.1.0 of the link:https://github.com/container-storage-interface/spec[CSI specification]. ==== include::modules/persistent-storage-csi-architecture.adoc[leveloffset=+1] include::modules/persistent-storage-csi-external-controllers.adoc[leveloffset=+2] include::modules/persistent-storage-csi-driver-daemonset.adoc[leveloffset=+2] include::modules/persistent-storage-csi-dynamic-provisioning.adoc[leveloffset=+1] include::modules/persistent-storage-csi-mysql-example.adoc[leveloffset=+1]
[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/spec[CSI interface] as persistent storage. [IMPORTANT] ==== {product-title} does not ship with any CSI drivers. It is recommended to use the CSI drivers provided by link:https://kubernetes-csi.github.io/docs/drivers.html[community or storage vendors]. Installation instructions differ by driver, and are found in each driver's documentation. Follow the instructions provided by the CSI driver. ==== include::modules/persistent-storage-csi-architecture.adoc[leveloffset=+1] include::modules/persistent-storage-csi-external-controllers.adoc[leveloffset=+2] include::modules/persistent-storage-csi-driver-daemonset.adoc[leveloffset=+2] include::modules/persistent-storage-csi-dynamic-provisioning.adoc[leveloffset=+1] include::modules/persistent-storage-csi-mysql-example.adoc[leveloffset=+1]
Remove CSI spec ref in note
Remove CSI spec ref in note
AsciiDoc
apache-2.0
vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs
adb820c904d245bdf177be4f4d4ed010cef07229
src/main/asciidoc/development.adoc
src/main/asciidoc/development.adoc
[[development]] == Development Github repository: {datasource-proxy}
[[development]] == Development Github repository: {datasource-proxy} === Build Documentation ```sh > ./mvnw asciidoctor:process-asciidoc@output-html ```
Add how to build documentation
Add how to build documentation
AsciiDoc
mit
ttddyy/datasource-proxy,ttddyy/datasource-proxy
617c8f79554b517ec9267e7ca8e1c2067d7ca874
documentation/src/docs/asciidoc/release-notes/index.adoc
documentation/src/docs/asciidoc/release-notes/index.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!: // This document contains the _change log_ for all JUnit 5 releases since 5.0 GA. Please refer to the <<../user-guide/index.adoc#user-guide,User Guide>> for comprehensive reference documentation for programmers writing tests, extension authors, and engine authors as well as build tool and IDE vendors. include::../link-attributes.adoc[] include::release-notes-5.1.0-M2.adoc[] include::release-notes-5.1.0-RC1.adoc[] include::release-notes-5.1.0-M1.adoc[] include::release-notes-5.0.3.adoc[] include::release-notes-5.0.2.adoc[] include::release-notes-5.0.1.adoc[] include::release-notes-5.0.0.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!: // This document contains the _change log_ for all JUnit 5 releases since 5.0 GA. Please refer to the <<../user-guide/index.adoc#user-guide,User Guide>> for comprehensive reference documentation for programmers writing tests, extension authors, and engine authors as well as build tool and IDE vendors. include::../link-attributes.adoc[] include::release-notes-5.1.0-RC1.adoc[] include::release-notes-5.1.0-M2.adoc[] include::release-notes-5.1.0-M1.adoc[] include::release-notes-5.0.3.adoc[] include::release-notes-5.0.2.adoc[] include::release-notes-5.0.1.adoc[] include::release-notes-5.0.0.adoc[]
Fix order of includes for Release Notes
Fix order of includes for Release Notes
AsciiDoc
epl-1.0
sbrannen/junit-lambda,junit-team/junit-lambda
e18ef5711402f71c1a311bdf7ffc2185e6946940
doc/development.adoc
doc/development.adoc
== 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 editable mode with pip (from root of repository): $ sudo pip install -e . Run the app: $ ykman --help To update once installed, just make sure the repo is up to date: $ git pull $ git submodule update To uninstall, run: $ sudo pip uninstall yubikey-manager
== 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 editable mode with pip (from root of repository): $ sudo pip install -e . Run the app: $ ykman --help To update once installed, just make sure the repo is up to date: $ git pull $ git submodule update To uninstall, run: $ sudo pip uninstall yubikey-manager === Unit tests To run unit tests: $ python setup.py test === Integration tests WARNING: ONLY run these on a dedicated developer key, as it will permanently delete data on the device! To run integration tests: $ INTEGRATION_TESTS=TRUE python setup.py test
Add documentation about running tests
Add documentation about running tests As discussed in #8.
AsciiDoc
bsd-2-clause
Yubico/yubikey-manager,Yubico/yubikey-manager
0bd0782a399a31775c31e0edb09c4be8ce40469c
doc/manuals/osmotrx-usermanual.adoc
doc/manuals/osmotrx-usermanual.adoc
:gfdl-enabled: OsmoTRX User Manual ==================== Pau Espin Pedrol <[email protected]> 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/vty.adoc[] include::../common/chapters/logging.adoc[] include::chapters/counters.adoc[] include::chapters/configuration.adoc[] include::../common/chapters/port_numbers.adoc[] include::../common/chapters/bibliography.adoc[] include::../common/chapters/glossary.adoc[] include::../common/chapters/gfdl.adoc[]
:gfdl-enabled: OsmoTRX User Manual ==================== Pau Espin Pedrol <[email protected]> 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/vty.adoc[] include::../common/chapters/logging.adoc[] include::chapters/counters.adoc[] include::chapters/configuration.adoc[] include::../common/chapters/trx_if.adoc[] include::../common/chapters/port_numbers.adoc[] include::../common/chapters/bibliography.adoc[] include::../common/chapters/glossary.adoc[] include::../common/chapters/gfdl.adoc[]
Introduce chapter trx_if.adoc and add it to OsmoTRX and OsmoBTS
Introduce chapter trx_if.adoc and add it to OsmoTRX and OsmoBTS This chapter defines the protocol used between osmo-trx and osmo-bts-trx. Most of the text comes originally from osmo-trx.git/README, as it's the only known documentation of the protocol other than the code itself. Change-Id: I56c418eef0f826ae1aadbed5b151fbed241c7885
AsciiDoc
agpl-3.0
ttsou/osmo-trx,osmocom/osmo-trx,osmocom/osmo-trx,ttsou/osmo-trx,ttsou/osmo-trx,osmocom/osmo-trx,ttsou/osmo-trx,osmocom/osmo-trx
a97af113f46645ef50d1a954d4b7f4b5c0ce5a2c
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://www.github.com/neogenix/daikon[daikon]: Daikon Elasticsearch CLI * https://github.com/Aconex/scrutineer[Scrutineer]: A high performance consistency checker to compare what you've indexed with your source of truth content (e.g. DB) * https://www.wireshark.org/[Wireshark]: Protocol dissection for Zen discovery, HTTP and the binary protocol * https://github.com/sscarduzio/elasticsearch-readonlyrest-plugin[Readonly REST]: High performance access control for Elasticsearch native REST API.
[[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://www.github.com/neogenix/daikon[daikon]: Daikon Elasticsearch CLI * https://github.com/Aconex/scrutineer[Scrutineer]: A high performance consistency checker to compare what you've indexed with your source of truth content (e.g. DB) * https://www.wireshark.org/[Wireshark]: Protocol dissection for Zen discovery, HTTP and the binary protocol * https://github.com/sscarduzio/elasticsearch-readonlyrest-plugin[Readonly REST]: High performance access control for Elasticsearch native REST API. * https://github.com/kodcu/pes[Pes]: A pluggable elastic query DSL builder for Elasticsearch
Add Pes Plugin to the plugin page
Add Pes Plugin to the plugin page I do not know normally whether this section is the right place or not, please let me know. Here is the pes plugin's GitHub site :https://github.com/kodcu/pes Closes #10398
AsciiDoc
apache-2.0
maddin2016/elasticsearch,linglaiyao1314/elasticsearch,linglaiyao1314/elasticsearch,sdauletau/elasticsearch,xingguang2013/elasticsearch,lydonchandra/elasticsearch,i-am-Nathan/elasticsearch,milodky/elasticsearch,Chhunlong/elasticsearch,Rygbee/elasticsearch,kunallimaye/elasticsearch,brandonkearby/elasticsearch,sc0ttkclark/elasticsearch,mbrukman/elasticsearch,nrkkalyan/elasticsearch,lzo/elasticsearch-1,alexbrasetvik/elasticsearch,wenpos/elasticsearch,hirdesh2008/elasticsearch,ulkas/elasticsearch,yuy168/elasticsearch,ouyangkongtong/elasticsearch,polyfractal/elasticsearch,mbrukman/elasticsearch,martinstuga/elasticsearch,yynil/elasticsearch,Liziyao/elasticsearch,wangtuo/elasticsearch,nellicus/elasticsearch,sposam/elasticsearch,yanjunh/elasticsearch,scottsom/elasticsearch,jw0201/elastic,kingaj/elasticsearch,fooljohnny/elasticsearch,uschindler/elasticsearch,infusionsoft/elasticsearch,MjAbuz/elasticsearch,codebunt/elasticsearch,ckclark/elasticsearch,18098924759/elasticsearch,sarwarbhuiyan/elasticsearch,rento19962/elasticsearch,EasonYi/elasticsearch,TonyChai24/ESSource,yuy168/elasticsearch,khiraiwa/elasticsearch,strapdata/elassandra,MichaelLiZhou/elasticsearch,hechunwen/elasticsearch,hanst/elasticsearch,codebunt/elasticsearch,Chhunlong/elasticsearch,AndreKR/elasticsearch,truemped/elasticsearch,MaineC/elasticsearch,cwurm/elasticsearch,StefanGor/elasticsearch,HarishAtGitHub/elasticsearch,scorpionvicky/elasticsearch,davidvgalbraith/elasticsearch,Chhunlong/elasticsearch,jaynblue/elasticsearch,mgalushka/elasticsearch,hirdesh2008/elasticsearch,Chhunlong/elasticsearch,sdauletau/elasticsearch,cwurm/elasticsearch,iamjakob/elasticsearch,Shekharrajak/elasticsearch,jimczi/elasticsearch,liweinan0423/elasticsearch,Ansh90/elasticsearch,Collaborne/elasticsearch,sauravmondallive/elasticsearch,Helen-Zhao/elasticsearch,areek/elasticsearch,Fsero/elasticsearch,i-am-Nathan/elasticsearch,AndreKR/elasticsearch,pritishppai/elasticsearch,franklanganke/elasticsearch,AshishThakur/elasticsearch,jeteve/elasticsearch,HonzaKral/elasticsearch,Ansh90/elasticsearch,SergVro/elasticsearch,socialrank/elasticsearch,jsgao0/elasticsearch,xuzha/elasticsearch,kenshin233/elasticsearch,hydro2k/elasticsearch,milodky/elasticsearch,kcompher/elasticsearch,SergVro/elasticsearch,MetSystem/elasticsearch,uschindler/elasticsearch,Brijeshrpatel9/elasticsearch,beiske/elasticsearch,kubum/elasticsearch,chirilo/elasticsearch,fforbeck/elasticsearch,AshishThakur/elasticsearch,sc0ttkclark/elasticsearch,mapr/elasticsearch,kunallimaye/elasticsearch,koxa29/elasticsearch,sc0ttkclark/elasticsearch,rlugojr/elasticsearch,xpandan/elasticsearch,NBSW/elasticsearch,queirozfcom/elasticsearch,lks21c/elasticsearch,djschny/elasticsearch,skearns64/elasticsearch,rlugojr/elasticsearch,rajanm/elasticsearch,nrkkalyan/elasticsearch,acchen97/elasticsearch,rento19962/elasticsearch,rento19962/elasticsearch,tsohil/elasticsearch,infusionsoft/elasticsearch,ImpressTV/elasticsearch,gingerwizard/elasticsearch,beiske/elasticsearch,elancom/elasticsearch,zkidkid/elasticsearch,liweinan0423/elasticsearch,sc0ttkclark/elasticsearch,Rygbee/elasticsearch,onegambler/elasticsearch,iamjakob/elasticsearch,LeoYao/elasticsearch,ydsakyclguozi/elasticsearch,cwurm/elasticsearch,tahaemin/elasticsearch,jbertouch/elasticsearch,Collaborne/elasticsearch,hechunwen/elasticsearch,MisterAndersen/elasticsearch,sposam/elasticsearch,apepper/elasticsearch,a2lin/elasticsearch,achow/elasticsearch,wayeast/elasticsearch,NBSW/elasticsearch,mortonsykes/elasticsearch,Ansh90/elasticsearch,mm0/elasticsearch,fekaputra/elasticsearch,rmuir/elasticsearch,JSCooke/elasticsearch,amaliujia/elasticsearch,likaiwalkman/elasticsearch,MjAbuz/elasticsearch,wangyuxue/elasticsearch,sposam/elasticsearch,Shepard1212/elasticsearch,mnylen/elasticsearch,zkidkid/elasticsearch,lmtwga/elasticsearch,jeteve/elasticsearch,Helen-Zhao/elasticsearch,hirdesh2008/elasticsearch,Collaborne/elasticsearch,i-am-Nathan/elasticsearch,Siddartha07/elasticsearch,szroland/elasticsearch,Rygbee/elasticsearch,wangyuxue/elasticsearch,clintongormley/elasticsearch,coding0011/elasticsearch,bawse/elasticsearch,yongminxia/elasticsearch,lmtwga/elasticsearch,i-am-Nathan/elasticsearch,s1monw/elasticsearch,kingaj/elasticsearch,jimhooker2002/elasticsearch,kalburgimanjunath/elasticsearch,jsgao0/elasticsearch,Shepard1212/elasticsearch,C-Bish/elasticsearch,masaruh/elasticsearch,kubum/elasticsearch,Widen/elasticsearch,overcome/elasticsearch,jpountz/elasticsearch,luiseduardohdbackup/elasticsearch,PhaedrusTheGreek/elasticsearch,markwalkom/elasticsearch,wbowling/elasticsearch,caengcjd/elasticsearch,ulkas/elasticsearch,Chhunlong/elasticsearch,wittyameta/elasticsearch,GlenRSmith/elasticsearch,Fsero/elasticsearch,lchennup/elasticsearch,Ansh90/elasticsearch,markharwood/elasticsearch,LeoYao/elasticsearch,masaruh/elasticsearch,pritishppai/elasticsearch,scorpionvicky/elasticsearch,AshishThakur/elasticsearch,maddin2016/elasticsearch,btiernay/elasticsearch,AshishThakur/elasticsearch,lydonchandra/elasticsearch,TonyChai24/ESSource,StefanGor/elasticsearch,areek/elasticsearch,spiegela/elasticsearch,wangtuo/elasticsearch,qwerty4030/elasticsearch,cwurm/elasticsearch,wangyuxue/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,wangtuo/elasticsearch,IanvsPoplicola/elasticsearch,koxa29/elasticsearch,Widen/elasticsearch,tsohil/elasticsearch,Charlesdong/elasticsearch,smflorentino/elasticsearch,martinstuga/elasticsearch,Collaborne/elasticsearch,sarwarbhuiyan/elasticsearch,myelin/elasticsearch,nellicus/elasticsearch,HonzaKral/elasticsearch,himanshuag/elasticsearch,lzo/elasticsearch-1,alexkuk/elasticsearch,fforbeck/elasticsearch,hydro2k/elasticsearch,iantruslove/elasticsearch,NBSW/elasticsearch,amit-shar/elasticsearch,jw0201/elastic,iacdingping/elasticsearch,hanswang/elasticsearch,pablocastro/elasticsearch,mrorii/elasticsearch,mkis-/elasticsearch,18098924759/elasticsearch,amaliujia/elasticsearch,schonfeld/elasticsearch,xingguang2013/elasticsearch,Stacey-Gammon/elasticsearch,kunallimaye/elasticsearch,alexshadow007/elasticsearch,beiske/elasticsearch,strapdata/elassandra5-rc,mjason3/elasticsearch,naveenhooda2000/elasticsearch,nazarewk/elasticsearch,GlenRSmith/elasticsearch,lchennup/elasticsearch,mjhennig/elasticsearch,pozhidaevak/elasticsearch,dongjoon-hyun/elasticsearch,adrianbk/elasticsearch,winstonewert/elasticsearch,trangvh/elasticsearch,mbrukman/elasticsearch,MaineC/elasticsearch,sarwarbhuiyan/elasticsearch,pritishppai/elasticsearch,mikemccand/elasticsearch,ivansun1010/elasticsearch,MjAbuz/elasticsearch,JSCooke/elasticsearch,mnylen/elasticsearch,gfyoung/elasticsearch,amit-shar/elasticsearch,JackyMai/elasticsearch,vingupta3/elasticsearch,dongjoon-hyun/elasticsearch,mkis-/elasticsearch,LewayneNaidoo/elasticsearch,Siddartha07/elasticsearch,kalimatas/elasticsearch,mohit/elasticsearch,Charlesdong/elasticsearch,jprante/elasticsearch,rajanm/elasticsearch,djschny/elasticsearch,KimTaehee/elasticsearch,F0lha/elasticsearch,clintongormley/elasticsearch,fernandozhu/elasticsearch,feiqitian/elasticsearch,Siddartha07/elasticsearch,nknize/elasticsearch,nilabhsagar/elasticsearch,episerver/elasticsearch,kenshin233/elasticsearch,kenshin233/elasticsearch,wenpos/elasticsearch,achow/elasticsearch,nezirus/elasticsearch,abibell/elasticsearch,mjason3/elasticsearch,rento19962/elasticsearch,jango2015/elasticsearch,amit-shar/elasticsearch,mjhennig/elasticsearch,koxa29/elasticsearch,javachengwc/elasticsearch,strapdata/elassandra,njlawton/elasticsearch,kingaj/elasticsearch,ydsakyclguozi/elasticsearch,zkidkid/elasticsearch,MetSystem/elasticsearch,huypx1292/elasticsearch,Brijeshrpatel9/elasticsearch,lmtwga/elasticsearch,areek/elasticsearch,mbrukman/elasticsearch,strapdata/elassandra-test,markharwood/elasticsearch,djschny/elasticsearch,IanvsPoplicola/elasticsearch,yuy168/elasticsearch,mcku/elasticsearch,slavau/elasticsearch,SergVro/elasticsearch,clintongormley/elasticsearch,wayeast/elasticsearch,lzo/elasticsearch-1,MichaelLiZhou/elasticsearch,Shekharrajak/elasticsearch,apepper/elasticsearch,infusionsoft/elasticsearch,markllama/elasticsearch,springning/elasticsearch,schonfeld/elasticsearch,wimvds/elasticsearch,btiernay/elasticsearch,jaynblue/elasticsearch,HarishAtGitHub/elasticsearch,bestwpw/elasticsearch,wuranbo/elasticsearch,chirilo/elasticsearch,pozhidaevak/elasticsearch,yuy168/elasticsearch,spiegela/elasticsearch,ricardocerq/elasticsearch,bestwpw/elasticsearch,ydsakyclguozi/elasticsearch,btiernay/elasticsearch,kimimj/elasticsearch,wittyameta/elasticsearch,andrejserafim/elasticsearch,andrejserafim/elasticsearch,ThalaivaStars/OrgRepo1,jimhooker2002/elasticsearch,elasticdog/elasticsearch,C-Bish/elasticsearch,caengcjd/elasticsearch,C-Bish/elasticsearch,btiernay/elasticsearch,ivansun1010/elasticsearch,elancom/elasticsearch,Charlesdong/elasticsearch,tkssharma/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,polyfractal/elasticsearch,shreejay/elasticsearch,KimTaehee/elasticsearch,glefloch/elasticsearch,onegambler/elasticsearch,kcompher/elasticsearch,Liziyao/elasticsearch,EasonYi/elasticsearch,davidvgalbraith/elasticsearch,hydro2k/elasticsearch,loconsolutions/elasticsearch,slavau/elasticsearch,slavau/elasticsearch,mikemccand/elasticsearch,jw0201/elastic,Shekharrajak/elasticsearch,sdauletau/elasticsearch,alexkuk/elasticsearch,xpandan/elasticsearch,mgalushka/elasticsearch,mkis-/elasticsearch,TonyChai24/ESSource,pablocastro/elasticsearch,achow/elasticsearch,Widen/elasticsearch,kubum/elasticsearch,franklanganke/elasticsearch,kunallimaye/elasticsearch,diendt/elasticsearch,Kakakakakku/elasticsearch,mortonsykes/elasticsearch,lks21c/elasticsearch,aglne/elasticsearch,weipinghe/elasticsearch,naveenhooda2000/elasticsearch,davidvgalbraith/elasticsearch,jchampion/elasticsearch,JackyMai/elasticsearch,hanst/elasticsearch,vvcephei/elasticsearch,ESamir/elasticsearch,btiernay/elasticsearch,codebunt/elasticsearch,MaineC/elasticsearch,mgalushka/elasticsearch,Fsero/elasticsearch,mapr/elasticsearch,ivansun1010/elasticsearch,javachengwc/elasticsearch,beiske/elasticsearch,overcome/elasticsearch,skearns64/elasticsearch,umeshdangat/elasticsearch,milodky/elasticsearch,wbowling/elasticsearch,lchennup/elasticsearch,kcompher/elasticsearch,s1monw/elasticsearch,mmaracic/elasticsearch,wittyameta/elasticsearch,anti-social/elasticsearch,huanzhong/elasticsearch,pablocastro/elasticsearch,Liziyao/elasticsearch,markharwood/elasticsearch,adrianbk/elasticsearch,polyfractal/elasticsearch,linglaiyao1314/elasticsearch,MisterAndersen/elasticsearch,PhaedrusTheGreek/elasticsearch,dpursehouse/elasticsearch,lks21c/elasticsearch,PhaedrusTheGreek/elasticsearch,camilojd/elasticsearch,vrkansagara/elasticsearch,skearns64/elasticsearch,YosuaMichael/elasticsearch,kalburgimanjunath/elasticsearch,myelin/elasticsearch,hirdesh2008/elasticsearch,bawse/elasticsearch,abibell/elasticsearch,kalburgimanjunath/elasticsearch,dpursehouse/elasticsearch,gfyoung/elasticsearch,masaruh/elasticsearch,yongminxia/elasticsearch,henakamaMSFT/elasticsearch,ckclark/elasticsearch,nazarewk/elasticsearch,luiseduardohdbackup/elasticsearch,ImpressTV/elasticsearch,kubum/elasticsearch,achow/elasticsearch,petabytedata/elasticsearch,tebriel/elasticsearch,linglaiyao1314/elasticsearch,sneivandt/elasticsearch,drewr/elasticsearch,socialrank/elasticsearch,onegambler/elasticsearch,schonfeld/elasticsearch,feiqitian/elasticsearch,18098924759/elasticsearch,andrestc/elasticsearch,adrianbk/elasticsearch,LewayneNaidoo/elasticsearch,infusionsoft/elasticsearch,kimimj/elasticsearch,knight1128/elasticsearch,Shepard1212/elasticsearch,golubev/elasticsearch,tebriel/elasticsearch,iacdingping/elasticsearch,ricardocerq/elasticsearch,amit-shar/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,JervyShi/elasticsearch,lzo/elasticsearch-1,gfyoung/elasticsearch,aglne/elasticsearch,markllama/elasticsearch,mrorii/elasticsearch,koxa29/elasticsearch,KimTaehee/elasticsearch,diendt/elasticsearch,Flipkart/elasticsearch,nknize/elasticsearch,bestwpw/elasticsearch,jimczi/elasticsearch,overcome/elasticsearch,apepper/elasticsearch,fernandozhu/elasticsearch,lydonchandra/elasticsearch,hanswang/elasticsearch,Charlesdong/elasticsearch,Clairebi/ElasticsearchClone,fernandozhu/elasticsearch,LewayneNaidoo/elasticsearch,jbertouch/elasticsearch,pritishppai/elasticsearch,zeroctu/elasticsearch,xingguang2013/elasticsearch,feiqitian/elasticsearch,robin13/elasticsearch,mnylen/elasticsearch,EasonYi/elasticsearch,vietlq/elasticsearch,ZTE-PaaS/elasticsearch,dataduke/elasticsearch,linglaiyao1314/elasticsearch,tkssharma/elasticsearch,Rygbee/elasticsearch,bestwpw/elasticsearch,C-Bish/elasticsearch,chirilo/elasticsearch,jpountz/elasticsearch,TonyChai24/ESSource,karthikjaps/elasticsearch,mm0/elasticsearch,maddin2016/elasticsearch,phani546/elasticsearch,zeroctu/elasticsearch,golubev/elasticsearch,gingerwizard/elasticsearch,himanshuag/elasticsearch,Uiho/elasticsearch,gfyoung/elasticsearch,kubum/elasticsearch,vingupta3/elasticsearch,javachengwc/elasticsearch,ulkas/elasticsearch,vvcephei/elasticsearch,xpandan/elasticsearch,bestwpw/elasticsearch,drewr/elasticsearch,easonC/elasticsearch,rento19962/elasticsearch,elancom/elasticsearch,mbrukman/elasticsearch,beiske/elasticsearch,alexshadow007/elasticsearch,lchennup/elasticsearch,zhiqinghuang/elasticsearch,nknize/elasticsearch,Liziyao/elasticsearch,elancom/elasticsearch,nellicus/elasticsearch,Clairebi/ElasticsearchClone,gmarz/elasticsearch,henakamaMSFT/elasticsearch,episerver/elasticsearch,obourgain/elasticsearch,lmtwga/elasticsearch,thecocce/elasticsearch,lzo/elasticsearch-1,palecur/elasticsearch,GlenRSmith/elasticsearch,ivansun1010/elasticsearch,umeshdangat/elasticsearch,masterweb121/elasticsearch,huanzhong/elasticsearch,njlawton/elasticsearch,winstonewert/elasticsearch,Uiho/elasticsearch,henakamaMSFT/elasticsearch,schonfeld/elasticsearch,rmuir/elasticsearch,phani546/elasticsearch,zhiqinghuang/elasticsearch,mapr/elasticsearch,yynil/elasticsearch,ESamir/elasticsearch,smflorentino/elasticsearch,mapr/elasticsearch,18098924759/elasticsearch,jchampion/elasticsearch,djschny/elasticsearch,fforbeck/elasticsearch,tebriel/elasticsearch,umeshdangat/elasticsearch,golubev/elasticsearch,vrkansagara/elasticsearch,xuzha/elasticsearch,MisterAndersen/elasticsearch,vroyer/elassandra,rhoml/elasticsearch,winstonewert/elasticsearch,glefloch/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,wittyameta/elasticsearch,rmuir/elasticsearch,pablocastro/elasticsearch,EasonYi/elasticsearch,linglaiyao1314/elasticsearch,jaynblue/elasticsearch,lightslife/elasticsearch,ricardocerq/elasticsearch,Helen-Zhao/elasticsearch,trangvh/elasticsearch,milodky/elasticsearch,queirozfcom/elasticsearch,andrejserafim/elasticsearch,overcome/elasticsearch,humandb/elasticsearch,LeoYao/elasticsearch,lchennup/elasticsearch,feiqitian/elasticsearch,dongjoon-hyun/elasticsearch,myelin/elasticsearch,fred84/elasticsearch,strapdata/elassandra,mm0/elasticsearch,himanshuag/elasticsearch,dylan8902/elasticsearch,F0lha/elasticsearch,iacdingping/elasticsearch,vrkansagara/elasticsearch,TonyChai24/ESSource,pablocastro/elasticsearch,mjason3/elasticsearch,rlugojr/elasticsearch,kubum/elasticsearch,brandonkearby/elasticsearch,humandb/elasticsearch,rajanm/elasticsearch,khiraiwa/elasticsearch,jimczi/elasticsearch,wbowling/elasticsearch,ulkas/elasticsearch,tsohil/elasticsearch,thecocce/elasticsearch,nezirus/elasticsearch,gingerwizard/elasticsearch,iamjakob/elasticsearch,overcome/elasticsearch,Shekharrajak/elasticsearch,mrorii/elasticsearch,strapdata/elassandra,dongjoon-hyun/elasticsearch,bawse/elasticsearch,markllama/elasticsearch,socialrank/elasticsearch,elancom/elasticsearch,pablocastro/elasticsearch,lightslife/elasticsearch,yongminxia/elasticsearch,lchennup/elasticsearch,episerver/elasticsearch,sarwarbhuiyan/elasticsearch,girirajsharma/elasticsearch,pozhidaevak/elasticsearch,kingaj/elasticsearch,Rygbee/elasticsearch,jaynblue/elasticsearch,skearns64/elasticsearch,easonC/elasticsearch,sarwarbhuiyan/elasticsearch,wuranbo/elasticsearch,glefloch/elasticsearch,ivansun1010/elasticsearch,zkidkid/elasticsearch,jchampion/elasticsearch,snikch/elasticsearch,zeroctu/elasticsearch,zhiqinghuang/elasticsearch,areek/elasticsearch,Brijeshrpatel9/elasticsearch,Fsero/elasticsearch,Uiho/elasticsearch,KimTaehee/elasticsearch,Flipkart/elasticsearch,wbowling/elasticsearch,fernandozhu/elasticsearch,18098924759/elasticsearch,yuy168/elasticsearch,rhoml/elasticsearch,humandb/elasticsearch,kaneshin/elasticsearch,ckclark/elasticsearch,MichaelLiZhou/elasticsearch,franklanganke/elasticsearch,mute/elasticsearch,truemped/elasticsearch,onegambler/elasticsearch,mmaracic/elasticsearch,infusionsoft/elasticsearch,huanzhong/elasticsearch,MichaelLiZhou/elasticsearch,mute/elasticsearch,IanvsPoplicola/elasticsearch,LewayneNaidoo/elasticsearch,jango2015/elasticsearch,phani546/elasticsearch,humandb/elasticsearch,gmarz/elasticsearch,wayeast/elasticsearch,robin13/elasticsearch,jeteve/elasticsearch,bestwpw/elasticsearch,dpursehouse/elasticsearch,fekaputra/elasticsearch,petabytedata/elasticsearch,ckclark/elasticsearch,jaynblue/elasticsearch,strapdata/elassandra-test,pranavraman/elasticsearch,djschny/elasticsearch,scottsom/elasticsearch,henakamaMSFT/elasticsearch,rhoml/elasticsearch,ouyangkongtong/elasticsearch,karthikjaps/elasticsearch,njlawton/elasticsearch,EasonYi/elasticsearch,StefanGor/elasticsearch,ouyangkongtong/elasticsearch,JervyShi/elasticsearch,pranavraman/elasticsearch,dpursehouse/elasticsearch,KimTaehee/elasticsearch,hydro2k/elasticsearch,Stacey-Gammon/elasticsearch,fekaputra/elasticsearch,vietlq/elasticsearch,Flipkart/elasticsearch,alexkuk/elasticsearch,onegambler/elasticsearch,ydsakyclguozi/elasticsearch,bawse/elasticsearch,szroland/elasticsearch,jbertouch/elasticsearch,henakamaMSFT/elasticsearch,jimhooker2002/elasticsearch,sneivandt/elasticsearch,franklanganke/elasticsearch,liweinan0423/elasticsearch,markwalkom/elasticsearch,hafkensite/elasticsearch,ckclark/elasticsearch,davidvgalbraith/elasticsearch,martinstuga/elasticsearch,kaneshin/elasticsearch,nilabhsagar/elasticsearch,jbertouch/elasticsearch,truemped/elasticsearch,dataduke/elasticsearch,Clairebi/ElasticsearchClone,Collaborne/elasticsearch,alexshadow007/elasticsearch,Siddartha07/elasticsearch,queirozfcom/elasticsearch,Stacey-Gammon/elasticsearch,vrkansagara/elasticsearch,xpandan/elasticsearch,weipinghe/elasticsearch,artnowo/elasticsearch,hafkensite/elasticsearch,pritishppai/elasticsearch,polyfractal/elasticsearch,geidies/elasticsearch,shreejay/elasticsearch,hanswang/elasticsearch,ESamir/elasticsearch,lmtwga/elasticsearch,hanst/elasticsearch,feiqitian/elasticsearch,umeshdangat/elasticsearch,luiseduardohdbackup/elasticsearch,humandb/elasticsearch,yynil/elasticsearch,wimvds/elasticsearch,maddin2016/elasticsearch,jpountz/elasticsearch,easonC/elasticsearch,Helen-Zhao/elasticsearch,umeshdangat/elasticsearch,nezirus/elasticsearch,artnowo/elasticsearch,ThalaivaStars/OrgRepo1,thecocce/elasticsearch,weipinghe/elasticsearch,huypx1292/elasticsearch,Helen-Zhao/elasticsearch,yanjunh/elasticsearch,HarishAtGitHub/elasticsearch,fred84/elasticsearch,YosuaMichael/elasticsearch,MaineC/elasticsearch,fooljohnny/elasticsearch,fooljohnny/elasticsearch,ThalaivaStars/OrgRepo1,Chhunlong/elasticsearch,lks21c/elasticsearch,dylan8902/elasticsearch,markllama/elasticsearch,coding0011/elasticsearch,shreejay/elasticsearch,rento19962/elasticsearch,Shepard1212/elasticsearch,socialrank/elasticsearch,jeteve/elasticsearch,abibell/elasticsearch,nellicus/elasticsearch,Ansh90/elasticsearch,uschindler/elasticsearch,polyfractal/elasticsearch,kaneshin/elasticsearch,iantruslove/elasticsearch,palecur/elasticsearch,mjason3/elasticsearch,YosuaMichael/elasticsearch,Shepard1212/elasticsearch,tahaemin/elasticsearch,kalburgimanjunath/elasticsearch,MjAbuz/elasticsearch,masterweb121/elasticsearch,Charlesdong/elasticsearch,jimhooker2002/elasticsearch,nknize/elasticsearch,wenpos/elasticsearch,MisterAndersen/elasticsearch,qwerty4030/elasticsearch,chirilo/elasticsearch,Widen/elasticsearch,JSCooke/elasticsearch,amaliujia/elasticsearch,hanst/elasticsearch,strapdata/elassandra5-rc,markharwood/elasticsearch,tkssharma/elasticsearch,fekaputra/elasticsearch,sarwarbhuiyan/elasticsearch,girirajsharma/elasticsearch,PhaedrusTheGreek/elasticsearch,drewr/elasticsearch,easonC/elasticsearch,xingguang2013/elasticsearch,Uiho/elasticsearch,lzo/elasticsearch-1,Charlesdong/elasticsearch,jango2015/elasticsearch,anti-social/elasticsearch,strapdata/elassandra5-rc,lightslife/elasticsearch,zhiqinghuang/elasticsearch,qwerty4030/elasticsearch,sc0ttkclark/elasticsearch,jbertouch/elasticsearch,masterweb121/elasticsearch,obourgain/elasticsearch,kenshin233/elasticsearch,cnfire/elasticsearch-1,kalburgimanjunath/elasticsearch,sauravmondallive/elasticsearch,tsohil/elasticsearch,loconsolutions/elasticsearch,caengcjd/elasticsearch,markllama/elasticsearch,Brijeshrpatel9/elasticsearch,javachengwc/elasticsearch,girirajsharma/elasticsearch,IanvsPoplicola/elasticsearch,pranavraman/elasticsearch,djschny/elasticsearch,AshishThakur/elasticsearch,s1monw/elasticsearch,Ansh90/elasticsearch,vrkansagara/elasticsearch,scottsom/elasticsearch,wittyameta/elasticsearch,kevinkluge/elasticsearch,hydro2k/elasticsearch,geidies/elasticsearch,rajanm/elasticsearch,mrorii/elasticsearch,tkssharma/elasticsearch,JSCooke/elasticsearch,njlawton/elasticsearch,fekaputra/elasticsearch,Liziyao/elasticsearch,zhiqinghuang/elasticsearch,tsohil/elasticsearch,kimimj/elasticsearch,milodky/elasticsearch,HarishAtGitHub/elasticsearch,kevinkluge/elasticsearch,springning/elasticsearch,hafkensite/elasticsearch,mortonsykes/elasticsearch,gmarz/elasticsearch,MjAbuz/elasticsearch,sdauletau/elasticsearch,huypx1292/elasticsearch,hanswang/elasticsearch,sposam/elasticsearch,Kakakakakku/elasticsearch,vroyer/elassandra,alexkuk/elasticsearch,kingaj/elasticsearch,dongjoon-hyun/elasticsearch,alexkuk/elasticsearch,kcompher/elasticsearch,zkidkid/elasticsearch,artnowo/elasticsearch,szroland/elasticsearch,pranavraman/elasticsearch,ImpressTV/elasticsearch,coding0011/elasticsearch,iamjakob/elasticsearch,hirdesh2008/elasticsearch,anti-social/elasticsearch,dataduke/elasticsearch,maddin2016/elasticsearch,sauravmondallive/elasticsearch,wimvds/elasticsearch,ImpressTV/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,nrkkalyan/elasticsearch,sdauletau/elasticsearch,LeoYao/elasticsearch,mgalushka/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,bawse/elasticsearch,Charlesdong/elasticsearch,ThiagoGarciaAlves/elasticsearch,ThalaivaStars/OrgRepo1,dataduke/elasticsearch,PhaedrusTheGreek/elasticsearch,mortonsykes/elasticsearch,alexkuk/elasticsearch,alexshadow007/elasticsearch,alexbrasetvik/elasticsearch,mute/elasticsearch,beiske/elasticsearch,elasticdog/elasticsearch,ZTE-PaaS/elasticsearch,a2lin/elasticsearch,ThiagoGarciaAlves/elasticsearch,karthikjaps/elasticsearch,lydonchandra/elasticsearch,andrestc/elasticsearch,rmuir/elasticsearch,pritishppai/elasticsearch,feiqitian/elasticsearch,lightslife/elasticsearch,tkssharma/elasticsearch,hanswang/elasticsearch,brandonkearby/elasticsearch,Fsero/elasticsearch,markwalkom/elasticsearch,palecur/elasticsearch,ckclark/elasticsearch,luiseduardohdbackup/elasticsearch,kimimj/elasticsearch,karthikjaps/elasticsearch,hafkensite/elasticsearch,kaneshin/elasticsearch,yongminxia/elasticsearch,xpandan/elasticsearch,diendt/elasticsearch,kaneshin/elasticsearch,aglne/elasticsearch,AshishThakur/elasticsearch,luiseduardohdbackup/elasticsearch,zeroctu/elasticsearch,vrkansagara/elasticsearch,KimTaehee/elasticsearch,LewayneNaidoo/elasticsearch,MetSystem/elasticsearch,martinstuga/elasticsearch,yynil/elasticsearch,ulkas/elasticsearch,mmaracic/elasticsearch,sc0ttkclark/elasticsearch,xuzha/elasticsearch,Chhunlong/elasticsearch,iacdingping/elasticsearch,himanshuag/elasticsearch,loconsolutions/elasticsearch,kimimj/elasticsearch,kaneshin/elasticsearch,mapr/elasticsearch,camilojd/elasticsearch,huanzhong/elasticsearch,apepper/elasticsearch,xingguang2013/elasticsearch,smflorentino/elasticsearch,zhiqinghuang/elasticsearch,easonC/elasticsearch,drewr/elasticsearch,ouyangkongtong/elasticsearch,mkis-/elasticsearch,yuy168/elasticsearch,alexbrasetvik/elasticsearch,awislowski/elasticsearch,kalburgimanjunath/elasticsearch,s1monw/elasticsearch,elasticdog/elasticsearch,geidies/elasticsearch,jbertouch/elasticsearch,nomoa/elasticsearch,Shekharrajak/elasticsearch,karthikjaps/elasticsearch,mcku/elasticsearch,areek/elasticsearch,yuy168/elasticsearch,snikch/elasticsearch,Brijeshrpatel9/elasticsearch,huypx1292/elasticsearch,JervyShi/elasticsearch,Rygbee/elasticsearch,mohit/elasticsearch,kenshin233/elasticsearch,Stacey-Gammon/elasticsearch,wbowling/elasticsearch,javachengwc/elasticsearch,mikemccand/elasticsearch,alexbrasetvik/elasticsearch,easonC/elasticsearch,sreeramjayan/elasticsearch,sneivandt/elasticsearch,s1monw/elasticsearch,golubev/elasticsearch,xpandan/elasticsearch,tebriel/elasticsearch,a2lin/elasticsearch,scorpionvicky/elasticsearch,lightslife/elasticsearch,spiegela/elasticsearch,hechunwen/elasticsearch,amaliujia/elasticsearch,qwerty4030/elasticsearch,strapdata/elassandra-test,likaiwalkman/elasticsearch,SergVro/elasticsearch,F0lha/elasticsearch,jsgao0/elasticsearch,kalburgimanjunath/elasticsearch,yanjunh/elasticsearch,strapdata/elassandra-test,lydonchandra/elasticsearch,fred84/elasticsearch,markllama/elasticsearch,schonfeld/elasticsearch,weipinghe/elasticsearch,adrianbk/elasticsearch,socialrank/elasticsearch,naveenhooda2000/elasticsearch,adrianbk/elasticsearch,polyfractal/elasticsearch,LeoYao/elasticsearch,masaruh/elasticsearch,sreeramjayan/elasticsearch,truemped/elasticsearch,socialrank/elasticsearch,camilojd/elasticsearch,tsohil/elasticsearch,kalimatas/elasticsearch,queirozfcom/elasticsearch,nknize/elasticsearch,liweinan0423/elasticsearch,andrestc/elasticsearch,codebunt/elasticsearch,codebunt/elasticsearch,vingupta3/elasticsearch,uschindler/elasticsearch,kunallimaye/elasticsearch,kevinkluge/elasticsearch,sdauletau/elasticsearch,lydonchandra/elasticsearch,Collaborne/elasticsearch,apepper/elasticsearch,EasonYi/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,ulkas/elasticsearch,adrianbk/elasticsearch,dataduke/elasticsearch,franklanganke/elasticsearch,robin13/elasticsearch,mcku/elasticsearch,ZTE-PaaS/elasticsearch,ydsakyclguozi/elasticsearch,ydsakyclguozi/elasticsearch,jprante/elasticsearch,rmuir/elasticsearch,Uiho/elasticsearch,jeteve/elasticsearch,mikemccand/elasticsearch,uschindler/elasticsearch,abibell/elasticsearch,bestwpw/elasticsearch,jchampion/elasticsearch,iacdingping/elasticsearch,ThalaivaStars/OrgRepo1,nomoa/elasticsearch,fekaputra/elasticsearch,btiernay/elasticsearch,acchen97/elasticsearch,andrejserafim/elasticsearch,cnfire/elasticsearch-1,shreejay/elasticsearch,iacdingping/elasticsearch,slavau/elasticsearch,nomoa/elasticsearch,YosuaMichael/elasticsearch,yanjunh/elasticsearch,ThiagoGarciaAlves/elasticsearch,LeoYao/elasticsearch,pozhidaevak/elasticsearch,acchen97/elasticsearch,snikch/elasticsearch,Flipkart/elasticsearch,fforbeck/elasticsearch,mjhennig/elasticsearch,Siddartha07/elasticsearch,amit-shar/elasticsearch,JackyMai/elasticsearch,lightslife/elasticsearch,rajanm/elasticsearch,golubev/elasticsearch,wayeast/elasticsearch,markwalkom/elasticsearch,girirajsharma/elasticsearch,spiegela/elasticsearch,wayeast/elasticsearch,MetSystem/elasticsearch,vietlq/elasticsearch,karthikjaps/elasticsearch,petabytedata/elasticsearch,LeoYao/elasticsearch,Rygbee/elasticsearch,jchampion/elasticsearch,obourgain/elasticsearch,fooljohnny/elasticsearch,avikurapati/elasticsearch,awislowski/elasticsearch,Kakakakakku/elasticsearch,kevinkluge/elasticsearch,Liziyao/elasticsearch,clintongormley/elasticsearch,lightslife/elasticsearch,cnfire/elasticsearch-1,tkssharma/elasticsearch,hafkensite/elasticsearch,F0lha/elasticsearch,tebriel/elasticsearch,martinstuga/elasticsearch,khiraiwa/elasticsearch,winstonewert/elasticsearch,mbrukman/elasticsearch,NBSW/elasticsearch,andrestc/elasticsearch,truemped/elasticsearch,mnylen/elasticsearch,linglaiyao1314/elasticsearch,JSCooke/elasticsearch,wittyameta/elasticsearch,cnfire/elasticsearch-1,hydro2k/elasticsearch,ouyangkongtong/elasticsearch,masterweb121/elasticsearch,vvcephei/elasticsearch,thecocce/elasticsearch,weipinghe/elasticsearch,dylan8902/elasticsearch,humandb/elasticsearch,mrorii/elasticsearch,jimczi/elasticsearch,cnfire/elasticsearch-1,ouyangkongtong/elasticsearch,tahaemin/elasticsearch,markharwood/elasticsearch,phani546/elasticsearch,pablocastro/elasticsearch,aglne/elasticsearch,acchen97/elasticsearch,tebriel/elasticsearch,gingerwizard/elasticsearch,snikch/elasticsearch,yynil/elasticsearch,strapdata/elassandra-test,thecocce/elasticsearch,springning/elasticsearch,sauravmondallive/elasticsearch,mortonsykes/elasticsearch,wuranbo/elasticsearch,ricardocerq/elasticsearch,MetSystem/elasticsearch,winstonewert/elasticsearch,mjhennig/elasticsearch,nellicus/elasticsearch,nazarewk/elasticsearch,ImpressTV/elasticsearch,mapr/elasticsearch,KimTaehee/elasticsearch,andrestc/elasticsearch,tahaemin/elasticsearch,wangtuo/elasticsearch,awislowski/elasticsearch,skearns64/elasticsearch,jango2015/elasticsearch,dataduke/elasticsearch,MichaelLiZhou/elasticsearch,jeteve/elasticsearch,snikch/elasticsearch,mm0/elasticsearch,ImpressTV/elasticsearch,amaliujia/elasticsearch,gfyoung/elasticsearch,artnowo/elasticsearch,socialrank/elasticsearch,himanshuag/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,achow/elasticsearch,gingerwizard/elasticsearch,milodky/elasticsearch,kimimj/elasticsearch,cnfire/elasticsearch-1,xuzha/elasticsearch,brandonkearby/elasticsearch,amaliujia/elasticsearch,mute/elasticsearch,mnylen/elasticsearch,martinstuga/elasticsearch,likaiwalkman/elasticsearch,mohit/elasticsearch,huanzhong/elasticsearch,rmuir/elasticsearch,hafkensite/elasticsearch,gmarz/elasticsearch,mikemccand/elasticsearch,a2lin/elasticsearch,YosuaMichael/elasticsearch,wayeast/elasticsearch,huanzhong/elasticsearch,kalimatas/elasticsearch,iantruslove/elasticsearch,tahaemin/elasticsearch,mjhennig/elasticsearch,kcompher/elasticsearch,vingupta3/elasticsearch,likaiwalkman/elasticsearch,phani546/elasticsearch,queirozfcom/elasticsearch,andrejserafim/elasticsearch,C-Bish/elasticsearch,pozhidaevak/elasticsearch,markharwood/elasticsearch,ivansun1010/elasticsearch,sauravmondallive/elasticsearch,nrkkalyan/elasticsearch,hanst/elasticsearch,jsgao0/elasticsearch,drewr/elasticsearch,huypx1292/elasticsearch,scottsom/elasticsearch,yanjunh/elasticsearch,areek/elasticsearch,mm0/elasticsearch,awislowski/elasticsearch,vingupta3/elasticsearch,Brijeshrpatel9/elasticsearch,camilojd/elasticsearch,markwalkom/elasticsearch,acchen97/elasticsearch,Clairebi/ElasticsearchClone,nellicus/elasticsearch,pranavraman/elasticsearch,dataduke/elasticsearch,koxa29/elasticsearch,loconsolutions/elasticsearch,acchen97/elasticsearch,abibell/elasticsearch,kevinkluge/elasticsearch,elasticdog/elasticsearch,camilojd/elasticsearch,18098924759/elasticsearch,thecocce/elasticsearch,pranavraman/elasticsearch,diendt/elasticsearch,avikurapati/elasticsearch,jpountz/elasticsearch,ZTE-PaaS/elasticsearch,aglne/elasticsearch,cnfire/elasticsearch-1,clintongormley/elasticsearch,amit-shar/elasticsearch,kimimj/elasticsearch,jchampion/elasticsearch,xingguang2013/elasticsearch,Widen/elasticsearch,iamjakob/elasticsearch,slavau/elasticsearch,avikurapati/elasticsearch,kevinkluge/elasticsearch,vroyer/elassandra,kevinkluge/elasticsearch,robin13/elasticsearch,caengcjd/elasticsearch,wuranbo/elasticsearch,humandb/elasticsearch,jprante/elasticsearch,HarishAtGitHub/elasticsearch,wimvds/elasticsearch,zhiqinghuang/elasticsearch,sposam/elasticsearch,mgalushka/elasticsearch,fooljohnny/elasticsearch,mute/elasticsearch,wbowling/elasticsearch,drewr/elasticsearch,diendt/elasticsearch,yynil/elasticsearch,snikch/elasticsearch,chirilo/elasticsearch,StefanGor/elasticsearch,pritishppai/elasticsearch,kubum/elasticsearch,diendt/elasticsearch,trangvh/elasticsearch,vietlq/elasticsearch,hafkensite/elasticsearch,MichaelLiZhou/elasticsearch,btiernay/elasticsearch,Siddartha07/elasticsearch,wimvds/elasticsearch,zeroctu/elasticsearch,kunallimaye/elasticsearch,knight1128/elasticsearch,masterweb121/elasticsearch,HarishAtGitHub/elasticsearch,vingupta3/elasticsearch,knight1128/elasticsearch,xuzha/elasticsearch,weipinghe/elasticsearch,AndreKR/elasticsearch,sposam/elasticsearch,HarishAtGitHub/elasticsearch,javachengwc/elasticsearch,ThiagoGarciaAlves/elasticsearch,episerver/elasticsearch,andrestc/elasticsearch,truemped/elasticsearch,camilojd/elasticsearch,lydonchandra/elasticsearch,Clairebi/ElasticsearchClone,loconsolutions/elasticsearch,hechunwen/elasticsearch,GlenRSmith/elasticsearch,F0lha/elasticsearch,alexbrasetvik/elasticsearch,apepper/elasticsearch,anti-social/elasticsearch,wittyameta/elasticsearch,vvcephei/elasticsearch,rhoml/elasticsearch,MisterAndersen/elasticsearch,khiraiwa/elasticsearch,jango2015/elasticsearch,jw0201/elastic,pranavraman/elasticsearch,caengcjd/elasticsearch,rlugojr/elasticsearch,sdauletau/elasticsearch,apepper/elasticsearch,TonyChai24/ESSource,knight1128/elasticsearch,wenpos/elasticsearch,huanzhong/elasticsearch,sreeramjayan/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,naveenhooda2000/elasticsearch,nazarewk/elasticsearch,vietlq/elasticsearch,i-am-Nathan/elasticsearch,springning/elasticsearch,mmaracic/elasticsearch,vietlq/elasticsearch,mute/elasticsearch,spiegela/elasticsearch,knight1128/elasticsearch,amit-shar/elasticsearch,tsohil/elasticsearch,vroyer/elasticassandra,PhaedrusTheGreek/elasticsearch,mute/elasticsearch,nrkkalyan/elasticsearch,kunallimaye/elasticsearch,clintongormley/elasticsearch,smflorentino/elasticsearch,scorpionvicky/elasticsearch,AndreKR/elasticsearch,achow/elasticsearch,iantruslove/elasticsearch,kenshin233/elasticsearch,alexbrasetvik/elasticsearch,naveenhooda2000/elasticsearch,sreeramjayan/elasticsearch,mohit/elasticsearch,hirdesh2008/elasticsearch,nilabhsagar/elasticsearch,queirozfcom/elasticsearch,xingguang2013/elasticsearch,JackyMai/elasticsearch,NBSW/elasticsearch,Widen/elasticsearch,trangvh/elasticsearch,djschny/elasticsearch,palecur/elasticsearch,Kakakakakku/elasticsearch,elasticdog/elasticsearch,mgalushka/elasticsearch,girirajsharma/elasticsearch,khiraiwa/elasticsearch,mcku/elasticsearch,mjason3/elasticsearch,mm0/elasticsearch,YosuaMichael/elasticsearch,SergVro/elasticsearch,sc0ttkclark/elasticsearch,loconsolutions/elasticsearch,TonyChai24/ESSource,petabytedata/elasticsearch,jprante/elasticsearch,geidies/elasticsearch,masterweb121/elasticsearch,ulkas/elasticsearch,phani546/elasticsearch,glefloch/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,onegambler/elasticsearch,elancom/elasticsearch,ImpressTV/elasticsearch,zeroctu/elasticsearch,HonzaKral/elasticsearch,achow/elasticsearch,GlenRSmith/elasticsearch,andrejserafim/elasticsearch,jimhooker2002/elasticsearch,glefloch/elasticsearch,JervyShi/elasticsearch,rlugojr/elasticsearch,yongminxia/elasticsearch,luiseduardohdbackup/elasticsearch,nomoa/elasticsearch,myelin/elasticsearch,jimczi/elasticsearch,rhoml/elasticsearch,mohit/elasticsearch,SergVro/elasticsearch,springning/elasticsearch,Flipkart/elasticsearch,drewr/elasticsearch,mbrukman/elasticsearch,vroyer/elasticassandra,nellicus/elasticsearch,liweinan0423/elasticsearch,kcompher/elasticsearch,jsgao0/elasticsearch,Stacey-Gammon/elasticsearch,fooljohnny/elasticsearch,mkis-/elasticsearch,MichaelLiZhou/elasticsearch,caengcjd/elasticsearch,jpountz/elasticsearch,HonzaKral/elasticsearch,anti-social/elasticsearch,knight1128/elasticsearch,obourgain/elasticsearch,rento19962/elasticsearch,ESamir/elasticsearch,tkssharma/elasticsearch,jimhooker2002/elasticsearch,huypx1292/elasticsearch,IanvsPoplicola/elasticsearch,fforbeck/elasticsearch,hanswang/elasticsearch,anti-social/elasticsearch,PhaedrusTheGreek/elasticsearch,davidvgalbraith/elasticsearch,geidies/elasticsearch,vvcephei/elasticsearch,NBSW/elasticsearch,ThiagoGarciaAlves/elasticsearch,mnylen/elasticsearch,schonfeld/elasticsearch,iamjakob/elasticsearch,ZTE-PaaS/elasticsearch,brandonkearby/elasticsearch,wuranbo/elasticsearch,JervyShi/elasticsearch,luiseduardohdbackup/elasticsearch,dylan8902/elasticsearch,kenshin233/elasticsearch,szroland/elasticsearch,nrkkalyan/elasticsearch,strapdata/elassandra-test,andrestc/elasticsearch,kalimatas/elasticsearch,nilabhsagar/elasticsearch,ckclark/elasticsearch,ESamir/elasticsearch,golubev/elasticsearch,nilabhsagar/elasticsearch,JervyShi/elasticsearch,springning/elasticsearch,iantruslove/elasticsearch,overcome/elasticsearch,likaiwalkman/elasticsearch,sreeramjayan/elasticsearch,geidies/elasticsearch,areek/elasticsearch,masaruh/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,scorpionvicky/elasticsearch,iacdingping/elasticsearch,Collaborne/elasticsearch,truemped/elasticsearch,sarwarbhuiyan/elasticsearch,abibell/elasticsearch,dylan8902/elasticsearch,gingerwizard/elasticsearch,MjAbuz/elasticsearch,EasonYi/elasticsearch,girirajsharma/elasticsearch,trangvh/elasticsearch,rajanm/elasticsearch,kcompher/elasticsearch,mmaracic/elasticsearch,Shekharrajak/elasticsearch,rhoml/elasticsearch,springning/elasticsearch,palecur/elasticsearch,knight1128/elasticsearch,Widen/elasticsearch,strapdata/elassandra,mrorii/elasticsearch,Shekharrajak/elasticsearch,infusionsoft/elasticsearch,episerver/elasticsearch,hechunwen/elasticsearch,sneivandt/elasticsearch,codebunt/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,nrkkalyan/elasticsearch,lchennup/elasticsearch,markwalkom/elasticsearch,alexshadow007/elasticsearch,StefanGor/elasticsearch,robin13/elasticsearch,coding0011/elasticsearch,wangtuo/elasticsearch,jprante/elasticsearch,wbowling/elasticsearch,yongminxia/elasticsearch,fred84/elasticsearch,jw0201/elastic,a2lin/elasticsearch,elancom/elasticsearch,gmarz/elasticsearch,adrianbk/elasticsearch,Clairebi/ElasticsearchClone,fernandozhu/elasticsearch,himanshuag/elasticsearch,petabytedata/elasticsearch,jeteve/elasticsearch,yongminxia/elasticsearch,ricardocerq/elasticsearch,jimhooker2002/elasticsearch,wimvds/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,caengcjd/elasticsearch,vroyer/elasticassandra,mcku/elasticsearch,dylan8902/elasticsearch,sposam/elasticsearch,mjhennig/elasticsearch,Uiho/elasticsearch,mkis-/elasticsearch,AndreKR/elasticsearch,lks21c/elasticsearch,infusionsoft/elasticsearch,jango2015/elasticsearch,jpountz/elasticsearch,strapdata/elassandra5-rc,hanst/elasticsearch,lmtwga/elasticsearch,kingaj/elasticsearch,qwerty4030/elasticsearch,JackyMai/elasticsearch,iamjakob/elasticsearch,myelin/elasticsearch,khiraiwa/elasticsearch,dylan8902/elasticsearch,MjAbuz/elasticsearch,likaiwalkman/elasticsearch,Fsero/elasticsearch,chirilo/elasticsearch,AndreKR/elasticsearch,petabytedata/elasticsearch,ThiagoGarciaAlves/elasticsearch,shreejay/elasticsearch,Flipkart/elasticsearch,slavau/elasticsearch,ESamir/elasticsearch,szroland/elasticsearch,wayeast/elasticsearch,vietlq/elasticsearch,Brijeshrpatel9/elasticsearch,jango2015/elasticsearch,Fsero/elasticsearch,vingupta3/elasticsearch,lmtwga/elasticsearch,awislowski/elasticsearch,smflorentino/elasticsearch,Kakakakakku/elasticsearch,MaineC/elasticsearch,mcku/elasticsearch,NBSW/elasticsearch,aglne/elasticsearch,tahaemin/elasticsearch,mnylen/elasticsearch,hechunwen/elasticsearch,wenpos/elasticsearch,tahaemin/elasticsearch,wimvds/elasticsearch,vvcephei/elasticsearch,artnowo/elasticsearch,onegambler/elasticsearch,franklanganke/elasticsearch,mmaracic/elasticsearch,ouyangkongtong/elasticsearch,likaiwalkman/elasticsearch,masterweb121/elasticsearch,koxa29/elasticsearch,kalimatas/elasticsearch,Kakakakakku/elasticsearch,scottsom/elasticsearch,strapdata/elassandra5-rc,Siddartha07/elasticsearch,obourgain/elasticsearch,petabytedata/elasticsearch,njlawton/elasticsearch,karthikjaps/elasticsearch,iantruslove/elasticsearch,nezirus/elasticsearch,jw0201/elastic,avikurapati/elasticsearch,davidvgalbraith/elasticsearch,skearns64/elasticsearch,sneivandt/elasticsearch,jsgao0/elasticsearch,hanswang/elasticsearch,mcku/elasticsearch,franklanganke/elasticsearch,gingerwizard/elasticsearch,F0lha/elasticsearch,fred84/elasticsearch,ThalaivaStars/OrgRepo1,kingaj/elasticsearch,YosuaMichael/elasticsearch,cwurm/elasticsearch,dpursehouse/elasticsearch,18098924759/elasticsearch,MetSystem/elasticsearch,mm0/elasticsearch,smflorentino/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,hydro2k/elasticsearch,nazarewk/elasticsearch,acchen97/elasticsearch,strapdata/elassandra-test,slavau/elasticsearch,MetSystem/elasticsearch,sreeramjayan/elasticsearch,lzo/elasticsearch-1,Liziyao/elasticsearch,abibell/elasticsearch,markllama/elasticsearch,weipinghe/elasticsearch,jaynblue/elasticsearch,Uiho/elasticsearch,sauravmondallive/elasticsearch,himanshuag/elasticsearch,xuzha/elasticsearch,beiske/elasticsearch,queirozfcom/elasticsearch,nomoa/elasticsearch,schonfeld/elasticsearch,coding0011/elasticsearch,nezirus/elasticsearch,avikurapati/elasticsearch,hirdesh2008/elasticsearch,szroland/elasticsearch,iantruslove/elasticsearch,mjhennig/elasticsearch,mgalushka/elasticsearch,fekaputra/elasticsearch,Ansh90/elasticsearch,zeroctu/elasticsearch
f5695d65c67672dcee4559732aec8af766464303
docs/bryn.adoc
docs/bryn.adoc
= 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 the image proxy
= 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 progress `wp option get core_updater.lock`:: Check if WordPress is holding a version lock. If a number is returned, the version lock is on. `wp option delete core_updater.lock`:: Break a version lock on WordPress. Verify an update is NOT in progress before deleting (check processes, visit admin panel). https://wordpress.stackexchange.com/questions/224989/get-rid-of-another-update-is-currently-in-progress[Reference] == XenForo * `sitemaps/` and `temp/` must have 0777 permissions… ** `temp/` is for the image proxy
Add wp_cli update in progress scenario to logbook
Add wp_cli update in progress scenario to logbook
AsciiDoc
mpl-2.0
jflory7/infrastructure,jflory7/infrastructure
421d2ed6a5db02a6c7e590602fcbee5b58773e05
README.adoc
README.adoc
= 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 certificate. By default, Java installations do not trust the StartCom certificate authority and your HTTPS connection to `api.dnschain.net` may fail. For more detail and instructions on how to install the StartCom certificate in your JDK/JRE see http://wernerstrydom.com/2014/01/14/installing-startcom-certificate-authority-certificates-java/[Installing StartCom Certificate Authority Certificates in Java]. == Build and run tests ./gradlew build You can view the test results in `beelinj-lib/build/reports/tests/index.html` Of course you probably want to install https://www.jetbrains.com/idea/download/[IntelliJ IDEA] to do this.
= 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 certificate. By default, Java installations do not trust the StartCom certificate authority and your HTTPS connection to `api.dnschain.net` may fail. For more detail and instructions on how to install the StartCom certificate in your JDK/JRE see http://wernerstrydom.com/2014/01/14/installing-startcom-certificate-authority-certificates-java/[Installing StartCom Certificate Authority Certificates in Java]. == Build and run tests ./gradlew build You can view the test results in `beelinj-lib/build/reports/tests/index.html` Of course you probably want to install https://www.jetbrains.com/idea/download/[IntelliJ IDEA] to do this. == Build and run the bare-bones browser ./gradlew :beelinj-browser-fx:run
Add how to run the browser via Gradle.
Add how to run the browser via Gradle.
AsciiDoc
apache-2.0
beeLin/beeLin-java
9b39eb5310bc5c9368fece33ae1c6a2df9451644
06-installer/README.adoc
06-installer/README.adoc
= 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 both binaries and source code. It also includes teh ability to create NSIS files for Microsoft Windows.
= 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 both binaries and source code. It also includes the ability to create NSIS files for Microsoft Windows.
Fix typo. teh -> the
Fix typo. teh -> the
AsciiDoc
mit
ttroy50/cmake-examples,ttroy50/cmake-examples,ttroy50/cmake-examples
4addd458fd7d0e709ae3b2f7e62e684828528238
README.adoc
README.adoc
// 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 -DaltSnapshotDeploymentRepository=repo.spring.io::default::https://repo.spring.io/libs-snapshot-local ---- for a RELEASE build use ---- $ mvn install -DaltReleaseDeploymentRepository=repo.spring.io::default::https://repo.spring.io/libs-release-local ---- and for Maven Central use ---- $ mvn install -P central -DaltReleaseDeploymentRepository=sonatype-nexus-staging::default::https://oss.sonatype.org/service/local/staging/deploy/maven2 ---- (the "central" profile is available for all projects in Spring Cloud and it sets up the gpg jar signing, and the repository has to be specified separately for this project because it is a parent of the starter parent which users inturn have as their own parent).
// 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 -DaltSnapshotDeploymentRepository=repo.spring.io::default::https://repo.spring.io/libs-snapshot-local ---- for a RELEASE build use ---- $ mvn deploy -DaltReleaseDeploymentRepository=repo.spring.io::default::https://repo.spring.io/libs-release-local ---- and for Maven Central use ---- $ mvn deploy -P central -DaltReleaseDeploymentRepository=sonatype-nexus-staging::default::https://oss.sonatype.org/service/local/staging/deploy/maven2 ---- (the "central" profile is available for all projects in Spring Cloud and it sets up the gpg jar signing, and the repository has to be specified separately for this project because it is a parent of the starter parent which users in turn have as their own parent).
Update readme for mavn deploy
Update readme for mavn deploy
AsciiDoc
apache-2.0
royclarkson/spring-cloud-build,linlynn/spring-cloud-build,spring-cloud/spring-cloud-build,linlynn/spring-cloud-build,spring-cloud/spring-cloud-build,royclarkson/spring-cloud-build
a32ee3935d758653994e559d558027f4662753f0
README.adoc
README.adoc
= 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 strategy for determining the session id ** Easily keep the HttpSession alive when a WebSocket is active = Spring Session Project Site You can find the documentation, issue management, support, samples, and guides for using Spring Session at http://spring.io/spring-session/ = License Spring Session is Open Source software released under the http://www.apache.org/licenses/LICENSE-2.0.html[Apache 2.0 license].
= 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 strategy for determining the session id ** Easily keep the HttpSession alive when a WebSocket is active = Spring Session Project Site You can find the documentation, issue management, support, samples, and guides for using Spring Session at http://projects.spring.io/spring-session/ = License Spring Session is Open Source software released under the http://www.apache.org/licenses/LICENSE-2.0.html[Apache 2.0 license].
Add projects subdomain in project page URL
Add projects subdomain in project page URL While the projects subdomain is not necessary due to a redirect it does provide a faster experience for users. This commit adds the projects subdomain to the project URL to avoid unnecessary redirects. Fixes gh-220
AsciiDoc
apache-2.0
vpavic/spring-session,vpavic/spring-session,vpavic/spring-session
42ea2f530c9de5467714fcaf605052664bb8b131
documentation/src/docs/asciidoc/release-notes/release-notes-5.7.0-M1.adoc
documentation/src/docs/asciidoc/release-notes/release-notes-5.7.0-M1.adoc
[[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 Platform ==== Bug Fixes * ❓ ==== Deprecations and Breaking Changes * ❓ ==== New Features and Improvements * The number of containers and tests excluded by post discovery filters based on their tags is now logged, along with the exclusion reasons. [[release-notes-5.7.0-M1-junit-jupiter]] === JUnit Jupiter ==== Bug Fixes * ❓ ==== Deprecations and Breaking Changes * ❓ ==== New Features and Improvements * The Javadoc for the `provideTestTemplateInvocationContexts()` method in `TestTemplateInvocationContextProvider` has been aligned with the actual implementation. Providers are now officially allowed to return an empty stream, and the error message when all provided streams are empty is now more helpful. [[release-notes-5.7.0-M1-junit-vintage]] === JUnit Vintage ==== Bug Fixes * ❓ ==== Deprecations and Breaking Changes * ❓ ==== New Features and Improvements * ❓
[[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 Platform ==== Bug Fixes * ❓ ==== Deprecations and Breaking Changes * ❓ ==== New Features and Improvements * The number of containers and tests excluded by post discovery filters based on their tags is now logged, along with the exclusion reasons. * The annotation `@Testable` may now be applied _directly_ to fields. [[release-notes-5.7.0-M1-junit-jupiter]] === JUnit Jupiter ==== Bug Fixes * ❓ ==== Deprecations and Breaking Changes * ❓ ==== New Features and Improvements * The Javadoc for the `provideTestTemplateInvocationContexts()` method in `TestTemplateInvocationContextProvider` has been aligned with the actual implementation. Providers are now officially allowed to return an empty stream, and the error message when all provided streams are empty is now more helpful. [[release-notes-5.7.0-M1-junit-vintage]] === JUnit Vintage ==== Bug Fixes * ❓ ==== Deprecations and Breaking Changes * ❓ ==== New Features and Improvements * ❓
Update release notes for Testable annotation.
Update release notes for Testable annotation. #2168
AsciiDoc
epl-1.0
sbrannen/junit-lambda,junit-team/junit-lambda
87497c92ca68bf5b58ad932340f8b4cc2a5ae01c
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 major versions -- e.g. `1.x` to `2.x` -- requires a <<restart-upgrade,full cluster restart>>. * Migration between minor versions -- e.g. `1.x` to `1.y` -- can be performed by <<rolling-upgrades,upgrading one node at a time>>. See <<setup-upgrade>> for more info. -- include::migrate_1_x.asciidoc[] include::migrate_1_0.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 major versions -- e.g. `1.x` to `2.x` -- requires a <<restart-upgrade,full cluster restart>>. * Migration between minor versions -- e.g. `1.x` to `1.y` -- can be performed by <<rolling-upgrades,upgrading one node at a time>>. See <<setup-upgrade>> for more info. -- include::migrate_2_0.asciidoc[] include::migrate_1_x.asciidoc[] include::migrate_1_0.asciidoc[]
Add missing link to the 2.0 migration guide.
Docs: Add missing link to the 2.0 migration guide.
AsciiDoc
apache-2.0
anti-social/elasticsearch,winstonewert/elasticsearch,obourgain/elasticsearch,vingupta3/elasticsearch,StefanGor/elasticsearch,kaneshin/elasticsearch,dataduke/elasticsearch,zeroctu/elasticsearch,ivansun1010/elasticsearch,btiernay/elasticsearch,jpountz/elasticsearch,Liziyao/elasticsearch,humandb/elasticsearch,SergVro/elasticsearch,ouyangkongtong/elasticsearch,C-Bish/elasticsearch,TonyChai24/ESSource,opendatasoft/elasticsearch,socialrank/elasticsearch,sdauletau/elasticsearch,sposam/elasticsearch,gingerwizard/elasticsearch,SergVro/elasticsearch,rmuir/elasticsearch,VukDukic/elasticsearch,mikemccand/elasticsearch,likaiwalkman/elasticsearch,sneivandt/elasticsearch,hydro2k/elasticsearch,obourgain/elasticsearch,jango2015/elasticsearch,wbowling/elasticsearch,djschny/elasticsearch,ESamir/elasticsearch,sreeramjayan/elasticsearch,codebunt/elasticsearch,fforbeck/elasticsearch,btiernay/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,TonyChai24/ESSource,gmarz/elasticsearch,rlugojr/elasticsearch,Helen-Zhao/elasticsearch,nellicus/elasticsearch,rento19962/elasticsearch,khiraiwa/elasticsearch,henakamaMSFT/elasticsearch,phani546/elasticsearch,kcompher/elasticsearch,vrkansagara/elasticsearch,dataduke/elasticsearch,glefloch/elasticsearch,kenshin233/elasticsearch,amit-shar/elasticsearch,Chhunlong/elasticsearch,karthikjaps/elasticsearch,djschny/elasticsearch,strapdata/elassandra-test,ImpressTV/elasticsearch,wimvds/elasticsearch,loconsolutions/elasticsearch,achow/elasticsearch,nezirus/elasticsearch,pozhidaevak/elasticsearch,ImpressTV/elasticsearch,scottsom/elasticsearch,sauravmondallive/elasticsearch,skearns64/elasticsearch,kaneshin/elasticsearch,strapdata/elassandra,zeroctu/elasticsearch,vroyer/elassandra,cnfire/elasticsearch-1,aglne/elasticsearch,weipinghe/elasticsearch,lzo/elasticsearch-1,Liziyao/elasticsearch,koxa29/elasticsearch,YosuaMichael/elasticsearch,Siddartha07/elasticsearch,rmuir/elasticsearch,sjohnr/elasticsearch,Rygbee/elasticsearch,overcome/elasticsearch,rento19962/elasticsearch,golubev/elasticsearch,thecocce/elasticsearch,lks21c/elasticsearch,jprante/elasticsearch,sauravmondallive/elasticsearch,onegambler/elasticsearch,ZTE-PaaS/elasticsearch,vingupta3/elasticsearch,kenshin233/elasticsearch,kevinkluge/elasticsearch,wittyameta/elasticsearch,YosuaMichael/elasticsearch,mm0/elasticsearch,wuranbo/elasticsearch,EasonYi/elasticsearch,janmejay/elasticsearch,umeshdangat/elasticsearch,wittyameta/elasticsearch,LeoYao/elasticsearch,HarishAtGitHub/elasticsearch,rhoml/elasticsearch,nilabhsagar/elasticsearch,alexkuk/elasticsearch,mnylen/elasticsearch,mikemccand/elasticsearch,feiqitian/elasticsearch,mjason3/elasticsearch,tkssharma/elasticsearch,pablocastro/elasticsearch,Widen/elasticsearch,NBSW/elasticsearch,lzo/elasticsearch-1,trangvh/elasticsearch,ajhalani/elasticsearch,mm0/elasticsearch,wbowling/elasticsearch,HarishAtGitHub/elasticsearch,apepper/elasticsearch,18098924759/elasticsearch,sdauletau/elasticsearch,javachengwc/elasticsearch,YosuaMichael/elasticsearch,Flipkart/elasticsearch,strapdata/elassandra-test,a2lin/elasticsearch,dylan8902/elasticsearch,glefloch/elasticsearch,knight1128/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,fooljohnny/elasticsearch,schonfeld/elasticsearch,fekaputra/elasticsearch,nazarewk/elasticsearch,Liziyao/elasticsearch,polyfractal/elasticsearch,petmit/elasticsearch,ZTE-PaaS/elasticsearch,smflorentino/elasticsearch,JSCooke/elasticsearch,coding0011/elasticsearch,phani546/elasticsearch,hydro2k/elasticsearch,sposam/elasticsearch,dpursehouse/elasticsearch,xuzha/elasticsearch,spiegela/elasticsearch,tkssharma/elasticsearch,drewr/elasticsearch,dylan8902/elasticsearch,YosuaMichael/elasticsearch,glefloch/elasticsearch,easonC/elasticsearch,cwurm/elasticsearch,ajhalani/elasticsearch,strapdata/elassandra5-rc,opendatasoft/elasticsearch,fekaputra/elasticsearch,fernandozhu/elasticsearch,snikch/elasticsearch,yynil/elasticsearch,ThiagoGarciaAlves/elasticsearch,ajhalani/elasticsearch,EasonYi/elasticsearch,overcome/elasticsearch,Asimov4/elasticsearch,ckclark/elasticsearch,snikch/elasticsearch,ZTE-PaaS/elasticsearch,Charlesdong/elasticsearch,iantruslove/elasticsearch,Liziyao/elasticsearch,springning/elasticsearch,lmtwga/elasticsearch,kevinkluge/elasticsearch,khiraiwa/elasticsearch,strapdata/elassandra,jimczi/elasticsearch,kaneshin/elasticsearch,dataduke/elasticsearch,njlawton/elasticsearch,s1monw/elasticsearch,slavau/elasticsearch,iacdingping/elasticsearch,gingerwizard/elasticsearch,jpountz/elasticsearch,JackyMai/elasticsearch,snikch/elasticsearch,iantruslove/elasticsearch,vietlq/elasticsearch,skearns64/elasticsearch,vietlq/elasticsearch,camilojd/elasticsearch,HonzaKral/elasticsearch,karthikjaps/elasticsearch,kkirsche/elasticsearch,pritishppai/elasticsearch,himanshuag/elasticsearch,wayeast/elasticsearch,sjohnr/elasticsearch,spiegela/elasticsearch,mapr/elasticsearch,lks21c/elasticsearch,ImpressTV/elasticsearch,Shekharrajak/elasticsearch,karthikjaps/elasticsearch,sneivandt/elasticsearch,zhiqinghuang/elasticsearch,iacdingping/elasticsearch,dpursehouse/elasticsearch,masterweb121/elasticsearch,HarishAtGitHub/elasticsearch,LewayneNaidoo/elasticsearch,clintongormley/elasticsearch,Ansh90/elasticsearch,sauravmondallive/elasticsearch,alexbrasetvik/elasticsearch,C-Bish/elasticsearch,dantuffery/elasticsearch,lydonchandra/elasticsearch,nellicus/elasticsearch,pranavraman/elasticsearch,AndreKR/elasticsearch,kimimj/elasticsearch,mbrukman/elasticsearch,gingerwizard/elasticsearch,qwerty4030/elasticsearch,dongjoon-hyun/elasticsearch,pozhidaevak/elasticsearch,Clairebi/ElasticsearchClone,jw0201/elastic,janmejay/elasticsearch,dantuffery/elasticsearch,mgalushka/elasticsearch,karthikjaps/elasticsearch,Chhunlong/elasticsearch,mcku/elasticsearch,jeteve/elasticsearch,jchampion/elasticsearch,andrestc/elasticsearch,avikurapati/elasticsearch,mm0/elasticsearch,AleksKochev/elasticsearch,Kakakakakku/elasticsearch,rajanm/elasticsearch,sauravmondallive/elasticsearch,Flipkart/elasticsearch,Chhunlong/elasticsearch,iamjakob/elasticsearch,s1monw/elasticsearch,nknize/elasticsearch,njlawton/elasticsearch,MichaelLiZhou/elasticsearch,ulkas/elasticsearch,alexshadow007/elasticsearch,njlawton/elasticsearch,KimTaehee/elasticsearch,rajanm/elasticsearch,huanzhong/elasticsearch,ThalaivaStars/OrgRepo1,Brijeshrpatel9/elasticsearch,F0lha/elasticsearch,Widen/elasticsearch,elasticdog/elasticsearch,markharwood/elasticsearch,Asimov4/elasticsearch,LewayneNaidoo/elasticsearch,tsohil/elasticsearch,jpountz/elasticsearch,kubum/elasticsearch,mkis-/elasticsearch,mnylen/elasticsearch,jimczi/elasticsearch,iamjakob/elasticsearch,kcompher/elasticsearch,mmaracic/elasticsearch,kunallimaye/elasticsearch,strapdata/elassandra5-rc,PhaedrusTheGreek/elasticsearch,yongminxia/elasticsearch,davidvgalbraith/elasticsearch,spiegela/elasticsearch,Siddartha07/elasticsearch,opendatasoft/elasticsearch,milodky/elasticsearch,mapr/elasticsearch,mrorii/elasticsearch,pranavraman/elasticsearch,tahaemin/elasticsearch,xingguang2013/elasticsearch,Collaborne/elasticsearch,iamjakob/elasticsearch,yanjunh/elasticsearch,jsgao0/elasticsearch,njlawton/elasticsearch,achow/elasticsearch,iacdingping/elasticsearch,jchampion/elasticsearch,kkirsche/elasticsearch,NBSW/elasticsearch,apepper/elasticsearch,palecur/elasticsearch,glefloch/elasticsearch,LeoYao/elasticsearch,feiqitian/elasticsearch,mapr/elasticsearch,elancom/elasticsearch,nellicus/elasticsearch,sauravmondallive/elasticsearch,GlenRSmith/elasticsearch,btiernay/elasticsearch,alexshadow007/elasticsearch,wangtuo/elasticsearch,pritishppai/elasticsearch,truemped/elasticsearch,maddin2016/elasticsearch,lchennup/elasticsearch,loconsolutions/elasticsearch,Ansh90/elasticsearch,andrejserafim/elasticsearch,wenpos/elasticsearch,mortonsykes/elasticsearch,huypx1292/elasticsearch,rmuir/elasticsearch,IanvsPoplicola/elasticsearch,HonzaKral/elasticsearch,Siddartha07/elasticsearch,andrejserafim/elasticsearch,LewayneNaidoo/elasticsearch,linglaiyao1314/elasticsearch,masaruh/elasticsearch,petmit/elasticsearch,ricardocerq/elasticsearch,nezirus/elasticsearch,rajanm/elasticsearch,sneivandt/elasticsearch,masterweb121/elasticsearch,Ansh90/elasticsearch,GlenRSmith/elasticsearch,dongjoon-hyun/elasticsearch,nilabhsagar/elasticsearch,wangyuxue/elasticsearch,franklanganke/elasticsearch,tebriel/elasticsearch,clintongormley/elasticsearch,nknize/elasticsearch,myelin/elasticsearch,mgalushka/elasticsearch,ydsakyclguozi/elasticsearch,tsohil/elasticsearch,Siddartha07/elasticsearch,fooljohnny/elasticsearch,mm0/elasticsearch,shreejay/elasticsearch,ImpressTV/elasticsearch,fred84/elasticsearch,alexbrasetvik/elasticsearch,sscarduzio/elasticsearch,gingerwizard/elasticsearch,mkis-/elasticsearch,hanswang/elasticsearch,Flipkart/elasticsearch,mkis-/elasticsearch,codebunt/elasticsearch,MichaelLiZhou/elasticsearch,ulkas/elasticsearch,sc0ttkclark/elasticsearch,dongjoon-hyun/elasticsearch,btiernay/elasticsearch,ydsakyclguozi/elasticsearch,bestwpw/elasticsearch,wimvds/elasticsearch,springning/elasticsearch,kimimj/elasticsearch,infusionsoft/elasticsearch,easonC/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,cnfire/elasticsearch-1,AshishThakur/elasticsearch,maddin2016/elasticsearch,SergVro/elasticsearch,myelin/elasticsearch,adrianbk/elasticsearch,codebunt/elasticsearch,jbertouch/elasticsearch,elancom/elasticsearch,luiseduardohdbackup/elasticsearch,likaiwalkman/elasticsearch,koxa29/elasticsearch,ricardocerq/elasticsearch,mm0/elasticsearch,ydsakyclguozi/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,infusionsoft/elasticsearch,chirilo/elasticsearch,infusionsoft/elasticsearch,knight1128/elasticsearch,YosuaMichael/elasticsearch,HarishAtGitHub/elasticsearch,kaneshin/elasticsearch,rlugojr/elasticsearch,heng4fun/elasticsearch,wayeast/elasticsearch,umeshdangat/elasticsearch,dongjoon-hyun/elasticsearch,lightslife/elasticsearch,kunallimaye/elasticsearch,yanjunh/elasticsearch,kubum/elasticsearch,micpalmia/elasticsearch,KimTaehee/elasticsearch,vroyer/elassandra,jeteve/elasticsearch,franklanganke/elasticsearch,koxa29/elasticsearch,mmaracic/elasticsearch,robin13/elasticsearch,himanshuag/elasticsearch,vietlq/elasticsearch,vvcephei/elasticsearch,lmtwga/elasticsearch,Shekharrajak/elasticsearch,pranavraman/elasticsearch,scorpionvicky/elasticsearch,jeteve/elasticsearch,tebriel/elasticsearch,Fsero/elasticsearch,alexbrasetvik/elasticsearch,achow/elasticsearch,javachengwc/elasticsearch,iacdingping/elasticsearch,jimhooker2002/elasticsearch,drewr/elasticsearch,Rygbee/elasticsearch,Brijeshrpatel9/elasticsearch,beiske/elasticsearch,yongminxia/elasticsearch,F0lha/elasticsearch,easonC/elasticsearch,nilabhsagar/elasticsearch,robin13/elasticsearch,chrismwendt/elasticsearch,sjohnr/elasticsearch,yongminxia/elasticsearch,tahaemin/elasticsearch,aglne/elasticsearch,sscarduzio/elasticsearch,drewr/elasticsearch,sarwarbhuiyan/elasticsearch,kubum/elasticsearch,caengcjd/elasticsearch,wimvds/elasticsearch,kimimj/elasticsearch,schonfeld/elasticsearch,Kakakakakku/elasticsearch,yuy168/elasticsearch,trangvh/elasticsearch,kenshin233/elasticsearch,fooljohnny/elasticsearch,beiske/elasticsearch,rento19962/elasticsearch,liweinan0423/elasticsearch,Shekharrajak/elasticsearch,mnylen/elasticsearch,acchen97/elasticsearch,feiqitian/elasticsearch,i-am-Nathan/elasticsearch,xuzha/elasticsearch,F0lha/elasticsearch,shreejay/elasticsearch,Widen/elasticsearch,F0lha/elasticsearch,dantuffery/elasticsearch,kenshin233/elasticsearch,Flipkart/elasticsearch,MisterAndersen/elasticsearch,phani546/elasticsearch,i-am-Nathan/elasticsearch,mikemccand/elasticsearch,queirozfcom/elasticsearch,lks21c/elasticsearch,alexshadow007/elasticsearch,thecocce/elasticsearch,dataduke/elasticsearch,Rygbee/elasticsearch,franklanganke/elasticsearch,Microsoft/elasticsearch,smflorentino/elasticsearch,amit-shar/elasticsearch,jeteve/elasticsearch,geidies/elasticsearch,apepper/elasticsearch,dpursehouse/elasticsearch,kkirsche/elasticsearch,slavau/elasticsearch,ESamir/elasticsearch,kalburgimanjunath/elasticsearch,polyfractal/elasticsearch,sarwarbhuiyan/elasticsearch,martinstuga/elasticsearch,lmtwga/elasticsearch,andrejserafim/elasticsearch,nknize/elasticsearch,wittyameta/elasticsearch,Collaborne/elasticsearch,StefanGor/elasticsearch,beiske/elasticsearch,ulkas/elasticsearch,Uiho/elasticsearch,Chhunlong/elasticsearch,xingguang2013/elasticsearch,mcku/elasticsearch,dylan8902/elasticsearch,kevinkluge/elasticsearch,fforbeck/elasticsearch,ajhalani/elasticsearch,rhoml/elasticsearch,jchampion/elasticsearch,MjAbuz/elasticsearch,golubev/elasticsearch,Stacey-Gammon/elasticsearch,diendt/elasticsearch,kcompher/elasticsearch,yynil/elasticsearch,martinstuga/elasticsearch,AleksKochev/elasticsearch,SergVro/elasticsearch,Liziyao/elasticsearch,wenpos/elasticsearch,lmtwga/elasticsearch,Collaborne/elasticsearch,rajanm/elasticsearch,AndreKR/elasticsearch,clintongormley/elasticsearch,pritishppai/elasticsearch,gfyoung/elasticsearch,djschny/elasticsearch,milodky/elasticsearch,uschindler/elasticsearch,scottsom/elasticsearch,spiegela/elasticsearch,skearns64/elasticsearch,mrorii/elasticsearch,tebriel/elasticsearch,petabytedata/elasticsearch,golubev/elasticsearch,sreeramjayan/elasticsearch,weipinghe/elasticsearch,JSCooke/elasticsearch,areek/elasticsearch,sreeramjayan/elasticsearch,hanswang/elasticsearch,jimczi/elasticsearch,strapdata/elassandra-test,golubev/elasticsearch,jango2015/elasticsearch,anti-social/elasticsearch,jw0201/elastic,lzo/elasticsearch-1,a2lin/elasticsearch,diendt/elasticsearch,iantruslove/elasticsearch,ulkas/elasticsearch,snikch/elasticsearch,lchennup/elasticsearch,mortonsykes/elasticsearch,markwalkom/elasticsearch,wangtuo/elasticsearch,amaliujia/elasticsearch,lchennup/elasticsearch,milodky/elasticsearch,masaruh/elasticsearch,sposam/elasticsearch,mortonsykes/elasticsearch,scottsom/elasticsearch,easonC/elasticsearch,tcucchietti/elasticsearch,mcku/elasticsearch,Uiho/elasticsearch,camilojd/elasticsearch,pritishppai/elasticsearch,sdauletau/elasticsearch,bawse/elasticsearch,F0lha/elasticsearch,mnylen/elasticsearch,Clairebi/ElasticsearchClone,alexkuk/elasticsearch,gmarz/elasticsearch,mmaracic/elasticsearch,AndreKR/elasticsearch,Helen-Zhao/elasticsearch,fred84/elasticsearch,bestwpw/elasticsearch,JervyShi/elasticsearch,Shekharrajak/elasticsearch,kubum/elasticsearch,petmit/elasticsearch,naveenhooda2000/elasticsearch,camilojd/elasticsearch,mgalushka/elasticsearch,iamjakob/elasticsearch,wittyameta/elasticsearch,scorpionvicky/elasticsearch,lchennup/elasticsearch,mkis-/elasticsearch,abibell/elasticsearch,hafkensite/elasticsearch,dpursehouse/elasticsearch,gingerwizard/elasticsearch,gingerwizard/elasticsearch,djschny/elasticsearch,LewayneNaidoo/elasticsearch,wittyameta/elasticsearch,amit-shar/elasticsearch,hydro2k/elasticsearch,sarwarbhuiyan/elasticsearch,davidvgalbraith/elasticsearch,vvcephei/elasticsearch,sposam/elasticsearch,slavau/elasticsearch,sarwarbhuiyan/elasticsearch,springning/elasticsearch,easonC/elasticsearch,likaiwalkman/elasticsearch,lchennup/elasticsearch,alexbrasetvik/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,nrkkalyan/elasticsearch,myelin/elasticsearch,Brijeshrpatel9/elasticsearch,queirozfcom/elasticsearch,GlenRSmith/elasticsearch,Collaborne/elasticsearch,djschny/elasticsearch,huypx1292/elasticsearch,nazarewk/elasticsearch,lightslife/elasticsearch,tcucchietti/elasticsearch,chirilo/elasticsearch,qwerty4030/elasticsearch,snikch/elasticsearch,ivansun1010/elasticsearch,pablocastro/elasticsearch,jbertouch/elasticsearch,avikurapati/elasticsearch,fernandozhu/elasticsearch,yynil/elasticsearch,abibell/elasticsearch,gmarz/elasticsearch,smflorentino/elasticsearch,ESamir/elasticsearch,18098924759/elasticsearch,JervyShi/elasticsearch,areek/elasticsearch,jaynblue/elasticsearch,lightslife/elasticsearch,ouyangkongtong/elasticsearch,pritishppai/elasticsearch,hafkensite/elasticsearch,HonzaKral/elasticsearch,kaneshin/elasticsearch,wayeast/elasticsearch,schonfeld/elasticsearch,humandb/elasticsearch,ThiagoGarciaAlves/elasticsearch,fekaputra/elasticsearch,xpandan/elasticsearch,apepper/elasticsearch,elasticdog/elasticsearch,jeteve/elasticsearch,lydonchandra/elasticsearch,pablocastro/elasticsearch,alexkuk/elasticsearch,Microsoft/elasticsearch,elancom/elasticsearch,HarishAtGitHub/elasticsearch,AshishThakur/elasticsearch,hafkensite/elasticsearch,fernandozhu/elasticsearch,kalburgimanjunath/elasticsearch,andrestc/elasticsearch,wuranbo/elasticsearch,strapdata/elassandra-test,skearns64/elasticsearch,hanst/elasticsearch,szroland/elasticsearch,diendt/elasticsearch,lightslife/elasticsearch,Widen/elasticsearch,jpountz/elasticsearch,mohit/elasticsearch,chrismwendt/elasticsearch,episerver/elasticsearch,ydsakyclguozi/elasticsearch,MaineC/elasticsearch,djschny/elasticsearch,xingguang2013/elasticsearch,mjhennig/elasticsearch,robin13/elasticsearch,linglaiyao1314/elasticsearch,yongminxia/elasticsearch,btiernay/elasticsearch,thecocce/elasticsearch,s1monw/elasticsearch,zkidkid/elasticsearch,ricardocerq/elasticsearch,nrkkalyan/elasticsearch,IanvsPoplicola/elasticsearch,petabytedata/elasticsearch,lmtwga/elasticsearch,clintongormley/elasticsearch,MjAbuz/elasticsearch,overcome/elasticsearch,xingguang2013/elasticsearch,ivansun1010/elasticsearch,MetSystem/elasticsearch,scorpionvicky/elasticsearch,Widen/elasticsearch,kingaj/elasticsearch,ricardocerq/elasticsearch,wuranbo/elasticsearch,henakamaMSFT/elasticsearch,MetSystem/elasticsearch,caengcjd/elasticsearch,tcucchietti/elasticsearch,KimTaehee/elasticsearch,Rygbee/elasticsearch,hanst/elasticsearch,hechunwen/elasticsearch,hafkensite/elasticsearch,gmarz/elasticsearch,mikemccand/elasticsearch,hanst/elasticsearch,brandonkearby/elasticsearch,palecur/elasticsearch,markharwood/elasticsearch,hanswang/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,jango2015/elasticsearch,kingaj/elasticsearch,likaiwalkman/elasticsearch,chirilo/elasticsearch,loconsolutions/elasticsearch,coding0011/elasticsearch,jimczi/elasticsearch,Liziyao/elasticsearch,scorpionvicky/elasticsearch,wayeast/elasticsearch,kenshin233/elasticsearch,mbrukman/elasticsearch,queirozfcom/elasticsearch,robin13/elasticsearch,chrismwendt/elasticsearch,acchen97/elasticsearch,naveenhooda2000/elasticsearch,diendt/elasticsearch,MjAbuz/elasticsearch,anti-social/elasticsearch,strapdata/elassandra,cnfire/elasticsearch-1,nilabhsagar/elasticsearch,AshishThakur/elasticsearch,maddin2016/elasticsearch,ZTE-PaaS/elasticsearch,VukDukic/elasticsearch,zkidkid/elasticsearch,i-am-Nathan/elasticsearch,wenpos/elasticsearch,truemped/elasticsearch,JackyMai/elasticsearch,nellicus/elasticsearch,areek/elasticsearch,Collaborne/elasticsearch,likaiwalkman/elasticsearch,caengcjd/elasticsearch,javachengwc/elasticsearch,ivansun1010/elasticsearch,bawse/elasticsearch,lightslife/elasticsearch,sdauletau/elasticsearch,uschindler/elasticsearch,PhaedrusTheGreek/elasticsearch,lydonchandra/elasticsearch,hirdesh2008/elasticsearch,aglne/elasticsearch,himanshuag/elasticsearch,awislowski/elasticsearch,18098924759/elasticsearch,vrkansagara/elasticsearch,andrestc/elasticsearch,myelin/elasticsearch,humandb/elasticsearch,tsohil/elasticsearch,mcku/elasticsearch,AndreKR/elasticsearch,ESamir/elasticsearch,lmtwga/elasticsearch,jeteve/elasticsearch,Charlesdong/elasticsearch,hafkensite/elasticsearch,jimhooker2002/elasticsearch,truemped/elasticsearch,likaiwalkman/elasticsearch,javachengwc/elasticsearch,wittyameta/elasticsearch,kingaj/elasticsearch,Rygbee/elasticsearch,mjason3/elasticsearch,Helen-Zhao/elasticsearch,vrkansagara/elasticsearch,mute/elasticsearch,weipinghe/elasticsearch,snikch/elasticsearch,kevinkluge/elasticsearch,caengcjd/elasticsearch,PhaedrusTheGreek/elasticsearch,wenpos/elasticsearch,phani546/elasticsearch,mgalushka/elasticsearch,wimvds/elasticsearch,feiqitian/elasticsearch,JervyShi/elasticsearch,tsohil/elasticsearch,artnowo/elasticsearch,slavau/elasticsearch,pritishppai/elasticsearch,tahaemin/elasticsearch,schonfeld/elasticsearch,xpandan/elasticsearch,vingupta3/elasticsearch,GlenRSmith/elasticsearch,strapdata/elassandra5-rc,easonC/elasticsearch,kaneshin/elasticsearch,kunallimaye/elasticsearch,trangvh/elasticsearch,wangtuo/elasticsearch,codebunt/elasticsearch,koxa29/elasticsearch,phani546/elasticsearch,SergVro/elasticsearch,masaruh/elasticsearch,artnowo/elasticsearch,Kakakakakku/elasticsearch,mnylen/elasticsearch,mmaracic/elasticsearch,kalimatas/elasticsearch,yanjunh/elasticsearch,pozhidaevak/elasticsearch,liweinan0423/elasticsearch,ckclark/elasticsearch,queirozfcom/elasticsearch,caengcjd/elasticsearch,wangtuo/elasticsearch,knight1128/elasticsearch,xuzha/elasticsearch,schonfeld/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,mrorii/elasticsearch,nilabhsagar/elasticsearch,heng4fun/elasticsearch,hirdesh2008/elasticsearch,linglaiyao1314/elasticsearch,mkis-/elasticsearch,slavau/elasticsearch,loconsolutions/elasticsearch,EasonYi/elasticsearch,dantuffery/elasticsearch,NBSW/elasticsearch,awislowski/elasticsearch,golubev/elasticsearch,Microsoft/elasticsearch,gfyoung/elasticsearch,karthikjaps/elasticsearch,djschny/elasticsearch,schonfeld/elasticsearch,MetSystem/elasticsearch,ajhalani/elasticsearch,hechunwen/elasticsearch,hechunwen/elasticsearch,F0lha/elasticsearch,mmaracic/elasticsearch,iacdingping/elasticsearch,himanshuag/elasticsearch,geidies/elasticsearch,fekaputra/elasticsearch,Fsero/elasticsearch,infusionsoft/elasticsearch,Siddartha07/elasticsearch,JSCooke/elasticsearch,MaineC/elasticsearch,wenpos/elasticsearch,kalburgimanjunath/elasticsearch,palecur/elasticsearch,geidies/elasticsearch,PhaedrusTheGreek/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,ThiagoGarciaAlves/elasticsearch,markwalkom/elasticsearch,winstonewert/elasticsearch,tahaemin/elasticsearch,MisterAndersen/elasticsearch,mcku/elasticsearch,iantruslove/elasticsearch,MetSystem/elasticsearch,bawse/elasticsearch,scorpionvicky/elasticsearch,vroyer/elasticassandra,mjason3/elasticsearch,nrkkalyan/elasticsearch,markllama/elasticsearch,polyfractal/elasticsearch,brandonkearby/elasticsearch,onegambler/elasticsearch,himanshuag/elasticsearch,kalimatas/elasticsearch,dylan8902/elasticsearch,wangtuo/elasticsearch,janmejay/elasticsearch,szroland/elasticsearch,sjohnr/elasticsearch,Shekharrajak/elasticsearch,linglaiyao1314/elasticsearch,onegambler/elasticsearch,pozhidaevak/elasticsearch,lzo/elasticsearch-1,pablocastro/elasticsearch,rhoml/elasticsearch,AshishThakur/elasticsearch,combinatorist/elasticsearch,vietlq/elasticsearch,hydro2k/elasticsearch,nomoa/elasticsearch,Stacey-Gammon/elasticsearch,tebriel/elasticsearch,vvcephei/elasticsearch,ImpressTV/elasticsearch,strapdata/elassandra5-rc,milodky/elasticsearch,shreejay/elasticsearch,achow/elasticsearch,likaiwalkman/elasticsearch,IanvsPoplicola/elasticsearch,rhoml/elasticsearch,kunallimaye/elasticsearch,Uiho/elasticsearch,MichaelLiZhou/elasticsearch,LeoYao/elasticsearch,queirozfcom/elasticsearch,pranavraman/elasticsearch,MetSystem/elasticsearch,KimTaehee/elasticsearch,yanjunh/elasticsearch,AleksKochev/elasticsearch,huanzhong/elasticsearch,andrestc/elasticsearch,ivansun1010/elasticsearch,nellicus/elasticsearch,iamjakob/elasticsearch,mute/elasticsearch,obourgain/elasticsearch,rmuir/elasticsearch,combinatorist/elasticsearch,kunallimaye/elasticsearch,vvcephei/elasticsearch,rmuir/elasticsearch,polyfractal/elasticsearch,andrestc/elasticsearch,cwurm/elasticsearch,rento19962/elasticsearch,skearns64/elasticsearch,wayeast/elasticsearch,nrkkalyan/elasticsearch,hanswang/elasticsearch,YosuaMichael/elasticsearch,Kakakakakku/elasticsearch,winstonewert/elasticsearch,JackyMai/elasticsearch,dataduke/elasticsearch,wangyuxue/elasticsearch,Collaborne/elasticsearch,mbrukman/elasticsearch,palecur/elasticsearch,luiseduardohdbackup/elasticsearch,Charlesdong/elasticsearch,kalburgimanjunath/elasticsearch,mortonsykes/elasticsearch,humandb/elasticsearch,i-am-Nathan/elasticsearch,queirozfcom/elasticsearch,schonfeld/elasticsearch,Shepard1212/elasticsearch,javachengwc/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,masterweb121/elasticsearch,winstonewert/elasticsearch,i-am-Nathan/elasticsearch,rhoml/elasticsearch,lightslife/elasticsearch,cnfire/elasticsearch-1,rhoml/elasticsearch,nazarewk/elasticsearch,AleksKochev/elasticsearch,amit-shar/elasticsearch,kubum/elasticsearch,phani546/elasticsearch,drewr/elasticsearch,SergVro/elasticsearch,sreeramjayan/elasticsearch,Siddartha07/elasticsearch,nrkkalyan/elasticsearch,mute/elasticsearch,weipinghe/elasticsearch,jimhooker2002/elasticsearch,luiseduardohdbackup/elasticsearch,hanswang/elasticsearch,MichaelLiZhou/elasticsearch,JervyShi/elasticsearch,sdauletau/elasticsearch,Helen-Zhao/elasticsearch,acchen97/elasticsearch,Helen-Zhao/elasticsearch,clintongormley/elasticsearch,EasonYi/elasticsearch,StefanGor/elasticsearch,HarishAtGitHub/elasticsearch,girirajsharma/elasticsearch,sc0ttkclark/elasticsearch,mapr/elasticsearch,myelin/elasticsearch,khiraiwa/elasticsearch,JervyShi/elasticsearch,AndreKR/elasticsearch,amaliujia/elasticsearch,elancom/elasticsearch,sc0ttkclark/elasticsearch,mute/elasticsearch,strapdata/elassandra-test,queirozfcom/elasticsearch,davidvgalbraith/elasticsearch,zkidkid/elasticsearch,acchen97/elasticsearch,andrejserafim/elasticsearch,linglaiyao1314/elasticsearch,ESamir/elasticsearch,AleksKochev/elasticsearch,Siddartha07/elasticsearch,zeroctu/elasticsearch,yongminxia/elasticsearch,kubum/elasticsearch,JervyShi/elasticsearch,knight1128/elasticsearch,koxa29/elasticsearch,mgalushka/elasticsearch,knight1128/elasticsearch,nknize/elasticsearch,iantruslove/elasticsearch,YosuaMichael/elasticsearch,vingupta3/elasticsearch,gfyoung/elasticsearch,dylan8902/elasticsearch,trangvh/elasticsearch,hafkensite/elasticsearch,awislowski/elasticsearch,brandonkearby/elasticsearch,MisterAndersen/elasticsearch,avikurapati/elasticsearch,heng4fun/elasticsearch,jaynblue/elasticsearch,StefanGor/elasticsearch,PhaedrusTheGreek/elasticsearch,acchen97/elasticsearch,Uiho/elasticsearch,NBSW/elasticsearch,ThiagoGarciaAlves/elasticsearch,Uiho/elasticsearch,tahaemin/elasticsearch,ulkas/elasticsearch,mbrukman/elasticsearch,Brijeshrpatel9/elasticsearch,diendt/elasticsearch,LewayneNaidoo/elasticsearch,jimhooker2002/elasticsearch,karthikjaps/elasticsearch,wimvds/elasticsearch,micpalmia/elasticsearch,apepper/elasticsearch,masaruh/elasticsearch,socialrank/elasticsearch,gfyoung/elasticsearch,qwerty4030/elasticsearch,GlenRSmith/elasticsearch,a2lin/elasticsearch,hanst/elasticsearch,fekaputra/elasticsearch,huanzhong/elasticsearch,zeroctu/elasticsearch,Rygbee/elasticsearch,chirilo/elasticsearch,wayeast/elasticsearch,amit-shar/elasticsearch,yuy168/elasticsearch,sdauletau/elasticsearch,avikurapati/elasticsearch,martinstuga/elasticsearch,kimimj/elasticsearch,petmit/elasticsearch,Shekharrajak/elasticsearch,martinstuga/elasticsearch,onegambler/elasticsearch,btiernay/elasticsearch,jimhooker2002/elasticsearch,amaliujia/elasticsearch,fekaputra/elasticsearch,springning/elasticsearch,yynil/elasticsearch,micpalmia/elasticsearch,linglaiyao1314/elasticsearch,episerver/elasticsearch,coding0011/elasticsearch,jaynblue/elasticsearch,18098924759/elasticsearch,hechunwen/elasticsearch,LeoYao/elasticsearch,ThalaivaStars/OrgRepo1,lydonchandra/elasticsearch,yuy168/elasticsearch,alexbrasetvik/elasticsearch,fooljohnny/elasticsearch,zeroctu/elasticsearch,ulkas/elasticsearch,nomoa/elasticsearch,pablocastro/elasticsearch,C-Bish/elasticsearch,onegambler/elasticsearch,gingerwizard/elasticsearch,markwalkom/elasticsearch,MetSystem/elasticsearch,ckclark/elasticsearch,artnowo/elasticsearch,shreejay/elasticsearch,Brijeshrpatel9/elasticsearch,tkssharma/elasticsearch,rlugojr/elasticsearch,kenshin233/elasticsearch,yuy168/elasticsearch,Stacey-Gammon/elasticsearch,strapdata/elassandra-test,smflorentino/elasticsearch,elasticdog/elasticsearch,MichaelLiZhou/elasticsearch,humandb/elasticsearch,zhiqinghuang/elasticsearch,iantruslove/elasticsearch,rlugojr/elasticsearch,fooljohnny/elasticsearch,kalburgimanjunath/elasticsearch,uschindler/elasticsearch,martinstuga/elasticsearch,uschindler/elasticsearch,geidies/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,davidvgalbraith/elasticsearch,mohit/elasticsearch,sjohnr/elasticsearch,infusionsoft/elasticsearch,18098924759/elasticsearch,masterweb121/elasticsearch,adrianbk/elasticsearch,kcompher/elasticsearch,mikemccand/elasticsearch,codebunt/elasticsearch,Charlesdong/elasticsearch,dataduke/elasticsearch,knight1128/elasticsearch,Clairebi/ElasticsearchClone,VukDukic/elasticsearch,beiske/elasticsearch,drewr/elasticsearch,Asimov4/elasticsearch,ouyangkongtong/elasticsearch,markwalkom/elasticsearch,jchampion/elasticsearch,khiraiwa/elasticsearch,HarishAtGitHub/elasticsearch,kalimatas/elasticsearch,rlugojr/elasticsearch,jchampion/elasticsearch,LeoYao/elasticsearch,Brijeshrpatel9/elasticsearch,xingguang2013/elasticsearch,tkssharma/elasticsearch,Asimov4/elasticsearch,wimvds/elasticsearch,gfyoung/elasticsearch,lks21c/elasticsearch,jpountz/elasticsearch,jprante/elasticsearch,jsgao0/elasticsearch,vingupta3/elasticsearch,abibell/elasticsearch,jsgao0/elasticsearch,pranavraman/elasticsearch,hydro2k/elasticsearch,jbertouch/elasticsearch,mohit/elasticsearch,aglne/elasticsearch,mjhennig/elasticsearch,mmaracic/elasticsearch,MaineC/elasticsearch,naveenhooda2000/elasticsearch,Microsoft/elasticsearch,nomoa/elasticsearch,episerver/elasticsearch,sarwarbhuiyan/elasticsearch,elancom/elasticsearch,TonyChai24/ESSource,szroland/elasticsearch,huanzhong/elasticsearch,JackyMai/elasticsearch,markharwood/elasticsearch,fforbeck/elasticsearch,C-Bish/elasticsearch,robin13/elasticsearch,smflorentino/elasticsearch,mortonsykes/elasticsearch,jw0201/elastic,Clairebi/ElasticsearchClone,obourgain/elasticsearch,mute/elasticsearch,scottsom/elasticsearch,davidvgalbraith/elasticsearch,TonyChai24/ESSource,cwurm/elasticsearch,camilojd/elasticsearch,thecocce/elasticsearch,springning/elasticsearch,MjAbuz/elasticsearch,iacdingping/elasticsearch,jimczi/elasticsearch,naveenhooda2000/elasticsearch,coding0011/elasticsearch,Kakakakakku/elasticsearch,rento19962/elasticsearch,petabytedata/elasticsearch,Widen/elasticsearch,ZTE-PaaS/elasticsearch,huanzhong/elasticsearch,codebunt/elasticsearch,petabytedata/elasticsearch,zhiqinghuang/elasticsearch,Fsero/elasticsearch,humandb/elasticsearch,sreeramjayan/elasticsearch,sauravmondallive/elasticsearch,hirdesh2008/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,Rygbee/elasticsearch,achow/elasticsearch,achow/elasticsearch,gmarz/elasticsearch,tahaemin/elasticsearch,clintongormley/elasticsearch,sjohnr/elasticsearch,tsohil/elasticsearch,markwalkom/elasticsearch,Brijeshrpatel9/elasticsearch,NBSW/elasticsearch,nazarewk/elasticsearch,EasonYi/elasticsearch,ImpressTV/elasticsearch,drewr/elasticsearch,wbowling/elasticsearch,springning/elasticsearch,apepper/elasticsearch,lchennup/elasticsearch,opendatasoft/elasticsearch,andrestc/elasticsearch,ouyangkongtong/elasticsearch,dongjoon-hyun/elasticsearch,jaynblue/elasticsearch,Microsoft/elasticsearch,weipinghe/elasticsearch,sc0ttkclark/elasticsearch,infusionsoft/elasticsearch,sarwarbhuiyan/elasticsearch,awislowski/elasticsearch,mcku/elasticsearch,kkirsche/elasticsearch,pablocastro/elasticsearch,MjAbuz/elasticsearch,xingguang2013/elasticsearch,lzo/elasticsearch-1,wittyameta/elasticsearch,slavau/elasticsearch,henakamaMSFT/elasticsearch,kingaj/elasticsearch,hafkensite/elasticsearch,nrkkalyan/elasticsearch,artnowo/elasticsearch,hirdesh2008/elasticsearch,mrorii/elasticsearch,yanjunh/elasticsearch,masterweb121/elasticsearch,nellicus/elasticsearch,mkis-/elasticsearch,mgalushka/elasticsearch,strapdata/elassandra,Collaborne/elasticsearch,luiseduardohdbackup/elasticsearch,brandonkearby/elasticsearch,Chhunlong/elasticsearch,rmuir/elasticsearch,vietlq/elasticsearch,NBSW/elasticsearch,fred84/elasticsearch,wuranbo/elasticsearch,mbrukman/elasticsearch,nezirus/elasticsearch,mjason3/elasticsearch,franklanganke/elasticsearch,jango2015/elasticsearch,scottsom/elasticsearch,camilojd/elasticsearch,jprante/elasticsearch,jchampion/elasticsearch,truemped/elasticsearch,ThalaivaStars/OrgRepo1,truemped/elasticsearch,golubev/elasticsearch,chrismwendt/elasticsearch,alexkuk/elasticsearch,cnfire/elasticsearch-1,chrismwendt/elasticsearch,episerver/elasticsearch,vrkansagara/elasticsearch,Shepard1212/elasticsearch,amit-shar/elasticsearch,geidies/elasticsearch,jango2015/elasticsearch,alexkuk/elasticsearch,markllama/elasticsearch,markllama/elasticsearch,drewr/elasticsearch,s1monw/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,sc0ttkclark/elasticsearch,lzo/elasticsearch-1,Fsero/elasticsearch,anti-social/elasticsearch,combinatorist/elasticsearch,pozhidaevak/elasticsearch,nomoa/elasticsearch,hanst/elasticsearch,rento19962/elasticsearch,alexkuk/elasticsearch,JSCooke/elasticsearch,btiernay/elasticsearch,tsohil/elasticsearch,sposam/elasticsearch,geidies/elasticsearch,szroland/elasticsearch,ckclark/elasticsearch,xpandan/elasticsearch,loconsolutions/elasticsearch,KimTaehee/elasticsearch,pranavraman/elasticsearch,kingaj/elasticsearch,elancom/elasticsearch,a2lin/elasticsearch,fforbeck/elasticsearch,areek/elasticsearch,kingaj/elasticsearch,MjAbuz/elasticsearch,beiske/elasticsearch,jaynblue/elasticsearch,chirilo/elasticsearch,kevinkluge/elasticsearch,janmejay/elasticsearch,umeshdangat/elasticsearch,heng4fun/elasticsearch,markwalkom/elasticsearch,jbertouch/elasticsearch,a2lin/elasticsearch,luiseduardohdbackup/elasticsearch,weipinghe/elasticsearch,luiseduardohdbackup/elasticsearch,vvcephei/elasticsearch,MetSystem/elasticsearch,socialrank/elasticsearch,abibell/elasticsearch,humandb/elasticsearch,petabytedata/elasticsearch,hirdesh2008/elasticsearch,Shepard1212/elasticsearch,bestwpw/elasticsearch,jimhooker2002/elasticsearch,bestwpw/elasticsearch,kalburgimanjunath/elasticsearch,ImpressTV/elasticsearch,janmejay/elasticsearch,andrejserafim/elasticsearch,cwurm/elasticsearch,mm0/elasticsearch,vietlq/elasticsearch,javachengwc/elasticsearch,janmejay/elasticsearch,zhiqinghuang/elasticsearch,onegambler/elasticsearch,masterweb121/elasticsearch,kevinkluge/elasticsearch,zhiqinghuang/elasticsearch,vietlq/elasticsearch,mrorii/elasticsearch,ThalaivaStars/OrgRepo1,zkidkid/elasticsearch,sscarduzio/elasticsearch,linglaiyao1314/elasticsearch,franklanganke/elasticsearch,dylan8902/elasticsearch,markllama/elasticsearch,umeshdangat/elasticsearch,Charlesdong/elasticsearch,uschindler/elasticsearch,Clairebi/ElasticsearchClone,PhaedrusTheGreek/elasticsearch,avikurapati/elasticsearch,yynil/elasticsearch,combinatorist/elasticsearch,ckclark/elasticsearch,dataduke/elasticsearch,infusionsoft/elasticsearch,sposam/elasticsearch,Fsero/elasticsearch,franklanganke/elasticsearch,HonzaKral/elasticsearch,petabytedata/elasticsearch,fforbeck/elasticsearch,overcome/elasticsearch,obourgain/elasticsearch,beiske/elasticsearch,iamjakob/elasticsearch,szroland/elasticsearch,fernandozhu/elasticsearch,ulkas/elasticsearch,zeroctu/elasticsearch,diendt/elasticsearch,markharwood/elasticsearch,xpandan/elasticsearch,MichaelLiZhou/elasticsearch,sscarduzio/elasticsearch,vingupta3/elasticsearch,nknize/elasticsearch,thecocce/elasticsearch,vroyer/elasticassandra,wbowling/elasticsearch,luiseduardohdbackup/elasticsearch,milodky/elasticsearch,kcompher/elasticsearch,Asimov4/elasticsearch,ThalaivaStars/OrgRepo1,tkssharma/elasticsearch,mapr/elasticsearch,wuranbo/elasticsearch,tkssharma/elasticsearch,elancom/elasticsearch,ydsakyclguozi/elasticsearch,acchen97/elasticsearch,qwerty4030/elasticsearch,iantruslove/elasticsearch,fred84/elasticsearch,kimimj/elasticsearch,lks21c/elasticsearch,truemped/elasticsearch,tcucchietti/elasticsearch,davidvgalbraith/elasticsearch,mbrukman/elasticsearch,ThalaivaStars/OrgRepo1,zeroctu/elasticsearch,zkidkid/elasticsearch,dpursehouse/elasticsearch,ThiagoGarciaAlves/elasticsearch,jsgao0/elasticsearch,fekaputra/elasticsearch,combinatorist/elasticsearch,markharwood/elasticsearch,yongminxia/elasticsearch,trangvh/elasticsearch,zhiqinghuang/elasticsearch,dylan8902/elasticsearch,heng4fun/elasticsearch,liweinan0423/elasticsearch,beiske/elasticsearch,huypx1292/elasticsearch,jpountz/elasticsearch,pablocastro/elasticsearch,polyfractal/elasticsearch,Widen/elasticsearch,coding0011/elasticsearch,PhaedrusTheGreek/elasticsearch,huypx1292/elasticsearch,MjAbuz/elasticsearch,xuzha/elasticsearch,micpalmia/elasticsearch,huanzhong/elasticsearch,koxa29/elasticsearch,andrestc/elasticsearch,skearns64/elasticsearch,cwurm/elasticsearch,polyfractal/elasticsearch,IanvsPoplicola/elasticsearch,sneivandt/elasticsearch,kunallimaye/elasticsearch,huypx1292/elasticsearch,VukDukic/elasticsearch,henakamaMSFT/elasticsearch,masterweb121/elasticsearch,milodky/elasticsearch,kkirsche/elasticsearch,mcku/elasticsearch,adrianbk/elasticsearch,adrianbk/elasticsearch,martinstuga/elasticsearch,socialrank/elasticsearch,smflorentino/elasticsearch,naveenhooda2000/elasticsearch,tkssharma/elasticsearch,ckclark/elasticsearch,Asimov4/elasticsearch,mnylen/elasticsearch,sarwarbhuiyan/elasticsearch,anti-social/elasticsearch,MisterAndersen/elasticsearch,njlawton/elasticsearch,nomoa/elasticsearch,elasticdog/elasticsearch,Stacey-Gammon/elasticsearch,jw0201/elastic,caengcjd/elasticsearch,abibell/elasticsearch,glefloch/elasticsearch,lydonchandra/elasticsearch,vroyer/elasticassandra,ThiagoGarciaAlves/elasticsearch,vroyer/elassandra,lzo/elasticsearch-1,lydonchandra/elasticsearch,kkirsche/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,girirajsharma/elasticsearch,thecocce/elasticsearch,hanswang/elasticsearch,girirajsharma/elasticsearch,EasonYi/elasticsearch,rajanm/elasticsearch,TonyChai24/ESSource,Ansh90/elasticsearch,lydonchandra/elasticsearch,liweinan0423/elasticsearch,huypx1292/elasticsearch,lchennup/elasticsearch,spiegela/elasticsearch,vrkansagara/elasticsearch,Uiho/elasticsearch,truemped/elasticsearch,strapdata/elassandra-test,petmit/elasticsearch,hydro2k/elasticsearch,bestwpw/elasticsearch,NBSW/elasticsearch,petabytedata/elasticsearch,jimhooker2002/elasticsearch,adrianbk/elasticsearch,ouyangkongtong/elasticsearch,lightslife/elasticsearch,jprante/elasticsearch,lmtwga/elasticsearch,AndreKR/elasticsearch,Liziyao/elasticsearch,winstonewert/elasticsearch,jw0201/elastic,chirilo/elasticsearch,acchen97/elasticsearch,socialrank/elasticsearch,KimTaehee/elasticsearch,kimimj/elasticsearch,TonyChai24/ESSource,jsgao0/elasticsearch,kingaj/elasticsearch,MaineC/elasticsearch,mbrukman/elasticsearch,mjhennig/elasticsearch,girirajsharma/elasticsearch,micpalmia/elasticsearch,AshishThakur/elasticsearch,nazarewk/elasticsearch,bestwpw/elasticsearch,himanshuag/elasticsearch,bawse/elasticsearch,VukDukic/elasticsearch,awislowski/elasticsearch,18098924759/elasticsearch,abibell/elasticsearch,mjhennig/elasticsearch,Stacey-Gammon/elasticsearch,hirdesh2008/elasticsearch,xuzha/elasticsearch,Shepard1212/elasticsearch,overcome/elasticsearch,maddin2016/elasticsearch,strapdata/elassandra,MisterAndersen/elasticsearch,kubum/elasticsearch,kevinkluge/elasticsearch,MichaelLiZhou/elasticsearch,aglne/elasticsearch,jbertouch/elasticsearch,ESamir/elasticsearch,girirajsharma/elasticsearch,hechunwen/elasticsearch,fred84/elasticsearch,mrorii/elasticsearch,girirajsharma/elasticsearch,hanst/elasticsearch,Fsero/elasticsearch,hirdesh2008/elasticsearch,knight1128/elasticsearch,khiraiwa/elasticsearch,loconsolutions/elasticsearch,tahaemin/elasticsearch,nrkkalyan/elasticsearch,aglne/elasticsearch,hanswang/elasticsearch,yuy168/elasticsearch,jeteve/elasticsearch,markllama/elasticsearch,springning/elasticsearch,henakamaMSFT/elasticsearch,bestwpw/elasticsearch,amaliujia/elasticsearch,ouyangkongtong/elasticsearch,iacdingping/elasticsearch,yynil/elasticsearch,xingguang2013/elasticsearch,bawse/elasticsearch,AshishThakur/elasticsearch,Chhunlong/elasticsearch,kcompher/elasticsearch,sdauletau/elasticsearch,ivansun1010/elasticsearch,Ansh90/elasticsearch,jsgao0/elasticsearch,szroland/elasticsearch,liweinan0423/elasticsearch,onegambler/elasticsearch,mjason3/elasticsearch,rajanm/elasticsearch,areek/elasticsearch,yuy168/elasticsearch,s1monw/elasticsearch,jango2015/elasticsearch,Charlesdong/elasticsearch,mgalushka/elasticsearch,amaliujia/elasticsearch,tsohil/elasticsearch,apepper/elasticsearch,amit-shar/elasticsearch,sneivandt/elasticsearch,kcompher/elasticsearch,LeoYao/elasticsearch,wayeast/elasticsearch,maddin2016/elasticsearch,masaruh/elasticsearch,anti-social/elasticsearch,mjhennig/elasticsearch,nellicus/elasticsearch,pranavraman/elasticsearch,MaineC/elasticsearch,wangyuxue/elasticsearch,shreejay/elasticsearch,kunallimaye/elasticsearch,hydro2k/elasticsearch,xpandan/elasticsearch,JackyMai/elasticsearch,cnfire/elasticsearch-1,yuy168/elasticsearch,ricardocerq/elasticsearch,rento19962/elasticsearch,kimimj/elasticsearch,palecur/elasticsearch,Kakakakakku/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,franklanganke/elasticsearch,mjhennig/elasticsearch,fooljohnny/elasticsearch,caengcjd/elasticsearch,jprante/elasticsearch,Shepard1212/elasticsearch,opendatasoft/elasticsearch,jw0201/elastic,sc0ttkclark/elasticsearch,alexbrasetvik/elasticsearch,iamjakob/elasticsearch,mute/elasticsearch,episerver/elasticsearch,wbowling/elasticsearch,18098924759/elasticsearch,areek/elasticsearch,mnylen/elasticsearch,KimTaehee/elasticsearch,nezirus/elasticsearch,TonyChai24/ESSource,mjhennig/elasticsearch,mute/elasticsearch,vingupta3/elasticsearch,Flipkart/elasticsearch,vrkansagara/elasticsearch,jaynblue/elasticsearch,mapr/elasticsearch,tebriel/elasticsearch,markllama/elasticsearch,alexshadow007/elasticsearch,abibell/elasticsearch,Flipkart/elasticsearch,wimvds/elasticsearch,kenshin233/elasticsearch,feiqitian/elasticsearch,slavau/elasticsearch,Chhunlong/elasticsearch,kalimatas/elasticsearch,umeshdangat/elasticsearch,strapdata/elassandra5-rc,markllama/elasticsearch,mohit/elasticsearch,andrejserafim/elasticsearch,adrianbk/elasticsearch,xpandan/elasticsearch,overcome/elasticsearch,weipinghe/elasticsearch,adrianbk/elasticsearch,ouyangkongtong/elasticsearch,karthikjaps/elasticsearch,Clairebi/ElasticsearchClone,StefanGor/elasticsearch,hechunwen/elasticsearch,Fsero/elasticsearch,markharwood/elasticsearch,socialrank/elasticsearch,wbowling/elasticsearch,EasonYi/elasticsearch,Shekharrajak/elasticsearch,mm0/elasticsearch,sscarduzio/elasticsearch,nezirus/elasticsearch,vvcephei/elasticsearch,pritishppai/elasticsearch,tebriel/elasticsearch,artnowo/elasticsearch,kalburgimanjunath/elasticsearch,C-Bish/elasticsearch,sc0ttkclark/elasticsearch,mohit/elasticsearch,Ansh90/elasticsearch,feiqitian/elasticsearch,ckclark/elasticsearch,jango2015/elasticsearch,kalimatas/elasticsearch,dantuffery/elasticsearch,alexshadow007/elasticsearch,ydsakyclguozi/elasticsearch,brandonkearby/elasticsearch,zhiqinghuang/elasticsearch,achow/elasticsearch,LeoYao/elasticsearch,Ansh90/elasticsearch,Uiho/elasticsearch,camilojd/elasticsearch,JSCooke/elasticsearch,sreeramjayan/elasticsearch,khiraiwa/elasticsearch,areek/elasticsearch,fernandozhu/elasticsearch,qwerty4030/elasticsearch,himanshuag/elasticsearch,elasticdog/elasticsearch,Charlesdong/elasticsearch,jbertouch/elasticsearch,cnfire/elasticsearch-1,opendatasoft/elasticsearch,amaliujia/elasticsearch,wbowling/elasticsearch,yongminxia/elasticsearch,IanvsPoplicola/elasticsearch,tcucchietti/elasticsearch,socialrank/elasticsearch,xuzha/elasticsearch,sposam/elasticsearch,huanzhong/elasticsearch
491a6bba3b7bf81eebef2ac8c8060c3cc87e3553
README.adoc
README.adoc
= 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 disadvantage for a number of reasons: . There is no direct return line of feedback from where their code is executed. No error reports, etc. . There is a significant lag between developers releasing code and it being adopted/used. == Solution A free service which provides basic CI/CD functions with Jenkins as the core platform. With a regularly updated "Jenkins distribution" consisting of many of the key plugins which people are used, built from `master`, and rolled through the Code Valet cluster: . Blue Ocean . GitHub Branch Source . Pipeline . ???
= 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 disadvantage for a number of reasons: . There is no direct return line of feedback from where their code is executed. No error reports, etc. . There is a significant lag between developers releasing code and it being adopted/used. == Solution A free service which provides basic CI/CD functions with Jenkins as the core platform. With a regularly updated "Jenkins distribution" consisting of many of the key plugins which people are used, built from `master`, and rolled through the Code Valet cluster: . Blue Ocean . GitHub Branch Source . Pipeline . ??? == Architecture WARNING: This is most definitely not set in stone === Control Plane A Kubernetes cluster which will act as the control plane === Management A webapp which acts as the primary controller, user interface for non-Jenkins specific tasks: . Surfacing logs from the Jenkins masters .. Searchable logs for exceptions, etc . Listing statistics from the other running Jenkins masters .. Number of Pipelines active === Jenkins Each GitHub user will have a per-user allocated Jenkins master which executes as a container in this control plane. For example: `rtyler.codevalet.io` would contain all the Pipelines which can be found inside of `https://github.com/rtyler` To start, new Jenkins masters will be configured manual (beta testing!) and users will have access primarily through to link:https://jenkins.io/projects/blueocean[Blue Ocean], but will **not** be given administrative access to the Jenkins master. Groovy scripting will set up some VM templates which will provide dynamically provisioned agents in a cloud provider such as Azure, with a fixed quota, i.e. 2 active machines per.
Add a current thought dump on the architecture
Add a current thought dump on the architecture
AsciiDoc
agpl-3.0
CodeValet/codevalet,CodeValet/codevalet,CodeValet/codevalet
d3dd93e8627518363d6fb693492ead644a28a015
README.adoc
README.adoc
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.com/spark-packages/dstream-twitter[Twitter DStream] to retrieve top 5 tweets in a sliding window of 5 minutes. This result is stored in a JSON file and a small JS app is producing a small website of this data. Everything is included into one Docker container together with Nginx. Just run ./gradlew buildImage To use the Spark module alone, build it like so: ./gradlew :spark:shadowJar Optionally you can change the default path of the result JSON file by setting the environment variable `RESULT_FILENAME`. Finally submit the "fat jar" to your Spark for execution: spark-submit --class "cz.zee.mrtweety.analytic.spark.Application" --master local[4] build/libs/spark-all.jar (c) 2016 Jakub HorΓ‘k
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.com/spark-packages/dstream-twitter[Twitter DStream] to retrieve top 5 tweets in a sliding window of 5 minutes. This result is stored in a JSON file and a small JS app is producing a small website of this data. Everything is included into one Docker container together with Nginx. Just run ./gradlew buildImage To use the Spark module alone, build it like so: ./gradlew :spark:shadowJar Optionally you can change the default path of the result JSON file by setting the environment variable `RESULT_FILENAME`. export RESULT_FILENAME=/tmp/analytic.json Finally submit the "fat jar" to your Spark for execution: spark-submit --class "cz.zee.mrtweety.analytic.spark.Application" --master local[4] build/libs/spark-all.jar (c) 2016 Jakub HorΓ‘k
Add example setting environment variable.
Add example setting environment variable.
AsciiDoc
mit
kubahorak/mrtweety-analytic,kubahorak/mrtweety-analytic,kubahorak/mrtweety-analytic,kubahorak/mrtweety-analytic
5bc73badf94b2132478d92ce065fe7adf288225a
conoha/README.adoc
conoha/README.adoc
= 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 Issue ---- ansible-playbook ansible.yml --ask-become-pass ----
= 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 Issue ---- ansible-playbook ansible.yml --ask-become-pass ---- Optionally, when you want to update mydns entry: ---- ansible-playbook ansible.yml --extra-vars=mydns_password=xxxx ----
Add about updating mydns entry
Add about updating mydns entry
AsciiDoc
unlicense
10sr/machine-setups,10sr/machine-setups,10sr/server-provisions,10sr/machine-setups,10sr/server-provisions,10sr/machine-setups
c7ae27873ab98952018be682f4d5193bac9ebd33
using_images/index.adoc
using_images/index.adoc
= 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-enterprise[] Red Hat's official container images are provided in the Red Hat Registry at https://registry.access.redhat.com[registry.access.redhat.com]. OpenShift's supported S2I, database, and Jenkins images are provided in the https://access.redhat.com/search/#/container-images?q=openshift3&p=1&sort=relevant&rows=12&srch=any&documentKind=ImageRepository[*openshift3* repository] in the Red Hat Registry. For example, `registry.access.redhat.com/openshift3/nodejs-010-rhel7` for the Node.js image. The xPaaS middleware images are provided in their respective product repositories on the Red Hat Registry, but suffixed with a *-openshift*. For example, `registry.access.redhat.com/jboss-eap-6/eap64-openshift` for the JBoss EAP image. endif::[]
= 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-enterprise,openshift-dedicated[] Red Hat's official container images are provided in the Red Hat Registry at https://registry.access.redhat.com[registry.access.redhat.com]. OpenShift's supported S2I, database, and Jenkins images are provided in the https://access.redhat.com/search/#/container-images?q=openshift3&p=1&sort=relevant&rows=12&srch=any&documentKind=ImageRepository[*openshift3* repository] in the Red Hat Registry. For example, `registry.access.redhat.com/openshift3/nodejs-010-rhel7` for the Node.js image. The xPaaS middleware images are provided in their respective product repositories on the Red Hat Registry, but suffixed with a *-openshift*. For example, `registry.access.redhat.com/jboss-eap-6/eap64-openshift` for the JBoss EAP image. endif::[]
Make image support blurb appear for Dedicated.
Make image support blurb appear for Dedicated.
AsciiDoc
apache-2.0
xiaoping378/openshift-docs,xiaoping378/openshift-docs,xiaoping378/openshift-docs
1aeb422572ef3e75dbda2b5778b1c23b49b7b19c
README.adoc
README.adoc
= 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-client.svg["Build Status", link="https://travis-ci.org/hawkular/android-client"] endif::[] You will need JDK 1.7+ installed. Gradle, Android SDK and all dependencies will be downloaded automatically. ---- $ ./gradlew clean assembleDebug ----
= 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/hawkular/hawkular-android-client.svg["Build Status", link="https://travis-ci.org/hawkular/hawkular-android-client"] endif::[] You will need JDK 1.7+ installed. Gradle, Android SDK and all dependencies will be downloaded automatically. ---- $ ./gradlew clean assembleDebug ----
Change Travis badge regarding changed repository path.
Change Travis badge regarding changed repository path.
AsciiDoc
apache-2.0
pg301/hawkular-android-client,hawkular/hawkular-android-client,sauravvishal8797/hawkular-android-client,pilhuhn/hawkular-android-client,anuj1708/hawkular-android-buff,anuj1708/hawkular-android-client,danielpassos/hawkular-android-client,shubhamvashisht/hawkular-android-client
14b966f04fe4c1d9578ae5598adbc56458f41a36
README.asciidoc
README.asciidoc
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-rrdtool
Document that we require python-rrdtool
Document that we require python-rrdtool
AsciiDoc
bsd-2-clause
kprovost/domotica,kprovost/domotica
97ae6133ded84ebaa882948ba9f72f11c3816d05
documentation/src/docs/asciidoc/release-notes.adoc
documentation/src/docs/asciidoc/release-notes.adoc
[[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[] include::release-notes-5.0.0-M6.adoc[] include::release-notes-5.0.0-M5.adoc[] include::release-notes-5.0.0-M4.adoc[] include::release-notes-5.0.0-M3.adoc[] include::release-notes-5.0.0-M2.adoc[] include::release-notes-5.0.0-M1.adoc[] include::release-notes-5.0.0-ALPHA.adoc[] :numbered:
[[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[] include::release-notes-5.0.0-RC1.adoc[] include::release-notes-5.0.0-M6.adoc[] include::release-notes-5.0.0-M5.adoc[] include::release-notes-5.0.0-M4.adoc[] include::release-notes-5.0.0-M3.adoc[] include::release-notes-5.0.0-M2.adoc[] include::release-notes-5.0.0-M1.adoc[] include::release-notes-5.0.0-ALPHA.adoc[] :numbered:
Include 5.1.0-M2 release notes in main document
Include 5.1.0-M2 release notes in main document
AsciiDoc
epl-1.0
sbrannen/junit-lambda,junit-team/junit-lambda
776a8c58ff05f2a298354fae1bc6f854e6c1317c
neo4j-ogm-docs/src/main/asciidoc/appendix/faq.adoc
neo4j-ogm-docs/src/main/asciidoc/appendix/faq.adoc
[appendix] [[faq]] = Frequently Asked Questions (FAQ) [qanda] What is the difference between Neo4j OGM and Spring Data Neo4j (SDN)?:: Spring Data Neo4j (SDN) uses the OGM under the covers. It's like Spring Data JPA, where JPA/Hibernate underly it. Most of the power of SDN actually comes from the OGM.
[appendix] [[faq]] = Frequently Asked Questions (FAQ) [qanda] What is the difference between Neo4j OGM and Spring Data Neo4j (SDN)?:: Spring Data Neo4j (SDN) uses the OGM under the covers. It's like Spring Data JPA, where JPA/Hibernate underly it. Most of the power of SDN actually comes from the OGM. How are labels generated when using inheritance?:: All concrete classes generate a label, abstract classes and interfaces not. If any kind of class or interface gets annotated with @NodeEntity or @NodeEntity(label="customLabel") it will generate a label. Any class annotated with @Transient will not generate a label.
Add label class hierarchy information to FAQ
Add label class hierarchy information to FAQ
AsciiDoc
apache-2.0
neo4j/neo4j-ogm,neo4j/neo4j-ogm,neo4j/neo4j-ogm,neo4j/neo4j-ogm
41320354738016442bb559e89b0d9275c5088f17
osxclient.adoc
osxclient.adoc
= Building Mac OS X client = OS X licensing means we can't just simply provide a build vm via vagrant as we've done for linux. Creating a vagrant-ready VM is fairly simple though. == Client Build VM == Install link:https://www.vagrantup.com/[Vagrant], buy VMware Fusion, and buy the link:https://www.vagrantup.com/vmware[Vagrant VMWare Fusion plugin]. It's possible to get this to work with VirtualBox, which is free, but it's missing some useful features such as shared folders. Create a new link:http://ilostmynotes.blogspot.com/2015/02/building-os-x-vagrant-vmware-fusion-vm.html[vagrant-ready OS X VM in VMWare Fusion]. The essentials are: * Commandline Tools for XCode * PackageMaker.app for building .pkg's * VMWare Tools * Vagrant ssh and sudo access
= Building Mac OS X client = OS X licensing means we can't just simply provide a build vm via vagrant as we've done for linux. Creating a vagrant-ready VM is fairly simple though. == Client Build VM == Install link:https://www.vagrantup.com/[Vagrant], buy VMware Fusion, and buy the link:https://www.vagrantup.com/vmware[Vagrant VMWare Fusion plugin]. It's possible to get this to work with VirtualBox, which is free, but it's missing some useful features such as shared folders. Create a new link:http://ilostmynotes.blogspot.com/2015/02/building-os-x-vagrant-vmware-fusion-vm.html[vagrant-ready OS X VM in VMWare Fusion]. We use OS X 10.8 (Mountain Lion) as a base so we can install on systems at least that old, the build scripts are tested and work on that version. The essentials are: * Commandline Tools for XCode * PackageMaker.app for building .pkg's * VMWare Tools * Vagrant ssh and sudo access
Add note about using mountain lion as base version
Add note about using mountain lion as base version
AsciiDoc
apache-2.0
google/grr-doc
10fe3afd5b002d120d0fe7a30388ffba6d0639c3
docs/reference/data-rollup-transform.asciidoc
docs/reference/data-rollup-transform.asciidoc
[[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 up hourly data into daily or weekly summaries. endif::[] ifndef::permanently-unreleased-branch[] * <<xpack-rollup,Rolling up your historical data>> + include::rollup/index.asciidoc[tag=rollup-intro] endif::[] * <<transforms,Transforming your data>> + include::transform/transforms.asciidoc[tag=transform-intro] -- include::rollup/index.asciidoc[] include::transform/index.asciidoc[]
[[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.asciidoc[tag=transform-intro] -- include::rollup/index.asciidoc[] include::transform/index.asciidoc[]
Remove ifdefs for rollup refactor
[DOCS] Remove ifdefs for rollup refactor Removes some ifdef conditionals overlooked in #70885. That PR removed docs for the rollup refactor.
AsciiDoc
apache-2.0
GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch
e09d10aa1f55232d79341c5a443a3dd1c6bf0ff7
README.adoc
README.adoc
= Vert.x-Web image:https://vertx.ci.cloudbees.com/buildStatus/icon?job=vert.x3-web["Build Status",link="https://vertx.ci.cloudbees.com/view/vert.x-3/job/vert.x3-web/"] image:https://img.shields.io/maven-central/v/io.vertx/vertx-web.svg["Maven Central"] image:https://bestpractices.coreinfrastructure.org/projects/540/badge["CII Best Practices",link="https://bestpractices.coreinfrastructure.org/projects/540"] Vert.x-Web is a set of building blocks for building web applications with Vert.x. Think of it as a Swiss Army Knife for building modern, scalable, web apps. Please see the in source asciidoc link:vertx-web/src/main/asciidoc/index.adoc[documentation] or the main http://vertx.io/docs/#web[documentation] on the web-site for a full description of Vert.x-Web: == Template engines Template engine implementations are in the template engine sub-project.
= Vert.x-Web image:https://vertx.ci.cloudbees.com/buildStatus/icon?job=vert.x3-web["Build Status",link="https://vertx.ci.cloudbees.com/view/vert.x-3/job/vert.x3-web/"] image:https://img.shields.io/maven-central/v/io.vertx/vertx-web.svg["Maven Central"] image:https://bestpractices.coreinfrastructure.org/projects/540/badge["CII Best Practices",link="https://bestpractices.coreinfrastructure.org/projects/540"] Vert.x-Web is a set of building blocks for building web applications with Vert.x. Think of it as a Swiss Army Knife for building modern, scalable, web apps. Please see the main documentation on the web-site for a full description: * https://vertx.io/docs/#web[Web-site documentation] == Template engines Template engine implementations are in the template engine sub-project.
Remove link to in-source docs
Remove link to in-source docs
AsciiDoc
apache-2.0
InfoSec812/vertx-web,aesteve/vertx-web,aesteve/vertx-web,InfoSec812/vertx-web,InfoSec812/vertx-web,InfoSec812/vertx-web,vert-x3/vertx-web,vert-x3/vertx-web,vert-x3/vertx-web,aesteve/vertx-web,InfoSec812/vertx-web,vert-x3/vertx-web,aesteve/vertx-web,InfoSec812/vertx-web,aesteve/vertx-web,vert-x3/vertx-web
adef2716eee3da7ed3bc70a6586202c3dfd27c07
README.adoc
README.adoc
= 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#bitcoinconsensus[libbitcoinconsensus]. See the http://dexx7.github.io/java-libbitcoinconsensus/[Javadoc] for an overview of this project. WARNING: This software is EXPERIMENTAL software. USE AT YOUR OWN RISK. == Setup git clone https://github.com/dexX7/java-libbitcoinconsensus.git cd java-libbitcoinconsensus/ == Building ./gradlew build == Testing ./gradlew test NOTE: `libbitcoinconsensus` must be available in the class path or as system library.
= 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#bitcoinconsensus[libbitcoinconsensus]. See the http://dexx7.github.io/java-libbitcoinconsensus/[Javadoc] for an overview of this project. WARNING: This software is EXPERIMENTAL software. USE AT YOUR OWN RISK. == Setup git clone https://github.com/dexX7/java-libbitcoinconsensus.git cd java-libbitcoinconsensus/ == Building ./gradlew build == Testing ./gradlew test NOTE: `libbitcoinconsensus` must be available in the class path or as system library. == Platform Notes === Mac OS X On Mac OS X you can put `libbitcoinconsensus.dylib` in `src/main/resources/`.
Add notes for Mac OS X
Add notes for Mac OS X
AsciiDoc
mit
dexX7/java-libbitcoinconsensus,dexX7/java-libbitcoinconsensus
04d087c105430a6fa81af1c5adbe31caae10a01b
README.adoc
README.adoc
= 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 render AsciiDoc as HTML inside Chrome! == Copyright Copyright (C) 2013 Guillaume Grossetie. Free use of this software is granted under the terms of the MIT License. See the {license}[LICENSE] file for details.
= 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] to render AsciiDoc as HTML inside Chrome! == Copyright Copyright (C) 2013 Guillaume Grossetie. Free use of this software is granted under the terms of the MIT License. See the {license}[LICENSE] file for details.
Update AsciiDoc.js to Asciidoctor in the title and the repository URL (asciidoctor org)
Update AsciiDoc.js to Asciidoctor in the title and the repository URL (asciidoctor org)
AsciiDoc
mit
asciidoctor/asciidoctor-chrome-extension,asciidoctor/asciidoctor-chrome-extension,rotty3000/asciidoctor-chrome-extension,Mogztter/asciidoctor-chrome-extension,bbucko/asciidoctor-chrome-extension,bbucko/asciidoctor-chrome-extension,rotty3000/asciidoctor-chrome-extension,rotty3000/asciidoctor-chrome-extension,Mogztter/asciidoctor-chrome-extension,bbucko/asciidoctor-chrome-extension,asciidoctor/asciidoctor-chrome-extension
401e2c8b6f0a4f63c29a8615052571aa41f2e6ce
spring-boot-starters/README.adoc
spring-boot-starters/README.adoc
= 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 want to get started using Spring and JPA for database access just include the `spring-boot-starter-data-jpa` dependency in your project, and you are good to go. For complete details see the http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#using-boot-starter-poms[reference documentation] == Community Contributions If you create a starter for a technology that is not already in the standard list we can list it here. Just send a pull request for this page. |=== | Name | Location | https://code.google.com/p/wro4j/[WRO4J] | https://github.com/sbuettner/spring-boot-autoconfigure-wro4j |===
= 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 want to get started using Spring and JPA for database access just include the `spring-boot-starter-data-jpa` dependency in your project, and you are good to go. For complete details see the http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#using-boot-starter-poms[reference documentation] == Community Contributions If you create a starter for a technology that is not already in the standard list we can list it here. Just send a pull request for this page. |=== | Name | Location | https://code.google.com/p/wro4j/[WRO4J] | https://github.com/sbuettner/spring-boot-autoconfigure-wro4j | http://projects.spring.io/spring-batch/[Spring Batch] (Advanced usage) | https://github.com/codecentric/spring-boot-starter-batch-web |===
Add codecentric Spring Batch Starter Info
Add codecentric Spring Batch Starter Info Fixes gh-870
AsciiDoc
apache-2.0
rickeysu/spring-boot,deki/spring-boot,afroje-reshma/spring-boot-sample,lingounet/spring-boot,panbiping/spring-boot,domix/spring-boot,felipeg48/spring-boot,cleverjava/jenkins2-course-spring-boot,mebinjacob/spring-boot,nevenc-pivotal/spring-boot,joansmith/spring-boot,NetoDevel/spring-boot,balajinsr/spring-boot,murilobr/spring-boot,fireshort/spring-boot,allyjunio/spring-boot,liupd/spring-boot,donthadineshkumar/spring-boot,nareshmiriyala/spring-boot,mohican0607/spring-boot,kamilszymanski/spring-boot,sbcoba/spring-boot,rickeysu/spring-boot,habuma/spring-boot,hello2009chen/spring-boot,jayarampradhan/spring-boot,wilkinsona/spring-boot,tsachev/spring-boot,aahlenst/spring-boot,lcardito/spring-boot,mevasaroj/jenkins2-course-spring-boot,trecloux/spring-boot,AstaTus/spring-boot,vandan16/Vandan,satheeshmb/spring-boot,orangesdk/spring-boot,rajendra-chola/jenkins2-course-spring-boot,hehuabing/spring-boot,ApiSecRay/spring-boot,crackien/spring-boot,joshthornhill/spring-boot,xwjxwj30abc/spring-boot,kayelau/spring-boot,aahlenst/spring-boot,joshthornhill/spring-boot,mouadtk/spring-boot,izestrea/spring-boot,nurkiewicz/spring-boot,olivergierke/spring-boot,javyzheng/spring-boot,thomasdarimont/spring-boot,roymanish/spring-boot,MrMitchellMoore/spring-boot,soul2zimate/spring-boot,rstirling/spring-boot,hehuabing/spring-boot,vandan16/Vandan,mlc0202/spring-boot,wwadge/spring-boot,gorcz/spring-boot,M3lkior/spring-boot,bsodzik/spring-boot,mebinjacob/spring-boot,lburgazzoli/spring-boot,johnktims/spring-boot,xialeizhou/spring-boot,xiaoleiPENG/my-project,mike-kukla/spring-boot,hello2009chen/spring-boot,spring-projects/spring-boot,lburgazzoli/spring-boot,ihoneymon/spring-boot,damoyang/spring-boot,mouadtk/spring-boot,smilence1986/spring-boot,isopov/spring-boot,michael-simons/spring-boot,ractive/spring-boot,VitDevelop/spring-boot,murilobr/spring-boot,ChunPIG/spring-boot,sankin/spring-boot,AngusZhu/spring-boot,xc145214/spring-boot,AstaTus/spring-boot,yuxiaole/spring-boot,allyjunio/spring-boot,jeremiahmarks/spring-boot,PraveenkumarShethe/spring-boot,RichardCSantana/spring-boot,royclarkson/spring-boot,Pokbab/spring-boot,lingounet/spring-boot,michael-simons/spring-boot,felipeg48/spring-boot,forestqqqq/spring-boot,ptahchiev/spring-boot,damoyang/spring-boot,meloncocoo/spring-boot,nevenc-pivotal/spring-boot,jayarampradhan/spring-boot,brettwooldridge/spring-boot,ApiSecRay/spring-boot,yunbian/spring-boot,sebastiankirsch/spring-boot,ydsakyclguozi/spring-boot,drumonii/spring-boot,jayarampradhan/spring-boot,gorcz/spring-boot,meloncocoo/spring-boot,joshthornhill/spring-boot,crackien/spring-boot,roymanish/spring-boot,cmsandiga/spring-boot,mosoft521/spring-boot,marcellodesales/spring-boot,xc145214/spring-boot,okba1/spring-boot,eonezhang/spring-boot,xc145214/spring-boot,donhuvy/spring-boot,trecloux/spring-boot,dreis2211/spring-boot,tbadie/spring-boot,pnambiarsf/spring-boot,mrumpf/spring-boot,DeezCashews/spring-boot,frost2014/spring-boot,rweisleder/spring-boot,tbadie/spring-boot,sbcoba/spring-boot,axelfontaine/spring-boot,balajinsr/spring-boot,vaseemahmed01/spring-boot,spring-projects/spring-boot,zhanhb/spring-boot,minmay/spring-boot,kamilszymanski/spring-boot,christian-posta/spring-boot,philwebb/spring-boot,xingguang2013/spring-boot,christian-posta/spring-boot,joansmith/spring-boot,lingounet/spring-boot,xiaoleiPENG/my-project,javyzheng/spring-boot,nareshmiriyala/spring-boot,zhanhb/spring-boot,yunbian/spring-boot,donhuvy/spring-boot,nisuhw/spring-boot,vaseemahmed01/spring-boot,olivergierke/spring-boot,sungha/spring-boot,PraveenkumarShethe/spring-boot,scottfrederick/spring-boot,keithsjohnson/spring-boot,RichardCSantana/spring-boot,izeye/spring-boot,zorosteven/spring-boot,qerub/spring-boot,master-slave/spring-boot,ApiSecRay/spring-boot,joshiste/spring-boot,johnktims/spring-boot,vakninr/spring-boot,nandakishorm/spring-boot,nelswadycki/spring-boot,fogone/spring-boot,fjlopez/spring-boot,patrikbeno/spring-boot,imranansari/spring-boot,peteyan/spring-boot,DONIKAN/spring-boot,donthadineshkumar/spring-boot,kdvolder/spring-boot,clarklj001/spring-boot,bjornlindstrom/spring-boot,brettwooldridge/spring-boot,tbadie/spring-boot,ChunPIG/spring-boot,peteyan/spring-boot,ractive/spring-boot,duandf35/spring-boot,mosoft521/spring-boot,tbbost/spring-boot,shakuzen/spring-boot,Chomeh/spring-boot,Chomeh/spring-boot,jack-luj/spring-boot,sebastiankirsch/spring-boot,coolcao/spring-boot,fogone/spring-boot,buobao/spring-boot,Xaerxess/spring-boot,candrews/spring-boot,meftaul/spring-boot,satheeshmb/spring-boot,gauravbrills/spring-boot,huangyugui/spring-boot,domix/spring-boot,afroje-reshma/spring-boot-sample,yunbian/spring-boot,ractive/spring-boot,ojacquemart/spring-boot,hehuabing/spring-boot,rweisleder/spring-boot,lburgazzoli/spring-boot,frost2014/spring-boot,bsodzik/spring-boot,ollie314/spring-boot,mrumpf/spring-boot,smayoorans/spring-boot,thomasdarimont/spring-boot,vakninr/spring-boot,mouadtk/spring-boot,forestqqqq/spring-boot,duandf35/spring-boot,166yuan/spring-boot,mbenson/spring-boot,liupd/spring-boot,damoyang/spring-boot,domix/spring-boot,vandan16/Vandan,mabernardo/spring-boot,jjankar/spring-boot,Charkui/spring-boot,hello2009chen/spring-boot,hklv/spring-boot,scottfrederick/spring-boot,prasenjit-net/spring-boot,Nowheresly/spring-boot,keithsjohnson/spring-boot,Makhlab/spring-boot,ameraljovic/spring-boot,jmnarloch/spring-boot,lokbun/spring-boot,AngusZhu/spring-boot,mevasaroj/jenkins2-course-spring-boot,jayeshmuralidharan/spring-boot,huangyugui/spring-boot,hqrt/jenkins2-course-spring-boot,DeezCashews/spring-boot,rmoorman/spring-boot,DONIKAN/spring-boot,hqrt/jenkins2-course-spring-boot,mike-kukla/spring-boot,mouadtk/spring-boot,RichardCSantana/spring-boot,xc145214/spring-boot,jxblum/spring-boot,krmcbride/spring-boot,olivergierke/spring-boot,buobao/spring-boot,Pokbab/spring-boot,vpavic/spring-boot,nghialunhaiha/spring-boot,roberthafner/spring-boot,paweldolecinski/spring-boot,rstirling/spring-boot,na-na/spring-boot,ameraljovic/spring-boot,RobertNickens/spring-boot,keithsjohnson/spring-boot,dnsw83/spring-boot,RishikeshDarandale/spring-boot,cbtpro/spring-boot,drumonii/spring-boot,zorosteven/spring-boot,zhanhb/spring-boot,nelswadycki/spring-boot,eliudiaz/spring-boot,Buzzardo/spring-boot,crackien/spring-boot,michael-simons/spring-boot,mebinjacob/spring-boot,Makhlab/spring-boot,afroje-reshma/spring-boot-sample,lingounet/spring-boot,xdweleven/spring-boot,joansmith/spring-boot,Pokbab/spring-boot,tan9/spring-boot,donhuvy/spring-boot,eddumelendez/spring-boot,SPNilsen/spring-boot,ptahchiev/spring-boot,liupd/spring-boot,sungha/spring-boot,zorosteven/spring-boot,lif123/spring-boot,nelswadycki/spring-boot,bclozel/spring-boot,murilobr/spring-boot,candrews/spring-boot,ollie314/spring-boot,vpavic/spring-boot,hqrt/jenkins2-course-spring-boot,mosen11/spring-boot,bijukunjummen/spring-boot,nevenc-pivotal/spring-boot,pnambiarsf/spring-boot,fireshort/spring-boot,jjankar/spring-boot,mevasaroj/jenkins2-course-spring-boot,axibase/spring-boot,meftaul/spring-boot,mbenson/spring-boot,tan9/spring-boot,tiarebalbi/spring-boot,nisuhw/spring-boot,lenicliu/spring-boot,nelswadycki/spring-boot,bbrouwer/spring-boot,rams2588/spring-boot,hklv/spring-boot,christian-posta/spring-boot,paddymahoney/spring-boot,wwadge/spring-boot,lexandro/spring-boot,jeremiahmarks/spring-boot,kdvolder/spring-boot,jeremiahmarks/spring-boot,clarklj001/spring-boot,xialeizhou/spring-boot,hello2009chen/spring-boot,liupugong/spring-boot,tan9/spring-boot,huangyugui/spring-boot,jcastaldoFoodEssentials/spring-boot,nareshmiriyala/spring-boot,rams2588/spring-boot,neo4j-contrib/spring-boot,VitDevelop/spring-boot,mackeprm/spring-boot,smayoorans/spring-boot,srikalyan/spring-boot,nghiavo/spring-boot,lexandro/spring-boot,raiamber1/spring-boot,sbuettner/spring-boot,gauravbrills/spring-boot,orangesdk/spring-boot,tsachev/spring-boot,nebhale/spring-boot,soul2zimate/spring-boot,yhj630520/spring-boot,bijukunjummen/spring-boot,qq83387856/spring-boot,Buzzardo/spring-boot,5zzang/spring-boot,zorosteven/spring-boot,kiranbpatil/spring-boot,forestqqqq/spring-boot,meftaul/spring-boot,pnambiarsf/spring-boot,smilence1986/spring-boot,master-slave/spring-boot,hqrt/jenkins2-course-spring-boot,jayarampradhan/spring-boot,jjankar/spring-boot,jack-luj/spring-boot,frost2014/spring-boot,kiranbpatil/spring-boot,Charkui/spring-boot,chrylis/spring-boot,lenicliu/spring-boot,VitDevelop/spring-boot,rmoorman/spring-boot,jorgepgjr/spring-boot,kdvolder/spring-boot,linead/spring-boot,vandan16/Vandan,minmay/spring-boot,chrylis/spring-boot,akmaharshi/jenkins,ilayaperumalg/spring-boot,simonnordberg/spring-boot,yhj630520/spring-boot,auvik/spring-boot,Nowheresly/spring-boot,sungha/spring-boot,keithsjohnson/spring-boot,Chomeh/spring-boot,linead/spring-boot,yuxiaole/spring-boot,mike-kukla/spring-boot,lburgazzoli/spring-boot,thomasdarimont/spring-boot,axelfontaine/spring-boot,ralenmandao/spring-boot,10045125/spring-boot,rizwan18/spring-boot,mbnshankar/spring-boot,artembilan/spring-boot,ojacquemart/spring-boot,jorgepgjr/spring-boot,ollie314/spring-boot,nghialunhaiha/spring-boot,nandakishorm/spring-boot,Nowheresly/spring-boot,meftaul/spring-boot,srinivasan01/spring-boot,duandf35/spring-boot,SaravananParthasarathy/SPSDemo,jrrickard/spring-boot,xialeizhou/spring-boot,jayeshmuralidharan/spring-boot,jxblum/spring-boot,dnsw83/spring-boot,Charkui/spring-boot,mrumpf/spring-boot,jvz/spring-boot,snicoll/spring-boot,dreis2211/spring-boot,mabernardo/spring-boot,jforge/spring-boot,spring-projects/spring-boot,bijukunjummen/spring-boot,AstaTus/spring-boot,paweldolecinski/spring-boot,lif123/spring-boot,mohican0607/spring-boot,zorosteven/spring-boot,yunbian/spring-boot,pvorb/spring-boot,auvik/spring-boot,imranansari/spring-boot,durai145/spring-boot,jbovet/spring-boot,dreis2211/spring-boot,joansmith/spring-boot,166yuan/spring-boot,scottfrederick/spring-boot,end-user/spring-boot,ilayaperumalg/spring-boot,damoyang/spring-boot,aahlenst/spring-boot,rajendra-chola/jenkins2-course-spring-boot,rajendra-chola/jenkins2-course-spring-boot,ApiSecRay/spring-boot,candrews/spring-boot,krmcbride/spring-boot,philwebb/spring-boot-concourse,PraveenkumarShethe/spring-boot,jayarampradhan/spring-boot,SPNilsen/spring-boot,i007422/jenkins2-course-spring-boot,akmaharshi/jenkins,cbtpro/spring-boot,eliudiaz/spring-boot,jforge/spring-boot,kdvolder/spring-boot,allyjunio/spring-boot,ojacquemart/spring-boot,end-user/spring-boot,philwebb/spring-boot,qq83387856/spring-boot,xwjxwj30abc/spring-boot,lcardito/spring-boot,durai145/spring-boot,mohican0607/spring-boot,M3lkior/spring-boot,lif123/spring-boot,MasterRoots/spring-boot,playleud/spring-boot,liupugong/spring-boot,npcode/spring-boot,M3lkior/spring-boot,166yuan/spring-boot,srikalyan/spring-boot,bclozel/spring-boot,xingguang2013/spring-boot,M3lkior/spring-boot,mbrukman/spring-boot,domix/spring-boot,cmsandiga/spring-boot,zhangshuangquan/spring-root,cmsandiga/spring-boot,Pokbab/spring-boot,linead/spring-boot,jcastaldoFoodEssentials/spring-boot,fjlopez/spring-boot,patrikbeno/spring-boot,paweldolecinski/spring-boot,herau/spring-boot,srikalyan/spring-boot,designreuse/spring-boot,VitDevelop/spring-boot,shangyi0102/spring-boot,royclarkson/spring-boot,shakuzen/spring-boot,smilence1986/spring-boot,kiranbpatil/spring-boot,christian-posta/spring-boot,jmnarloch/spring-boot,bjornlindstrom/spring-boot,habuma/spring-boot,mbenson/spring-boot,raiamber1/spring-boot,DONIKAN/spring-boot,pvorb/spring-boot,donhuvy/spring-boot,tbbost/spring-boot,kayelau/spring-boot,nebhale/spring-boot,allyjunio/spring-boot,eonezhang/spring-boot,jorgepgjr/spring-boot,simonnordberg/spring-boot,nandakishorm/spring-boot,SaravananParthasarathy/SPSDemo,peteyan/spring-boot,soul2zimate/spring-boot,rizwan18/spring-boot,smayoorans/spring-boot,axibase/spring-boot,soul2zimate/spring-boot,drunklite/spring-boot,satheeshmb/spring-boot,MasterRoots/spring-boot,existmaster/spring-boot,drunklite/spring-boot,allyjunio/spring-boot,zhangshuangquan/spring-root,okba1/spring-boot,rmoorman/spring-boot,ihoneymon/spring-boot,Nowheresly/spring-boot,huangyugui/spring-boot,roymanish/spring-boot,vaseemahmed01/spring-boot,mdeinum/spring-boot,liupugong/spring-boot,yangdd1205/spring-boot,snicoll/spring-boot,gregturn/spring-boot,mbrukman/spring-boot,sungha/spring-boot,mlc0202/spring-boot,MrMitchellMoore/spring-boot,nevenc-pivotal/spring-boot,gorcz/spring-boot,spring-projects/spring-boot,ApiSecRay/spring-boot,axibase/spring-boot,prasenjit-net/spring-boot,fjlopez/spring-boot,htynkn/spring-boot,prasenjit-net/spring-boot,bjornlindstrom/spring-boot,dnsw83/spring-boot,imranansari/spring-boot,linead/spring-boot,royclarkson/spring-boot,donhuvy/spring-boot,Buzzardo/spring-boot,vaseemahmed01/spring-boot,olivergierke/spring-boot,M3lkior/spring-boot,raiamber1/spring-boot,pnambiarsf/spring-boot,end-user/spring-boot,yuxiaole/spring-boot,neo4j-contrib/spring-boot,tbbost/spring-boot,fulvio-m/spring-boot,vakninr/spring-boot,yhj630520/spring-boot,donhuvy/spring-boot,jforge/spring-boot,bclozel/spring-boot,joshiste/spring-boot,kayelau/spring-boot,prasenjit-net/spring-boot,rickeysu/spring-boot,SPNilsen/spring-boot,mouadtk/spring-boot,royclarkson/spring-boot,simonnordberg/spring-boot,sankin/spring-boot,akmaharshi/jenkins,afroje-reshma/spring-boot-sample,mlc0202/spring-boot,okba1/spring-boot,vaseemahmed01/spring-boot,jack-luj/spring-boot,joshiste/spring-boot,sankin/spring-boot,wilkinsona/spring-boot,AngusZhu/spring-boot,domix/spring-boot,jmnarloch/spring-boot,ralenmandao/spring-boot,rweisleder/spring-boot,orangesdk/spring-boot,brettwooldridge/spring-boot,xwjxwj30abc/spring-boot,designreuse/spring-boot,tan9/spring-boot,auvik/spring-boot,RishikeshDarandale/spring-boot,sungha/spring-boot,dfa1/spring-boot,zhanhb/spring-boot,sankin/spring-boot,hehuabing/spring-boot,eonezhang/spring-boot,mosen11/spring-boot,dfa1/spring-boot,existmaster/spring-boot,fogone/spring-boot,bbrouwer/spring-boot,cbtpro/spring-boot,jbovet/spring-boot,nebhale/spring-boot,sbcoba/spring-boot,philwebb/spring-boot-concourse,javyzheng/spring-boot,cmsandiga/spring-boot,hklv/spring-boot,qq83387856/spring-boot,nisuhw/spring-boot,michael-simons/spring-boot,roymanish/spring-boot,jcastaldoFoodEssentials/spring-boot,philwebb/spring-boot,rams2588/spring-boot,panbiping/spring-boot,mbenson/spring-boot,tbbost/spring-boot,jmnarloch/spring-boot,liupd/spring-boot,duandf35/spring-boot,mbrukman/spring-boot,tiarebalbi/spring-boot,jxblum/spring-boot,thomasdarimont/spring-boot,existmaster/spring-boot,deki/spring-boot,mlc0202/spring-boot,bsodzik/spring-boot,lucassaldanha/spring-boot,huangyugui/spring-boot,johnktims/spring-boot,ilayaperumalg/spring-boot,gauravbrills/spring-boot,yuxiaole/spring-boot,htynkn/spring-boot,brettwooldridge/spring-boot,prakashme/spring-boot,michael-simons/spring-boot,designreuse/spring-boot,eric-stanley/spring-boot,lokbun/spring-boot,zhanhb/spring-boot,snicoll/spring-boot,jxblum/spring-boot,RobertNickens/spring-boot,meftaul/spring-boot,eddumelendez/spring-boot,ojacquemart/spring-boot,olivergierke/spring-boot,yunbian/spring-boot,spring-projects/spring-boot,balajinsr/spring-boot,designreuse/spring-boot,izestrea/spring-boot,DeezCashews/spring-boot,brettwooldridge/spring-boot,rmoorman/spring-boot,habuma/spring-boot,rajendra-chola/jenkins2-course-spring-boot,johnktims/spring-boot,jcastaldoFoodEssentials/spring-boot,mrumpf/spring-boot,paddymahoney/spring-boot,5zzang/spring-boot,cmsandiga/spring-boot,wilkinsona/spring-boot,eric-stanley/spring-boot,ojacquemart/spring-boot,jforge/spring-boot,cleverjava/jenkins2-course-spring-boot,izeye/spring-boot,navarrogabriela/spring-boot,isopov/spring-boot,liupugong/spring-boot,soul2zimate/spring-boot,rstirling/spring-boot,bbrouwer/spring-boot,clarklj001/spring-boot,tiarebalbi/spring-boot,habuma/spring-boot,mosen11/spring-boot,Nowheresly/spring-boot,fulvio-m/spring-boot,master-slave/spring-boot,imranansari/spring-boot,pvorb/spring-boot,166yuan/spring-boot,i007422/jenkins2-course-spring-boot,ptahchiev/spring-boot,auvik/spring-boot,xingguang2013/spring-boot,hklv/spring-boot,lexandro/spring-boot,mdeinum/spring-boot,mebinjacob/spring-boot,htynkn/spring-boot,bclozel/spring-boot,NetoDevel/spring-boot,minmay/spring-boot,AstaTus/spring-boot,sbuettner/spring-boot,neo4j-contrib/spring-boot,5zzang/spring-boot,bijukunjummen/spring-boot,shangyi0102/spring-boot,isopov/spring-boot,royclarkson/spring-boot,Charkui/spring-boot,xdweleven/spring-boot,wilkinsona/spring-boot,thomasdarimont/spring-boot,tiarebalbi/spring-boot,xdweleven/spring-boot,jvz/spring-boot,prakashme/spring-boot,herau/spring-boot,hqrt/jenkins2-course-spring-boot,paddymahoney/spring-boot,5zzang/spring-boot,shangyi0102/spring-boot,npcode/spring-boot,xialeizhou/spring-boot,lenicliu/spring-boot,jxblum/spring-boot,fireshort/spring-boot,javyzheng/spring-boot,ihoneymon/spring-boot,drumonii/spring-boot,izeye/spring-boot,nevenc-pivotal/spring-boot,deki/spring-boot,izeye/spring-boot,felipeg48/spring-boot,satheeshmb/spring-boot,liupugong/spring-boot,bbrouwer/spring-boot,duandf35/spring-boot,qerub/spring-boot,pnambiarsf/spring-boot,jvz/spring-boot,auvik/spring-boot,playleud/spring-boot,herau/spring-boot,spring-projects/spring-boot,deki/spring-boot,ihoneymon/spring-boot,mevasaroj/jenkins2-course-spring-boot,NetoDevel/spring-boot,kamilszymanski/spring-boot,pvorb/spring-boot,artembilan/spring-boot,RobertNickens/spring-boot,mohican0607/spring-boot,RobertNickens/spring-boot,vpavic/spring-boot,fogone/spring-boot,mebinjacob/spring-boot,npcode/spring-boot,mbenson/spring-boot,orangesdk/spring-boot,forestqqqq/spring-boot,jorgepgjr/spring-boot,scottfrederick/spring-boot,clarklj001/spring-boot,mosoft521/spring-boot,buobao/spring-boot,qerub/spring-boot,aahlenst/spring-boot,rickeysu/spring-boot,philwebb/spring-boot-concourse,candrews/spring-boot,axelfontaine/spring-boot,roymanish/spring-boot,axibase/spring-boot,peteyan/spring-boot,joansmith/spring-boot,Xaerxess/spring-boot,herau/spring-boot,afroje-reshma/spring-boot-sample,xiaoleiPENG/my-project,mevasaroj/jenkins2-course-spring-boot,philwebb/spring-boot,jrrickard/spring-boot,coolcao/spring-boot,gorcz/spring-boot,lucassaldanha/spring-boot,mdeinum/spring-boot,imranansari/spring-boot,ptahchiev/spring-boot,tbadie/spring-boot,RainPlanter/spring-boot,Xaerxess/spring-boot,roberthafner/spring-boot,jrrickard/spring-boot,srinivasan01/spring-boot,lexandro/spring-boot,playleud/spring-boot,lcardito/spring-boot,fulvio-m/spring-boot,mdeinum/spring-boot,dnsw83/spring-boot,fulvio-m/spring-boot,eonezhang/spring-boot,mbnshankar/spring-boot,bsodzik/spring-boot,mackeprm/spring-boot,trecloux/spring-boot,drumonii/spring-boot,Xaerxess/spring-boot,prakashme/spring-boot,deki/spring-boot,nurkiewicz/spring-boot,joshthornhill/spring-boot,eddumelendez/spring-boot,existmaster/spring-boot,marcellodesales/spring-boot,dreis2211/spring-boot,vakninr/spring-boot,xwjxwj30abc/spring-boot,ChunPIG/spring-boot,JiweiWong/spring-boot,rajendra-chola/jenkins2-course-spring-boot,jack-luj/spring-boot,lburgazzoli/spring-boot,SaravananParthasarathy/SPSDemo,nghialunhaiha/spring-boot,NetoDevel/spring-boot,dfa1/spring-boot,nghialunhaiha/spring-boot,eddumelendez/spring-boot,nebhale/spring-boot,durai145/spring-boot,lenicliu/spring-boot,MasterRoots/spring-boot,cleverjava/jenkins2-course-spring-boot,satheeshmb/spring-boot,MrMitchellMoore/spring-boot,joshthornhill/spring-boot,ydsakyclguozi/spring-boot,166yuan/spring-boot,zhangshuangquan/spring-root,vpavic/spring-boot,joshiste/spring-boot,navarrogabriela/spring-boot,jforge/spring-boot,JiweiWong/spring-boot,nghiavo/spring-boot,gauravbrills/spring-boot,nisuhw/spring-boot,nelswadycki/spring-boot,xdweleven/spring-boot,joshiste/spring-boot,ptahchiev/spring-boot,ydsakyclguozi/spring-boot,frost2014/spring-boot,fireshort/spring-boot,mosoft521/spring-boot,jrrickard/spring-boot,rams2588/spring-boot,ilayaperumalg/spring-boot,jrrickard/spring-boot,fjlopez/spring-boot,donthadineshkumar/spring-boot,jxblum/spring-boot,felipeg48/spring-boot,xiaoleiPENG/my-project,xingguang2013/spring-boot,chrylis/spring-boot,smilence1986/spring-boot,buobao/spring-boot,srinivasan01/spring-boot,jvz/spring-boot,keithsjohnson/spring-boot,simonnordberg/spring-boot,ollie314/spring-boot,end-user/spring-boot,sbcoba/spring-boot,ilayaperumalg/spring-boot,linead/spring-boot,rizwan18/spring-boot,dnsw83/spring-boot,jayeshmuralidharan/spring-boot,tsachev/spring-boot,Buzzardo/spring-boot,NetoDevel/spring-boot,SPNilsen/spring-boot,kiranbpatil/spring-boot,rams2588/spring-boot,i007422/jenkins2-course-spring-boot,RishikeshDarandale/spring-boot,patrikbeno/spring-boot,DONIKAN/spring-boot,rweisleder/spring-boot,ilayaperumalg/spring-boot,izeye/spring-boot,akmaharshi/jenkins,shakuzen/spring-boot,vandan16/Vandan,nghiavo/spring-boot,ihoneymon/spring-boot,simonnordberg/spring-boot,okba1/spring-boot,mbogoevici/spring-boot,RobertNickens/spring-boot,kamilszymanski/spring-boot,jjankar/spring-boot,jbovet/spring-boot,DeezCashews/spring-boot,Chomeh/spring-boot,fjlopez/spring-boot,RishikeshDarandale/spring-boot,existmaster/spring-boot,habuma/spring-boot,Chomeh/spring-boot,Xaerxess/spring-boot,marcellodesales/spring-boot,lucassaldanha/spring-boot,candrews/spring-boot,mrumpf/spring-boot,mabernardo/spring-boot,rweisleder/spring-boot,zhangshuangquan/spring-root,eric-stanley/spring-boot,Makhlab/spring-boot,DONIKAN/spring-boot,aahlenst/spring-boot,xc145214/spring-boot,pvorb/spring-boot,ydsakyclguozi/spring-boot,durai145/spring-boot,mabernardo/spring-boot,artembilan/spring-boot,kamilszymanski/spring-boot,gregturn/spring-boot,hklv/spring-boot,nareshmiriyala/spring-boot,vpavic/spring-boot,yhj630520/spring-boot,na-na/spring-boot,xwjxwj30abc/spring-boot,qq83387856/spring-boot,forestqqqq/spring-boot,philwebb/spring-boot,balajinsr/spring-boot,mbrukman/spring-boot,DeezCashews/spring-boot,shakuzen/spring-boot,chrylis/spring-boot,lokbun/spring-boot,srikalyan/spring-boot,navarrogabriela/spring-boot,nareshmiriyala/spring-boot,PraveenkumarShethe/spring-boot,ractive/spring-boot,philwebb/spring-boot,RainPlanter/spring-boot,jayeshmuralidharan/spring-boot,mbnshankar/spring-boot,MrMitchellMoore/spring-boot,shangyi0102/spring-boot,drunklite/spring-boot,patrikbeno/spring-boot,panbiping/spring-boot,fireshort/spring-boot,ydsakyclguozi/spring-boot,patrikbeno/spring-boot,mike-kukla/spring-boot,shakuzen/spring-boot,ChunPIG/spring-boot,axelfontaine/spring-boot,RainPlanter/spring-boot,felipeg48/spring-boot,10045125/spring-boot,cleverjava/jenkins2-course-spring-boot,prakashme/spring-boot,gregturn/spring-boot,nurkiewicz/spring-boot,akmaharshi/jenkins,balajinsr/spring-boot,mdeinum/spring-boot,artembilan/spring-boot,johnktims/spring-boot,okba1/spring-boot,orangesdk/spring-boot,SPNilsen/spring-boot,Makhlab/spring-boot,Buzzardo/spring-boot,eddumelendez/spring-boot,mabernardo/spring-boot,kiranbpatil/spring-boot,wwadge/spring-boot,bclozel/spring-boot,sankin/spring-boot,philwebb/spring-boot-concourse,PraveenkumarShethe/spring-boot,rweisleder/spring-boot,SaravananParthasarathy/SPSDemo,lucassaldanha/spring-boot,krmcbride/spring-boot,JiweiWong/spring-boot,i007422/jenkins2-course-spring-boot,mbrukman/spring-boot,nisuhw/spring-boot,sbcoba/spring-boot,playleud/spring-boot,tan9/spring-boot,coolcao/spring-boot,meloncocoo/spring-boot,na-na/spring-boot,jbovet/spring-boot,shangyi0102/spring-boot,bclozel/spring-boot,sbuettner/spring-boot,cbtpro/spring-boot,mohican0607/spring-boot,rstirling/spring-boot,axibase/spring-boot,eliudiaz/spring-boot,tiarebalbi/spring-boot,kayelau/spring-boot,neo4j-contrib/spring-boot,dfa1/spring-boot,roberthafner/spring-boot,master-slave/spring-boot,artembilan/spring-boot,drunklite/spring-boot,mdeinum/spring-boot,yuxiaole/spring-boot,srinivasan01/spring-boot,joshiste/spring-boot,hello2009chen/spring-boot,trecloux/spring-boot,lif123/spring-boot,rmoorman/spring-boot,10045125/spring-boot,na-na/spring-boot,sbuettner/spring-boot,cbtpro/spring-boot,rstirling/spring-boot,Pokbab/spring-boot,mike-kukla/spring-boot,paweldolecinski/spring-boot,murilobr/spring-boot,yhj630520/spring-boot,mackeprm/spring-boot,lif123/spring-boot,roberthafner/spring-boot,damoyang/spring-boot,izestrea/spring-boot,AstaTus/spring-boot,npcode/spring-boot,yangdd1205/spring-boot,lcardito/spring-boot,coolcao/spring-boot,minmay/spring-boot,eliudiaz/spring-boot,ihoneymon/spring-boot,paddymahoney/spring-boot,herau/spring-boot,hehuabing/spring-boot,RichardCSantana/spring-boot,ameraljovic/spring-boot,vakninr/spring-boot,mosoft521/spring-boot,jeremiahmarks/spring-boot,navarrogabriela/spring-boot,wwadge/spring-boot,sebastiankirsch/spring-boot,xialeizhou/spring-boot,bsodzik/spring-boot,AngusZhu/spring-boot,izestrea/spring-boot,crackien/spring-boot,bbrouwer/spring-boot,htynkn/spring-boot,jeremiahmarks/spring-boot,mackeprm/spring-boot,tiarebalbi/spring-boot,nghiavo/spring-boot,ptahchiev/spring-boot,JiweiWong/spring-boot,coolcao/spring-boot,kayelau/spring-boot,lokbun/spring-boot,mbogoevici/spring-boot,meloncocoo/spring-boot,raiamber1/spring-boot,neo4j-contrib/spring-boot,RishikeshDarandale/spring-boot,MasterRoots/spring-boot,nebhale/spring-boot,christian-posta/spring-boot,tsachev/spring-boot,panbiping/spring-boot,mbogoevici/spring-boot,rizwan18/spring-boot,panbiping/spring-boot,lcardito/spring-boot,MrMitchellMoore/spring-boot,prakashme/spring-boot,jorgepgjr/spring-boot,sebastiankirsch/spring-boot,nghiavo/spring-boot,Charkui/spring-boot,nurkiewicz/spring-boot,sbuettner/spring-boot,lenicliu/spring-boot,marcellodesales/spring-boot,donthadineshkumar/spring-boot,minmay/spring-boot,fulvio-m/spring-boot,RichardCSantana/spring-boot,cleverjava/jenkins2-course-spring-boot,isopov/spring-boot,bjornlindstrom/spring-boot,paweldolecinski/spring-boot,murilobr/spring-boot,shakuzen/spring-boot,marcellodesales/spring-boot,kdvolder/spring-boot,chrylis/spring-boot,VitDevelop/spring-boot,eliudiaz/spring-boot,eric-stanley/spring-boot,philwebb/spring-boot-concourse,krmcbride/spring-boot,dfa1/spring-boot,RainPlanter/spring-boot,michael-simons/spring-boot,Buzzardo/spring-boot,AngusZhu/spring-boot,xingguang2013/spring-boot,xdweleven/spring-boot,rizwan18/spring-boot,gauravbrills/spring-boot,donthadineshkumar/spring-boot,npcode/spring-boot,wilkinsona/spring-boot,end-user/spring-boot,ractive/spring-boot,master-slave/spring-boot,smayoorans/spring-boot,meloncocoo/spring-boot,scottfrederick/spring-boot,ollie314/spring-boot,jack-luj/spring-boot,wwadge/spring-boot,Makhlab/spring-boot,ralenmandao/spring-boot,jjankar/spring-boot,dreis2211/spring-boot,durai145/spring-boot,frost2014/spring-boot,roberthafner/spring-boot,drumonii/spring-boot,i007422/jenkins2-course-spring-boot,qerub/spring-boot,prasenjit-net/spring-boot,na-na/spring-boot,ralenmandao/spring-boot,felipeg48/spring-boot,qerub/spring-boot,lexandro/spring-boot,nandakishorm/spring-boot,zhangshuangquan/spring-root,liupd/spring-boot,mosen11/spring-boot,mbnshankar/spring-boot,eddumelendez/spring-boot,htynkn/spring-boot,xiaoleiPENG/my-project,tsachev/spring-boot,JiweiWong/spring-boot,peteyan/spring-boot,designreuse/spring-boot,tbadie/spring-boot,mbnshankar/spring-boot,eric-stanley/spring-boot,yangdd1205/spring-boot,kdvolder/spring-boot,sebastiankirsch/spring-boot,fogone/spring-boot,jvz/spring-boot,zhanhb/spring-boot,izestrea/spring-boot,RainPlanter/spring-boot,5zzang/spring-boot,jcastaldoFoodEssentials/spring-boot,rickeysu/spring-boot,habuma/spring-boot,mackeprm/spring-boot,navarrogabriela/spring-boot,wilkinsona/spring-boot,bijukunjummen/spring-boot,dreis2211/spring-boot,drumonii/spring-boot,krmcbride/spring-boot,mosen11/spring-boot,nandakishorm/spring-boot,paddymahoney/spring-boot,ameraljovic/spring-boot,mbenson/spring-boot,ameraljovic/spring-boot,jbovet/spring-boot,ChunPIG/spring-boot,isopov/spring-boot,buobao/spring-boot,bjornlindstrom/spring-boot,jayeshmuralidharan/spring-boot,smayoorans/spring-boot,isopov/spring-boot,mbogoevici/spring-boot,htynkn/spring-boot,axelfontaine/spring-boot,trecloux/spring-boot,vpavic/spring-boot,MasterRoots/spring-boot,javyzheng/spring-boot,scottfrederick/spring-boot,clarklj001/spring-boot,smilence1986/spring-boot,tbbost/spring-boot,gorcz/spring-boot,mlc0202/spring-boot,jmnarloch/spring-boot,tsachev/spring-boot,playleud/spring-boot,qq83387856/spring-boot,drunklite/spring-boot,raiamber1/spring-boot,chrylis/spring-boot,crackien/spring-boot,mbogoevici/spring-boot,lingounet/spring-boot,lucassaldanha/spring-boot,srinivasan01/spring-boot,SaravananParthasarathy/SPSDemo,eonezhang/spring-boot,srikalyan/spring-boot,ralenmandao/spring-boot,lokbun/spring-boot,aahlenst/spring-boot,nurkiewicz/spring-boot,nghialunhaiha/spring-boot
b52a19fbbb9e43e5431eb36053210b24ab690713
src/docs/asciidoc/index.asciidoc
src/docs/asciidoc/index.asciidoc
= 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[]
Fix warning in asciidoc rendering
Fix warning in asciidoc rendering
AsciiDoc
apache-2.0
reactor/reactor-netty,reactor/reactor-netty
111f0788a2e2580ebc3ecdbb68eda28560a7f5fa
docs/reference/setup/important-settings.asciidoc
docs/reference/setup/important-settings.asciidoc
[[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>> * <<cluster.name,Cluster name>> * <<node.name,Node name>> * <<network.host,Network host>> * <<discovery-settings,Discovery settings>> * <<heap-size,Heap size>> * <<heap-dump-path,Heap dump path>> * <<gc-logging,GC logging>> include::important-settings/path-settings.asciidoc[] include::important-settings/cluster-name.asciidoc[] include::important-settings/node-name.asciidoc[] include::important-settings/network-host.asciidoc[] include::important-settings/discovery-settings.asciidoc[] include::important-settings/heap-size.asciidoc[] include::important-settings/heap-dump-path.asciidoc[] include::important-settings/gc-logging.asciidoc[]
[[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>> * <<cluster.name,Cluster name>> * <<node.name,Node name>> * <<network.host,Network host>> * <<discovery-settings,Discovery settings>> * <<heap-size,Heap size>> * <<heap-dump-path,Heap dump path>> * <<gc-logging,GC logging>> include::important-settings/path-settings.asciidoc[] include::important-settings/cluster-name.asciidoc[] include::important-settings/node-name.asciidoc[] include::important-settings/network-host.asciidoc[] include::important-settings/discovery-settings.asciidoc[] include::important-settings/heap-size.asciidoc[] include::important-settings/heap-dump-path.asciidoc[] include::important-settings/gc-logging.asciidoc[] include::important-settings/error-file.asciidoc[]
Add error file docs to important settings
Add error file docs to important settings This commit adds the error file documentation to the important settings docs so that the page is actually visible.
AsciiDoc
apache-2.0
gingerwizard/elasticsearch,HonzaKral/elasticsearch,GlenRSmith/elasticsearch,gingerwizard/elasticsearch,robin13/elasticsearch,coding0011/elasticsearch,GlenRSmith/elasticsearch,scorpionvicky/elasticsearch,gingerwizard/elasticsearch,uschindler/elasticsearch,scorpionvicky/elasticsearch,rajanm/elasticsearch,kalimatas/elasticsearch,robin13/elasticsearch,gingerwizard/elasticsearch,s1monw/elasticsearch,nknize/elasticsearch,HonzaKral/elasticsearch,coding0011/elasticsearch,GlenRSmith/elasticsearch,coding0011/elasticsearch,scorpionvicky/elasticsearch,s1monw/elasticsearch,GlenRSmith/elasticsearch,nknize/elasticsearch,rajanm/elasticsearch,kalimatas/elasticsearch,scorpionvicky/elasticsearch,uschindler/elasticsearch,kalimatas/elasticsearch,gingerwizard/elasticsearch,kalimatas/elasticsearch,HonzaKral/elasticsearch,coding0011/elasticsearch,kalimatas/elasticsearch,gfyoung/elasticsearch,gfyoung/elasticsearch,uschindler/elasticsearch,gingerwizard/elasticsearch,uschindler/elasticsearch,nknize/elasticsearch,scorpionvicky/elasticsearch,s1monw/elasticsearch,gfyoung/elasticsearch,robin13/elasticsearch,s1monw/elasticsearch,uschindler/elasticsearch,gingerwizard/elasticsearch,coding0011/elasticsearch,gfyoung/elasticsearch,robin13/elasticsearch,HonzaKral/elasticsearch,s1monw/elasticsearch,gfyoung/elasticsearch,nknize/elasticsearch,rajanm/elasticsearch,rajanm/elasticsearch,rajanm/elasticsearch,nknize/elasticsearch,rajanm/elasticsearch,GlenRSmith/elasticsearch,robin13/elasticsearch
84a26c62428a3c19bb6dce39ba49f431bf468e1e
SUPPORT.adoc
SUPPORT.adoc
= 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 below. If you are reporting a bug, please help to speed up problem diagnosis by providing as much information as possible. Ideally, that would include a small sample project that reproduces the problem. == Stack Overflow The Micrometer community monitors the https://stackoverflow.com/tags/micrometer[`micrometer`] tag on Stack Overflow. Before asking a question, please familiarize yourself with Stack Overflow's https://stackoverflow.com/help/how-to-ask[advice on how to ask a good question]. == Slack If you want to discuss something or have a question that isn't suited to Stack Overflow, the Micrometer community chat in the http://slack.micrometer.io/[micrometer-metrics channel on Slack].
= 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 below. If you are reporting a bug, please help to speed up problem diagnosis by providing as much information as possible. Ideally, that would include a small sample project that reproduces the problem. == Stack Overflow The Micrometer community monitors the https://stackoverflow.com/tags/micrometer[`micrometer`] tag on Stack Overflow. Before asking a question, please familiarize yourself with Stack Overflow's https://stackoverflow.com/help/how-to-ask[advice on how to ask a good question]. == Slack If you want to discuss something or have a question that isn't suited to Stack Overflow, the Micrometer community chat in the https://join.slack.com/t/micrometer-metrics/shared_invite/zt-ewo3kcs0-Ji3aOAqTxnjYPEFBBI5HqQ[micrometer-metrics Slack].
Update link to the Slack invite
Update link to the Slack invite
AsciiDoc
apache-2.0
micrometer-metrics/micrometer,micrometer-metrics/micrometer,micrometer-metrics/micrometer
8f44f74d44b9eaf8d12490cb1d189f3b1a8dae69
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/pull/11782[gh-11782] - @WithMockUser Supported as Merged Annotation * https://github.com/spring-projects/spring-security/issues/11661[gh-11661] - Configurable authentication converter for resource-servers with token introspection * https://github.com/spring-projects/spring-security/pull/11771[gh-11771] - `HttpSecurityDsl` should support `apply` method
[[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/pull/11782[gh-11782] - @WithMockUser Supported as Merged Annotation * https://github.com/spring-projects/spring-security/issues/11661[gh-11661] - Configurable authentication converter for resource-servers with token introspection * https://github.com/spring-projects/spring-security/pull/11771[gh-11771] - `HttpSecurityDsl` should support `apply` method * https://github.com/spring-projects/spring-security/pull/11232[gh-11232] - `ClientRegistrations#rest` defines 30s connect and read timeouts
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
a89979966e3a79b62bf7f771ff9698216bb9ed28
docs/horizon.adoc
docs/horizon.adoc
= 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 in progress `wp option get core_updater.lock`:: Check if WordPress is holding a version lock. If a number is returned, the version lock is on. `wp option delete core_updater.lock`:: Break a version lock on WordPress. Verify an update is NOT in progress before deleting (check processes, visit admin panel). https://wordpress.stackexchange.com/questions/224989/get-rid-of-another-update-is-currently-in-progress[Reference] == XenForo * `sitemaps/` and `temp/` must have 0777 permissions… ** `temp/` is for the image proxy
= 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 create directory" The web server cannot read or write to files in the web directory. Make sure the `php-fpm` user is a member of the `www-admin` group and that the folder is group-writable. Why does this happen? Normally, your web server needs access, like `nginx` or `httpd`. But in my case, `nginx` is spinning off `php-fpm` processes to run PHP web applications. This user is trying to read and write from files instead of the web server. Look closer at https://github.com/jwflory/infrastructure[jwflory/infrastructure] for additional context. === wp_cli cannot upgrade WordPress because another update is in progress `wp option get core_updater.lock`:: Check if WordPress is holding a version lock. If a number is returned, the version lock is on. `wp option delete core_updater.lock`:: Break a version lock on WordPress. Verify an update is NOT in progress before deleting (check processes, visit admin panel). https://wordpress.stackexchange.com/questions/224989/get-rid-of-another-update-is-currently-in-progress[Reference] == XenForo * `sitemaps/` and `temp/` must have 0777 permissions… ** `temp/` is for the image proxy
Add 'failed to create directory' WordPress scenario
[docs] Add 'failed to create directory' WordPress scenario
AsciiDoc
mpl-2.0
jflory7/infrastructure,jflory7/infrastructure
9e5b6cab2e77ccf6dbf1f476603fa90931496078
documentation/src/docs/asciidoc/release-notes.adoc
documentation/src/docs/asciidoc/release-notes.adoc
[[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[] include::release-notes-5.0.0-RC2.adoc[] include::release-notes-5.0.0-RC1.adoc[] include::release-notes-5.0.0-M6.adoc[] include::release-notes-5.0.0-M5.adoc[] include::release-notes-5.0.0-M4.adoc[] include::release-notes-5.0.0-M3.adoc[] include::release-notes-5.0.0-M2.adoc[] include::release-notes-5.0.0-M1.adoc[] include::release-notes-5.0.0-ALPHA.adoc[] :numbered:
[[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::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[] include::release-notes-5.0.0-M6.adoc[] include::release-notes-5.0.0-M5.adoc[] include::release-notes-5.0.0-M4.adoc[] include::release-notes-5.0.0-M3.adoc[] include::release-notes-5.0.0-M2.adoc[] include::release-notes-5.0.0-M1.adoc[] include::release-notes-5.0.0-ALPHA.adoc[]
Include header and footer in Release Notes
Include header and footer in Release Notes Issue: #1068
AsciiDoc
epl-1.0
junit-team/junit-lambda,sbrannen/junit-lambda
c6caeea8871c374255b1f2848f80d2c1c44ce17e
docs/community/misc.asciidoc
docs/community/misc.asciidoc
[[misc]] == Misc * https://github.com/electrical/puppet-elasticsearch[Puppet]: Elasticsearch puppet module. * http://github.com/elasticsearch/cookbook-elasticsearch[Chef]: Chef cookbook for Elasticsearch * https://github.com/tavisto/elasticsearch-rpms[elasticsearch-rpms]: RPMs for elasticsearch. * http://www.github.com/neogenix/daikon[daikon]: Daikon Elasticsearch CLI * https://github.com/Aconex/scrutineer[Scrutineer]: A high performance consistency checker to compare what you've indexed with your source of truth content (e.g. DB)
[[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/scrutineer[Scrutineer]: A high performance consistency checker to compare what you've indexed with your source of truth content (e.g. DB)
Update link to puppet module and remove link to other RPM repo as we have our own.
Update link to puppet module and remove link to other RPM repo as we have our own.
AsciiDoc
apache-2.0
wbowling/elasticsearch,markharwood/elasticsearch,peschlowp/elasticsearch,xuzha/elasticsearch,Fsero/elasticsearch,koxa29/elasticsearch,bestwpw/elasticsearch,boliza/elasticsearch,feiqitian/elasticsearch,opendatasoft/elasticsearch,GlenRSmith/elasticsearch,sdauletau/elasticsearch,smflorentino/elasticsearch,yanjunh/elasticsearch,Microsoft/elasticsearch,alexkuk/elasticsearch,umeshdangat/elasticsearch,JervyShi/elasticsearch,sarwarbhuiyan/elasticsearch,kubum/elasticsearch,mapr/elasticsearch,nilabhsagar/elasticsearch,sjohnr/elasticsearch,adrianbk/elasticsearch,lightslife/elasticsearch,mikemccand/elasticsearch,zhiqinghuang/elasticsearch,rlugojr/elasticsearch,PhaedrusTheGreek/elasticsearch,dongjoon-hyun/elasticsearch,myelin/elasticsearch,xuzha/elasticsearch,jpountz/elasticsearch,PhaedrusTheGreek/elasticsearch,ivansun1010/elasticsearch,maddin2016/elasticsearch,nellicus/elasticsearch,Uiho/elasticsearch,sneivandt/elasticsearch,wimvds/elasticsearch,feiqitian/elasticsearch,tkssharma/elasticsearch,markharwood/elasticsearch,hydro2k/elasticsearch,peschlowp/elasticsearch,mjhennig/elasticsearch,markllama/elasticsearch,wangtuo/elasticsearch,xingguang2013/elasticsearch,tahaemin/elasticsearch,mapr/elasticsearch,ulkas/elasticsearch,onegambler/elasticsearch,thecocce/elasticsearch,zhiqinghuang/elasticsearch,ydsakyclguozi/elasticsearch,jsgao0/elasticsearch,fernandozhu/elasticsearch,maddin2016/elasticsearch,lydonchandra/elasticsearch,martinstuga/elasticsearch,KimTaehee/elasticsearch,Widen/elasticsearch,iamjakob/elasticsearch,sscarduzio/elasticsearch,diendt/elasticsearch,jango2015/elasticsearch,strapdata/elassandra5-rc,skearns64/elasticsearch,socialrank/elasticsearch,hanswang/elasticsearch,MetSystem/elasticsearch,zhaocloud/elasticsearch,PhaedrusTheGreek/elasticsearch,18098924759/elasticsearch,kimimj/elasticsearch,markllama/elasticsearch,Widen/elasticsearch,kenshin233/elasticsearch,jchampion/elasticsearch,kalimatas/elasticsearch,himanshuag/elasticsearch,Liziyao/elasticsearch,linglaiyao1314/elasticsearch,slavau/elasticsearch,chrismwendt/elasticsearch,qwerty4030/elasticsearch,nknize/elasticsearch,trangvh/elasticsearch,SergVro/elasticsearch,Kakakakakku/elasticsearch,ESamir/elasticsearch,opendatasoft/elasticsearch,nknize/elasticsearch,areek/elasticsearch,ckclark/elasticsearch,iantruslove/elasticsearch,umeshdangat/elasticsearch,sposam/elasticsearch,ThalaivaStars/OrgRepo1,elancom/elasticsearch,s1monw/elasticsearch,glefloch/elasticsearch,LeoYao/elasticsearch,xingguang2013/elasticsearch,sjohnr/elasticsearch,hafkensite/elasticsearch,umeshdangat/elasticsearch,jaynblue/elasticsearch,bawse/elasticsearch,xpandan/elasticsearch,njlawton/elasticsearch,sreeramjayan/elasticsearch,andrejserafim/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,karthikjaps/elasticsearch,LewayneNaidoo/elasticsearch,truemped/elasticsearch,nilabhsagar/elasticsearch,sposam/elasticsearch,JackyMai/elasticsearch,codebunt/elasticsearch,nomoa/elasticsearch,strapdata/elassandra,petmit/elasticsearch,YosuaMichael/elasticsearch,sdauletau/elasticsearch,jpountz/elasticsearch,bestwpw/elasticsearch,opendatasoft/elasticsearch,petabytedata/elasticsearch,himanshuag/elasticsearch,abhijitiitr/es,nazarewk/elasticsearch,xingguang2013/elasticsearch,LeoYao/elasticsearch,wuranbo/elasticsearch,lzo/elasticsearch-1,liweinan0423/elasticsearch,yongminxia/elasticsearch,masterweb121/elasticsearch,lydonchandra/elasticsearch,kingaj/elasticsearch,EasonYi/elasticsearch,abibell/elasticsearch,gingerwizard/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,phani546/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,petmit/elasticsearch,ydsakyclguozi/elasticsearch,Asimov4/elasticsearch,iacdingping/elasticsearch,JSCooke/elasticsearch,strapdata/elassandra5-rc,truemped/elasticsearch,wimvds/elasticsearch,abhijitiitr/es,maddin2016/elasticsearch,fekaputra/elasticsearch,adrianbk/elasticsearch,koxa29/elasticsearch,episerver/elasticsearch,MaineC/elasticsearch,weipinghe/elasticsearch,jaynblue/elasticsearch,dataduke/elasticsearch,kingaj/elasticsearch,masterweb121/elasticsearch,rhoml/elasticsearch,adrianbk/elasticsearch,weipinghe/elasticsearch,sposam/elasticsearch,MichaelLiZhou/elasticsearch,janmejay/elasticsearch,jango2015/elasticsearch,ulkas/elasticsearch,kaneshin/elasticsearch,aglne/elasticsearch,rmuir/elasticsearch,trangvh/elasticsearch,henakamaMSFT/elasticsearch,TonyChai24/ESSource,yynil/elasticsearch,jaynblue/elasticsearch,wangyuxue/elasticsearch,onegambler/elasticsearch,camilojd/elasticsearch,jeteve/elasticsearch,jw0201/elastic,nrkkalyan/elasticsearch,AleksKochev/elasticsearch,gingerwizard/elasticsearch,nazarewk/elasticsearch,jchampion/elasticsearch,mcku/elasticsearch,aglne/elasticsearch,petabytedata/elasticsearch,marcuswr/elasticsearch-dateline,AshishThakur/elasticsearch,jimhooker2002/elasticsearch,kingaj/elasticsearch,pritishppai/elasticsearch,overcome/elasticsearch,thecocce/elasticsearch,artnowo/elasticsearch,weipinghe/elasticsearch,ivansun1010/elasticsearch,ajhalani/elasticsearch,iamjakob/elasticsearch,kaneshin/elasticsearch,sneivandt/elasticsearch,hydro2k/elasticsearch,mgalushka/elasticsearch,hanswang/elasticsearch,drewr/elasticsearch,clintongormley/elasticsearch,iantruslove/elasticsearch,drewr/elasticsearch,Shepard1212/elasticsearch,wuranbo/elasticsearch,truemped/elasticsearch,andrestc/elasticsearch,wuranbo/elasticsearch,wbowling/elasticsearch,gmarz/elasticsearch,vietlq/elasticsearch,Clairebi/ElasticsearchClone,sneivandt/elasticsearch,huanzhong/elasticsearch,schonfeld/elasticsearch,mrorii/elasticsearch,sreeramjayan/elasticsearch,dataduke/elasticsearch,yongminxia/elasticsearch,i-am-Nathan/elasticsearch,amit-shar/elasticsearch,huypx1292/elasticsearch,Microsoft/elasticsearch,tkssharma/elasticsearch,overcome/elasticsearch,Charlesdong/elasticsearch,easonC/elasticsearch,AndreKR/elasticsearch,scorpionvicky/elasticsearch,masterweb121/elasticsearch,szroland/elasticsearch,djschny/elasticsearch,gmarz/elasticsearch,snikch/elasticsearch,C-Bish/elasticsearch,cwurm/elasticsearch,uschindler/elasticsearch,mmaracic/elasticsearch,lydonchandra/elasticsearch,alexkuk/elasticsearch,vingupta3/elasticsearch,easonC/elasticsearch,scottsom/elasticsearch,mohit/elasticsearch,tsohil/elasticsearch,luiseduardohdbackup/elasticsearch,sdauletau/elasticsearch,likaiwalkman/elasticsearch,brandonkearby/elasticsearch,rmuir/elasticsearch,Ansh90/elasticsearch,ivansun1010/elasticsearch,Chhunlong/elasticsearch,naveenhooda2000/elasticsearch,shreejay/elasticsearch,Siddartha07/elasticsearch,bestwpw/elasticsearch,MjAbuz/elasticsearch,strapdata/elassandra5-rc,iantruslove/elasticsearch,xingguang2013/elasticsearch,nellicus/elasticsearch,StefanGor/elasticsearch,JackyMai/elasticsearch,AndreKR/elasticsearch,njlawton/elasticsearch,slavau/elasticsearch,phani546/elasticsearch,sscarduzio/elasticsearch,xpandan/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,franklanganke/elasticsearch,tebriel/elasticsearch,nomoa/elasticsearch,jpountz/elasticsearch,kimimj/elasticsearch,wimvds/elasticsearch,snikch/elasticsearch,geidies/elasticsearch,linglaiyao1314/elasticsearch,alexbrasetvik/elasticsearch,wittyameta/elasticsearch,lchennup/elasticsearch,lks21c/elasticsearch,kalimatas/elasticsearch,golubev/elasticsearch,likaiwalkman/elasticsearch,infusionsoft/elasticsearch,AndreKR/elasticsearch,fekaputra/elasticsearch,peschlowp/elasticsearch,huypx1292/elasticsearch,schonfeld/elasticsearch,avikurapati/elasticsearch,fooljohnny/elasticsearch,huypx1292/elasticsearch,robin13/elasticsearch,onegambler/elasticsearch,socialrank/elasticsearch,feiqitian/elasticsearch,naveenhooda2000/elasticsearch,golubev/elasticsearch,beiske/elasticsearch,truemped/elasticsearch,YosuaMichael/elasticsearch,Siddartha07/elasticsearch,coding0011/elasticsearch,a2lin/elasticsearch,overcome/elasticsearch,ivansun1010/elasticsearch,marcuswr/elasticsearch-dateline,pozhidaevak/elasticsearch,StefanGor/elasticsearch,zhaocloud/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,knight1128/elasticsearch,vvcephei/elasticsearch,sdauletau/elasticsearch,kalimatas/elasticsearch,chrismwendt/elasticsearch,clintongormley/elasticsearch,Flipkart/elasticsearch,amaliujia/elasticsearch,mute/elasticsearch,mbrukman/elasticsearch,caengcjd/elasticsearch,palecur/elasticsearch,kenshin233/elasticsearch,mjhennig/elasticsearch,geidies/elasticsearch,achow/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,clintongormley/elasticsearch,jimhooker2002/elasticsearch,artnowo/elasticsearch,lchennup/elasticsearch,JSCooke/elasticsearch,jsgao0/elasticsearch,zkidkid/elasticsearch,achow/elasticsearch,overcome/elasticsearch,feiqitian/elasticsearch,awislowski/elasticsearch,tcucchietti/elasticsearch,infusionsoft/elasticsearch,Shepard1212/elasticsearch,naveenhooda2000/elasticsearch,s1monw/elasticsearch,TonyChai24/ESSource,mkis-/elasticsearch,jbertouch/elasticsearch,tsohil/elasticsearch,opendatasoft/elasticsearch,jeteve/elasticsearch,vingupta3/elasticsearch,nrkkalyan/elasticsearch,khiraiwa/elasticsearch,markllama/elasticsearch,Collaborne/elasticsearch,Collaborne/elasticsearch,kcompher/elasticsearch,kevinkluge/elasticsearch,chrismwendt/elasticsearch,Uiho/elasticsearch,szroland/elasticsearch,liweinan0423/elasticsearch,wayeast/elasticsearch,vvcephei/elasticsearch,kunallimaye/elasticsearch,TonyChai24/ESSource,tcucchietti/elasticsearch,vingupta3/elasticsearch,marcuswr/elasticsearch-dateline,Brijeshrpatel9/elasticsearch,javachengwc/elasticsearch,lchennup/elasticsearch,sreeramjayan/elasticsearch,kunallimaye/elasticsearch,tkssharma/elasticsearch,zhiqinghuang/elasticsearch,PhaedrusTheGreek/elasticsearch,camilojd/elasticsearch,LewayneNaidoo/elasticsearch,amaliujia/elasticsearch,fekaputra/elasticsearch,gfyoung/elasticsearch,fforbeck/elasticsearch,sjohnr/elasticsearch,ydsakyclguozi/elasticsearch,fernandozhu/elasticsearch,dpursehouse/elasticsearch,khiraiwa/elasticsearch,vrkansagara/elasticsearch,winstonewert/elasticsearch,onegambler/elasticsearch,ricardocerq/elasticsearch,C-Bish/elasticsearch,yuy168/elasticsearch,acchen97/elasticsearch,yynil/elasticsearch,mcku/elasticsearch,heng4fun/elasticsearch,javachengwc/elasticsearch,hirdesh2008/elasticsearch,andrestc/elasticsearch,huanzhong/elasticsearch,thecocce/elasticsearch,dataduke/elasticsearch,queirozfcom/elasticsearch,jbertouch/elasticsearch,smflorentino/elasticsearch,wittyameta/elasticsearch,elasticdog/elasticsearch,strapdata/elassandra-test,adrianbk/elasticsearch,opendatasoft/elasticsearch,lightslife/elasticsearch,strapdata/elassandra-test,elasticdog/elasticsearch,martinstuga/elasticsearch,Asimov4/elasticsearch,humandb/elasticsearch,jeteve/elasticsearch,zeroctu/elasticsearch,mute/elasticsearch,kubum/elasticsearch,clintongormley/elasticsearch,xingguang2013/elasticsearch,fooljohnny/elasticsearch,Uiho/elasticsearch,mjason3/elasticsearch,knight1128/elasticsearch,hanst/elasticsearch,xingguang2013/elasticsearch,mute/elasticsearch,girirajsharma/elasticsearch,qwerty4030/elasticsearch,ouyangkongtong/elasticsearch,Fsero/elasticsearch,naveenhooda2000/elasticsearch,markllama/elasticsearch,MetSystem/elasticsearch,tebriel/elasticsearch,vroyer/elasticassandra,Shepard1212/elasticsearch,springning/elasticsearch,queirozfcom/elasticsearch,episerver/elasticsearch,combinatorist/elasticsearch,xuzha/elasticsearch,zeroctu/elasticsearch,lchennup/elasticsearch,wangyuxue/elasticsearch,slavau/elasticsearch,kenshin233/elasticsearch,abhijitiitr/es,ImpressTV/elasticsearch,andrestc/elasticsearch,Fsero/elasticsearch,pozhidaevak/elasticsearch,hydro2k/elasticsearch,wuranbo/elasticsearch,milodky/elasticsearch,apepper/elasticsearch,ThiagoGarciaAlves/elasticsearch,Brijeshrpatel9/elasticsearch,pranavraman/elasticsearch,Clairebi/ElasticsearchClone,petabytedata/elasticsearch,Microsoft/elasticsearch,Uiho/elasticsearch,humandb/elasticsearch,schonfeld/elasticsearch,thecocce/elasticsearch,fernandozhu/elasticsearch,socialrank/elasticsearch,jeteve/elasticsearch,snikch/elasticsearch,fooljohnny/elasticsearch,shreejay/elasticsearch,sposam/elasticsearch,mohit/elasticsearch,dylan8902/elasticsearch,skearns64/elasticsearch,kubum/elasticsearch,jimczi/elasticsearch,KimTaehee/elasticsearch,pranavraman/elasticsearch,MichaelLiZhou/elasticsearch,janmejay/elasticsearch,zhiqinghuang/elasticsearch,kunallimaye/elasticsearch,ThalaivaStars/OrgRepo1,LewayneNaidoo/elasticsearch,infusionsoft/elasticsearch,pablocastro/elasticsearch,ricardocerq/elasticsearch,jeteve/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,kcompher/elasticsearch,kkirsche/elasticsearch,vrkansagara/elasticsearch,mohit/elasticsearch,Brijeshrpatel9/elasticsearch,njlawton/elasticsearch,apepper/elasticsearch,StefanGor/elasticsearch,Flipkart/elasticsearch,elancom/elasticsearch,vietlq/elasticsearch,awislowski/elasticsearch,beiske/elasticsearch,fred84/elasticsearch,GlenRSmith/elasticsearch,Clairebi/ElasticsearchClone,MisterAndersen/elasticsearch,SergVro/elasticsearch,acchen97/elasticsearch,kenshin233/elasticsearch,karthikjaps/elasticsearch,combinatorist/elasticsearch,mrorii/elasticsearch,kubum/elasticsearch,yongminxia/elasticsearch,likaiwalkman/elasticsearch,mm0/elasticsearch,zkidkid/elasticsearch,infusionsoft/elasticsearch,F0lha/elasticsearch,hanst/elasticsearch,jimhooker2002/elasticsearch,camilojd/elasticsearch,loconsolutions/elasticsearch,tsohil/elasticsearch,HonzaKral/elasticsearch,wayeast/elasticsearch,lchennup/elasticsearch,qwerty4030/elasticsearch,salyh/elasticsearch,andrestc/elasticsearch,tahaemin/elasticsearch,clintongormley/elasticsearch,mjhennig/elasticsearch,MaineC/elasticsearch,raishiv/elasticsearch,fforbeck/elasticsearch,mcku/elasticsearch,mmaracic/elasticsearch,masaruh/elasticsearch,boliza/elasticsearch,MisterAndersen/elasticsearch,lydonchandra/elasticsearch,mjhennig/elasticsearch,sdauletau/elasticsearch,schonfeld/elasticsearch,ImpressTV/elasticsearch,wittyameta/elasticsearch,obourgain/elasticsearch,chirilo/elasticsearch,tsohil/elasticsearch,golubev/elasticsearch,milodky/elasticsearch,xuzha/elasticsearch,C-Bish/elasticsearch,ImpressTV/elasticsearch,TonyChai24/ESSource,brwe/elasticsearch,sdauletau/elasticsearch,StefanGor/elasticsearch,linglaiyao1314/elasticsearch,iantruslove/elasticsearch,IanvsPoplicola/elasticsearch,ricardocerq/elasticsearch,hydro2k/elasticsearch,rento19962/elasticsearch,Siddartha07/elasticsearch,sreeramjayan/elasticsearch,elasticdog/elasticsearch,gfyoung/elasticsearch,HonzaKral/elasticsearch,jprante/elasticsearch,fforbeck/elasticsearch,hirdesh2008/elasticsearch,xuzha/elasticsearch,Kakakakakku/elasticsearch,franklanganke/elasticsearch,scorpionvicky/elasticsearch,skearns64/elasticsearch,sc0ttkclark/elasticsearch,hanswang/elasticsearch,himanshuag/elasticsearch,hanst/elasticsearch,HarishAtGitHub/elasticsearch,TonyChai24/ESSource,achow/elasticsearch,markwalkom/elasticsearch,jimhooker2002/elasticsearch,18098924759/elasticsearch,ESamir/elasticsearch,jango2015/elasticsearch,vroyer/elassandra,Chhunlong/elasticsearch,MichaelLiZhou/elasticsearch,yuy168/elasticsearch,ouyangkongtong/elasticsearch,davidvgalbraith/elasticsearch,lzo/elasticsearch-1,amit-shar/elasticsearch,cwurm/elasticsearch,khiraiwa/elasticsearch,luiseduardohdbackup/elasticsearch,LeoYao/elasticsearch,lightslife/elasticsearch,knight1128/elasticsearch,glefloch/elasticsearch,ckclark/elasticsearch,KimTaehee/elasticsearch,lmtwga/elasticsearch,hanswang/elasticsearch,winstonewert/elasticsearch,javachengwc/elasticsearch,boliza/elasticsearch,HonzaKral/elasticsearch,tkssharma/elasticsearch,JackyMai/elasticsearch,kalburgimanjunath/elasticsearch,anti-social/elasticsearch,alexkuk/elasticsearch,chirilo/elasticsearch,ouyangkongtong/elasticsearch,AshishThakur/elasticsearch,hanst/elasticsearch,dylan8902/elasticsearch,socialrank/elasticsearch,Rygbee/elasticsearch,AleksKochev/elasticsearch,vvcephei/elasticsearch,dylan8902/elasticsearch,micpalmia/elasticsearch,kunallimaye/elasticsearch,EasonYi/elasticsearch,caengcjd/elasticsearch,jango2015/elasticsearch,palecur/elasticsearch,dpursehouse/elasticsearch,karthikjaps/elasticsearch,kevinkluge/elasticsearch,18098924759/elasticsearch,VukDukic/elasticsearch,caengcjd/elasticsearch,Collaborne/elasticsearch,mapr/elasticsearch,himanshuag/elasticsearch,janmejay/elasticsearch,mapr/elasticsearch,strapdata/elassandra-test,salyh/elasticsearch,AndreKR/elasticsearch,martinstuga/elasticsearch,mrorii/elasticsearch,tcucchietti/elasticsearch,wbowling/elasticsearch,pablocastro/elasticsearch,apepper/elasticsearch,truemped/elasticsearch,markharwood/elasticsearch,MichaelLiZhou/elasticsearch,sreeramjayan/elasticsearch,apepper/elasticsearch,iamjakob/elasticsearch,masterweb121/elasticsearch,tsohil/elasticsearch,polyfractal/elasticsearch,huanzhong/elasticsearch,diendt/elasticsearch,alexkuk/elasticsearch,ouyangkongtong/elasticsearch,brwe/elasticsearch,davidvgalbraith/elasticsearch,episerver/elasticsearch,avikurapati/elasticsearch,huanzhong/elasticsearch,jpountz/elasticsearch,xuzha/elasticsearch,raishiv/elasticsearch,andrestc/elasticsearch,i-am-Nathan/elasticsearch,scottsom/elasticsearch,ajhalani/elasticsearch,jw0201/elastic,JervyShi/elasticsearch,yanjunh/elasticsearch,VukDukic/elasticsearch,feiqitian/elasticsearch,ouyangkongtong/elasticsearch,masaruh/elasticsearch,18098924759/elasticsearch,hechunwen/elasticsearch,nilabhsagar/elasticsearch,masterweb121/elasticsearch,wangtuo/elasticsearch,springning/elasticsearch,Charlesdong/elasticsearch,petmit/elasticsearch,tcucchietti/elasticsearch,palecur/elasticsearch,abibell/elasticsearch,geidies/elasticsearch,alexbrasetvik/elasticsearch,elancom/elasticsearch,luiseduardohdbackup/elasticsearch,overcome/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,jimczi/elasticsearch,zeroctu/elasticsearch,IanvsPoplicola/elasticsearch,JervyShi/elasticsearch,phani546/elasticsearch,Shekharrajak/elasticsearch,abibell/elasticsearch,elasticdog/elasticsearch,raishiv/elasticsearch,HarishAtGitHub/elasticsearch,ThiagoGarciaAlves/elasticsearch,girirajsharma/elasticsearch,Shekharrajak/elasticsearch,geidies/elasticsearch,amit-shar/elasticsearch,ulkas/elasticsearch,tebriel/elasticsearch,dataduke/elasticsearch,lks21c/elasticsearch,djschny/elasticsearch,mikemccand/elasticsearch,humandb/elasticsearch,cnfire/elasticsearch-1,sauravmondallive/elasticsearch,nomoa/elasticsearch,janmejay/elasticsearch,Chhunlong/elasticsearch,NBSW/elasticsearch,Flipkart/elasticsearch,kimimj/elasticsearch,NBSW/elasticsearch,sscarduzio/elasticsearch,sc0ttkclark/elasticsearch,sarwarbhuiyan/elasticsearch,Asimov4/elasticsearch,huanzhong/elasticsearch,fforbeck/elasticsearch,weipinghe/elasticsearch,vingupta3/elasticsearch,ImpressTV/elasticsearch,springning/elasticsearch,jimhooker2002/elasticsearch,schonfeld/elasticsearch,loconsolutions/elasticsearch,jsgao0/elasticsearch,ThalaivaStars/OrgRepo1,shreejay/elasticsearch,strapdata/elassandra-test,btiernay/elasticsearch,petabytedata/elasticsearch,adrianbk/elasticsearch,wbowling/elasticsearch,kenshin233/elasticsearch,jbertouch/elasticsearch,chrismwendt/elasticsearch,slavau/elasticsearch,tkssharma/elasticsearch,kubum/elasticsearch,nezirus/elasticsearch,yanjunh/elasticsearch,ydsakyclguozi/elasticsearch,TonyChai24/ESSource,elancom/elasticsearch,queirozfcom/elasticsearch,wbowling/elasticsearch,mrorii/elasticsearch,nrkkalyan/elasticsearch,Collaborne/elasticsearch,onegambler/elasticsearch,mnylen/elasticsearch,dongjoon-hyun/elasticsearch,ThalaivaStars/OrgRepo1,boliza/elasticsearch,mm0/elasticsearch,coding0011/elasticsearch,lmtwga/elasticsearch,jprante/elasticsearch,HonzaKral/elasticsearch,acchen97/elasticsearch,jchampion/elasticsearch,vroyer/elasticassandra,snikch/elasticsearch,mcku/elasticsearch,kkirsche/elasticsearch,Collaborne/elasticsearch,sposam/elasticsearch,ESamir/elasticsearch,wbowling/elasticsearch,rhoml/elasticsearch,Shepard1212/elasticsearch,areek/elasticsearch,ZTE-PaaS/elasticsearch,Kakakakakku/elasticsearch,yongminxia/elasticsearch,mmaracic/elasticsearch,gmarz/elasticsearch,mcku/elasticsearch,hydro2k/elasticsearch,pablocastro/elasticsearch,Microsoft/elasticsearch,LeoYao/elasticsearch,linglaiyao1314/elasticsearch,fekaputra/elasticsearch,polyfractal/elasticsearch,Shekharrajak/elasticsearch,xpandan/elasticsearch,janmejay/elasticsearch,iacdingping/elasticsearch,hanst/elasticsearch,koxa29/elasticsearch,ricardocerq/elasticsearch,rajanm/elasticsearch,springning/elasticsearch,iamjakob/elasticsearch,jpountz/elasticsearch,bestwpw/elasticsearch,areek/elasticsearch,MaineC/elasticsearch,thecocce/elasticsearch,Rygbee/elasticsearch,gingerwizard/elasticsearch,javachengwc/elasticsearch,a2lin/elasticsearch,drewr/elasticsearch,s1monw/elasticsearch,pozhidaevak/elasticsearch,djschny/elasticsearch,kevinkluge/elasticsearch,codebunt/elasticsearch,markharwood/elasticsearch,kunallimaye/elasticsearch,mkis-/elasticsearch,girirajsharma/elasticsearch,mute/elasticsearch,mjhennig/elasticsearch,huypx1292/elasticsearch,vvcephei/elasticsearch,18098924759/elasticsearch,chirilo/elasticsearch,EasonYi/elasticsearch,lks21c/elasticsearch,weipinghe/elasticsearch,achow/elasticsearch,onegambler/elasticsearch,areek/elasticsearch,rento19962/elasticsearch,skearns64/elasticsearch,polyfractal/elasticsearch,mohit/elasticsearch,i-am-Nathan/elasticsearch,ulkas/elasticsearch,MisterAndersen/elasticsearch,IanvsPoplicola/elasticsearch,Flipkart/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,jango2015/elasticsearch,achow/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,Shekharrajak/elasticsearch,abibell/elasticsearch,codebunt/elasticsearch,zhiqinghuang/elasticsearch,rlugojr/elasticsearch,likaiwalkman/elasticsearch,smflorentino/elasticsearch,dongjoon-hyun/elasticsearch,btiernay/elasticsearch,Widen/elasticsearch,lmtwga/elasticsearch,andrejserafim/elasticsearch,snikch/elasticsearch,fred84/elasticsearch,weipinghe/elasticsearch,petabytedata/elasticsearch,caengcjd/elasticsearch,mkis-/elasticsearch,IanvsPoplicola/elasticsearch,pranavraman/elasticsearch,NBSW/elasticsearch,dylan8902/elasticsearch,maddin2016/elasticsearch,kkirsche/elasticsearch,shreejay/elasticsearch,mikemccand/elasticsearch,uschindler/elasticsearch,episerver/elasticsearch,milodky/elasticsearch,wittyameta/elasticsearch,kcompher/elasticsearch,achow/elasticsearch,btiernay/elasticsearch,kimimj/elasticsearch,luiseduardohdbackup/elasticsearch,uschindler/elasticsearch,masterweb121/elasticsearch,franklanganke/elasticsearch,amaliujia/elasticsearch,mortonsykes/elasticsearch,masterweb121/elasticsearch,Rygbee/elasticsearch,feiqitian/elasticsearch,schonfeld/elasticsearch,Siddartha07/elasticsearch,uschindler/elasticsearch,wangtuo/elasticsearch,18098924759/elasticsearch,jprante/elasticsearch,springning/elasticsearch,NBSW/elasticsearch,sauravmondallive/elasticsearch,wuranbo/elasticsearch,winstonewert/elasticsearch,glefloch/elasticsearch,skearns64/elasticsearch,wayeast/elasticsearch,phani546/elasticsearch,codebunt/elasticsearch,rento19962/elasticsearch,combinatorist/elasticsearch,knight1128/elasticsearch,MisterAndersen/elasticsearch,rhoml/elasticsearch,IanvsPoplicola/elasticsearch,ESamir/elasticsearch,pablocastro/elasticsearch,ImpressTV/elasticsearch,sc0ttkclark/elasticsearch,kenshin233/elasticsearch,cnfire/elasticsearch-1,maddin2016/elasticsearch,hirdesh2008/elasticsearch,YosuaMichael/elasticsearch,Chhunlong/elasticsearch,Widen/elasticsearch,nellicus/elasticsearch,loconsolutions/elasticsearch,peschlowp/elasticsearch,humandb/elasticsearch,wenpos/elasticsearch,F0lha/elasticsearch,gfyoung/elasticsearch,humandb/elasticsearch,kcompher/elasticsearch,likaiwalkman/elasticsearch,marcuswr/elasticsearch-dateline,ajhalani/elasticsearch,Rygbee/elasticsearch,coding0011/elasticsearch,trangvh/elasticsearch,pablocastro/elasticsearch,mnylen/elasticsearch,fooljohnny/elasticsearch,mjason3/elasticsearch,xpandan/elasticsearch,kingaj/elasticsearch,pranavraman/elasticsearch,djschny/elasticsearch,mm0/elasticsearch,lzo/elasticsearch-1,vietlq/elasticsearch,likaiwalkman/elasticsearch,tkssharma/elasticsearch,vingupta3/elasticsearch,kingaj/elasticsearch,apepper/elasticsearch,slavau/elasticsearch,F0lha/elasticsearch,martinstuga/elasticsearch,salyh/elasticsearch,sauravmondallive/elasticsearch,dataduke/elasticsearch,Shekharrajak/elasticsearch,myelin/elasticsearch,kingaj/elasticsearch,ouyangkongtong/elasticsearch,MjAbuz/elasticsearch,abhijitiitr/es,hafkensite/elasticsearch,bestwpw/elasticsearch,Kakakakakku/elasticsearch,mortonsykes/elasticsearch,ouyangkongtong/elasticsearch,avikurapati/elasticsearch,jsgao0/elasticsearch,lmtwga/elasticsearch,liweinan0423/elasticsearch,abibell/elasticsearch,javachengwc/elasticsearch,gingerwizard/elasticsearch,hechunwen/elasticsearch,pritishppai/elasticsearch,bawse/elasticsearch,camilojd/elasticsearch,AshishThakur/elasticsearch,kkirsche/elasticsearch,Uiho/elasticsearch,MjAbuz/elasticsearch,fred84/elasticsearch,snikch/elasticsearch,djschny/elasticsearch,polyfractal/elasticsearch,vvcephei/elasticsearch,lmtwga/elasticsearch,vrkansagara/elasticsearch,xpandan/elasticsearch,s1monw/elasticsearch,kevinkluge/elasticsearch,Chhunlong/elasticsearch,yynil/elasticsearch,amit-shar/elasticsearch,tahaemin/elasticsearch,rento19962/elasticsearch,martinstuga/elasticsearch,sneivandt/elasticsearch,andrejserafim/elasticsearch,brandonkearby/elasticsearch,Rygbee/elasticsearch,loconsolutions/elasticsearch,fekaputra/elasticsearch,lmtwga/elasticsearch,beiske/elasticsearch,Stacey-Gammon/elasticsearch,davidvgalbraith/elasticsearch,KimTaehee/elasticsearch,zeroctu/elasticsearch,masaruh/elasticsearch,lightslife/elasticsearch,nazarewk/elasticsearch,iacdingping/elasticsearch,huanzhong/elasticsearch,vietlq/elasticsearch,heng4fun/elasticsearch,pritishppai/elasticsearch,wittyameta/elasticsearch,sscarduzio/elasticsearch,alexbrasetvik/elasticsearch,fred84/elasticsearch,wayeast/elasticsearch,MjAbuz/elasticsearch,artnowo/elasticsearch,karthikjaps/elasticsearch,xingguang2013/elasticsearch,Liziyao/elasticsearch,EasonYi/elasticsearch,opendatasoft/elasticsearch,golubev/elasticsearch,raishiv/elasticsearch,Flipkart/elasticsearch,hechunwen/elasticsearch,LewayneNaidoo/elasticsearch,kaneshin/elasticsearch,fekaputra/elasticsearch,areek/elasticsearch,rmuir/elasticsearch,janmejay/elasticsearch,obourgain/elasticsearch,nknize/elasticsearch,franklanganke/elasticsearch,aglne/elasticsearch,gmarz/elasticsearch,rmuir/elasticsearch,shreejay/elasticsearch,lzo/elasticsearch-1,brandonkearby/elasticsearch,lydonchandra/elasticsearch,peschlowp/elasticsearch,strapdata/elassandra,Liziyao/elasticsearch,i-am-Nathan/elasticsearch,YosuaMichael/elasticsearch,mm0/elasticsearch,anti-social/elasticsearch,fernandozhu/elasticsearch,mbrukman/elasticsearch,andrejserafim/elasticsearch,jbertouch/elasticsearch,Siddartha07/elasticsearch,dylan8902/elasticsearch,kubum/elasticsearch,MisterAndersen/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,henakamaMSFT/elasticsearch,strapdata/elassandra-test,yuy168/elasticsearch,scorpionvicky/elasticsearch,ajhalani/elasticsearch,ydsakyclguozi/elasticsearch,awislowski/elasticsearch,salyh/elasticsearch,kalimatas/elasticsearch,schonfeld/elasticsearch,coding0011/elasticsearch,amit-shar/elasticsearch,JervyShi/elasticsearch,bawse/elasticsearch,jimczi/elasticsearch,C-Bish/elasticsearch,cnfire/elasticsearch-1,mnylen/elasticsearch,dantuffery/elasticsearch,ZTE-PaaS/elasticsearch,diendt/elasticsearch,mjhennig/elasticsearch,camilojd/elasticsearch,ThiagoGarciaAlves/elasticsearch,zkidkid/elasticsearch,ydsakyclguozi/elasticsearch,phani546/elasticsearch,mgalushka/elasticsearch,wenpos/elasticsearch,milodky/elasticsearch,zeroctu/elasticsearch,geidies/elasticsearch,wimvds/elasticsearch,mnylen/elasticsearch,mjhennig/elasticsearch,henakamaMSFT/elasticsearch,sdauletau/elasticsearch,tahaemin/elasticsearch,heng4fun/elasticsearch,nezirus/elasticsearch,awislowski/elasticsearch,ThiagoGarciaAlves/elasticsearch,mbrukman/elasticsearch,lks21c/elasticsearch,vrkansagara/elasticsearch,ThalaivaStars/OrgRepo1,petmit/elasticsearch,jimczi/elasticsearch,jango2015/elasticsearch,ImpressTV/elasticsearch,yuy168/elasticsearch,achow/elasticsearch,micpalmia/elasticsearch,StefanGor/elasticsearch,mjason3/elasticsearch,kalimatas/elasticsearch,aglne/elasticsearch,alexbrasetvik/elasticsearch,dylan8902/elasticsearch,ckclark/elasticsearch,sarwarbhuiyan/elasticsearch,MaineC/elasticsearch,Shepard1212/elasticsearch,SergVro/elasticsearch,martinstuga/elasticsearch,cnfire/elasticsearch-1,MaineC/elasticsearch,JSCooke/elasticsearch,yynil/elasticsearch,yanjunh/elasticsearch,kalburgimanjunath/elasticsearch,brandonkearby/elasticsearch,uschindler/elasticsearch,jsgao0/elasticsearch,vingupta3/elasticsearch,F0lha/elasticsearch,kevinkluge/elasticsearch,Stacey-Gammon/elasticsearch,kimimj/elasticsearch,tcucchietti/elasticsearch,iamjakob/elasticsearch,glefloch/elasticsearch,naveenhooda2000/elasticsearch,elancom/elasticsearch,dantuffery/elasticsearch,Ansh90/elasticsearch,sjohnr/elasticsearch,coding0011/elasticsearch,dpursehouse/elasticsearch,yuy168/elasticsearch,davidvgalbraith/elasticsearch,adrianbk/elasticsearch,Shekharrajak/elasticsearch,kimimj/elasticsearch,cwurm/elasticsearch,YosuaMichael/elasticsearch,khiraiwa/elasticsearch,Helen-Zhao/elasticsearch,Fsero/elasticsearch,fekaputra/elasticsearch,Charlesdong/elasticsearch,polyfractal/elasticsearch,awislowski/elasticsearch,ThiagoGarciaAlves/elasticsearch,sarwarbhuiyan/elasticsearch,luiseduardohdbackup/elasticsearch,lzo/elasticsearch-1,jaynblue/elasticsearch,brandonkearby/elasticsearch,brwe/elasticsearch,djschny/elasticsearch,sauravmondallive/elasticsearch,karthikjaps/elasticsearch,nomoa/elasticsearch,raishiv/elasticsearch,caengcjd/elasticsearch,alexshadow007/elasticsearch,iantruslove/elasticsearch,marcuswr/elasticsearch-dateline,glefloch/elasticsearch,jprante/elasticsearch,zhiqinghuang/elasticsearch,chirilo/elasticsearch,fooljohnny/elasticsearch,kcompher/elasticsearch,MetSystem/elasticsearch,PhaedrusTheGreek/elasticsearch,tsohil/elasticsearch,dongjoon-hyun/elasticsearch,JervyShi/elasticsearch,andrestc/elasticsearch,Widen/elasticsearch,Asimov4/elasticsearch,knight1128/elasticsearch,nomoa/elasticsearch,springning/elasticsearch,tebriel/elasticsearch,dataduke/elasticsearch,mortonsykes/elasticsearch,strapdata/elassandra-test,strapdata/elassandra-test,markwalkom/elasticsearch,myelin/elasticsearch,artnowo/elasticsearch,camilojd/elasticsearch,spiegela/elasticsearch,bawse/elasticsearch,mcku/elasticsearch,episerver/elasticsearch,sauravmondallive/elasticsearch,gingerwizard/elasticsearch,sarwarbhuiyan/elasticsearch,vietlq/elasticsearch,pranavraman/elasticsearch,KimTaehee/elasticsearch,easonC/elasticsearch,sauravmondallive/elasticsearch,ulkas/elasticsearch,jeteve/elasticsearch,GlenRSmith/elasticsearch,zhiqinghuang/elasticsearch,franklanganke/elasticsearch,girirajsharma/elasticsearch,anti-social/elasticsearch,loconsolutions/elasticsearch,elasticdog/elasticsearch,loconsolutions/elasticsearch,phani546/elasticsearch,weipinghe/elasticsearch,acchen97/elasticsearch,dpursehouse/elasticsearch,salyh/elasticsearch,markwalkom/elasticsearch,golubev/elasticsearch,dataduke/elasticsearch,jaynblue/elasticsearch,TonyChai24/ESSource,spiegela/elasticsearch,kevinkluge/elasticsearch,ulkas/elasticsearch,Stacey-Gammon/elasticsearch,hafkensite/elasticsearch,spiegela/elasticsearch,artnowo/elasticsearch,rajanm/elasticsearch,abibell/elasticsearch,iamjakob/elasticsearch,jbertouch/elasticsearch,amaliujia/elasticsearch,andrejserafim/elasticsearch,hechunwen/elasticsearch,kkirsche/elasticsearch,fforbeck/elasticsearch,MjAbuz/elasticsearch,trangvh/elasticsearch,kalburgimanjunath/elasticsearch,sc0ttkclark/elasticsearch,mnylen/elasticsearch,mgalushka/elasticsearch,acchen97/elasticsearch,nezirus/elasticsearch,alexkuk/elasticsearch,beiske/elasticsearch,ZTE-PaaS/elasticsearch,luiseduardohdbackup/elasticsearch,btiernay/elasticsearch,dantuffery/elasticsearch,KimTaehee/elasticsearch,markllama/elasticsearch,rmuir/elasticsearch,kalburgimanjunath/elasticsearch,alexshadow007/elasticsearch,khiraiwa/elasticsearch,wayeast/elasticsearch,nknize/elasticsearch,Kakakakakku/elasticsearch,palecur/elasticsearch,sarwarbhuiyan/elasticsearch,jchampion/elasticsearch,hafkensite/elasticsearch,girirajsharma/elasticsearch,MichaelLiZhou/elasticsearch,AndreKR/elasticsearch,caengcjd/elasticsearch,myelin/elasticsearch,koxa29/elasticsearch,spiegela/elasticsearch,Chhunlong/elasticsearch,hechunwen/elasticsearch,mbrukman/elasticsearch,wayeast/elasticsearch,mgalushka/elasticsearch,onegambler/elasticsearch,fooljohnny/elasticsearch,abibell/elasticsearch,gfyoung/elasticsearch,elancom/elasticsearch,ajhalani/elasticsearch,Liziyao/elasticsearch,masaruh/elasticsearch,wangyuxue/elasticsearch,vrkansagara/elasticsearch,VukDukic/elasticsearch,GlenRSmith/elasticsearch,apepper/elasticsearch,diendt/elasticsearch,KimTaehee/elasticsearch,rhoml/elasticsearch,himanshuag/elasticsearch,rento19962/elasticsearch,sc0ttkclark/elasticsearch,obourgain/elasticsearch,zhaocloud/elasticsearch,pranavraman/elasticsearch,easonC/elasticsearch,szroland/elasticsearch,micpalmia/elasticsearch,hanswang/elasticsearch,hydro2k/elasticsearch,skearns64/elasticsearch,AleksKochev/elasticsearch,JervyShi/elasticsearch,AshishThakur/elasticsearch,AshishThakur/elasticsearch,ESamir/elasticsearch,scorpionvicky/elasticsearch,lightslife/elasticsearch,zeroctu/elasticsearch,nellicus/elasticsearch,robin13/elasticsearch,AshishThakur/elasticsearch,bestwpw/elasticsearch,YosuaMichael/elasticsearch,rajanm/elasticsearch,iacdingping/elasticsearch,alexshadow007/elasticsearch,gingerwizard/elasticsearch,jimhooker2002/elasticsearch,Brijeshrpatel9/elasticsearch,sscarduzio/elasticsearch,Fsero/elasticsearch,MetSystem/elasticsearch,yynil/elasticsearch,tebriel/elasticsearch,nellicus/elasticsearch,HarishAtGitHub/elasticsearch,jw0201/elastic,henakamaMSFT/elasticsearch,hirdesh2008/elasticsearch,mkis-/elasticsearch,ckclark/elasticsearch,wimvds/elasticsearch,wenpos/elasticsearch,drewr/elasticsearch,wangtuo/elasticsearch,jchampion/elasticsearch,obourgain/elasticsearch,lzo/elasticsearch-1,gingerwizard/elasticsearch,hanswang/elasticsearch,knight1128/elasticsearch,rajanm/elasticsearch,lydonchandra/elasticsearch,strapdata/elassandra5-rc,qwerty4030/elasticsearch,tahaemin/elasticsearch,jpountz/elasticsearch,kubum/elasticsearch,markllama/elasticsearch,szroland/elasticsearch,vietlq/elasticsearch,himanshuag/elasticsearch,winstonewert/elasticsearch,rlugojr/elasticsearch,sreeramjayan/elasticsearch,amaliujia/elasticsearch,hafkensite/elasticsearch,pritishppai/elasticsearch,luiseduardohdbackup/elasticsearch,lks21c/elasticsearch,LeoYao/elasticsearch,mm0/elasticsearch,winstonewert/elasticsearch,ZTE-PaaS/elasticsearch,wenpos/elasticsearch,drewr/elasticsearch,milodky/elasticsearch,iacdingping/elasticsearch,MichaelLiZhou/elasticsearch,mute/elasticsearch,kalburgimanjunath/elasticsearch,AndreKR/elasticsearch,markwalkom/elasticsearch,dantuffery/elasticsearch,rento19962/elasticsearch,easonC/elasticsearch,pablocastro/elasticsearch,sposam/elasticsearch,obourgain/elasticsearch,infusionsoft/elasticsearch,anti-social/elasticsearch,wittyameta/elasticsearch,zeroctu/elasticsearch,zhaocloud/elasticsearch,hafkensite/elasticsearch,milodky/elasticsearch,anti-social/elasticsearch,a2lin/elasticsearch,wimvds/elasticsearch,jimhooker2002/elasticsearch,vvcephei/elasticsearch,mikemccand/elasticsearch,robin13/elasticsearch,markharwood/elasticsearch,mute/elasticsearch,kimimj/elasticsearch,kalburgimanjunath/elasticsearch,YosuaMichael/elasticsearch,Rygbee/elasticsearch,kaneshin/elasticsearch,strapdata/elassandra,masaruh/elasticsearch,micpalmia/elasticsearch,PhaedrusTheGreek/elasticsearch,yongminxia/elasticsearch,HarishAtGitHub/elasticsearch,mgalushka/elasticsearch,dongjoon-hyun/elasticsearch,ricardocerq/elasticsearch,zhaocloud/elasticsearch,hafkensite/elasticsearch,alexshadow007/elasticsearch,Rygbee/elasticsearch,mbrukman/elasticsearch,mgalushka/elasticsearch,knight1128/elasticsearch,nazarewk/elasticsearch,andrejserafim/elasticsearch,jaynblue/elasticsearch,nilabhsagar/elasticsearch,rhoml/elasticsearch,dylan8902/elasticsearch,mortonsykes/elasticsearch,sc0ttkclark/elasticsearch,kevinkluge/elasticsearch,Microsoft/elasticsearch,njlawton/elasticsearch,mohit/elasticsearch,ckclark/elasticsearch,jw0201/elastic,diendt/elasticsearch,JSCooke/elasticsearch,zhaocloud/elasticsearch,Clairebi/ElasticsearchClone,iantruslove/elasticsearch,Charlesdong/elasticsearch,SergVro/elasticsearch,hirdesh2008/elasticsearch,MetSystem/elasticsearch,sjohnr/elasticsearch,bestwpw/elasticsearch,yuy168/elasticsearch,nazarewk/elasticsearch,Stacey-Gammon/elasticsearch,Siddartha07/elasticsearch,queirozfcom/elasticsearch,mikemccand/elasticsearch,Asimov4/elasticsearch,smflorentino/elasticsearch,mmaracic/elasticsearch,Brijeshrpatel9/elasticsearch,henakamaMSFT/elasticsearch,myelin/elasticsearch,petabytedata/elasticsearch,JSCooke/elasticsearch,heng4fun/elasticsearch,jw0201/elastic,pozhidaevak/elasticsearch,Brijeshrpatel9/elasticsearch,mm0/elasticsearch,MjAbuz/elasticsearch,EasonYi/elasticsearch,petmit/elasticsearch,Flipkart/elasticsearch,hanst/elasticsearch,lightslife/elasticsearch,mjason3/elasticsearch,kaneshin/elasticsearch,scottsom/elasticsearch,Widen/elasticsearch,HarishAtGitHub/elasticsearch,dantuffery/elasticsearch,lzo/elasticsearch-1,boliza/elasticsearch,MichaelLiZhou/elasticsearch,smflorentino/elasticsearch,nrkkalyan/elasticsearch,jchampion/elasticsearch,pranavraman/elasticsearch,F0lha/elasticsearch,Clairebi/ElasticsearchClone,mbrukman/elasticsearch,rajanm/elasticsearch,golubev/elasticsearch,rlugojr/elasticsearch,sjohnr/elasticsearch,hanswang/elasticsearch,Helen-Zhao/elasticsearch,avikurapati/elasticsearch,socialrank/elasticsearch,LewayneNaidoo/elasticsearch,cnfire/elasticsearch-1,btiernay/elasticsearch,sposam/elasticsearch,rhoml/elasticsearch,mm0/elasticsearch,pritishppai/elasticsearch,koxa29/elasticsearch,JackyMai/elasticsearch,diendt/elasticsearch,EasonYi/elasticsearch,wangtuo/elasticsearch,likaiwalkman/elasticsearch,VukDukic/elasticsearch,kalburgimanjunath/elasticsearch,Collaborne/elasticsearch,scorpionvicky/elasticsearch,rmuir/elasticsearch,PhaedrusTheGreek/elasticsearch,ThiagoGarciaAlves/elasticsearch,nknize/elasticsearch,areek/elasticsearch,tsohil/elasticsearch,i-am-Nathan/elasticsearch,Liziyao/elasticsearch,Ansh90/elasticsearch,wenpos/elasticsearch,karthikjaps/elasticsearch,acchen97/elasticsearch,MetSystem/elasticsearch,AleksKochev/elasticsearch,mrorii/elasticsearch,iantruslove/elasticsearch,dpursehouse/elasticsearch,combinatorist/elasticsearch,mapr/elasticsearch,markharwood/elasticsearch,huanzhong/elasticsearch,Brijeshrpatel9/elasticsearch,njlawton/elasticsearch,tebriel/elasticsearch,jimczi/elasticsearch,s1monw/elasticsearch,codebunt/elasticsearch,lchennup/elasticsearch,huypx1292/elasticsearch,jbertouch/elasticsearch,hydro2k/elasticsearch,ckclark/elasticsearch,LeoYao/elasticsearch,mnylen/elasticsearch,wayeast/elasticsearch,vroyer/elasticassandra,spiegela/elasticsearch,fernandozhu/elasticsearch,himanshuag/elasticsearch,truemped/elasticsearch,alexbrasetvik/elasticsearch,andrestc/elasticsearch,kingaj/elasticsearch,petabytedata/elasticsearch,nrkkalyan/elasticsearch,C-Bish/elasticsearch,Kakakakakku/elasticsearch,sarwarbhuiyan/elasticsearch,szroland/elasticsearch,strapdata/elassandra,Helen-Zhao/elasticsearch,Chhunlong/elasticsearch,nellicus/elasticsearch,linglaiyao1314/elasticsearch,HarishAtGitHub/elasticsearch,umeshdangat/elasticsearch,18098924759/elasticsearch,rajanm/elasticsearch,jeteve/elasticsearch,sc0ttkclark/elasticsearch,ImpressTV/elasticsearch,NBSW/elasticsearch,gfyoung/elasticsearch,JackyMai/elasticsearch,liweinan0423/elasticsearch,Charlesdong/elasticsearch,mapr/elasticsearch,cwurm/elasticsearch,tahaemin/elasticsearch,brwe/elasticsearch,heng4fun/elasticsearch,humandb/elasticsearch,geidies/elasticsearch,iacdingping/elasticsearch,mjason3/elasticsearch,jprante/elasticsearch,alexbrasetvik/elasticsearch,nilabhsagar/elasticsearch,queirozfcom/elasticsearch,ivansun1010/elasticsearch,mkis-/elasticsearch,truemped/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,kcompher/elasticsearch,MjAbuz/elasticsearch,djschny/elasticsearch,springning/elasticsearch,nezirus/elasticsearch,ulkas/elasticsearch,brwe/elasticsearch,wbowling/elasticsearch,yongminxia/elasticsearch,lmtwga/elasticsearch,GlenRSmith/elasticsearch,kaneshin/elasticsearch,lightslife/elasticsearch,mmaracic/elasticsearch,hirdesh2008/elasticsearch,aglne/elasticsearch,scottsom/elasticsearch,javachengwc/elasticsearch,kenshin233/elasticsearch,acchen97/elasticsearch,chrismwendt/elasticsearch,anti-social/elasticsearch,cnfire/elasticsearch-1,Charlesdong/elasticsearch,franklanganke/elasticsearch,nrkkalyan/elasticsearch,F0lha/elasticsearch,gmarz/elasticsearch,yynil/elasticsearch,Collaborne/elasticsearch,Ansh90/elasticsearch,karthikjaps/elasticsearch,yuy168/elasticsearch,cwurm/elasticsearch,Helen-Zhao/elasticsearch,wittyameta/elasticsearch,zkidkid/elasticsearch,linglaiyao1314/elasticsearch,socialrank/elasticsearch,sneivandt/elasticsearch,Ansh90/elasticsearch,mgalushka/elasticsearch,drewr/elasticsearch,koxa29/elasticsearch,btiernay/elasticsearch,kunallimaye/elasticsearch,HarishAtGitHub/elasticsearch,franklanganke/elasticsearch,davidvgalbraith/elasticsearch,EasonYi/elasticsearch,linglaiyao1314/elasticsearch,amit-shar/elasticsearch,mrorii/elasticsearch,zkidkid/elasticsearch,Uiho/elasticsearch,amit-shar/elasticsearch,a2lin/elasticsearch,ESamir/elasticsearch,mkis-/elasticsearch,jw0201/elastic,mute/elasticsearch,alexkuk/elasticsearch,chirilo/elasticsearch,ThalaivaStars/OrgRepo1,Liziyao/elasticsearch,Fsero/elasticsearch,drewr/elasticsearch,Liziyao/elasticsearch,mbrukman/elasticsearch,qwerty4030/elasticsearch,strapdata/elassandra,Stacey-Gammon/elasticsearch,aglne/elasticsearch,Ansh90/elasticsearch,hechunwen/elasticsearch,socialrank/elasticsearch,scottsom/elasticsearch,Charlesdong/elasticsearch,nellicus/elasticsearch,jango2015/elasticsearch,jsgao0/elasticsearch,SergVro/elasticsearch,vroyer/elassandra,nrkkalyan/elasticsearch,ZTE-PaaS/elasticsearch,pritishppai/elasticsearch,iacdingping/elasticsearch,kcompher/elasticsearch,iamjakob/elasticsearch,VukDukic/elasticsearch,mmaracic/elasticsearch,NBSW/elasticsearch,slavau/elasticsearch,Helen-Zhao/elasticsearch,tkssharma/elasticsearch,mnylen/elasticsearch,abhijitiitr/es,rlugojr/elasticsearch,btiernay/elasticsearch,caengcjd/elasticsearch,ckclark/elasticsearch,nezirus/elasticsearch,chirilo/elasticsearch,combinatorist/elasticsearch,pablocastro/elasticsearch,kkirsche/elasticsearch,apepper/elasticsearch,beiske/elasticsearch,robin13/elasticsearch,davidvgalbraith/elasticsearch,clintongormley/elasticsearch,a2lin/elasticsearch,smflorentino/elasticsearch,adrianbk/elasticsearch,LeoYao/elasticsearch,Ansh90/elasticsearch,kunallimaye/elasticsearch,Shekharrajak/elasticsearch,wimvds/elasticsearch,beiske/elasticsearch,lydonchandra/elasticsearch,alexshadow007/elasticsearch,trangvh/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,MetSystem/elasticsearch,pozhidaevak/elasticsearch,bawse/elasticsearch,hirdesh2008/elasticsearch,infusionsoft/elasticsearch,humandb/elasticsearch,thecocce/elasticsearch,micpalmia/elasticsearch,infusionsoft/elasticsearch,girirajsharma/elasticsearch,markwalkom/elasticsearch,queirozfcom/elasticsearch,tahaemin/elasticsearch,palecur/elasticsearch,mortonsykes/elasticsearch,polyfractal/elasticsearch,lchennup/elasticsearch,strapdata/elassandra5-rc,yongminxia/elasticsearch,Fsero/elasticsearch,elancom/elasticsearch,rento19962/elasticsearch,NBSW/elasticsearch,fred84/elasticsearch,markllama/elasticsearch,huypx1292/elasticsearch,areek/elasticsearch,liweinan0423/elasticsearch,robin13/elasticsearch,xpandan/elasticsearch,SergVro/elasticsearch,Widen/elasticsearch,easonC/elasticsearch,pritishppai/elasticsearch,Asimov4/elasticsearch,ivansun1010/elasticsearch,vingupta3/elasticsearch,AleksKochev/elasticsearch,cnfire/elasticsearch-1,vrkansagara/elasticsearch,mcku/elasticsearch,beiske/elasticsearch,vroyer/elassandra,Clairebi/ElasticsearchClone,yanjunh/elasticsearch,Siddartha07/elasticsearch,overcome/elasticsearch,queirozfcom/elasticsearch,khiraiwa/elasticsearch,szroland/elasticsearch,markwalkom/elasticsearch,vietlq/elasticsearch,Uiho/elasticsearch,codebunt/elasticsearch,avikurapati/elasticsearch,amaliujia/elasticsearch,slavau/elasticsearch,umeshdangat/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo
8b6a040227db507980d5968d2067b12c583f20e3
src/docs/asciidoc/index.adoc
src/docs/asciidoc/index.adoc
= JoinFaces Documentation Marcelo Fernandes <[email protected]>; Lars Grefer <[email protected]> :toc: left == Using JoinFaces === System Requirements === Maven Integration === Gradle Integration
= JoinFaces Documentation Marcelo Fernandes <[email protected]>; Lars Grefer <[email protected]> :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-example[maven-jar-example] |https://github.com/joinfaces/joinfaces-maven-war-example[maven-war-example] |https://gradle.org/[Gradle] |https://github.com/joinfaces/joinfaces-gradle-jar-example[gradle-jar-example] |https://github.com/joinfaces/joinfaces-gradle-war-example[gradle-war-example] |=== === System Requirements .System Requirements |=== |Joinfaces |Java |Spring Boot |JSF |3.3 |1.8 to 11 |2.1 |2.0 to 2.3 |3.0 to 3.2 |1.8 |2.0 |2.0 to 2.3 |2.x |1.6 to 1.8 |1.x |2.0 to 2.2 |=== This are the combinations we have tested and expect to work, but depending on the features you are using, other combinations might work, too. === Maven Integration === Gradle Integration == Features
Add Example projects and compatibility matrix
Add Example projects and compatibility matrix
AsciiDoc
apache-2.0
larsgrefer/joinfaces,joinfaces/joinfaces,joinfaces/joinfaces,larsgrefer/joinfaces
96a7bcc485acd18bd89af98ec04c2a25a477af42
workshop/src/asciidoc/installation.adoc
workshop/src/asciidoc/installation.adoc
= 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. = Troubleshooting during installation *Windows Home Edition* If you run Windows Home Edition and/or get a message about Hyper-V being disabled, you have to install https://www.docker.com/products/docker-toolbox[Docker Toolbox] instead because your version of Windows does not support the "Docker for Windows"-product. *Hardware Virtualization disabled* If you encounter the message "VT-x/AMD-v has to be enabled", please enable "Intel Virtualization" in the BIOS of your system. This is required for running virtual machines. Detailed instructions can be found http://www.howtogeek.com/213795/how-to-enable-intel-vt-x-in-your-computers-bios-or-uefi-firmware/[here] under "Access the BIOS or UEFI Firmware".
= 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. [NOTE] *Windows Home Edition* + If you run Windows Home Edition and/or get a message about Hyper-V being disabled, you have to install https://www.docker.com/products/docker-toolbox[Docker Toolbox] instead because your version of Windows does not support the "Docker for Windows"-product. + *Hardware Virtualization disabled* + If you encounter the message "VT-x/AMD-v has to be enabled", please enable "Intel Virtualization" in the BIOS of your system. This is required for running virtual machines. Detailed instructions can be found http://www.howtogeek.com/213795/how-to-enable-intel-vt-x-in-your-computers-bios-or-uefi-firmware/[here] under "Access the BIOS or UEFI Firmware".
Make windows caveats a note
Make windows caveats a note
AsciiDoc
apache-2.0
bolcom/docker-for-testers,bolcom/docker-for-testers,bolcom/docker-for-testers
3815f5297d3df610705589d402a2fdbf2ca9f5bc
opennms-doc/guide-install/src/asciidoc/text/monitor-location-minion/rhel/step-2-install-minion.adoc
opennms-doc/guide-install/src/asciidoc/text/monitor-location-minion/rhel/step-2-install-minion.adoc
==== 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-GPG-KEY ---- .Install the Minion package [source, bash] ---- yum -y install opennms-minion ---- The following packages will be automatically installed: * _opennms-minion_: The Minion meta package * _opennms-minion-container_: The _Karaf_ OSGi container with _Minion_ branding and additional management extensions * _opennms-minion-features-core_: Core utilities and services required by the _Minion_ features * _opennms-minion-features-default_: Service-specific features With the successful installed packages the _Minion_ is installed in the following directory structure: [source, shell] ---- [root@localhost /opt/minion]# $ tree -L 1 . β”œβ”€β”€ bin β”œβ”€β”€ deploy β”œβ”€β”€ etc β”œβ”€β”€ lib β”œβ”€β”€ repositories └── system ---- The Minion's startup configuration can be changed by editing the `/etc/sysconfig/minion` file. It allows to override the defaults used at startup including: * Location of the JDK * Memory usage * User to run as
==== 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/OPENNMS-GPG-KEY ---- .Install the Minion package [source, bash] ---- yum -y install opennms-minion ---- The following packages will be automatically installed: * _opennms-minion_: The Minion meta package * _opennms-minion-container_: The _Karaf_ OSGi container with _Minion_ branding and additional management extensions * _opennms-minion-features-core_: Core utilities and services required by the _Minion_ features * _opennms-minion-features-default_: Service-specific features With the successful installed packages the _Minion_ is installed in the following directory structure: [source, shell] ---- [root@localhost /opt/minion]# $ tree -L 1 . β”œβ”€β”€ bin β”œβ”€β”€ deploy β”œβ”€β”€ etc β”œβ”€β”€ lib β”œβ”€β”€ repositories └── system ---- The Minion's startup configuration can be changed by editing the `/etc/sysconfig/minion` file. It allows to override the defaults used at startup including: * Location of the JDK * Memory usage * User to run as
Fix missing yum install when installing the repo
Fix missing yum install when installing the repo
AsciiDoc
agpl-3.0
aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms
6163de841cd2d2441b0e80f136b72b09090a0b8b
docs/index.asciidoc
docs/index.asciidoc
= Beats Platform include::./overview.asciidoc[] include::./gettingstarted.asciidoc[] include::./configuration.asciidoc[] include::./https.asciidoc[] include::./newbeat.asciidoc[]
= Beats Platform Reference include::./overview.asciidoc[] include::./gettingstarted.asciidoc[] include::./configuration.asciidoc[] include::./https.asciidoc[] include::./newbeat.asciidoc[]
Use Beats Platform Reference as title
Use Beats Platform Reference as title
AsciiDoc
mit
yapdns/yapdnsbeat,yapdns/yapdnsbeat