<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/spec/models, branch 5949-referential-date-select</title>
<subtitle>Chouette manage transport static data</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/'/>
<entry>
<title>Use utc time to make expectation with strftime (when timezone are not standard). Refs #6047</title>
<updated>2018-03-26T10:28:44+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2018-03-26T10:28:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=37fca065bbe7202f48cb014dcc2beafb0b151150'/>
<id>37fca065bbe7202f48cb014dcc2beafb0b151150</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only notify parent when Import is finished. Refs #6243</title>
<updated>2018-03-21T16:06:46+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2018-03-21T16:06:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=e3c203ba8e77d6230b8c94c4d3f790fe3717d8bc'/>
<id>e3c203ba8e77d6230b8c94c4d3f790fe3717d8bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use Import::Base#status_changed? into #notify_parent (status can be changed by java side). Refs #6243</title>
<updated>2018-03-20T22:00:41+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2018-03-20T22:00:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=c9f3f819c64b448c8647670a9de3f2ea1763cc8f'/>
<id>c9f3f819c64b448c8647670a9de3f2ea1763cc8f</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 #379 from af83/6095-route--calculate-distance-and-time-cost-between-stops</title>
<updated>2018-03-15T16:09:34+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2018-03-15T16:09:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=f011f7e9806ffeaaba3ad73510bc818211f55dbd'/>
<id>f011f7e9806ffeaaba3ad73510bc818211f55dbd</id>
<content type='text'>
Calculate distance and time cost between Route stops. Refs #6095 </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Calculate distance and time cost between Route stops. Refs #6095 </pre>
</div>
</content>
</entry>
<entry>
<title>Rename export spec to use the right classes Refs #6133 @1</title>
<updated>2018-03-15T13:36:54+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2018-03-15T13:36:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=499a46cabdf2ee1aab830f27c3aa3e896ded24e3'/>
<id>499a46cabdf2ee1aab830f27c3aa3e896ded24e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Route: Don't run `#calculate_costs!` on callback if TomTom disabled</title>
<updated>2018-03-15T10:53:39+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-03-15T10:52:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=9291d45e825edbaf52cb556c102498366985496f'/>
<id>9291d45e825edbaf52cb556c102498366985496f</id>
<content type='text'>
We say `TomTom` is disabled when no API key is present. If this is the
case, the `after_save` callback that uses it shouldn't be executed.

I had to change my `API_KEY` constant to an instance variable to be able
to change it for testing.

Refs #6095
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We say `TomTom` is disabled when no API key is present. If this is the
case, the `after_save` callback that uses it shouldn't be executed.

I had to change my `API_KEY` constant to an instance variable to be able
to change it for testing.

Refs #6095
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #377 from af83/6107-bind-stop_area_referential-and-workgroups</title>
<updated>2018-03-15T10:49:56+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2018-03-15T10:49:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=c427ad507e6ba9083e96e330814d8095a6c817b7'/>
<id>c427ad507e6ba9083e96e330814d8095a6c817b7</id>
<content type='text'>
Refs 6106 &amp; 6107. Binds LineReferentials and StopAreaReferentials to Workgroups</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs 6106 &amp; 6107. Binds LineReferentials and StopAreaReferentials to Workgroups</pre>
</div>
</content>
</entry>
<entry>
<title>Use confirmed StopAreas in SimpleImporter spec. Refs #6033</title>
<updated>2018-03-15T09:52:45+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2018-03-15T09:52:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=478ec46371279b304effae0a9934d1fac38918a3'/>
<id>478ec46371279b304effae0a9934d1fac38918a3</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 #375 from af83/6040-fix-stop-points-poitions-in-merged-routes</title>
<updated>2018-03-15T09:33:31+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2018-03-15T09:33:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=7076c427d18548d7e9f5c87de26a936b73ebe8fd'/>
<id>7076c427d18548d7e9f5c87de26a936b73ebe8fd</id>
<content type='text'>
Enforce stop points positions in merged Referential. Refs #6040 </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enforce stop points positions in merged Referential. Refs #6040 </pre>
</div>
</content>
</entry>
<entry>
<title>Refs #6021: Make DAY_OFFSET_MAX configurable</title>
<updated>2018-03-14T14:32:39+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-03-12T14:28:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=18ae1f30c497f2ec7f4e9bcd2eb4966dad8e67ba'/>
<id>18ae1f30c497f2ec7f4e9bcd2eb4966dad8e67ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
