<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/spec/support, branch docker</title>
<subtitle>Chouette manage transport static data</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/'/>
<entry>
<title>Add some changes according to PR review</title>
<updated>2017-12-05T22:37:17+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-12-05T22:37:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=00fa87ab96185bbcdc1ce2f1d19230e5a1dcc77f'/>
<id>00fa87ab96185bbcdc1ce2f1d19230e5a1dcc77f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs: #5179@1.25h; Referential Creation Enforces objectid_format from associated Workbench</title>
<updated>2017-12-05T11:19:42+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-12-05T10:37:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=642d2bd3a46a4b459acf18748dbfebf0cb6ca7df'/>
<id>642d2bd3a46a4b459acf18748dbfebf0cb6ca7df</id>
<content type='text'>
  - changed ObjectIdFormatterSupport as requested
  - respeced all defined cases
  - implemented respec

Missing:
  What to do in `define_default_attributes` if ref has no workbench and no `objectid_format`?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - changed ObjectIdFormatterSupport as requested
  - respeced all defined cases
  - implemented respec

Missing:
  What to do in `define_default_attributes` if ref has no workbench and no `objectid_format`?
</pre>
</div>
</content>
</entry>
<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>
</feed>
