First draft for leases
[plcapi.git] / PLC / Filter.py
2010-05-03 Thierry ParmentelatFirst draft for leases
2010-03-05 Barış Metinfix Filter.py
2010-02-28 Daniel Hokka ZakrissonAllow wildcards in lists.
2010-01-06 Barış Metinquote value for all operators (thanks to Jordan for...
2009-10-05 Barış Metin * a field starting with '&' or '|' should refer to...
2009-07-19 Thierry Parmentelatsvn keywords
2009-06-05 Thierry Parmentelatbugfix for filters based on a pattern with *f or *d
2009-04-06 Thierry Parmentelatfix corner case like ~slice_id:[]
2008-12-09 Thierry Parmentelatkeep things simple, use 'value' rather than 'tagvalue...
2008-12-04 Thierry Parmentelatnodes have a node_type (NodeType object and api calls...
2008-10-11 Thierry Parmentelatembed svn Id keyword
2008-05-08 Thierry Parmentelatfirst draft for the myplc-docs package (cross-module...
2007-11-15 Tony Mackfix documentation
2007-10-25 Thierry Parmentelatmerged from onelab newplc-4.0.13 tag
2007-05-16 Tony Mack- submitting Thierry enhancements. Filter now uses...
2007-02-23 Thierry Parmentelatextended documentation to describe pattern-matching...
2007-01-04 Mark Huangminimal hacks so that the PHP bindings can be built...
2006-12-04 Mark Huang- spacing nits
2006-11-29 Tony Mack- added support for wildcards in dictionary filters
2006-11-21 Thierry Parmentelatsupport for negation with fields starting with ~
2006-11-09 Mark Huang- Filters can be null
2006-11-08 Mark Huang- add generic Filter class for Get() requests: eases...