Commit graph

127 commits

Author SHA1 Message Date
github-actions[bot]
e3f4d9cb8a
[docs] Small typo fixes in README (#15429) (#15457)
Fix a few typos in the Logstash README.md

(cherry picked from commit 784ca0243e)

Co-authored-by: Dimitrios Liappis <dimitrios.liappis@gmail.com>
2023-10-16 18:33:53 +03:00
João Duarte
4a42592b35
bump 7.x branch to 7.13.0 (#12682)
* remove information about snapshot builds

This information has been outdated for some time but we haven't had any reports about them, which points to them not being useful while requiring maintenance after every release.
2021-02-18 15:12:07 +00:00
Ry Biesemeyer
7704bc78d0
Bump 7.12 (#12525) 2020-12-16 06:59:28 -08:00
andsel
5ad7bbb03b Bump 7.11 2020-10-07 06:11:55 -07:00
João Duarte
c05ccd739f
bump version to 7.10.0 (#12111) 2020-07-15 10:05:11 +01:00
Joao Duarte
f31d9193c3 bump version to 7.9.0 2020-05-06 10:23:50 +01:00
andsel
e77a2985c3 Start dev cycle for 7.8.0
Fixes #11719
2020-03-25 13:15:03 +00:00
andsel
23c7f48aad Updated README to document how to run single Ruby specs
Fixes #11536
2020-01-27 09:47:34 +00:00
Rob Bavey
994ebf81e3
Bump to 7.7.0 (#11505) 2020-01-15 09:28:58 -05:00
João Duarte
f63c6234ba
bump to 7.6.0 (#11224) 2019-10-16 15:25:33 +01:00
João Duarte
9bedd9e097
bump 7.x to 7.5.0 (#11091) 2019-08-29 12:09:13 +01:00
João Duarte
ae409ca449 bump 7.x to 7.4.0 (#10932) 2019-07-03 14:06:57 -04:00
Rob Bavey
016f7318de
Bump version to 7.3.0 (#10815) 2019-05-22 14:29:58 -04:00
Joao Duarte
735359c4c9
bump to 7.2.0 2019-05-01 19:16:10 +01:00
Dan Hermann
1cda518c14 Update JRuby and Java prerequisites
Fixes #10604
2019-03-28 16:09:22 +00:00
João Duarte
7ef7572301
bump version to 7.1.0 (#10402) 2019-02-06 15:05:12 +00:00
Rob Bavey
6a0adfd3aa Fix links in README.md
SNAPSHOT builds should not have version qualifiers.

Fixes #10229
2018-12-20 16:04:17 +00:00
Josh Soref
c6cd247ec3 Multiple spelling corrections (#9782)
* spelling: actually
* spelling: already
* spelling: concurrency
* spelling: constructor
* spelling: destinations
* spelling: different
* spelling: elasticsearch
* spelling: encoding
* spelling: error
* spelling: explicitly
* spelling: failings
* spelling: falsey
* spelling: guarantees
* spelling: having
* spelling: implementation
* spelling: logstash
* spelling: module
* spelling: multiple
* spelling: omitted
* spelling: overridden
* spelling: pipeline
* spelling: raspberry
* spelling: receive
* spelling: recommended
* spelling: registered
* spelling: registering
* spelling: shutdown
* spelling: signal
* spelling: specified
* spelling: successful
* spelling: successfully
* spelling: valuefied
* spelling: vector
2018-07-04 10:41:10 +01:00
Armin
f8860884fa JRUBY: install custom JRuby tar.gz
Fixes #9731
2018-06-14 12:28:39 +00:00
Simon Lundström
c53c88819c Respect JAVACMD and update Drip docs to reality
Fixes #9373
2018-04-27 17:30:33 +00:00
Jenkins CI
93cad10da1 Migrate x-pack-logstash source to logstash 2018-04-24 10:46:15 -05:00
Andrew Cholakian
30d16d99d6 Add note on debugging
Fixes #9334
2018-04-06 22:06:59 +00:00
Ry Biesemeyer
2f308bae76 remove overly-broad statements about licensing from docs
Elastic has recently announced that we are [opening x-pack][] code, which was
previously private. It will be released under a commercial license and
included in some distributions of Logstash, making certain distributions not
fully-FOSS-compliant. For that reason, we want to avoid making overly-broad
statements about "open-source" that could become confusing in the near future.

Elastic continues to invest heavily in the Apache2-licensed open core of
Logstash; we will continue to release and distribute OSS-only artifacts, and
will empower our community to use and extend Logstash.

[opening x-pack]: https://www.elastic.co/blog/doubling-down-on-open

Fixes #9241
2018-03-15 17:48:18 +00:00
Tudor Golubenco
111564d711 Small changes to the build instructions (#9228)
* Use `cat .ruby-version` in the rvm install command, so that it doesn't
  get out of date when changing `.ruby-version`
* Added small clarification for running rspec
2018-03-12 18:15:50 +00:00
DeDe Morton
b871636d92 Fix spacing
Fixes #9045
2018-02-07 19:45:17 +00:00
DeDe Morton
7b7bf0d4b0 Fix issues from review
Fixes #9045
2018-02-07 19:45:17 +00:00
DeDe Morton
19bcb470e0 Add doc build steps
Fixes #9045
2018-02-07 19:45:17 +00:00
Lisa Cawley
b359d5f716
[DOCS] Build Logstash Reference from logstash repo (#9078) 2018-01-31 10:47:05 -08:00
Armin
45c54afed6 MINOR: Update readme for building tar distribution
Fixes #8939
2018-01-15 14:22:47 +00:00
Armin
35022f5c02 #7135 add Gradle task for bootstrapping and running all integration tests
Fixes #8599
2017-11-14 15:25:36 +00:00
Rob Bavey
81a1f6a512 Remove reference to master in README.md
Remove superfluous reference to 'master' branch in README.md file.
This matches the text from the Kibana README.

Fixes #8658
2017-11-14 14:09:10 +00:00
Armin
c8d704c93e TESTS: Improve Gradle Test Configuration
* `clean` actually cleans all dynamically created files, in particular it now properly cleans the generated Gemfile so
that changes to the Gemfile.template reflect in a rerun of `bundler`
* `rubyTests` and `test` are now one-off and will automatically bootstrap JRuby and Gems required by the tests if necessary
* Fixed Readme to document the now much simpler test targets
* All rake tasks remain unchanged and still work exactly as they did before

Fixes #8583
2017-11-06 18:34:47 +00:00
Armin
0ee72590f7 MINOR: Fix Readme section on running just the Java tests
Fixes #8554
2017-10-31 19:43:13 +00:00
Pier-Hugues Pellerin
f7637058ea remove vendor plugin
Fixes #8281
2017-09-18 18:57:49 +00:00
Suyog Rao
b6bcbda8e4 bump master version to 7.0.0-alpha1 (#7791) 2017-07-24 11:51:40 -07:00
Jake Landis
55fac65160 VERSION BUMP: 6.0.0-alpha3 -> 6.0.0-beta1 (#7636) 2017-07-11 12:07:11 +01:00
Pier-Hugues Pellerin
32709ae72e Readme missing update for JRuby 9k
Update the README and replace any mention of JRuby 1.7.x with 9k

Fixes #7426
2017-06-12 21:48:30 +00:00
Suyog Rao
dcd79d2f57 bump master version to 6.0.0-alpha3 (#7343)
* bump master version to 6.0.0-alpha3
2017-06-06 11:51:02 -07:00
Armin
4994bf3bc5 #7043 run gradle tests in core specs and document running gradle tests only in readme
Fixes #7099
2017-05-15 15:58:45 +00:00
Joao Duarte
d17a77e76d bump version to 6.0.0-alpha2 2017-05-11 18:18:29 +01:00
Benjamin Boutier
58a78e452c fix: typo (double "under" word)
Fixes #6950
2017-04-25 00:32:47 +00:00
Suyog Rao
2974763840 [readme] Add snapshot download links 2017-04-01 16:03:10 -07:00
Suyog Rao
3bf4ef7334 [readme] update note about rspec 2017-04-01 15:55:08 -07:00
Suyog Rao
12a4a1f7ac Update development workflow 2017-04-01 15:49:25 -07:00
Suyog Rao
4bbd8de197 Fix stack link
Fixes #6243
2016-11-28 15:10:17 -05:00
Suyog Rao
dd8d2edf55 Update readme with more relevant info
Fixes #6243
2016-11-28 15:10:17 -05:00
Lee Drengenberg
afcb49d95e Update README.md 2016-08-09 13:17:05 -05:00
Suyog Rao
a3c73e9cae Fix travis badge to the correct URLs 2016-07-12 19:45:03 -07:00
Suyog Rao
39833f4208 Update travis badge 2016-07-12 19:43:22 -07:00
Suyog Rao
7ce4166d3a Update README.md 2016-07-12 19:41:32 -07:00