<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/config/environments/test.rb, branch update-INSTALL</title>
<subtitle>Chouette manage transport static data</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/'/>
<entry>
<title>ComplianceControlSetCopyWorker: Call Java validation API</title>
<updated>2017-10-30T16:48:58+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-10-30T13:59:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=17dcf8fe67972f6287fdac40a4477ef8b63ae1b9'/>
<id>17dcf8fe67972f6287fdac40a4477ef8b63ae1b9</id>
<content type='text'>
Call the Java API URL to launch a validation after having copied the
`ComplianceControlSet` into a `ComplianceCheckSet`.

Copied the format with error logging from
`NetexImport#launch_java_import`.

In the test, make the ID variables global by putting them in `let`s.

Add `config.iev_url` to the Rails `test` environment so that we can
access this from our tests.

TODO: I just realised I'm sending the wrong ID. I should be sending the
check set ID.

Refs #4782
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Call the Java API URL to launch a validation after having copied the
`ComplianceControlSet` into a `ComplianceCheckSet`.

Copied the format with error logging from
`NetexImport#launch_java_import`.

In the test, make the ID variables global by putting them in `let`s.

Add `config.iev_url` to the Rails `test` environment so that we can
access this from our tests.

TODO: I just realised I'm sending the wrong ID. I should be sending the
check set ID.

Refs #4782
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs: #3507@2h; CR Step 4</title>
<updated>2017-08-01T14:17:16+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-08-01T12:44:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=ee75bd1e579ab366eb6cac938f50e7786536472b'/>
<id>ee75bd1e579ab366eb6cac938f50e7786536472b</id>
<content type='text'>
- Added tests for HTTPService (regression)
- Removed some dead code (Workbench model spec, Import factory)
- Changed front_end_host to rails_host in config
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added tests for HTTPService (regression)
- Removed some dead code (Workbench model spec, Import factory)
- Changed front_end_host to rails_host in config
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs: #3507@4.5h spec setup and refactoring, using Faraday in worker</title>
<updated>2017-07-21T14:32:47+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-07-21T13:59:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=ded817a7d0802cc2aafcdbe4bb256698f6868afd'/>
<id>ded817a7d0802cc2aafcdbe4bb256698f6868afd</id>
<content type='text'>
- Setting up correct headers for the Webmock request (Oh Boy)
- Refactoring all Faraday requests into `lib/af83/http_fetcher.rb`
- Implementing the Download
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Setting up correct headers for the Webmock request (Oh Boy)
- Refactoring all Faraday requests into `lib/af83/http_fetcher.rb`
- Implementing the Download
</pre>
</div>
</content>
</entry>
<entry>
<title>Set default action_mailer default_options from</title>
<updated>2017-07-07T10:43:24+00:00</updated>
<author>
<name>Xinhui</name>
</author>
<published>2017-07-07T10:22:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=8d8c76aca3ab4a4cda2de7d9d2d80dc98949ed0e'/>
<id>8d8c76aca3ab4a4cda2de7d9d2d80dc98949ed0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs: #3478@1.5h;</title>
<updated>2017-07-05T06:13:14+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-07-05T06:13:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=841bd65847066e92bf5a4d6de112fed1ada73c1c'/>
<id>841bd65847066e92bf5a4d6de112fed1ada73c1c</id>
<content type='text'>
   -  PolicyChecker authorizes(*) all now
   -  Untied ApplicationPolicy#index? from show?
   -  mv access_point_policy.rb to access_point_policy.rb fixing an invisible name curruption (local problem?)

* to authorize: to allow (not here), to undergo the process of authorization (here)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
   -  PolicyChecker authorizes(*) all now
   -  Untied ApplicationPolicy#index? from show?
   -  mv access_point_policy.rb to access_point_policy.rb fixing an invisible name curruption (local problem?)

* to authorize: to allow (not here), to undergo the process of authorization (here)
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecation Warnings removed; Seeds corrected, Refs: #2070</title>
<updated>2017-04-11T13:40:26+00:00</updated>
<author>
<name>RobertDober</name>
</author>
<published>2017-04-10T09:03:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=7b9370d10a2d67b83610b8cf8b876734972c2ee9'/>
<id>7b9370d10a2d67b83610b8cf8b876734972c2ee9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix reflex accessPoint access_type mapping</title>
<updated>2016-09-26T13:28:05+00:00</updated>
<author>
<name>Xinhui</name>
</author>
<published>2016-09-26T13:27:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=13dc269d40763314db72d51bb8e53acfd219b285'/>
<id>13dc269d40763314db72d51bb8e53acfd219b285</id>
<content type='text'>
Refs #1686
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs #1686
</pre>
</div>
</content>
</entry>
<entry>
<title>Rspec task organisations:sync</title>
<updated>2016-08-05T09:23:03+00:00</updated>
<author>
<name>Xinhui</name>
</author>
<published>2016-08-05T09:23:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=7cfd4faefab17e556ac66dd0e52c5942b289ec62'/>
<id>7cfd4faefab17e556ac66dd0e52c5942b289ec62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactoring user cas_extra_attributes</title>
<updated>2016-08-04T09:47:56+00:00</updated>
<author>
<name>Xinhui</name>
</author>
<published>2016-08-04T09:24:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=3baf4f5de6ed6023adb4daa4c6c06f03b204ec1c'/>
<id>3baf4f5de6ed6023adb4daa4c6c06f03b204ec1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Auto create user on SSO sign in</title>
<updated>2016-08-03T13:56:12+00:00</updated>
<author>
<name>Xinhui</name>
</author>
<published>2016-08-03T13:56:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=042fe3d039bdd91325bd8098cedcadc025713df6'/>
<id>042fe3d039bdd91325bd8098cedcadc025713df6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
