<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/spec/support, branch 4655-dashboard-controller</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 #4635 Add permissions translations regarding the news models (Compliance Control)</title>
<updated>2017-09-28T19:24:16+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-09-28T19:24:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=f0970d2cdd852596f5bc2eaea94ca81fa93e0611'/>
<id>f0970d2cdd852596f5bc2eaea94ca81fa93e0611</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 #78 from af83/3520-workbench--add-output-association-to-ReferentialSuite</title>
<updated>2017-09-27T11:55:09+00:00</updated>
<author>
<name>Robert Dober</name>
</author>
<published>2017-09-27T11:55:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=103e77e1fd28bf6f5ba3ad4f64a0681f2e9dd76f'/>
<id>103e77e1fd28bf6f5ba3ad4f64a0681f2e9dd76f</id>
<content type='text'>
3520 workbench  add output association to referential suite</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
3520 workbench  add output association to referential suite</pre>
</div>
</content>
</entry>
<entry>
<title>spec/support/referential.rb: Use factories</title>
<updated>2017-09-27T10:54:53+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-09-27T10:54:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=d1bd434d78972d4f4156f3e3e864e075cad9e62d'/>
<id>d1bd434d78972d4f4156f3e3e864e075cad9e62d</id>
<content type='text'>
Instead of creating the objects directly in ActiveRecord, use our
existing factories for these records as suggested by Robert.

Refs #3520
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of creating the objects directly in ActiveRecord, use our
existing factories for these records as suggested by Robert.

Refs #3520
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes: #4440@0.5h;</title>
<updated>2017-09-26T15:05:10+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-09-13T08:28:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=353780bc16bb4377cc1eac3c3d677611a9bb6ec7'/>
<id>353780bc16bb4377cc1eac3c3d677611a9bb6ec7</id>
<content type='text'>
Added Controller Spec

Fixed Older Specs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added Controller Spec

Fixed Older Specs
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs: #4440@0.5h Added import permission</title>
<updated>2017-09-26T15:05:10+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-09-12T09:16:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=908e6dbc6a5d9eb732dfe5eef52dd1d6af252658'/>
<id>908e6dbc6a5d9eb732dfe5eef52dd1d6af252658</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>spec/support/referential.rb: Remove `output` initialisation</title>
<updated>2017-09-25T15:36:38+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-09-25T15:36:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=e9a87b0fcc7c41174f50033f045c789f6a00f22f'/>
<id>e9a87b0fcc7c41174f50033f045c789f6a00f22f</id>
<content type='text'>
Since the `output` attribute is now initialised automatically in the
`Workbench#initialize_output` `before_validation` callback, the one I
added here before I created the callback can be removed. Instead we'll
rely on the callback to create a new `ReferentialSuite` for us.

Refs #3520
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the `output` attribute is now initialised automatically in the
`Workbench#initialize_output` `before_validation` callback, the one I
added here before I created the callback can be removed. Instead we'll
rely on the callback to create a new `ReferentialSuite` for us.

Refs #3520
</pre>
</div>
</content>
</entry>
<entry>
<title>Workbench: Validate presence of `output`</title>
<updated>2017-09-25T14:56:10+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-09-25T14:17:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=72806a4961e4240cff955c66fff1840e40301b89'/>
<id>72806a4961e4240cff955c66fff1840e40301b89</id>
<content type='text'>
Ensure all workbenches always have an associated `ReferentialSuite` by
validating presence of the `output` attribute.

In order to pass the 'should have a valid factory' test, we need to
define a `ReferentialSuite` factory and set up a default association on
`output` in the `Workbench` factory.

We also need to add set `output` when creating a `Workbench` in
`spec/support/referential.rb`, otherwise we get a validation error that
breaks the tests. Clean up the formatting of that call. In order to pass
a `ReferentialSuite`, I just create one above, but I'm not sure if I
should be using a `find_or_create` mechanism like the other associated
objects do above.

Refs #3520
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure all workbenches always have an associated `ReferentialSuite` by
validating presence of the `output` attribute.

In order to pass the 'should have a valid factory' test, we need to
define a `ReferentialSuite` factory and set up a default association on
`output` in the `Workbench` factory.

We also need to add set `output` when creating a `Workbench` in
`spec/support/referential.rb`, otherwise we get a validation error that
breaks the tests. Clean up the formatting of that call. In order to pass
a `ReferentialSuite`, I just create one above, but I'm not sure if I
should be using a `find_or_create` mechanism like the other associated
objects do above.

Refs #3520
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compliance_control controller spec due to missing permissions</title>
<updated>2017-09-19T13:52:48+00:00</updated>
<author>
<name>Xinhui</name>
</author>
<published>2017-09-19T13:52:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=ec4d3335fabe68e52f129dc92160c3ff5dd7b972'/>
<id>ec4d3335fabe68e52f129dc92160c3ff5dd7b972</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes: #4431@0.16666666666666666h;</title>
<updated>2017-09-14T08:12:08+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-09-14T08:12:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=aef499baf14d5520e7de29ec0d3015f42bf37ffa'/>
<id>aef499baf14d5520e7de29ec0d3015f42bf37ffa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix permission tests for newly introduced `api_keys.*` permissions</title>
<updated>2017-09-14T07:39:57+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-09-14T07:39:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=8540c95482f97ce47d2ebe916f82d3cea01a4344'/>
<id>8540c95482f97ce47d2ebe916f82d3cea01a4344</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
