====
[plcapi.git] / PLC / Nodes.py
2017-06-18 Thierry Parmentelat====
2011-06-07 Thierry ParmentelatMerge branch 'master' of ssh://git.onelab.eu/git/plcapi
2011-06-01 Tony MackMerge branch 'master' of ssh://git.planet-lab.org/git...
2011-05-27 Stephen SolteszAdd two new fields to Nodes & DB to track last run...
2010-11-25 Thierry Parmentelatcosmetic
2010-11-19 Thierry ParmentelatMerge branch 'master' of ssh://git.onelab.eu/git/plcapi
2010-11-19 Thierry Parmentelataccessors and db-config.d tags roughly OK
2010-10-15 Daniel Hokka ZakrissonBe consistent in the API.
2010-07-22 S.Çağlar Onuruse lowercase hostnames
2010-07-02 Stephen SolteszAdd timestamps to Nodes, PCUs and Interfaces to make...
2010-06-22 S.Çağlar Onur- Change .py files to use 4-space indents and no hard...
2010-05-03 Thierry ParmentelatFirst draft for leases
2010-03-12 Tony Mackcannot use UpdateNode to force an update of the 'hrn...
2009-07-19 Thierry Parmentelatsvn keywords
2009-04-09 Thierry Parmentelatfix for smooth federation between 4.2 and 4.3
2009-03-18 Stephen Solteszback out 'extrainfo' field from extended/new API functions
2009-02-18 Stephen SolteszAdd new capability to API for a node to report its...
2008-12-11 Thierry ParmentelatInterfaces can handle tags through Add/Get/Update
2008-12-11 Thierry Parmentelatcleanup - make node/interface/slice similar
2008-12-10 Thierry Parmentelatdefine tags exposed to the API in the Accessors area
2008-12-09 Thierry Parmentelatkeep things simple, use 'value' rather than 'tagvalue...
2008-12-06 Thierry Parmentelataccepts tags in getnodes filters
2008-12-05 Thierry Parmentelatboot manager assumes the tagname is identical to the...
2008-12-05 Thierry Parmentelatdefining view_name in the Row class does not work,...
2008-12-05 Thierry Parmentelatnode_type can be provided at AddNode time
2008-12-04 Thierry Parmentelatnodes have a node_type (NodeType object and api calls...
2008-11-28 Thierry Parmentelatrenaming SliceAttribute into SliceTag and InterfaceSett...
2008-06-02 Thierry Parmentelata single tag type for slice attributes, iterface settin...
2008-05-29 Thierry Parmentelatobsolete node-nodegroup association
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
2007-10-22 Tony Mackwe lost 'update_last_updated' method somehow. Added...
2007-09-12 Tony Mack- merge from PlanetLab Europe
2007-08-22 Tony Mack- added update_last_updated(). Records when a record...
2007-07-12 Tony Mack- added 'slice_ids_whitelist' Parameter to fields {}
2007-06-08 Tony Mack- validate last_contact field before sync
2007-04-03 Tony Mack- added 'last_contact' field (keep track of last time...
2007-01-11 Mark Huang- add peer_node to join_tables
2007-01-09 Mark Huangrevert accidental (too early) checkin
2007-01-09 Mark Huangremove old Shell.py implementation (moved to plcsh...
2006-12-05 Thierry ParmentelatCache:
2006-11-30 Thierry Parmentelat(*) implements validate_ methods for all timestamp...
2006-11-28 Thierry Parmentelat(*) direct cross refs redefined as NOT NULL in the...
2006-11-28 Thierry Parmentelatadopted as reference
2006-11-25 Thierry Parmentelatcaching sites, connected to persons, and nodes
2006-11-23 Thierry Parmentelatcached Keys
2006-11-23 Thierry Parmentelatthis version uses the first release of Cache.py
2006-11-21 Thierry Parmentelatiteration 4 & last:
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-08 Thierry Parmentelatfederation in progress - associate a local slice to...
2006-11-02 Mark Huangunset None fields, if allowed
2006-10-27 Mark Huang- get session value from node_session join table
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-11 Mark Huangadd pcu/node functions
2006-10-11 Mark Huang- fix hostname checking
2006-10-03 Mark Huang- move common sync() functionality to Table.Row
2006-10-02 Mark Huangmake read-only a Parameter attribute
2006-10-02 Mark Huang- do not document or advertise deleted, this is an...
2006-10-02 Mark Huang- return slice_ids
2006-09-25 Mark Huang- remove deprecated add_node_network() and set_primary_...
2006-09-25 Mark Huang- support new schema
2006-09-19 Mark Huang- add functions add_node_network() and set_primary_node...
2006-09-08 Mark Huang- set min and max for str fields
2006-09-06 Mark HuangInitial checkin of new API implementation