<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/raven.git, branch refactor-version-test</title>
<subtitle>github.com: getsentry/raven-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/raven.git/'/>
<entry>
<title>Add D107 to ignore flake8 docs</title>
<updated>2017-10-10T16:10:59+00:00</updated>
<author>
<name>Ashley Camba Garrido</name>
<email>ashwoods@gmail.com</email>
</author>
<published>2017-10-10T16:10:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/raven.git/commit/?id=28adc5cc20e75eb22f4dbe70ab4338b2b97ea44a'/>
<id>28adc5cc20e75eb22f4dbe70ab4338b2b97ea44a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(tests) Use marker to skip tests that depend on a git repo</title>
<updated>2017-10-10T13:21:33+00:00</updated>
<author>
<name>Ashley Camba Garrido</name>
<email>ashwoods@gmail.com</email>
</author>
<published>2017-10-10T13:21:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/raven.git/commit/?id=976853e25b142206ecb18b1eb3c84105fbae1b25'/>
<id>976853e25b142206ecb18b1eb3c84105fbae1b25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add application/octet-stream to non-cacheable types</title>
<updated>2017-09-28T11:36:32+00:00</updated>
<author>
<name>Dillon Dixon</name>
<email>dillondixon@gmail.com</email>
</author>
<published>2017-09-25T23:17:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/raven.git/commit/?id=7a3fab9f5aa463e3643305844a1152f432b44758'/>
<id>7a3fab9f5aa463e3643305844a1152f432b44758</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(django): Fix django command with data option (#1078)</title>
<updated>2017-09-26T20:10:34+00:00</updated>
<author>
<name>Ashley Camba Garrido</name>
<email>ashwoods@gmail.com</email>
</author>
<published>2017-09-25T13:24:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/raven.git/commit/?id=a00dedafdbcdc7e62c1357e125583dc1f94fa628'/>
<id>a00dedafdbcdc7e62c1357e125583dc1f94fa628</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(flask): Use request.remote_addr as fallback for flask too, fix tests</title>
<updated>2017-09-26T19:16:59+00:00</updated>
<author>
<name>Ashley Camba Garrido</name>
<email>ashwoods@gmail.com</email>
</author>
<published>2017-09-26T13:18:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/raven.git/commit/?id=4b0e6f7aa0b28034ea45322ed6d6bab3771011cf'/>
<id>4b0e6f7aa0b28034ea45322ed6d6bab3771011cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(django): Remove second user_info and fix tests</title>
<updated>2017-09-26T19:16:59+00:00</updated>
<author>
<name>Ashley Camba Garrido</name>
<email>ashwoods@gmail.com</email>
</author>
<published>2017-09-26T12:11:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/raven.git/commit/?id=bdaf68c2849d273ef5b60da7e1af33d91ada70ec'/>
<id>bdaf68c2849d273ef5b60da7e1af33d91ada70ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Always supply a user.ip_address value</title>
<updated>2017-09-26T19:16:59+00:00</updated>
<author>
<name>Matt Robenolt</name>
<email>matt@ydekproductions.com</email>
</author>
<published>2017-02-28T02:58:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/raven.git/commit/?id=e3aad24b7a443e59b824a40bb17cd49593e3b3d3'/>
<id>e3aad24b7a443e59b824a40bb17cd49593e3b3d3</id>
<content type='text'>
This is explicitly choosing to also parse the X-Forwarded-For header to
yank out this value. Otherwise, the Sentry server relies only on the
REMOTE_ADDR value which will always be wrong when when someone is behind
a reverse proxy.

This logic already exists in some other clients, and this has been
brought up a number of times with users via tickets and support.

Worth noting that it's potentially possible for this value to now be
forged from a user, but the ramification of doing so is so low, it's not
worth putting this behavior behind a feature flag IMO. The worst someone
could do is make some data inside Sentry inaccurate and possibly
confusing. No worse than the current state of the world where the data
is completely inaccurate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is explicitly choosing to also parse the X-Forwarded-For header to
yank out this value. Otherwise, the Sentry server relies only on the
REMOTE_ADDR value which will always be wrong when when someone is behind
a reverse proxy.

This logic already exists in some other clients, and this has been
brought up a number of times with users via tickets and support.

Worth noting that it's potentially possible for this value to now be
forged from a user, but the ramification of doing so is so low, it's not
worth putting this behavior behind a feature flag IMO. The worst someone
could do is make some data inside Sentry inaccurate and possibly
confusing. No worse than the current state of the world where the data
is completely inaccurate.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix repo name for future ref</title>
<updated>2017-09-26T19:16:20+00:00</updated>
<author>
<name>Ashley Camba Garrido</name>
<email>ashwoods@gmail.com</email>
</author>
<published>2017-09-26T13:29:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/raven.git/commit/?id=2c30f0f1add43c5d8903bb3744b58cedbc41654a'/>
<id>2c30f0f1add43c5d8903bb3744b58cedbc41654a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare next release cycle</title>
<updated>2017-09-26T19:16:20+00:00</updated>
<author>
<name>Ashley Camba Garrido</name>
<email>ashwoods@gmail.com</email>
</author>
<published>2017-09-26T13:27:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/raven.git/commit/?id=9f7b28e469c83cc508fd299d8ceb8ddb1a62e8af'/>
<id>9f7b28e469c83cc508fd299d8ceb8ddb1a62e8af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added changes and cleaned up commented code</title>
<updated>2017-09-22T17:01:03+00:00</updated>
<author>
<name>Ashley Camba Garrido</name>
<email>ashwoods@gmail.com</email>
</author>
<published>2017-09-22T16:17:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/raven.git/commit/?id=12b388a76dba4d1de82314f0184efcfcd1e2070a'/>
<id>12b388a76dba4d1de82314f0184efcfcd1e2070a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
