commit
stringlengths
40
40
old_file
stringlengths
4
264
new_file
stringlengths
4
264
old_contents
stringlengths
0
4.24k
new_contents
stringlengths
1
5.44k
subject
stringlengths
14
778
message
stringlengths
15
9.92k
lang
stringclasses
277 values
license
stringclasses
13 values
repos
stringlengths
5
127k
4a2d56157a40d1a150cf84a5c61a02bf94a2748f
docs/plugins/security.asciidoc
docs/plugins/security.asciidoc
[[security]] == Security Plugins Security plugins add a security layer to Elasticsearch. [float] === Core security plugins The core security plugins are: link:/products/shield[Shield]:: Shield is the Elastic product that makes it easy for anyone to add enterprise-grade security to their ELK stack. Designed to address the growing security needs of thousands of enterprises using ELK today, Shield provides peace of mind when it comes to protecting your data. [float] === Community contributed security plugins The following plugin has been contributed by our community: * https://github.com/sscarduzio/elasticsearch-readonlyrest-plugin[Readonly REST]: High performance access control for Elasticsearch native REST API (by Simone Scarduzio) This community plugin appears to have been abandoned: * https://github.com/sonian/elasticsearch-jetty[Jetty HTTP transport plugin]: Uses Jetty to provide SSL connections, basic authentication, and request logging (by Sonian Inc.)
[[security]] == Security Plugins Security plugins add a security layer to Elasticsearch. [float] === Core security plugins The core security plugins are: link:/products/shield[Shield]:: Shield is the Elastic product that makes it easy for anyone to add enterprise-grade security to their ELK stack. Designed to address the growing security needs of thousands of enterprises using ELK today, Shield provides peace of mind when it comes to protecting your data. [float] === Community contributed security plugins The following plugins have been contributed by our community: * https://github.com/codecentric/elasticsearch-shield-kerberos-realm[Kerberos/SPNEGO Realm]: Custom Shield realm to Authenticate HTTP and Transport requests via Kerberos/SPNEGO (by codecentric AG) * https://github.com/sscarduzio/elasticsearch-readonlyrest-plugin[Readonly REST]: High performance access control for Elasticsearch native REST API (by Simone Scarduzio) This community plugin appears to have been abandoned: * https://github.com/sonian/elasticsearch-jetty[Jetty HTTP transport plugin]: Uses Jetty to provide SSL connections, basic authentication, and request logging (by Sonian Inc.)
Add Kerberos/SPNEGO Shield custom realm
Add Kerberos/SPNEGO Shield custom realm Closes #14282
AsciiDoc
apache-2.0
baishuo/elasticsearch_v2.1.0-baishuo,baishuo/elasticsearch_v2.1.0-baishuo,baishuo/elasticsearch_v2.1.0-baishuo,baishuo/elasticsearch_v2.1.0-baishuo,baishuo/elasticsearch_v2.1.0-baishuo,baishuo/elasticsearch_v2.1.0-baishuo,baishuo/elasticsearch_v2.1.0-baishuo
6ccce2182eab5c6ab6e55038aef4c7519704a6eb
docs/user-manual/modules/ROOT/pages/exchange-pattern.adoc
docs/user-manual/modules/ROOT/pages/exchange-pattern.adoc
[[ExchangePattern-ExchangePattern]] = Exchange Pattern There are many different _Message Exchange Patterns_ you can use in messaging. This concept is also demonstrated in WSDL and JBI's MEPs. From there xref:enterprise-integration-patterns.adoc[Enterprise Integration Patterns] the common examples are * Request Reply * Event Message (or one way) In Camel we have an http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/ExchangePattern.html[ExchangePattern] enumeration which can be configured on the *exchangePattern* property on the Message Exchange indicating if a message exchange is a one way Event Message (InOnly) or a Request Reply message exchange (InOut). For example to override the default pattern on a xref:components::jms-component.adoc[JMS] endpoint you could use this URI [source,java] --------------------------------- jms:MyQueue?exchangePattern=InOut ---------------------------------
[[ExchangePattern-ExchangePattern]] = Exchange Pattern There are many different _Message Exchange Patterns_ you can use in messaging. This concept is also demonstrated in WSDL and JBI's MEPs. From there xref:enterprise-integration-patterns.adoc[Enterprise Integration Patterns] the common examples are * Request Reply * Event Message (or one way) In Camel we have an `org.apache.camel.ExchangePattern` enumeration which can be configured on the *exchangePattern* property on the Message Exchange indicating if a message exchange is a one way Event Message (InOnly) or a Request Reply message exchange (InOut). For example to override the default pattern on a xref:components::jms-component.adoc[JMS] endpoint you could use this URI [source,java] --------------------------------- jms:MyQueue?exchangePattern=InOut ---------------------------------
Remove dead link to javadoc of ExchangePattern
Remove dead link to javadoc of ExchangePattern use the fully qualified name so that users can find the enumeration easily as the information is no more available from the link that is removed.
AsciiDoc
apache-2.0
mcollovati/camel,nikhilvibhav/camel,CodeSmell/camel,alvinkwekel/camel,adessaigne/camel,pmoerenhout/camel,adessaigne/camel,tadayosi/camel,tadayosi/camel,adessaigne/camel,cunningt/camel,pmoerenhout/camel,tadayosi/camel,tdiesler/camel,pmoerenhout/camel,zregvart/camel,DariusX/camel,DariusX/camel,tdiesler/camel,ullgren/camel,pax95/camel,gnodet/camel,mcollovati/camel,apache/camel,tdiesler/camel,mcollovati/camel,apache/camel,cunningt/camel,tadayosi/camel,pax95/camel,ullgren/camel,tadayosi/camel,apache/camel,zregvart/camel,alvinkwekel/camel,gnodet/camel,tdiesler/camel,christophd/camel,adessaigne/camel,pax95/camel,apache/camel,pmoerenhout/camel,apache/camel,cunningt/camel,pax95/camel,zregvart/camel,CodeSmell/camel,nicolaferraro/camel,nicolaferraro/camel,nicolaferraro/camel,alvinkwekel/camel,ullgren/camel,adessaigne/camel,cunningt/camel,tadayosi/camel,pax95/camel,nicolaferraro/camel,adessaigne/camel,cunningt/camel,nikhilvibhav/camel,mcollovati/camel,alvinkwekel/camel,christophd/camel,CodeSmell/camel,christophd/camel,apache/camel,christophd/camel,pmoerenhout/camel,cunningt/camel,nikhilvibhav/camel,DariusX/camel,christophd/camel,tdiesler/camel,nikhilvibhav/camel,gnodet/camel,CodeSmell/camel,gnodet/camel,pax95/camel,ullgren/camel,zregvart/camel,pmoerenhout/camel,DariusX/camel,christophd/camel,tdiesler/camel,gnodet/camel
85f7f9b2d184d8552f8e58dce96c32045d7066d9
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@acbe051abb686fb46f20b22a29b3d4330dd46de9
AsciiDoc
apache-2.0
gingerwizard/elasticsearch,GlenRSmith/elasticsearch,gingerwizard/elasticsearch,robin13/elasticsearch,robin13/elasticsearch,gfyoung/elasticsearch,gingerwizard/elasticsearch,nknize/elasticsearch,scorpionvicky/elasticsearch,uschindler/elasticsearch,coding0011/elasticsearch,HonzaKral/elasticsearch,gingerwizard/elasticsearch,robin13/elasticsearch,uschindler/elasticsearch,nknize/elasticsearch,GlenRSmith/elasticsearch,scorpionvicky/elasticsearch,uschindler/elasticsearch,gfyoung/elasticsearch,nknize/elasticsearch,coding0011/elasticsearch,gingerwizard/elasticsearch,scorpionvicky/elasticsearch,uschindler/elasticsearch,coding0011/elasticsearch,GlenRSmith/elasticsearch,scorpionvicky/elasticsearch,robin13/elasticsearch,nknize/elasticsearch,HonzaKral/elasticsearch,GlenRSmith/elasticsearch,gingerwizard/elasticsearch,HonzaKral/elasticsearch,nknize/elasticsearch,GlenRSmith/elasticsearch,coding0011/elasticsearch,gfyoung/elasticsearch,scorpionvicky/elasticsearch,HonzaKral/elasticsearch,robin13/elasticsearch,gingerwizard/elasticsearch,coding0011/elasticsearch,gfyoung/elasticsearch,uschindler/elasticsearch,gfyoung/elasticsearch
d297b25ce2d534a810bdbc3f2eca4673ec629265
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
strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc
f3da03d57b00315d9ba6ff4c8cead9a29dbd65d1
modules/efk-logging-uninstall-efk.adoc
modules/efk-logging-uninstall-efk.adoc
// Module included in the following assemblies: // // * logging/efk-logging-uninstall.adoc [id='efk-logging-uninstall-efk_{context}'] = Uninstalling EFK from {product-title} Use the following command to remove everything generated during the deployment.
// Module included in the following assemblies: // // * logging/efk-logging-uninstall.adoc [id='efk-logging-uninstall-efk_{context}'] = Uninstalling EFK from {product-title} Use the following command to remove everything generated during the deployment. ---- #oc delete clusterlogging $clusterlogging_names -n openshift-logging' ----
Add steps to delete EFK
Add steps to delete EFK
AsciiDoc
apache-2.0
vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs
08f839908361cea92e6e4169164e5bdc5d5926a3
docs/user-manual/en/release-notes/camel-2183-release.adoc
docs/user-manual/en/release-notes/camel-2183-release.adoc
[[Camel2.18.3Release-Camel2.18.3Release]] == Camel 2.18.3 Release ### New and Noteworthy Welcome to the 2.18.3 release which is mainly a maintenance release with 38 fixes resolved. For further details, see https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12339161&projectId=12311211[the list of JIRA issues]. ### Known Issues * See <<Camel2.18.0Release,Camel 2.18.0 Release>> ### Important changes to consider when upgrading * See <<Camel2.18.0Release,Camel 2.18.0 Release>> ### Getting the Binaries using Maven 2 To use this release in your maven project, the proper dependency configuration that you should use in your http://maven.apache.org/guides/introduction/introduction-to-the-pom.html[Maven POM] is: [source,java] ------------------------------------- <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-core</artifactId> <version>2.18.3</version> </dependency> ------------------------------------- ### Changelog For a more detailed view of new features and bug fixes, see the: * https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12339161&projectId=12311211[Release notes for 2.18.3]
[[Camel2.18.3Release-Camel2.18.3Release]] == Camel 2.18.3 Release ### New and Noteworthy Welcome to the 2.18.3 release which is mainly a maintenance release with 38 fixes resolved. For further details, see https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12339161&projectId=12311211[the list of JIRA issues]. ### Known Issues * See <<Camel2.18.0Release,Camel 2.18.0 Release>> ### Important changes to consider when upgrading * See <<Camel2.18.0Release,Camel 2.18.0 Release>> ### Getting the Binaries using Maven 2 To use this release in your maven project, the proper dependency configuration that you should use in your http://maven.apache.org/guides/introduction/introduction-to-the-pom.html[Maven POM] is: [source,java] ------------------------------------- <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-core</artifactId> <version>2.18.3</version> </dependency> ------------------------------------- ### Changelog For a more detailed view of new features and bug fixes, see the: https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12339161&projectId=12311211[Release notes for 2.18.3]
Fix typo in Camel 2.18.3 release notes
Fix typo in Camel 2.18.3 release notes
AsciiDoc
apache-2.0
tadayosi/camel,punkhorn/camel-upstream,CodeSmell/camel,pax95/camel,ullgren/camel,sverkera/camel,apache/camel,jamesnetherton/camel,DariusX/camel,cunningt/camel,sverkera/camel,apache/camel,davidkarlsen/camel,apache/camel,davidkarlsen/camel,nicolaferraro/camel,onders86/camel,punkhorn/camel-upstream,pmoerenhout/camel,pmoerenhout/camel,jamesnetherton/camel,apache/camel,davidkarlsen/camel,CodeSmell/camel,tdiesler/camel,pax95/camel,apache/camel,onders86/camel,objectiser/camel,pax95/camel,adessaigne/camel,gnodet/camel,tadayosi/camel,onders86/camel,sverkera/camel,Fabryprog/camel,onders86/camel,objectiser/camel,kevinearls/camel,nikhilvibhav/camel,pax95/camel,kevinearls/camel,anoordover/camel,adessaigne/camel,punkhorn/camel-upstream,zregvart/camel,christophd/camel,Fabryprog/camel,tdiesler/camel,mcollovati/camel,alvinkwekel/camel,objectiser/camel,tdiesler/camel,cunningt/camel,ullgren/camel,christophd/camel,jamesnetherton/camel,CodeSmell/camel,adessaigne/camel,adessaigne/camel,gnodet/camel,tadayosi/camel,tadayosi/camel,cunningt/camel,gnodet/camel,jamesnetherton/camel,pax95/camel,tdiesler/camel,pax95/camel,kevinearls/camel,zregvart/camel,cunningt/camel,adessaigne/camel,christophd/camel,kevinearls/camel,DariusX/camel,zregvart/camel,nicolaferraro/camel,mcollovati/camel,nikhilvibhav/camel,ullgren/camel,davidkarlsen/camel,pmoerenhout/camel,zregvart/camel,kevinearls/camel,cunningt/camel,christophd/camel,sverkera/camel,anoordover/camel,anoordover/camel,nicolaferraro/camel,jamesnetherton/camel,tadayosi/camel,kevinearls/camel,Fabryprog/camel,DariusX/camel,pmoerenhout/camel,nicolaferraro/camel,pmoerenhout/camel,nikhilvibhav/camel,ullgren/camel,sverkera/camel,alvinkwekel/camel,punkhorn/camel-upstream,Fabryprog/camel,onders86/camel,cunningt/camel,jamesnetherton/camel,alvinkwekel/camel,christophd/camel,gnodet/camel,anoordover/camel,adessaigne/camel,tdiesler/camel,objectiser/camel,tdiesler/camel,alvinkwekel/camel,pmoerenhout/camel,anoordover/camel,christophd/camel,tadayosi/camel,gnodet/camel,onders86/camel,apache/camel,anoordover/camel,nikhilvibhav/camel,CodeSmell/camel,sverkera/camel,DariusX/camel,mcollovati/camel,mcollovati/camel
06b7a81cf53a0be5a9eb7c0ff0f2b03a2e143e32
impl/src/docs/asciidoc/index.adoc
impl/src/docs/asciidoc/index.adoc
include::{generated}/overview.adoc[] include::manual_rest_doc.adoc[] include::{generated}/paths.adoc[]
:generated: ../../../target/generated-docs/asciidoc include::{generated}/overview.adoc[] include::manual_rest_doc.adoc[] include::{generated}/paths.adoc[]
Enable IDE rendering of generated Swagger documentation
Enable IDE rendering of generated Swagger documentation
AsciiDoc
mit
jugda/dukecon_server,jugda/dukecon_server,dukecon/dukecon_server,dukecon/dukecon_server,dukecon/dukecon_server,jugda/dukecon_server
83bd6acf107969a954334c1171a5e43bdd2da508
docs/reference/analysis/tokenfilters/delimited-payload-tokenfilter.asciidoc
docs/reference/analysis/tokenfilters/delimited-payload-tokenfilter.asciidoc
[[analysis-delimited-payload-tokenfilter]] === Delimited Payload Token Filter Named `delimited_payload_filter`. Splits tokens into tokens and payload whenever a delimiter character is found. Example: "the|1 quick|2 fox|3" is split per default int to tokens `fox`, `quick` and `the` with payloads `1`, `2` and `3` respectively. Parameters: `delimiter`:: Character used for splitting the tokens. Default is `|`. `encoding`:: The type of the payload. `int` for integer, `float` for float and `identity` for characters. Default is `float`.
[[analysis-delimited-payload-tokenfilter]] === Delimited Payload Token Filter Named `delimited_payload_filter`. Splits tokens into tokens and payload whenever a delimiter character is found. Example: "the|1 quick|2 fox|3" is split by default into tokens `the`, `quick`, and `fox` with payloads `1`, `2`, and `3` respectively. Parameters: `delimiter`:: Character used for splitting the tokens. Default is `|`. `encoding`:: The type of the payload. `int` for integer, `float` for float and `identity` for characters. Default is `float`.
Fix minor issues in delimited payload token filter docs
Fix minor issues in delimited payload token filter docs This commit backports commit b4fbe1e1b80dc47120de5111e31c12db5d514af2 from master to 2.x. Relates #15486
AsciiDoc
apache-2.0
strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test
e97fdb6a66be7a40cfb784132c37d769e7789040
opennms-doc/releasenotes/src/asciidoc/releasenotes/whatsnew-22.adoc
opennms-doc/releasenotes/src/asciidoc/releasenotes/whatsnew-22.adoc
[[releasenotes-22]] == What's New in OpenNMS Horizon 22 === System Requirements TODO === Important Upgrade Notes * All collectors using the JMXSecureCollector, MX4JCollector or JBossCollector must be migrated to use the JMXCollector instead. * All monitors using the JBossMonitor or JMXSecureMonitor must be migrated to use the JMXMonitor instead. * All detectors using the JBossDetector or MX4JDetector must be migrated to use the JMXDetector instead. === Breaking Changes * JMXSecureCollector, MX4JCollector and JBossCollector have been removed. Please use the JMXCollector or Jsr160Collector instead. * JBossMonitor and JMXSecureMonitor have been. Removed. Use the JMXMonitor instead. * JBossDetector and MX4JDetector have been removed. Use the JMXDetector instead. === New Features === Dependency Updates
[[releasenotes-22]] == What's New in OpenNMS Horizon 22 === System Requirements TODO === Important Upgrade Notes * All collectors using the `JMXSecureCollector`, `MX4JCollector` or `JBossCollector` must be migrated to use the `Jsr160Collector` instead. * All monitors using the `JBossMonitor` or `JMXSecureMonitor` must be migrated to use the `Jsr160Monitor` instead. * All detectors using the `JBossDetector` or `MX4JDetector` must be migrated to use the `Jsr160Detector` instead. === Breaking Changes * `JMXSecureCollector`, `MX4JCollector` and `JBossCollector` have been removed. Please use the `Jsr160Collector` instead. * `JBossMonitor` and `JMXSecureMonitor` have been. Removed. Use the `Jsr160Monitor` instead. * `JBossDetector` and `MX4JDetector` have been removed. Use the `Jsr160Detector` instead. === New Features === Dependency Updates
Make it more clear which collector/detector/monitor to use instead
HZN-1194: Make it more clear which collector/detector/monitor to use instead
AsciiDoc
agpl-3.0
aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms
9593414c2736a67523c55c0ed5175a3afe19e75e
docs/src/main/asciidoc/spring-cloud-bus.adoc
docs/src/main/asciidoc/spring-cloud-bus.adoc
= Spring Cloud Bus :github: https://github.com/spring-cloud/spring-cloud-config :githubmaster: {github}/tree/master :docslink: {githubmaster}/docs/src/main/asciidoc :toc: include::intro.adoc[] include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/docs/src/main/asciidoc/contributing-docs.adoc[] == Quick Start include::quickstart.adoc[] == Customizing the AMQP ConnectionFactory If you are using AMQP there needs to be a `ConnectionFactory` (from Spring Rabbit) in the application context. If there is a single `ConnectionFactory` it will be used, or if there is a one qualified as `@BusConnectionFactory` it will be preferred over others, otherwise the `@Primary` one will be used. If there are multiple unqualified connection factories there will be an error. Note that Spring Boot (as of 1.2.2) creates a `ConnectionFactory` that is _not_ `@Primary`, so if you want to use one connection factory for the bus and another for business messages, you need to create both, and annotate them `@BusConnectionFactory` and `@Primary` respectively.
= Spring Cloud Bus :github: https://github.com/spring-cloud/spring-cloud-config :githubmaster: {github}/tree/master :docslink: {githubmaster}/docs/src/main/asciidoc :toc: include::intro.adoc[] include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/docs/src/main/asciidoc/contributing-docs.adoc[] == Quick Start include::quickstart.adoc[] == Addressing an Instance The HTTP endpoints accept a "destination" parameter, e.g. "/bus/refresh?destination=customers:9000", where the destination is an `ApplicationContext` ID. If the ID is owned by an instance on the Bus then it will process the message and all other instances will ignore it. Spring Boot sets the ID for you in the `ContextIdApplicationContextInitializer` to a combination of the `spring.application.name`, active profiles and `server.port` by default. == Customizing the AMQP ConnectionFactory If you are using AMQP there needs to be a `ConnectionFactory` (from Spring Rabbit) in the application context. If there is a single `ConnectionFactory` it will be used, or if there is a one qualified as `@BusConnectionFactory` it will be preferred over others, otherwise the `@Primary` one will be used. If there are multiple unqualified connection factories there will be an error. Note that Spring Boot (as of 1.2.2) creates a `ConnectionFactory` that is _not_ `@Primary`, so if you want to use one connection factory for the bus and another for business messages, you need to create both, and annotate them `@BusConnectionFactory` and `@Primary` respectively.
Add paragraph about destination parameter in Bus endpoints
Add paragraph about destination parameter in Bus endpoints Fixes gh-16
AsciiDoc
apache-2.0
spring-cloud/spring-cloud-bus,jkuipers/spring-cloud-bus,jkuipers/spring-cloud-bus,jkuipers/spring-cloud-bus,spring-cloud/spring-cloud-bus
c047ced0e1d5d855db7fffebd9a61ea15d7805d6
README.adoc
README.adoc
Ctrlflow Automated Error Reporting Client Examples ================================================== Examples of how to use various clients to communicate with the https://www.ctrlflow.com/automated-error-reporting/[Ctrlflow Automated Error Reporting (AER) server]. At the moment, the following examples are available: link:logback-java-example[Log4j 2 Java Example]:: If you are developing a stand-alone *Java application* that uses the popular https://logging.apache.org/log4j/2.x/[*Log4j 2*] logging framework, have a look at this example. It shows you how to configure Log4j 2 to send error reports to a Ctrlflow AER server. link:logback-java-example[Logback Java Example]:: If you are developing a stand-alone *Java application* that uses the popular http://logback.qos.ch/[*Logback*] logging framework, have a look at this example. It shows you how to configure Logback to send error reports to a Ctrlflow AER server. link:simple-java-example[Simple Java Example]:: If you are developing a stand-alone *Java application* that uses none of the logging frameworks supported out-of-the-box, have a look at this example. It shows you how to use the Ctrlflow AER Simple Client to send caught exceptions to your server.
Ctrlflow Automated Error Reporting Client Examples ================================================== Examples of how to use various clients to communicate with the https://www.ctrlflow.com/automated-error-reporting/[Ctrlflow Automated Error Reporting (AER) server]. At the moment, the following examples are available: link:log4j2-java-example[Log4j 2 Java Example]:: If you are developing a stand-alone *Java application* that uses the popular https://logging.apache.org/log4j/2.x/[*Log4j 2*] logging framework, have a look at this example. It shows you how to configure Log4j 2 to send error reports to a Ctrlflow AER server. link:logback-java-example[Logback Java Example]:: If you are developing a stand-alone *Java application* that uses the popular http://logback.qos.ch/[*Logback*] logging framework, have a look at this example. It shows you how to configure Logback to send error reports to a Ctrlflow AER server. link:simple-java-example[Simple Java Example]:: If you are developing a stand-alone *Java application* that uses none of the logging frameworks supported out-of-the-box, have a look at this example. It shows you how to use the Ctrlflow AER Simple Client to send caught exceptions to your server.
Fix link to Log4j 2 example
Fix link to Log4j 2 example
AsciiDoc
epl-1.0
codetrails/ctrlflow-aer-client-examples
bcb7c2ad58570f8725430c4c97b6a614cc6d0b85
docs/src/main/asciidoc/intro.adoc
docs/src/main/asciidoc/intro.adoc
This project provides Etcd integrations for Spring Boot apps through autoconfiguration and binding to the Spring Environment and other Spring programming model idioms. With a few simple annotations you can quickly enable and configure the common patterns inside your application and build large distributed systems with Etcd based components. The patterns provided include Service Discovery, Circuit Breaker and Configuration. Intelligent Routing (Zuul) and Client Side Load Balancing (Ribbon) are provided by integration with Spring Cloud Netflix.
This project provides Etcd integrations for Spring Boot apps through autoconfiguration and binding to the Spring Environment and other Spring programming model idioms. With a few simple annotations you can quickly enable and configure the common patterns inside your application and build large distributed systems with Etcd based components. The patterns provided include Service Discovery and Configuration. Intelligent Routing (Zuul) and Client Side Load Balancing (Ribbon) are provided by integration with Spring Cloud Netflix.
Remove reference to "circuit breaker"
Remove reference to "circuit breaker"
AsciiDoc
apache-2.0
lburgazzoli/spring-cloud-etcd,spring-cloud-incubator/spring-cloud-etcd,spring-cloud-incubator/spring-cloud-etcd,lburgazzoli/spring-cloud-etcd
b49f137c67edec7852b254d22eb0e768c03c64ee
docs/reference/analysis/tokenfilters/keyword-marker-tokenfilter.asciidoc
docs/reference/analysis/tokenfilters/keyword-marker-tokenfilter.asciidoc
[[analysis-keyword-marker-tokenfilter]] === Keyword Marker Token Filter Protects words from being modified by stemmers. Must be placed before any stemming filters. [cols="<,<",options="header",] |======================================================================= |Setting |Description |`keywords` |A list of words to use. |`keywords_path` |A path (either relative to `config` location, or absolute) to a list of words. |`ignore_case` |Set to `true` to lower case all words first. Defaults to `false`. |======================================================================= Here is an example: [source,js] -------------------------------------------------- index : analysis : analyzer : myAnalyzer : type : custom tokenizer : standard filter : [lowercase, protwods, porter_stem] filter : protwods : type : keyword_marker keywords_path : analysis/protwords.txt --------------------------------------------------
[[analysis-keyword-marker-tokenfilter]] === Keyword Marker Token Filter Protects words from being modified by stemmers. Must be placed before any stemming filters. [cols="<,<",options="header",] |======================================================================= |Setting |Description |`keywords` |A list of words to use. |`keywords_path` |A path (either relative to `config` location, or absolute) to a list of words. |`ignore_case` |Set to `true` to lower case all words first. Defaults to `false`. |======================================================================= Here is an example: [source,js] -------------------------------------------------- index : analysis : analyzer : myAnalyzer : type : custom tokenizer : standard filter : [lowercase, protwords, porter_stem] filter : protwords : type : keyword_marker keywords_path : analysis/protwords.txt --------------------------------------------------
Fix typo in sample json
Fix typo in sample json Fixes #9253
AsciiDoc
apache-2.0
fubuki/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch,aparo/elasticsearch,aparo/elasticsearch,aparo/elasticsearch,aparo/elasticsearch,fubuki/elasticsearch,aparo/elasticsearch,aparo/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch
10dbb38a2730e5574db4ea759c1e4701827da926
revapi-site/src/site/modules/news/pages/news/20200614-bugfix-release.adoc
revapi-site/src/site/modules/news/pages/news/20200614-bugfix-release.adoc
== Bugfix Release :docname: 20200614-bugfix-release :page-publish_date: 2020-06-14 :page-layout: news-article The `revapi-java` extension released a couple of weeks ago contained a rather ugly regression that caused an index out of bounds exception on interfaces that override methods from `java.lang.Object`. This has now been fixed in the new `0.21.1` version of `revapi-java`. Please upgrade if you have been hit by this bug.
= Bugfix Release :docname: 20200614-bugfix-release :page-publish_date: 2020-06-14 :page-layout: news-article The `revapi-java` extension released a couple of weeks ago contained a rather ugly regression that caused an index out of bounds exception on interfaces that override methods from `java.lang.Object`. This has now been fixed in the new `0.21.1` version of `revapi-java`. Please upgrade if you have been hit by this bug.
Fix the news article to start with a top-level header.
Fix the news article to start with a top-level header.
AsciiDoc
apache-2.0
revapi/revapi,revapi/revapi,revapi/revapi
d4879fbc3514cb7586f904411a5aa5ec5b8ead86
docs/trouble-shooting.adoc
docs/trouble-shooting.adoc
== Troubleshooting [qanda] Why does `Config.setSize(...)` not take effect?:: The configuration state of a `Config` object is only read in the constructor of the pool, so changing the configuration after the pool has been created has no effect. Look at the `ResizablePool` interface for changing the size of an existing pool. Why am I getting an `stormpot.PoolException: Slot release from bad state: 1` exception?:: The slot has already been released. Either you are calling the `release` method twice, or you are sharing the `Poolable` instances without the consent of the pool. My program won't stop running, or Stormpot leaves a thread running!:: Stormpot creates a background thread that is non-daemon by default. This thread will run until the pool has been shut down with `LifecycledPool#shutdown`, and all the `Poolable` instances in it has been deallocated. If you have started the shut down process but it never finishes, then you have probably leaked an object. All objects in the pool must be released back to the pool before the shut down can complete. How do I find out if I have leaked an object?:: There are two kinds of leaks: one where the program forgets to `release` an object back to the pool, and one where the program both forgets to `release`, and also forgets the reference to the object, so it becomes garbage collected. You can diagnose the first case by taking a heap dump of the running program – possibly after you have initiated the shut down process and waited for it to complete for a little while – and look for any lingering `stormpot.BSlot`, `stormpot.QSlot` objects, or instances of your `Poolable` implementation, and see where they are referenced. The precise leak detector will notice the last case, but cannot tell you where in the code the problem is. Why are there so many "Stormpot" threads in my program?:: Stormpot starts a thread for every pool instance you create. It does not share threads across pool instances. I'm not allowed to start threads in my environment, or I get an exception about not being able to start a thread when I try to create an pool instance!:: Some environments restrict the ability to create threads. These environments often have a way to get around that restriction, for instance by creating threads with a particular `ThreadGroup` or creating the thread in a particular privileged part of the code. Stormpot can be configured to use a specific `ThreadFactory` for creating its threads. So giving it a `ThreadFactory` that knows how to create threads in your particular environment, is the way to get around these restrictions.
Write a trouble shooting guide
Write a trouble shooting guide
AsciiDoc
apache-2.0
chrisvest/stormpot,chrisvest/stormpot
1d82c1aa68b1b7a9e2efb75cdd7dd83899b470bc
README.adoc
README.adoc
# SAAV Software application to analyse and visualise research output in the humanities and social sciences # Documentation * link:CONTRIBUTING.adoc[Development Setup] * link:docs/architecture-and-design.adoc[Architecture & Design] * link:docs/deployment.adoc[Deployment] # Live The latest milestone is deployed via GitHub Pages: * http://fhnw-saav.github.io/saav/[Live Site] (http://fhnw-saav.github.io/saav/version.txt[inspect current version])
# SAAV image:https://travis-ci.org/fhnw-saav/saav.svg?branch=master["Build Status", link="https://travis-ci.org/fhnw-saav/saav"] Software application to analyse and visualise research output in the humanities and social sciences # Documentation * link:CONTRIBUTING.adoc[Development Setup] * link:docs/architecture-and-design.adoc[Architecture & Design] * link:docs/deployment.adoc[Deployment] # Live The latest milestone is deployed via GitHub Pages: * http://fhnw-saav.github.io/saav/[Live Site] (http://fhnw-saav.github.io/saav/version.txt[inspect current version])
Revert "Remove travis badge until false positives are fixed"
Revert "Remove travis badge until false positives are fixed" This reverts commit 9d4ef4e9570c0cab394cf7f52251903aa1679568.
AsciiDoc
mit
fhnw-saav/saav
4ae5c0d93da2e2a9ae5af020e22baad440eab3a4
docs/reference/search/request/fielddata-fields.asciidoc
docs/reference/search/request/fielddata-fields.asciidoc
[[search-request-fielddata-fields]] === Field Data Fields Allows to return the field data representation of a field for each hit, for example: [source,js] -------------------------------------------------- { "query" : { ... }, "fielddata_fields" : ["test1", "test2"] } -------------------------------------------------- Field data fields can work on fields that are not stored. It's important to understand that using the `fielddata_fields` parameter will cause the terms for that field to be loaded to memory (cached), which will result in more memory consumption.
[[search-request-fielddata-fields]] === Field Data Fields Allows to return the <<fielddata,field data>> representation of a field for each hit, for example: [source,js] -------------------------------------------------- { "query" : { ... }, "fielddata_fields" : ["test1", "test2"] } -------------------------------------------------- Field data fields can work on fields that are not stored. It's important to understand that using the `fielddata_fields` parameter will cause the terms for that field to be loaded to memory (cached), which will result in more memory consumption.
Add link to field data docs from field data fields
Add link to field data docs from field data fields This commit adds a link to the field data docs from the field data fields docs for completeness. Closes #17672
AsciiDoc
apache-2.0
a2lin/elasticsearch,gingerwizard/elasticsearch,fforbeck/elasticsearch,gfyoung/elasticsearch,rajanm/elasticsearch,sneivandt/elasticsearch,winstonewert/elasticsearch,myelin/elasticsearch,myelin/elasticsearch,wangtuo/elasticsearch,i-am-Nathan/elasticsearch,wenpos/elasticsearch,scorpionvicky/elasticsearch,Shepard1212/elasticsearch,gingerwizard/elasticsearch,geidies/elasticsearch,fforbeck/elasticsearch,nezirus/elasticsearch,dpursehouse/elasticsearch,JackyMai/elasticsearch,fred84/elasticsearch,IanvsPoplicola/elasticsearch,nezirus/elasticsearch,LewayneNaidoo/elasticsearch,JackyMai/elasticsearch,kalimatas/elasticsearch,njlawton/elasticsearch,cwurm/elasticsearch,JSCooke/elasticsearch,masaruh/elasticsearch,glefloch/elasticsearch,wuranbo/elasticsearch,naveenhooda2000/elasticsearch,Stacey-Gammon/elasticsearch,trangvh/elasticsearch,wangtuo/elasticsearch,sreeramjayan/elasticsearch,dpursehouse/elasticsearch,umeshdangat/elasticsearch,JervyShi/elasticsearch,kalimatas/elasticsearch,camilojd/elasticsearch,StefanGor/elasticsearch,naveenhooda2000/elasticsearch,zkidkid/elasticsearch,camilojd/elasticsearch,scorpionvicky/elasticsearch,spiegela/elasticsearch,IanvsPoplicola/elasticsearch,lks21c/elasticsearch,JSCooke/elasticsearch,MaineC/elasticsearch,obourgain/elasticsearch,markwalkom/elasticsearch,lks21c/elasticsearch,markwalkom/elasticsearch,maddin2016/elasticsearch,girirajsharma/elasticsearch,lks21c/elasticsearch,camilojd/elasticsearch,s1monw/elasticsearch,mohit/elasticsearch,naveenhooda2000/elasticsearch,nomoa/elasticsearch,s1monw/elasticsearch,artnowo/elasticsearch,girirajsharma/elasticsearch,StefanGor/elasticsearch,JSCooke/elasticsearch,Shepard1212/elasticsearch,njlawton/elasticsearch,zkidkid/elasticsearch,umeshdangat/elasticsearch,gmarz/elasticsearch,henakamaMSFT/elasticsearch,maddin2016/elasticsearch,coding0011/elasticsearch,HonzaKral/elasticsearch,nilabhsagar/elasticsearch,mohit/elasticsearch,nomoa/elasticsearch,uschindler/elasticsearch,girirajsharma/elasticsearch,ricardocerq/elasticsearch,obourgain/elasticsearch,fforbeck/elasticsearch,gfyoung/elasticsearch,MisterAndersen/elasticsearch,mjason3/elasticsearch,GlenRSmith/elasticsearch,henakamaMSFT/elasticsearch,rajanm/elasticsearch,Helen-Zhao/elasticsearch,gmarz/elasticsearch,jimczi/elasticsearch,palecur/elasticsearch,qwerty4030/elasticsearch,C-Bish/elasticsearch,GlenRSmith/elasticsearch,umeshdangat/elasticsearch,mjason3/elasticsearch,alexshadow007/elasticsearch,LeoYao/elasticsearch,fred84/elasticsearch,ThiagoGarciaAlves/elasticsearch,MaineC/elasticsearch,nezirus/elasticsearch,nomoa/elasticsearch,mikemccand/elasticsearch,bawse/elasticsearch,winstonewert/elasticsearch,ricardocerq/elasticsearch,kalimatas/elasticsearch,JervyShi/elasticsearch,elasticdog/elasticsearch,bawse/elasticsearch,pozhidaevak/elasticsearch,nezirus/elasticsearch,awislowski/elasticsearch,gmarz/elasticsearch,jprante/elasticsearch,cwurm/elasticsearch,mohit/elasticsearch,Stacey-Gammon/elasticsearch,yanjunh/elasticsearch,cwurm/elasticsearch,njlawton/elasticsearch,sneivandt/elasticsearch,s1monw/elasticsearch,nknize/elasticsearch,sreeramjayan/elasticsearch,fred84/elasticsearch,wuranbo/elasticsearch,robin13/elasticsearch,strapdata/elassandra,zkidkid/elasticsearch,i-am-Nathan/elasticsearch,ricardocerq/elasticsearch,Shepard1212/elasticsearch,liweinan0423/elasticsearch,obourgain/elasticsearch,shreejay/elasticsearch,ThiagoGarciaAlves/elasticsearch,C-Bish/elasticsearch,elasticdog/elasticsearch,wuranbo/elasticsearch,IanvsPoplicola/elasticsearch,GlenRSmith/elasticsearch,HonzaKral/elasticsearch,sneivandt/elasticsearch,myelin/elasticsearch,nknize/elasticsearch,winstonewert/elasticsearch,StefanGor/elasticsearch,sreeramjayan/elasticsearch,wangtuo/elasticsearch,lks21c/elasticsearch,gingerwizard/elasticsearch,camilojd/elasticsearch,sneivandt/elasticsearch,nazarewk/elasticsearch,camilojd/elasticsearch,vroyer/elasticassandra,fernandozhu/elasticsearch,cwurm/elasticsearch,yanjunh/elasticsearch,shreejay/elasticsearch,mohit/elasticsearch,strapdata/elassandra,ricardocerq/elasticsearch,scorpionvicky/elasticsearch,wangtuo/elasticsearch,liweinan0423/elasticsearch,GlenRSmith/elasticsearch,spiegela/elasticsearch,artnowo/elasticsearch,masaruh/elasticsearch,scottsom/elasticsearch,vroyer/elassandra,LeoYao/elasticsearch,dpursehouse/elasticsearch,mjason3/elasticsearch,Stacey-Gammon/elasticsearch,trangvh/elasticsearch,gfyoung/elasticsearch,scottsom/elasticsearch,fernandozhu/elasticsearch,gfyoung/elasticsearch,maddin2016/elasticsearch,wenpos/elasticsearch,henakamaMSFT/elasticsearch,avikurapati/elasticsearch,markwalkom/elasticsearch,qwerty4030/elasticsearch,ThiagoGarciaAlves/elasticsearch,HonzaKral/elasticsearch,IanvsPoplicola/elasticsearch,rajanm/elasticsearch,liweinan0423/elasticsearch,fforbeck/elasticsearch,fred84/elasticsearch,girirajsharma/elasticsearch,MisterAndersen/elasticsearch,spiegela/elasticsearch,mjason3/elasticsearch,mortonsykes/elasticsearch,mortonsykes/elasticsearch,liweinan0423/elasticsearch,gingerwizard/elasticsearch,winstonewert/elasticsearch,strapdata/elassandra,Stacey-Gammon/elasticsearch,strapdata/elassandra5-rc,myelin/elasticsearch,robin13/elasticsearch,LewayneNaidoo/elasticsearch,sreeramjayan/elasticsearch,avikurapati/elasticsearch,vroyer/elasticassandra,lks21c/elasticsearch,coding0011/elasticsearch,markwalkom/elasticsearch,rlugojr/elasticsearch,LewayneNaidoo/elasticsearch,strapdata/elassandra,awislowski/elasticsearch,mjason3/elasticsearch,JackyMai/elasticsearch,sneivandt/elasticsearch,nknize/elasticsearch,uschindler/elasticsearch,shreejay/elasticsearch,mikemccand/elasticsearch,ZTE-PaaS/elasticsearch,awislowski/elasticsearch,awislowski/elasticsearch,robin13/elasticsearch,Stacey-Gammon/elasticsearch,avikurapati/elasticsearch,Shepard1212/elasticsearch,mortonsykes/elasticsearch,IanvsPoplicola/elasticsearch,MisterAndersen/elasticsearch,glefloch/elasticsearch,sreeramjayan/elasticsearch,masaruh/elasticsearch,yanjunh/elasticsearch,nomoa/elasticsearch,nknize/elasticsearch,nazarewk/elasticsearch,rlugojr/elasticsearch,wuranbo/elasticsearch,strapdata/elassandra5-rc,MaineC/elasticsearch,gingerwizard/elasticsearch,palecur/elasticsearch,palecur/elasticsearch,markwalkom/elasticsearch,pozhidaevak/elasticsearch,robin13/elasticsearch,rajanm/elasticsearch,elasticdog/elasticsearch,pozhidaevak/elasticsearch,awislowski/elasticsearch,obourgain/elasticsearch,artnowo/elasticsearch,ricardocerq/elasticsearch,s1monw/elasticsearch,nazarewk/elasticsearch,alexshadow007/elasticsearch,brandonkearby/elasticsearch,scottsom/elasticsearch,strapdata/elassandra5-rc,C-Bish/elasticsearch,geidies/elasticsearch,a2lin/elasticsearch,Helen-Zhao/elasticsearch,njlawton/elasticsearch,JackyMai/elasticsearch,scottsom/elasticsearch,nezirus/elasticsearch,njlawton/elasticsearch,liweinan0423/elasticsearch,gingerwizard/elasticsearch,LewayneNaidoo/elasticsearch,mikemccand/elasticsearch,JervyShi/elasticsearch,LewayneNaidoo/elasticsearch,maddin2016/elasticsearch,umeshdangat/elasticsearch,mikemccand/elasticsearch,brandonkearby/elasticsearch,fernandozhu/elasticsearch,trangvh/elasticsearch,bawse/elasticsearch,coding0011/elasticsearch,vroyer/elassandra,scorpionvicky/elasticsearch,fforbeck/elasticsearch,a2lin/elasticsearch,nazarewk/elasticsearch,nilabhsagar/elasticsearch,jimczi/elasticsearch,MaineC/elasticsearch,avikurapati/elasticsearch,JervyShi/elasticsearch,nazarewk/elasticsearch,elasticdog/elasticsearch,coding0011/elasticsearch,ZTE-PaaS/elasticsearch,MisterAndersen/elasticsearch,rlugojr/elasticsearch,jprante/elasticsearch,girirajsharma/elasticsearch,bawse/elasticsearch,C-Bish/elasticsearch,a2lin/elasticsearch,masaruh/elasticsearch,kalimatas/elasticsearch,henakamaMSFT/elasticsearch,gmarz/elasticsearch,artnowo/elasticsearch,strapdata/elassandra5-rc,geidies/elasticsearch,dongjoon-hyun/elasticsearch,qwerty4030/elasticsearch,mohit/elasticsearch,wangtuo/elasticsearch,uschindler/elasticsearch,cwurm/elasticsearch,uschindler/elasticsearch,markwalkom/elasticsearch,yanjunh/elasticsearch,dongjoon-hyun/elasticsearch,nilabhsagar/elasticsearch,rlugojr/elasticsearch,glefloch/elasticsearch,glefloch/elasticsearch,Helen-Zhao/elasticsearch,dpursehouse/elasticsearch,geidies/elasticsearch,elasticdog/elasticsearch,artnowo/elasticsearch,Helen-Zhao/elasticsearch,palecur/elasticsearch,zkidkid/elasticsearch,spiegela/elasticsearch,dongjoon-hyun/elasticsearch,brandonkearby/elasticsearch,mikemccand/elasticsearch,brandonkearby/elasticsearch,i-am-Nathan/elasticsearch,coding0011/elasticsearch,ThiagoGarciaAlves/elasticsearch,vroyer/elasticassandra,kalimatas/elasticsearch,strapdata/elassandra,brandonkearby/elasticsearch,mortonsykes/elasticsearch,geidies/elasticsearch,dpursehouse/elasticsearch,trangvh/elasticsearch,robin13/elasticsearch,C-Bish/elasticsearch,LeoYao/elasticsearch,rlugojr/elasticsearch,myelin/elasticsearch,pozhidaevak/elasticsearch,gingerwizard/elasticsearch,girirajsharma/elasticsearch,spiegela/elasticsearch,wenpos/elasticsearch,uschindler/elasticsearch,yanjunh/elasticsearch,StefanGor/elasticsearch,Shepard1212/elasticsearch,nilabhsagar/elasticsearch,s1monw/elasticsearch,JervyShi/elasticsearch,fernandozhu/elasticsearch,MisterAndersen/elasticsearch,JSCooke/elasticsearch,JSCooke/elasticsearch,wuranbo/elasticsearch,i-am-Nathan/elasticsearch,bawse/elasticsearch,alexshadow007/elasticsearch,fred84/elasticsearch,HonzaKral/elasticsearch,ZTE-PaaS/elasticsearch,naveenhooda2000/elasticsearch,dongjoon-hyun/elasticsearch,obourgain/elasticsearch,shreejay/elasticsearch,jprante/elasticsearch,shreejay/elasticsearch,trangvh/elasticsearch,strapdata/elassandra5-rc,rajanm/elasticsearch,StefanGor/elasticsearch,LeoYao/elasticsearch,fernandozhu/elasticsearch,jprante/elasticsearch,Helen-Zhao/elasticsearch,qwerty4030/elasticsearch,masaruh/elasticsearch,umeshdangat/elasticsearch,i-am-Nathan/elasticsearch,nknize/elasticsearch,qwerty4030/elasticsearch,wenpos/elasticsearch,ThiagoGarciaAlves/elasticsearch,ThiagoGarciaAlves/elasticsearch,zkidkid/elasticsearch,scorpionvicky/elasticsearch,jimczi/elasticsearch,glefloch/elasticsearch,gfyoung/elasticsearch,ZTE-PaaS/elasticsearch,a2lin/elasticsearch,vroyer/elassandra,henakamaMSFT/elasticsearch,gmarz/elasticsearch,JervyShi/elasticsearch,wenpos/elasticsearch,scottsom/elasticsearch,jimczi/elasticsearch,dongjoon-hyun/elasticsearch,JackyMai/elasticsearch,pozhidaevak/elasticsearch,avikurapati/elasticsearch,MaineC/elasticsearch,ZTE-PaaS/elasticsearch,winstonewert/elasticsearch,jimczi/elasticsearch,naveenhooda2000/elasticsearch,GlenRSmith/elasticsearch,jprante/elasticsearch,maddin2016/elasticsearch,rajanm/elasticsearch,LeoYao/elasticsearch,mortonsykes/elasticsearch,geidies/elasticsearch,alexshadow007/elasticsearch,alexshadow007/elasticsearch,palecur/elasticsearch,sreeramjayan/elasticsearch,LeoYao/elasticsearch,nomoa/elasticsearch,LeoYao/elasticsearch,camilojd/elasticsearch,nilabhsagar/elasticsearch
88390a3d7353cf36ea47e49c684a4f44c6885855
class_diagram.adoc
class_diagram.adoc
= A test for embedding a SVG image .Caption for a SVG diagram image::Vsw9cGkj8bJjEBr6.svg[width=417] * I'd like to remove a redundant vertical space between the diagram above and the caption. * I suppose Height 275 below is too much. << /Name /Im7 /Type /XObject /Length 29 0 R /Filter /FlateDecode /Subtype /Image /Width 417 /Height 275 /BitsPerComponent 8 /ColorSpace /DeviceGray >> image::Vsw9cGkj8bJjEBr6.svg[width=417] * There is still a redundant vertical space even when I do not have a caption, so the redundant space seems to be inside the image. image::Vsw9cGkj8bJjEBr6.svg[width=417,height=242] * However, the diagram becomes too small if I set the height as well as the width. * And there still exists a redundant vertical space. I'd like to remove it!
= A test for embedding a SVG image .Caption for a SVG diagram image::Vsw9cGkj8bJjEBr6.svg[] You must be add `width` and `height` attributes to the root `<svg>` element to avoid redundant spaces. In the above example, I added `width="441.0" height="265.5"`.
Update explanation about adding width and height to the root svg element
Update explanation about adding width and height to the root svg element
AsciiDoc
mit
hnakamur/asciidoctor-fopub-embed-svg-example
95c7436639298eb9bd764af8c5df0631bf2e4999
optaplanner-docs/src/main/asciidoc/Chapter-Planner_introduction/Chapter-Planner_introduction.adoc
optaplanner-docs/src/main/asciidoc/Chapter-Planner_introduction/Chapter-Planner_introduction.adoc
[[plannerIntroduction]] = OptaPlanner Introduction :doctype: book :sectnums: :toc: left :icons: font :experimental: :sourcedir: . include::Section-What_is_OptaPlanner.adoc[leveloffset=+2] include::Section-Section-What_is_a_planning_problem.adoc[leveloffset=+2] include::Section-Requirements.adoc[leveloffset=+2] include::Section-Governance.adoc[leveloffset=+2] include::Section-Download_and_run_the_examples.adoc[leveloffset=+2]
[[plannerIntroduction]] = OptaPlanner Introduction :doctype: book :sectnums: :toc: left :icons: font :experimental: :sourcedir: . include::Section-What_is_OptaPlanner.adoc[] include::Section-What_is_a_planning_problem.adoc[] include::Section-Requirements.adoc[] include::Section-Governance.adoc[] include::Section-Download_and_run_the_examples.adoc[]
Fix leveloffset problem + invalid include problem
Fix leveloffset problem + invalid include problem
AsciiDoc
apache-2.0
droolsjbpm/optaplanner,gsheldon/optaplanner,tkobayas/optaplanner,baldimir/optaplanner,gsheldon/optaplanner,droolsjbpm/optaplanner,droolsjbpm/optaplanner,tkobayas/optaplanner,gsheldon/optaplanner,baldimir/optaplanner,baldimir/optaplanner,tkobayas/optaplanner,droolsjbpm/optaplanner,gsheldon/optaplanner,baldimir/optaplanner,tkobayas/optaplanner
035d209809410507b0da958e325da2b80d993c33
doc/manuals/osmobts-usermanual.adoc
doc/manuals/osmobts-usermanual.adoc
:gfdl-enabled: OsmoBTS User Manual =================== Harald Welte <hwelte@sysmocom.de> include::../common/chapters/preface.adoc[] include::chapters/overview.adoc[] include::../common/chapters/abis.adoc[] include::chapters/interfaces.adoc[] include::chapters/control.adoc[] include::../common/chapters/vty.adoc[] include::../common/chapters/logging.adoc[] include::chapters/configuration.adoc[] include::chapters/dynamic-timeslots.adoc[] include::chapters/bts-models.adoc[] include::chapters/architecture.adoc[] include::../common/chapters/control_if.adoc[] include::../common/chapters/port_numbers.adoc[] include::../common/chapters/bibliography.adoc[] include::../common/chapters/glossary.adoc[] include::../common/chapters/gfdl.adoc[]
:gfdl-enabled: OsmoBTS User Manual =================== Harald Welte <hwelte@sysmocom.de> include::../common/chapters/preface.adoc[] include::chapters/overview.adoc[] include::../common/chapters/abis.adoc[] include::chapters/interfaces.adoc[] include::chapters/control.adoc[] include::../common/chapters/vty.adoc[] include::../common/chapters/logging.adoc[] include::chapters/configuration.adoc[] include::chapters/dynamic-timeslots.adoc[] include::chapters/bts-models.adoc[] include::chapters/architecture.adoc[] include::../common/chapters/trx_if.adoc[] include::../common/chapters/control_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
osmocom/osmo-bts,osmocom/osmo-bts,osmocom/osmo-bts
7d9f04ced61c3fc4685e8f7286f73e8580fc7935
README.adoc
README.adoc
= JSR 377 - Desktop|Embedded Application API Contains the specification and API sources for link:https://jcp.org/en/jsr/detail?id=377[JSR-377]. == Additional resources link:http://jsr377-api.40747.n7.nabble.com[Forum / Mailing List]
= JSR 377 - Desktop|Embedded Application API Contains the specification and API sources for link:https://jcp.org/en/jsr/detail?id=377[JSR-377]. image:https://badges.gitter.im/Join%20Chat.svg[Gitter, link="https://gitter.im/jsr377/jsr377-api?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge"] == Additional resources link:http://jsr377-api.40747.n7.nabble.com[Forum / Mailing List]
Add a gitter chat badge
Add a gitter chat badge
AsciiDoc
apache-2.0
jsr377/jsr377-api
b2a58db595812b0bc713e0ccc6ce5c1cee8a7011
docs/modules/ROOT/pages/badging.adoc
docs/modules/ROOT/pages/badging.adoc
= Badging Your App You can set the badge count on your app's icon using: [source,csharp] ---- bool SetBadgeCount(int count) ---- .Parameters [cols="1,2a"] |=== |Parameter |Description |count |The number to assign as a badge to the application's icon |=== This function will return `true` if it was able to set the badge count for your app's icon, or `false` otherwise. On Android, this functionality uses the https://github.com/leolin310148/ShortcutBadger[ShortcutBadger library by Leo Sin]. == Known Issues [cols="1,2a"] |=== |Date |Issue |October 11, 2018 |Google Nexus and Pixel devices are not supported, because the launcher used does not support badging. Samsung devices running Android 8+ are not supported (https://github.com/leolin310148/ShortcutBadger/pull/268[GitHub Issue]). [cols="1,2a"] !=== !Since Version !Status !All Versions !Can't Fix !===
= Badging Your App You can set the badge count on your app's icon using: [source,csharp] ---- bool SetBadgeCount(int count) ---- .Parameters [cols="1,2a"] |=== |Parameter |Description |count |The number to assign as a badge to the application's icon |=== This function will return `true` if it was able to set the badge count for your app's icon, or `false` otherwise. On Android, this functionality uses the https://github.com/leolin310148/ShortcutBadger[ShortcutBadger library by Leo Sin]. == Known Issues [cols="1,2a"] |=== |Date |Issue |October 11, 2018 |Google Nexus and Pixel devices are not supported, because the launcher used does not support badging. Samsung devices running Android 8+ are not supported (https://github.com/leolin310148/ShortcutBadger/pull/268[GitHub Issue]). [cols="1,2a"] !=== !Since Version !Status !All Versions !Can't Fix !=== |===
Fix close tag on table
Fix close tag on table
AsciiDoc
apache-2.0
GoCarrot/teak-unity,GoCarrot/teak-unity,GoCarrot/teak-unity,GoCarrot/teak-unity,GoCarrot/teak-unity
6b8d34a047d378b92af0a088faddf40f9b930d27
service_mesh/v2x/installing-ossm.adoc
service_mesh/v2x/installing-ossm.adoc
:_content-type: ASSEMBLY [id="installing-ossm"] = Installing the Operators include::modules/ossm-document-attributes.adoc[] :context: installing-ossm toc::[] To install {ProductName}, first install the required Operators on {product-title} and then create a `ServiceMeshControlPlane` resource to deploy the control plane. .Prerequisites * Read the xref:../../service_mesh/v2x/preparing-ossm-installation.adoc#preparing-ossm-installation[Preparing to install {ProductName}] process. * An account with the `cluster-admin` role. If you use {product-dedicated}, you must have an account with the `dedicated-admin` role. The following steps show how to install a basic instance of {ProductName} on {product-title}. include::modules/ossm-installation-activities.adoc[leveloffset=+1] [WARNING] ==== Do not install Community versions of the Operators. Community Operators are not supported. ==== include::modules/ossm-install-ossm-operator.adoc[leveloffset=+1] == Next steps Create a `ServiceMeshControlPlane` resource to configure the components of {ProductShortName}. For more information, see xref:../../service_mesh/v2x/ossm-create-smcp.adoc#ossm-create-smcp[Creating the ServiceMeshControlPlane].
:_content-type: ASSEMBLY [id="installing-ossm"] = Installing the Operators include::modules/ossm-document-attributes.adoc[] :context: installing-ossm toc::[] To install {ProductName}, first install the required Operators on {product-title} and then create a `ServiceMeshControlPlane` resource to deploy the control plane. [NOTE] ==== This basic installation is configured based on the default OpenShift settings and is not designed for production use.  Use this default installation to verify your installation, and then configure your service mesh for your specific environment. ==== .Prerequisites * Read the xref:../../service_mesh/v2x/preparing-ossm-installation.adoc#preparing-ossm-installation[Preparing to install {ProductName}] process. * An account with the `cluster-admin` role. If you use {product-dedicated}, you must have an account with the `dedicated-admin` role. The following steps show how to install a basic instance of {ProductName} on {product-title}. include::modules/ossm-installation-activities.adoc[leveloffset=+1] [WARNING] ==== Do not install Community versions of the Operators. Community Operators are not supported. ==== include::modules/ossm-install-ossm-operator.adoc[leveloffset=+1] == Next steps Create a `ServiceMeshControlPlane` resource to configure the components of {ProductShortName}. For more information, see xref:../../service_mesh/v2x/ossm-create-smcp.adoc#ossm-create-smcp[Creating the ServiceMeshControlPlane].
Add admonition to overview of Installing the Operators topic
OSSMDOC-363: Add admonition to overview of Installing the Operators topic
AsciiDoc
apache-2.0
vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs
ecbc7774ca473e63b6e89e0de4213adb430283db
docs/reference/query-dsl/match-all-query.asciidoc
docs/reference/query-dsl/match-all-query.asciidoc
[[query-dsl-match-all-query]] == Match All Query The most simple query, which matches all documents, giving them all a `_score` of `1.0`. [source,js] -------------------------------------------------- { "match_all": {} } -------------------------------------------------- The `_score` can be changed with the `boost` parameter: [source,js] -------------------------------------------------- { "match_all": { "boost" : 1.2 }} --------------------------------------------------
[[query-dsl-match-all-query]] == Match All Query The most simple query, which matches all documents, giving them all a `_score` of `1.0`. [source,js] -------------------------------------------------- { "match_all": {} } -------------------------------------------------- The `_score` can be changed with the `boost` parameter: [source,js] -------------------------------------------------- { "match_all": { "boost" : 1.2 }} -------------------------------------------------- [[query-dsl-match-none-query]] [float] == Match None Query This is the inverse of the `match_all` query, which matches no documents. [source,js] -------------------------------------------------- { "match_none": {} } --------------------------------------------------
Add query to Query DSL documentation
Docs: Add query to Query DSL documentation We already introduced the MatchNoneQueryBuilder query that does not return any documents, mainly because we needed it for internal representation of the NONE option in the IndicesQueryBuilder. However, the query was requested at least once also for the query dsl, and since we can parser it already we should document it as `match_none` query in the relevant reference docs as well.
AsciiDoc
apache-2.0
sneivandt/elasticsearch,F0lha/elasticsearch,MaineC/elasticsearch,girirajsharma/elasticsearch,yanjunh/elasticsearch,shreejay/elasticsearch,s1monw/elasticsearch,markwalkom/elasticsearch,avikurapati/elasticsearch,masaruh/elasticsearch,jpountz/elasticsearch,JackyMai/elasticsearch,i-am-Nathan/elasticsearch,clintongormley/elasticsearch,ivansun1010/elasticsearch,bawse/elasticsearch,xuzha/elasticsearch,dongjoon-hyun/elasticsearch,njlawton/elasticsearch,rhoml/elasticsearch,cwurm/elasticsearch,GlenRSmith/elasticsearch,maddin2016/elasticsearch,rmuir/elasticsearch,i-am-Nathan/elasticsearch,qwerty4030/elasticsearch,myelin/elasticsearch,wenpos/elasticsearch,ivansun1010/elasticsearch,tebriel/elasticsearch,spiegela/elasticsearch,HonzaKral/elasticsearch,rajanm/elasticsearch,gfyoung/elasticsearch,fred84/elasticsearch,jpountz/elasticsearch,LewayneNaidoo/elasticsearch,gingerwizard/elasticsearch,ZTE-PaaS/elasticsearch,ESamir/elasticsearch,xuzha/elasticsearch,jprante/elasticsearch,sreeramjayan/elasticsearch,StefanGor/elasticsearch,GlenRSmith/elasticsearch,mapr/elasticsearch,C-Bish/elasticsearch,LeoYao/elasticsearch,dongjoon-hyun/elasticsearch,rhoml/elasticsearch,brandonkearby/elasticsearch,JackyMai/elasticsearch,zkidkid/elasticsearch,F0lha/elasticsearch,rhoml/elasticsearch,jprante/elasticsearch,davidvgalbraith/elasticsearch,AndreKR/elasticsearch,davidvgalbraith/elasticsearch,Shepard1212/elasticsearch,brandonkearby/elasticsearch,cwurm/elasticsearch,diendt/elasticsearch,Shepard1212/elasticsearch,tebriel/elasticsearch,andrejserafim/elasticsearch,wuranbo/elasticsearch,naveenhooda2000/elasticsearch,JervyShi/elasticsearch,brandonkearby/elasticsearch,palecur/elasticsearch,uschindler/elasticsearch,Helen-Zhao/elasticsearch,zkidkid/elasticsearch,mjason3/elasticsearch,umeshdangat/elasticsearch,camilojd/elasticsearch,LeoYao/elasticsearch,andrejserafim/elasticsearch,nknize/elasticsearch,glefloch/elasticsearch,masaruh/elasticsearch,henakamaMSFT/elasticsearch,scottsom/elasticsearch,umeshdangat/elasticsearch,tebriel/elasticsearch,markharwood/elasticsearch,mmaracic/elasticsearch,dpursehouse/elasticsearch,MisterAndersen/elasticsearch,markharwood/elasticsearch,fred84/elasticsearch,mmaracic/elasticsearch,clintongormley/elasticsearch,JackyMai/elasticsearch,xuzha/elasticsearch,gingerwizard/elasticsearch,yanjunh/elasticsearch,nomoa/elasticsearch,liweinan0423/elasticsearch,Shepard1212/elasticsearch,jimczi/elasticsearch,lks21c/elasticsearch,sneivandt/elasticsearch,HonzaKral/elasticsearch,snikch/elasticsearch,ricardocerq/elasticsearch,Stacey-Gammon/elasticsearch,yynil/elasticsearch,ZTE-PaaS/elasticsearch,masaruh/elasticsearch,xuzha/elasticsearch,IanvsPoplicola/elasticsearch,cwurm/elasticsearch,vroyer/elassandra,artnowo/elasticsearch,Shepard1212/elasticsearch,coding0011/elasticsearch,winstonewert/elasticsearch,ivansun1010/elasticsearch,avikurapati/elasticsearch,scorpionvicky/elasticsearch,ricardocerq/elasticsearch,lks21c/elasticsearch,njlawton/elasticsearch,awislowski/elasticsearch,andrejserafim/elasticsearch,ThiagoGarciaAlves/elasticsearch,awislowski/elasticsearch,sneivandt/elasticsearch,wenpos/elasticsearch,obourgain/elasticsearch,glefloch/elasticsearch,mortonsykes/elasticsearch,martinstuga/elasticsearch,avikurapati/elasticsearch,sreeramjayan/elasticsearch,diendt/elasticsearch,qwerty4030/elasticsearch,jprante/elasticsearch,diendt/elasticsearch,davidvgalbraith/elasticsearch,kaneshin/elasticsearch,jchampion/elasticsearch,wangtuo/elasticsearch,a2lin/elasticsearch,dpursehouse/elasticsearch,ThiagoGarciaAlves/elasticsearch,ThiagoGarciaAlves/elasticsearch,scorpionvicky/elasticsearch,lks21c/elasticsearch,scottsom/elasticsearch,strapdata/elassandra5-rc,myelin/elasticsearch,jpountz/elasticsearch,alexshadow007/elasticsearch,alexshadow007/elasticsearch,palecur/elasticsearch,geidies/elasticsearch,davidvgalbraith/elasticsearch,dpursehouse/elasticsearch,LeoYao/elasticsearch,artnowo/elasticsearch,vroyer/elassandra,episerver/elasticsearch,robin13/elasticsearch,elasticdog/elasticsearch,Helen-Zhao/elasticsearch,alexshadow007/elasticsearch,yynil/elasticsearch,trangvh/elasticsearch,davidvgalbraith/elasticsearch,jchampion/elasticsearch,mikemccand/elasticsearch,strapdata/elassandra,vroyer/elassandra,s1monw/elasticsearch,awislowski/elasticsearch,GlenRSmith/elasticsearch,JackyMai/elasticsearch,snikch/elasticsearch,pozhidaevak/elasticsearch,scorpionvicky/elasticsearch,shreejay/elasticsearch,ivansun1010/elasticsearch,njlawton/elasticsearch,girirajsharma/elasticsearch,artnowo/elasticsearch,coding0011/elasticsearch,liweinan0423/elasticsearch,MaineC/elasticsearch,brandonkearby/elasticsearch,s1monw/elasticsearch,tebriel/elasticsearch,ZTE-PaaS/elasticsearch,jbertouch/elasticsearch,polyfractal/elasticsearch,LewayneNaidoo/elasticsearch,wangtuo/elasticsearch,mjason3/elasticsearch,robin13/elasticsearch,gingerwizard/elasticsearch,qwerty4030/elasticsearch,markharwood/elasticsearch,AndreKR/elasticsearch,xuzha/elasticsearch,pozhidaevak/elasticsearch,coding0011/elasticsearch,MisterAndersen/elasticsearch,naveenhooda2000/elasticsearch,nazarewk/elasticsearch,andrejserafim/elasticsearch,zkidkid/elasticsearch,nezirus/elasticsearch,glefloch/elasticsearch,yynil/elasticsearch,ivansun1010/elasticsearch,camilojd/elasticsearch,C-Bish/elasticsearch,gfyoung/elasticsearch,awislowski/elasticsearch,elasticdog/elasticsearch,shreejay/elasticsearch,strapdata/elassandra,clintongormley/elasticsearch,rmuir/elasticsearch,pozhidaevak/elasticsearch,mjason3/elasticsearch,sneivandt/elasticsearch,xuzha/elasticsearch,uschindler/elasticsearch,dpursehouse/elasticsearch,trangvh/elasticsearch,snikch/elasticsearch,gmarz/elasticsearch,wangtuo/elasticsearch,obourgain/elasticsearch,gmarz/elasticsearch,camilojd/elasticsearch,maddin2016/elasticsearch,jimczi/elasticsearch,cwurm/elasticsearch,tebriel/elasticsearch,strapdata/elassandra5-rc,nilabhsagar/elasticsearch,fforbeck/elasticsearch,scottsom/elasticsearch,mortonsykes/elasticsearch,jimczi/elasticsearch,wangtuo/elasticsearch,rajanm/elasticsearch,henakamaMSFT/elasticsearch,spiegela/elasticsearch,lks21c/elasticsearch,fred84/elasticsearch,artnowo/elasticsearch,MisterAndersen/elasticsearch,camilojd/elasticsearch,ZTE-PaaS/elasticsearch,vroyer/elasticassandra,gfyoung/elasticsearch,zkidkid/elasticsearch,HonzaKral/elasticsearch,umeshdangat/elasticsearch,markharwood/elasticsearch,naveenhooda2000/elasticsearch,LeoYao/elasticsearch,C-Bish/elasticsearch,nazarewk/elasticsearch,bawse/elasticsearch,avikurapati/elasticsearch,gingerwizard/elasticsearch,mapr/elasticsearch,nomoa/elasticsearch,JSCooke/elasticsearch,cwurm/elasticsearch,geidies/elasticsearch,gingerwizard/elasticsearch,ThiagoGarciaAlves/elasticsearch,nknize/elasticsearch,kalimatas/elasticsearch,AndreKR/elasticsearch,brandonkearby/elasticsearch,rlugojr/elasticsearch,ESamir/elasticsearch,scottsom/elasticsearch,scottsom/elasticsearch,jbertouch/elasticsearch,strapdata/elassandra,sreeramjayan/elasticsearch,wuranbo/elasticsearch,nilabhsagar/elasticsearch,rajanm/elasticsearch,bawse/elasticsearch,jbertouch/elasticsearch,yynil/elasticsearch,avikurapati/elasticsearch,uschindler/elasticsearch,rlugojr/elasticsearch,MaineC/elasticsearch,nknize/elasticsearch,rhoml/elasticsearch,Stacey-Gammon/elasticsearch,wangtuo/elasticsearch,markwalkom/elasticsearch,jbertouch/elasticsearch,glefloch/elasticsearch,wenpos/elasticsearch,rlugojr/elasticsearch,coding0011/elasticsearch,trangvh/elasticsearch,martinstuga/elasticsearch,kalimatas/elasticsearch,nezirus/elasticsearch,spiegela/elasticsearch,nomoa/elasticsearch,robin13/elasticsearch,Helen-Zhao/elasticsearch,palecur/elasticsearch,wuranbo/elasticsearch,mikemccand/elasticsearch,robin13/elasticsearch,kaneshin/elasticsearch,StefanGor/elasticsearch,martinstuga/elasticsearch,jchampion/elasticsearch,kaneshin/elasticsearch,fernandozhu/elasticsearch,ricardocerq/elasticsearch,njlawton/elasticsearch,polyfractal/elasticsearch,gingerwizard/elasticsearch,JervyShi/elasticsearch,polyfractal/elasticsearch,Helen-Zhao/elasticsearch,AndreKR/elasticsearch,rhoml/elasticsearch,nazarewk/elasticsearch,MisterAndersen/elasticsearch,jpountz/elasticsearch,i-am-Nathan/elasticsearch,masaruh/elasticsearch,rajanm/elasticsearch,ricardocerq/elasticsearch,masaruh/elasticsearch,IanvsPoplicola/elasticsearch,a2lin/elasticsearch,sneivandt/elasticsearch,strapdata/elassandra5-rc,nilabhsagar/elasticsearch,jchampion/elasticsearch,camilojd/elasticsearch,kaneshin/elasticsearch,rmuir/elasticsearch,davidvgalbraith/elasticsearch,snikch/elasticsearch,myelin/elasticsearch,s1monw/elasticsearch,diendt/elasticsearch,andrejserafim/elasticsearch,fforbeck/elasticsearch,nezirus/elasticsearch,gingerwizard/elasticsearch,mapr/elasticsearch,zkidkid/elasticsearch,henakamaMSFT/elasticsearch,mmaracic/elasticsearch,girirajsharma/elasticsearch,girirajsharma/elasticsearch,scorpionvicky/elasticsearch,diendt/elasticsearch,AndreKR/elasticsearch,markwalkom/elasticsearch,fernandozhu/elasticsearch,jpountz/elasticsearch,mortonsykes/elasticsearch,fforbeck/elasticsearch,nezirus/elasticsearch,mjason3/elasticsearch,jchampion/elasticsearch,vroyer/elasticassandra,StefanGor/elasticsearch,andrejserafim/elasticsearch,martinstuga/elasticsearch,dongjoon-hyun/elasticsearch,C-Bish/elasticsearch,rhoml/elasticsearch,liweinan0423/elasticsearch,strapdata/elassandra,gmarz/elasticsearch,Stacey-Gammon/elasticsearch,mohit/elasticsearch,fforbeck/elasticsearch,yanjunh/elasticsearch,mikemccand/elasticsearch,sreeramjayan/elasticsearch,yynil/elasticsearch,vroyer/elasticassandra,LewayneNaidoo/elasticsearch,episerver/elasticsearch,mohit/elasticsearch,naveenhooda2000/elasticsearch,coding0011/elasticsearch,mohit/elasticsearch,episerver/elasticsearch,robin13/elasticsearch,ricardocerq/elasticsearch,JackyMai/elasticsearch,fforbeck/elasticsearch,s1monw/elasticsearch,nilabhsagar/elasticsearch,nomoa/elasticsearch,fernandozhu/elasticsearch,shreejay/elasticsearch,LewayneNaidoo/elasticsearch,kalimatas/elasticsearch,nknize/elasticsearch,pozhidaevak/elasticsearch,LeoYao/elasticsearch,liweinan0423/elasticsearch,ZTE-PaaS/elasticsearch,mortonsykes/elasticsearch,girirajsharma/elasticsearch,MaineC/elasticsearch,palecur/elasticsearch,palecur/elasticsearch,markharwood/elasticsearch,nezirus/elasticsearch,a2lin/elasticsearch,jprante/elasticsearch,winstonewert/elasticsearch,spiegela/elasticsearch,jbertouch/elasticsearch,elasticdog/elasticsearch,clintongormley/elasticsearch,girirajsharma/elasticsearch,awislowski/elasticsearch,F0lha/elasticsearch,dongjoon-hyun/elasticsearch,JervyShi/elasticsearch,liweinan0423/elasticsearch,StefanGor/elasticsearch,geidies/elasticsearch,markwalkom/elasticsearch,LeoYao/elasticsearch,i-am-Nathan/elasticsearch,HonzaKral/elasticsearch,qwerty4030/elasticsearch,geidies/elasticsearch,F0lha/elasticsearch,kalimatas/elasticsearch,IanvsPoplicola/elasticsearch,ESamir/elasticsearch,GlenRSmith/elasticsearch,nilabhsagar/elasticsearch,markwalkom/elasticsearch,myelin/elasticsearch,polyfractal/elasticsearch,Shepard1212/elasticsearch,clintongormley/elasticsearch,winstonewert/elasticsearch,jbertouch/elasticsearch,maddin2016/elasticsearch,jimczi/elasticsearch,rlugojr/elasticsearch,Stacey-Gammon/elasticsearch,LeoYao/elasticsearch,mikemccand/elasticsearch,pozhidaevak/elasticsearch,gmarz/elasticsearch,martinstuga/elasticsearch,rmuir/elasticsearch,naveenhooda2000/elasticsearch,jprante/elasticsearch,LewayneNaidoo/elasticsearch,StefanGor/elasticsearch,winstonewert/elasticsearch,strapdata/elassandra,F0lha/elasticsearch,JSCooke/elasticsearch,tebriel/elasticsearch,rajanm/elasticsearch,diendt/elasticsearch,bawse/elasticsearch,shreejay/elasticsearch,kaneshin/elasticsearch,wuranbo/elasticsearch,camilojd/elasticsearch,sreeramjayan/elasticsearch,JSCooke/elasticsearch,polyfractal/elasticsearch,mapr/elasticsearch,elasticdog/elasticsearch,alexshadow007/elasticsearch,rajanm/elasticsearch,episerver/elasticsearch,scorpionvicky/elasticsearch,winstonewert/elasticsearch,fernandozhu/elasticsearch,umeshdangat/elasticsearch,yanjunh/elasticsearch,henakamaMSFT/elasticsearch,mjason3/elasticsearch,sreeramjayan/elasticsearch,JSCooke/elasticsearch,jchampion/elasticsearch,martinstuga/elasticsearch,JervyShi/elasticsearch,yynil/elasticsearch,GlenRSmith/elasticsearch,mikemccand/elasticsearch,wuranbo/elasticsearch,artnowo/elasticsearch,mmaracic/elasticsearch,C-Bish/elasticsearch,ESamir/elasticsearch,maddin2016/elasticsearch,trangvh/elasticsearch,MisterAndersen/elasticsearch,nknize/elasticsearch,mapr/elasticsearch,JSCooke/elasticsearch,snikch/elasticsearch,AndreKR/elasticsearch,dpursehouse/elasticsearch,gmarz/elasticsearch,nazarewk/elasticsearch,rmuir/elasticsearch,uschindler/elasticsearch,ThiagoGarciaAlves/elasticsearch,mortonsykes/elasticsearch,obourgain/elasticsearch,gfyoung/elasticsearch,mmaracic/elasticsearch,mmaracic/elasticsearch,Stacey-Gammon/elasticsearch,MaineC/elasticsearch,polyfractal/elasticsearch,rlugojr/elasticsearch,ThiagoGarciaAlves/elasticsearch,elasticdog/elasticsearch,bawse/elasticsearch,a2lin/elasticsearch,qwerty4030/elasticsearch,ESamir/elasticsearch,strapdata/elassandra5-rc,snikch/elasticsearch,mohit/elasticsearch,obourgain/elasticsearch,mapr/elasticsearch,nomoa/elasticsearch,markwalkom/elasticsearch,JervyShi/elasticsearch,episerver/elasticsearch,mohit/elasticsearch,jimczi/elasticsearch,clintongormley/elasticsearch,spiegela/elasticsearch,F0lha/elasticsearch,fernandozhu/elasticsearch,yanjunh/elasticsearch,IanvsPoplicola/elasticsearch,strapdata/elassandra5-rc,rmuir/elasticsearch,fred84/elasticsearch,njlawton/elasticsearch,umeshdangat/elasticsearch,dongjoon-hyun/elasticsearch,glefloch/elasticsearch,kalimatas/elasticsearch,markharwood/elasticsearch,nazarewk/elasticsearch,JervyShi/elasticsearch,Helen-Zhao/elasticsearch,geidies/elasticsearch,maddin2016/elasticsearch,wenpos/elasticsearch,IanvsPoplicola/elasticsearch,alexshadow007/elasticsearch,jpountz/elasticsearch,kaneshin/elasticsearch,gfyoung/elasticsearch,fred84/elasticsearch,i-am-Nathan/elasticsearch,ESamir/elasticsearch,geidies/elasticsearch,lks21c/elasticsearch,obourgain/elasticsearch,wenpos/elasticsearch,a2lin/elasticsearch,trangvh/elasticsearch,ivansun1010/elasticsearch,myelin/elasticsearch,henakamaMSFT/elasticsearch,uschindler/elasticsearch
e2595ec76fe53f6b93ec20cccd115e31b505e8a2
doc/resources/doc/sources/index.adoc
doc/resources/doc/sources/index.adoc
= Edge Documentation Edge is a starting point for creating Clojure projects. Not sure if Edge is for you? See <<why-edge.adoc#,Why Edge?>>. == First Steps Are you new to Edge? This is the place to start! Install the tools:: . link:https://clojure.org/guides/getting_started[Install clj] (<<windows.adoc#,Instructions for Windows users>>) . <<editor.adoc#,Set up your editor for Clojure>> Download Edge:: . <<adaptation.adoc#,Adapting Edge for new projects>> // Paste Tutorial:: // . Creating a new project // . Create paste // . Deploy to Elastic Beanstalk Useful References:: . <<dev-guide.adoc#,Dev guide>> == Topical Guides . Configuration . Components . <<dev-guide.adoc#,Dev guide>> == Release Releasing your application is an important part of the lifecycle of your project. Edge provides multiple mechanisms for making releasing easier. // * Packed and unpacked deployments * <<uberjar.adoc#,Producing an Uberjar>> * <<elastic-beanstalk.adoc#,Using the Elastic Beanstalk Quickstart>> * <<socket-repl.adoc#,Setting up a socket REPL>> == The Edge Project * <<why-edge.adoc#,Why Edge?>> * <<guidelines.adoc#,Contributing Guidelines>> * Getting help * How to get involved * License
= Edge Documentation Edge is a starting point for creating Clojure projects. Not sure if Edge is for you? See <<why-edge.adoc#,Why Edge?>>. == First Steps Are you new to Edge? This is the place to start! Install the tools:: . link:https://clojure.org/guides/getting_started[Install clj] (<<windows.adoc#,Instructions for Windows users>>) . <<editor.adoc#,Set up your editor for Clojure>> Download Edge:: . <<adaptation.adoc#,Adapting Edge for new projects>> // Paste Tutorial:: // . Creating a new project // . Create paste // . Deploy to Elastic Beanstalk Useful References:: . <<dev-guide.adoc#,Dev guide>> == Topical Guides //. Configuration //. Components . <<dev-guide.adoc#,Dev guide>> == Release Releasing your application is an important part of the lifecycle of your project. Edge provides multiple mechanisms for making releasing easier. // * Packed and unpacked deployments * <<uberjar.adoc#,Producing an Uberjar>> * <<elastic-beanstalk.adoc#,Using the Elastic Beanstalk Quickstart>> * <<socket-repl.adoc#,Setting up a socket REPL>> == The Edge Project * <<why-edge.adoc#,Why Edge?>> * <<guidelines.adoc#,Contributing Guidelines>> //* Getting help //* How to get involved //* License
Comment out dead links in docs
Comment out dead links in docs
AsciiDoc
mit
juxt/edge,juxt/edge
ba711af49499a0542b95e55849b7fac53df14bf9
README.adoc
README.adoc
= JBoss Fuse :toc: :icons: font Red Hat JBoss Fuse is a lightweight, flexible integration platform that enables rapid integration across the extended enterprise—on-premise or in the cloud. Based on Apache Camel, Fuse leverages pattern-based integration, a rich connector catalog, and extensive data transformation capabilities to enables users to integrate anything. == Development Process There are two ways of building JBoss Fuse 7: * using Jenkins pipeline * using plain old Maven === Building using Jenkins Pipeline TO DESCRIBE === Building locally using Maven Basic invocation of `mvn clean install` will build Fuse minimal and full distro. Minimal distribution is maintained only for presentation and test purposes. We can enable additional profiles: * `mvn -Pcs validate` - Run checkstyle checks * `mvn -Plicense process-sources` - regenerate license headers in configured files using `license-header.txt` * `mvn -Ptest verify` - run integration test inside `fuse-itests` module (In order to generate license headers and/or perform checkstyle checks, it's recommended to use `-Plicense,test` and `-Pcs,test` respectively).
image:https://img.shields.io/badge/stack%20overflow-jbossfuse-red.svg?colorB=cc0000[link="https://stackoverflow.com/questions/tagged/jbossfuse"] = JBoss Fuse :toc: :icons: font Red Hat JBoss Fuse is a lightweight, flexible integration platform that enables rapid integration across the extended enterprise—on-premise or in the cloud. Based on Apache Camel, Fuse leverages pattern-based integration, a rich connector catalog, and extensive data transformation capabilities to enables users to integrate anything. == Development Process There are two ways of building JBoss Fuse 7: * using Jenkins pipeline * using plain old Maven === Building using Jenkins Pipeline TO DESCRIBE === Building locally using Maven Basic invocation of `mvn clean install` will build Fuse minimal and full distro. Minimal distribution is maintained only for presentation and test purposes. We can enable additional profiles: * `mvn -Pcs validate` - Run checkstyle checks * `mvn -Plicense process-sources` - regenerate license headers in configured files using `license-header.txt` * `mvn -Ptest verify` - run integration test inside `fuse-itests` module (In order to generate license headers and/or perform checkstyle checks, it's recommended to use `-Plicense,test` and `-Pcs,test` respectively).
Add shield link to Stack Overflow
Add shield link to Stack Overflow
AsciiDoc
apache-2.0
jboss-fuse/fuse-karaf,jboss-fuse/fuse-karaf,jboss-fuse/fuse-karaf
77d95955245c2aba93ab4298086f274236da3f6e
README.adoc
README.adoc
Quick-n-dirty PHP router ======================== [quote] A *transitionary* router to help upgrading an old PHP codebase to a more modern set of standards. More information is available http://ciarand.me/posts/refactoring-php-part-1/[on my blog]. Usage ----- Require it in your project: [source, bash] composer require 'ciarand\quick-n-dirty-router' 'dev-master' Move all your files into a handlers dir: [source, bash] ---- # assuming you're in the webroot mkdir ../handlers/ find . -name '*.php' | while read file; do echo mv "$file" "../handlers/$file"; done; ---- Put this in an `index.php` file in your web root: [source, php] ---- <?php // index.php require "vendor/autoload.php"; use RestlessCo\Router; // where you keep your scripts (outside of the public web dir) $handler_dir = __DIR__ "/../handler"; // the script you'd like to handle 404s with $missing_script = $handler_dir . "/404.php"; $requested_path = $handler_dir . "/" . Router::scriptForEnv($_SERVER); return require (file_exists($requested_path)) ? $requested_path : $missing_script; ---- Tests ----- [source, bash] vendor/bin/phpunit License ------- MIT, full text is in the link:LICENSE[LICENSE file].
Quick-n-dirty PHP router ======================== [quote] A *transitionary* router to help upgrading an old PHP codebase to a more modern set of standards. More information is available http://ciarand.me/posts/refactoring-php-part-1/[on my blog]. Usage ----- Require it in your project: [source, bash] composer require 'ciarand\quick-n-dirty-router' 'dev-master' Move all your files into a handlers dir: [source, bash] ---- # assuming you're in the webroot mkdir ../handlers/ find . -name '*.php' | while read file; do mv "$file" "../handlers/$file"; done; ---- Put this in an `index.php` file in your web root: [source, php] ---- <?php // index.php require "vendor/autoload.php"; use RestlessCo\Router; // where you keep your scripts (outside of the public web dir) $handler_dir = __DIR__ "/../handler"; // the script you'd like to handle 404s with $missing_script = $handler_dir . "/404.php"; $requested_path = $handler_dir . "/" . Router::scriptForEnv($_SERVER); return require (file_exists($requested_path)) ? $requested_path : $missing_script; ---- Tests ----- [source, bash] vendor/bin/phpunit License ------- MIT, full text is in the link:LICENSE[LICENSE file].
Remove echo from mv script
Remove echo from mv script
AsciiDoc
bsd-2-clause
ciarand/quick-n-dirty-php-router
790458237240a68bae22e5aefaa6014fed779bdf
docs/parity.adoc
docs/parity.adoc
= Parity ifdef::env-github,env-browser[:outfilesuffix: .adoc] ifndef::rootdir[:rootdir: ../] :imagesdir: {rootdir}/images https://ethcore.io/parity.html[Parity] is an Ethereum client actively developed as an open source project on https://github.com/ethcore/parity[github]. There are a default configuration (link:parity/default.toml[parity/default.toml]) used by default by Vagrant. ---- vagrant up ---- However, you can free to use your own alternative variants, for example: ---- env CONFIG=with_dapps CHAIN=example1 vagrant up ---- or even: ---- env CONFIG=with_dapps CHAIN=example1 vagrant provision ---- In these examples are used simple name conventions. '`with_dapps`' implies the existence of configuration file at 'parity/with_dapps.toml'. For '`with_dapps`' it corresponds to 'parity/chain/example1.json' respectively.
= Parity ifdef::env-github,env-browser[:outfilesuffix: .adoc] ifndef::rootdir[:rootdir: ../] :imagesdir: {rootdir}/images https://ethcore.io/parity.html[Parity] is an Ethereum client actively developed as an open source project on https://github.com/ethcore/parity[github]. There are a default configuration (link:../parity/default.toml[parity/default.toml]) used by default by Vagrant. ---- vagrant up ---- However, you are free to use your own alternative variants, for example: ---- env CONFIG=with_dapps CHAIN=example1 vagrant up ---- or even: ---- env CONFIG=with_dapps CHAIN=example1 vagrant provision ---- In these examples are used simple name conventions. '`with_dapps`' implies the existence of configuration file at 'parity/with_dapps.toml'. For '`with_dapps`' it corresponds to 'parity/chain/example1.json' respectively.
Fix relative link for AsciiDoc
Fix relative link for AsciiDoc
AsciiDoc
apache-2.0
ethereumproject/etherjar
2125814cec60fad8f4073488b3cf381171f5c21d
Development-Guide/Basic-Command-Line-Guide/README.adoc
Development-Guide/Basic-Command-Line-Guide/README.adoc
Basic Command Line Guide ------------------------ This is a guide for common command line commands. .sudo ---- Allows a user with proper permissions (such as an admin) to execute commands. You will need to enter a password for the command to run. $ sudo <command> e.g. $ make install (usually will output an error, so use sudo) $ sudo make install (you will then be prompted to input the admins password) ---- .cd ---- Used to navigate through directories $ cd <directoryname> $ cd .. (navigates to previous directory) ---- .ls ---- Used to list the contents in the current directory $ ls ---- .rm ---- Used to delete files or directories $ rm <file_name/directory_name> ---- .cp ---- Used to make copies of files or directories $ cp <file_name/directory_name> ---- .mv ---- Used to move or rename files $ mv <file> <target_directory> (Moves file to target directory) $ mv <old_file_name> <new_file_name> (Changes name of the file) ---- .pwd ---- Used to print the name of the working directory. i.e. Show where you are. $ pwd ----
= Basic Command Line Guide This is a guide for common command line commands. . `cd` is used to navigate through directories. The usage is `cd <directory>`. You can use `..` to go up a level. + .Example ---- cd Documents/ cd .. ---- . `ls` is used to list the contents in the current directory. This command does not normally need any arguments. . `rm` is used to delete files or directories. The usage is `rm <file>`. To delete directories, add the recursive flag `-r`. + .Example ---- rm hello.txt rm -r Documents/ ---- . `cp` is used to make copies of files or directories. The usage is `cp <file> <destination>`. To copy directories, add the recursive flag `-r`. + .Copying a File Example ---- cp hello.txt Documents/hello.txt ---- + .Copying a Directory Example ---- cp -r Documents/ Downloads/ ---- . `mv` is used to move or rename files The usage is `mv <file> <destination>`. Unlike the other commands, no extra flag is needed to move directories. + .Moving a File Example ---- mv hello.txt Documents/ ---- + .Renaming a File Example ---- mv hello.txt world.txt ---- . `pwd` is used to print the name of the working directory, in other words, show where you are. This command does not normally need any arguments. . `sudo` can precede a command to act with administrative rights. If you run a command with a permission error, a common fix is to run the same command but with sudo. + .Example ---- sudo mv /opt/soarr /opt/soar ---- + But be warned, because sudo elevates privileges, it can be a security hazard!
Clean up documentation for basic command line guide for accuracy and aeshetics.
Clean up documentation for basic command line guide for accuracy and aeshetics.
AsciiDoc
agpl-3.0
UCSolarCarTeam/Recruit-Resources,UCSolarCarTeam/Recruit-Resources,UCSolarCarTeam/Recruit-Resources,UCSolarCarTeam/Recruit-Resources
cb36b5f565266d8366439ae4a4918a93ce60f034
doc/index.adoc
doc/index.adoc
--- layout: documentation --- :title: Muon Java :date: 2015-01-05 11:40 :comments: true :sharing: true :source-highlighter: pygments :toc: right :toc-title: Muon Java :toclevels: 6 # Muon Java Muon Java is the implementation of the Muon microservices toolkit, for the Java platform. Muon enables you to easily build microservices in many languages that have richer, more performant and fully reactive communication semantics and gain access to Muon compatible services written in other languages without having to sacrifice the rich semantics or performance. .Contributing **** Muon and the ecosystem services are open source. Contribute to Muon Java and this documentation at http://github.com/muoncore/muon-java **** include::java/SNAPSHOT/core.adoc[leveloffset=+1] include::java/SNAPSHOT/eventsystem.adoc[leveloffset=+1] include::java/SNAPSHOT/spring.adoc[leveloffset=+1] include::java/SNAPSHOT/extension.adoc[leveloffset=+1]
--- layout: documentation --- :title: Muon Java :date: 2015-01-05 11:40 :comments: true :sharing: true :source-highlighter: pygments :toc: right :toc-title: Muon Java :toclevels: 6 :includedir: . ifdef::env-doc[] :includedir: submodules/java/doc endif::[] ## Muon Java Muon Java is the implementation of the Muon microservices toolkit, for the Java platform. Muon enables you to easily build microservices in many languages that have richer, more performant and fully reactive communication semantics and gain access to Muon compatible services written in other languages without having to sacrifice the rich semantics or performance. .Contributing **** Muon and the ecosystem services are open source. Contribute to Muon Java and this documentation at http://github.com/muoncore/muon-java **** include::{includedir}/core.adoc[leveloffset=+1] include::{includedir}/eventsystem.adoc[leveloffset=+1] include::{includedir}/spring.adoc[leveloffset=+1] include::{includedir}/extension.adoc[leveloffset=+1]
Update docs in the documentation project
Update docs in the documentation project
AsciiDoc
apache-2.0
microserviceux/muon-java,microserviceux/muon-java
b6fab6f749e2ab65a445fea7fbd3858890669c6e
README.adoc
README.adoc
# Janitor - Keeping your Pocket clean since 2016 image:https://travis-ci.org/techdev-solutions/janitor.svg?branch=master["Build Status",link="https://travis-ci.org/techdev-solutions/janitor"] An application to perform cleanup work using the https://getpocket.com[Pocket API]. ## API Documentation The documentation for the Kotlin API bindings can be found https://techdev-solutions.github.io/janitor/pocket-api/[here].
# Janitor image:https://travis-ci.org/techdev-solutions/janitor.svg?branch=master["Build Status",link="https://travis-ci.org/techdev-solutions/janitor"] An application to perform cleanup work using the https://getpocket.com[Pocket API]. ## API Documentation The documentation for the Kotlin API bindings can be found https://techdev-solutions.github.io/janitor/pocket-api/[here].
Move Travis CI badge again
Move Travis CI badge again
AsciiDoc
apache-2.0
techdev-solutions/janitor,techdev-solutions/janitor
8ac5a98b87c377e97174f7a279a2f103f458b67d
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_5_0.asciidoc[] include::migrate_2_3.asciidoc[] include::migrate_2_2.asciidoc[] include::migrate_2_1.asciidoc[] include::migrate_2_0.asciidoc[] include::migrate_1_6.asciidoc[] include::migrate_1_4.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_5_0.asciidoc[]
Remove links to nonexistent migration docs
Remove links to nonexistent migration docs
AsciiDoc
apache-2.0
mjason3/elasticsearch,xuzha/elasticsearch,fred84/elasticsearch,ThiagoGarciaAlves/elasticsearch,scorpionvicky/elasticsearch,ricardocerq/elasticsearch,MaineC/elasticsearch,alexshadow007/elasticsearch,vroyer/elassandra,MisterAndersen/elasticsearch,Stacey-Gammon/elasticsearch,elasticdog/elasticsearch,yanjunh/elasticsearch,sneivandt/elasticsearch,avikurapati/elasticsearch,geidies/elasticsearch,fforbeck/elasticsearch,masaruh/elasticsearch,MisterAndersen/elasticsearch,i-am-Nathan/elasticsearch,Shepard1212/elasticsearch,nknize/elasticsearch,ThiagoGarciaAlves/elasticsearch,fernandozhu/elasticsearch,gfyoung/elasticsearch,Helen-Zhao/elasticsearch,obourgain/elasticsearch,cwurm/elasticsearch,glefloch/elasticsearch,jprante/elasticsearch,mmaracic/elasticsearch,palecur/elasticsearch,qwerty4030/elasticsearch,nomoa/elasticsearch,rajanm/elasticsearch,mikemccand/elasticsearch,strapdata/elassandra5-rc,elasticdog/elasticsearch,fred84/elasticsearch,i-am-Nathan/elasticsearch,JervyShi/elasticsearch,s1monw/elasticsearch,StefanGor/elasticsearch,robin13/elasticsearch,yanjunh/elasticsearch,girirajsharma/elasticsearch,henakamaMSFT/elasticsearch,markwalkom/elasticsearch,umeshdangat/elasticsearch,GlenRSmith/elasticsearch,artnowo/elasticsearch,yynil/elasticsearch,IanvsPoplicola/elasticsearch,JervyShi/elasticsearch,mortonsykes/elasticsearch,ricardocerq/elasticsearch,masaruh/elasticsearch,myelin/elasticsearch,masaruh/elasticsearch,brandonkearby/elasticsearch,girirajsharma/elasticsearch,nomoa/elasticsearch,s1monw/elasticsearch,bawse/elasticsearch,winstonewert/elasticsearch,jprante/elasticsearch,mortonsykes/elasticsearch,sreeramjayan/elasticsearch,scottsom/elasticsearch,strapdata/elassandra5-rc,fernandozhu/elasticsearch,HonzaKral/elasticsearch,JervyShi/elasticsearch,pozhidaevak/elasticsearch,alexshadow007/elasticsearch,GlenRSmith/elasticsearch,sreeramjayan/elasticsearch,wuranbo/elasticsearch,liweinan0423/elasticsearch,awislowski/elasticsearch,avikurapati/elasticsearch,pozhidaevak/elasticsearch,markwalkom/elasticsearch,MaineC/elasticsearch,uschindler/elasticsearch,qwerty4030/elasticsearch,jprante/elasticsearch,jimczi/elasticsearch,gmarz/elasticsearch,JackyMai/elasticsearch,JSCooke/elasticsearch,dpursehouse/elasticsearch,njlawton/elasticsearch,zkidkid/elasticsearch,clintongormley/elasticsearch,trangvh/elasticsearch,artnowo/elasticsearch,gmarz/elasticsearch,a2lin/elasticsearch,mmaracic/elasticsearch,obourgain/elasticsearch,LewayneNaidoo/elasticsearch,LeoYao/elasticsearch,njlawton/elasticsearch,maddin2016/elasticsearch,fforbeck/elasticsearch,nknize/elasticsearch,elasticdog/elasticsearch,cwurm/elasticsearch,a2lin/elasticsearch,LewayneNaidoo/elasticsearch,clintongormley/elasticsearch,dpursehouse/elasticsearch,liweinan0423/elasticsearch,Shepard1212/elasticsearch,clintongormley/elasticsearch,LeoYao/elasticsearch,shreejay/elasticsearch,spiegela/elasticsearch,kalimatas/elasticsearch,nazarewk/elasticsearch,jprante/elasticsearch,uschindler/elasticsearch,Helen-Zhao/elasticsearch,IanvsPoplicola/elasticsearch,yynil/elasticsearch,camilojd/elasticsearch,vroyer/elasticassandra,palecur/elasticsearch,HonzaKral/elasticsearch,camilojd/elasticsearch,nomoa/elasticsearch,cwurm/elasticsearch,mohit/elasticsearch,strapdata/elassandra5-rc,lks21c/elasticsearch,wuranbo/elasticsearch,s1monw/elasticsearch,vroyer/elasticassandra,GlenRSmith/elasticsearch,nknize/elasticsearch,a2lin/elasticsearch,girirajsharma/elasticsearch,mohit/elasticsearch,camilojd/elasticsearch,girirajsharma/elasticsearch,nezirus/elasticsearch,mmaracic/elasticsearch,LeoYao/elasticsearch,vroyer/elasticassandra,MaineC/elasticsearch,pozhidaevak/elasticsearch,njlawton/elasticsearch,MisterAndersen/elasticsearch,girirajsharma/elasticsearch,masaruh/elasticsearch,avikurapati/elasticsearch,mmaracic/elasticsearch,scottsom/elasticsearch,yynil/elasticsearch,rajanm/elasticsearch,mjason3/elasticsearch,naveenhooda2000/elasticsearch,jimczi/elasticsearch,liweinan0423/elasticsearch,mikemccand/elasticsearch,wenpos/elasticsearch,rlugojr/elasticsearch,strapdata/elassandra5-rc,umeshdangat/elasticsearch,jimczi/elasticsearch,bawse/elasticsearch,maddin2016/elasticsearch,C-Bish/elasticsearch,i-am-Nathan/elasticsearch,scorpionvicky/elasticsearch,strapdata/elassandra,a2lin/elasticsearch,mapr/elasticsearch,strapdata/elassandra,JSCooke/elasticsearch,clintongormley/elasticsearch,gingerwizard/elasticsearch,girirajsharma/elasticsearch,fred84/elasticsearch,mohit/elasticsearch,dongjoon-hyun/elasticsearch,camilojd/elasticsearch,sreeramjayan/elasticsearch,coding0011/elasticsearch,ZTE-PaaS/elasticsearch,winstonewert/elasticsearch,trangvh/elasticsearch,JervyShi/elasticsearch,mapr/elasticsearch,wangtuo/elasticsearch,geidies/elasticsearch,nezirus/elasticsearch,henakamaMSFT/elasticsearch,nazarewk/elasticsearch,xuzha/elasticsearch,spiegela/elasticsearch,winstonewert/elasticsearch,markwalkom/elasticsearch,uschindler/elasticsearch,rajanm/elasticsearch,robin13/elasticsearch,njlawton/elasticsearch,sneivandt/elasticsearch,obourgain/elasticsearch,uschindler/elasticsearch,myelin/elasticsearch,kalimatas/elasticsearch,sreeramjayan/elasticsearch,bawse/elasticsearch,spiegela/elasticsearch,naveenhooda2000/elasticsearch,strapdata/elassandra5-rc,markwalkom/elasticsearch,jimczi/elasticsearch,alexshadow007/elasticsearch,mohit/elasticsearch,s1monw/elasticsearch,wenpos/elasticsearch,brandonkearby/elasticsearch,zkidkid/elasticsearch,henakamaMSFT/elasticsearch,palecur/elasticsearch,pozhidaevak/elasticsearch,lks21c/elasticsearch,i-am-Nathan/elasticsearch,artnowo/elasticsearch,C-Bish/elasticsearch,kalimatas/elasticsearch,glefloch/elasticsearch,gfyoung/elasticsearch,brandonkearby/elasticsearch,dpursehouse/elasticsearch,maddin2016/elasticsearch,gfyoung/elasticsearch,Stacey-Gammon/elasticsearch,GlenRSmith/elasticsearch,wangtuo/elasticsearch,pozhidaevak/elasticsearch,clintongormley/elasticsearch,rajanm/elasticsearch,naveenhooda2000/elasticsearch,mjason3/elasticsearch,mapr/elasticsearch,ZTE-PaaS/elasticsearch,ricardocerq/elasticsearch,nezirus/elasticsearch,gingerwizard/elasticsearch,rajanm/elasticsearch,nknize/elasticsearch,nilabhsagar/elasticsearch,cwurm/elasticsearch,gingerwizard/elasticsearch,myelin/elasticsearch,Stacey-Gammon/elasticsearch,geidies/elasticsearch,palecur/elasticsearch,zkidkid/elasticsearch,fernandozhu/elasticsearch,gmarz/elasticsearch,MisterAndersen/elasticsearch,ricardocerq/elasticsearch,nknize/elasticsearch,njlawton/elasticsearch,palecur/elasticsearch,zkidkid/elasticsearch,dongjoon-hyun/elasticsearch,wenpos/elasticsearch,dpursehouse/elasticsearch,Shepard1212/elasticsearch,vroyer/elassandra,geidies/elasticsearch,markwalkom/elasticsearch,yanjunh/elasticsearch,fred84/elasticsearch,qwerty4030/elasticsearch,Helen-Zhao/elasticsearch,robin13/elasticsearch,mortonsykes/elasticsearch,mjason3/elasticsearch,LewayneNaidoo/elasticsearch,coding0011/elasticsearch,camilojd/elasticsearch,trangvh/elasticsearch,StefanGor/elasticsearch,alexshadow007/elasticsearch,rlugojr/elasticsearch,uschindler/elasticsearch,coding0011/elasticsearch,fforbeck/elasticsearch,gfyoung/elasticsearch,i-am-Nathan/elasticsearch,ZTE-PaaS/elasticsearch,xuzha/elasticsearch,StefanGor/elasticsearch,scorpionvicky/elasticsearch,mohit/elasticsearch,coding0011/elasticsearch,dongjoon-hyun/elasticsearch,HonzaKral/elasticsearch,glefloch/elasticsearch,myelin/elasticsearch,camilojd/elasticsearch,IanvsPoplicola/elasticsearch,gingerwizard/elasticsearch,fernandozhu/elasticsearch,fforbeck/elasticsearch,LewayneNaidoo/elasticsearch,scottsom/elasticsearch,mapr/elasticsearch,naveenhooda2000/elasticsearch,awislowski/elasticsearch,sreeramjayan/elasticsearch,C-Bish/elasticsearch,gingerwizard/elasticsearch,sneivandt/elasticsearch,Helen-Zhao/elasticsearch,IanvsPoplicola/elasticsearch,JervyShi/elasticsearch,lks21c/elasticsearch,Stacey-Gammon/elasticsearch,kalimatas/elasticsearch,sneivandt/elasticsearch,brandonkearby/elasticsearch,gmarz/elasticsearch,wuranbo/elasticsearch,Helen-Zhao/elasticsearch,mjason3/elasticsearch,wangtuo/elasticsearch,shreejay/elasticsearch,ricardocerq/elasticsearch,xuzha/elasticsearch,ThiagoGarciaAlves/elasticsearch,mikemccand/elasticsearch,elasticdog/elasticsearch,vroyer/elassandra,strapdata/elassandra,kalimatas/elasticsearch,JackyMai/elasticsearch,avikurapati/elasticsearch,henakamaMSFT/elasticsearch,ZTE-PaaS/elasticsearch,wenpos/elasticsearch,mmaracic/elasticsearch,mikemccand/elasticsearch,MaineC/elasticsearch,scorpionvicky/elasticsearch,umeshdangat/elasticsearch,liweinan0423/elasticsearch,winstonewert/elasticsearch,StefanGor/elasticsearch,bawse/elasticsearch,mapr/elasticsearch,brandonkearby/elasticsearch,sreeramjayan/elasticsearch,awislowski/elasticsearch,yanjunh/elasticsearch,shreejay/elasticsearch,yynil/elasticsearch,markwalkom/elasticsearch,Stacey-Gammon/elasticsearch,LeoYao/elasticsearch,JackyMai/elasticsearch,JervyShi/elasticsearch,spiegela/elasticsearch,obourgain/elasticsearch,ThiagoGarciaAlves/elasticsearch,a2lin/elasticsearch,nomoa/elasticsearch,artnowo/elasticsearch,sneivandt/elasticsearch,scottsom/elasticsearch,mmaracic/elasticsearch,masaruh/elasticsearch,awislowski/elasticsearch,wangtuo/elasticsearch,spiegela/elasticsearch,LeoYao/elasticsearch,naveenhooda2000/elasticsearch,nomoa/elasticsearch,jimczi/elasticsearch,JackyMai/elasticsearch,elasticdog/elasticsearch,JSCooke/elasticsearch,MisterAndersen/elasticsearch,scorpionvicky/elasticsearch,scottsom/elasticsearch,gingerwizard/elasticsearch,StefanGor/elasticsearch,avikurapati/elasticsearch,shreejay/elasticsearch,qwerty4030/elasticsearch,wuranbo/elasticsearch,nezirus/elasticsearch,cwurm/elasticsearch,robin13/elasticsearch,GlenRSmith/elasticsearch,bawse/elasticsearch,dpursehouse/elasticsearch,mapr/elasticsearch,trangvh/elasticsearch,awislowski/elasticsearch,mortonsykes/elasticsearch,maddin2016/elasticsearch,geidies/elasticsearch,MaineC/elasticsearch,geidies/elasticsearch,nilabhsagar/elasticsearch,henakamaMSFT/elasticsearch,nazarewk/elasticsearch,rlugojr/elasticsearch,IanvsPoplicola/elasticsearch,trangvh/elasticsearch,mikemccand/elasticsearch,maddin2016/elasticsearch,clintongormley/elasticsearch,nilabhsagar/elasticsearch,wuranbo/elasticsearch,LeoYao/elasticsearch,glefloch/elasticsearch,rajanm/elasticsearch,xuzha/elasticsearch,nezirus/elasticsearch,JSCooke/elasticsearch,nilabhsagar/elasticsearch,wenpos/elasticsearch,shreejay/elasticsearch,C-Bish/elasticsearch,fernandozhu/elasticsearch,artnowo/elasticsearch,Shepard1212/elasticsearch,robin13/elasticsearch,strapdata/elassandra,qwerty4030/elasticsearch,JackyMai/elasticsearch,strapdata/elassandra,umeshdangat/elasticsearch,dongjoon-hyun/elasticsearch,JSCooke/elasticsearch,Shepard1212/elasticsearch,ThiagoGarciaAlves/elasticsearch,winstonewert/elasticsearch,ZTE-PaaS/elasticsearch,ThiagoGarciaAlves/elasticsearch,wangtuo/elasticsearch,liweinan0423/elasticsearch,yynil/elasticsearch,C-Bish/elasticsearch,HonzaKral/elasticsearch,fred84/elasticsearch,gfyoung/elasticsearch,myelin/elasticsearch,nazarewk/elasticsearch,LewayneNaidoo/elasticsearch,gmarz/elasticsearch,xuzha/elasticsearch,nilabhsagar/elasticsearch,yanjunh/elasticsearch,rlugojr/elasticsearch,umeshdangat/elasticsearch,jprante/elasticsearch,obourgain/elasticsearch,alexshadow007/elasticsearch,rlugojr/elasticsearch,gingerwizard/elasticsearch,fforbeck/elasticsearch,lks21c/elasticsearch,glefloch/elasticsearch,yynil/elasticsearch,LeoYao/elasticsearch,coding0011/elasticsearch,s1monw/elasticsearch,mortonsykes/elasticsearch,lks21c/elasticsearch,zkidkid/elasticsearch,dongjoon-hyun/elasticsearch,nazarewk/elasticsearch
887bd0a9c2905e0ecadc058c2339d24d35cb6ce5
docs/reference/indices/get-mapping.asciidoc
docs/reference/indices/get-mapping.asciidoc
[[indices-get-mapping]] == Get Mapping The get mapping API allows to retrieve mapping definitions for an index or index/type. [source,js] -------------------------------------------------- curl -XGET 'http://localhost:9200/twitter/_mapping/tweet' -------------------------------------------------- [float] === Multiple Indices and Types The get mapping API can be used to get more than one index or type mapping with a single call. General usage of the API follows the following syntax: `host:port/{index}/{type}/_mapping` where both `{index}` and `{type}` can accept a comma-separated list of names. To get mappings for all indices you can use `_all` for `{index}`. The following are some examples: [source,js] -------------------------------------------------- curl -XGET 'http://localhost:9200/_mapping/twitter,kimchy' curl -XGET 'http://localhost:9200/_all/_mapping/tweet,book' -------------------------------------------------- If you want to get mappings of all indices and types then the following two examples are equivalent: [source,js] -------------------------------------------------- curl -XGET 'http://localhost:9200/_all/_mapping' curl -XGET 'http://localhost:9200/_mapping' --------------------------------------------------
[[indices-get-mapping]] == Get Mapping The get mapping API allows to retrieve mapping definitions for an index or index/type. [source,js] -------------------------------------------------- curl -XGET 'http://localhost:9200/twitter/_mapping/tweet' -------------------------------------------------- [float] === Multiple Indices and Types The get mapping API can be used to get more than one index or type mapping with a single call. General usage of the API follows the following syntax: `host:port/{index}/_mapping/{type}` where both `{index}` and `{type}` can accept a comma-separated list of names. To get mappings for all indices you can use `_all` for `{index}`. The following are some examples: [source,js] -------------------------------------------------- curl -XGET 'http://localhost:9200/_mapping/twitter,kimchy' curl -XGET 'http://localhost:9200/_all/_mapping/tweet,book' -------------------------------------------------- If you want to get mappings of all indices and types then the following two examples are equivalent: [source,js] -------------------------------------------------- curl -XGET 'http://localhost:9200/_all/_mapping' curl -XGET 'http://localhost:9200/_mapping' --------------------------------------------------
Update to the new {index}/_mapping/{type} format
[DOCS] Update to the new {index}/_mapping/{type} format
AsciiDoc
apache-2.0
18098924759/elasticsearch,kubum/elasticsearch,AleksKochev/elasticsearch,iamjakob/elasticsearch,amaliujia/elasticsearch,petabytedata/elasticsearch,sjohnr/elasticsearch,infusionsoft/elasticsearch,yanjunh/elasticsearch,dataduke/elasticsearch,mcku/elasticsearch,kubum/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,Chhunlong/elasticsearch,Rygbee/elasticsearch,geidies/elasticsearch,mjason3/elasticsearch,sc0ttkclark/elasticsearch,zeroctu/elasticsearch,markwalkom/elasticsearch,18098924759/elasticsearch,vroyer/elasticassandra,boliza/elasticsearch,slavau/elasticsearch,markllama/elasticsearch,fekaputra/elasticsearch,mute/elasticsearch,weipinghe/elasticsearch,easonC/elasticsearch,myelin/elasticsearch,shreejay/elasticsearch,mnylen/elasticsearch,bawse/elasticsearch,jbertouch/elasticsearch,maddin2016/elasticsearch,fred84/elasticsearch,MjAbuz/elasticsearch,mohit/elasticsearch,rhoml/elasticsearch,snikch/elasticsearch,achow/elasticsearch,zeroctu/elasticsearch,martinstuga/elasticsearch,vingupta3/elasticsearch,jpountz/elasticsearch,pozhidaevak/elasticsearch,lmtwga/elasticsearch,Fsero/elasticsearch,i-am-Nathan/elasticsearch,jimczi/elasticsearch,ckclark/elasticsearch,ThalaivaStars/OrgRepo1,zhiqinghuang/elasticsearch,strapdata/elassandra5-rc,hanswang/elasticsearch,KimTaehee/elasticsearch,wayeast/elasticsearch,palecur/elasticsearch,obourgain/elasticsearch,markharwood/elasticsearch,overcome/elasticsearch,Shepard1212/elasticsearch,hechunwen/elasticsearch,mapr/elasticsearch,brandonkearby/elasticsearch,truemped/elasticsearch,mkis-/elasticsearch,beiske/elasticsearch,sarwarbhuiyan/elasticsearch,sdauletau/elasticsearch,yongminxia/elasticsearch,mbrukman/elasticsearch,areek/elasticsearch,sneivandt/elasticsearch,amaliujia/elasticsearch,Ansh90/elasticsearch,TonyChai24/ESSource,alexkuk/elasticsearch,sauravmondallive/elasticsearch,ricardocerq/elasticsearch,bestwpw/elasticsearch,achow/elasticsearch,JSCooke/elasticsearch,fooljohnny/elasticsearch,queirozfcom/elasticsearch,sdauletau/elasticsearch,MjAbuz/elasticsearch,franklanganke/elasticsearch,NBSW/elasticsearch,jeteve/elasticsearch,tcucchietti/elasticsearch,avikurapati/elasticsearch,acchen97/elasticsearch,strapdata/elassandra5-rc,kalburgimanjunath/elasticsearch,easonC/elasticsearch,ivansun1010/elasticsearch,adrianbk/elasticsearch,likaiwalkman/elasticsearch,Clairebi/ElasticsearchClone,humandb/elasticsearch,aglne/elasticsearch,springning/elasticsearch,Brijeshrpatel9/elasticsearch,Ansh90/elasticsearch,Flipkart/elasticsearch,brandonkearby/elasticsearch,ydsakyclguozi/elasticsearch,kingaj/elasticsearch,LewayneNaidoo/elasticsearch,MetSystem/elasticsearch,onegambler/elasticsearch,vvcephei/elasticsearch,nomoa/elasticsearch,truemped/elasticsearch,socialrank/elasticsearch,mute/elasticsearch,nazarewk/elasticsearch,djschny/elasticsearch,18098924759/elasticsearch,milodky/elasticsearch,amit-shar/elasticsearch,kaneshin/elasticsearch,naveenhooda2000/elasticsearch,Siddartha07/elasticsearch,scorpionvicky/elasticsearch,markwalkom/elasticsearch,springning/elasticsearch,thecocce/elasticsearch,iacdingping/elasticsearch,fooljohnny/elasticsearch,mmaracic/elasticsearch,easonC/elasticsearch,dantuffery/elasticsearch,kimimj/elasticsearch,queirozfcom/elasticsearch,Collaborne/elasticsearch,lmtwga/elasticsearch,vingupta3/elasticsearch,btiernay/elasticsearch,AndreKR/elasticsearch,nomoa/elasticsearch,rmuir/elasticsearch,pranavraman/elasticsearch,gmarz/elasticsearch,clintongormley/elasticsearch,ydsakyclguozi/elasticsearch,boliza/elasticsearch,adrianbk/elasticsearch,sscarduzio/elasticsearch,jbertouch/elasticsearch,jprante/elasticsearch,sc0ttkclark/elasticsearch,sreeramjayan/elasticsearch,girirajsharma/elasticsearch,kalimatas/elasticsearch,nellicus/elasticsearch,gmarz/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,lks21c/elasticsearch,linglaiyao1314/elasticsearch,smflorentino/elasticsearch,mm0/elasticsearch,ivansun1010/elasticsearch,Shekharrajak/elasticsearch,schonfeld/elasticsearch,mjhennig/elasticsearch,strapdata/elassandra,ThiagoGarciaAlves/elasticsearch,bawse/elasticsearch,lks21c/elasticsearch,sreeramjayan/elasticsearch,scorpionvicky/elasticsearch,LewayneNaidoo/elasticsearch,beiske/elasticsearch,onegambler/elasticsearch,MichaelLiZhou/elasticsearch,sjohnr/elasticsearch,sauravmondallive/elasticsearch,nazarewk/elasticsearch,Chhunlong/elasticsearch,masterweb121/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,nrkkalyan/elasticsearch,HonzaKral/elasticsearch,lydonchandra/elasticsearch,umeshdangat/elasticsearch,hirdesh2008/elasticsearch,Liziyao/elasticsearch,HonzaKral/elasticsearch,masaruh/elasticsearch,opendatasoft/elasticsearch,luiseduardohdbackup/elasticsearch,golubev/elasticsearch,boliza/elasticsearch,strapdata/elassandra,sreeramjayan/elasticsearch,heng4fun/elasticsearch,sreeramjayan/elasticsearch,sneivandt/elasticsearch,ZTE-PaaS/elasticsearch,weipinghe/elasticsearch,umeshdangat/elasticsearch,fooljohnny/elasticsearch,smflorentino/elasticsearch,himanshuag/elasticsearch,chrismwendt/elasticsearch,gfyoung/elasticsearch,nrkkalyan/elasticsearch,kcompher/elasticsearch,humandb/elasticsearch,vrkansagara/elasticsearch,bawse/elasticsearch,rajanm/elasticsearch,nomoa/elasticsearch,fekaputra/elasticsearch,abibell/elasticsearch,davidvgalbraith/elasticsearch,sauravmondallive/elasticsearch,mnylen/elasticsearch,kalburgimanjunath/elasticsearch,i-am-Nathan/elasticsearch,amaliujia/elasticsearch,wbowling/elasticsearch,smflorentino/elasticsearch,ouyangkongtong/elasticsearch,qwerty4030/elasticsearch,himanshuag/elasticsearch,vrkansagara/elasticsearch,dongjoon-hyun/elasticsearch,NBSW/elasticsearch,kevinkluge/elasticsearch,yynil/elasticsearch,hanswang/elasticsearch,hirdesh2008/elasticsearch,AshishThakur/elasticsearch,ulkas/elasticsearch,lydonchandra/elasticsearch,andrestc/elasticsearch,xingguang2013/elasticsearch,acchen97/elasticsearch,xpandan/elasticsearch,pablocastro/elasticsearch,sscarduzio/elasticsearch,obourgain/elasticsearch,amit-shar/elasticsearch,Uiho/elasticsearch,ImpressTV/elasticsearch,lzo/elasticsearch-1,wuranbo/elasticsearch,adrianbk/elasticsearch,F0lha/elasticsearch,anti-social/elasticsearch,khiraiwa/elasticsearch,kaneshin/elasticsearch,kkirsche/elasticsearch,ckclark/elasticsearch,geidies/elasticsearch,luiseduardohdbackup/elasticsearch,springning/elasticsearch,socialrank/elasticsearch,kalburgimanjunath/elasticsearch,zhiqinghuang/elasticsearch,karthikjaps/elasticsearch,JervyShi/elasticsearch,alexshadow007/elasticsearch,episerver/elasticsearch,pablocastro/elasticsearch,C-Bish/elasticsearch,jw0201/elastic,rento19962/elasticsearch,javachengwc/elasticsearch,scottsom/elasticsearch,NBSW/elasticsearch,mapr/elasticsearch,masterweb121/elasticsearch,Charlesdong/elasticsearch,wimvds/elasticsearch,camilojd/elasticsearch,Collaborne/elasticsearch,cwurm/elasticsearch,mjhennig/elasticsearch,huanzhong/elasticsearch,trangvh/elasticsearch,dpursehouse/elasticsearch,jimhooker2002/elasticsearch,mortonsykes/elasticsearch,njlawton/elasticsearch,yongminxia/elasticsearch,SergVro/elasticsearch,LewayneNaidoo/elasticsearch,MjAbuz/elasticsearch,knight1128/elasticsearch,nezirus/elasticsearch,abibell/elasticsearch,anti-social/elasticsearch,hanst/elasticsearch,yuy168/elasticsearch,caengcjd/elasticsearch,AndreKR/elasticsearch,codebunt/elasticsearch,luiseduardohdbackup/elasticsearch,Brijeshrpatel9/elasticsearch,KimTaehee/elasticsearch,nilabhsagar/elasticsearch,mjason3/elasticsearch,zeroctu/elasticsearch,snikch/elasticsearch,Ansh90/elasticsearch,zhiqinghuang/elasticsearch,Clairebi/ElasticsearchClone,apepper/elasticsearch,ESamir/elasticsearch,Stacey-Gammon/elasticsearch,Widen/elasticsearch,fred84/elasticsearch,pozhidaevak/elasticsearch,wenpos/elasticsearch,sneivandt/elasticsearch,gingerwizard/elasticsearch,KimTaehee/elasticsearch,chrismwendt/elasticsearch,jprante/elasticsearch,Collaborne/elasticsearch,diendt/elasticsearch,18098924759/elasticsearch,chirilo/elasticsearch,overcome/elasticsearch,schonfeld/elasticsearch,masaruh/elasticsearch,lydonchandra/elasticsearch,sc0ttkclark/elasticsearch,Fsero/elasticsearch,socialrank/elasticsearch,kimimj/elasticsearch,sneivandt/elasticsearch,rhoml/elasticsearch,likaiwalkman/elasticsearch,Widen/elasticsearch,anti-social/elasticsearch,Chhunlong/elasticsearch,mute/elasticsearch,JSCooke/elasticsearch,hanst/elasticsearch,henakamaMSFT/elasticsearch,geidies/elasticsearch,kcompher/elasticsearch,jimczi/elasticsearch,kaneshin/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,Chhunlong/elasticsearch,njlawton/elasticsearch,lydonchandra/elasticsearch,wenpos/elasticsearch,drewr/elasticsearch,Shekharrajak/elasticsearch,mohit/elasticsearch,strapdata/elassandra-test,s1monw/elasticsearch,ulkas/elasticsearch,apepper/elasticsearch,GlenRSmith/elasticsearch,ydsakyclguozi/elasticsearch,HonzaKral/elasticsearch,palecur/elasticsearch,huanzhong/elasticsearch,xuzha/elasticsearch,truemped/elasticsearch,AshishThakur/elasticsearch,Brijeshrpatel9/elasticsearch,nazarewk/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,iacdingping/elasticsearch,feiqitian/elasticsearch,kenshin233/elasticsearch,vietlq/elasticsearch,lchennup/elasticsearch,lightslife/elasticsearch,AshishThakur/elasticsearch,rajanm/elasticsearch,fekaputra/elasticsearch,scorpionvicky/elasticsearch,zkidkid/elasticsearch,socialrank/elasticsearch,martinstuga/elasticsearch,IanvsPoplicola/elasticsearch,tahaemin/elasticsearch,jprante/elasticsearch,Widen/elasticsearch,zhiqinghuang/elasticsearch,luiseduardohdbackup/elasticsearch,abibell/elasticsearch,wangyuxue/elasticsearch,Ansh90/elasticsearch,koxa29/elasticsearch,JackyMai/elasticsearch,wimvds/elasticsearch,gfyoung/elasticsearch,ouyangkongtong/elasticsearch,kunallimaye/elasticsearch,infusionsoft/elasticsearch,btiernay/elasticsearch,ivansun1010/elasticsearch,vroyer/elasticassandra,kkirsche/elasticsearch,NBSW/elasticsearch,Kakakakakku/elasticsearch,Rygbee/elasticsearch,dpursehouse/elasticsearch,C-Bish/elasticsearch,MisterAndersen/elasticsearch,hafkensite/elasticsearch,C-Bish/elasticsearch,avikurapati/elasticsearch,szroland/elasticsearch,luiseduardohdbackup/elasticsearch,smflorentino/elasticsearch,golubev/elasticsearch,codebunt/elasticsearch,Asimov4/elasticsearch,a2lin/elasticsearch,ulkas/elasticsearch,tkssharma/elasticsearch,onegambler/elasticsearch,iantruslove/elasticsearch,mm0/elasticsearch,fforbeck/elasticsearch,tahaemin/elasticsearch,chirilo/elasticsearch,EasonYi/elasticsearch,andrejserafim/elasticsearch,hanswang/elasticsearch,Liziyao/elasticsearch,AleksKochev/elasticsearch,alexshadow007/elasticsearch,ckclark/elasticsearch,brandonkearby/elasticsearch,ouyangkongtong/elasticsearch,phani546/elasticsearch,markllama/elasticsearch,tsohil/elasticsearch,artnowo/elasticsearch,vroyer/elassandra,uschindler/elasticsearch,cwurm/elasticsearch,mjhennig/elasticsearch,kunallimaye/elasticsearch,mgalushka/elasticsearch,jaynblue/elasticsearch,kkirsche/elasticsearch,springning/elasticsearch,sdauletau/elasticsearch,maddin2016/elasticsearch,rajanm/elasticsearch,hirdesh2008/elasticsearch,strapdata/elassandra-test,nrkkalyan/elasticsearch,karthikjaps/elasticsearch,AshishThakur/elasticsearch,PhaedrusTheGreek/elasticsearch,Widen/elasticsearch,feiqitian/elasticsearch,jchampion/elasticsearch,strapdata/elassandra-test,mkis-/elasticsearch,phani546/elasticsearch,GlenRSmith/elasticsearch,trangvh/elasticsearch,nrkkalyan/elasticsearch,thecocce/elasticsearch,episerver/elasticsearch,fforbeck/elasticsearch,kimimj/elasticsearch,jpountz/elasticsearch,slavau/elasticsearch,StefanGor/elasticsearch,iamjakob/elasticsearch,HarishAtGitHub/elasticsearch,wbowling/elasticsearch,dongjoon-hyun/elasticsearch,andrestc/elasticsearch,wangyuxue/elasticsearch,wittyameta/elasticsearch,Siddartha07/elasticsearch,MetSystem/elasticsearch,skearns64/elasticsearch,hydro2k/elasticsearch,iacdingping/elasticsearch,weipinghe/elasticsearch,mkis-/elasticsearch,yuy168/elasticsearch,davidvgalbraith/elasticsearch,wuranbo/elasticsearch,kenshin233/elasticsearch,GlenRSmith/elasticsearch,ydsakyclguozi/elasticsearch,queirozfcom/elasticsearch,mute/elasticsearch,thecocce/elasticsearch,mapr/elasticsearch,artnowo/elasticsearch,jsgao0/elasticsearch,huanzhong/elasticsearch,MichaelLiZhou/elasticsearch,IanvsPoplicola/elasticsearch,obourgain/elasticsearch,milodky/elasticsearch,andrejserafim/elasticsearch,tkssharma/elasticsearch,episerver/elasticsearch,wayeast/elasticsearch,F0lha/elasticsearch,hechunwen/elasticsearch,markllama/elasticsearch,jeteve/elasticsearch,sarwarbhuiyan/elasticsearch,sreeramjayan/elasticsearch,trangvh/elasticsearch,kalburgimanjunath/elasticsearch,strapdata/elassandra-test,weipinghe/elasticsearch,mcku/elasticsearch,Shepard1212/elasticsearch,schonfeld/elasticsearch,szroland/elasticsearch,F0lha/elasticsearch,ajhalani/elasticsearch,bestwpw/elasticsearch,mute/elasticsearch,MisterAndersen/elasticsearch,jimhooker2002/elasticsearch,petmit/elasticsearch,Kakakakakku/elasticsearch,Brijeshrpatel9/elasticsearch,andrejserafim/elasticsearch,hechunwen/elasticsearch,queirozfcom/elasticsearch,elasticdog/elasticsearch,kevinkluge/elasticsearch,gmarz/elasticsearch,MetSystem/elasticsearch,onegambler/elasticsearch,ThalaivaStars/OrgRepo1,diendt/elasticsearch,rmuir/elasticsearch,zeroctu/elasticsearch,lzo/elasticsearch-1,Shekharrajak/elasticsearch,VukDukic/elasticsearch,vvcephei/elasticsearch,MichaelLiZhou/elasticsearch,avikurapati/elasticsearch,franklanganke/elasticsearch,F0lha/elasticsearch,qwerty4030/elasticsearch,lks21c/elasticsearch,camilojd/elasticsearch,hirdesh2008/elasticsearch,mbrukman/elasticsearch,kalburgimanjunath/elasticsearch,tcucchietti/elasticsearch,MisterAndersen/elasticsearch,socialrank/elasticsearch,boliza/elasticsearch,vrkansagara/elasticsearch,yongminxia/elasticsearch,rento19962/elasticsearch,janmejay/elasticsearch,JervyShi/elasticsearch,mmaracic/elasticsearch,jsgao0/elasticsearch,YosuaMichael/elasticsearch,liweinan0423/elasticsearch,wimvds/elasticsearch,Shekharrajak/elasticsearch,mrorii/elasticsearch,mapr/elasticsearch,artnowo/elasticsearch,YosuaMichael/elasticsearch,javachengwc/elasticsearch,camilojd/elasticsearch,nazarewk/elasticsearch,MisterAndersen/elasticsearch,MaineC/elasticsearch,abibell/elasticsearch,ouyangkongtong/elasticsearch,sposam/elasticsearch,acchen97/elasticsearch,lmtwga/elasticsearch,truemped/elasticsearch,ThiagoGarciaAlves/elasticsearch,jimczi/elasticsearch,mm0/elasticsearch,Fsero/elasticsearch,rlugojr/elasticsearch,springning/elasticsearch,anti-social/elasticsearch,polyfractal/elasticsearch,djschny/elasticsearch,linglaiyao1314/elasticsearch,ivansun1010/elasticsearch,alexbrasetvik/elasticsearch,mikemccand/elasticsearch,glefloch/elasticsearch,jaynblue/elasticsearch,sdauletau/elasticsearch,caengcjd/elasticsearch,pritishppai/elasticsearch,davidvgalbraith/elasticsearch,kcompher/elasticsearch,jpountz/elasticsearch,artnowo/elasticsearch,Siddartha07/elasticsearch,queirozfcom/elasticsearch,feiqitian/elasticsearch,Fsero/elasticsearch,JSCooke/elasticsearch,Shekharrajak/elasticsearch,iantruslove/elasticsearch,xingguang2013/elasticsearch,dataduke/elasticsearch,Asimov4/elasticsearch,sarwarbhuiyan/elasticsearch,awislowski/elasticsearch,dongjoon-hyun/elasticsearch,ThiagoGarciaAlves/elasticsearch,mbrukman/elasticsearch,mnylen/elasticsearch,kingaj/elasticsearch,iantruslove/elasticsearch,camilojd/elasticsearch,markharwood/elasticsearch,szroland/elasticsearch,vietlq/elasticsearch,kalimatas/elasticsearch,likaiwalkman/elasticsearch,btiernay/elasticsearch,micpalmia/elasticsearch,VukDukic/elasticsearch,javachengwc/elasticsearch,episerver/elasticsearch,kkirsche/elasticsearch,kubum/elasticsearch,VukDukic/elasticsearch,jaynblue/elasticsearch,robin13/elasticsearch,Kakakakakku/elasticsearch,nellicus/elasticsearch,Microsoft/elasticsearch,EasonYi/elasticsearch,luiseduardohdbackup/elasticsearch,nilabhsagar/elasticsearch,awislowski/elasticsearch,hechunwen/elasticsearch,elasticdog/elasticsearch,socialrank/elasticsearch,iantruslove/elasticsearch,jpountz/elasticsearch,rhoml/elasticsearch,markwalkom/elasticsearch,chrismwendt/elasticsearch,mm0/elasticsearch,jsgao0/elasticsearch,cnfire/elasticsearch-1,markllama/elasticsearch,adrianbk/elasticsearch,khiraiwa/elasticsearch,brandonkearby/elasticsearch,wuranbo/elasticsearch,wbowling/elasticsearch,hydro2k/elasticsearch,fernandozhu/elasticsearch,sposam/elasticsearch,adrianbk/elasticsearch,javachengwc/elasticsearch,beiske/elasticsearch,kubum/elasticsearch,pablocastro/elasticsearch,kimimj/elasticsearch,petabytedata/elasticsearch,amit-shar/elasticsearch,knight1128/elasticsearch,dongjoon-hyun/elasticsearch,kevinkluge/elasticsearch,rmuir/elasticsearch,sjohnr/elasticsearch,pablocastro/elasticsearch,dylan8902/elasticsearch,snikch/elasticsearch,pranavraman/elasticsearch,GlenRSmith/elasticsearch,IanvsPoplicola/elasticsearch,xpandan/elasticsearch,jchampion/elasticsearch,achow/elasticsearch,kevinkluge/elasticsearch,skearns64/elasticsearch,andrestc/elasticsearch,Charlesdong/elasticsearch,kimimj/elasticsearch,pranavraman/elasticsearch,LewayneNaidoo/elasticsearch,robin13/elasticsearch,tahaemin/elasticsearch,beiske/elasticsearch,dantuffery/elasticsearch,markllama/elasticsearch,snikch/elasticsearch,snikch/elasticsearch,jbertouch/elasticsearch,diendt/elasticsearch,Helen-Zhao/elasticsearch,alexkuk/elasticsearch,hanswang/elasticsearch,martinstuga/elasticsearch,jaynblue/elasticsearch,ESamir/elasticsearch,kubum/elasticsearch,rento19962/elasticsearch,markharwood/elasticsearch,s1monw/elasticsearch,ckclark/elasticsearch,loconsolutions/elasticsearch,18098924759/elasticsearch,pozhidaevak/elasticsearch,sjohnr/elasticsearch,gingerwizard/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,elancom/elasticsearch,tahaemin/elasticsearch,alexkuk/elasticsearch,AleksKochev/elasticsearch,zhiqinghuang/elasticsearch,mnylen/elasticsearch,andrestc/elasticsearch,tsohil/elasticsearch,khiraiwa/elasticsearch,wittyameta/elasticsearch,henakamaMSFT/elasticsearch,Helen-Zhao/elasticsearch,xuzha/elasticsearch,mgalushka/elasticsearch,sauravmondallive/elasticsearch,vvcephei/elasticsearch,kunallimaye/elasticsearch,dylan8902/elasticsearch,F0lha/elasticsearch,wittyameta/elasticsearch,xingguang2013/elasticsearch,wayeast/elasticsearch,awislowski/elasticsearch,kenshin233/elasticsearch,Widen/elasticsearch,kunallimaye/elasticsearch,jimhooker2002/elasticsearch,janmejay/elasticsearch,strapdata/elassandra5-rc,geidies/elasticsearch,ThalaivaStars/OrgRepo1,cnfire/elasticsearch-1,kenshin233/elasticsearch,truemped/elasticsearch,truemped/elasticsearch,iacdingping/elasticsearch,yanjunh/elasticsearch,easonC/elasticsearch,tkssharma/elasticsearch,sc0ttkclark/elasticsearch,andrejserafim/elasticsearch,njlawton/elasticsearch,wbowling/elasticsearch,kubum/elasticsearch,vingupta3/elasticsearch,ivansun1010/elasticsearch,caengcjd/elasticsearch,sdauletau/elasticsearch,karthikjaps/elasticsearch,beiske/elasticsearch,wimvds/elasticsearch,ThalaivaStars/OrgRepo1,coding0011/elasticsearch,Siddartha07/elasticsearch,acchen97/elasticsearch,sposam/elasticsearch,nazarewk/elasticsearch,janmejay/elasticsearch,myelin/elasticsearch,EasonYi/elasticsearch,cnfire/elasticsearch-1,kalburgimanjunath/elasticsearch,strapdata/elassandra,glefloch/elasticsearch,MichaelLiZhou/elasticsearch,strapdata/elassandra-test,yuy168/elasticsearch,lzo/elasticsearch-1,mgalushka/elasticsearch,Ansh90/elasticsearch,hanswang/elasticsearch,alexbrasetvik/elasticsearch,jeteve/elasticsearch,VukDukic/elasticsearch,likaiwalkman/elasticsearch,xpandan/elasticsearch,fred84/elasticsearch,Liziyao/elasticsearch,s1monw/elasticsearch,polyfractal/elasticsearch,martinstuga/elasticsearch,Helen-Zhao/elasticsearch,ckclark/elasticsearch,glefloch/elasticsearch,Clairebi/ElasticsearchClone,mnylen/elasticsearch,PhaedrusTheGreek/elasticsearch,obourgain/elasticsearch,springning/elasticsearch,schonfeld/elasticsearch,hanswang/elasticsearch,spiegela/elasticsearch,ZTE-PaaS/elasticsearch,TonyChai24/ESSource,elancom/elasticsearch,btiernay/elasticsearch,combinatorist/elasticsearch,dataduke/elasticsearch,mrorii/elasticsearch,heng4fun/elasticsearch,YosuaMichael/elasticsearch,xpandan/elasticsearch,spiegela/elasticsearch,fernandozhu/elasticsearch,jimczi/elasticsearch,linglaiyao1314/elasticsearch,Stacey-Gammon/elasticsearch,geidies/elasticsearch,wuranbo/elasticsearch,mohit/elasticsearch,petabytedata/elasticsearch,liweinan0423/elasticsearch,kalimatas/elasticsearch,yuy168/elasticsearch,djschny/elasticsearch,fekaputra/elasticsearch,lightslife/elasticsearch,elasticdog/elasticsearch,dpursehouse/elasticsearch,markllama/elasticsearch,Siddartha07/elasticsearch,MetSystem/elasticsearch,nezirus/elasticsearch,pranavraman/elasticsearch,avikurapati/elasticsearch,scottsom/elasticsearch,golubev/elasticsearch,elancom/elasticsearch,camilojd/elasticsearch,petabytedata/elasticsearch,i-am-Nathan/elasticsearch,milodky/elasticsearch,markwalkom/elasticsearch,wenpos/elasticsearch,pritishppai/elasticsearch,djschny/elasticsearch,TonyChai24/ESSource,micpalmia/elasticsearch,kaneshin/elasticsearch,lightslife/elasticsearch,apepper/elasticsearch,maddin2016/elasticsearch,ricardocerq/elasticsearch,dpursehouse/elasticsearch,szroland/elasticsearch,wittyameta/elasticsearch,apepper/elasticsearch,huanzhong/elasticsearch,wbowling/elasticsearch,ESamir/elasticsearch,IanvsPoplicola/elasticsearch,karthikjaps/elasticsearch,lzo/elasticsearch-1,fred84/elasticsearch,Chhunlong/elasticsearch,mrorii/elasticsearch,ZTE-PaaS/elasticsearch,combinatorist/elasticsearch,qwerty4030/elasticsearch,wittyameta/elasticsearch,robin13/elasticsearch,infusionsoft/elasticsearch,slavau/elasticsearch,weipinghe/elasticsearch,andrestc/elasticsearch,a2lin/elasticsearch,mm0/elasticsearch,infusionsoft/elasticsearch,scorpionvicky/elasticsearch,girirajsharma/elasticsearch,jeteve/elasticsearch,ESamir/elasticsearch,hafkensite/elasticsearch,TonyChai24/ESSource,wittyameta/elasticsearch,hydro2k/elasticsearch,bestwpw/elasticsearch,skearns64/elasticsearch,adrianbk/elasticsearch,ESamir/elasticsearch,easonC/elasticsearch,huypx1292/elasticsearch,mmaracic/elasticsearch,qwerty4030/elasticsearch,cnfire/elasticsearch-1,clintongormley/elasticsearch,masaruh/elasticsearch,gingerwizard/elasticsearch,kingaj/elasticsearch,fernandozhu/elasticsearch,clintongormley/elasticsearch,huypx1292/elasticsearch,Charlesdong/elasticsearch,ouyangkongtong/elasticsearch,dataduke/elasticsearch,polyfractal/elasticsearch,djschny/elasticsearch,nezirus/elasticsearch,kaneshin/elasticsearch,artnowo/elasticsearch,xuzha/elasticsearch,wbowling/elasticsearch,franklanganke/elasticsearch,Rygbee/elasticsearch,gfyoung/elasticsearch,andrejserafim/elasticsearch,palecur/elasticsearch,ulkas/elasticsearch,hechunwen/elasticsearch,sarwarbhuiyan/elasticsearch,jango2015/elasticsearch,heng4fun/elasticsearch,ouyangkongtong/elasticsearch,strapdata/elassandra5-rc,xuzha/elasticsearch,petmit/elasticsearch,mikemccand/elasticsearch,schonfeld/elasticsearch,lzo/elasticsearch-1,davidvgalbraith/elasticsearch,petabytedata/elasticsearch,drewr/elasticsearch,micpalmia/elasticsearch,TonyChai24/ESSource,jimhooker2002/elasticsearch,petmit/elasticsearch,loconsolutions/elasticsearch,lchennup/elasticsearch,winstonewert/elasticsearch,iantruslove/elasticsearch,spiegela/elasticsearch,acchen97/elasticsearch,VukDukic/elasticsearch,alexkuk/elasticsearch,mjhennig/elasticsearch,nilabhsagar/elasticsearch,aglne/elasticsearch,Liziyao/elasticsearch,Collaborne/elasticsearch,lmtwga/elasticsearch,janmejay/elasticsearch,himanshuag/elasticsearch,hechunwen/elasticsearch,dantuffery/elasticsearch,hanswang/elasticsearch,Fsero/elasticsearch,martinstuga/elasticsearch,combinatorist/elasticsearch,djschny/elasticsearch,sdauletau/elasticsearch,petmit/elasticsearch,bestwpw/elasticsearch,iamjakob/elasticsearch,huypx1292/elasticsearch,mohit/elasticsearch,AshishThakur/elasticsearch,acchen97/elasticsearch,Kakakakakku/elasticsearch,zeroctu/elasticsearch,infusionsoft/elasticsearch,mgalushka/elasticsearch,Brijeshrpatel9/elasticsearch,MjAbuz/elasticsearch,nrkkalyan/elasticsearch,sjohnr/elasticsearch,kingaj/elasticsearch,jw0201/elastic,MaineC/elasticsearch,alexbrasetvik/elasticsearch,phani546/elasticsearch,pritishppai/elasticsearch,thecocce/elasticsearch,golubev/elasticsearch,Rygbee/elasticsearch,chirilo/elasticsearch,nomoa/elasticsearch,wangtuo/elasticsearch,i-am-Nathan/elasticsearch,sc0ttkclark/elasticsearch,iamjakob/elasticsearch,EasonYi/elasticsearch,khiraiwa/elasticsearch,MetSystem/elasticsearch,elasticdog/elasticsearch,jbertouch/elasticsearch,LeoYao/elasticsearch,springning/elasticsearch,vroyer/elassandra,JackyMai/elasticsearch,rhoml/elasticsearch,yongminxia/elasticsearch,ESamir/elasticsearch,mute/elasticsearch,hanst/elasticsearch,vietlq/elasticsearch,franklanganke/elasticsearch,ThiagoGarciaAlves/elasticsearch,scottsom/elasticsearch,knight1128/elasticsearch,mortonsykes/elasticsearch,pritishppai/elasticsearch,kcompher/elasticsearch,EasonYi/elasticsearch,karthikjaps/elasticsearch,pranavraman/elasticsearch,markharwood/elasticsearch,amit-shar/elasticsearch,micpalmia/elasticsearch,MjAbuz/elasticsearch,szroland/elasticsearch,likaiwalkman/elasticsearch,lmtwga/elasticsearch,himanshuag/elasticsearch,lightslife/elasticsearch,mortonsykes/elasticsearch,areek/elasticsearch,EasonYi/elasticsearch,ricardocerq/elasticsearch,jchampion/elasticsearch,SergVro/elasticsearch,coding0011/elasticsearch,linglaiyao1314/elasticsearch,Asimov4/elasticsearch,Shekharrajak/elasticsearch,amaliujia/elasticsearch,Stacey-Gammon/elasticsearch,easonC/elasticsearch,ckclark/elasticsearch,mbrukman/elasticsearch,rlugojr/elasticsearch,mortonsykes/elasticsearch,yongminxia/elasticsearch,areek/elasticsearch,strapdata/elassandra5-rc,acchen97/elasticsearch,kimimj/elasticsearch,nilabhsagar/elasticsearch,Uiho/elasticsearch,yuy168/elasticsearch,Flipkart/elasticsearch,Microsoft/elasticsearch,Helen-Zhao/elasticsearch,shreejay/elasticsearch,ThiagoGarciaAlves/elasticsearch,hafkensite/elasticsearch,hydro2k/elasticsearch,wenpos/elasticsearch,sscarduzio/elasticsearch,slavau/elasticsearch,humandb/elasticsearch,opendatasoft/elasticsearch,huypx1292/elasticsearch,wangtuo/elasticsearch,tebriel/elasticsearch,AndreKR/elasticsearch,gingerwizard/elasticsearch,SergVro/elasticsearch,caengcjd/elasticsearch,jimhooker2002/elasticsearch,dantuffery/elasticsearch,phani546/elasticsearch,scottsom/elasticsearch,mnylen/elasticsearch,slavau/elasticsearch,PhaedrusTheGreek/elasticsearch,glefloch/elasticsearch,chrismwendt/elasticsearch,aglne/elasticsearch,sposam/elasticsearch,myelin/elasticsearch,coding0011/elasticsearch,vrkansagara/elasticsearch,mmaracic/elasticsearch,jango2015/elasticsearch,uschindler/elasticsearch,Liziyao/elasticsearch,jaynblue/elasticsearch,ulkas/elasticsearch,fooljohnny/elasticsearch,fooljohnny/elasticsearch,mrorii/elasticsearch,henakamaMSFT/elasticsearch,SergVro/elasticsearch,areek/elasticsearch,lydonchandra/elasticsearch,xingguang2013/elasticsearch,cnfire/elasticsearch-1,himanshuag/elasticsearch,tebriel/elasticsearch,mgalushka/elasticsearch,amit-shar/elasticsearch,areek/elasticsearch,humandb/elasticsearch,masaruh/elasticsearch,AleksKochev/elasticsearch,liweinan0423/elasticsearch,alexshadow007/elasticsearch,nellicus/elasticsearch,koxa29/elasticsearch,yynil/elasticsearch,Stacey-Gammon/elasticsearch,linglaiyao1314/elasticsearch,adrianbk/elasticsearch,glefloch/elasticsearch,lightslife/elasticsearch,kingaj/elasticsearch,btiernay/elasticsearch,liweinan0423/elasticsearch,elancom/elasticsearch,mmaracic/elasticsearch,sauravmondallive/elasticsearch,dylan8902/elasticsearch,TonyChai24/ESSource,nknize/elasticsearch,ydsakyclguozi/elasticsearch,nknize/elasticsearch,yongminxia/elasticsearch,episerver/elasticsearch,chirilo/elasticsearch,MaineC/elasticsearch,hanst/elasticsearch,drewr/elasticsearch,Microsoft/elasticsearch,bestwpw/elasticsearch,xingguang2013/elasticsearch,mcku/elasticsearch,vvcephei/elasticsearch,masterweb121/elasticsearch,feiqitian/elasticsearch,cnfire/elasticsearch-1,kalimatas/elasticsearch,fforbeck/elasticsearch,hydro2k/elasticsearch,lzo/elasticsearch-1,PhaedrusTheGreek/elasticsearch,Charlesdong/elasticsearch,mgalushka/elasticsearch,dylan8902/elasticsearch,clintongormley/elasticsearch,MichaelLiZhou/elasticsearch,rlugojr/elasticsearch,rhoml/elasticsearch,loconsolutions/elasticsearch,rlugojr/elasticsearch,onegambler/elasticsearch,iacdingping/elasticsearch,tebriel/elasticsearch,Uiho/elasticsearch,ImpressTV/elasticsearch,pritishppai/elasticsearch,wenpos/elasticsearch,ajhalani/elasticsearch,snikch/elasticsearch,tahaemin/elasticsearch,a2lin/elasticsearch,caengcjd/elasticsearch,sscarduzio/elasticsearch,andrejserafim/elasticsearch,koxa29/elasticsearch,StefanGor/elasticsearch,areek/elasticsearch,abibell/elasticsearch,MichaelLiZhou/elasticsearch,qwerty4030/elasticsearch,kunallimaye/elasticsearch,koxa29/elasticsearch,KimTaehee/elasticsearch,yynil/elasticsearch,jimhooker2002/elasticsearch,jchampion/elasticsearch,PhaedrusTheGreek/elasticsearch,kingaj/elasticsearch,yynil/elasticsearch,apepper/elasticsearch,zeroctu/elasticsearch,caengcjd/elasticsearch,mortonsykes/elasticsearch,lightslife/elasticsearch,lchennup/elasticsearch,JackyMai/elasticsearch,mrorii/elasticsearch,AndreKR/elasticsearch,ZTE-PaaS/elasticsearch,slavau/elasticsearch,MetSystem/elasticsearch,hafkensite/elasticsearch,njlawton/elasticsearch,kaneshin/elasticsearch,achow/elasticsearch,Asimov4/elasticsearch,ThalaivaStars/OrgRepo1,aglne/elasticsearch,knight1128/elasticsearch,dataduke/elasticsearch,trangvh/elasticsearch,obourgain/elasticsearch,petabytedata/elasticsearch,nezirus/elasticsearch,gfyoung/elasticsearch,robin13/elasticsearch,polyfractal/elasticsearch,alexbrasetvik/elasticsearch,lchennup/elasticsearch,Kakakakakku/elasticsearch,rmuir/elasticsearch,scottsom/elasticsearch,JervyShi/elasticsearch,awislowski/elasticsearch,huypx1292/elasticsearch,hirdesh2008/elasticsearch,iacdingping/elasticsearch,hanst/elasticsearch,Shekharrajak/elasticsearch,fforbeck/elasticsearch,mapr/elasticsearch,Shepard1212/elasticsearch,diendt/elasticsearch,humandb/elasticsearch,alexbrasetvik/elasticsearch,vvcephei/elasticsearch,sneivandt/elasticsearch,Brijeshrpatel9/elasticsearch,skearns64/elasticsearch,pablocastro/elasticsearch,humandb/elasticsearch,Rygbee/elasticsearch,hirdesh2008/elasticsearch,pritishppai/elasticsearch,masterweb121/elasticsearch,NBSW/elasticsearch,opendatasoft/elasticsearch,codebunt/elasticsearch,kenshin233/elasticsearch,Uiho/elasticsearch,uschindler/elasticsearch,markharwood/elasticsearch,jango2015/elasticsearch,HonzaKral/elasticsearch,loconsolutions/elasticsearch,szroland/elasticsearch,martinstuga/elasticsearch,elasticdog/elasticsearch,tkssharma/elasticsearch,PhaedrusTheGreek/elasticsearch,btiernay/elasticsearch,wangtuo/elasticsearch,mcku/elasticsearch,KimTaehee/elasticsearch,mjhennig/elasticsearch,masterweb121/elasticsearch,geidies/elasticsearch,lks21c/elasticsearch,Flipkart/elasticsearch,markwalkom/elasticsearch,rhoml/elasticsearch,JervyShi/elasticsearch,kcompher/elasticsearch,drewr/elasticsearch,iantruslove/elasticsearch,nezirus/elasticsearch,jsgao0/elasticsearch,fernandozhu/elasticsearch,overcome/elasticsearch,rmuir/elasticsearch,sauravmondallive/elasticsearch,jeteve/elasticsearch,yynil/elasticsearch,kevinkluge/elasticsearch,codebunt/elasticsearch,overcome/elasticsearch,nellicus/elasticsearch,polyfractal/elasticsearch,xuzha/elasticsearch,StefanGor/elasticsearch,mjason3/elasticsearch,pozhidaevak/elasticsearch,kenshin233/elasticsearch,mjason3/elasticsearch,markharwood/elasticsearch,jw0201/elastic,zkidkid/elasticsearch,bestwpw/elasticsearch,uschindler/elasticsearch,shreejay/elasticsearch,ZTE-PaaS/elasticsearch,maddin2016/elasticsearch,MaineC/elasticsearch,truemped/elasticsearch,mbrukman/elasticsearch,lightslife/elasticsearch,cwurm/elasticsearch,feiqitian/elasticsearch,gmarz/elasticsearch,EasonYi/elasticsearch,loconsolutions/elasticsearch,rmuir/elasticsearch,Liziyao/elasticsearch,yynil/elasticsearch,liweinan0423/elasticsearch,nellicus/elasticsearch,gfyoung/elasticsearch,jsgao0/elasticsearch,robin13/elasticsearch,a2lin/elasticsearch,gingerwizard/elasticsearch,tahaemin/elasticsearch,wuranbo/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,schonfeld/elasticsearch,coding0011/elasticsearch,huanzhong/elasticsearch,schonfeld/elasticsearch,clintongormley/elasticsearch,opendatasoft/elasticsearch,heng4fun/elasticsearch,18098924759/elasticsearch,jaynblue/elasticsearch,yongminxia/elasticsearch,combinatorist/elasticsearch,JervyShi/elasticsearch,jchampion/elasticsearch,andrestc/elasticsearch,LeoYao/elasticsearch,palecur/elasticsearch,shreejay/elasticsearch,masterweb121/elasticsearch,Chhunlong/elasticsearch,ulkas/elasticsearch,zkidkid/elasticsearch,sarwarbhuiyan/elasticsearch,bawse/elasticsearch,achow/elasticsearch,ajhalani/elasticsearch,spiegela/elasticsearch,rlugojr/elasticsearch,JSCooke/elasticsearch,YosuaMichael/elasticsearch,winstonewert/elasticsearch,jango2015/elasticsearch,vingupta3/elasticsearch,jimhooker2002/elasticsearch,opendatasoft/elasticsearch,mcku/elasticsearch,Collaborne/elasticsearch,nrkkalyan/elasticsearch,strapdata/elassandra-test,yanjunh/elasticsearch,myelin/elasticsearch,caengcjd/elasticsearch,alexbrasetvik/elasticsearch,dantuffery/elasticsearch,zeroctu/elasticsearch,StefanGor/elasticsearch,lks21c/elasticsearch,milodky/elasticsearch,tkssharma/elasticsearch,mjhennig/elasticsearch,wangtuo/elasticsearch,iantruslove/elasticsearch,dataduke/elasticsearch,Clairebi/ElasticsearchClone,clintongormley/elasticsearch,drewr/elasticsearch,janmejay/elasticsearch,HarishAtGitHub/elasticsearch,ImpressTV/elasticsearch,milodky/elasticsearch,ajhalani/elasticsearch,petabytedata/elasticsearch,C-Bish/elasticsearch,sposam/elasticsearch,HarishAtGitHub/elasticsearch,alexshadow007/elasticsearch,abibell/elasticsearch,bestwpw/elasticsearch,yuy168/elasticsearch,jango2015/elasticsearch,zhiqinghuang/elasticsearch,andrestc/elasticsearch,loconsolutions/elasticsearch,JSCooke/elasticsearch,pablocastro/elasticsearch,alexshadow007/elasticsearch,alexkuk/elasticsearch,rento19962/elasticsearch,ThiagoGarciaAlves/elasticsearch,overcome/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,fred84/elasticsearch,mjhennig/elasticsearch,kkirsche/elasticsearch,tkssharma/elasticsearch,ckclark/elasticsearch,cwurm/elasticsearch,SergVro/elasticsearch,drewr/elasticsearch,YosuaMichael/elasticsearch,AndreKR/elasticsearch,javachengwc/elasticsearch,IanvsPoplicola/elasticsearch,tebriel/elasticsearch,sarwarbhuiyan/elasticsearch,anti-social/elasticsearch,mbrukman/elasticsearch,JackyMai/elasticsearch,heng4fun/elasticsearch,s1monw/elasticsearch,mkis-/elasticsearch,vietlq/elasticsearch,Siddartha07/elasticsearch,Rygbee/elasticsearch,mcku/elasticsearch,YosuaMichael/elasticsearch,ouyangkongtong/elasticsearch,wimvds/elasticsearch,apepper/elasticsearch,amaliujia/elasticsearch,micpalmia/elasticsearch,winstonewert/elasticsearch,vingupta3/elasticsearch,jw0201/elastic,NBSW/elasticsearch,queirozfcom/elasticsearch,rajanm/elasticsearch,avikurapati/elasticsearch,aglne/elasticsearch,maddin2016/elasticsearch,diendt/elasticsearch,djschny/elasticsearch,gmarz/elasticsearch,onegambler/elasticsearch,jsgao0/elasticsearch,nellicus/elasticsearch,YosuaMichael/elasticsearch,awislowski/elasticsearch,fernandozhu/elasticsearch,cnfire/elasticsearch-1,xingguang2013/elasticsearch,kevinkluge/elasticsearch,tahaemin/elasticsearch,Liziyao/elasticsearch,Siddartha07/elasticsearch,dpursehouse/elasticsearch,dylan8902/elasticsearch,vingupta3/elasticsearch,iamjakob/elasticsearch,PhaedrusTheGreek/elasticsearch,knight1128/elasticsearch,davidvgalbraith/elasticsearch,achow/elasticsearch,bawse/elasticsearch,umeshdangat/elasticsearch,Stacey-Gammon/elasticsearch,tkssharma/elasticsearch,MisterAndersen/elasticsearch,polyfractal/elasticsearch,naveenhooda2000/elasticsearch,girirajsharma/elasticsearch,huanzhong/elasticsearch,Rygbee/elasticsearch,jpountz/elasticsearch,pritishppai/elasticsearch,MetSystem/elasticsearch,mikemccand/elasticsearch,Asimov4/elasticsearch,jimczi/elasticsearch,girirajsharma/elasticsearch,huanzhong/elasticsearch,thecocce/elasticsearch,mjason3/elasticsearch,chirilo/elasticsearch,mbrukman/elasticsearch,franklanganke/elasticsearch,lchennup/elasticsearch,masterweb121/elasticsearch,Shepard1212/elasticsearch,sreeramjayan/elasticsearch,tsohil/elasticsearch,GlenRSmith/elasticsearch,Chhunlong/elasticsearch,phani546/elasticsearch,TonyChai24/ESSource,xpandan/elasticsearch,lmtwga/elasticsearch,Clairebi/ElasticsearchClone,Asimov4/elasticsearch,vrkansagara/elasticsearch,HarishAtGitHub/elasticsearch,hydro2k/elasticsearch,Uiho/elasticsearch,sscarduzio/elasticsearch,jbertouch/elasticsearch,trangvh/elasticsearch,knight1128/elasticsearch,kunallimaye/elasticsearch,wayeast/elasticsearch,vroyer/elasticassandra,jango2015/elasticsearch,lydonchandra/elasticsearch,elancom/elasticsearch,a2lin/elasticsearch,aglne/elasticsearch,kkirsche/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,lmtwga/elasticsearch,Microsoft/elasticsearch,Ansh90/elasticsearch,mikemccand/elasticsearch,cwurm/elasticsearch,mkis-/elasticsearch,sc0ttkclark/elasticsearch,tsohil/elasticsearch,winstonewert/elasticsearch,golubev/elasticsearch,sjohnr/elasticsearch,franklanganke/elasticsearch,janmejay/elasticsearch,tcucchietti/elasticsearch,humandb/elasticsearch,vietlq/elasticsearch,Collaborne/elasticsearch,codebunt/elasticsearch,milodky/elasticsearch,scorpionvicky/elasticsearch,tebriel/elasticsearch,hafkensite/elasticsearch,hirdesh2008/elasticsearch,spiegela/elasticsearch,kubum/elasticsearch,ImpressTV/elasticsearch,mcku/elasticsearch,Brijeshrpatel9/elasticsearch,Fsero/elasticsearch,sc0ttkclark/elasticsearch,ulkas/elasticsearch,onegambler/elasticsearch,dataduke/elasticsearch,diendt/elasticsearch,kimimj/elasticsearch,KimTaehee/elasticsearch,boliza/elasticsearch,umeshdangat/elasticsearch,tsohil/elasticsearch,naveenhooda2000/elasticsearch,nknize/elasticsearch,markllama/elasticsearch,gingerwizard/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,thecocce/elasticsearch,alexkuk/elasticsearch,Helen-Zhao/elasticsearch,fekaputra/elasticsearch,linglaiyao1314/elasticsearch,wangtuo/elasticsearch,vrkansagara/elasticsearch,AshishThakur/elasticsearch,Shepard1212/elasticsearch,SergVro/elasticsearch,amit-shar/elasticsearch,btiernay/elasticsearch,jw0201/elastic,koxa29/elasticsearch,sdauletau/elasticsearch,HarishAtGitHub/elasticsearch,smflorentino/elasticsearch,nrkkalyan/elasticsearch,chirilo/elasticsearch,shreejay/elasticsearch,s1monw/elasticsearch,lydonchandra/elasticsearch,AndreKR/elasticsearch,yanjunh/elasticsearch,mnylen/elasticsearch,wimvds/elasticsearch,naveenhooda2000/elasticsearch,hafkensite/elasticsearch,ricardocerq/elasticsearch,MichaelLiZhou/elasticsearch,MjAbuz/elasticsearch,LeoYao/elasticsearch,hydro2k/elasticsearch,sarwarbhuiyan/elasticsearch,tsohil/elasticsearch,markwalkom/elasticsearch,LeoYao/elasticsearch,iacdingping/elasticsearch,himanshuag/elasticsearch,xingguang2013/elasticsearch,dylan8902/elasticsearch,elancom/elasticsearch,mapr/elasticsearch,Charlesdong/elasticsearch,likaiwalkman/elasticsearch,knight1128/elasticsearch,davidvgalbraith/elasticsearch,girirajsharma/elasticsearch,Flipkart/elasticsearch,jeteve/elasticsearch,dylan8902/elasticsearch,zhiqinghuang/elasticsearch,Kakakakakku/elasticsearch,jprante/elasticsearch,StefanGor/elasticsearch,mmaracic/elasticsearch,yuy168/elasticsearch,iamjakob/elasticsearch,vroyer/elassandra,rento19962/elasticsearch,apepper/elasticsearch,Widen/elasticsearch,AleksKochev/elasticsearch,vvcephei/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,jango2015/elasticsearch,overcome/elasticsearch,Charlesdong/elasticsearch,C-Bish/elasticsearch,henakamaMSFT/elasticsearch,socialrank/elasticsearch,kingaj/elasticsearch,NBSW/elasticsearch,nknize/elasticsearch,achow/elasticsearch,LeoYao/elasticsearch,vingupta3/elasticsearch,fekaputra/elasticsearch,henakamaMSFT/elasticsearch,myelin/elasticsearch,gingerwizard/elasticsearch,mkis-/elasticsearch,LewayneNaidoo/elasticsearch,franklanganke/elasticsearch,skearns64/elasticsearch,weipinghe/elasticsearch,baishuo/elasticsearch_v2.1.0-baishuo,umeshdangat/elasticsearch,18098924759/elasticsearch,rajanm/elasticsearch,Microsoft/elasticsearch,yanjunh/elasticsearch,Ansh90/elasticsearch,mohit/elasticsearch,jw0201/elastic,mrorii/elasticsearch,dongjoon-hyun/elasticsearch,rajanm/elasticsearch,fekaputra/elasticsearch,lchennup/elasticsearch,winstonewert/elasticsearch,kalimatas/elasticsearch,beiske/elasticsearch,koxa29/elasticsearch,elancom/elasticsearch,uschindler/elasticsearch,wimvds/elasticsearch,infusionsoft/elasticsearch,beiske/elasticsearch,ricardocerq/elasticsearch,mm0/elasticsearch,weipinghe/elasticsearch,F0lha/elasticsearch,Uiho/elasticsearch,njlawton/elasticsearch,sposam/elasticsearch,Charlesdong/elasticsearch,lchennup/elasticsearch,pablocastro/elasticsearch,fforbeck/elasticsearch,chrismwendt/elasticsearch,khiraiwa/elasticsearch,coding0011/elasticsearch,sposam/elasticsearch,JackyMai/elasticsearch,kcompher/elasticsearch,ydsakyclguozi/elasticsearch,rento19962/elasticsearch,MaineC/elasticsearch,pozhidaevak/elasticsearch,palecur/elasticsearch,nknize/elasticsearch,fooljohnny/elasticsearch,jchampion/elasticsearch,ThalaivaStars/OrgRepo1,infusionsoft/elasticsearch,KimTaehee/elasticsearch,camilojd/elasticsearch,tebriel/elasticsearch,amit-shar/elasticsearch,HarishAtGitHub/elasticsearch,ImpressTV/elasticsearch,linglaiyao1314/elasticsearch,strapdata/elassandra,MjAbuz/elasticsearch,likaiwalkman/elasticsearch,mikemccand/elasticsearch,huypx1292/elasticsearch,HarishAtGitHub/elasticsearch,strapdata/elassandra,Widen/elasticsearch,zkidkid/elasticsearch,mm0/elasticsearch,kunallimaye/elasticsearch,feiqitian/elasticsearch,rento19962/elasticsearch,ImpressTV/elasticsearch,xpandan/elasticsearch,wayeast/elasticsearch,jprante/elasticsearch,pranavraman/elasticsearch,hanst/elasticsearch,naveenhooda2000/elasticsearch,queirozfcom/elasticsearch,jbertouch/elasticsearch,himanshuag/elasticsearch,mgalushka/elasticsearch,kalburgimanjunath/elasticsearch,masaruh/elasticsearch,nomoa/elasticsearch,wayeast/elasticsearch,luiseduardohdbackup/elasticsearch,wayeast/elasticsearch,skearns64/elasticsearch,drewr/elasticsearch,codebunt/elasticsearch,slavau/elasticsearch,vietlq/elasticsearch,tcucchietti/elasticsearch,nilabhsagar/elasticsearch,kenshin233/elasticsearch,kcompher/elasticsearch,tcucchietti/elasticsearch,amaliujia/elasticsearch,Flipkart/elasticsearch,i-am-Nathan/elasticsearch,jpountz/elasticsearch,strapdata/elassandra-test,girirajsharma/elasticsearch,jeteve/elasticsearch,Flipkart/elasticsearch,LeoYao/elasticsearch,vietlq/elasticsearch,xuzha/elasticsearch,karthikjaps/elasticsearch,mute/elasticsearch,hafkensite/elasticsearch,zkidkid/elasticsearch,abibell/elasticsearch,anti-social/elasticsearch,pranavraman/elasticsearch,ImpressTV/elasticsearch,JervyShi/elasticsearch,ajhalani/elasticsearch,opendatasoft/elasticsearch,Clairebi/ElasticsearchClone,Fsero/elasticsearch,khiraiwa/elasticsearch,smflorentino/elasticsearch,kevinkluge/elasticsearch,wbowling/elasticsearch,Collaborne/elasticsearch,LeoYao/elasticsearch,wittyameta/elasticsearch,brandonkearby/elasticsearch,karthikjaps/elasticsearch,SaiprasadKrishnamurthy/elasticsearch,phani546/elasticsearch,javachengwc/elasticsearch,combinatorist/elasticsearch,iamjakob/elasticsearch,tsohil/elasticsearch,lzo/elasticsearch-1,ivansun1010/elasticsearch,Uiho/elasticsearch,wangyuxue/elasticsearch,golubev/elasticsearch,petmit/elasticsearch,nellicus/elasticsearch,areek/elasticsearch
0cd63a5e82762a748021f29d7a370bd5ae6fd7bd
src/docs/asciidoc/jme3/virtualreality.adoc
src/docs/asciidoc/jme3/virtualreality.adoc
= virtualreality :author: :revnumber: :revdate: 2016/03/17 20:48 :relfileprefix: ../ :imagesdir: .. ifdef::env-github,env-browser[:outfilesuffix: .adoc] == OpenCV == JavaCV == Hand gesture links: link:http://www.movesinstitute.org/~kolsch/HandVu/HandVu.html[http://www.movesinstitute.org/~kolsch/HandVu/HandVu.html]
= virtualreality :author: :revnumber: :revdate: 2016/10/23 11:22 :relfileprefix: ../ :imagesdir: .. ifdef::env-github,env-browser[:outfilesuffix: .adoc] jMonkeyEngine 3 has a wide range of support for Virtual Reality (VR). The known supported systems are: HTC Vive and systems supporting SteamVR/OpenVR Razer HDK and systems supporting OSVR Google Cardboard / GoogleVR Legacy: Oculus Rift 0.5 In any form of VR, a library is needed as support is not built in to the core of jMonkeyEngine3. == jMonkeyVR (https://github.com/phr00t/jMonkeyVR) This is the main library to use when you want wide VR support. It has full OpenVR/SteamVR support and OSVR support in the making (as of Oct 2016) == jme3-osvr (https://github.com/neph1/jme3-osvr) Together with https://github.com/neph1/OSVR-Java provides rudimentary OSVR support (extended mode). Examples: https://github.com/neph1/jme3-osvr-examples == gvr-android-jme (https://github.com/nordfalk/gvr-android-jme) Google Cardboard VR SDK 1.0 integration
Update the VR page to something more recent
Update the VR page to something more recent
AsciiDoc
cc0-1.0
jMonkeyEngine/wiki.jmonkeyengine.org,jMonkeyEngine/wiki.jmonkeyengine.org,jMonkeyEngine/wiki.jmonkeyengine.org,jMonkeyEngine/wiki.jmonkeyengine.org
d32f391de90c96ba09f72a1275817ddb9c5333ba
docs/reference/migration/migrate_5_5.asciidoc
docs/reference/migration/migrate_5_5.asciidoc
[[breaking-changes-5.5]] == Breaking changes in 5.5 [[breaking_55_plugins]] [float] === Ignoring hidden folders Previous versions of Elasticsearch would skip hidden files and directories when scanning the plugins folder. This allows broken plugin installs to remain undetected so this leniency has been removed. [[breaking_55_packaging_changes]] [float] === Skip setting kernel parameters Elasticsearch attempts to set the kernel parameter `vm.max_map_count` during installation. In some environments this can fail. Previous versions of Elasticsearch accepted a flag `ES_SKIP_SET_KERNEL_PARAMTERS` to skip this writing. Starting in Elasticsearch 5.5.0, this flag has been removed and instead the same functionality can be achieved by masking the `systemd-sysctl` service.
[[breaking-changes-5.5]] == Breaking changes in 5.5 [[breaking_55_plugins]] [float] === Ignoring hidden folders Previous versions of Elasticsearch would skip hidden files and directories when scanning the plugins folder. This allows broken plugin installs to remain undetected so this leniency has been removed. [[breaking_55_packaging_changes]] [float] === Skip setting kernel parameters Elasticsearch attempts to set the kernel parameter `vm.max_map_count` during installation. In some environments this can fail. Previous versions of Elasticsearch accepted a flag `ES_SKIP_SET_KERNEL_PARAMTERS` to skip this writing. Starting in Elasticsearch 5.5.0, this flag has been removed and instead the same functionality can be achieved by masking the `systemd-sysctl` service. [[breaking_55_rest_changes]] [float] === 404s on get alias and get mapping APIs Previous versions of Elasticsearch did not return a 404 in all cases when a requested alias or a requested type did not exist on the get alias or get mapping APIs, respectively. Starting in Elasticsearch 5.5.0, these APIs consistently return a 404 in any case when an alias or type is requested that does not exist.
Add migration note on get alias and get mapping APIs
Add migration note on get alias and get mapping APIs These APIs now return 404 if any requested alias or type, respectively, does not exist. This commit adds a note to the migration docs regarding this change.
AsciiDoc
apache-2.0
strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc
6ae3afc30c23c482b8911ca22d18655dab5d52d7
docs/reference/migration/migrate_6_2.asciidoc
docs/reference/migration/migrate_6_2.asciidoc
[[breaking-changes-6.2]] == Breaking changes in 6.2 [[breaking_62_packaging]] [float] === All permission bootstrap check Elasticsearch installs a security manager during bootstrap to mitigate the scope of exploits in the JDK, in third-party dependencies, and in Elasticsearch itself as well as to sandbox untrusted plugins. A custom security policy can be applied and one permission that can be added to this policy is `java.security.AllPermission`. However, this effectively disables the security manager. As such, granting this permission in production mode is now forbidden via the <<all-permission-check, all permission bootstrap check>>.
[[breaking-changes-6.2]] == Breaking changes in 6.2 [[breaking_62_packaging]] [float] === All permission bootstrap check Elasticsearch installs a security manager during bootstrap to mitigate the scope of exploits in the JDK, in third-party dependencies, and in Elasticsearch itself as well as to sandbox untrusted plugins. A custom security policy can be applied and one permission that can be added to this policy is `java.security.AllPermission`. However, this effectively disables the security manager. As such, granting this permission in production mode is now forbidden via the <<all-permission-check, all permission bootstrap check>>. === Private temporary directory On Linux, previous versions of Elasticsearch defaulted to using `/tmp` as the temporary directory for the process. However, `/tmp` is public so we have elected to change the packaging so that we use a private temporary directory. If you are upgrading from a previous version of Elasticsearch and preserve your existing <<jvm-options,`jvm.options`>>, you should add the line `-Djava.io.tmpdir=${ES_TMPDIR}`. It is safe to do this on all OS as we preserve using a private temporary directory on non-Linux systems with the same mechanism.
Add migration note on private temporary directory
Add migration note on private temporary directory This commit adds a note to the migration docs on the packaging change to always use a private temporary directory. Relates #27624
AsciiDoc
apache-2.0
strapdata/elassandra,strapdata/elassandra,strapdata/elassandra,vroyer/elassandra,vroyer/elassandra,strapdata/elassandra,vroyer/elasticassandra,vroyer/elasticassandra,vroyer/elassandra,strapdata/elassandra,vroyer/elasticassandra
e6cb9d642b262c347f31e84500cb2dc1309f42f1
docs/java-api/query-dsl/type-query.asciidoc
docs/java-api/query-dsl/type-query.asciidoc
[[java-query-dsl-type-query]] ==== Type Query deprecated[7.0.0, Types are being removed, prefer filtering on a field instead. For more information, please see <<removal-of-types>>.] See {ref}/query-dsl-type-query.html[Type Query] ["source","java",subs="attributes,callouts,macros"] -------------------------------------------------- include-tagged::{query-dsl-test}[type] -------------------------------------------------- <1> type
[[java-query-dsl-type-query]] ==== Type Query deprecated[7.0.0, Types are being removed, prefer filtering on a field instead. For more information, please see {ref}/removal-of-types.html[Removal of mapping types].] See {ref}/query-dsl-type-query.html[Type Query] ["source","java",subs="attributes,callouts,macros"] -------------------------------------------------- include-tagged::{query-dsl-test}[type] -------------------------------------------------- <1> type
Fix a broken reference to types removal in the Java API docs.
Fix a broken reference to types removal in the Java API docs.
AsciiDoc
apache-2.0
gfyoung/elasticsearch,scorpionvicky/elasticsearch,gingerwizard/elasticsearch,gingerwizard/elasticsearch,uschindler/elasticsearch,scorpionvicky/elasticsearch,gingerwizard/elasticsearch,robin13/elasticsearch,robin13/elasticsearch,uschindler/elasticsearch,coding0011/elasticsearch,robin13/elasticsearch,robin13/elasticsearch,gingerwizard/elasticsearch,gfyoung/elasticsearch,HonzaKral/elasticsearch,GlenRSmith/elasticsearch,nknize/elasticsearch,gfyoung/elasticsearch,nknize/elasticsearch,GlenRSmith/elasticsearch,scorpionvicky/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,uschindler/elasticsearch,robin13/elasticsearch,HonzaKral/elasticsearch,nknize/elasticsearch,scorpionvicky/elasticsearch,gingerwizard/elasticsearch,uschindler/elasticsearch,coding0011/elasticsearch,uschindler/elasticsearch,gfyoung/elasticsearch,HonzaKral/elasticsearch,coding0011/elasticsearch,HonzaKral/elasticsearch,nknize/elasticsearch,coding0011/elasticsearch,gingerwizard/elasticsearch,GlenRSmith/elasticsearch,gfyoung/elasticsearch,scorpionvicky/elasticsearch,gingerwizard/elasticsearch,coding0011/elasticsearch,nknize/elasticsearch
ca448933a53331a614d8516584f7201ddbe4d7fa
README.adoc
README.adoc
= Explorer for Hawkular http://hawkular.org/[Hawkular] is a set of components for Monitoring. This explorer connects to a Hawkular server and allows to browse trough inventory and view entities, graph metrics. .Main screen with availability pop-up ifndef::env-github[] image::docs/screenshot.png[] endif::[] ifdef::env-github[] image::https://github.com/pilhuhn/hawkfx/blob/master/docs/screenshot.png[] endif::[] Other functions include listing of all metrics on a system, listing of Events/Alerts, injection of Events, injection of metric values and a few more things. .Events list ifndef::env-github[] image::docs/event_list.png[] endif::[] ifdef::env-github[] image::https://github.com/pilhuhn/hawkfx/blob/master/docs/event_list.png[] endif::[] == Running The explorer requires JRuby in version 9+ and Java8 If you are using `rvm` you can select it via `rvm use jruby-9.1.5.0` install and use `bundler` to install the required gems `gem install bundler` `bundle install` then run `jruby -S -G hawkfx.rb`
= Explorer for Hawkular http://hawkular.org/[Hawkular] is a set of components for Monitoring. This explorer connects to a Hawkular server and allows to browse trough inventory and view entities, graph metrics. .Main screen with availability pop-up ifndef::env-github[] image::docs/screenshot.png[] endif::[] ifdef::env-github[] image::https://github.com/pilhuhn/hawkfx/blob/master/docs/screenshot.png[] endif::[] Other functions include listing of all metrics on a system, listing of Events/Alerts, injection of Events, injection of metric values and a few more things. .Events list ifndef::env-github[] image::docs/event_list.png[] endif::[] ifdef::env-github[] image::https://github.com/pilhuhn/hawkfx/blob/master/docs/event_list.png[] endif::[] == Running The explorer requires JRuby in version 9+ and Java8 If you are using `rvm` you can select it via `rvm use jruby-9.1.5.0` install and use `bundler` to install the required gems `gem install bundler` `bundle install` then run `jruby -S -G hawkfx.rb` === Using SSL There is a blog post on the Hawkular blog http://www.hawkular.org/blog/2016/09/14/consuming-hawkular-api-over-ssl.html[that describes how to use SSL] in Hawkular and HawkFX.
Add a blurb about SSL setup
Add a blurb about SSL setup
AsciiDoc
apache-2.0
pilhuhn/hawkfx
bdc69a259f1a9c6ed1474bc864845466131a4137
README.asciidoc
README.asciidoc
= jediterm-forge Provides https://github.com/forge/core/[JBoss Forge] console component based on https://github.com/JetBrains/jediterm[JediTerm] for Swing applications, like IntelliJ, NetBeans, or standalone shell client. == Build * Clone this JediTerm repository fork: ** `git clone https://github.com/adamwy/jediterm.git` ** `git checkout 2.0` * Build default JediTerm target with http://ant.apache.org/bindownload.cgi[Apache Ant]: ** `ant` * Install JediTerm as Maven artifact: ** `./install-jediterm-artifact "jediterm/build/jediterm-terminal-2.0.jar"` * Build and install this project to local Maven repository: ** `mvn clean install`
= jediterm-forge Provides https://github.com/forge/core/[JBoss Forge] console component based on https://github.com/JetBrains/jediterm[JediTerm] for Swing applications, like IntelliJ, NetBeans, or standalone shell client. == Build * Clone this JediTerm repository fork: ** `git clone https://github.com/adamwy/jediterm.git` ** `git checkout 2.0` * Install JediTerm as Maven artifact: ** `./install-jediterm-artifact "jediterm/build/jediterm-terminal-2.0.jar"` * Build and install this project to local Maven repository: ** `mvn clean install`
Remove JediTerm build instruction (since terminal jar is provided in repository)
Remove JediTerm build instruction (since terminal jar is provided in repository)
AsciiDoc
epl-1.0
adamwy/jediterm-forge,adamwy/jediterm-forge
ed66e3f1c8faeeaa5eb9a5cacee5038b6cbfa3e9
modules/cluster-logging-kibana-interface-launch.adoc
modules/cluster-logging-kibana-interface-launch.adoc
// Module included in the following assemblies: // // * logging/cluster-logging-kibana-interface.adoc [id="cluster-logging-kibana-interface-launch_{context}"] = Launching Kibana Kibana is a browser-based console to query, discover, and visualize your logs through histograms, line graphs, pie charts, heat maps, built-in geospatial support, and other visualizations. .Procedure To launch Kibana: . In the {product-title} console, click *Monitoring* -> *Logging*. . Log in using the same credentials you use to log in to the {product-title} console. + The Kibana interface launches. You can now: + * Search and browse your data using the Discover page. * Chart and map your data using the Visualize page. * Create and view custom dashboards using the Dashboard page. + Use and configuration of the Kibana interface is beyond the scope of this documentation. For more information, on using the interface, see the link:https://www.elastic.co/guide/en/kibana/5.6/connect-to-elasticsearch.html[Kibana documentation].
// Module included in the following assemblies: // // * logging/cluster-logging-kibana-interface.adoc [id="cluster-logging-kibana-interface-launch_{context}"] = Launching Kibana Kibana is a browser-based console to query, discover, and visualize your logs through histograms, line graphs, pie charts, heat maps, built-in geospatial support, and other visualizations. .Procedure To launch Kibana: . In the {product-title} console, click *Monitoring* -> *Logging*. . Log in using the same credentials you use to log in to the {product-title} console. + The Kibana interface launches. You can now: + * Search and browse your data using the Discover page. * Chart and map your data using the Visualize page. * Create and view custom dashboards using the Dashboard page. + Use and configuration of the Kibana interface is beyond the scope of this documentation. For more information, on using the interface, see the link:https://www.elastic.co/guide/en/kibana/5.6/connect-to-elasticsearch.html[Kibana documentation]. [NOTE] ==== If you get a *security_exception* error in the Kibana console and cannot access your Kibana indices, you might have an expired OAuth token. If you see this error, log out of the Kibana console, and then log back in. This refreshes your OAuth tokens and you should be able to access your indices. ====
Add note on Kibana OAuth refresh
Add note on Kibana OAuth refresh
AsciiDoc
apache-2.0
vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs
318833f165ed5f4322f8af664fe7aa2815b7298e
README.adoc
README.adoc
= Spring Boot and Two DataSources This project demonstrates how to use two `DataSource` s with Spring Boot. It utilizes: * Spring Data https://github.com/spring-projects/spring-data-jpa[JPA] / https://github.com/spring-projects/spring-data-rest[REST] * https://github.com/flyway/flyway[Flyway] migrations for the two `DataSource` s * Separate Hibernate properties for each `DataSource` defined in the application.yml * https://github.com/thymeleaf/thymeleaf[Thymeleaf] 3 * https://github.com/DataTables/DataTablesSrc[DataTables] * Unit tests for components
= Spring Boot and Two DataSources This project demonstrates how to use two `DataSource` s with Spring Boot. It utilizes: * Spring Data https://github.com/spring-projects/spring-data-jpa[JPA] / https://github.com/spring-projects/spring-data-rest[REST] * https://github.com/flyway/flyway[Flyway] migrations for the two `DataSource` s * Separate Hibernate properties for each `DataSource` defined in the application.yml * https://github.com/thymeleaf/thymeleaf[Thymeleaf] 3 * https://github.com/DataTables/DataTablesSrc[DataTables] * Unit tests for components Note: It may take a few seconds for the app to start if no one has not accessed it recently
Add note about potential slow hosted app startup
Add note about potential slow hosted app startup
AsciiDoc
unlicense
drumonii/SpringBootTwoDataSources
e8d178b53565ea5e11b47d9697c0a6030fdbadf7
README.adoc
README.adoc
== asciidoctor-fopub-embed-svg-example An example for embedding SVG images in an asciidoctor document. === Setup ---- bundle install ---- === How to make the target pdf file Running the command below make the target pdf file named "class_diagram.pdf" out of "class_diagram.adoc" ---- bundle exec rake ---- === Watch *.adoc files Running the command below, rake watches "\*.adoc" files and build "*.adoc" files whenever they are modified. ---- bundle exec rake watch ----
== asciidoctor-fopub-embed-svg-example An example for embedding SVG images in an asciidoctor document. === Setup ---- bundle install ---- === How to make the target pdf file Running the command below make the target pdf file named "class_diagram.pdf" out of "class_diagram.adoc" ---- bundle exec rake ---- === Watch *.adoc files Running the command below, rake watches "\*.adoc" files and build "*.adoc" files whenever they are modified. ---- bundle exec rake watch ---- === Example output files You can see the example output files at * https://hnakamur.github.io/asciidoctor-fopub-embed-svg-example/class_diagram.pdf[class_diagram.pdf] * https://hnakamur.github.io/asciidoctor-fopub-embed-svg-example/class_diagram.html[class_diagram.html]
Add links for example output files
Add links for example output files
AsciiDoc
mit
hnakamur/asciidoctor-fopub-embed-svg-example
947daf68d1efe1406f2a5e7b23834032cd1991fc
docs/reference/search/request/from-size.asciidoc
docs/reference/search/request/from-size.asciidoc
[[search-request-from-size]] === From / Size Pagination of results can be done by using the `from` and `size` parameters. The `from` parameter defines the offset from the first result you want to fetch. The `size` parameter allows you to configure the maximum amount of hits to be returned. Though `from` and `size` can be set as request parameters, they can also be set within the search body. `from` defaults to `0`, and `size` defaults to `10`. [source,js] -------------------------------------------------- { "from" : 0, "size" : 10, "query" : { "term" : { "user" : "kimchy" } } } -------------------------------------------------- Note that `from` + `size` can not be more than the `index.max_result_window` index setting which defaults to 10,000. See the <<search-request-scroll,Scroll>> or <<search-request-search-after,Search After>> API for more efficient ways to do deep scrolling.
[[search-request-from-size]] === From / Size Pagination of results can be done by using the `from` and `size` parameters. The `from` parameter defines the offset from the first result you want to fetch. The `size` parameter allows you to configure the maximum amount of hits to be returned. Though `from` and `size` can be set as request parameters, they can also be set within the search body. `from` defaults to `0`, and `size` defaults to `10`. [source,js] -------------------------------------------------- GET /_search { "from" : 0, "size" : 10, "query" : { "term" : { "user" : "kimchy" } } } -------------------------------------------------- // CONSOLE Note that `from` + `size` can not be more than the `index.max_result_window` index setting which defaults to 10,000. See the <<search-request-scroll,Scroll>> or <<search-request-search-after,Search After>> API for more efficient ways to do deep scrolling.
Add CONSOLE to from/size docs
Add CONSOLE to from/size docs Relates to #18160
AsciiDoc
apache-2.0
a2lin/elasticsearch,qwerty4030/elasticsearch,liweinan0423/elasticsearch,mohit/elasticsearch,myelin/elasticsearch,StefanGor/elasticsearch,spiegela/elasticsearch,obourgain/elasticsearch,IanvsPoplicola/elasticsearch,shreejay/elasticsearch,shreejay/elasticsearch,JSCooke/elasticsearch,Shepard1212/elasticsearch,obourgain/elasticsearch,avikurapati/elasticsearch,trangvh/elasticsearch,scorpionvicky/elasticsearch,gingerwizard/elasticsearch,ZTE-PaaS/elasticsearch,shreejay/elasticsearch,sneivandt/elasticsearch,fred84/elasticsearch,mohit/elasticsearch,awislowski/elasticsearch,IanvsPoplicola/elasticsearch,camilojd/elasticsearch,ThiagoGarciaAlves/elasticsearch,avikurapati/elasticsearch,i-am-Nathan/elasticsearch,avikurapati/elasticsearch,strapdata/elassandra5-rc,wangtuo/elasticsearch,coding0011/elasticsearch,LewayneNaidoo/elasticsearch,rajanm/elasticsearch,Shepard1212/elasticsearch,umeshdangat/elasticsearch,glefloch/elasticsearch,njlawton/elasticsearch,HonzaKral/elasticsearch,zkidkid/elasticsearch,masaruh/elasticsearch,zkidkid/elasticsearch,mortonsykes/elasticsearch,winstonewert/elasticsearch,JackyMai/elasticsearch,rajanm/elasticsearch,awislowski/elasticsearch,gingerwizard/elasticsearch,ZTE-PaaS/elasticsearch,cwurm/elasticsearch,dpursehouse/elasticsearch,nilabhsagar/elasticsearch,camilojd/elasticsearch,Shepard1212/elasticsearch,fernandozhu/elasticsearch,Stacey-Gammon/elasticsearch,nezirus/elasticsearch,mikemccand/elasticsearch,masaruh/elasticsearch,henakamaMSFT/elasticsearch,a2lin/elasticsearch,strapdata/elassandra,C-Bish/elasticsearch,sneivandt/elasticsearch,palecur/elasticsearch,bawse/elasticsearch,LewayneNaidoo/elasticsearch,awislowski/elasticsearch,JSCooke/elasticsearch,jprante/elasticsearch,camilojd/elasticsearch,trangvh/elasticsearch,obourgain/elasticsearch,JervyShi/elasticsearch,umeshdangat/elasticsearch,brandonkearby/elasticsearch,artnowo/elasticsearch,brandonkearby/elasticsearch,s1monw/elasticsearch,sneivandt/elasticsearch,alexshadow007/elasticsearch,ricardocerq/elasticsearch,fforbeck/elasticsearch,nilabhsagar/elasticsearch,geidies/elasticsearch,a2lin/elasticsearch,nknize/elasticsearch,camilojd/elasticsearch,mohit/elasticsearch,nezirus/elasticsearch,jprante/elasticsearch,palecur/elasticsearch,Helen-Zhao/elasticsearch,mikemccand/elasticsearch,obourgain/elasticsearch,jimczi/elasticsearch,palecur/elasticsearch,scorpionvicky/elasticsearch,awislowski/elasticsearch,s1monw/elasticsearch,scottsom/elasticsearch,camilojd/elasticsearch,uschindler/elasticsearch,mjason3/elasticsearch,gmarz/elasticsearch,alexshadow007/elasticsearch,geidies/elasticsearch,fforbeck/elasticsearch,artnowo/elasticsearch,maddin2016/elasticsearch,mjason3/elasticsearch,obourgain/elasticsearch,girirajsharma/elasticsearch,myelin/elasticsearch,MisterAndersen/elasticsearch,wangtuo/elasticsearch,GlenRSmith/elasticsearch,gfyoung/elasticsearch,girirajsharma/elasticsearch,wenpos/elasticsearch,fred84/elasticsearch,gfyoung/elasticsearch,awislowski/elasticsearch,IanvsPoplicola/elasticsearch,wenpos/elasticsearch,gmarz/elasticsearch,ricardocerq/elasticsearch,s1monw/elasticsearch,myelin/elasticsearch,spiegela/elasticsearch,myelin/elasticsearch,njlawton/elasticsearch,strapdata/elassandra5-rc,gmarz/elasticsearch,bawse/elasticsearch,fred84/elasticsearch,GlenRSmith/elasticsearch,yanjunh/elasticsearch,camilojd/elasticsearch,ZTE-PaaS/elasticsearch,LeoYao/elasticsearch,JackyMai/elasticsearch,trangvh/elasticsearch,ZTE-PaaS/elasticsearch,strapdata/elassandra5-rc,kalimatas/elasticsearch,JervyShi/elasticsearch,geidies/elasticsearch,qwerty4030/elasticsearch,MisterAndersen/elasticsearch,brandonkearby/elasticsearch,markwalkom/elasticsearch,LewayneNaidoo/elasticsearch,cwurm/elasticsearch,glefloch/elasticsearch,spiegela/elasticsearch,glefloch/elasticsearch,ricardocerq/elasticsearch,masaruh/elasticsearch,elasticdog/elasticsearch,cwurm/elasticsearch,umeshdangat/elasticsearch,ThiagoGarciaAlves/elasticsearch,uschindler/elasticsearch,strapdata/elassandra5-rc,avikurapati/elasticsearch,wenpos/elasticsearch,Helen-Zhao/elasticsearch,markwalkom/elasticsearch,nezirus/elasticsearch,rajanm/elasticsearch,liweinan0423/elasticsearch,kalimatas/elasticsearch,JervyShi/elasticsearch,MisterAndersen/elasticsearch,elasticdog/elasticsearch,girirajsharma/elasticsearch,robin13/elasticsearch,i-am-Nathan/elasticsearch,wangtuo/elasticsearch,pozhidaevak/elasticsearch,mjason3/elasticsearch,artnowo/elasticsearch,pozhidaevak/elasticsearch,sreeramjayan/elasticsearch,HonzaKral/elasticsearch,coding0011/elasticsearch,mjason3/elasticsearch,GlenRSmith/elasticsearch,bawse/elasticsearch,nknize/elasticsearch,spiegela/elasticsearch,girirajsharma/elasticsearch,maddin2016/elasticsearch,umeshdangat/elasticsearch,masaruh/elasticsearch,wangtuo/elasticsearch,zkidkid/elasticsearch,wenpos/elasticsearch,strapdata/elassandra5-rc,MisterAndersen/elasticsearch,winstonewert/elasticsearch,yanjunh/elasticsearch,maddin2016/elasticsearch,rajanm/elasticsearch,geidies/elasticsearch,lks21c/elasticsearch,brandonkearby/elasticsearch,sreeramjayan/elasticsearch,LeoYao/elasticsearch,StefanGor/elasticsearch,JackyMai/elasticsearch,fernandozhu/elasticsearch,rajanm/elasticsearch,cwurm/elasticsearch,jprante/elasticsearch,yanjunh/elasticsearch,C-Bish/elasticsearch,pozhidaevak/elasticsearch,naveenhooda2000/elasticsearch,jimczi/elasticsearch,Shepard1212/elasticsearch,nazarewk/elasticsearch,jprante/elasticsearch,gingerwizard/elasticsearch,gingerwizard/elasticsearch,ricardocerq/elasticsearch,umeshdangat/elasticsearch,kalimatas/elasticsearch,elasticdog/elasticsearch,qwerty4030/elasticsearch,mortonsykes/elasticsearch,naveenhooda2000/elasticsearch,jprante/elasticsearch,naveenhooda2000/elasticsearch,elasticdog/elasticsearch,LeoYao/elasticsearch,vroyer/elassandra,glefloch/elasticsearch,nazarewk/elasticsearch,mortonsykes/elasticsearch,mikemccand/elasticsearch,ThiagoGarciaAlves/elasticsearch,robin13/elasticsearch,henakamaMSFT/elasticsearch,fforbeck/elasticsearch,dongjoon-hyun/elasticsearch,mortonsykes/elasticsearch,gfyoung/elasticsearch,wuranbo/elasticsearch,JackyMai/elasticsearch,henakamaMSFT/elasticsearch,StefanGor/elasticsearch,qwerty4030/elasticsearch,masaruh/elasticsearch,nilabhsagar/elasticsearch,nknize/elasticsearch,HonzaKral/elasticsearch,fforbeck/elasticsearch,StefanGor/elasticsearch,a2lin/elasticsearch,Helen-Zhao/elasticsearch,vroyer/elasticassandra,StefanGor/elasticsearch,i-am-Nathan/elasticsearch,MaineC/elasticsearch,coding0011/elasticsearch,gfyoung/elasticsearch,fernandozhu/elasticsearch,robin13/elasticsearch,JervyShi/elasticsearch,yanjunh/elasticsearch,vroyer/elasticassandra,coding0011/elasticsearch,glefloch/elasticsearch,lks21c/elasticsearch,GlenRSmith/elasticsearch,elasticdog/elasticsearch,njlawton/elasticsearch,girirajsharma/elasticsearch,vroyer/elasticassandra,vroyer/elassandra,MaineC/elasticsearch,LeoYao/elasticsearch,sreeramjayan/elasticsearch,ThiagoGarciaAlves/elasticsearch,alexshadow007/elasticsearch,winstonewert/elasticsearch,MaineC/elasticsearch,strapdata/elassandra,mohit/elasticsearch,nazarewk/elasticsearch,sneivandt/elasticsearch,markwalkom/elasticsearch,JSCooke/elasticsearch,lks21c/elasticsearch,gmarz/elasticsearch,LewayneNaidoo/elasticsearch,qwerty4030/elasticsearch,i-am-Nathan/elasticsearch,vroyer/elassandra,robin13/elasticsearch,JSCooke/elasticsearch,nknize/elasticsearch,rlugojr/elasticsearch,cwurm/elasticsearch,ThiagoGarciaAlves/elasticsearch,mjason3/elasticsearch,LeoYao/elasticsearch,ricardocerq/elasticsearch,a2lin/elasticsearch,gingerwizard/elasticsearch,geidies/elasticsearch,alexshadow007/elasticsearch,C-Bish/elasticsearch,markwalkom/elasticsearch,palecur/elasticsearch,artnowo/elasticsearch,henakamaMSFT/elasticsearch,fforbeck/elasticsearch,sreeramjayan/elasticsearch,njlawton/elasticsearch,MisterAndersen/elasticsearch,kalimatas/elasticsearch,njlawton/elasticsearch,i-am-Nathan/elasticsearch,artnowo/elasticsearch,trangvh/elasticsearch,Helen-Zhao/elasticsearch,Stacey-Gammon/elasticsearch,JSCooke/elasticsearch,geidies/elasticsearch,nezirus/elasticsearch,fernandozhu/elasticsearch,bawse/elasticsearch,JervyShi/elasticsearch,Stacey-Gammon/elasticsearch,Stacey-Gammon/elasticsearch,scottsom/elasticsearch,strapdata/elassandra,dongjoon-hyun/elasticsearch,scottsom/elasticsearch,dpursehouse/elasticsearch,naveenhooda2000/elasticsearch,scottsom/elasticsearch,liweinan0423/elasticsearch,MaineC/elasticsearch,rlugojr/elasticsearch,C-Bish/elasticsearch,mortonsykes/elasticsearch,bawse/elasticsearch,maddin2016/elasticsearch,Stacey-Gammon/elasticsearch,mikemccand/elasticsearch,wuranbo/elasticsearch,nknize/elasticsearch,IanvsPoplicola/elasticsearch,dongjoon-hyun/elasticsearch,markwalkom/elasticsearch,s1monw/elasticsearch,kalimatas/elasticsearch,uschindler/elasticsearch,liweinan0423/elasticsearch,shreejay/elasticsearch,jimczi/elasticsearch,coding0011/elasticsearch,fernandozhu/elasticsearch,jimczi/elasticsearch,uschindler/elasticsearch,scorpionvicky/elasticsearch,nilabhsagar/elasticsearch,palecur/elasticsearch,maddin2016/elasticsearch,gmarz/elasticsearch,dpursehouse/elasticsearch,mikemccand/elasticsearch,nazarewk/elasticsearch,lks21c/elasticsearch,strapdata/elassandra,winstonewert/elasticsearch,wangtuo/elasticsearch,LewayneNaidoo/elasticsearch,IanvsPoplicola/elasticsearch,s1monw/elasticsearch,GlenRSmith/elasticsearch,gingerwizard/elasticsearch,LeoYao/elasticsearch,uschindler/elasticsearch,dongjoon-hyun/elasticsearch,Shepard1212/elasticsearch,ZTE-PaaS/elasticsearch,sreeramjayan/elasticsearch,alexshadow007/elasticsearch,jimczi/elasticsearch,wenpos/elasticsearch,nilabhsagar/elasticsearch,HonzaKral/elasticsearch,rajanm/elasticsearch,rlugojr/elasticsearch,myelin/elasticsearch,scorpionvicky/elasticsearch,brandonkearby/elasticsearch,markwalkom/elasticsearch,fred84/elasticsearch,JervyShi/elasticsearch,gfyoung/elasticsearch,henakamaMSFT/elasticsearch,Helen-Zhao/elasticsearch,mohit/elasticsearch,wuranbo/elasticsearch,zkidkid/elasticsearch,shreejay/elasticsearch,fred84/elasticsearch,nezirus/elasticsearch,C-Bish/elasticsearch,wuranbo/elasticsearch,strapdata/elassandra,nazarewk/elasticsearch,MaineC/elasticsearch,winstonewert/elasticsearch,girirajsharma/elasticsearch,spiegela/elasticsearch,avikurapati/elasticsearch,robin13/elasticsearch,sreeramjayan/elasticsearch,naveenhooda2000/elasticsearch,pozhidaevak/elasticsearch,rlugojr/elasticsearch,ThiagoGarciaAlves/elasticsearch,lks21c/elasticsearch,dongjoon-hyun/elasticsearch,liweinan0423/elasticsearch,gingerwizard/elasticsearch,rlugojr/elasticsearch,wuranbo/elasticsearch,pozhidaevak/elasticsearch,trangvh/elasticsearch,scorpionvicky/elasticsearch,JackyMai/elasticsearch,sneivandt/elasticsearch,scottsom/elasticsearch,zkidkid/elasticsearch,LeoYao/elasticsearch,yanjunh/elasticsearch,dpursehouse/elasticsearch,dpursehouse/elasticsearch
c89c7319b25f77de2f19ee422e0d0920db5b7d83
README.adoc
README.adoc
= griffon-configuration-plugin :linkattrs: :project-name: griffon-configuration-plugin image:http://img.shields.io/travis/griffon-plugins/{project-name}/master.svg["Build Status", link="https://travis-ci.org/griffon-plugins/{project-name}"] image:http://img.shields.io/coveralls/griffon-plugins/{project-name}/master.svg["Coverage Status", link="https://coveralls.io/r/griffon-plugins/{project-name}"] image:http://img.shields.io/badge/license-ASF2-blue.svg["Apache License 2", link="http://www.apache.org/licenses/LICENSE-2.0.txt"] image:https://api.bintray.com/packages/griffon/griffon-plugins/{project-name}/images/download.svg[link="https://bintray.com/griffon/griffon-plugins/{project-name}/_latestVersion"] --- Provides additional configuration formats such as YAML and JSON. Refer to the link:http://griffon-plugins.github.io/griffon-configuration-plugin/[plugin guide, window="_blank"] for further information on configuration and usage.
= griffon-configuration-plugin :linkattrs: :project-name: griffon-configuration-plugin image:http://img.shields.io/travis/griffon-plugins/{project-name}/master.svg["Build Status", link="https://travis-ci.org/griffon-plugins/{project-name}"] image:http://img.shields.io/coveralls/griffon-plugins/{project-name}/master.svg["Coverage Status", link="https://coveralls.io/r/griffon-plugins/{project-name}"] image:http://img.shields.io/badge/license-ASF2-blue.svg["Apache License 2", link="http://www.apache.org/licenses/LICENSE-2.0.txt"] image:https://api.bintray.com/packages/griffon/griffon-plugins/{project-name}/images/download.svg[link="https://bintray.com/griffon/griffon-plugins/{project-name}/_latestVersion"] --- image:https://img.shields.io/gitter/room/griffon/griffon.js.svg[link="https://gitter.im/griffon/griffon] image:https://img.shields.io/badge/donations-Patreon-orange.svg[https://www.patreon.com/user?u=6609318] --- Provides additional configuration formats such as YAML and JSON. Refer to the link:http://griffon-plugins.github.io/griffon-configuration-plugin/[plugin guide, window="_blank"] for further information on configuration and usage.
Add Patreon badge to readme
Add Patreon badge to readme
AsciiDoc
apache-2.0
griffon-plugins/griffon-configuration-plugin
b6b92fa99a37bad480c72b85c740bb2b249c6a08
README.adoc
README.adoc
= Opal Runtime for Node.js ifdef::env-github[] image:https://img.shields.io/travis/mogztter/opal-runtime/master.svg[Travis build status, link=https://travis-ci.org/mogztter/opal-runtime] image:http://img.shields.io/npm/v/opal-runtime.svg[npm version, link=https://www.npmjs.org/package/opal-runtime] endif::[] == Usage ```javascript var Opal = require('opal-runtime').Opal; // Now let's have fun with Opal! ```
= Opal Runtime for Node.js ifdef::env-github[] image:https://img.shields.io/travis/Mogztter/opal-node-runtime/master.svg[Travis build status, link=https://travis-ci.org/Mogztter/opal-node-runtime] image:http://img.shields.io/npm/v/opal-runtime.svg[npm version, link=https://www.npmjs.org/package/opal-runtime] endif::[] == Usage ```javascript var Opal = require('opal-runtime').Opal; // Now let's have fun with Opal! ```
Upgrade Travis build status badge
Upgrade Travis build status badge
AsciiDoc
mit
Mogztter/opal-node-runtime
f929032a796496046819cac1342d75479d2fbdb6
README.adoc
README.adoc
= flexy-pool Author <mih_vlad@yahoo.com> v1.0.0, 2014-02-25 :homepage: http://vladmihalcea.com/ == Introduction The flexy-pool library brings adaptability to a given Connection Pool, allowing it to resize on demand. This is very handy since most connection pools offer a limited set of dynamic configuration strategies. == Features * extensive connection pool support ** http://docs.codehaus.org/display/BTM/Home[Bitronix Transaction Manager] ** http://commons.apache.org/proper/commons-dbcp/[Apache DBCP] ** http://commons.apache.org/proper/commons-dbcp/[Apache DBCP2] ** http://www.mchange.com/projects/c3p0/[C3P0] ** http://jolbox.com/[BoneCP] ** http://brettwooldridge.github.io/HikariCP/[HikariCP] * statistics support ** source connection acquiring time histogram ** total connection acquiring time histogram ** retries attempts histogram ** maximum CP size histogram ** connection request count histogram ** connection lease time histogram == Documentation . https://github.com/vladmihalcea/flexy-pool/wiki/Installation-Guide[Installation Guide] . https://github.com/vladmihalcea/flexy-pool/wiki/User-Guide[User Guide] IMPORTANT: Flexy Pool has not yet been released to OSS Maven Repository.
= flexy-pool Author <mih_vlad@yahoo.com> v1.0.0, 2014-02-25 :homepage: http://vladmihalcea.com/ == Introduction The flexy-pool library brings adaptability to a given Connection Pool, allowing it to resize on demand. This is very handy since most connection pools offer a limited set of dynamic configuration strategies. == Features * extensive connection pool support ** http://docs.codehaus.org/display/BTM/Home[Bitronix Transaction Manager] ** http://commons.apache.org/proper/commons-dbcp/[Apache DBCP] ** http://commons.apache.org/proper/commons-dbcp/[Apache DBCP2] ** http://www.mchange.com/projects/c3p0/[C3P0] ** http://jolbox.com/[BoneCP] ** http://brettwooldridge.github.io/HikariCP/[HikariCP] * statistics support ** source connection acquiring time histogram ** total connection acquiring time histogram ** retries attempts histogram ** maximum CP size histogram ** connection request count histogram ** connection lease time histogram == Documentation . https://github.com/vladmihalcea/flexy-pool/wiki/Installation-Guide[Installation Guide] . https://github.com/vladmihalcea/flexy-pool/wiki/User-Guide[User Guide] [IMPORTANT] Flexy Pool has not yet been released to OSS Maven Repository.
Add IMPORTANT section for Release status
Add IMPORTANT section for Release status
AsciiDoc
apache-2.0
mosoft521/flexy-pool,wgpshashank/flexy-pool,vladmihalcea/flexy-pool
2ed2d5cd42b1734bf2f3fd932c9aaceee65959d3
README.adoc
README.adoc
= Spring Boot, AngularJS 2, Kotlin demo This is a demo which shows how to use Spring Boot, Spring Data JPA and AngularJS 2. The demo is an implementation of Angular's Tour of Heroes tutorial. The demo is written in Kotlin and TypeScript. The Heroes are stored in an in-memory H2 database. The H2 schema is managed by Flyway. You can start the AngularJS 2 App and access it on `http://localhost:3000`: `gradlew npmStartServer` You can start the Spring Boot App and access it on `http://localhost:8090`: `gradlew bootRun` Webpack proxies the request from Angular2 to Spring Boot. TODOs: - [x] Implement Angular's Tour of Heroes tutorial - Add Angular2 app as a static resource to the Spring Boot app - Implement authentication/authorization with Spring Security and JWT Tokens == Angular's Tour of Heroes image:docs/tutorial.JPG[]
= Spring Boot, AngularJS 2, Kotlin demo This is a demo which shows how to use Spring Boot, Spring Data JPA and AngularJS 2. The demo is an implementation of Angular's Tour of Heroes tutorial. The demo is written in Kotlin and TypeScript. The Heroes are stored in an in-memory H2 database. The H2 schema is managed by Flyway. You can start the Angular2 App and access it on `http://localhost:3000`: `gradlew npmStartServer` You can start the Spring Boot App and access it on `http://localhost:8090`: `gradlew bootRun` Webpack proxies the request from Angular2 to Spring Boot. You can package the Spring Boot App and Angular2 App into one Jar file: `gradlew build` The Angular2 App is served as static content under `http://localhost:8090/index.html, when you start the application`: `java -jar spring-boot-server-0.1.0.jar` TODOs: - [x] Implement Angular's Tour of Heroes tutorial - Add Angular2 app as a static resource to the Spring Boot app - Implement authentication/authorization with Spring Security and JWT Tokens == Angular's Tour of Heroes image:docs/tutorial.JPG[]
Add angular2-ui as a dependency to spring-boot-server
Add angular2-ui as a dependency to spring-boot-server
AsciiDoc
apache-2.0
RobWin/springboot-angular2-kotlin-demo,RobWin/springboot-angular2-kotlin-demo,RobWin/springboot-angular2-kotlin-demo,RobWin/springboot-angular2-kotlin-demo
85d30b22bb8c2b74dfe8351533b4f4795319fd0b
README.adoc
README.adoc
= Flexy Pool Author <mih_vlad@yahoo.com> v1.0.0, 2014-02-25 :homepage: http://vladmihalcea.com/ == Introduction The Flexy Pool library brings adaptability to a given Connection Pool, allowing it to resize on demand. This is very handy since most connection pools offer a limited set of dynamic configuration strategies. == Features * extensive connection pool support ** http://docs.codehaus.org/display/BTM/Home[Bitronix Transaction Manager] ** http://commons.apache.org/proper/commons-dbcp/[Apache DBCP] ** http://commons.apache.org/proper/commons-dbcp/[Apache DBCP2] ** http://www.mchange.com/projects/c3p0/[C3P0] ** http://jolbox.com/[BoneCP] ** http://brettwooldridge.github.io/HikariCP/[HikariCP] * statistics support ** source connection acquiring time histogram ** total connection acquiring time histogram ** retries attempts histogram ** maximum CP size histogram ** connection request count histogram ** connection lease time histogram == Documentation . https://github.com/vladmihalcea/flexy-pool/wiki/Installation-Guide[Installation Guide] . https://github.com/vladmihalcea/flexy-pool/wiki/User-Guide[User Guide]
= Flexy Pool Author <mih_vlad@yahoo.com> v1.0.0, 2014-02-25 :homepage: http://vladmihalcea.com/ == Introduction The Flexy Pool library brings adaptability to a given Connection Pool, allowing it to resize on demand. This is very handy since most connection pools offer a limited set of dynamic configuration strategies. image::https://raw.githubusercontent.com/wiki/vladmihalcea/flexy-pool/image/architecture/FlexyPoolArchitecture.gif[Flexy Pool Architecture] == Features * extensive connection pool support ** http://docs.codehaus.org/display/BTM/Home[Bitronix Transaction Manager] ** http://commons.apache.org/proper/commons-dbcp/[Apache DBCP] ** http://commons.apache.org/proper/commons-dbcp/[Apache DBCP2] ** http://www.mchange.com/projects/c3p0/[C3P0] ** http://jolbox.com/[BoneCP] ** http://brettwooldridge.github.io/HikariCP/[HikariCP] * statistics support ** source connection acquiring time histogram ** total connection acquiring time histogram ** retries attempts histogram ** maximum CP size histogram ** connection request count histogram ** connection lease time histogram == Documentation . https://github.com/vladmihalcea/flexy-pool/wiki/Installation-Guide[Installation Guide] . https://github.com/vladmihalcea/flexy-pool/wiki/User-Guide[User Guide]
Add Flexy Pool Architecture diagram
Add Flexy Pool Architecture diagram
AsciiDoc
apache-2.0
mosoft521/flexy-pool,wgpshashank/flexy-pool,vladmihalcea/flexy-pool
392d8f309d4748e31a1381f15a5bb69d3dff9574
modules/storage-persistent-storage-nfs-selinux.adoc
modules/storage-persistent-storage-nfs-selinux.adoc
// Module included in the following assemblies: // // * storage/persistent_storage/persistent-storage-nfs.adoc [id="nfs-selinux_{context}"] = SELinux By default, SELinux does not allow writing from a Pod to a remote NFS server. The NFS volume mounts correctly, but is read-only. To enable writing to a remote NFS server, follow the below procedure. .Prerequisites * The `container-selinux` package must be installed. This package provides the `virt_use_nfs` SELinux boolean. .Procedure * Enable the `virt_use_nfs` boolean using the following command. The `-P` option makes this boolean persistent across reboots. + [source,terminal] ---- # setsebool -P virt_use_nfs 1 ----
// Module included in the following assemblies: // // * storage/persistent_storage/persistent-storage-nfs.adoc [id="nfs-selinux_{context}"] = SELinux {op-system-base-full} and {op-system-first} systems are configured to use SELinux on remote NFS servers by default. For non-{op-system-base} and non-{op-system} systems, SELinux does not allow writing from a pod to a remote NFS server. The NFS volume mounts correctly but it is read-only. You will need to enable the correct SELinux permissions by using the following procedure. .Prerequisites * The `container-selinux` package must be installed. This package provides the `virt_use_nfs` SELinux boolean. .Procedure * Enable the `virt_use_nfs` boolean using the following command. The `-P` option makes this boolean persistent across reboots. + [source,terminal] ---- # setsebool -P virt_use_nfs 1 ----
Fix ISSUE-23216 - add RHEL note
Fix ISSUE-23216 - add RHEL 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
4ba7f4fa8999a7130388caf30344f04f68f7d491
src/main/jbake/content/docs/overview/getting-started.adoc
src/main/jbake/content/docs/overview/getting-started.adoc
= Getting Started Gary Brown 2015-04-21 :description: How to get started with Scribble :jbake-type: page :jbake-status: published :icons: font == Getting Started with Scribble. ---- module examples; global protocol HelloWorld(role Me, role World) { hello(Greetings) from Me to World; choice at World { goodMorning(Compliments) from World to Me; } or { goodAfternoon(Salutations) from World to Me; } } ---- A very simply example, but this illustrates the basic syntax for a hello world interaction, where a party performing the role Me sends a message of type Greetings to another party performing the role 'World', who subsequently makes a decision which determines which path of the choice will be followed, resulting in a GoodMorning or GoodAfternoon message being exchanged. === Working on Scribble source If you are interested in building Scribble from source, then check out link:/docs/dev/developer-guide.html[Development resources]
= Getting Started Gary Brown 2015-04-21 :description: How to get started with Scribble :jbake-type: page :jbake-status: published :icons: font == Getting Started with Scribble. ---- module example; type <xsd> "{http://www.acme.com/types}Greetings" from "http://www.acme.com/types/Greetings.xsd" as Greetings; type <xsd> "{http://www.acme.com/types}Compliments" from "http://www.acme.com/types/Compliments.xsd" as Compliments; type <xsd> "{http://www.acme.com/types}Salutations" from "http://www.acme.com/types/Salutations.xsd" as Salutations; global protocol HelloWorld(role Me, role World) { hello(Greetings) from Me to World; choice at World { goodMorning(Compliments) from World to Me; } or { goodAfternoon(Salutations) from World to Me; } } ---- A very simply example, but this illustrates the basic syntax for a hello world interaction, where a party performing the role Me sends a message of type Greetings to another party performing the role 'World', who subsequently makes a decision which determines which path of the choice will be followed, resulting in a _goodMorning_ or _goodAfternoon_ message being exchanged. === Working on Scribble source If you are interested in building Scribble from source, then check out link:/docs/dev/developer-guide.html[Development resources]
Add message types to example
Add message types to example
AsciiDoc
apache-2.0
scribble/scribble.github.io,scribble/scribble.github.io,scribble/scribble.github.io,scribble/scribble.github.io,scribble/scribble.github.io
538ceeee7a3a583f40e6f2ad236e2a7c47993ac6
docs/src/main/asciidoc/spring-cloud-cloudfoundry.adoc
docs/src/main/asciidoc/spring-cloud-cloudfoundry.adoc
= Spring Cloud for Cloud Foundry include::intro.adoc[] The first time you use it the discovery client might be slow owing to the fact that it has to get an access token from Cloud Foundry. == Quickstart include::quickstart.adoc[] === Single Sign On NOTE: All of the OAuth2 SSO and resource server features moved to Spring Boot in version 1.3. You can find documentation in the http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/[Spring Boot user guide]. This project provides automatic binding from CloudFoundry service credentials to the Spring Boot features. If you have a CloudFoundry service called "sso", for instance, with credentials containing "client_id", "client_secret" and "auth_domain", it will bind automatically to the Spring OAuth2 client that you enable with `@EnableOAuth2Sso` (from Spring Boot). The name of the service can be parameterized using `spring.oauth2.sso.serviceId`.
= Spring Cloud for Cloud Foundry include::intro.adoc[] The first time you use it the discovery client might be slow owing to the fact that it has to get an access token from Cloud Foundry. == Discovery include::quickstart.adoc[] == Single Sign On NOTE: All of the OAuth2 SSO and resource server features moved to Spring Boot in version 1.3. You can find documentation in the http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/[Spring Boot user guide]. This project provides automatic binding from CloudFoundry service credentials to the Spring Boot features. If you have a CloudFoundry service called "sso", for instance, with credentials containing "client_id", "client_secret" and "auth_domain", it will bind automatically to the Spring OAuth2 client that you enable with `@EnableOAuth2Sso` (from Spring Boot). The name of the service can be parameterized using `spring.oauth2.sso.serviceId`.
Make it obvious the docs are about Discovery
Make it obvious the docs are about Discovery
AsciiDoc
apache-2.0
spring-cloud/spring-cloud-cloudfoundry,spring-cloud/spring-cloud-cloudfoundry
ca2d7a5d99779a350b25e5fee02b5b12b08f9293
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: link:_includes/ex-video.adoc[] video::0VHz7gv6TpA[youtube] === Contact * Bruno Eberhard, mailto:minimalj@hispeed.ch[minimalj@hispeed.ch]
= 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 link:http://www.youtube.com/watch?v=0VHz7gv6TpA[How to implement Hello World in Minimal-J] === Contact * Bruno Eberhard, mailto:minimalj@hispeed.ch[minimalj@hispeed.ch]
Include Hello World Youtube video
Include Hello World Youtube video
AsciiDoc
apache-2.0
BrunoEberhard/minimal-j,BrunoEberhard/minimal-j,BrunoEberhard/minimal-j
884a96cc3f098f4d848b8ce9896673ebca1f0c55
docs/src/main/asciidoc/includes/extension-status.adoc
docs/src/main/asciidoc/includes/extension-status.adoc
[NOTE] ==== This technology is considered {extension-status}. ifeval::["{extension-status}" == "experimental"] In _experimental_ mode, early feedback is requested to mature the idea. There is no guarantee of stability nor long term presence in the platform until the solution matures. Feedback is welcome on our https://groups.google.com/d/forum/quarkus-dev[mailing list] or as issues in our https://github.com/quarkusio/quarkus/issues[GitHub issue tracker]. endif::[] ifeval::["{extension-status}" == "preview"] In _preview_, backward compatibility and presence in the ecosystem is not guaranteed. Specific improvements might require changing configuration or APIs, and plans to become _stable_ are under way. Feedback is welcome on our https://groups.google.com/d/forum/quarkus-dev[mailing list] or as issues in our https://github.com/quarkusio/quarkus/issues[GitHub issue tracker]. endif::[] ifeval::["{extension-status}" == "stable"] Being _stable_, backward compatibility and presence in the ecosystem are taken very seriously. endif::[] For a full list of possible statuses, check our https://quarkus.io/faq/#extension-status[FAQ entry]. ====
[NOTE] ==== This technology is considered {extension-status}. ifeval::["{extension-status}" == "experimental"] In _experimental_ mode, early feedback is requested to mature the idea. There is no guarantee of stability nor long term presence in the platform until the solution matures. Feedback is welcome on our https://groups.google.com/d/forum/quarkus-dev[mailing list] or as issues in our https://github.com/quarkusio/quarkus/issues[GitHub issue tracker]. endif::[] ifeval::["{extension-status}" == "preview"] In _preview_, backward compatibility and presence in the ecosystem is not guaranteed. Specific improvements might require changing configuration or APIs, and plans to become _stable_ are under way. Feedback is welcome on our https://groups.google.com/d/forum/quarkus-dev[mailing list] or as issues in our https://github.com/quarkusio/quarkus/issues[GitHub issue tracker]. endif::[] ifeval::["{extension-status}" == "stable"] Being _stable_, backward compatibility and presence in the ecosystem are taken very seriously. endif::[] ifeval::["{extension-status}" == "deprecated"] Being _deprecated_ means that this extension is likely to be replaced or removed in a future version of Quarkus. endif::[] For a full list of possible statuses, check our https://quarkus.io/faq/#what-are-the-extension-statuses[FAQ entry]. ====
Add `deprecated` to extension status note
Add `deprecated` to extension status note Also fix the Extension status URL
AsciiDoc
apache-2.0
quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus
b0901b0056f37bb0ab23a748ec0371f5a038acf5
docs/src/main/asciidoc/spring-cloud-starters.adoc
docs/src/main/asciidoc/spring-cloud-starters.adoc
== Spring Cloud Starters include::intro.adoc[]
== Spring Cloud Starters :github: https://github.com/spring-cloud/spring-cloud-starters :githubmaster: {github}/tree/master :docslink: {githubmaster}/docs/src/main/asciidoc include::intro.adoc[] include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/docs/src/main/asciidoc/contributing-docs.adoc[]
Add link to github in rendered docs
Add link to github in rendered docs
AsciiDoc
apache-2.0
royclarkson/spring-cloud-starters,fritzrichter/spring-cloud-starters,peb73/spring-cloud-starters,ilayaperumalg/spring-cloud-starters
3e3359dbecdbaf4b088de35f98f95d27eb9c3c82
community/server/src/docs/dev/rest-api/indexes-unique.asciidoc
community/server/src/docs/dev/rest-api/indexes-unique.asciidoc
[[rest-api-unique-indexes]] == Unique Indexing == For uniqueness enforcements, there are two modes: * URL Parameter `unique=get_or_create`: Create a new node/relationship and index it if no existing one can be found. If an existing node/relationship is found, discard the sent data and return the existing node/relationship. * URL Parameter `unique=create_or_fail`: Create a new node/relationship if no existing one can be found in the index. If an existing node/relationship is found, return a conflict error. For more information, see <<transactions-unique-nodes>>. include::get-or-create-unique-node-(create).asciidoc[] include::get-or-create-unique-node-(existing).asciidoc[] include::create-a-unique-node-or-return-fail-(create).asciidoc[] include::create-a-unique-node-or-return-fail-(fail).asciidoc[] include::get-or-create-unique-relationship-(create).asciidoc[] include::get-or-create-unique-relationship-(existing).asciidoc[] include::create-a-unique-relationship-or-return-fail-(create).asciidoc[] include::create-a-unique-relationship-or-return-fail-(fail).asciidoc[]
[[rest-api-unique-indexes]] == Unique Indexing == NOTE: As of Neo4j 2.0, unique constraints have been added. These make Neo4j enforce the uniqueness, guaranteeing that uniqueness is maintained. See <<graphdb-neo4j-schema-constraints>> for details about this. For uniqueness enforcements, there are two modes: * URL Parameter `unique=get_or_create`: Create a new node/relationship and index it if no existing one can be found. If an existing node/relationship is found, discard the sent data and return the existing node/relationship. * URL Parameter `unique=create_or_fail`: Create a new node/relationship if no existing one can be found in the index. If an existing node/relationship is found, return a conflict error. For more information, see <<transactions-unique-nodes>>. include::get-or-create-unique-node-(create).asciidoc[] include::get-or-create-unique-node-(existing).asciidoc[] include::create-a-unique-node-or-return-fail-(create).asciidoc[] include::create-a-unique-node-or-return-fail-(fail).asciidoc[] include::get-or-create-unique-relationship-(create).asciidoc[] include::get-or-create-unique-relationship-(existing).asciidoc[] include::create-a-unique-relationship-or-return-fail-(create).asciidoc[] include::create-a-unique-relationship-or-return-fail-(fail).asciidoc[]
Add reference to unique constraints to unique index chapter.
Add reference to unique constraints to unique index chapter.
AsciiDoc
apache-2.0
HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j
b5f5f2d3a3612c1f3703ec3ec4cfe6d0ddf49370
modules/machine-user-provisioned-limitations.adoc
modules/machine-user-provisioned-limitations.adoc
// Module included in the following assemblies: // // * machine_management/applying_autoscaling.adoc // * machine_management/creating-infrastructure-machinesets.adoc // * machine_management/creating-machinesets.adoc // * machine_management/deploying-machine-health-checks.adoc // * machine_management/manually-scaling-machinesets.adoc [IMPORTANT] ==== This process is not applicable to clusters that use user-provisioned infrastructure. Because you manually provisioned your machines yourself, you cannot use the advanced machine management and scaling capabilities that an installer-provisioned infrastructure cluster offers. ====
// Module included in the following assemblies: // // * machine_management/applying_autoscaling.adoc // * machine_management/creating-infrastructure-machinesets.adoc // * machine_management/creating-machinesets.adoc // * machine_management/deploying-machine-health-checks.adoc // * machine_management/manually-scaling-machinesets.adoc [IMPORTANT] ==== This process is not applicable to clusters where you manually provisioned the machines yourself. You can use the advanced machine management and scaling capabilities only in clusters where the machine API is operational. ====
Remove ipi/upi dichotomy for machine management capabilities
Remove ipi/upi dichotomy for machine management capabilities Usage of the machine API does NOT mandate that the customer used IPI. The only requirement is that the customer delegates the ability to create lifecycle machines to the product.
AsciiDoc
apache-2.0
vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs
9f681810e725bea06118f7b8a21756f8e89b5da1
docs/modules/guides/pages/use-prerelease-version.adoc
docs/modules/guides/pages/use-prerelease-version.adoc
== Using a pre-release version Pre-release versions of `AsciidoctorJ` are published to oss.sonatype.org. The exact location of the repository will be announced. Final releases are released to both Maven Central. Here's how to use a pre-release version in Maven: [source, xml] ---- <repositories> <repository> <id>staging</id> <url>https://oss.sonatype.org/content/repositories/orgasciidoctor-1234</url> <1> <releases> <enabled>true</enabled> </releases> </repository> </repositories> ---- <1> The exact URL differs for every build
= Using a pre-release version Pre-release versions of `AsciidoctorJ` are published to oss.sonatype.org. The exact location of the repository will be announced. Final releases are released to both Maven Central. Here's how to use a pre-release version in Maven: [source, xml] ---- <repositories> <repository> <id>staging</id> <url>https://oss.sonatype.org/content/repositories/orgasciidoctor-1234</url> <1> <releases> <enabled>true</enabled> </releases> </repository> </repositories> ---- <1> The exact URL differs for every build
Fix doc filename instead of title shown in nav menu
Fix doc filename instead of title shown in nav menu
AsciiDoc
apache-2.0
abelsromero/asciidoctorj,abelsromero/asciidoctorj,asciidoctor/asciidoctorj,abelsromero/asciidoctorj,asciidoctor/asciidoctorj,asciidoctor/asciidoctorj
283c57d38565475495562266d92fcf40e812af8c
src/docs/asciidoc/user-guide/index.adoc
src/docs/asciidoc/user-guide/index.adoc
= Gradle Docker Plugin User Guide & Examples :uri-bmuschko-blog: https://bmuschko.com/blog :uri-ghpages: https://bmuschko.github.io/gradle-docker-plugin :uri-github: https://github.com/bmuschko/gradle-docker-plugin :uri-gradle-docs: https://docs.gradle.org/current include::00-intro.adoc[] include::10-remote-api-plugin.adoc[] include::20-java-application-plugin.adoc[] include::30-spring-boot-application-plugin.adoc[] include::40-changes.adoc[]
= Gradle Docker Plugin User Guide & Examples :uri-bmuschko-blog: https://bmuschko.com/blog :uri-ghpages: https://bmuschko.github.io/gradle-docker-plugin/{gradle-project-version} :uri-github: https://github.com/bmuschko/gradle-docker-plugin :uri-gradle-docs: https://docs.gradle.org/current include::00-intro.adoc[] include::10-remote-api-plugin.adoc[] include::20-java-application-plugin.adoc[] include::30-spring-boot-application-plugin.adoc[] include::40-changes.adoc[]
Use version in API link
Use version in API link
AsciiDoc
apache-2.0
bmuschko/gradle-docker-plugin,bmuschko/gradle-docker-plugin,bmuschko/gradle-docker-plugin
b84fdd4856ae46aafe5e6b5b7337469cd66346f6
community/server/src/docs/dev/rest-api/indexes-unique.asciidoc
community/server/src/docs/dev/rest-api/indexes-unique.asciidoc
[[rest-api-unique-indexes]] == Unique Indexes == For uniqueness enforcements, there are two modes: * URL Parameter `unique=get_or_create`: Create a new node/relationship and index it if no existing one can be found. If an existing node/relationship is found, discard the sent data and return the existing node/relationship. * URL Parameter `unique=create_or_fail`: Create a new node/relationship if no existing one can be found in the index. If an existing node/relationship is found, return a conflict error. For more information, see <<transactions-unique-nodes>>. include::get-or-create-unique-node-(create).asciidoc[] include::get-or-create-unique-node-(existing).asciidoc[] include::create-a-unique-node-or-return-fail-(create).asciidoc[] include::create-a-unique-node-or-return-fail-(fail).asciidoc[] include::get-or-create-unique-relationship-(create).asciidoc[] include::get-or-create-unique-relationship-(existing).asciidoc[] include::create-a-unique-relationship-or-return-fail-(create).asciidoc[] include::create-a-unique-relationship-or-return-fail-(fail).asciidoc[]
[[rest-api-unique-indexes]] == Unique Indexes == For uniqueness enforcements, there are two modes: * URL Parameter `uniqueness=get_or_create`: Create a new node/relationship and index it if no existing one can be found. If an existing node/relationship is found, discard the sent data and return the existing node/relationship. * URL Parameter `uniqueness=create_or_fail`: Create a new node/relationship if no existing one can be found in the index. If an existing node/relationship is found, return a conflict error. For more information, see <<transactions-unique-nodes>>. include::get-or-create-unique-node-(create).asciidoc[] include::get-or-create-unique-node-(existing).asciidoc[] include::create-a-unique-node-or-return-fail-(create).asciidoc[] include::create-a-unique-node-or-return-fail-(fail).asciidoc[] include::get-or-create-unique-relationship-(create).asciidoc[] include::get-or-create-unique-relationship-(existing).asciidoc[] include::create-a-unique-relationship-or-return-fail-(create).asciidoc[] include::create-a-unique-relationship-or-return-fail-(fail).asciidoc[]
Fix documentation bug for unique indexes in REST.
Fix documentation bug for unique indexes in REST.
AsciiDoc
apache-2.0
HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j,HuangLS/neo4j
043d46765aa3de423ef0b6897fbfdd0096956566
pages/am/2.x/breaking-changes/breaking-changes-2.10.adoc
pages/am/2.x/breaking-changes/breaking-changes-2.10.adoc
= Breaking changes in 2.10 :page-sidebar: am_2_x_sidebar :page-permalink: am/2.x/am_breaking_changes_2.10.html :page-folder: am/installation-guide :page-layout: am == JAR Manifest file has changed Starting from version 2.10.10, the Main-Class of the entry point of the runnable management and gateway application has changed due to typo error. ---- AM Management API - <mainClass>io.gravitee.am.management.standalone.boostrap.Bootstrap</mainClass> + <mainClass>io.gravitee.am.management.standalone.bootstrap.Bootstrap</mainClass> AM Gateway - <mainClass>io.gravitee.am.gateway.boostrap.Bootstrap</mainClass> + <mainClass>io.gravitee.am.gateway.bootstrap.Bootstrap</mainClass> ---- It could have an impact if you are using your own custom build/launch script with command like `java -jar gravitee-am-*-bootstrap.jar`. Be sure to test this scenario before going further in your production environment. NOTE: There is no impact if you rely on the built-in gravitee(.bat) script.
= Breaking changes in 2.10 :page-sidebar: am_2_x_sidebar :page-permalink: am/2.x/am_breaking_changes_2.10.html :page-folder: am/installation-guide :page-layout: am == JAR Manifest file has changed Starting from version 2.10.10, the Main-Class of the entry point of the runnable management and gateway application has changed due to typo error. ---- AM Management API - <mainClass>io.gravitee.am.management.standalone.boostrap.Bootstrap</mainClass> + <mainClass>io.gravitee.am.management.standalone.bootstrap.Bootstrap</mainClass> AM Gateway - <mainClass>io.gravitee.am.gateway.boostrap.Bootstrap</mainClass> + <mainClass>io.gravitee.am.gateway.bootstrap.Bootstrap</mainClass> ---- It could have an impact if you are using your own custom build/launch script with command like `java -jar gravitee-am-*-bootstrap.jar`. Be sure to test this scenario before going further in your production environment. NOTE: There is no impact if you rely on the built-in gravitee(.bat) script. == Docker images All the UI based docker images (console) are now using HTTP port 8080 and HTTPS port 8443 by default to avoid the need of a root account to use 80/443 to improve the security of our platform.
Update breaking changes for docker images
Update breaking changes for docker images
AsciiDoc
apache-2.0
gravitee-io/gravitee-docs,gravitee-io/gravitee-docs,gravitee-io/gravitee-docs
09105843b0936e19d1386ae1a77bb7a2c81ecf20
docs/src/main/asciidoc/includes/devtools/build-native-container.adoc
docs/src/main/asciidoc/includes/devtools/build-native-container.adoc
[source, bash, subs=attributes+, role="primary asciidoc-tabs-sync-cli"] .CLI ---- ifdef::build-additional-parameters[] quarkus build --native -Dquarkus.native.container-build=true {build-additional-parameters} endif::[] ifndef::build-additional-parameters[] quarkus build --native -Dquarkus.native.container-build=true endif::[] ---- ifndef::devtools-no-maven[] ifdef::devtools-wrapped[+] [source, bash, subs=attributes+, role="secondary asciidoc-tabs-sync-maven"] .Maven ---- ifdef::build-additional-parameters[] ./mvnw package -Dnative -Dquarkus.native.container-build=true {build-additional-parameters} endif::[] ifndef::build-additional-parameters[] ./mvnw package -Dnative -Dquarkus.native.container-build=true endif::[] ---- endif::[] ifndef::devtools-no-gradle[] ifdef::devtools-wrapped[+] [source, bash, subs=attributes+, role="secondary asciidoc-tabs-sync-gradle"] .Gradle ---- ifdef::build-additional-parameters[] ./gradlew build -Dquarkus.package.type=native -Dquarkus.native.container-build=true {build-additional-parameters} endif::[] ifndef::build-additional-parameters[] ./gradlew build -Dquarkus.package.type=native -Dquarkus.native.container-build=true endif::[] ---- endif::[]
[source, bash, subs=attributes+, role="primary asciidoc-tabs-sync-cli"] .CLI ---- ifdef::build-additional-parameters[] quarkus build --native --no-tests -Dquarkus.native.container-build=true {build-additional-parameters} endif::[] ifndef::build-additional-parameters[] quarkus build --native --no-tests -Dquarkus.native.container-build=true endif::[] # The --no-tests flag is required only on Windows and macOS. ---- ifndef::devtools-no-maven[] ifdef::devtools-wrapped[+] [source, bash, subs=attributes+, role="secondary asciidoc-tabs-sync-maven"] .Maven ---- ifdef::build-additional-parameters[] ./mvnw package -Dnative -Dquarkus.native.container-build=true {build-additional-parameters} endif::[] ifndef::build-additional-parameters[] ./mvnw package -Dnative -Dquarkus.native.container-build=true endif::[] ---- endif::[] ifndef::devtools-no-gradle[] ifdef::devtools-wrapped[+] [source, bash, subs=attributes+, role="secondary asciidoc-tabs-sync-gradle"] .Gradle ---- ifdef::build-additional-parameters[] ./gradlew build -Dquarkus.package.type=native -Dquarkus.native.container-build=true {build-additional-parameters} endif::[] ifndef::build-additional-parameters[] ./gradlew build -Dquarkus.package.type=native -Dquarkus.native.container-build=true endif::[] ---- endif::[]
Improve doc for containerized native build
Improve doc for containerized native build On macOS and Windows the following command fails: `quarkus build --native -Dquarkus.native.container-build=true`. Reason is that the Quarkus CLI runs integration tests against binary built in Linux container. The produced binary is ELF not runnable under another OS. Signed-off-by: Matej Vasek <641136dff7ce0a7463dc13442864dad9b6842739@redhat.com>
AsciiDoc
apache-2.0
quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus
92734f8e55232621855ac803a16a05a859ff0712
README.asciidoc
README.asciidoc
== Rook - Sane, smart, fast, Clojure web services image:http://clojars.org/io.aviso/rook/latest-version.svg[Clojars Project, link="http://clojars.org/io.aviso/rook"] image:https://drone.io/github.com/AvisoNovate/rook/status.png[Build Status, link="https://drone.io/github.com/AvisoNovate/rook"] Rook is a set of middleware and handlers to enable metadata-based routing for https://github.com/ring-clojure/ring[Ring] web applications. The intention is to expose a Clojure _namespace_ as a web service _resource_; there's a default mapping of HTTP verbs and paths to function names; these can be extended or overridden by metadata on the functions in the namespace. The end result is that a compliant web service resource can be created in very little code. Rook also supports Swagger 2.0: a detailed JSON description of your web service is generated directly from the functions and metadata. Rook is available under the terms of the Apache Software License 2.0. link:https://portal.aviso.io/#/document/open-source/rook/Current[Full Documentation]
## Rook - Sane, smart, fast, Clojure web services image:http://clojars.org/io.aviso/rook/latest-version.svg[Clojars Project, link="http://clojars.org/io.aviso/rook"] image:https://drone.io/github.com/AvisoNovate/rook/status.png[Build Status, link="https://drone.io/github.com/AvisoNovate/rook"] Rook is a set of middleware and handlers to enable metadata-based routing for https://github.com/ring-clojure/ring[Ring] web applications. The intention is to expose a Clojure _namespace_ as a web service _resource_; there's a default mapping of HTTP verbs and paths to function names; these can be extended or overridden by metadata on the functions in the namespace. The end result is that a compliant web service resource can be created in very little code. Rook also supports Swagger 2.0: a detailed JSON description of your web service is generated directly from the functions and metadata. Rook is available under the terms of the Apache Software License 2.0. link:https://portal.aviso.io/#/document/open-source/rook/Current[Full Documentation]
Use correct Asciidoc headers (not Markdown)
Use correct Asciidoc headers (not Markdown)
AsciiDoc
apache-2.0
bmabey/rook,clyfe/rook,roblally/rook
fbf2ffc94a1b38998d0a688bae005b9f60755ddb
networking/ovn_kubernetes_network_provider/about-ovn-kubernetes.adoc
networking/ovn_kubernetes_network_provider/about-ovn-kubernetes.adoc
[id="learn-about-ovn-kubernetes"] = About the OVN-Kubernetes Pod network provider include::modules/common-attributes.adoc[] :context: learn-about-ovn-kubernetes toc::[] include::modules/nw-ovn-technology-preview.adoc[leveloffset=+1] [id="ovn-kubernetes-metrics"] == Exposed metrics The OVN-Kubernetes network provider exposes certain metrics for use by the Prometheus-based {product-title} cluster monitoring stack. // openshift/ovn-kubernetes => go-controller/pkg/ovn/metrics.go .Metrics exposed by OVN-Kubernetes [cols="2a,8a",options="header"] |=== |Name |Description |`nb_e2e_timestamp` |A timestamp persisted to the Open vSwitch (OVN) northbound database and updated frequently. |`pod_creation_latency_seconds` |The latency between when a Pod is created and when the Pod is annotated by OVN-Kubernetes. The higher the latency, the more time that elapses before a Pod is available for network connectivity. |===
[id="learn-about-ovn-kubernetes"] = About the OVN-Kubernetes Pod network provider include::modules/common-attributes.adoc[] :context: learn-about-ovn-kubernetes toc::[] include::modules/nw-ovn-technology-preview.adoc[leveloffset=+1] [id="ovn-kubernetes-metrics"] == Exposed metrics The OVN-Kubernetes network provider exposes certain metrics for use by the Prometheus-based {product-title} cluster monitoring stack. // openshift/ovn-kubernetes => go-controller/pkg/ovn/metrics.go .Metrics exposed by OVN-Kubernetes [cols="2a,8a",options="header"] |=== |Name |Description |`ovnkube_master_nb_e2e_timestamp` |A timestamp persisted to the Open vSwitch (OVN) northbound database and updated frequently. |`ovnkube_master_pod_creation_latency_seconds` |The latency between when a Pod is created and when the Pod is annotated by OVN-Kubernetes. The higher the latency, the more time that elapses before a Pod is available for network connectivity. |===
Update the metric names for OVN-Kubernetes
Update the metric names for OVN-Kubernetes
AsciiDoc
apache-2.0
vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs
e2397be018380757dc2650a36936e4732073633b
README.adoc
README.adoc
= Transform Query Parameters Policy ifdef::env-github[] image:https://ci.gravitee.io/buildStatus/icon?job=gravitee-io/gravitee-policy-transformqueryparams/master["Build status", link="https://ci.gravitee.io/job/gravitee-io/job/gravitee-policy-transformqueryparams/"] image:https://badges.gitter.im/Join Chat.svg["Gitter", link="https://gitter.im/gravitee-io/gravitee-io?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"] endif::[] == Phase [cols="2*", options="header"] |=== ^|onRequest ^|onResponse ^.^| X ^.^| |=== == Description The Transform Query Parameters policy is used to override incoming request HTTP query parameters. You can override these HTTP query parameters by: * Clearing all existing query parameters * Adding or updating list of query parameters * Removing them individually [source, json] .Sample ---- "transform-queryparams": { "addQueryParameters": [ { "name": "myParam", "value": "{#request.id}" } ], "removeQueryParameters": [ "secretParam" ] } ----
= Transform Query Parameters Policy ifdef::env-github[] image:https://ci.gravitee.io/buildStatus/icon?job=gravitee-io/gravitee-policy-transformqueryparams/master["Build status", link="https://ci.gravitee.io/job/gravitee-io/job/gravitee-policy-transformqueryparams/"] image:https://badges.gitter.im/Join Chat.svg["Gitter", link="https://gitter.im/gravitee-io/gravitee-io?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"] endif::[] == Phase [cols="2*", options="header"] |=== ^|onRequest ^|onResponse ^.^| X ^.^| |=== == Description The Transform Query Parameters policy is used to override incoming request HTTP query parameters. You can override these HTTP query parameters by: * Clearing all existing query parameters * Adding or updating list of query parameters * Removing them individually The values of query parameters of the incoming request are accessible via the `{#request.params['query_parameter_name']}` construct. The example below shows how to add the ID of the incoming request to the outgoing request. [source, json] .Sample ---- "transform-queryparams": { "addQueryParameters": [ { "name": "myParam", "value": "{#request.id}" } ], "removeQueryParameters": [ "secretParam" ] } ----
Document how to access incoming query parameters
Document how to access incoming query parameters It wasn't clear how to use values of query parameters of the incoming request.
AsciiDoc
apache-2.0
gravitee-io/gravitee-policy-transform-queryparameters
32b8b3347d3ea8324e7097df1d414ceacb9dad7f
README.adoc
README.adoc
# react-popover :toc: macro A specification backed popover for react toc::[] ## Installation ---- npm install react-popover ---- ## Examples The `examples` folder contains basic applications of this component. To try them locally run `npm start`. ## API TODO
# react-popover :toc: macro A specification backed popover for react. See [demo](https://littlebits.github.io/react-popover/build). toc::[] ## Installation ---- npm install react-popover ---- ## Examples The `examples` folder contains basic applications of this component. To try them locally run `npm start`. ## API TODO
Update readme with demo link
Update readme with demo link
AsciiDoc
mit
rainforestapp/react-popover,littlebits/react-popover,clara-labs/react-popover,t3chnoboy/react-popover,gregory90/react-popover,prayogoa/react-popover,derekr/react-popover
196952f66cfef1c0dcc798498bb91f54e5b27a78
adoc/omnij-devguide.adoc
adoc/omnij-devguide.adoc
= OmniJ Developer's Guide Sean Gilligan v0.1, July 30, 2015: Early draft :numbered: :toc: :toclevels: 3 :linkattrs: :imagesdir: images Paragraph TBD. == Introduction to OmniJ This section is TBD. For now the project http://github.com/OmniLayer/OmniJ/README.adoc[README] is the best place to get started. == JSON-RPC Clients [plantuml, diagram-classes, svg] .... skinparam packageStyle Rect skinparam shadowing false hide empty members namespace com.msgilligan.bitcoin.rpc { class RPCClient RPCClient <|-- class DynamicRPCClient << Groovy >> RPCClient <|-- BitcoinClient BitcoinClient <|-- class BitcoinCLIClient << Groovy >> } namespace foundation.omni.rpc { com.msgilligan.bitcoin.rpc.BitcoinClient <|-- OmniClient OmniClient <|-- OmniExtendedClient OmniExtendedClient <|-- class OmniCLIClient << Groovy >> } ....
= OmniJ Developer's Guide Sean Gilligan v0.1, July 30, 2015: Early draft :numbered: :toc: :toclevels: 3 :linkattrs: :imagesdir: images Paragraph TBD. == Introduction to OmniJ This section is TBD. For now the project https://github.com/OmniLayer/OmniJ#omnij-project[README] is the best place to get started. == JSON-RPC Clients [plantuml, diagram-classes, svg] .... skinparam packageStyle Rect skinparam shadowing false hide empty members namespace com.msgilligan.bitcoin.rpc { class RPCClient RPCClient <|-- class DynamicRPCClient << Groovy >> RPCClient <|-- BitcoinClient BitcoinClient <|-- class BitcoinCLIClient << Groovy >> } namespace foundation.omni.rpc { com.msgilligan.bitcoin.rpc.BitcoinClient <|-- OmniClient OmniClient <|-- OmniExtendedClient OmniExtendedClient <|-- class OmniCLIClient << Groovy >> } ....
Fix broken link to OmniJ Project README
Fix broken link to OmniJ Project README
AsciiDoc
apache-2.0
OmniLayer/OmniJ,OmniLayer/OmniJ,OmniLayer/OmniJ
84a64751242e73d1303b4114952c80a6913d5ec5
docs/src/main/asciidoc/0-glossary.adoc
docs/src/main/asciidoc/0-glossary.adoc
= Internal glossary This is not a document to be published outside. This is a collection of preferred term in the documentation and website. Please stay witin these terms for consistency. Live reload:: for our `quarkus:dev` capability GraalVM:: preferred term for the VM creating native executable. No space. Substrate VM:: non-preferred. Only if you want to clarify which part of GraalVM we use. Native Executable:: the executable that is compiled to native 1s and 0s Docker image:: for the actual `Dockerfile` definition and when the tool chain is involved Container:: when we discuss Quarkus running in... containers Supersonic Subatomic Java:: our tagline Kubernetes Native Java:: our preferred tagline to say that we rock for containers Developer Joy:: for everything going from live reload to the opinionated layer to a single config file Unify Imperative and Reactive:: imperative and reactive. 'Nuff said. Best of breed frameworks and standards:: when we explain our stack
= Internal glossary This is not a document to be published outside. This is a collection of preferred term in the documentation and website. Please stay within these terms for consistency. * Live reload:: for our `quarkus:dev` capability * GraalVM:: preferred term for the VM creating native executable. No space. * Substrate VM:: non-preferred. Only if you want to clarify which part of GraalVM we use. * Native Executable:: the executable that is compiled to native 1s and 0s * Docker image:: for the actual `Dockerfile` definition and when the tool chain is involved * Container:: when we discuss Quarkus running in... containers * Supersonic Subatomic Java:: our tagline * Kubernetes Native Java:: our preferred tagline to say that we rock for containers * Developer Joy:: for everything going from live reload to the opinionated layer to a single config file * Unify Imperative and Reactive:: imperative and reactive. 'Nuff said. * Best of breed frameworks and standards:: when we explain our stack
Make the glossary a bit better
Make the glossary a bit better
AsciiDoc
apache-2.0
quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus
309e54bd213b550b2f15bbd9277f21e8aca0ea59
spring-boot-project/spring-boot-docs/src/docs/asciidoc/documentation/upgrading.adoc
spring-boot-project/spring-boot-docs/src/docs/asciidoc/documentation/upgrading.adoc
[[documentation.upgrading]] == Upgrading From an Earlier Version You should always ensure that you are running a {github-wiki}/Supported-Versions[supported version] of Spring Boot. Depending on the version that you are upgrading to, you can find some additional tips here: * *From 1.x:* <<actuator#upgrading.from-1x, Upgrading from 1.x>> * *To a new feature release:* <<upgrading#upgrading.to-feature, Upgrading to New Feature Release>> * *Spring Boot CLI:* <<upgrading#upgrading.cli, Upgrading the Spring Boot CLI>>
[[documentation.upgrading]] == Upgrading From an Earlier Version You should always ensure that you are running a {github-wiki}/Supported-Versions[supported version] of Spring Boot. Depending on the version that you are upgrading to, you can find some additional tips here: * *From 1.x:* <<upgrading#upgrading.from-1x, Upgrading from 1.x>> * *To a new feature release:* <<upgrading#upgrading.to-feature, Upgrading to New Feature Release>> * *Spring Boot CLI:* <<upgrading#upgrading.cli, Upgrading the Spring Boot CLI>>
Fix link to Upgrading From 1.x in multi-page documentation
Fix link to Upgrading From 1.x in multi-page documentation See gh-30890
AsciiDoc
apache-2.0
michael-simons/spring-boot,chrylis/spring-boot,scottfrederick/spring-boot,htynkn/spring-boot,michael-simons/spring-boot,chrylis/spring-boot,vpavic/spring-boot,chrylis/spring-boot,dreis2211/spring-boot,mdeinum/spring-boot,htynkn/spring-boot,chrylis/spring-boot,scottfrederick/spring-boot,wilkinsona/spring-boot,htynkn/spring-boot,wilkinsona/spring-boot,aahlenst/spring-boot,dreis2211/spring-boot,mdeinum/spring-boot,spring-projects/spring-boot,vpavic/spring-boot,mdeinum/spring-boot,wilkinsona/spring-boot,spring-projects/spring-boot,vpavic/spring-boot,michael-simons/spring-boot,mdeinum/spring-boot,wilkinsona/spring-boot,dreis2211/spring-boot,wilkinsona/spring-boot,mdeinum/spring-boot,scottfrederick/spring-boot,mdeinum/spring-boot,aahlenst/spring-boot,scottfrederick/spring-boot,michael-simons/spring-boot,vpavic/spring-boot,spring-projects/spring-boot,chrylis/spring-boot,scottfrederick/spring-boot,aahlenst/spring-boot,chrylis/spring-boot,aahlenst/spring-boot,spring-projects/spring-boot,htynkn/spring-boot,htynkn/spring-boot,aahlenst/spring-boot,dreis2211/spring-boot,spring-projects/spring-boot,vpavic/spring-boot,scottfrederick/spring-boot,michael-simons/spring-boot,dreis2211/spring-boot,vpavic/spring-boot,michael-simons/spring-boot,spring-projects/spring-boot,htynkn/spring-boot,aahlenst/spring-boot,dreis2211/spring-boot,wilkinsona/spring-boot
1fa758c1cf37209c06560dbd9734cca29a53c689
components/camel-hashicorp-vault/src/main/docs/hashicorp-vault-component.adoc
components/camel-hashicorp-vault/src/main/docs/hashicorp-vault-component.adoc
= Hashicorp Vault Component :doctitle: Hashicorp Vault :shortname: hashicorp-vault :artifactid: camel-hashicorp-vault :description: Manage secrets in Hashicorp Vault Service :since: 3.18 :supportlevel: Preview :component-header: Only producer is supported //Manually maintained attributes :group: Azure :camel-spring-boot-name: hashicorp-vault *Since Camel {since}* *{component-header}* The hashicorp-vault component that integrates https://www.vaultproject.io/[Hashicorp Vault]. == URI Format [source,xml] ------------------------------------------------------------ <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-hashicorp-vault</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency> ------------------------------------------------------------ // component-configure options: START // component-configure options: END // component options: START include::partial$component-configure-options.adoc[] include::partial$component-endpoint-options.adoc[] // component options: END // endpoint options: START // endpoint options: END
= Hashicorp Vault Component :doctitle: Hashicorp Vault :shortname: hashicorp-vault :artifactid: camel-hashicorp-vault :description: Manage secrets in Hashicorp Vault Service :since: 3.18 :supportlevel: Preview :component-header: Only producer is supported //Manually maintained attributes :camel-spring-boot-name: hashicorp-vault *Since Camel {since}* *{component-header}* The hashicorp-vault component that integrates https://www.vaultproject.io/[Hashicorp Vault]. == URI Format [source,xml] ------------------------------------------------------------ <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-hashicorp-vault</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency> ------------------------------------------------------------ // component-configure options: START // component-configure options: END // component options: START include::partial$component-configure-options.adoc[] include::partial$component-endpoint-options.adoc[] // component options: END // endpoint options: START // endpoint options: END
Remove group azure as its not from azure
Remove group azure as its not from azure
AsciiDoc
apache-2.0
cunningt/camel,christophd/camel,cunningt/camel,tadayosi/camel,cunningt/camel,christophd/camel,christophd/camel,tadayosi/camel,christophd/camel,apache/camel,apache/camel,tadayosi/camel,tadayosi/camel,apache/camel,cunningt/camel,apache/camel,tadayosi/camel,apache/camel,cunningt/camel,tadayosi/camel,christophd/camel,apache/camel,cunningt/camel,christophd/camel
ad6ca6cc30d2e9c8e61622a292da5d6a2b5bbbef
doc/todo.adoc
doc/todo.adoc
= To-Do List - mock_cone_detector creates infinite area and overflows h - [line-through]#new waypoints shorter than old don't delete existing waypoints# - adjust waypoints for start position and cone position - cone area goes down when very close to cone - [line-through]#parameterize throttle and steering PWM values# - touch sensor does not work - cone detection in bright light does not work - GUIDED mode does not work - Encode PWM values or range set to use in the waypoints file - If waypoint encountered before cone is seen, rover goes into HOLD mode with no recovery. Needs to be fixed. == Possible To-Do - [line-through]#Change from using WP_SPEED to CRUISE_SPEED. (Seems to be used by Vicky, while WP_SPEED is not.)# - Have a way of manually triggering parameter reload == Notes MAV_CMD_DO_SET_HOME appears to reset the map origin, as well as zero the offset between the map origin and base_link (for /mavros/local_position/pose and /mavros/local_position/odom).
= To-Do List - mock_cone_detector creates infinite area and overflows h - (*DONE*) new waypoints shorter than old don't delete existing waypoints - adjust waypoints for start position and cone position - cone area goes down when very close to cone - (*DONE*) parameterize throttle and steering PWM values - touch sensor does not work - cone detection in bright light does not work - GUIDED mode does not work - Encode PWM values or range set to use in the waypoints file - If waypoint encountered before cone is seen, rover goes into HOLD mode with no recovery. Needs to be fixed. == Possible To-Do - (*DONE*) Change from using WP_SPEED to CRUISE_SPEED. (Seems to be used by Vicky, while WP_SPEED is not.) - Have a way of manually triggering parameter reload == Notes MAV_CMD_DO_SET_HOME appears to reset the map origin, as well as zero the offset between the map origin and base_link (for /mavros/local_position/pose and /mavros/local_position/odom).
Mark completed items as DONE instead of using line-through
Mark completed items as DONE instead of using line-through GitHub's flavor of asciidoc does not support "line-through" for striking out text. Added explicit "DONE" indication instead.
AsciiDoc
apache-2.0
ProgrammingRobotsStudyGroup/robo_magellan,ProgrammingRobotsStudyGroup/robo_magellan,ProgrammingRobotsStudyGroup/robo_magellan,ProgrammingRobotsStudyGroup/robo_magellan
7d46332a89b52b8c9314100441c90b33ebf13d65
genie-web/src/docs/asciidoc/api/commands/_getClustersForCommand.adoc
genie-web/src/docs/asciidoc/api/commands/_getClustersForCommand.adoc
=== Get the Clusters that Have Command Available ==== Description Search the clusters that the given command is linked to. ==== Endpoint `GET /api/v3/applications/{id}/commands` :snippet-base: {snippets}/command-rest-controller-integration-test/can-get-clusters-for-command/8 :id-base: get-clusters-for-command :!request-headers: :request-path-params: {snippet-base}/path-parameters.adoc :request-query-params: {snippet-base}/request-parameters.adoc :!request-fields: :curl-request: {snippet-base}/curl-request.adoc :httpie-request: {snippet-base}/httpie-request.adoc :response-headers: {snippet-base}/response-headers.adoc :response-fields: {snippet-base}/response-fields.adoc :!response-links: :http-request: {snippet-base}/http-request.adoc :http-response: {snippet-base}/http-response.adoc include::../_apiTemplate.adoc[]
=== Get the Clusters that Have Command Available ==== Description Search the clusters that the given command is linked to. ==== Endpoint `GET /api/v3/commands/{id}/clusters` :snippet-base: {snippets}/command-rest-controller-integration-test/can-get-clusters-for-command/8 :id-base: get-clusters-for-command :!request-headers: :request-path-params: {snippet-base}/path-parameters.adoc :request-query-params: {snippet-base}/request-parameters.adoc :!request-fields: :curl-request: {snippet-base}/curl-request.adoc :httpie-request: {snippet-base}/httpie-request.adoc :response-headers: {snippet-base}/response-headers.adoc :response-fields: {snippet-base}/response-fields.adoc :!response-links: :http-request: {snippet-base}/http-request.adoc :http-response: {snippet-base}/http-response.adoc include::../_apiTemplate.adoc[]
Fix spelling error in endpoint
Fix spelling error in endpoint
AsciiDoc
apache-2.0
tgianos/genie,Netflix/genie,Netflix/genie,Netflix/genie,Netflix/genie,Netflix/genie,tgianos/genie,tgianos/genie,tgianos/genie,tgianos/genie
cb7811f0882509b25c84a35055116f609b481903
CHANGES.adoc
CHANGES.adoc
= Changelog == 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: 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. - == Version 0.3.0 Date: 2014-01-18 - First version splitted from monolitic buddy package. - No changes from original version.
Update changelog related to jws changes.
Update changelog related to jws changes.
AsciiDoc
apache-2.0
funcool/buddy-sign
f16e0e181816408e2e617429e5b47571c70528d2
README.asciidoc
README.asciidoc
== dda - Django Desktop Application === Introduction DDA is an example project to demonstrate how to use Django as a desktop application. It provides an alternative to using a GUI framework such as https://docs.python.org/3.4/library/tkinter.html[Tkinter] or http://sourceforge.net/projects/pyqt/[PyQt]. It is a work in progress.
== dda - Django Desktop Application === Introduction DDA is an example project to demonstrate how to use Django as a desktop application. It provides an alternative to using a GUI framework such as https://docs.python.org/3.4/library/tkinter.html[Tkinter] or http://sourceforge.net/projects/pyqt/[PyQt]. It is a work in progress. === Credits To allow the Django Desktop Application to access common javascript and css files used by the web pages (without having to hit the network), I have included copies in this distribution. Here is a list: - http://jquery.com/[jQuery (Version 2.1.1)] - http://getbootstrap.com/[Bootstrap (Version 3.3.1)] - http://glyphicons.com/[Glyphicons] (Graciously donated to Bootstrap) - http://silviomoreto.github.io/bootstrap-select/[Bootstrap Select (Version 1.6.3)] They are all awesome.
Add credits section for included content.
Add credits section for included content.
AsciiDoc
mit
hoadlck/dda,hoadlck/dda
dc1840b1af4c77b933808abfb27a51cd15f9492c
doc/resources/doc/sources/uberjar.adoc
doc/resources/doc/sources/uberjar.adoc
= Creating an Uberjar Edge provides a script for running pack to build an uberjar. To use it, you can simply run the below from your project sub-directory (the same folder as your deps.edn). [source,shell] ---- $ ../bin/onejar -A:prod --args '-m edge.main' project.jar ---- The `-A:prod` indicates an alias you would like to have its `:extra-deps` and `:paths` included in your resulting jar. `--args` are default arguments to your jar, in this case we are specifying that the application should run edge.main, part of the edge production modules. You can run this jar in production quite easily: [source,shell] ---- $ java -Xmx1G -jar project.jar ---- We recommend that you specify the memory usage of your JVM, as the default on Java 6+ is usually insufficient for hosts run only this JVM process. A rule of thumb is to use 2/3rds of the memory of your host.
= Creating an Uberjar == OneJar Edge provides a script for running pack to build an uberjar. To use it, you can simply run the below from your project sub-directory (the same folder as your deps.edn). [source,shell] ---- $ ../bin/onejar -A:prod --args '-m edge.main' project.jar ---- The `-A:prod` indicates an alias you would like to have its `:extra-deps` and `:paths` included in your resulting jar. `--args` are default arguments to your jar, in this case we are specifying that the application should run edge.main, part of the edge production modules. == Capsule Build a capsule uberjar using this command: [source,shell] ---- $ ../bin/capsule -m edge.main -e 'target/prod' -A:prod project.jar ---- If you are using clojurescript in your project make sure you run this command first: [source,shell] ---- $ clojure -A:build:build/once ---- It will build the clojurescript files and put them in the correct folder to be included in the uberjar. == Running the jar You can run the produced jar in production quite easily: [source,shell] ---- $ java -Xmx1G -jar project.jar ---- We recommend that you specify the memory usage of your JVM, as the default on Java 6+ is usually insufficient for hosts run only this JVM process. A rule of thumb is to use 2/3rds of the memory of your host.
Add docs for how to use the capsule command
Add docs for how to use the capsule command
AsciiDoc
mit
juxt/edge,juxt/edge
b45a7468cb03c32edaff56539fac47fa16468467
README.adoc
README.adoc
= Callfire API v2 REST client C# client for Callfire platform API version 2. See link:https://developers.callfire.com/callfire-api-client-csharp.html[Getting Started] page for setup instructions. .*Requirements:* * .NET 4.6+ .*Dependencies:* * Newtonsoft.Json >= 7.0.1 * RestSharp >= 106.4.2 .*Table of contents* * link:https://developers.callfire.com/callfire-api-client-csharp.html[Getting Started] * link:https://developers.callfire.com/docs.html[REST endpoints documentation and api code samples] * Have a question ? ** link:https://developers.callfire.com/chat.html[Public chat room] ** link:http://stackoverflow.com/questions/tagged/callfire[Ask on stackoverflow] ** link:https://answers.callfire.com/hc/en-us[Call Us]
= Callfire API v2 REST client C# client for Callfire platform API version 2. See link:https://developers.callfire.com/callfire-api-client-csharp.html[Getting Started] page for setup instructions. .*Requirements:* * .NET 4.6+ .*Dependencies:* * Newtonsoft.Json >= 12.0.2 * RestSharp = 106.6.4 (RestSharp have a bug with serialization to camelCase json string, wait for fix https://github.com/restsharp/RestSharp/issues/1251 before upgrade to newer) .*Table of contents* * link:https://developers.callfire.com/callfire-api-client-csharp.html[Getting Started] * link:https://developers.callfire.com/docs.html[REST endpoints documentation and api code samples] * Have a question ? ** link:https://developers.callfire.com/chat.html[Public chat room] ** link:http://stackoverflow.com/questions/tagged/callfire[Ask on stackoverflow] ** link:https://answers.callfire.com/hc/en-us[Call Us]
Update readmy with dependency versions
Update readmy with dependency versions
AsciiDoc
mit
CallFire/callfire-api-client-csharp
59d486e6928660260f587c0cb9cbf99bb84a5b8c
code/issueTracker.adoc
code/issueTracker.adoc
= Report an issue :awestruct-layout: normalBase :showtitle: == Issue tracker We welcome issue reports (bugs, improvements, new feature requests, ...) in our issue tracker: *Show https://issues.jboss.org/browse/drools[the JIRA issue tracker].* Log in and click on the button _Create Issue_ to report a bug, improvement or feature request. == Pull requests on GitHub Want to fix the issue yourself? Fork https://github.com/droolsjbpm[the git repository] and send in a pull request. We usually process all pull requests within a few days. == Kanban boards * https://issues.jboss.org/secure/RapidBoard.jspa?rapidView=4016[Drools] * https://issues.jboss.org/secure/RapidBoard.jspa?rapidView=3828[OptaPlanner] * https://issues.jboss.org/secure/RapidBoard.jspa?rapidView=3972[jBPM] * https://issues.jboss.org/secure/RapidBoard.jspa?rapidView=3462[Guvnor] * AppFormer (todo) * https://issues.jboss.org/secure/RapidBoard.jspa?rapidView=3838[Designer.NEXT]
= Report an issue :awestruct-layout: normalBase :showtitle: == Issue tracker We welcome issue reports (bugs, improvements, new feature requests, ...) in our issue tracker: *Show https://issues.jboss.org/browse/drools[the JIRA issue tracker].* Log in and click on the button _Create Issue_ to report a bug, improvement or feature request. == Pull requests on GitHub Want to fix the issue yourself? Fork https://github.com/droolsjbpm[the git repository] and send in a pull request. We usually process all pull requests within a few days. == Kanban boards * https://issues.jboss.org/secure/RapidBoard.jspa?rapidView=4016[Drools] * https://issues.jboss.org/secure/RapidBoard.jspa?rapidView=4032[OptaPlanner] * https://issues.jboss.org/secure/RapidBoard.jspa?rapidView=3972[jBPM] * https://issues.jboss.org/secure/RapidBoard.jspa?rapidView=3462[Guvnor] * AppFormer (todo) * https://issues.jboss.org/secure/RapidBoard.jspa?rapidView=3838[Designer.NEXT]
Update to OptaPlanner scrum board
Update to OptaPlanner scrum board
AsciiDoc
apache-2.0
droolsjbpm/drools-website,droolsjbpm/drools-website,droolsjbpm/drools-website
6883c4702db90173bcdc282ce8980fee04f03b66
pages/apim/overview/components.adoc
pages/apim/overview/components.adoc
= Components :page-sidebar: apim_sidebar :page-permalink: apim_overview_components.html :page-folder: apim/overview Next sections are describing top components which are part of Gravitee.io. == Gateway The gateway is the core component of the Gravitee.io platform. You can compare it to a "smart" proxy to understand its goal. Unlike traditional HTTP proxy, the gateway is able to apply <<apim_overview_plugins.adoc#gravitee-plugins-policies, policies>> (ie. rules) to both HTTP requests and responses according to your needs, meaning that you can enhance requests and responses processing by adding transformation, security, and many other crazy features! .Gravitee.io - Gateway Internal image::architecture/graviteeio-gateway-internal.png[Gravitee.io - Gateway Internal] .Gravitee.io - Gateway Architecture image::architecture/graviteeio-gateway-architecture.png[Gravitee.io - Gateway Architecture] == Management API A restful API providing a bunch of services to manage and configure the global platform. All exposed services are constraint by authentication and authorization rules. You can find more information by having a look to the <<gravitee-management-api-overview, Management API>> section. == Management UI This is the Web UI for <<gravitee-components-mgmt-api, Gravitee.io Management API>>. This UI acts as a management tool for API Publishers but also as a portal for your API Consumers.
= Components :page-sidebar: apim_sidebar :page-permalink: apim_overview_components.html :page-folder: apim/overview Next sections are describing top components which are part of Gravitee.io. == Gateway The gateway is the core component of the Gravitee.io platform. You can compare it to a "smart" proxy to understand its goal. Unlike traditional HTTP proxy, the gateway is able to apply <<apim_overview_plugins.adoc#gravitee-plugins-policies, policies>> (ie. rules) to both HTTP requests and responses according to your needs, meaning that you can enhance requests and responses processing by adding transformation, security, and many other crazy features! .Gravitee.io - Gateway Internal image::architecture/graviteeio-gateway-internal.png[Gravitee.io - Gateway Internal] .Gravitee.io - Gateway Architecture image::architecture/graviteeio-gateway-architecture.png[Gravitee.io - Gateway Architecture] == Management API A restful API providing a bunch of services to manage and configure the global platform. All exposed services are constraint by authentication and authorization rules. You can find more information by having a look to the link:/apim_installguide_management_api_documentation.html[Management API > Documentation] section. == Management UI This is the Web UI for <<gravitee-components-mgmt-api, Gravitee.io Management API>>. This UI acts as a management tool for API Publishers but also as a portal for your API Consumers.
Fix the documentation of REST API link
Fix the documentation of REST API link
AsciiDoc
apache-2.0
gravitee-io/gravitee-docs,gravitee-io/gravitee-docs,gravitee-io/gravitee-docs
52bd2ad90495a36c38daddd9ede3ffa20d2e7572
README.adoc
README.adoc
= Talend component for Neo4j Benoit Simard <github@bsimard.com> V1.0 :experimental: :toc: :toc-placement: preamble :toc-title: pass:[<b>Table of Contents</b>] :outfilesuffix-old: {outfilesuffix} ifdef::env-github[:outfilesuffix: .adoc] ifndef::env-github[] :idprefix: :idseparator: - endif::[] image:https://travis-ci.org/sim51/neo4j-talend-component.svg?branch=master["Build Status", link="https://travis-ci.org/sim51/neo4j-talend-component"] image:https://coveralls.io/repos/github/sim51/neo4j-talend-component/badge.svg?branch=master["Coverage Status", link="https://coveralls.io/github/sim51/neo4j-talend-component?branch=master"] Project website : http://sim51.github.io/neo4j-talend-component/ == TODO * Remake packaging phase for the assembly (there is some cobertura thing into compile class on the archive)
= Talend component for Neo4j Benoit Simard <github@bsimard.com> V1.0 :experimental: :toc: :toc-placement: preamble :toc-title: pass:[<b>Table of Contents</b>] :outfilesuffix-old: {outfilesuffix} ifdef::env-github[:outfilesuffix: .adoc] ifndef::env-github[] :idprefix: :idseparator: - endif::[] image:https://travis-ci.org/sim51/neo4j-talend-component.svg?branch=master["Build Status", link="https://travis-ci.org/sim51/neo4j-talend-component"] image:https://coveralls.io/repos/github/sim51/neo4j-talend-component/badge.svg?branch=master["Coverage Status", link="https://coveralls.io/github/sim51/neo4j-talend-component?branch=master"] Project website : http://sim51.github.io/neo4j-talend-component/ == TODO
Remove done job on todo list
Remove done job on todo list
AsciiDoc
mit
sim51/neo4j-talend-component
13c9a13f84fb760d2e71e7f9a41d994923c2ee35
README.adoc
README.adoc
== asciidoctor-fopub-embed-svg-example An example for embedding SVG images in an asciidoctor document. === Setup ---- bundle install ---- === How to make the target pdf file Running the command below make the target pdf file named "class_diagram.pdf" out of "class_diagram.adoc" ---- bundle exec rake ---- === Watch *.adoc files Running the command below, rake watches "\*.adoc" files and build "*.adoc" files whenever they are modified. ---- bundle exec rake watch ---- === Example output files You can see the example output files at * https://hnakamur.github.io/asciidoctor-fopub-embed-svg-example/class_diagram.pdf[class_diagram.pdf] === Note You must be add `width` and `height` attributes to the root `<svg>` element. Without these, you got redundant spaces between the embedded image and the following text.
== asciidoctor-fopub-embed-svg-example An example for embedding SVG images in an asciidoctor document. === Setup ---- bundle install ---- === How to make the target pdf file Running the command below make the target pdf file named "class_diagram.pdf" out of "class_diagram.adoc" ---- bundle exec rake ---- === Watch *.adoc files Running the command below, rake watches "\*.adoc" files and build "*.adoc" files whenever they are modified. ---- bundle exec rake watch ---- === Example output files You can see the example output files at * https://hnakamur.github.io/asciidoctor-fopub-embed-svg-example/class_diagram.pdf[class_diagram.pdf] * https://hnakamur.github.io/asciidoctor-fopub-embed-svg-example/class_diagram.html[class_diagram.html] === Note You must be add `width` and `height` attributes to the root `<svg>` element. Without these, you got redundant spaces between the embedded image and the following text.
Add deleted html example link
Add deleted html example link
AsciiDoc
mit
hnakamur/asciidoctor-fopub-embed-svg-example
19abdf188e32660fd9b14f40fbf84fff4e71f021
doc/releasing.adoc
doc/releasing.adoc
== Source release to pypi python setup.py release --skip-tests --pypi == Sign source release for GitHub gpg --detach-sign dist/yubikey-manager-VERSION.tar.gz == Releasing on macOS python setup.py executable resources/fix_libusb_dep_app_bundle.sh dist/YubiKey\ Manager.app/ codesign -s 'Developer ID Application' dist/YubiKey\ Manager.app/ --deep sudo pkgbuild --install-location /Applications --component dist/YubiKey\ Manager.app/ dist/installer.pkg productsign -s 'Developer ID Installer' dist/installer.pkg dist/yubikey-manager-VERSION-mac.pkg gpg --detach-sign dist/yubikey-manager-VERSION-mac.pkg == Releasing on Windows python setup.py executable gpg --detach-sign dist/yubikey-manager-VERSION-win.exe
== Source release to pypi python setup.py release --skip-tests --pypi == Sign source release for GitHub gpg --detach-sign dist/yubikey-manager-VERSION.tar.gz == Releasing on macOS python setup.py executable resources/fix_libusb_dep_app_bundle.sh dist/YubiKey\ Manager.app/ codesign --deep --force --verify --verbose --sign 'Developer ID Application' dist/YubiKey\ Manager.app/ sudo pkgbuild --sign 'Developer ID Installer' --install-location /Applications --component dist/YubiKey\ Manager.app/ dist/installer.pkg gpg --detach-sign dist/yubikey-manager-VERSION-mac.pkg == Releasing on Windows python setup.py executable gpg --detach-sign dist/yubikey-manager-VERSION-win.exe
Update code signing commands for macOS
Update code signing commands for macOS
AsciiDoc
bsd-2-clause
Yubico/yubikey-manager,Yubico/yubikey-manager
f97d2b4992d6de1a8269ca3f00ca12511ba58b09
org.jenetics.doc/src/main/asciidoc/implementation/Main.adoc
org.jenetics.doc/src/main/asciidoc/implementation/Main.adoc
= Implementation protocols Franz Wilhelmstötter <franz.wilhelmstoetter@gmail.com> :Author Initials: FWi :toc: :icons: :numbered: :website: http://jenetics.io/ While implementing the library, a lot of concrete implementation decisions have been made. This document gives a more detailed description of some selected implementation details. include::CreateRandomSeed.adoc[] include::OptimizeMinimum.adoc[]
= Implementation protocols Franz Wilhelmstötter <franz.wilhelmstoetter@gmail.com> :Author Initials: FWi :toc: :icons: :numbered: :website: http://jenetics.io/ While implementing the library, a lot of concrete implementation decisions have been made. This document gives a more detailed description of selected implementation details. include::CreateRandomSeed.adoc[] include::OptimizeMinimum.adoc[]
Update main document of 'Implementation protocol'.
Update main document of 'Implementation protocol'.
AsciiDoc
apache-2.0
jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics
fb04fd0d39c27797786487cb56eaa15a9217fecf
docs/reference/index.asciidoc
docs/reference/index.asciidoc
[[elasticsearch-reference]] = Elasticsearch Reference :version: 2.2.0 :branch: 2.0 :major-version: 2.x :jdk: 1.8.0_25 :defguide: https://www.elastic.co/guide/en/elasticsearch/guide/current :plugins: https://www.elastic.co/guide/en/elasticsearch/plugins/2.x :issue: https://github.com/elastic/elasticsearch/issues :pull: https://github.com/elastic/elasticsearch/pull include::getting-started.asciidoc[] include::setup.asciidoc[] include::migration/index.asciidoc[] include::api-conventions.asciidoc[] include::docs.asciidoc[] include::search.asciidoc[] include::aggregations.asciidoc[] include::indices.asciidoc[] include::cat.asciidoc[] include::cluster.asciidoc[] include::query-dsl.asciidoc[] include::mapping.asciidoc[] include::analysis.asciidoc[] include::modules.asciidoc[] include::index-modules.asciidoc[] include::testing.asciidoc[] include::glossary.asciidoc[] include::release-notes.asciidoc[] include::redirects.asciidoc[]
[[elasticsearch-reference]] = Elasticsearch Reference :version: 2.2.0 :branch: 2.x :major-version: 2.x :jdk: 1.8.0_25 :defguide: https://www.elastic.co/guide/en/elasticsearch/guide/current :plugins: https://www.elastic.co/guide/en/elasticsearch/plugins/2.x :issue: https://github.com/elastic/elasticsearch/issues/ :pull: https://github.com/elastic/elasticsearch/pull/ include::getting-started.asciidoc[] include::setup.asciidoc[] include::migration/index.asciidoc[] include::api-conventions.asciidoc[] include::docs.asciidoc[] include::search.asciidoc[] include::aggregations.asciidoc[] include::indices.asciidoc[] include::cat.asciidoc[] include::cluster.asciidoc[] include::query-dsl.asciidoc[] include::mapping.asciidoc[] include::analysis.asciidoc[] include::modules.asciidoc[] include::index-modules.asciidoc[] include::testing.asciidoc[] include::glossary.asciidoc[] include::release-notes.asciidoc[] include::redirects.asciidoc[]
Fix :issue: and :pull: asciidoc replacements
Docs: Fix :issue: and :pull: asciidoc replacements
AsciiDoc
apache-2.0
strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test
b545131d24a81eb946f5f61afd7a6846e6677aa4
app/README.adoc
app/README.adoc
= Edge App Until CIDER 0.17 has been released (which brings improved support for Clojure CLI), please use a terminal to run `clj`. Ensure that you are in the `app` sub-directory. ---- $ ./bin/dev dev=> (go) ---- This starts an nrepl-server, the port is announced on the command line. == Cursive support Current versions of Cursive don't support `deps.edn`, but will work with a `pom.xml`. You can generate the `pom.xml` with the following command: ---- $ clojure -Spom ----
= Edge App Until CIDER 0.17 has been released (which brings improved support for Clojure CLI), please use a terminal to run `clj`. Ensure that you are in the `app` sub-directory. ---- $ ./bin/repl dev=> (go) ---- This starts an nrepl-server, the port is announced on the command line. == Cursive support Current versions of Cursive don't support `deps.edn`, but will work with a `pom.xml`. You can generate the `pom.xml` with the following command: ---- $ clojure -Spom ----
Update docs to reflect dev->repl
Update docs to reflect dev->repl
AsciiDoc
mit
juxt/edge,juxt/edge
356a692b14309ade9ed368430d0402d089b64de2
docs/conventions.adoc
docs/conventions.adoc
# Conventions over configuration This document covers conventions used in Dogen that may help you build Dockerfiles faster and easier. ## Handling YUM/DNF repo files In case you add YUM/DNF repo files that you want to put to the `/etc/yum.repos.d` directory to enable additional repositories Dogen will handle it for you automatically. If Dogen will detect files with `.repo` extension in the `scripts` directory located under the target (output) directory Dogen will automatically copy all these files to `/etc/yum.repos.d` directory and enable them to be used while installing packages listed in the `packages` section. After installation Dogen removes newly added repo files from the `/etc/yum.repos.d` directory *automatically*. If you do not want to have these files removed after installation -- you need to make your repo files part of some package and install them manually. ### Things to note 1. This feature covers only the situation where you want to add a custom repo file at *build time* but you do not want it to be enabled in containers. 2. Repo file name should be the *same* as the repo id in the repository (the name between square brackets). 3. There should be *only one* repository per file. 4. Only added repositories will be enabled during install of packages, all other repositories (including default) will be *disabled*. ## Running scripts ### Default script name If you do not specify an `exec` key for a script, dogen will check for a script named `run` and execute it if it exists.
# Conventions over configuration This document covers conventions used in Dogen that may help you build Dockerfiles faster and easier. ## Handling YUM/DNF repo files In case you add YUM/DNF repo files that you want to put to the `/etc/yum.repos.d` directory to enable additional repositories Dogen will handle it for you automatically. If Dogen will detect files with `.repo` extension in the `scripts` directory located under the target (output) directory Dogen will automatically copy all these files to `/etc/yum.repos.d` directory and enable them to be used while installing packages listed in the `packages` section. After installation Dogen removes newly added repo files from the `/etc/yum.repos.d` directory *automatically*. If you do not want to have these files removed after installation -- you need to make your repo files part of some package and install them manually. ### Things to note 1. This feature covers only the situation where you want to add a custom repo file at *build time* but you do not want it to be enabled in containers. 2. Repo file name should be the *same* as the repo id in the repository (the name between square brackets). 3. There should be *only one* repository per file. 4. Only added repositories will be enabled during install of packages, all other repositories (including default) will be *disabled*. ## Running scripts ### Default script name If you do not specify an `exec` key for a script, dogen will check for a script named `run` and execute it if it exists. ### Default script execution user Dogen will execute all scripts as `root` unless you have specified a user with the `user` key.
Document default user is root
Document default user is root
AsciiDoc
mit
goldmann/dogen,goldmann/dogen,jboss-container-images/concreate,goldmann/dogen,jboss-dockerfiles/dogen,jboss-dockerfiles/dogen,jboss-container-images/concreate,jboss-dockerfiles/dogen,jboss-container-images/concreate
b349e670b58b4291d6bcbfe14ccff17f083dfd57
spring-cloud-stream-docs/src/main/asciidoc/spring-cloud-stream-aggregate.adoc
spring-cloud-stream-docs/src/main/asciidoc/spring-cloud-stream-aggregate.adoc
include::{stream-docs-basedir}/core/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc[] = Binder Implementations == Apache Kafka Binder include::{stream-docs-basedir}/kafka/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/overview.adoc[leveloffset=+1] == RabbitMQ Binder include::{stream-docs-basedir}/rabbit/spring-cloud-stream-binder-rabbit-docs/src/main/asciidoc/overview.adoc[leveloffset=+1]
include::{stream-docs-basedir}/core/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc[] = Binder Implementations == Apache Kafka Binder include::{stream-docs-basedir}/kafka/spring-cloud-stream-binder-kafka-docs/src/main/asciidoc/overview.adoc[leveloffset=+1] == RabbitMQ Binder include::{stream-docs-basedir}/rabbit/spring-cloud-stream-binder-rabbit-docs/src/main/asciidoc/overview.adoc[leveloffset=+1] include::{stream-docs-basedir}/rabbit/spring-cloud-stream-binder-rabbit-docs/src/main/asciidoc/dlq.adoc[leveloffset=+1]
Fix the addition of Rabbit DLQ documentation
Fix the addition of Rabbit DLQ documentation
AsciiDoc
apache-2.0
spring-cloud/spring-cloud-stream,spring-cloud/spring-cloud-stream,garyrussell/spring-cloud-stream,garyrussell/spring-cloud-stream,spring-cloud/spring-cloud-stream,garyrussell/spring-cloud-stream
7da672a9c225fa8c85f2733520d92b842d102732
modules/nw-ingress-sharding-namespace-labels.adoc
modules/nw-ingress-sharding-namespace-labels.adoc
// Module included in the following assemblies: // // * configuring_ingress_cluster_traffic/configuring-ingress-cluster-traffic-ingress-controller.adoc // * ingress-operator.adoc [id="nw-ingress-sharding-namespace-labels_{context}"] = Configuring ingress controller sharding by using namespace labels Ingress Controller sharding by using namespace labels means that the Ingress Controller serves any route in any namespace that is selected by the namespace selector. Ingress Controller sharding is useful when balancing incoming traffic load among a set of Ingress Controllers and when isolating traffic to a specific Ingress Controller. For example, company A goes to one Ingress Controller and company B to another. .Procedure . Edit the `router-internal.yaml` file: + ---- # cat router-internal.yaml apiVersion: v1 items: - apiVersion: operator.openshift.io/v1 kind: IngressController metadata: name: sharded namespace: openshift-ingress-operator spec: domain: <apps-sharded.basedomain.example.net> nodePlacement: nodeSelector: matchLabels: node-role.kubernetes.io/worker: "" routeSelector: matchLabels: type: sharded status: {} kind: List metadata: resourceVersion: "" selfLink: "" ---- . Apply the Ingress Controller `router-internal.yaml` file: + ---- # oc apply -f router-internal.yaml ---- + The Ingress Controller selects routes in any namespace that is selected by the namespace selector that have the label `type: sharded`.
// Module included in the following assemblies: // // * configuring_ingress_cluster_traffic/configuring-ingress-cluster-traffic-ingress-controller.adoc // * ingress-operator.adoc [id="nw-ingress-sharding-namespace-labels_{context}"] = Configuring ingress controller sharding by using namespace labels Ingress Controller sharding by using namespace labels means that the Ingress Controller serves any route in any namespace that is selected by the namespace selector. Ingress Controller sharding is useful when balancing incoming traffic load among a set of Ingress Controllers and when isolating traffic to a specific Ingress Controller. For example, company A goes to one Ingress Controller and company B to another. .Procedure . Edit the `router-internal.yaml` file: + ---- # cat router-internal.yaml apiVersion: v1 items: - apiVersion: operator.openshift.io/v1 kind: IngressController metadata: name: sharded namespace: openshift-ingress-operator spec: domain: <apps-sharded.basedomain.example.net> nodePlacement: nodeSelector: matchLabels: node-role.kubernetes.io/worker: "" namespaceSelector: matchLabels: type: sharded status: {} kind: List metadata: resourceVersion: "" selfLink: "" ---- . Apply the Ingress Controller `router-internal.yaml` file: + ---- # oc apply -f router-internal.yaml ---- + The Ingress Controller selects routes in any namespace that is selected by the namespace selector that have the label `type: sharded`.
Fix example for ingress sharding by namespace
Fix example for ingress sharding by namespace Follow-up to commit 69c879f8edaceb4f679eca3f475f0d9851e460c6. * modules/nw-ingress-sharding-namespace-labels.adoc: Change routeSelector to namespaceSelector.
AsciiDoc
apache-2.0
vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs
ceb118f7f57cd99cd9acda306189a58489ac9127
doc/modules/ROOT/partials/Footer.adoc
doc/modules/ROOT/partials/Footer.adoc
== License +++<a href="http://deepsymmetry.org"><img src="_images/DS-logo-bw-200-padded-left.png" align="right" alt="Deep Symmetry logo" width="216" height="123"></a>+++ Copyright © 2015&ndash;2019 http://deepsymmetry.org[Deep Symmetry, LLC] Distributed under the https://opensource.org/licenses/EPL-2.0[Eclipse Public License 2.0]. By using this software in any fashion, you are agreeing to be bound by the terms of this license. You must not remove this notice, or any other, from this software. A copy of the license can be found in https://github.com/Deep-Symmetry/afterglow/blob/master/LICENSE[LICENSE] within this project.
== License +++<a href="http://deepsymmetry.org"><img src="_images/DS-logo-bw-200-padded-left.png" align="right" alt="Deep Symmetry logo" width="216" height="123"></a>+++ Copyright © 2015&ndash;2020 http://deepsymmetry.org[Deep Symmetry, LLC] Distributed under the https://opensource.org/licenses/EPL-2.0[Eclipse Public License 2.0]. By using this software in any fashion, you are agreeing to be bound by the terms of this license. You must not remove this notice, or any other, from this software. A copy of the license can be found in https://github.com/Deep-Symmetry/afterglow/blob/master/LICENSE[LICENSE] within this project.
Update user guide copyright date.
Update user guide copyright date.
AsciiDoc
epl-1.0
brunchboy/afterglow,brunchboy/afterglow,brunchboy/afterglow
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