Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / stefankoegl/python-json-patch issues and pull requests

#161 - fix: use deterministic comparison ordering

Pull Request - State: open - Opened by JacobHenner 9 months ago

#160 - Patch order sometimes wrong

Issue - State: open - Opened by jbussemaker 11 months ago

#159 - Avoid usage of unittest.makeSuite, removed from Python 3.13

Pull Request - State: open - Opened by hroncok 12 months ago

#158 - Missing Type Hints

Issue - State: open - Opened by hf-kklein about 1 year ago

#157 - ci: run tests on every PR and pushes to master

Pull Request - State: open - Opened by hf-kklein about 1 year ago

#156 - chore: add Python 3.10-3.12 as supported versions

Pull Request - State: closed - Opened by hf-kklein about 1 year ago

#155 - ci: Test Python 3.12

Pull Request - State: open - Opened by hf-kklein about 1 year ago

#154 - Add option to generate `test` operations in diff

Pull Request - State: open - Opened by RobertCochran about 1 year ago - 1 comment

#153 - Add operation doesnt support nested paths, if they dont exist already

Issue - State: closed - Opened by Rexxz about 1 year ago - 1 comment

#152 - multiple modifications to an array fails

Issue - State: open - Opened by jcable over 1 year ago

#151 - Generated patches aren't always the same

Issue - State: open - Opened by djlambert over 1 year ago - 4 comments

#150 - 1.33: pytest by default is not able to find any units

Issue - State: open - Opened by kloczek over 1 year ago - 4 comments

#149 - 1.33: sphinx warnings `reference target not found`

Issue - State: open - Opened by kloczek over 1 year ago - 1 comment

#148 - RFE: please start making github releases

Issue - State: open - Opened by kloczek over 1 year ago

#147 - Update documentation to include a link to the GitHub repo and installation instructions

Pull Request - State: closed - Opened by werdnum over 1 year ago - 1 comment

#146 - sdist missing for 1.33

Issue - State: closed - Opened by chenrui333 over 1 year ago - 1 comment

#145 - feat(jsondiff): Add support for preserving Unicode characters in jsondiff CLI

Pull Request - State: closed - Opened by hirmiura over 1 year ago - 1 comment

#144 - Switch to GitHub actions

Pull Request - State: closed - Opened by stefankoegl about 2 years ago

#143 - Fix Travis builds

Pull Request - State: closed - Opened by stefankoegl about 2 years ago - 2 comments

#142 - Update license text to match official 3-clause-BSD

Pull Request - State: closed - Opened by skypanther about 2 years ago - 3 comments

#141 - Docs builds are broken

Issue - State: open - Opened by ofek about 2 years ago

#140 - Drop Python 2.7 support

Issue - State: open - Opened by stefankoegl about 3 years ago

#139 - Moved the metadata into `setup.cfg`.

Pull Request - State: open - Opened by KOLANICH about 3 years ago - 6 comments

#138 - Wrong Patch Generated

Issue - State: open - Opened by rmorshea about 3 years ago - 7 comments

#137 - JsonPatch is mutable

Issue - State: open - Opened by samueldeklund over 3 years ago - 1 comment

#136 - Consider support for yaml (using ruamel.yaml)

Issue - State: open - Opened by cmungall over 3 years ago - 1 comment

#135 - docs: fix simple typo, raies -> raises

Pull Request - State: closed - Opened by timgates42 over 3 years ago - 5 comments

#134 - B/fix invalid remove index

Pull Request - State: closed - Opened by Ventilateur almost 4 years ago - 2 comments

#133 - Bug: Remove /array/- raises TypeError

Issue - State: open - Opened by Ventilateur almost 4 years ago - 5 comments

#132 - FIX: TypeError when one forgot to put its operation in a list.

Pull Request - State: closed - Opened by JulienPalard almost 4 years ago - 3 comments

#131 - TypeError: string indices must be integers

Issue - State: closed - Opened by JulienPalard almost 4 years ago

#130 - Closes #129

Pull Request - State: closed - Opened by Penguin2600 almost 4 years ago - 2 comments

#128 - Re-add test for pypy

Pull Request - State: open - Opened by stefankoegl almost 4 years ago - 1 comment

#127 - Add support for preserving Unicode characters in jsonpatch CLI

Pull Request - State: closed - Opened by Genzer almost 4 years ago - 2 comments

#126 - added op as init param for JsonPatchException

Pull Request - State: open - Opened by sammaphey about 4 years ago - 1 comment

#125 - Idempotent removals

Pull Request - State: closed - Opened by sammaphey about 4 years ago - 2 comments

#124 - Bug: patch didn't catch changed index causing the apply to fail

Issue - State: open - Opened by zliang11 about 4 years ago - 3 comments

#123 - Allow Idempotent option for removing a key that doesn't exist

Issue - State: open - Opened by sammaphey about 4 years ago - 3 comments

#122 - #119 #120 Fix make_patch() to avoid casting numeric string to int on item moved

Pull Request - State: closed - Opened by RyanSept about 4 years ago - 4 comments

#121 - Changes don't have a structured order

Issue - State: closed - Opened by tomking2 about 4 years ago

#118 - Declare json-patch operations as a class-based attribute

Pull Request - State: closed - Opened by tzoiker about 4 years ago - 3 comments

#117 - Update Python to 3.9

Pull Request - State: closed - Opened by stefankoegl about 4 years ago - 1 comment

#116 - Fix #110 - validate patch document during creation

Pull Request - State: closed - Opened by dave-shawley over 4 years ago - 4 comments

#115 - atomic patch application

Issue - State: open - Opened by johanneswilm over 4 years ago - 3 comments
Labels: feature

#114 - Allow custom JSON pointer class

Pull Request - State: closed - Opened by tzoiker over 4 years ago - 8 comments

#113 - fix #102: optimize error handling

Pull Request - State: closed - Opened by Alanscut over 4 years ago - 2 comments

#112 - fix #111: optimizing exception message

Pull Request - State: closed - Opened by Alanscut almost 5 years ago - 2 comments

#111 - Some case Failed when run ext_test

Issue - State: closed - Opened by Alanscut almost 5 years ago

#110 - Feature Request - patch creation should fail when given an invalid patch

Issue - State: closed - Opened by dave-shawley almost 5 years ago - 1 comment
Labels: feature

#109 - Fixed some typos and wording

Pull Request - State: closed - Opened by vavanade almost 5 years ago - 2 comments

#108 - Make it possible for from_diff to support custom types (issue #107)

Pull Request - State: closed - Opened by clj about 5 years ago - 6 comments

#107 - Custom types no longer work

Issue - State: closed - Opened by clj about 5 years ago - 1 comment
Labels: feature, has PR

#106 - Fix issue not recognizing that, in JSON, 1 != 1.0 != True

Pull Request - State: closed - Opened by blakehilliard about 5 years ago - 2 comments

#104 - Travis CI: Add Python 3.8 production release

Pull Request - State: closed - Opened by cclauss over 5 years ago - 5 comments

#103 - Unexpected behaviour with int/float

Issue - State: closed - Opened by rbachleitner over 5 years ago - 1 comment

#102 - TypeError on replace with list index '-'

Issue - State: closed - Opened by twbecker over 5 years ago - 1 comment

#101 - Bug with lists

Issue - State: closed - Opened by bbasics over 5 years ago - 1 comment

#100 - Support Python 3.7, test with Python 3.8 dev

Pull Request - State: closed - Opened by stefankoegl over 5 years ago

#99 - Fix move for numeric dictionary keys (issue #97)

Pull Request - State: closed - Opened by itkach over 5 years ago - 3 comments

#98 - How to get test patch?

Issue - State: open - Opened by michaelrice over 5 years ago - 3 comments

#97 - Coercing to Unicode

Issue - State: open - Opened by leofirespotter over 5 years ago

#96 - Ensure an item is within the upper array boundaries before replacing it

Pull Request - State: closed - Opened by gdraynz almost 6 years ago - 1 comment

#94 - bug: jsonpatch does not play nice with "/" in dict keys

Issue - State: open - Opened by johnarnold almost 6 years ago - 1 comment

#93 - Conflict with https://github.com/xlwings/jsondiff

Issue - State: closed - Opened by yan12125 almost 6 years ago - 2 comments

#92 - Adding support for multiple selection/update

Issue - State: open - Opened by geryogam about 6 years ago

#91 - "can't remove non-existent object" exception with duplicate dicts in list

Issue - State: open - Opened by symroe about 6 years ago - 1 comment

#90 - mixing boolean and integers

Issue - State: closed - Opened by noblige over 6 years ago - 1 comment

#89 - better exception when a 'path' points to a non existing location

Pull Request - State: closed - Opened by guillp over 6 years ago - 1 comment

#88 - Raises KeyError when no "path" has been specified

Issue - State: open - Opened by frederikaalund over 6 years ago

#87 - Interested in JSONPath support?

Issue - State: open - Opened by jdodds over 6 years ago - 1 comment

#86 - tests fail: No such file or directory: u'./tests.js'

Issue - State: closed - Opened by yurivict almost 7 years ago - 1 comment

#85 - Replace operations details

Issue - State: closed - Opened by smehta almost 7 years ago - 4 comments

#84 - Lincese information

Issue - State: closed - Opened by smehta almost 7 years ago - 1 comment

#83 - Fix optimizing list insertion/deletion diffs

Issue - State: open - Opened by aeckert almost 7 years ago

#82 - unit test test_js_file fails when running it from pypi

Issue - State: closed - Opened by amoralej about 7 years ago - 2 comments

#81 - Drop support for EOL Python 3.3

Pull Request - State: closed - Opened by hugovk about 7 years ago - 5 comments

#80 - Diffing removal in complex arrays

Issue - State: closed - Opened by Glignos about 7 years ago

#79 - Property-based tests with Hypothesis

Pull Request - State: open - Opened by stefankoegl about 7 years ago

#78 - Patch representation unnecessary complex

Issue - State: open - Opened by markoh1 about 7 years ago - 2 comments

#77 - Remove extraneous 'value' field for op:remove (#76)

Pull Request - State: closed - Opened by ostackbrian about 7 years ago - 3 comments

#76 - jsondiff 1.20 includes extraneous 'value' field for remove operation

Issue - State: closed - Opened by ostackbrian about 7 years ago - 2 comments

#75 - Expect path/from attributes also as JsonPoiner instances (#60)

Pull Request - State: closed - Opened by stefankoegl about 7 years ago

#74 - Array within a dict throws a "list assignment index out of range" exception

Issue - State: closed - Opened by kevinhaeni over 7 years ago - 2 comments

#73 - escape sequences not implemented

Issue - State: closed - Opened by nielslaukens over 7 years ago - 2 comments

#72 - Avoid overriding json.load (fixes #37)

Pull Request - State: closed - Opened by stefankoegl over 7 years ago

#71 - Patch creation based on jsondiff

Pull Request - State: closed - Opened by stefankoegl over 7 years ago - 1 comment

#70 - Move and Remove don't seem to work with MariaDB, SQLAlchemy on Flask

Issue - State: closed - Opened by Torniojaws over 7 years ago - 9 comments

#69 - Option for case-insensitiveness?

Issue - State: open - Opened by Torniojaws over 7 years ago - 1 comment

#68 - List tests for #41

Pull Request - State: closed - Opened by stefankoegl over 7 years ago

#67 - Please package the next version as v1.20

Issue - State: closed - Opened by geofft over 7 years ago - 1 comment

#66 - make_patch cannot handle addition of nested dictionaries

Issue - State: closed - Opened by zauberparacelsus over 7 years ago - 1 comment

#65 - fixing array diff bug (issue #30)

Pull Request - State: closed - Opened by velislavgerov over 7 years ago - 4 comments

#64 - Version in jsonpatch.py is 1.15 not 1.16

Issue - State: closed - Opened by petedmarsh over 7 years ago - 2 comments

#63 - Add property based test.

Pull Request - State: closed - Opened by mithrandi over 7 years ago - 15 comments

#62 - Avoid double work

Pull Request - State: closed - Opened by mithrandi over 7 years ago - 3 comments