<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/spec, branch 4443-edit-metadata</title>
<subtitle>Chouette manage transport static data</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/'/>
<entry>
<title>Merge branch 'master' into compliance_control</title>
<updated>2017-09-12T13:52:49+00:00</updated>
<author>
<name>Xinhui Xu</name>
</author>
<published>2017-09-12T13:52:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=095dd5151d40d25c9abb015808834b32e575c750'/>
<id>095dd5151d40d25c9abb015808834b32e575c750</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 #63 from af83/4189-duplicate-route</title>
<updated>2017-09-12T12:46:35+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2017-09-12T12:46:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=4aa19d931f8585c061dd3da49e31b2ddbbb1bf6b'/>
<id>4aa19d931f8585c061dd3da49e31b2ddbbb1bf6b</id>
<content type='text'>
4189 duplicate route</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
4189 duplicate route</pre>
</div>
</content>
</entry>
<entry>
<title>Change some specs to have all the wokbenches name to be 'Gestion de l'offre' like in application controller</title>
<updated>2017-09-12T12:07:22+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-09-12T12:07:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=8f2e5c5c6ea8ed9be2830ebac250841e8c9247a6'/>
<id>8f2e5c5c6ea8ed9be2830ebac250841e8c9247a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs: #4189@2h; Fixing logical merging issues, preparing PR</title>
<updated>2017-09-12T07:10:02+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-09-12T07:10:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=9810dd389cff0bd5dbda26e46806f62d28410ff4'/>
<id>9810dd389cff0bd5dbda26e46806f62d28410ff4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merged with master</title>
<updated>2017-09-11T16:03:06+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-09-11T16:03:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=37865fad65adacae41bff0677651ca0a4d9db974'/>
<id>37865fad65adacae41bff0677651ca0a4d9db974</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes #4189@4h Route Duplication</title>
<updated>2017-09-11T15:15:49+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-09-11T07:41:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=f7bc874de79ff9a68aa03523cf653407663e7c55'/>
<id>f7bc874de79ff9a68aa03523cf653407663e7c55</id>
<content type='text'>
* Duplication of Route is triggered by link and UI forwarded to edit of duplicatee

     - Changing route, only POST duplicate_referential_line_route --&gt; RoutesController#duplicate
     - Removing route       GET  duplicate_referential_line_route --&gt; RoutesController#duplicate
     - Removing controller action RoutesController#post_duplicate

* Link in Route Decorator depends on new policy RoutePolicy#decorate?

* Adapting specs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Duplication of Route is triggered by link and UI forwarded to edit of duplicatee

     - Changing route, only POST duplicate_referential_line_route --&gt; RoutesController#duplicate
     - Removing route       GET  duplicate_referential_line_route --&gt; RoutesController#duplicate
     - Removing controller action RoutesController#post_duplicate

* Link in Route Decorator depends on new policy RoutePolicy#decorate?

* Adapting specs
</pre>
</div>
</content>
</entry>
<entry>
<title>Update of ReferentialsController#new :</title>
<updated>2017-09-11T14:21:41+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-09-11T14:06:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=8fe9a39516f6fb71545d6329c448680d6f8c75d1'/>
<id>8fe9a39516f6fb71545d6329c448680d6f8c75d1</id>
<content type='text'>
- Add some context to referential and workbench decorator to access current_referential and assign it to the cloned referential
- Add a build_referential method to avoir duplicates of code (in the controller and in the model), need to clean a bit more
- Need to add some Spec features to take into account the functional scope of the current_user
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add some context to referential and workbench decorator to access current_referential and assign it to the cloned referential
- Add a build_referential method to avoir duplicates of code (in the controller and in the model), need to clean a bit more
- Need to add some Spec features to take into account the functional scope of the current_user
</pre>
</div>
</content>
</entry>
<entry>
<title>Import specs: Add tests to verify dependent-destroy of associations</title>
<updated>2017-09-11T10:49:45+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-09-08T12:25:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=70215298fcb592e52b0f3033a939a594f511e379'/>
<id>70215298fcb592e52b0f3033a939a594f511e379</id>
<content type='text'>
When an import is destroyed, all:

* child imports
* associated `ImportReference`s
* associated `ImportMessage`s

must be destroyed. This is handled by a `dependent: :destory` on the
associations.

Here we add tests to validate that the records get properly destroyed.

Refs #4412
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When an import is destroyed, all:

* child imports
* associated `ImportReference`s
* associated `ImportMessage`s

must be destroyed. This is handled by a `dependent: :destory` on the
associations.

Here we add tests to validate that the records get properly destroyed.

Refs #4412
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix spec error format</title>
<updated>2017-09-11T07:39:52+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2017-09-11T07:39:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=1b2976d7a63cc140304bd94b88b5ddc93e0aceb0'/>
<id>1b2976d7a63cc140304bd94b88b5ddc93e0aceb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid Appartment schema creation when cloning is pending. Add a spec which performs a real referential clone. Refs #4335</title>
<updated>2017-09-07T13:38:34+00:00</updated>
<author>
<name>Alban Peignier</name>
</author>
<published>2017-09-07T13:38:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=7603900279d8578724944d4e20e910c7fc7f0549'/>
<id>7603900279d8578724944d4e20e910c7fc7f0549</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
