<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core, branch 5879_compliance_control_predicates</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 #5879 correct the predicate traductions errors</title>
<updated>2018-02-15T05:33:21+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2018-02-15T05:33:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=3fc4e199dfd3ef294a70f53b9b050e4612128a65'/>
<id>3fc4e199dfd3ef294a70f53b9b050e4612128a65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ImportResourcesDecorator: Fix `Draper::UninferrableDecoratorError`</title>
<updated>2018-02-14T17:34:07+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-02-14T14:13:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=a9bb67274bd5bbc8737955ae1ff21e5683b44150'/>
<id>a9bb67274bd5bbc8737955ae1ff21e5683b44150</id>
<content type='text'>
We were getting this error:

    Draper::UninferrableDecoratorError in ImportResources#index

    Showing .../stif-boiv/app/views/import_resources/index.html.slim where line #14 raised:

    Could not infer a decorator for ActiveRecord::Base.

    Extracted source (around line #14):

                span.status_icon = import_status(@import.status)
                span = t('.table_state', lines_imported: @import_resources.lines_imported , lines_in_zipfile: @import_resources.lines_in_zipfile )
            - if @import_resources.present?
              .col-lg-12
                h2 = t('.table_title')
              .col-lg-12

    Rails.root: .../stif-boiv
    Application Trace | Framework Trace | Full Trace

    app/views/import_resources/index.html.slim:14:in `_app_views_import_resources_index_html_slim___3139942318249059519_70240694466080'

when visiting this page:
http://stif-boiv.dev:3000/workbenches/1/imports/18/import_resources

Fix the error by inheriting from `AF83::Decorator` and having it take
care of things. We don't have any other model decorators that don't
inherit from `AF83::Decorator`, so this shouldn't be a problem any more.

Refs #5926
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were getting this error:

    Draper::UninferrableDecoratorError in ImportResources#index

    Showing .../stif-boiv/app/views/import_resources/index.html.slim where line #14 raised:

    Could not infer a decorator for ActiveRecord::Base.

    Extracted source (around line #14):

                span.status_icon = import_status(@import.status)
                span = t('.table_state', lines_imported: @import_resources.lines_imported , lines_in_zipfile: @import_resources.lines_in_zipfile )
            - if @import_resources.present?
              .col-lg-12
                h2 = t('.table_title')
              .col-lg-12

    Rails.root: .../stif-boiv
    Application Trace | Framework Trace | Full Trace

    app/views/import_resources/index.html.slim:14:in `_app_views_import_resources_index_html_slim___3139942318249059519_70240694466080'

when visiting this page:
http://stif-boiv.dev:3000/workbenches/1/imports/18/import_resources

Fix the error by inheriting from `AF83::Decorator` and having it take
care of things. We don't have any other model decorators that don't
inherit from `AF83::Decorator`, so this shouldn't be a problem any more.

Refs #5926
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #312 from af83/5929-package.json--upgrade-node-to-6.13.0</title>
<updated>2018-02-14T16:06:36+00:00</updated>
<author>
<name>teddywing</name>
</author>
<published>2018-02-14T16:06:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=8bb6641a81b7356bf74de600f88867721b02c6a8'/>
<id>8bb6641a81b7356bf74de600f88867721b02c6a8</id>
<content type='text'>
package.json: Upgrade node ~6.12.0 -&gt; ~6.13.0</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
package.json: Upgrade node ~6.12.0 -&gt; ~6.13.0</pre>
</div>
</content>
</entry>
<entry>
<title>package.json: Upgrade node ~6.12.0 -&gt; ~6.13.0</title>
<updated>2018-02-14T15:32:09+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-02-14T15:32:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=43a909d6407cb7bc10078e21daea9a65a81c9e2d'/>
<id>43a909d6407cb7bc10078e21daea9a65a81c9e2d</id>
<content type='text'>
Our dev servers got their Debian packages upgraded recently and now the
project needs to use v6.13.x to align with the servers. Fixes our
Jenkins builds.

Refs #5929
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Our dev servers got their Debian packages upgraded recently and now the
project needs to use v6.13.x to align with the servers. Fixes our
Jenkins builds.

Refs #5929
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #216 from af83/5416_checksum_attribute</title>
<updated>2018-02-13T14:21:23+00:00</updated>
<author>
<name>Johan Van Ryseghem</name>
</author>
<published>2018-02-13T14:21:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=385a9e1b68f3eea51f71386a8f4856477ba6a273'/>
<id>385a9e1b68f3eea51f71386a8f4856477ba6a273</id>
<content type='text'>
5416 checksum attribute</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
5416 checksum attribute</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #301 from af83/5150-update-decorators</title>
<updated>2018-02-13T12:49:29+00:00</updated>
<author>
<name>teddywing</name>
</author>
<published>2018-02-13T12:49:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=84891328d7ea0c3b82ba3fa3a73b7c49f317855e'/>
<id>84891328d7ea0c3b82ba3fa3a73b7c49f317855e</id>
<content type='text'>
5150 Update decorators</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
5150 Update decorators</pre>
</div>
</content>
</entry>
<entry>
<title>Must use current_release for bd:seed task in deploy.rb</title>
<updated>2018-02-13T08:37:37+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2018-02-13T08:36:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=56de2fc715ccaeb908d1646c1f554ed50c2a1de8'/>
<id>56de2fc715ccaeb908d1646c1f554ed50c2a1de8</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 #300 from af83/5888-fix-i18n-in-js</title>
<updated>2018-02-13T08:35:25+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2018-02-13T08:35:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=423178805d896e429b1b6f54972fab890249e39f'/>
<id>423178805d896e429b1b6f54972fab890249e39f</id>
<content type='text'>
5888 Fix I18n in JS</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
5888 Fix I18n in JS</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #287 from af83/4963-import-cron-should-abort-old-imports</title>
<updated>2018-02-13T08:08:18+00:00</updated>
<author>
<name>Johan Van Ryseghem</name>
</author>
<published>2018-02-13T08:08:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=81cb1f8251e3506f7c75a229aabeaba3a83e6d8a'/>
<id>81cb1f8251e3506f7c75a229aabeaba3a83e6d8a</id>
<content type='text'>
4963 import cron should abort old imports</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
4963 import cron should abort old imports</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #289 from af83/5707_chouette_status</title>
<updated>2018-02-13T08:07:47+00:00</updated>
<author>
<name>Johan Van Ryseghem</name>
</author>
<published>2018-02-13T08:07:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=551c1117a4b9872c99508da71427f5a28fc31ddc'/>
<id>551c1117a4b9872c99508da71427f5a28fc31ddc</id>
<content type='text'>
5707 chouette status</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
5707 chouette status</pre>
</div>
</content>
</entry>
</feed>
