<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/spec/support, branch 4981_last_editor</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 4941-refactoring_object_id</title>
<updated>2017-11-22T09:20:03+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-11-22T09:20:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=eec1d9e43509a1677d346584ee24cd3ee6f8c124'/>
<id>eec1d9e43509a1677d346584ee24cd3ee6f8c124</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' into 4941-refactoring_object_id</title>
<updated>2017-11-21T23:45:48+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-11-21T23:45:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=510afa8b86fb6f5e4b7d9c39e3a6d3b071cd8ce9'/>
<id>510afa8b86fb6f5e4b7d9c39e3a6d3b071cd8ce9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change the way we name classes</title>
<updated>2017-11-21T14:32:22+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-11-21T14:32:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=763010ced3202c99f705562a373861f926aad9a1'/>
<id>763010ced3202c99f705562a373861f926aad9a1</id>
<content type='text'>
We now always use modules for namespaces
=&gt; same structure for models, decorators, policies...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We now always use modules for namespaces
=&gt; same structure for models, decorators, policies...
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #113 from af83/4823-compliance_check_show</title>
<updated>2017-11-17T15:15:25+00:00</updated>
<author>
<name>teddywing</name>
</author>
<published>2017-11-17T15:15:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=0d80f302bbf90334671b954b6788d581d5c852cb'/>
<id>0d80f302bbf90334671b954b6788d581d5c852cb</id>
<content type='text'>
4823 compliance check show</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
4823 compliance check show</pre>
</div>
</content>
</entry>
<entry>
<title>Refs: #4283@16h;</title>
<updated>2017-11-17T13:56:29+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-11-06T18:06:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=76d11c7f973867e305d6841f69c62c5fd37d65a7'/>
<id>76d11c7f973867e305d6841f69c62c5fd37d65a7</id>
<content type='text'>
 - Implements the view

Missing:

 - Spex failing (xpath navigation inside the display blocks is still faulty)
 - Links to compliance_checks#show do not work (actually not this page's problem)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - Implements the view

Missing:

 - Spex failing (xpath navigation inside the display blocks is still faulty)
 - Links to compliance_checks#show do not work (actually not this page's problem)
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs: #4461@0.75h;  Fixing netex_import after_create callback to after_commit on: :create</title>
<updated>2017-11-17T13:53:03+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-11-17T10:32:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=86082170302a5b07dc15fbc61b628bb89b775f04'/>
<id>86082170302a5b07dc15fbc61b628bb89b775f04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs: #4461@1h; CodeReview</title>
<updated>2017-11-17T13:49:19+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-11-16T15:03:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=1b84658f5f3ab98f7338a319ad1dc2f3ee8a1842'/>
<id>1b84658f5f3ab98f7338a319ad1dc2f3ee8a1842</id>
<content type='text'>
  - using webmock instead of mocking Net::HTTP
    therefore removing the connascence between the spec and the
    HTTP lib used in the implementation, thank you Teddy
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - using webmock instead of mocking Net::HTTP
    therefore removing the connascence between the spec and the
    HTTP lib used in the implementation, thank you Teddy
</pre>
</div>
</content>
</entry>
<entry>
<title>Change permission list for specs</title>
<updated>2017-11-13T13:31:07+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-11-13T13:31:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=95095886ceb51a2036eea6ffda103d3ad590322b'/>
<id>95095886ceb51a2036eea6ffda103d3ad590322b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #4776 Add policies to ComplianceControl and ComplianceControlSet</title>
<updated>2017-11-09T11:27:09+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-10-25T10:22:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=464a5c70450e4054c12f4d5b58477bb9386917f2'/>
<id>464a5c70450e4054c12f4d5b58477bb9386917f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs: #4633@0.5h; WorkbenchImportWorker implements message creation for spurious directories</title>
<updated>2017-10-24T13:28:44+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-10-19T18:45:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=d351eab8ceea2bc7609e800e62bfb90c000cff5c'/>
<id>d351eab8ceea2bc7609e800e62bfb90c000cff5c</id>
<content type='text'>
  - Speced and implemented

Missing:

  - Exact message parameters (change key from xxx, how to add names of spurious directories)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - Speced and implemented

Missing:

  - Exact message parameters (change key from xxx, how to add names of spurious directories)
</pre>
</div>
</content>
</entry>
</feed>
