<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/spec, branch 5879_compliance_control_predicates</title>
<subtitle>Chouette manage transport static data</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/'/>
<entry>
<title>Merge pull request #216 from af83/5416_checksum_attribute</title>
<updated>2018-02-13T14:21:23+00:00</updated>
<author>
<name>Johan Van Ryseghem</name>
</author>
<published>2018-02-13T14:21:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=385a9e1b68f3eea51f71386a8f4856477ba6a273'/>
<id>385a9e1b68f3eea51f71386a8f4856477ba6a273</id>
<content type='text'>
5416 checksum attribute</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
5416 checksum attribute</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #287 from af83/4963-import-cron-should-abort-old-imports</title>
<updated>2018-02-13T08:08:18+00:00</updated>
<author>
<name>Johan Van Ryseghem</name>
</author>
<published>2018-02-13T08:08:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=81cb1f8251e3506f7c75a229aabeaba3a83e6d8a'/>
<id>81cb1f8251e3506f7c75a229aabeaba3a83e6d8a</id>
<content type='text'>
4963 import cron should abort old imports</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
4963 import cron should abort old imports</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #5707; Add specs</title>
<updated>2018-02-13T08:06:59+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-02-13T08:06:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=49c4c822d5e7f526ad7be9c0aa21c201653f24ea'/>
<id>49c4c822d5e7f526ad7be9c0aa21c201653f24ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #291 from af83/4758-cron-job-to-finalise-compliance_check_set-validations--</title>
<updated>2018-02-13T07:48:35+00:00</updated>
<author>
<name>Johan Van Ryseghem</name>
</author>
<published>2018-02-13T07:48:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=54414ddb8970ee6133817777290153a713834285'/>
<id>54414ddb8970ee6133817777290153a713834285</id>
<content type='text'>
4758 cron job to finalise compliance check set validations  </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
4758 cron job to finalise compliance check set validations  </pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #293 from af83/5815_add_required_fields_for_cc</title>
<updated>2018-02-13T07:45:34+00:00</updated>
<author>
<name>Johan Van Ryseghem</name>
</author>
<published>2018-02-13T07:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=1a565ed97d98183585c465daee5360526c8738c8'/>
<id>1a565ed97d98183585c465daee5360526c8738c8</id>
<content type='text'>
5815 add required fields for cc</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
5815 add required fields for cc</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #298 from af83/5432-fix-vjas-json-serialization</title>
<updated>2018-02-12T10:42:37+00:00</updated>
<author>
<name>teddywing</name>
</author>
<published>2018-02-12T10:42:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=59be983ba9e2343d9361ccf31ead62b297c8a623'/>
<id>59be983ba9e2343d9361ccf31ead62b297c8a623</id>
<content type='text'>
5432 Fix vj#show.rabl</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
5432 Fix vj#show.rabl</pre>
</div>
</content>
</entry>
<entry>
<title>route_base_spec.rb: Fix checksum test as a result of factory</title>
<updated>2018-02-09T17:16:24+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-02-09T17:16:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=c259d7e3e24259e14b4756f181b3a8784d8d1919'/>
<id>c259d7e3e24259e14b4756f181b3a8784d8d1919</id>
<content type='text'>
* The factory already creates `StopPoint`s for us, so we don't need to
  create any additional ones in the test. Previously this would give us
  eight stop points instead of three or five.
* Update the checksum in the factory after generating stop points. We
  need to do this because otherwise the checksum will be incorrect, not
  taking into account the new stop points. Without this change, the
  checksum starts out in an inconsistent state and causes the:

      1) Chouette::Route checksum behaves like checksum support doesn't change the checksum on save if the source hasn't been changed
         Failure/Error: expect(subject.checksum).to eq(checksum)

           expected: "bc0e7b37243682904bd7013108258fdc744b03e0c59ed1a30e24e112a49242c1"
                got: "b39d643fdd4f9d6ff62547750508af728a187de29a3d6e4295f9bb3d13559a51"

           (compared using ==)
         Shared Example Group: "checksum support" called from ./spec/models/chouette/route/route_base_spec.rb:5
         # ./spec/support/checksum_support.rb:84:in `block (2 levels) in &lt;top (required)&gt;'

  test to fail.

Refs #5416
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* The factory already creates `StopPoint`s for us, so we don't need to
  create any additional ones in the test. Previously this would give us
  eight stop points instead of three or five.
* Update the checksum in the factory after generating stop points. We
  need to do this because otherwise the checksum will be incorrect, not
  taking into account the new stop points. Without this change, the
  checksum starts out in an inconsistent state and causes the:

      1) Chouette::Route checksum behaves like checksum support doesn't change the checksum on save if the source hasn't been changed
         Failure/Error: expect(subject.checksum).to eq(checksum)

           expected: "bc0e7b37243682904bd7013108258fdc744b03e0c59ed1a30e24e112a49242c1"
                got: "b39d643fdd4f9d6ff62547750508af728a187de29a3d6e4295f9bb3d13559a51"

           (compared using ==)
         Shared Example Group: "checksum support" called from ./spec/models/chouette/route/route_base_spec.rb:5
         # ./spec/support/checksum_support.rb:84:in `block (2 levels) in &lt;top (required)&gt;'

  test to fail.

Refs #5416
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #5432; Fix vj#show.rabl</title>
<updated>2018-02-09T15:49:58+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-02-09T15:49:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=a22431f51860699546486c407cfc398a9ae5a911'/>
<id>a22431f51860699546486c407cfc398a9ae5a911</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #282 from af83/5824-autocomplete-stop-areas-scope</title>
<updated>2018-02-09T15:38:53+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2018-02-09T15:38:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=e2c316740beb7d9704d3bfb31f97f7ab4e436865'/>
<id>e2c316740beb7d9704d3bfb31f97f7ab4e436865</id>
<content type='text'>
5824 autocomplete stop areas scope</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
5824 autocomplete stop areas scope</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into 4126-add-i18n-js</title>
<updated>2018-02-09T14:04:58+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2018-02-09T14:04:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=7b62e86c4d5cc878fd9178d2296c3f5498bcd1cb'/>
<id>7b62e86c4d5cc878fd9178d2296c3f5498bcd1cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
