• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

stefankoegl / python-json-patch / 66

Builds Branch Commit Type Ran Committer Via Coverage
66 master Merge pull request #21 from johanfforsberg/array-move Moving array item into other array item push 12 Jan 2014 10:16AM UTC stefankoegl travis-ci pending completion   set done
65 master allow moving array items into other items in same array Pull #21 11 Jan 2014 09:59PM UTC johanfforsberg travis-ci pending completion   set done
64 master add in-place patching and patch read from stdin. enables use of jsonpatch in a shell script like so: cat <<EOT | jsonpatch -i a.json [{"path": "/foo", "value": "baz", "op": "replace"}] EOT which will edit a.json in-place and leave a backup in a... Pull #20 12 Dec 2013 04:57PM UTC zigg travis-ci pending completion   set done
63 master Merge pull request #19 from kxepal/pylint Improve code quality push 12 Nov 2013 07:01PM UTC stefankoegl travis-ci pending completion   set done
62 master Fix equality tests for Python 3.x Since map() returns generator in 3.x, it's not possible to compare them without unwrap. Pull #19 12 Nov 2013 08:47AM UTC kxepal travis-ci pending completion   set done
61 master Keep things simple Pull #19 12 Nov 2013 04:44AM UTC kxepal travis-ci pending completion   set done
60 master Merge pull request #17 from conkiztador/entry_poimts Fix setup.py entry_poimts typo push 28 Oct 2013 05:07PM UTC stefankoegl travis-ci pending completion   set done
59 master Rename also inner functions variables for consistency Pull #18 28 Oct 2013 03:03AM UTC kxepal travis-ci pending completion   set done
58 master Fix broken test for Python 2.x Fun fact: for Python 3.x you don't need to explicitly implement __ne__ method if __eq__ exists, but you have do this for 2.x or your objects may be equal and non-equal at the same time. Seems like, before refactorin... Pull #19 28 Oct 2013 02:35AM UTC kxepal travis-ci pending completion   set done
57 master Rename make_patch arguments from (src, dst) to (base, other) I'm tired been confused on what is `src` and what is `dst`. Actually, there is no any source or destination for patch generation, but `base` document and `other` one which are pretends ... Pull #18 28 Oct 2013 12:59AM UTC kxepal travis-ci pending completion   set done
56 master Fix setup.py entry_poimts typo Pull #17 28 Oct 2013 12:36AM UTC conkiztador travis-ci pending completion   set done
55 master add link to Coveralls in README.md push 13 Oct 2013 01:33PM UTC stefankoegl travis-ci pending completion   set done
54 master remove trailing whitespace in README.md push 13 Oct 2013 01:29PM UTC stefankoegl travis-ci pending completion   set done
53 v1.3 bump version to 1.3 push 13 Oct 2013 01:15PM UTC stefankoegl travis-ci pending completion   set done
52 master add AUTHORS file to MANIFEST.in push 13 Oct 2013 01:11PM UTC stefankoegl travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc