<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/raven.git/raven/scripts, branch awslambda-integration</title>
<subtitle>github.com: getsentry/raven-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/raven.git/'/>
<entry>
<title>Fix another usage of `get_ident`</title>
<updated>2016-10-02T01:11:26+00:00</updated>
<author>
<name>Jonas Trappenberg</name>
<email>jonas@7geese.com</email>
</author>
<published>2016-10-01T19:18:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/raven.git/commit/?id=f01c5de4259e5560846a25dc60aa3f6c05573cc0'/>
<id>f01c5de4259e5560846a25dc60aa3f6c05573cc0</id>
<content type='text'>
This gets rid of the corresponding `DeprecationWarning` when running
`./manage.py raven test`:

2016-10-01 12:16:45,452 py.warnings WARNING: /Users/abc/.venv/lib/python2.7/site-packages/raven/base.py:297:
DeprecationWarning: Client.get_ident is deprecated. The event ID is now returned as the result of capture.
  DeprecationWarning)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This gets rid of the corresponding `DeprecationWarning` when running
`./manage.py raven test`:

2016-10-01 12:16:45,452 py.warnings WARNING: /Users/abc/.venv/lib/python2.7/site-packages/raven/base.py:297:
DeprecationWarning: Client.get_ident is deprecated. The event ID is now returned as the result of capture.
  DeprecationWarning)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test output</title>
<updated>2015-06-10T16:24:08+00:00</updated>
<author>
<name>David Cramer</name>
<email>dcramer@gmail.com</email>
</author>
<published>2015-06-10T16:24:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/raven.git/commit/?id=61969ac21d7eda1162cdedd3f066aa8e396fb5ba'/>
<id>61969ac21d7eda1162cdedd3f066aa8e396fb5ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor DSN and transport configuration</title>
<updated>2015-05-22T00:25:24+00:00</updated>
<author>
<name>David Cramer</name>
<email>dcramer@gmail.com</email>
</author>
<published>2015-03-29T18:34:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/raven.git/commit/?id=12bb73770747ae8a6cc688bff32279257362e76b'/>
<id>12bb73770747ae8a6cc688bff32279257362e76b</id>
<content type='text'>
Passing a transport via a scheme prefix is now deprecated in favor of explicit class loading:

&gt;&gt;&gt; Client(dsn, transport=HttpTransport)

Additionally DSN-related configuration is now held in the RemoteConfig helper, which is bound on Client.remote.

Fixes GH-587
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Passing a transport via a scheme prefix is now deprecated in favor of explicit class loading:

&gt;&gt;&gt; Client(dsn, transport=HttpTransport)

Additionally DSN-related configuration is now held in the RemoteConfig helper, which is bound on Client.remote.

Fixes GH-587
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct exit code on message failure (fixes GH-582)</title>
<updated>2015-03-29T18:00:01+00:00</updated>
<author>
<name>David Cramer</name>
<email>dcramer@gmail.com</email>
</author>
<published>2015-03-29T18:00:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/raven.git/commit/?id=4899aa0d88ab1adf5f5bcb5f621d205309243828'/>
<id>4899aa0d88ab1adf5f5bcb5f621d205309243828</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update interfaces to use protocol 5/aliases</title>
<updated>2014-05-20T19:02:18+00:00</updated>
<author>
<name>David Cramer</name>
<email>cramer@dropbox.com</email>
</author>
<published>2014-05-20T19:02:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/raven.git/commit/?id=39c65bf8b500ed62d8469f5bc7ffe08badcf194c'/>
<id>39c65bf8b500ed62d8469f5bc7ffe08badcf194c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve behavior when API returns valid errors</title>
<updated>2014-04-01T04:11:29+00:00</updated>
<author>
<name>David Cramer</name>
<email>dcramer@gmail.com</email>
</author>
<published>2014-04-01T04:11:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/raven.git/commit/?id=4b758cbf70130ab5627e96f3fcf781c3aca359b1'/>
<id>4b758cbf70130ab5627e96f3fcf781c3aca359b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sleep for 3 seconds after sending test command to allow delivery</title>
<updated>2013-12-27T05:12:45+00:00</updated>
<author>
<name>David Cramer</name>
<email>dcramer@gmail.com</email>
</author>
<published>2013-12-27T05:12:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/raven.git/commit/?id=7e3c149ebbd02ab55cf4419800618e5aaac4aa93'/>
<id>7e3c149ebbd02ab55cf4419800618e5aaac4aa93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide a fast way to get the library version, from the CLI script.</title>
<updated>2013-07-21T14:11:34+00:00</updated>
<author>
<name>Pedro Algarvio</name>
<email>pedro@algarvio.me</email>
</author>
<published>2013-07-21T14:11:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/raven.git/commit/?id=dc3b814109e618b10201ee1d478571854c5242f2'/>
<id>dc3b814109e618b10201ee1d478571854c5242f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Require absolute import statements on files</title>
<updated>2013-06-15T20:57:40+00:00</updated>
<author>
<name>David Cramer</name>
<email>dcramer@gmail.com</email>
</author>
<published>2013-06-15T20:57:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/raven.git/commit/?id=4b1a4d4d42f0aa9f76b777a7c6f6883847b0ed4f'/>
<id>4b1a4d4d42f0aa9f76b777a7c6f6883847b0ed4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle missing getloadavg and pwd in raven test (fixes GH-296)</title>
<updated>2013-04-28T19:55:31+00:00</updated>
<author>
<name>David Cramer</name>
<email>dcramer@gmail.com</email>
</author>
<published>2013-04-28T19:55:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/raven.git/commit/?id=9d32d9f1ef18b92a885c289117a5ad5a0b9d4815'/>
<id>9d32d9f1ef18b92a885c289117a5ad5a0b9d4815</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
