[hibernate-dev] Blog / CI setup

2015-06-12 Thread Sanne Grinovero
Hi all, the ci server was reconfigured to host our next.gen blog platform; I have now created a build job here: http://ci.hibernate.org/view/Website/job/staging.in.relation.to It's using the following build script: rake clean rake setup rake test gen[staging] && rsync -avh _site/ ci.hibernate

Re: [hibernate-dev] Blog / CI setup

2015-06-12 Thread Gunnar Morling
This seems not related to RVM. More to the fact that we don't have any RSpec tests ("_spec" dir doesn't exist): cannot load such file -- /.../staging.in.relation.to/_spec Hence "rake test" fails. Just running "rake gen[staging]" should do the trick. Btw. you might check out the job for stagin

Re: [hibernate-dev] Blog / CI setup

2015-06-12 Thread Sanne Grinovero
On 12 June 2015 at 14:38, Gunnar Morling wrote: > This seems not related to RVM. More to the fact that we don't have any RSpec > tests ("_spec" dir doesn't exist): > > cannot load such file -- /.../staging.in.relation.to/_spec > > Hence "rake test" fails. Just running "rake gen[staging]" shoul

[hibernate-dev] [WEBSITE] Jira workflow

2015-06-12 Thread Davide D'Alto
Hi, it seems thath the worflow for WEBSITE on JIRA does not include the state "PULL REQUEST SENT" (like in Search and OGM, for example) I'd like to have it so that I can have a quick overview from JIRA of the issues that are "almost" done. Would it be ok to add it? Cheers, Davide ___

Re: [hibernate-dev] [WEBSITE] Jira workflow

2015-06-12 Thread Sanne Grinovero
sure! On 12 June 2015 at 16:03, Davide D'Alto wrote: > Hi, > it seems thath the worflow for WEBSITE on JIRA does not include the state > "PULL REQUEST SENT" (like in Search and OGM, for example) > > I'd like to have it so that I can have a quick overview from JIRA of the > issues that are "almost

Re: [hibernate-dev] Blog / CI setup

2015-06-12 Thread Hardy Ferentschik
On Fri, Jun 12, 2015 at 02:08:44PM +0100, Sanne Grinovero wrote: > I copied this script from the job which builds www.hibernate.org, but > I guess the incantation needs to be different in this case? Correct. I think there will be more changes coming, since I am adjusting the build script. Also as

Re: [hibernate-dev] Blog / CI setup

2015-06-12 Thread Sanne Grinovero
Ok, so the staging website is up and running at: - http://staging.in.relation.to [provided you tune your hosts file to have that domain name point to the same IP as ci.hibernate.org] A similar setup is ready for in.relation.to as well, but I didn't push any preview to its location yet. It takes

Re: [hibernate-dev] [WEBSITE] Jira workflow

2015-06-12 Thread Hardy Ferentschik
Hi, > it seems thath the worflow for WEBSITE on JIRA does not include the state > "PULL REQUEST SENT" (like in Search and OGM, for example) > > I'd like to have it so that I can have a quick overview from JIRA of the > issues that are "almost" done. > > Would it be ok to add it? +1 from my side

Re: [hibernate-dev] Blog / CI setup

2015-06-12 Thread Hardy Ferentschik
Hi, On Fri, Jun 12, 2015 at 07:56:28PM +0100, Sanne Grinovero wrote: > Ok, so the staging website is up and running at: > - http://staging.in.relation.to > [provided you tune your hosts file to have that domain name point to > the same IP as ci.hibernate.org] Sweet. Works for me. > It takes mo

Re: [hibernate-dev] Query handling : Antlr 3 versus Antlr 4

2015-06-12 Thread Steve Ebersole
I just pushed my initial work on performing some indexing of explicit from clauses. Essentially it takes the from clauses defined in the query and begins the massage process. From here I will start working on handling implicit from-clause-elements. Part of that however will require me being able