summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Christian Johansen [Fri, 15 Jul 2011 08:50:08 +0000 (10:50 +0200)]
Up gemspec version
Christian Johansen [Fri, 15 Jul 2011 08:49:53 +0000 (10:49 +0200)]
Merge branch 'master' of gitorious.org:capillary/capillary_rb
Christian Johansen [Fri, 15 Jul 2011 08:42:46 +0000 (10:42 +0200)]
Don't add merge commits multiple times with different sequence numbers
- Merge commits appear once in every branch of the merge
- Each entry represents the same commit and should have the same
sequence number
Christian Johansen [Fri, 15 Jul 2011 08:41:51 +0000 (10:41 +0200)]
JSON goes out
Marius Mathiesen [Thu, 14 Jul 2011 13:08:05 +0000 (15:08 +0200)]
Fix typo in hash representation of Commit, ref_names will always be an array
Marius Mathiesen [Thu, 14 Jul 2011 07:18:59 +0000 (09:18 +0200)]
Adding gemspec along with version
Christian Johansen [Thu, 14 Jul 2011 05:54:39 +0000 (07:54 +0200)]
Binary for converting log input from stdin to JSON
Christian Johansen [Wed, 13 Jul 2011 22:37:31 +0000 (00:37 +0200)]
Add git-log instructions to README
Christian Johansen [Wed, 13 Jul 2011 22:05:11 +0000 (00:05 +0200)]
Improve streaming parsing, fix JSON output
Christian Johansen [Wed, 13 Jul 2011 21:50:48 +0000 (23:50 +0200)]
Refactor: rename objects and properties
Christian Johansen [Wed, 13 Jul 2011 21:41:10 +0000 (23:41 +0200)]
Parse as we go
Christian Johansen [Wed, 13 Jul 2011 17:35:16 +0000 (19:35 +0200)]
Refactor parse implementation - vanity refactoring
Christian Johansen [Wed, 13 Jul 2011 17:31:16 +0000 (19:31 +0200)]
Simplify parse implementation
Christian Johansen [Wed, 13 Jul 2011 17:28:50 +0000 (19:28 +0200)]
Add test that proves log parser actually works for complex graph
Christian Johansen [Wed, 13 Jul 2011 13:45:54 +0000 (15:45 +0200)]
Add note describing possible deficiency in algorithm
Christian Johansen [Wed, 13 Jul 2011 13:35:34 +0000 (15:35 +0200)]
Fix JSON encoding of branches/commits
Christian Johansen [Wed, 13 Jul 2011 13:22:48 +0000 (15:22 +0200)]
First pass at parsing log when more than one branch
Christian Johansen [Wed, 13 Jul 2011 13:22:21 +0000 (15:22 +0200)]
Whitespace
Marius Mathiesen [Wed, 13 Jul 2011 12:53:12 +0000 (14:53 +0200)]
I'm calling the Gimp here
Marius Mathiesen [Wed, 13 Jul 2011 09:29:48 +0000 (11:29 +0200)]
Adding a log parser
- Supports a single-branch graph
- emits JSON
In other news:
- Our emitted JSON should be an array
Marius Mathiesen [Wed, 13 Jul 2011 08:28:47 +0000 (10:28 +0200)]
Use fixtures for fun and profit
Marius Mathiesen [Wed, 13 Jul 2011 08:20:47 +0000 (10:20 +0200)]
Parse ref names, if any
Marius Mathiesen [Wed, 13 Jul 2011 07:59:35 +0000 (09:59 +0200)]
Adding README
Marius Mathiesen [Wed, 13 Jul 2011 07:15:24 +0000 (09:15 +0200)]
The very first commit