<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_web.git/test/functional, branch feat/drop-signup</title>
<subtitle>[leap_web] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/'/>
<entry>
<title>bugfix: handle couch 404s</title>
<updated>2017-03-23T08:49:17+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-11-21T15:14:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=1e672227a23afbb9f319a0aefa0b0ca3495fa1c6'/>
<id>1e672227a23afbb9f319a0aefa0b0ca3495fa1c6</id>
<content type='text'>
our special error handler for json requests would turn all exceptions
into 500s - removed it. now the rescue_responses can do their thing
again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
our special error handler for json requests would turn all exceptions
into 500s - removed it. now the rescue_responses can do their thing
again.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: admin user api always green</title>
<updated>2017-03-21T09:42:27+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-03-21T09:42:17+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=1115838e2acecd82fc2a13c55a631a8cfa42520e'/>
<id>1115838e2acecd82fc2a13c55a631a8cfa42520e</id>
<content type='text'>
Used to fail because the record already existed in the database
fixes #17
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Used to fail because the record already existed in the database
fixes #17
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: 404 on key request with non html content-type</title>
<updated>2017-03-21T09:31:16+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2017-03-21T09:19:08+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=47c945b101a01bf438024ede594b3a039c4eca66'/>
<id>47c945b101a01bf438024ede594b3a039c4eca66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix keys route to accept usernames with dots</title>
<updated>2017-03-02T17:54:52+00:00</updated>
<author>
<name>Tulio Casagrande</name>
<email>tcasagra@thoughtworks.com</email>
</author>
<published>2017-03-02T17:54:52+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=41d9a911f0dfc88bd22e2e09abf6b4c4c1a2bec4'/>
<id>41d9a911f0dfc88bd22e2e09abf6b4c4c1a2bec4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>respond_to on a per controller basis</title>
<updated>2016-08-19T09:15:31+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-08-18T09:00:16+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=fbad882075e745ab7afbe5f89c67544fb3c607c3'/>
<id>fbad882075e745ab7afbe5f89c67544fb3c607c3</id>
<content type='text'>
If you inherit respond to and call it again in your controller
it will not overwrite the previous but add to it.

Since we always have some exceptions from the rules it's probably
easiest to be explicit in the controllers that require it themselves.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If you inherit respond to and call it again in your controller
it will not overwrite the previous but add to it.

Since we always have some exceptions from the rules it's probably
easiest to be explicit in the controllers that require it themselves.
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: send 406 if an unexpected format is asked for</title>
<updated>2016-08-17T14:12:17+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-08-17T14:11:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=20bb76848b852bba9ab3c99b1c2a68464585bd56'/>
<id>20bb76848b852bba9ab3c99b1c2a68464585bd56</id>
<content type='text'>
It used to run the action and then trigger a 500 because the
template was not found.

fixes !3 .
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It used to run the action and then trigger a 500 because the
template was not found.

fixes !3 .
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] restrict is_admin in the user api, to only allow querying</title>
<updated>2016-07-14T13:45:09+00:00</updated>
<author>
<name>NavaL</name>
<email>ayoyo@thoughtworks.com</email>
</author>
<published>2016-07-14T13:06:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=ab1917c5fe0f03e7719863a5598ad575d9fef302'/>
<id>ab1917c5fe0f03e7719863a5598ad575d9fef302</id>
<content type='text'>
for him/herself

So that it we do not expose the is_admin property to anyone else
including other admins.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for him/herself

So that it we do not expose the is_admin property to anyone else
including other admins.
</pre>
</div>
</content>
</entry>
<entry>
<title>move signup from users to account_controller</title>
<updated>2016-05-23T11:01:51+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-05-23T10:17:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=f47fc9d6522886cf81cfea26ec1f396219c539ba'/>
<id>f47fc9d6522886cf81cfea26ec1f396219c539ba</id>
<content type='text'>
There was a lot of special case handling going on in the users_controller
for this. Lot simpler this way.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There was a lot of special case handling going on in the users_controller
for this. Lot simpler this way.
</pre>
</div>
</content>
</entry>
<entry>
<title>api: set defaults for version in routes</title>
<updated>2016-05-20T14:35:55+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-05-18T19:00:42+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=e542a3056c27fd662ef767b6720861035f6dbb1c'/>
<id>e542a3056c27fd662ef767b6720861035f6dbb1c</id>
<content type='text'>
This way we do not need to specify it all the times.

In the functional tests defaults do not get added automatically.
Introduced api_{get,put,post,delete} to add format and version default.

One to two functional tests failing, everything else passes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way we do not need to specify it all the times.

In the functional tests defaults do not get added automatically.
Introduced api_{get,put,post,delete} to add format and version default.

One to two functional tests failing, everything else passes.
</pre>
</div>
</content>
</entry>
<entry>
<title>api: allow version bumping - bump to 2</title>
<updated>2016-05-18T18:07:41+00:00</updated>
<author>
<name>Azul</name>
<email>azul@riseup.net</email>
</author>
<published>2016-05-01T13:55:33+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_web.git/commit/?id=e05a1b0f5ae40a2aa17976b3009cd563b8e4660a'/>
<id>e05a1b0f5ae40a2aa17976b3009cd563b8e4660a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
