<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/jsonpath-rw.git, branch master</title>
<subtitle>github.com: kennknowles/python-jsonpath-rw.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/jsonpath-rw.git/'/>
<entry>
<title>Merge pull request #96: Don't clobber existing IDs with 'auto_id' </title>
<updated>2021-06-24T17:59:21+00:00</updated>
<author>
<name>Kenn Knowles</name>
<email>kenn@kennknowles.com</email>
</author>
<published>2021-06-24T17:59:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/jsonpath-rw.git/commit/?id=6f5647bb3ad2395c20f0191fef07a1df51c9fed8'/>
<id>6f5647bb3ad2395c20f0191fef07a1df51c9fed8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't clobber IDs if they exist</title>
<updated>2021-06-24T09:21:55+00:00</updated>
<author>
<name>Simon Kelly</name>
<email>skelly@dimagi.com</email>
</author>
<published>2021-06-24T09:21:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/jsonpath-rw.git/commit/?id=08231fb66f73b83a2b5a1acc2abef49ca3be3b4c'/>
<id>08231fb66f73b83a2b5a1acc2abef49ca3be3b4c</id>
<content type='text'>
If a field exists with the name of the `auto_id_field` it should be used
as is without converting it to an AutoID. The auto ID functionality should
only kick in if and ID field does not exist.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a field exists with the name of the `auto_id_field` it should be used
as is without converting it to an AutoID. The auto ID functionality should
only kick in if and ID field does not exist.
</pre>
</div>
</content>
</entry>
<entry>
<title>test case for existing auto id</title>
<updated>2021-06-24T09:15:47+00:00</updated>
<author>
<name>Simon Kelly</name>
<email>skelly@dimagi.com</email>
</author>
<published>2021-06-24T09:15:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/jsonpath-rw.git/commit/?id=749d123ab37a0fa7593f50058a90f6fa477dcc51'/>
<id>749d123ab37a0fa7593f50058a90f6fa477dcc51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #75: Fixed TravisCI build</title>
<updated>2019-11-14T06:45:12+00:00</updated>
<author>
<name>Kenn Knowles</name>
<email>kenn@kennknowles.com</email>
</author>
<published>2019-11-14T06:45:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/jsonpath-rw.git/commit/?id=b008a97c247cd0f309e85db98e37d0c14e8dc81c'/>
<id>b008a97c247cd0f309e85db98e37d0c14e8dc81c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed README.md with actual tested python versions</title>
<updated>2019-10-13T08:07:16+00:00</updated>
<author>
<name>Alexander Iljushkin</name>
<email>ailjushkin@gmail.com</email>
</author>
<published>2019-10-13T08:07:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/jsonpath-rw.git/commit/?id=f2ded16174d6b8fa2acdbb00585e645a42eeaab8'/>
<id>f2ded16174d6b8fa2acdbb00585e645a42eeaab8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed travis build</title>
<updated>2019-10-13T08:06:04+00:00</updated>
<author>
<name>Alexander Iljushkin</name>
<email>ailjushkin@gmail.com</email>
</author>
<published>2019-10-13T08:06:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/jsonpath-rw.git/commit/?id=0a11e440bf28e2b8861d0b2608bcdd5e6dff2a9e'/>
<id>0a11e440bf28e2b8861d0b2608bcdd5e6dff2a9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>is_singular function was missing self argument adding self argument (#52)</title>
<updated>2019-04-03T03:00:25+00:00</updated>
<author>
<name>Nikhil Patil</name>
<email>nikhilpatil123@gmail.com</email>
</author>
<published>2019-04-03T03:00:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/jsonpath-rw.git/commit/?id=f615451d7b405e23e0f80b15cad03b1427b0256d'/>
<id>f615451d7b405e23e0f80b15cad03b1427b0256d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for python 3.7 (#65)</title>
<updated>2019-04-03T02:58:29+00:00</updated>
<author>
<name>Eric Hayes</name>
<email>eric@deployfx.com</email>
</author>
<published>2019-04-03T02:58:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/jsonpath-rw.git/commit/?id=73dfccdb19be0c8887ac5215666617ca2793d9c9'/>
<id>73dfccdb19be0c8887ac5215666617ca2793d9c9</id>
<content type='text'>
* Adding support for 3.7. This was previously left out due to some issues mentioned in 3.7-dev for travis-ci (see: https://github.com/travis-ci/travis-ci/issues/9815), but those issues appear to be resolved now.

* Python 2.6 appears to be failing due to deprecation notice, 3.7 requires a workaround since this build is currently using trusty instead of xenial.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Adding support for 3.7. This was previously left out due to some issues mentioned in 3.7-dev for travis-ci (see: https://github.com/travis-ci/travis-ci/issues/9815), but those issues appear to be resolved now.

* Python 2.6 appears to be failing due to deprecation notice, 3.7 requires a workaround since this build is currently using trusty instead of xenial.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #62: Adding Python 3.5 and 3.6 to the Travis config</title>
<updated>2018-11-15T05:10:10+00:00</updated>
<author>
<name>Kenn Knowles</name>
<email>kenn@kennknowles.com</email>
</author>
<published>2018-11-15T05:10:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/jsonpath-rw.git/commit/?id=ad40d71068cc8a2d974b9295aee71730774db34a'/>
<id>ad40d71068cc8a2d974b9295aee71730774db34a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updating README</title>
<updated>2018-08-20T23:14:09+00:00</updated>
<author>
<name>Cooper Benson</name>
<email>cooper@amprobotics.com</email>
</author>
<published>2018-08-20T23:14:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/jsonpath-rw.git/commit/?id=2af7dd8113d04cd7b2bcd8db9da534169cf2f055'/>
<id>2af7dd8113d04cd7b2bcd8db9da534169cf2f055</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
