<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/app/controllers, branch 0000-proposal-through_if</title>
<subtitle>Chouette manage transport static data</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/'/>
<entry>
<title>RansackDateFilter: Move `end` statement and jiggle indentation</title>
<updated>2017-10-03T16:05:52+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-10-03T15:39:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=fdd6f25fbda4fa2c1f307248cddd316db88d2771'/>
<id>fdd6f25fbda4fa2c1f307248cddd316db88d2771</id>
<content type='text'>
An `end` statement was missing to close off the `set_date_time_params`
method. Wondering if this is what was causing these test failures on the
build server:

    1) ComplianceCheckSetsController GET index should be successful
       Failure/Error: scope = self.ransack_period_range(scope: @compliance_check_sets, error_message: t('compliance_check_sets.filters.error_period_filter'), query: :where_created_at_between)

       NoMethodError:
         undefined method `ransack_period_range' for #&lt;ComplianceCheckSetsController:0x0000000fa67e58&gt;
       # ./app/controllers/compliance_check_sets_controller.rb:11:in `block in index'
       # ./app/controllers/compliance_check_sets_controller.rb:10:in `index'
       # ./spec/controllers/compliance_check_sets_controller_spec.rb:17:in `block (3 levels) in &lt;top (required)&gt;'

    2) Workbenches permissions on show view if present →  shows the corresponding button
       Failure/Error: scope = self.ransack_period_range(scope: scope, error_message:  t('referentials.errors.validity_period'), query: :in_periode)

       NoMethodError:
         undefined method `ransack_period_range' for #&lt;WorkbenchesController:0x00000006cb4368&gt;
       # ./app/controllers/workbenches_controller.rb:15:in `show'
       # ./spec/features/workbenches_permissions_spec.rb:15:in `block (3 levels) in &lt;top (required)&gt;'

Worth a try.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An `end` statement was missing to close off the `set_date_time_params`
method. Wondering if this is what was causing these test failures on the
build server:

    1) ComplianceCheckSetsController GET index should be successful
       Failure/Error: scope = self.ransack_period_range(scope: @compliance_check_sets, error_message: t('compliance_check_sets.filters.error_period_filter'), query: :where_created_at_between)

       NoMethodError:
         undefined method `ransack_period_range' for #&lt;ComplianceCheckSetsController:0x0000000fa67e58&gt;
       # ./app/controllers/compliance_check_sets_controller.rb:11:in `block in index'
       # ./app/controllers/compliance_check_sets_controller.rb:10:in `index'
       # ./spec/controllers/compliance_check_sets_controller_spec.rb:17:in `block (3 levels) in &lt;top (required)&gt;'

    2) Workbenches permissions on show view if present →  shows the corresponding button
       Failure/Error: scope = self.ransack_period_range(scope: scope, error_message:  t('referentials.errors.validity_period'), query: :in_periode)

       NoMethodError:
         undefined method `ransack_period_range' for #&lt;WorkbenchesController:0x00000006cb4368&gt;
       # ./app/controllers/workbenches_controller.rb:15:in `show'
       # ./spec/features/workbenches_permissions_spec.rb:15:in `block (3 levels) in &lt;top (required)&gt;'

Worth a try.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #4665</title>
<updated>2017-10-03T14:33:49+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-10-03T13:32:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=9ea95b98c52f99494a13befa54cfd8cd298ab0c4'/>
<id>9ea95b98c52f99494a13befa54cfd8cd298ab0c4</id>
<content type='text'>
Adapt date filters helpers according to this new concern
Try to correct build error : "ransack period range undefined"

All tests pass on my machine

Refs #4661
Remove string column from ComplianceCheckSet
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adapt date filters helpers according to this new concern
Try to correct build error : "ransack period range undefined"

All tests pass on my machine

Refs #4661
Remove string column from ComplianceCheckSet
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs 4665 Update time_table for to adapt to ransack date filter concern</title>
<updated>2017-10-03T13:09:20+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-10-03T12:26:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=7775030c3f84e0673bbf68e7a60a3ed4798f6b91'/>
<id>7775030c3f84e0673bbf68e7a60a3ed4798f6b91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix dynamic_attributes in compliance_control STI Refs #2198</title>
<updated>2017-10-03T08:06:59+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2017-10-03T08:06:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=92b1bd636928888477213321c7a7fecf8e873e46'/>
<id>92b1bd636928888477213321c7a7fecf8e873e46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #4665</title>
<updated>2017-10-02T15:36:41+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-10-02T15:34:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=cba31dc411ceb47f80202c1d3a32a2e031630b13'/>
<id>cba31dc411ceb47f80202c1d3a32a2e031630b13</id>
<content type='text'>
Add a controller concern to deal with date filters
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a controller concern to deal with date filters
</pre>
</div>
</content>
</entry>
<entry>
<title>Make a hack to display compliance_controls and block. Must be fixed in a future release Refs #4584</title>
<updated>2017-10-02T12:32:39+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2017-10-02T08:00:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=466dde61ed0cdf32c06cb3738e32f38c50c4558e'/>
<id>466dde61ed0cdf32c06cb3738e32f38c50c4558e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add comment to find the associated view when Dashboard is customized. Refs #4655</title>
<updated>2017-09-30T13:04:12+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2017-09-30T13:04:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=fff7b72b7c91e3095eb5a7d8084ecf529dadbf19'/>
<id>fff7b72b7c91e3095eb5a7d8084ecf529dadbf19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update ApiKeysController to use /dashboard parent page. Refs #4655</title>
<updated>2017-09-30T12:56:42+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2017-09-30T12:56:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=e1b15f5866ae142e447cf6478e9b93d3ad88971f'/>
<id>e1b15f5866ae142e447cf6478e9b93d3ad88971f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create DashboardController with STIF implementation. Refs #4655</title>
<updated>2017-09-30T12:46:09+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2017-09-30T12:17:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=fda2b7b07349fd20cc70d68bf1544a7f51841f70'/>
<id>fda2b7b07349fd20cc70d68bf1544a7f51841f70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove belongs_to from ComplianceControlSetsController (not ready for that). Refs #4654</title>
<updated>2017-09-30T12:45:52+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2017-09-30T12:33:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=1ae15e06f2a56f9a83d670ad9c785a74cb6af43e'/>
<id>1ae15e06f2a56f9a83d670ad9c785a74cb6af43e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
