<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core, branch 4663-compliance_controls_layouts</title>
<subtitle>Chouette manage transport static data</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/'/>
<entry>
<title>update en locales Refs #4663</title>
<updated>2017-10-06T12:03:04+00:00</updated>
<author>
<name>Guillaume</name>
</author>
<published>2017-10-06T12:02:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=467eb1fa288fef1a38105eb2fccf09667512d962'/>
<id>467eb1fa288fef1a38105eb2fccf09667512d962</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update layout show/select_types for compliance control Refs #4663</title>
<updated>2017-10-06T11:52:21+00:00</updated>
<author>
<name>Guillaume</name>
</author>
<published>2017-10-06T11:52:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=57814fa2f2ff913928cb81fa8e9be1ea842bae2e'/>
<id>57814fa2f2ff913928cb81fa8e9be1ea842bae2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://github.com/af83/stif-boiv</title>
<updated>2017-10-04T08:47:26+00:00</updated>
<author>
<name>Guillaume</name>
</author>
<published>2017-10-04T08:47:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=dc4ce3561c2e51d116f4a6533d8d64348d7460ab'/>
<id>dc4ce3561c2e51d116f4a6533d8d64348d7460ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>temporarily decorate @compliance_control_set for table builder links Refs #4663</title>
<updated>2017-10-04T08:46:43+00:00</updated>
<author>
<name>Guillaume</name>
</author>
<published>2017-10-04T08:46:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=11dad45ee79f4a662db892fa5cb74010303d838e'/>
<id>11dad45ee79f4a662db892fa5cb74010303d838e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Merge branch 'master' of https://github.com/af83/stif-boiv</title>
<updated>2017-10-03T15:36:29+00:00</updated>
<author>
<name>Guillaume</name>
</author>
<published>2017-10-03T15:36:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=35f35bab668e2ae23a490df799ee2cbc7cd651d4'/>
<id>35f35bab668e2ae23a490df799ee2cbc7cd651d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add gear menu to compliance_control_blocks title</title>
<updated>2017-10-03T15:36:25+00:00</updated>
<author>
<name>Guillaume</name>
</author>
<published>2017-10-03T15:36:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=3a666be069195e9fc63a12d5f6001098dfd26c34'/>
<id>3a666be069195e9fc63a12d5f6001098dfd26c34</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-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 #4661 Remove string column from ComplianceCheckSet</title>
<updated>2017-10-03T13:32:26+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=983f5953d6df7166e91f52ba5eccaf27b8841f76'/>
<id>983f5953d6df7166e91f52ba5eccaf27b8841f76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add attributes to compliance check set Refs #4661</title>
<updated>2017-10-03T13:09:20+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-10-03T13:07:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=4c0c9d69fed94da43e19d83e7f9dc93e738b6907'/>
<id>4c0c9d69fed94da43e19d83e7f9dc93e738b6907</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
