Commit graph

139 commits

Author SHA1 Message Date
Jordan Sissel
e740ba5cc3 . 2013-04-15 22:46:18 -07:00
Jordan Sissel
b5a3cbf6dd - don't be verbose with rsync 2013-04-15 22:36:02 -07:00
Jordan Sissel
86a5571ec1 - check for flatjar
- rename 'package'
2013-04-15 22:32:53 -07:00
Jordan Sissel
7466375ef3 - add 'packages' target
- bump to 1.1.10.rc1
2013-04-15 22:28:08 -07:00
Jordan Sissel
f5e6e04960 - try to make monkeypatching more obvious and contained
- add locales/en.yml to the jar builds
- don't bother doing 'jar i' anymore, JRuby doesn't even look at the
  manifest index. Just wastes time during the build :)
2013-04-07 23:27:44 -07:00
Jordan Sissel
5d3dca8955 - add update-flatjar target
- make update-jar target invoke a few other steps
2013-04-07 23:27:44 -07:00
Wiibaa
524bd902bc Make release note from JIRA and Github 2013-03-11 07:11:23 +01:00
Wiibaa
374af228b7 New task to create a JIRA Component per plugin 2013-03-01 21:15:06 +01:00
Jordan Sissel
19e65c4511 - have 'make test' actually run the tests again 2013-02-24 07:23:21 -08:00
Jordan Sissel
020e332ca5 - enable user_agent_parser stuff now that 2.0.0 is released 2013-02-18 14:22:27 -08:00
Jordan Sissel
fac9f65471 - don't build for java 5 2013-02-18 01:03:12 -08:00
Jordan Sissel
f21109a61e - 'jar index' isn't actually something anyone appears to use. It just
creates a file /META-INF/INDEX.LIST with a list of files in the jar.
  Doesn't actually improve anything, and just slows down the build.
2013-02-18 00:59:38 -08:00
Jordan Sissel
d4d38d2fa6 - sass has some stuff at the toplevel it needs 2013-02-18 00:54:45 -08:00
Jordan Sissel
9f89d2ca9a don't copy build/flatgems/vendor 2013-02-17 23:47:31 -08:00
Jordan Sissel
14f7797f7e TODO 2013-02-17 23:20:22 -08:00
Jordan Sissel
56679a182c - use rsync instead of cpio 2013-02-17 22:48:59 -08:00
Jordan Sissel
247615b8d8 Merge pull request #347 from wotifgroup/ua-parser
Add HTTP User-Agent Parsing Filter
2013-02-12 10:51:37 -08:00
Jordan Sissel
414d4ec3b0 - stop uninstalling ffi, that problem seems to have resolved itself.
- allow jls-lumberjack to come from rubygems.org again now that I can
  publish.
2013-02-05 22:54:36 -08:00
Dan Everton
f3fa75a8fd Incorporate uaparser feedback, make flatjar work.
* Handle running inside a flatjar. (technique taken from geoip filter)
* Rename field/container to source/target
* Allow target to be an existing hash in which case data is merged
* Better comments
* Allow arrays for input (though only parse the first element)
* s/'/"/ and add parens to function calles
* Changelog entry
2013-02-06 12:32:32 +10:00
Jordan Sissel
b9e487fd87 bump lumberjack 2013-01-30 15:28:55 -08:00
Jordan Sissel
de3deab2b6 - work around rubygems push outage. 2013-01-30 14:23:40 -08:00
Jordan Sissel
a9e4b32652 - jrubyc target java 5 again (since without it, and compiled under jdk7,
you get jdk7-only class files)
2013-01-23 10:40:30 -08:00
Vincent Batts
60b8d4427d Makefile: make the monolithic jar PHONY, so it builds everytime for the
jar target
2013-01-21 15:10:17 -05:00
Jordan Sissel
9934eff92f - new geolite db 2013-01-18 11:42:36 -08:00
Jordan Sissel
e436ff4a9b - sys-uname also has a special require_paths in the gemspec 2013-01-17 23:58:35 -08:00
Jordan Sissel
62caa6b446 No more Java 5 support 2013-01-17 23:47:12 -08:00
Jordan Sissel
35e46f320b - dont' use curly expansion because some shells under make dont' support
it.
2013-01-17 23:00:04 -08:00
Jordan Sissel
d5dfccc633 - remove gems with multiple versions 2013-01-17 22:16:58 -08:00
Jordan Sissel
59dfd5159c Upgrade JRuby to 1.7.2 2013-01-17 11:10:32 -08:00
Jordan Sissel
e9953458d9 copy any 'data' directories to the root of the flatjar. Fixes LOGSTASH-715, LOGSTASH-851 2013-01-17 00:02:10 -05:00
Jordan Sissel
03c7c76240 - use --out instead of > 2013-01-02 00:13:58 -08:00
Jordan Sissel
b7181a9f8a - fix output path 2013-01-02 00:02:59 -08:00
Jordan Sissel
151dee9d73 - run the right jar 2013-01-01 23:55:53 -08:00
Jordan Sissel
956064915b - try to fix the test reporter 2013-01-01 23:52:45 -08:00
Jordan Sissel
9eee55e18e - fix test runs 2013-01-01 23:44:45 -08:00
Jordan Sissel
6dc96e32b2 - make tests run hackishly while I figure out how to make them run with
one invocation from the jar.
2012-12-31 15:02:43 -08:00
Jordan Sissel
80216bcbe2 - bump jruby to 1.7.1
- bump elasticsearch to 0.20.2
2012-12-28 14:40:39 -08:00
Jordan Sissel
3726ab7420 - fixed the ftw json dependency issue on json 1.6.5 2012-12-28 14:13:49 -08:00
Jordan Sissel
6cd45ea027 - purge json 1.6.5 manually until gembag supports dependency graphs 2012-12-28 13:45:37 -08:00
Jordan Sissel
49cc3307e1 - github doesn't have downloads anymore 2012-12-20 16:25:39 -08:00
Jordan Sissel
a169739c7d - escape $ 2012-12-18 21:26:09 +00:00
Jordan Sissel
5df0f2851c Only include plugins, not support paths 2012-12-14 13:30:15 -08:00
Wiibaa
a52e8d44ba jruby 1.7 already bundle joda 2.1 2012-12-10 13:46:48 +01:00
Jordan Sissel
d13c441717 fix path 2012-11-29 00:54:51 -08:00
Jordan Sissel
2a43c83c7b - Add test-and-report targets 2012-11-28 23:55:17 -08:00
Jordan Sissel
f2fd1f4ba2 - chdir before running tests to make sure they run from within the jar. 2012-11-29 07:44:20 +00:00
Jordan Sissel
c200ccb32d Add more tests to jartests 2012-11-20 02:20:20 +00:00
Jordan Sissel
9a0cfcb2b6 Add jar test targets 2012-11-19 21:34:42 +00:00
Jordan Sissel
656985a8f1 Fix deps 2012-11-16 22:34:20 -08:00
Jordan Sissel
e6cb7032d4 fix deps 2012-11-13 21:02:31 +00:00