<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/spec/fixtures, branch fix_http_errors</title>
<subtitle>Chouette manage transport static data</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/'/>
<entry>
<title>Refs #5924 @14h; Extend importers</title>
<updated>2018-02-20T08:50:28+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-02-19T08:58:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=5fe1e8762051ef567191210ab65e6916cf12b932'/>
<id>5fe1e8762051ef567191210ab65e6916cf12b932</id>
<content type='text'>
Mostly add a way to override the default behaviour and process each row
its own way
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mostly add a way to override the default behaviour and process each row
its own way
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #5924 @2h; Provide a mechanism to define a custom importer</title>
<updated>2018-02-20T08:50:28+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-02-14T11:22:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=e168407ec0b842a73b42b5179936562b005d244b'/>
<id>e168407ec0b842a73b42b5179936562b005d244b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #5924 @1H; Add `before` actions</title>
<updated>2018-02-20T08:50:28+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-02-14T08:44:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=ee002e5aef7e5bb8b818b56ed54b6c68d074110e'/>
<id>ee002e5aef7e5bb8b818b56ed54b6c68d074110e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #5765 @6h; Add a customizable importer mechanism</title>
<updated>2018-02-20T08:50:28+00:00</updated>
<author>
<name>Zog</name>
</author>
<published>2018-01-30T15:49:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=51e08724766bf2ca4837436178984c33d22cf16a'/>
<id>51e08724766bf2ca4837436178984c33d22cf16a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add nozip.zip file for ImportsController specs. Refs #5317</title>
<updated>2017-12-20T10:12:29+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2017-12-20T10:12:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=7f9a61d5823bd6611351fcc6dce79a2159976b34'/>
<id>7f9a61d5823bd6611351fcc6dce79a2159976b34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs: #5281@2h;  Code Analysis first bugfix</title>
<updated>2017-12-14T17:00:47+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-12-14T15:47:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=0354c84367cede7d738c79e9c0f116b2c0a178b2'/>
<id>0354c84367cede7d738c79e9c0f116b2c0a178b2</id>
<content type='text'>
  - Rebased #5006 upoon master and created #5281 from #5006
  - Setup regression test based on client provided input
  - Fixed bug with multiple spurious directory occurances
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - Rebased #5006 upoon master and created #5281 from #5006
  - Setup regression test based on client provided input
  - Fixed bug with multiple spurious directory occurances
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs: #5006@12h;</title>
<updated>2017-12-14T14:34:46+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-11-27T10:24:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=424496bc6e7b6f94b0f34d3c11fb95fd7f6088c5'/>
<id>424496bc6e7b6f94b0f34d3c11fb95fd7f6088c5</id>
<content type='text'>
   Implementing allowed vs foreign line lookup for the zip service

   - Adapting `lib/stif/netex_file.rb` to expose the already implemented matching
   - `app/services/zip_service.rb` augmented to check for allowed lines and returning forbidden lines
   - Specs with fixtures and using the beforementioned new zip support in the specs
   - Fixture directories for the new specs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
   Implementing allowed vs foreign line lookup for the zip service

   - Adapting `lib/stif/netex_file.rb` to expose the already implemented matching
   - `app/services/zip_service.rb` augmented to check for allowed lines and returning forbidden lines
   - Specs with fixtures and using the beforementioned new zip support in the specs
   - Fixture directories for the new specs
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs: #4633@0.5h;</title>
<updated>2017-10-24T13:28:44+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-10-19T16:22:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=7f3b2aa1a1c4a2e051e1b2d3d3b57ab646b01a44'/>
<id>7f3b2aa1a1c4a2e051e1b2d3d3b57ab646b01a44</id>
<content type='text'>
Speced and implemented ZipService to return additional directories
in the entry's `spurious` field.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Speced and implemented ZipService to return additional directories
in the entry's `spurious` field.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix .gitignore file with bad syntax and duplicate lines</title>
<updated>2017-10-12T10:13:19+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2017-10-12T10:12:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=7b6964588cdd5218843b33082cae13cda77a28b3'/>
<id>7b6964588cdd5218843b33082cae13cda77a28b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add webpacker gem and migrate the React apps</title>
<updated>2017-10-06T08:17:17+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-10-06T08:17:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=b6f08e58fae35d5dd8a610af31c2950b37746695'/>
<id>b6f08e58fae35d5dd8a610af31c2950b37746695</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
