Hi, Does anyone know when Spree 1.0.7 is planned for release? We can't use < 1.0.5 due to insecurity, but 1.0.5 and 1.0.6 have a new bug to do with the date picker <https://github.com/spree/spree/issues/1827> that are blocking us from release. There are fixes in 1-0-stable that resolve this and other bugs. Unfortunately, we can't just use the stable branch, as some development still seems to be going on in there and we need to fully test our site before putting the changes live. Creating our own fork and maintaining that is less than ideal, we would like to avoid doing that if possible.
Also, is there anything we can do to help with the 1.0.7 release?
On Thursday, 9 August 2012 at 11:54 PM, Anthony Batchelor wrote:
> Hi,
> Does anyone know when Spree 1.0.7 is planned for release? We can't use < 1.0.5 due to insecurity, but 1.0.5 and 1.0.6 have a new bug to do with the date picker (https://github.com/spree/spree/issues/1827) that are blocking us from release. There are fixes in 1-0-stable that resolve this and other bugs. Unfortunately, we can't just use the stable branch, as some development still seems to be going on in there and we need to fully test our site before putting the changes live. Creating our own fork and maintaining that is less than ideal, we would like to avoid doing that if possible.
> Also, is there anything we can do to help with the 1.0.7 release?
> Kind Regards,
> Anthony Batchelor
> -- > You received this message because you are subscribed to the Google Groups "Spree" group.
> To view this discussion on the web visit https://groups.google.com/d/msg/spree-user/-/FbCPIALJ1oMJ.
> To post to this group, send email to spree-user@googlegroups.com (mailto:spree-user@googlegroups.com).
> To unsubscribe from this group, send email to spree-user+unsubscribe@googlegroups.com (mailto:spree-user+unsubscribe@googlegroups.com).
> For more options, visit this group at http://groups.google.com/group/spree-user?hl=en.
The problem is that 1-0-stable is a moving target and not all bugs break on Travis CI. As an example, the date picker issue was not picked up by Travis CI.
If we were releasing straight from stable we could get into a situation where we test against a version and sign-off on it (then someone commits something breaking to stable), then we deploy to live (with unknowingly broken code).
> On Thursday, 9 August 2012 at 11:54 PM, Anthony Batchelor wrote:
> Hi, > Does anyone know when Spree 1.0.7 is planned for release? We can't use > < 1.0.5 due to insecurity, but 1.0.5 and 1.0.6 have a new bug to do with > the date picker <https://github.com/spree/spree/issues/1827> that are > blocking us from release. There are fixes in 1-0-stable that resolve this > and other bugs. Unfortunately, we can't just use the stable branch, as > some development still seems to be going on in there and we need to fully > test our site before putting the changes live. Creating our own fork and > maintaining that is less than ideal, we would like to avoid doing that if > possible.
> Also, is there anything we can do to help with the 1.0.7 release?
> Kind Regards, > Anthony Batchelor
> -- > You received this message because you are subscribed to the Google Groups > "Spree" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/spree-user/-/FbCPIALJ1oMJ. > To post to this group, send email to spree...@googlegroups.com<javascript:> > . > To unsubscribe from this group, send email to > spree-user+...@googlegroups.com <javascript:>. > For more options, visit this group at > http://groups.google.com/group/spree-user?hl=en.
> The problem is that 1-0-stable is a moving target and not all bugs break on Travis CI. As an example, the date picker issue was not picked up by Travis CI.
> If we were releasing straight from stable we could get into a situation where we test against a version and sign-off on it (then someone commits something breaking to stable), then we deploy to live (with unknowingly broken code).
> AB
> On Thursday, 9 August 2012 16:00:43 UTC+1, joneslee85 wrote:
> Is there any problem of using 1-0-stable? As long as the branch 1-0-stable pass the Travis CI, you are safe to use it.
> Trung LE
> Sent with Sparrow
> On Thursday, 9 August 2012 at 11:54 PM, Anthony Batchelor wrote:
>> Hi,
>> Does anyone know when Spree 1.0.7 is planned for release? We can't use < 1.0.5 due to insecurity, but 1.0.5 and 1.0.6 have a new bug to do with the date picker that are blocking us from release. There are fixes in 1-0-stable that resolve this and other bugs. Unfortunately, we can't just use the stable branch, as some development still seems to be going on in there and we need to fully test our site before putting the changes live. Creating our own fork and maintaining that is less than ideal, we would like to avoid doing that if possible.
>> Also, is there anything we can do to help with the 1.0.7 release?
>> Kind Regards,
>> Anthony Batchelor
>> -- >> You received this message because you are subscribed to the Google Groups "Spree" group.
>> To view this discussion on the web visit https://groups.google.com/d/msg/spree-user/-/FbCPIALJ1oMJ.
>> To post to this group, send email to spree...@googlegroups.com.
>> To unsubscribe from this group, send email to spree-user+...@googlegroups.com.
>> For more options, visit this group at http://groups.google.com/group/spree-user?hl=en.
> -- > You received this message because you are subscribed to the Google Groups "Spree" group.
> To view this discussion on the web visit https://groups.google.com/d/msg/spree-user/-/D2lN7tqVt4AJ.
> To post to this group, send email to spree-user@googlegroups.com.
> To unsubscribe from this group, send email to spree-user+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/spree-user?hl=en.
On Friday, August 10, 2012 5:21:43 AM UTC-5, Ryan Bigg wrote:
> As long as you don't run bundle update on spree itself, the Gemfile will > remain locked at a specific commit.
> On 10/08/2012, at 6:42 PM, Anthony Batchelor <anthony....@examtime.com<javascript:>> > wrote:
> The problem is that 1-0-stable is a moving target and not all bugs break > on Travis CI. As an example, the date picker issue was not picked up by > Travis CI.
> If we were releasing straight from stable we could get into a situation > where we test against a version and sign-off on it (then someone commits > something breaking to stable), then we deploy to live (with unknowingly > broken code).
> AB
> On Thursday, 9 August 2012 16:00:43 UTC+1, joneslee85 wrote:
>> Is there any problem of using 1-0-stable? As long as the branch >> 1-0-stable pass the Travis CI, you are safe to use it.
>> On Thursday, 9 August 2012 at 11:54 PM, Anthony Batchelor wrote:
>> Hi, >> Does anyone know when Spree 1.0.7 is planned for release? We can't >> use < 1.0.5 due to insecurity, but 1.0.5 and 1.0.6 have a new bug to do >> with the date picker <https://github.com/spree/spree/issues/1827> that >> are blocking us from release. There are fixes in 1-0-stable that resolve >> this and other bugs. Unfortunately, we can't just use the stable branch, >> as some development still seems to be going on in there and we need to >> fully test our site before putting the changes live. Creating our own fork >> and maintaining that is less than ideal, we would like to avoid doing that >> if possible.
>> Also, is there anything we can do to help with the 1.0.7 release?
>> Kind Regards, >> Anthony Batchelor
>> -- >> You received this message because you are subscribed to the Google Groups >> "Spree" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/spree-user/-/FbCPIALJ1oMJ. >> To post to this group, send email to spree...@googlegroups.com. >> To unsubscribe from this group, send email to >> spree-user+...@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/spree-user?hl=en.
>> -- > You received this message because you are subscribed to the Google Groups > "Spree" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/spree-user/-/D2lN7tqVt4AJ. > To post to this group, send email to spree...@googlegroups.com<javascript:> > . > To unsubscribe from this group, send email to > spree-user+...@googlegroups.com <javascript:>. > For more options, visit this group at > http://groups.google.com/group/spree-user?hl=en.
> On Friday, August 10, 2012 5:21:43 AM UTC-5, Ryan Bigg wrote:
>> As long as you don't run bundle update on spree itself, the Gemfile will >> remain locked at a specific commit.
>> On 10/08/2012, at 6:42 PM, Anthony Batchelor <anthony....@examtime.com> >> wrote:
>> The problem is that 1-0-stable is a moving target and not all bugs break >> on Travis CI. As an example, the date picker issue was not picked up by >> Travis CI.
>> If we were releasing straight from stable we could get into a situation >> where we test against a version and sign-off on it (then someone commits >> something breaking to stable), then we deploy to live (with unknowingly >> broken code).
>> AB
>> On Thursday, 9 August 2012 16:00:43 UTC+1, joneslee85 wrote:
>>> Is there any problem of using 1-0-stable? As long as the branch >>> 1-0-stable pass the Travis CI, you are safe to use it.
>>> On Thursday, 9 August 2012 at 11:54 PM, Anthony Batchelor wrote:
>>> Hi, >>> Does anyone know when Spree 1.0.7 is planned for release? We can't >>> use < 1.0.5 due to insecurity, but 1.0.5 and 1.0.6 have a new bug to do >>> with the date picker <https://github.com/spree/spree/issues/1827> that >>> are blocking us from release. There are fixes in 1-0-stable that resolve >>> this and other bugs. Unfortunately, we can't just use the stable branch, >>> as some development still seems to be going on in there and we need to >>> fully test our site before putting the changes live. Creating our own fork >>> and maintaining that is less than ideal, we would like to avoid doing that >>> if possible.
>>> Also, is there anything we can do to help with the 1.0.7 release?
>>> Kind Regards, >>> Anthony Batchelor
>>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Spree" group. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msg/spree-user/-/FbCPIALJ1oMJ. >>> To post to this group, send email to spree...@googlegroups.com. >>> To unsubscribe from this group, send email to >>> spree-user+...@googlegroups.com. >>> For more options, visit this group at >>> http://groups.google.com/group/spree-user?hl=en.
>>> -- >> You received this message because you are subscribed to the Google Groups >> "Spree" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/spree-user/-/D2lN7tqVt4AJ. >> To post to this group, send email to spree...@googlegroups.com. >> To unsubscribe from this group, send email to >> spree-user+...@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/spree-user?hl=en.