<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core, branch update-INSTALL</title>
<subtitle>Chouette manage transport static data</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/'/>
<entry>
<title>yet another Teddy contribution</title>
<updated>2017-11-13T08:28:48+00:00</updated>
<author>
<name>RobertDober</name>
</author>
<published>2017-10-19T10:59:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=85c07bd60473d061b60c94c1f33d45a178137a92'/>
<id>85c07bd60473d061b60c94c1f33d45a178137a92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Nice catch Teddy, thanx</title>
<updated>2017-11-13T08:28:48+00:00</updated>
<author>
<name>RobertDober</name>
</author>
<published>2017-10-19T10:55:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=25fe12d168d7e173cabfa17d1e4a5d1860f8756d'/>
<id>25fe12d168d7e173cabfa17d1e4a5d1860f8756d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updated INSTALL.md for Webpack and Linux installation</title>
<updated>2017-11-13T08:28:48+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-10-17T13:25:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=0b064d99484a309ae1c4a413dc6d0e3fff566e1e'/>
<id>0b064d99484a309ae1c4a413dc6d0e3fff566e1e</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 #114 from af83/4947-change-new-foreign-keys-to-bigint</title>
<updated>2017-11-10T13:16:27+00:00</updated>
<author>
<name>Robert Dober</name>
</author>
<published>2017-11-10T13:16:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=2569bb6a1b0eb633e3bd34340212c450ca9c6ff8'/>
<id>2569bb6a1b0eb633e3bd34340212c450ca9c6ff8</id>
<content type='text'>
Migrate all foreign keys to `bigint` from `integer`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Migrate all foreign keys to `bigint` from `integer`</pre>
</div>
</content>
</entry>
<entry>
<title>Change `compliance_check_set_id` to `bigint`</title>
<updated>2017-11-10T13:08:12+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-11-10T13:08:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=5538c5dc2c81d98bd9f069d4fd859cd79b8b0756'/>
<id>5538c5dc2c81d98bd9f069d4fd859cd79b8b0756</id>
<content type='text'>
I had missed this one in 63d85933ac99453c76df7cda102a4f60d94f5f53.
Thanks a lot to Robert for scouring the fields and finding it.

Since the v2 migration was irreversible, add a new one to change the
type of this foreign key.

Refs #4947
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I had missed this one in 63d85933ac99453c76df7cda102a4f60d94f5f53.
Thanks a lot to Robert for scouring the fields and finding it.

Since the v2 migration was irreversible, add a new one to change the
type of this foreign key.

Refs #4947
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate all foreign keys to `bigint` from `integer`</title>
<updated>2017-11-10T12:00:36+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-11-10T12:00:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=63d85933ac99453c76df7cda102a4f60d94f5f53'/>
<id>63d85933ac99453c76df7cda102a4f60d94f5f53</id>
<content type='text'>
All our primary keys are supposed to be `bigint`s, and our foreign keys
should likewise be `bigint`s. But it's easy to forget this when creating
migrations, or some committers might not have been up to speed on the
convention. In any case, this changes all existing foreign keys to be
`bigint`s.

Need to get this out now so that Michel Etienne can use it to correctly
test the Java application for compliance check validations. That's why
I'm not including any future-looking checks or enforcements here. That
will be coming next.

Refs #4947
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All our primary keys are supposed to be `bigint`s, and our foreign keys
should likewise be `bigint`s. But it's easy to forget this when creating
migrations, or some committers might not have been up to speed on the
convention. In any case, this changes all existing foreign keys to be
`bigint`s.

Need to get this out now so that Michel Etienne can use it to correctly
test the Java application for compliance check validations. That's why
I'm not including any future-looking checks or enforcements here. That
will be coming next.

Refs #4947
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove RouteSection from SetUpdatedAt migration. Refs #4944</title>
<updated>2017-11-10T07:45:40+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2017-11-10T07:45:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=3967389c4ef2d7af07cea87d4b3a6f1473022aef'/>
<id>3967389c4ef2d7af07cea87d4b3a6f1473022aef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '4944_remove_route_section_code'</title>
<updated>2017-11-09T13:58:02+00:00</updated>
<author>
<name>Xinhui</name>
</author>
<published>2017-11-09T13:58:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=5c799fbeceae9876b1fa1c50f7504956c3b4b834'/>
<id>5c799fbeceae9876b1fa1c50f7504956c3b4b834</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix VJ shift button disable on condition</title>
<updated>2017-11-09T13:15:56+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-11-09T13:15:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=205d69f10d7011246b331dbf9c0e504b322ff377'/>
<id>205d69f10d7011246b331dbf9c0e504b322ff377</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove call to route_section related method</title>
<updated>2017-11-09T11:30:58+00:00</updated>
<author>
<name>Xinhui</name>
</author>
<published>2017-11-09T11:30:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=40656591832d8f26903f2bbdb16ef53cbcb7e6bc'/>
<id>40656591832d8f26903f2bbdb16ef53cbcb7e6bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
