Setting tag plcapi-5.4-2
[plcapi.git] / PLC / NodeGroups.py
2017-07-06 Thierry ParmentelatAdd 'php/phpxmlrpc/' from commit 'cd5dbb4a511e7a616a611...
2012-03-27 Thierry ParmentelatMerge branch 'master' of ssh://git.onelab.eu/git/plcapi
2012-03-27 Thierry Parmentelatget rid of svn keywords once and for good
2010-10-15 Daniel Hokka ZakrissonBe consistent in the API.
2010-06-22 S.Çağlar Onur- Change .py files to use 4-space indents and no hard...
2009-07-19 Thierry Parmentelatsvn keywords
2008-12-09 Thierry Parmentelatkeep things simple, use 'value' rather than 'tagvalue...
2008-06-02 Thierry Parmentelata single tag type for slice attributes, iterface settin...
2008-05-23 Thierry Parmentelatwork in progress - passes simple tests
2008-05-23 Thierry Parmentelatstep2 : basic functions for handling nodetags and nodeg...
2008-05-22 Thierry Parmentelatfirst draft for node tags & new node groups:
2007-11-06 Tony MackRationalize: added associate functions
2007-10-25 Thierry Parmentelatset svn:keywords property for proper keywords expansion
2007-10-25 Thierry Parmentelatmerged from onelab newplc-4.0.13 tag
2006-11-09 Mark Huang- re-enable return_fields specification
2006-11-09 Mark Huangallow tuples and sets as sequence filters
2006-11-08 Mark Huang- use Filter to select rows
2006-11-02 Mark Huangunset None fields, if allowed
2006-10-25 Mark Huang- remove optional sub-parameter; we use these fields...
2006-10-24 Mark Huang- make Add() calling convention consistent among all...
2006-10-20 Mark Huang- use base class __init__() and delete() implementations
2006-10-06 Mark Huang- add_node, remove_node: fix case when node is already...
2006-10-03 Mark Huang- move common sync() functionality to Table.Row
2006-09-25 Mark Huang- support new schema
2006-09-20 Mark Huang- node group names are case sensitive
2006-09-19 Mark Huang- update comment
2006-09-14 Tony Mackadded all_fields class variable
2006-09-13 Tony Mack- fixed NodeGroup.delete function
2006-09-12 Tony Mack1- addes validate_description function
2006-09-12 Tony Mack-fixed validate_name function. It now returns the name...
2006-09-07 Mark Huang- add remove_node function
2006-09-06 Mark Huang- add add_node() function to add node to this node...
2006-09-06 Mark HuangInitial checkin of new API implementation