<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/spec/fixtures, branch 4655-dashboard-controller</title>
<subtitle>Chouette manage transport static data</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/'/>
<entry>
<title>Create STIF::NetexFile to read zip content and create ReferentialMetadata from real data. Refs #4273</title>
<updated>2017-08-27T21:50:35+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2017-08-27T21:50:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=d79f84398849e9c32fdf41582d299dd914fb8452'/>
<id>d79f84398849e9c32fdf41582d299dd914fb8452</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update OFFRE_TRANSDEV_2017030112251.zip to use calendriers.xml. Update regression_4273_spec fixture files. Ignore target files. Refs #4273</title>
<updated>2017-08-27T13:57:05+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2017-08-27T13:57:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=f22eb60cfbcfee65ead775ceae6e3afc2809fcd3'/>
<id>f22eb60cfbcfee65ead775ceae6e3afc2809fcd3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update OFFRE_TRANSDEV_2017030112251.zip to use calendriers.xml. Refs #4273</title>
<updated>2017-08-27T13:45:02+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2017-08-27T13:45:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=1dabdd4c603261573c2817b59e33de5f82e54ab6'/>
<id>1dabdd4c603261573c2817b59e33de5f82e54ab6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update OFFRE_TRANSDEV_2017030112251.zip to use calendriers.xml. Refs #4273</title>
<updated>2017-08-27T13:31:02+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2017-08-27T13:31:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=abc8a6db6f5ed19c12ba79074933bbf88e310c17'/>
<id>abc8a6db6f5ed19c12ba79074933bbf88e310c17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ReferentialMetadataKludge: Use non-overlapping dates in test data</title>
<updated>2017-08-25T09:32:49+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-08-25T09:32:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=36770fc9e7a4a8fe72d6bf7f2bc0dc328183e6fe'/>
<id>36770fc9e7a4a8fe72d6bf7f2bc0dc328183e6fe</id>
<content type='text'>
Previously, the OFFRE_... zip's two referentials had overlapping dates
(2017-03-01..2017-03-31 &amp; 2017-03-01..2017-12-31).

This caused this validation error when trying to save the referentials:

    OFFRE_TRANSDEV_20170301122517 couvre le même périmètre d'offre

To fix this, Alban &amp; I changed the dates of the two offers inside the
zip (in the calendrier.xml files) and matched the dates in
`ReferentialMetadataKludge`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, the OFFRE_... zip's two referentials had overlapping dates
(2017-03-01..2017-03-31 &amp; 2017-03-01..2017-12-31).

This caused this validation error when trying to save the referentials:

    OFFRE_TRANSDEV_20170301122517 couvre le même périmètre d'offre

To fix this, Alban &amp; I changed the dates of the two offers inside the
zip (in the calendrier.xml files) and matched the dates in
`ReferentialMetadataKludge`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs: #4273@20h;  Reverse Engeneeiring RubyZip fixed ZipService</title>
<updated>2017-08-21T03:26:55+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-08-21T03:13:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=327b1ec771a056451b0635ba80cc346fa1765299'/>
<id>327b1ec771a056451b0635ba80cc346fa1765299</id>
<content type='text'>
        - Replzed Lazy Enum over get_next_entry and group by with explicit looping and yielding to an instance level enumerator
          that yields streams per subdir (wich represents a referential).

        - Fixtures and Specs that use a REAL usecase.

        Next: Get rid of metadata kludge (should fix failing specs)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        - Replzed Lazy Enum over get_next_entry and group by with explicit looping and yielding to an instance level enumerator
          that yields streams per subdir (wich represents a referential).

        - Fixtures and Specs that use a REAL usecase.

        Next: Get rid of metadata kludge (should fix failing specs)
</pre>
</div>
</content>
</entry>
<entry>
<title>Hotfix for Jenkins, removed specs needing `unzip`</title>
<updated>2017-08-02T12:40:34+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-08-02T12:40:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=420068615d1633a1a9fac48db82d3df04913af9a'/>
<id>420068615d1633a1a9fac48db82d3df04913af9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs: #3507@3h; CR finished</title>
<updated>2017-07-31T20:02:38+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-07-31T20:02:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=8b748a668c9be125bdff3cf0e2bd0f023fbe7dc5'/>
<id>8b748a668c9be125bdff3cf0e2bd0f023fbe7dc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs: #3507;20h Specing and Implementing the ZipService</title>
<updated>2017-07-25T19:31:51+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-07-23T20:56:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=fe46c7832fa1e0c6af450f0937aea3534c0f6b01'/>
<id>fe46c7832fa1e0c6af450f0937aea3534c0f6b01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sketching out the unzip/zip process, need to change Tempfile to File.open(..., r) in a configurable directory [amend me]</title>
<updated>2017-07-21T20:32:28+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-07-21T20:32:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=384a06676b8e0985f39fbc894a2d7dd458823529'/>
<id>384a06676b8e0985f39fbc894a2d7dd458823529</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
