<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/lib, branch 6996-dockerfile-build</title>
<subtitle>Chouette manage transport static data</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/'/>
<entry>
<title>Add ci:fix_webpacker task to prevent yarn launch. Refs #6996. Refs #5802</title>
<updated>2018-05-13T17:56:48+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2018-05-13T17:56:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=62857d2779a62967feaa307ea50f87218d8a82f8'/>
<id>62857d2779a62967feaa307ea50f87218d8a82f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Keep unchanged database.yml when KEEP_DATABASE_CONFIG is defined. Refs #6996</title>
<updated>2018-05-13T17:50:45+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2018-05-13T17:50:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=e5d1a53468aa3e28ee446c02af9433733c417c95'/>
<id>e5d1a53468aa3e28ee446c02af9433733c417c95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test api_key format in TomTom.enabled?. Refs #6993</title>
<updated>2018-05-13T11:52:00+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2018-05-13T11:52:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=6c4f6e6232b4423c1161e1c2ab4d3fcac860dee2'/>
<id>6c4f6e6232b4423c1161e1c2ab4d3fcac860dee2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Define a dummy TomTom api_key in spec</title>
<updated>2018-05-13T09:21:12+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2018-05-13T09:21:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=458f55a73105d8ade30f9874e8ca6b82e86011f1'/>
<id>458f55a73105d8ade30f9874e8ca6b82e86011f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #6961; Update Workbench#edit</title>
<updated>2018-05-09T08:19:33+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-05-09T08:19:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=64933b6903583b585f7de5bc391a9ab2ade1c6a7'/>
<id>64933b6903583b585f7de5bc391a9ab2ade1c6a7</id>
<content type='text'>
- Update the form
- Use policies and update the seeds accordingly
- Add a link in the navbar(s)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Update the form
- Use policies and update the seeds accordingly
- Add a link in the navbar(s)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update ci task to enable simple chouette-core build. Refs #6957</title>
<updated>2018-05-06T14:16:16+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2018-05-06T14:16:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=be0f5d29462f3dba084098a6dc39413a8f784a93'/>
<id>be0f5d29462f3dba084098a6dc39413a8f784a93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TomTom::Matrix: Disable traffic information</title>
<updated>2018-04-27T10:38:09+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-04-27T10:38:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=ee6edf03f8da4015080261f3244144293e56ad11'/>
<id>ee6edf03f8da4015080261f3244144293e56ad11</id>
<content type='text'>
By default the TomTom API uses traffic data to calculate travel time.
This means that previously, getting costs for the exact same route twice
at different times could produce different results.

Johan made a good suggestion to turn off this functionality as it's
apparently enabled by default. This should get us correct times
regardless of time of day since the distances will be effectively the
same.

Refs #6661
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By default the TomTom API uses traffic data to calculate travel time.
This means that previously, getting costs for the exact same route twice
at different times could produce different results.

Johan made a good suggestion to turn off this functionality as it's
apparently enabled by default. This should get us correct times
regardless of time of day since the distances will be effectively the
same.

Refs #6661
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #6573; Fix task</title>
<updated>2018-04-19T08:02:12+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-04-19T08:02:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=bd12c492cae0ee3fc91b8ee0fdb5fc4f790fe994'/>
<id>bd12c492cae0ee3fc91b8ee0fdb5fc4f790fe994</id>
<content type='text'>
Force-load all models beforehand
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Force-load all models beforehand
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a task to check stop points positions</title>
<updated>2018-04-16T09:38:31+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-04-16T09:38:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=cf63f8f32ecaa6f1bccc70a68e4c6d4d8794373b'/>
<id>cf63f8f32ecaa6f1bccc70a68e4c6d4d8794373b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #6426; Disable "Create opposite route" action instead of hiding it</title>
<updated>2018-04-11T06:28:47+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-04-06T12:46:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=03b4010981f5d47fbd8dd468bbe5fc320fd7a9e4'/>
<id>03b4010981f5d47fbd8dd468bbe5fc320fd7a9e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
