<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/spec/requests/api, branch 5505-custom_fields</title>
<subtitle>Chouette manage transport static data</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/'/>
<entry>
<title>Fixes: #5006@10h;</title>
<updated>2017-12-14T14:34:46+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-11-27T10:27:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=d157011c12b20cedbe4501c4d228ebcdac3647bc'/>
<id>d157011c12b20cedbe4501c4d228ebcdac3647bc</id>
<content type='text'>
   Implementation of Filtering Out Referentials with foreign lines in `app/workers/workbench_import_worker.rb`

   - Using ZipService with the set of allowed lines of the organisation
   - Fixing Integration Specs of the worker
   - Refactoring, Debugging and Rebasing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
   Implementation of Filtering Out Referentials with foreign lines in `app/workers/workbench_import_worker.rb`

   - Using ZipService with the set of allowed lines of the organisation
   - Fixing Integration Specs of the worker
   - Refactoring, Debugging and Rebasing
</pre>
</div>
</content>
</entry>
<entry>
<title> Refs: #4802@2h; Replaying former work. To identify spec regression</title>
<updated>2017-11-02T06:52:45+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-11-01T19:30:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=c3c32ae541cfb018877af964f122b15f6f15b984'/>
<id>c3c32ae541cfb018877af964f122b15f6f15b984</id>
<content type='text'>
    Step 2: Added validation of reference-&gt;workbench-&gt;organisation consistency
            Made all specs pass
            Chased bug #4826
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    Step 2: Added validation of reference-&gt;workbench-&gt;organisation consistency
            Made all specs pass
            Chased bug #4826
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip temporarily some tests</title>
<updated>2017-09-05T12:36:47+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-09-05T12:34:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=03731e825bd02ccca71f04d629c66df6e2763dc1'/>
<id>03731e825bd02ccca71f04d629c66df6e2763dc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Fixes API:v1:NetexImportsController specs. Refs #4273</title>
<updated>2017-08-27T14:35:42+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2017-08-27T14:35:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=4a9923079ed9d1658f7c6321ceab1d7e5c086037'/>
<id>4a9923079ed9d1658f7c6321ceab1d7e5c086037</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable authentication test in NetexImport requests spec. Refs #4311</title>
<updated>2017-08-27T13:30:24+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2017-08-27T13:30:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=38d063c942a93bbee6c7a22bf6a191103ee1e3b0'/>
<id>38d063c942a93bbee6c7a22bf6a191103ee1e3b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>NetexImportsController spec: Fix failing tests caused by Kludge</title>
<updated>2017-08-25T16:13:55+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-08-25T16:13:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=a8a04ac132a11cf33df90a7f82c9e53880bc164f'/>
<id>a8a04ac132a11cf33df90a7f82c9e53880bc164f</id>
<content type='text'>
The `ReferentialMetadataKludge` expects a couple of `Chouette::Line`s to
already exist in the database in order to successfully create a
`ReferentialMetadata` record.

In tests, this is not the case. As a kludge to the kludge, create the
expected line records in the tests that fail because of it, with the
proviso that these additions should be removed or changed once we have
real `ReferentialMetadata` handling for imports.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `ReferentialMetadataKludge` expects a couple of `Chouette::Line`s to
already exist in the database in order to successfully create a
`ReferentialMetadata` record.

In tests, this is not the case. As a kludge to the kludge, create the
expected line records in the tests that fail because of it, with the
proviso that these additions should be removed or changed once we have
real `ReferentialMetadata` handling for imports.
</pre>
</div>
</content>
</entry>
<entry>
<title>NetexImportsController spec: Change name of referential</title>
<updated>2017-08-25T15:53:27+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-08-25T15:53:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=614719bfd45d496c686366842fa57277e71664dd'/>
<id>614719bfd45d496c686366842fa57277e71664dd</id>
<content type='text'>
While `ReferentialMetadataKludge` exists, the name needs to match one of
the keys in `#name_to_periods`, otherwise all the tests that use these
attributes fail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While `ReferentialMetadataKludge` exists, the name needs to match one of
the keys in `#name_to_periods`, otherwise all the tests that use these
attributes fail.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs: #4176@3h; NetexImportController refactored with help of ControlFlow</title>
<updated>2017-08-02T03:51:07+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-08-01T08:49:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=9387e31a76d9bae4cdb94622081246eea6d6c8d7'/>
<id>9387e31a76d9bae4cdb94622081246eea6d6c8d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs: #4176@2h; Request Spec for NetexImport adapted and implemented</title>
<updated>2017-08-01T20:12:33+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-07-28T16:21:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=0b198fa8dece545f7cfd282d9a10d0638b0491b4'/>
<id>0b198fa8dece545f7cfd282d9a10d0638b0491b4</id>
<content type='text'>
- Specing that, in case of a correct request  Referential &amp; NetexImport instances are created and a 201 is returned
- Specing that, in case of an incorrect request,  no instance is created and a 406 with a correct error message is returned

- Implemented

MISSING:

Refactor controller implmentation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Specing that, in case of a correct request  Referential &amp; NetexImport instances are created and a 201 is returned
- Specing that, in case of an incorrect request,  no instance is created and a 406 with a correct error message is returned

- Implemented

MISSING:

Refactor controller implmentation
</pre>
</div>
</content>
</entry>
</feed>
