Commit graph

55 commits

Author SHA1 Message Date
Jordan Sissel
3f44a28379 - generate with version replacement 2011-08-17 18:51:31 -07:00
Jordan Sissel
3d65e83a94 - bump elasticsearch version 2011-08-16 23:24:40 -07:00
Jordan Sissel
4474390491 - upgrade to elasticsearch 0.17.0 2011-07-18 16:26:33 -07:00
Jordan Sissel
4321dcc9cd - upgrade to jruby 1.6.3; all tests pass in source and monolith jar form 2011-07-08 00:23:52 -07:00
Jordan Sissel
c50b127395 janitorial duties 2011-07-01 14:50:15 -07:00
Jordan Sissel
14d209b325 - fix bug in docindex gen 2011-05-23 01:02:57 -07:00
Pete Fritchman
7e3c7b5a33 we want the new value returned, not in-place 2011-05-23 00:31:13 -07:00
Jordan Sissel
331cac1bef - more hacky work on a 'release' task 2011-05-22 23:55:33 -07:00
Jordan Sissel
625a23bb7d - make a 'release' task
- make docs tasks replace 'VERSION' with the current LOGSTASH_VERSION
2011-05-22 22:30:05 -07:00
Jordan Sissel
c6ef2e725d - fix missing runner (LOGSTASH-86, and other reports) 2011-05-17 14:00:57 -07:00
Jordan Sissel
ff4782dba8 - refactor build a bit to only muck with build/
- don't compile all the ruby stuff, we don't need to
2011-05-12 10:46:12 -07:00
Jordan Sissel
6ab2242fa1 - try to collapse build activity into the build/ dir 2011-05-12 09:44:17 -07:00
Jordan Sissel
8107ff5632 Merge branch 'master' of github.com:logstash/logstash 2011-05-11 18:09:46 -07:00
Jordan Sissel
455115cdb1 - handle directories in the docs tree 2011-05-11 18:09:14 -07:00
Jordan Sissel
14a9ee408b style 2011-05-11 15:14:41 -07:00
Jordan Sissel
c78d1e35a1 - Skip sigar 2011-05-11 14:07:08 -07:00
Jordan Sissel
2b40c53e8a - simplify versioning 2011-05-10 22:45:40 -07:00
Jordan Sissel
36caf3d6b0 version bump for amqp fix 2011-05-10 22:19:36 -07:00
Jordan Sissel
dcde1ddbb6 - verison bump again, forgot a fix 2011-05-09 23:59:35 -07:00
Jordan Sissel
e8a44f8862 - version bump for syslog input fix (Reported by David P. via mailing
list)
2011-05-09 23:57:17 -07:00
Jordan Sissel
ce55a85700 - version bump 2011-05-08 11:01:41 -07:00
Jordan Sissel
4d77571b91 - Fix password handling for stomp and amqp.
- Bump version
2011-05-07 13:12:32 -07:00
Jordan Sissel
07404dbc06 enable publish target 2011-05-06 22:52:31 -07:00
Jordan Sissel
35d764f23c - add 'clean' task 2011-05-06 13:46:33 -07:00
Jordan Sissel
9295aacd90 - version bump for 1.0 release (pending) 2011-05-06 00:01:15 -07:00
Jordan Sissel
4c32013cc0 - remove 'lite' gemspec; will make plugins later. 2011-05-06 00:00:38 -07:00
Jordan Sissel
d7c541835a Note about ruby 1.9.2 failures 2011-05-01 12:13:37 -07:00
Jordan Sissel
721c9040cc - fix some build issues
- add thread
2011-05-01 12:02:38 -07:00
Jordan Sissel
9fb1de2c7b - work on a thinner jar package 2011-05-01 11:18:54 -07:00
Jordan Sissel
67ff69b1b2 - fix paths? 2011-04-29 22:21:25 -07:00
Jordan Sissel
fbde4477e3 - update client library elasticsearch 2011-04-29 22:19:32 -07:00
Jordan Sissel
27993c48ec - Generate docs index based on Marie's original 2011-04-29 22:01:55 -07:00
Jordan Sissel
658db7170d - more doc generation (LOGSTASH-68) 2011-04-25 17:28:19 -07:00
Jordan Sissel
7005914b11 - doc -> docs 2011-04-25 17:00:35 -07:00
Jordan Sissel
dccf9963c9 - docgen 2011-04-25 00:50:11 -07:00
Jordan Sissel
0a7a1ceb6c - monolithic jar can now run tests, web, and agent. Booyah. 2011-04-09 01:58:33 -07:00
Jordan Sissel
6e861187b9 - use logstash.runner as the main of the jar file 2011-04-07 19:09:31 -07:00
Jordan Sissel
78fa0b5356 - Pack up bundled gems into the monolithic jar. 2011-03-27 01:57:58 -07:00
Jordan Sissel
a4f53dcb93 - Started working on gem packaging, but I'm not totally sure how it'll
work just now; commit my idea, work on it later.
2011-03-23 18:14:45 -07:00
Jordan Sissel
69527591e0 - Packaging as a jar seems to be working now. 2011-03-23 16:31:37 -07:00
Jordan Sissel
1a3a2550ed - more packaging work 2011-03-22 19:15:11 -07:00
Jordan Sissel
5e00e8b4d6 - package:monolith:jar target seems to be working. 2011-03-21 23:54:56 -07:00
Jordan Sissel
6e9e0cc4a3 - more work on packaging. 2011-03-21 23:49:27 -07:00
Jordan Sissel
e09b412d92 - more packaging/building work 2011-03-21 22:58:26 -07:00
Jordan Sissel
b4eb54604c - Start working on packaging 2011-03-21 19:50:30 -07:00
Jordan Sissel
071a0e0242 - fix grammar build
- Add Config mixin instance method 'config_init' which performs
  validation and sets instance variable values.

    If you define a config value like this:
      config :pants => :boolean

    You can expect to do this in the config file:
      pants => true

    And have this in your class:
      @pants # == true or false
2011-02-20 03:48:17 -08:00
Jordan Sissel
b3eae2b9a3 - ensure we have the latest grammar before building packages. 2011-02-20 03:30:13 -08:00
Jordan Sissel
2b14cba4eb - Push a logstash-test script to aid in debugging common logstash setup
problems.
2010-11-29 21:01:25 -08:00
Jordan Sissel
2c02a5fbb5 - fix runner 2010-11-24 01:04:18 -08:00
Jordan Sissel
17219db8ea - Add syntax test 2010-11-23 14:03:32 -08:00