[jira] [Updated] (AVRO-1694) Support for schema fingerprints in the Ruby library

2015-09-12 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated AVRO-1694: -- Assignee: Daniel Schierbeck > Support for schema fingerprints in the Ruby library >

[jira] [Updated] (AVRO-1694) Support for schema fingerprints in the Ruby library

2015-09-12 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated AVRO-1694: -- Status: Patch Available (was: Open) > Support for schema fingerprints in the Ruby library >

[jira] [Updated] (AVRO-1694) Support for schema fingerprints in the Ruby library

2015-09-12 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated AVRO-1694: -- Attachment: AVRO-1694.1.patch Attaching Daniel's current patch from PR-40. > Support for schema

[jira] [Commented] (AVRO-1694) Support for schema fingerprints in the Ruby library

2015-09-12 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14742140#comment-14742140 ] Sean Busbey commented on AVRO-1694: --- copy of my comment from PR-40: {quote} I used the proposed tool in

[jira] [Updated] (AVRO-1738) add java tool for outputting schema fingerprints

2015-09-12 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated AVRO-1738: -- Attachment: AVRO-1738.1.patch -01 * add 'fingerprint' to tool * 'fingerprint' takes file or stdin,

[jira] [Updated] (AVRO-1738) add java tool for outputting schema fingerprints

2015-09-12 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated AVRO-1738: -- Status: Patch Available (was: In Progress) > add java tool for outputting schema fingerprints >

[jira] [Commented] (AVRO-1709) [Ruby] Ignore generated files

2015-09-12 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14741950#comment-14741950 ] ASF subversion and git services commented on AVRO-1709: --- Commit 1702595 from

[jira] [Commented] (AVRO-1709) [Ruby] Ignore generated files

2015-09-12 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14741953#comment-14741953 ] Hudson commented on AVRO-1709: -- SUCCESS: Integrated in AvroJava #545 (See

[jira] [Commented] (AVRO-1709) [Ruby] Ignore generated files

2015-09-12 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14741947#comment-14741947 ] ASF subversion and git services commented on AVRO-1709: --- Commit 1702593 from

[GitHub] avro pull request: AVRO-1709: Ignore generated files

2015-09-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/avro/pull/45 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Updated] (AVRO-1709) [Ruby] Ignore generated files

2015-09-12 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated AVRO-1709: -- Attachment: AVRO-1709.1.patch Attaching Daniel's patch from the PR. > [Ruby] Ignore generated files >

Build failed in Jenkins: AVRO-python #565

2015-09-12 Thread Apache Jenkins Server
See Changes: [busbey] AVRO-1709. Ruby: Ignore generated files. Contributed by Daniel Schierbeck. The data.avr file is generated every times the tests are run; Gemfile.lock is generated every time `bundle install` is run. This

[jira] [Work started] (AVRO-1738) add java tool for outputting schema fingerprints

2015-09-12 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on AVRO-1738 started by Sean Busbey. - > add java tool for outputting schema fingerprints >

[jira] [Created] (AVRO-1738) add java tool for outputting schema fingerprints

2015-09-12 Thread Sean Busbey (JIRA)
Sean Busbey created AVRO-1738: - Summary: add java tool for outputting schema fingerprints Key: AVRO-1738 URL: https://issues.apache.org/jira/browse/AVRO-1738 Project: Avro Issue Type: New

[jira] [Commented] (AVRO-1723) Add support for forward declarations in avro IDL

2015-09-12 Thread Zoltan Farkas (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14742065#comment-14742065 ] Zoltan Farkas commented on AVRO-1723: - Makes sense, here is the change: