Commit Graph

52 Commits

Author SHA1 Message Date
Tony Breeds 631f779045 Retire Packaging Deb project repos
This commit is part of a series to retire the Packaging Deb
project. Step 2 is to remove all content from the project
repos, replacing it with a README notification where to find
ongoing work, and how to recover the repo if needed at some
future point (as in
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project).

Change-Id: Ibc42804275a4757d5bbdbdba20c914778105aa4c
2017-09-12 16:00:33 -06:00
Mehdi Abaakouk 942761ac49 Allow to skip tests 2017-06-20 12:11:55 +02:00
Mehdi ABAAKOUK 7ea52870c8 Merge pull request #14 from jd/jd/remove-babel
Remove unused Babel dependency
2017-06-20 12:05:19 +02:00
Julien Danjou 81618fdf87 Remove unused Babel dependency 2017-06-20 11:43:48 +02:00
Mehdi ABAAKOUK 6a2eed7f4a Merge pull request #13 from tbreeds/bug/1668848
Use modern PBR and hacking packages
2017-03-01 21:04:42 +01:00
Tony Breeds edcfe4c4c6 Use modern PBR and hacking packages
The 2.0.0 is breaking in that it removes the use of warnerrors in
build_sphinux.

jsonpath-rw-ext isn't using that feature, so it shoudln't break.

The cap on pbr is preventing other OpenStack projects that would like to
use pbr 2.0.0 (and sphinx 1.5.1) from doing so as it breaks
co-installability with jsonpath-rw-ext

Also hacking <0.11 had a similar issue so use a newer version of that also

Related-Bug: 1668848
2017-03-01 17:01:09 +11:00
Mehdi Abaakouk dec2609d9a Update release script and fix doc 2017-02-25 23:12:07 +01:00
Mehdi ABAAKOUK 88488e53b1 Merge pull request #11 from ernesto-ocampo/iss10-filtering-with-booleans
Added support for boolean values in filters
2017-02-25 20:46:56 +01:00
Ernesto Ocampo f440518d13 PEP8 - line length 2017-02-25 19:21:43 +00:00
Ernesto Ocampo 1a31c9ab4f Added support for boolean values in filters 2017-02-25 19:07:36 +00:00
Mehdi ABAAKOUK e05e8b8371 Merge pull request #7 from cdent/fix-sort
Make results of a sort indexable and traversable
2016-03-10 14:10:34 +01:00
Mehdi Abaakouk 42cfd7cb8b Fix pep8 2016-03-10 10:37:41 +01:00
Mehdi ABAAKOUK 55a69d4219 Merge pull request #5 from 0xdecaf/bugfix/filtering-with-floats
Added support for floating point types in filter predicates
2016-03-10 10:33:25 +01:00
Chris Dent 5e8e524f1a Make results of a sort indexable and traversable
Fixes #6

The results of SortedThis.find needs to be a single item list
DatumInContext with a value of the sorted data. This allows for
queries against the results as shown in the added tests.

In other words this makes

  $.foo.`sorted`[0]

and things like that, work.
2016-03-05 14:45:12 +00:00
Tony Moulton 741ddbeed6 Added support for floating point types in filter predicates 2016-01-07 15:51:55 -05:00
Mehdi Abaakouk da3e74d4ff Fix error when the filtered datum is not iterable 2015-12-08 12:39:38 +01:00
Mehdi Abaakouk 4c667b8643 Set minimum version of jsonpath-rw 2015-12-08 12:12:47 +01:00
Mehdi ABAAKOUK dee4ebce5e Merge pull request #1 from dirkmueller/master
Fix reference to jsonpath-rw
2015-12-08 12:11:59 +01:00
Dirk Mueller 1b35fff566 Fix reference to jsonpath-rw
jsonpath-rw is the pypi name, jsonpath_rw is only accepted by pip
as a compatibility measure.
2015-10-21 08:45:33 +02:00
Mehdi Abaakouk 0a2d032f97 Fix README 2015-09-16 23:58:57 +02:00
Mehdi Abaakouk abba1412fc Add sub and split named_operator
This change add sub and split named_operator.

This operator allows to modify the value of an field.
2015-09-16 23:56:15 +02:00
Mehdi Abaakouk e6218a24af doc: Fix typo 2015-09-02 14:04:00 +02:00
Mehdi Abaakouk a098f11359 Add a long description to README 2015-09-02 10:56:52 +02:00
Mehdi Abaakouk e565a2b8a6 Add more tests 2015-08-23 12:10:10 +02:00
Mehdi Abaakouk 16dc86126d Improve documentation 2015-08-22 18:04:20 +02:00
Mehdi Abaakouk 13c355103a Fix py3 tests 2015-08-22 17:50:47 +02:00
Mehdi Abaakouk 99e9162584 Ensure pep8,py27,py34 pass before releasing 2015-08-22 17:50:16 +02:00
Mehdi Abaakouk 477c8b1fd9 Typo in documentation 2015-08-22 17:49:00 +02:00
Mehdi Abaakouk 8971aa2f70 Fix pep8 errors 2015-08-22 17:40:49 +02:00
Mehdi Abaakouk 57494ebe25 Implements simple operator + - * / 2015-08-22 17:38:59 +02:00
Mehdi Abaakouk 8f493bbc30 Returns all datum if no filter are set. 2015-08-22 17:38:59 +02:00
Mehdi Abaakouk 3bab402a11 Move parser to module 2015-08-21 11:02:57 +02:00
Mehdi Abaakouk 9223c5b075 Fixes py3 tests 2015-08-20 10:32:45 +02:00
Mehdi Abaakouk ece80769c5 Remove useless FILTER_VALUE type 2015-08-20 10:13:57 +02:00
Mehdi Abaakouk 41157c6434 Remove useless code 2015-08-19 17:13:16 +02:00
Mehdi Abaakouk 3117744319 Fix examples 2015-08-19 17:11:38 +02:00
Mehdi Abaakouk c0ecbc6a8d Fixes a tests, add examples 2015-08-19 17:10:06 +02:00
Mehdi Abaakouk 230d4d89c1 Add jsonpath test to ensure we didn't break it 2015-08-19 16:58:19 +02:00
Mehdi Abaakouk 94fe4d3562 Allows jsonpath in sort, not just ID 2015-08-19 16:55:07 +02:00
Mehdi Abaakouk c9703d5682 Allow json query syntax for sorted list 2015-08-19 10:17:42 +02:00
Mehdi Abaakouk e1e08d29d3 Fix package name in README 2015-08-18 17:55:53 +02:00
Mehdi Abaakouk 6d4ce77f23 Fix package name 2015-08-18 17:53:43 +02:00
Mehdi Abaakouk 0920e54b24 Change homepage 2015-08-18 17:45:27 +02:00
Mehdi Abaakouk 349a21d2d5 Update release script 2015-08-18 17:45:01 +02:00
Mehdi Abaakouk 73344f5e5f Use universal wheel 2015-08-18 17:28:58 +02:00
Mehdi Abaakouk 1d282f7684 Remove py32, mock is not supported 2015-08-18 17:26:55 +02:00
Mehdi Abaakouk 118931cc14 Add releases script 2015-08-18 17:25:04 +02:00
Mehdi Abaakouk 1e1218780c Fix py3 tests 2015-08-18 17:05:58 +02:00
Mehdi Abaakouk 28fe3fb541 Allow '==' operator 2015-08-18 16:58:26 +02:00
Mehdi Abaakouk 47e6531f0d Add reallife example 2015-08-18 16:56:04 +02:00