r2lab is migrating from a previous depl. based on omf_sfa
[plcapi.git] / PLC / Slices.py
2016-12-12 Thierry Parmentelatr2lab is migrating from a previous depl. based on omf_sfa
2014-08-19 Thierry Parmentelatallow GetSlices to filter on tags as well
2014-02-25 Tony Mackincrease max slice_name length to 64 chars
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...
2010-05-03 Thierry ParmentelatFirst draft for leases
2009-07-19 Thierry Parmentelatsvn keywords
2008-12-11 Thierry ParmentelatSlice tags can be managed from AddSlice/UpdateSlice...
2008-12-11 Thierry ParmentelatInterfaces can handle tags through Add/Get/Update
2008-12-04 Thierry Parmentelatsvn keywords yet again
2008-11-28 Thierry Parmentelatrenaming SliceAttribute into SliceTag and InterfaceSett...
2008-10-11 Thierry Parmentelatembed svn Id keyword
2008-06-02 Thierry Parmentelata single tag type for slice attributes, iterface settin...
2008-05-23 Thierry Parmentelatwork in progress - passes simple tests
2007-11-06 Tony MackRationalize: added associate functions
2007-10-25 Thierry Parmentelatmerged from onelab newplc-4.0.13 tag
2007-10-01 Tony Mack- Merge from PlanetLab Europe
2007-07-12 Tony Mack- added add_to_node_whitelist() function
2007-04-26 Tony Mack- allow capital letters in slice names
2007-02-09 Tony Mack- changed how Slices formats 'expires' variable in...
2007-01-31 Mark Huang- allow digits in login_base
2007-01-19 Mark Huang- only check expires if slice isn't being deleted
2007-01-11 Mark Huang- list join_tables that reference slices
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-24 Thierry Parmentelatpersons get connected to slices. GetSlivers reports...
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-20 Thierry Parmentelatreverting deleted->is_deleted
2006-11-17 Thierry Parmentelatoops, probably broke the build - my mistake
2006-11-16 Thierry ParmentelatDeleteSliceFromNodes needs the same cooking as AddSlice...
2006-11-14 Thierry Parmentelatrename column is_deleted in slices as deleted for consi...
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- don't validate creator_person_id; if creator is delet...
2006-11-08 Thierry Parmentelatfederation in progress - associate a local slice to...
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-23 Mark Huang- fix slice_id documentation
2006-10-20 Mark Huang- use base class __init__() and delete() implementations
2006-10-06 Mark Huang- add_person, remove_person, add_node, remove_node...
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- renamed state to instantiation
2006-10-02 Mark Huang- import SliceInstantiations
2006-10-02 Mark Huang- implement Slices abstraction for new API functions
2006-09-06 Mark HuangInitial checkin of new API implementation