merged namespace
[sfa.git] / sfa / plc / slices.py
2010-10-06 Josh Karlinmerged namespace
2010-09-30 Thierry Parmentelat* tried to put some sense in the way things get logged...
2010-09-29 Josh Karlinfixed up the names of new site names/slices to be more...
2010-09-27 Tony MackMerge branch 'master' of ssh://git.planet-lab.org/git/sfa
2010-09-27 Thierry Parmentelatrebind stuff in reverse order (wrt unbind),
2010-09-20 Thierry Parmentelatmerged in master the change from 0.9-17 to 0.9-18 :
2010-08-09 Tony Mackfix arguments whtn calling registry.Resolve
2010-08-09 Tony Mackfix arguments whtn calling registry.Resolve
2010-08-06 Tony Mackuse Resolve instead of resolve
2010-06-02 Tony Mackmerging with geni-api branch
2010-04-29 Anil-Kumar Vengalilthe code was failing here as the path and finemane...
2010-04-26 Tony Mackno longer use sfa.util.storage.SimpleStorage for cachin...
2010-04-06 Tony MackRegistries/Aggregates are accessed through api object now
2010-01-26 Anil-Kumar VengalilOn remote aggregate, the person record is enabled only...
2010-01-18 Anil-Kumar Vengalilupdating the max_slivers parameter on the remote aggreg...
2010-01-18 Anil-Kumar Vengalilcorrecting indentation
2010-01-18 Anil-Kumar Vengaliltaking out debug statements from the previous commit
2010-01-18 Anil-Kumar Vengalilif the site configuation (e.g. max_slices) is changed...
2010-01-07 Tony Mackadded support for urn name format. urn is the default...
2010-01-05 Thierry Parmentelatremoved another bunch of references to geni
2010-01-03 Tony Mackusing sfa.util.namespace instead of sfa.util.misc
2009-12-31 Tony Mackremove request_hash argument
2009-12-31 Anil-Kumar VengalilIndentationError
2009-12-31 Tony Mackremoved unused methods
2009-12-23 Anil-Kumar Vengalilif the slice is renewed in the local aggregate, we...
2009-12-14 Anil-Kumar Vengalilpassing the hrn of the initial caller instead of its...
2009-12-02 Tony Mackfix tabs (I hope)
2009-12-01 Tony Mackfix typo
2009-12-01 Tony Mackfix tabs
2009-11-22 Anil-Kumar Vengalilcall traceability for get_slices method
2009-11-20 Tony Mackfully ported get_slivers to the sfa environment
2009-11-19 Tony Mackadded get_slivers methods (mostly just copied from...
2009-11-15 Anil-Kumar Vengalilcontinuation of making request_hash optional
2009-11-11 Tony Mackchange SFA_BASE_DIR to SFA_DATA_DIR
2009-11-06 Sapan Bhatia<x/> gets parsed into a list. Go figure.
2009-11-06 Sapan BhatiaBug fix
2009-11-05 Sapan BhatiaPass on rspec attributes as slice attributes.
2009-11-04 Tony Mackrequest hash is optional
2009-10-29 Anil-Kumar Vengalilif the remote agg. does not have person with peer_id...
2009-10-26 Sapan BhatiaChanged Rspec --> RSpec throughout.
2009-10-23 Tony Mackpassrequest_hash argument to sfa interface calls
2009-10-16 Tony Mackadded request_hash to get_slices() call
2009-09-26 Tony Mackadd peer records to registry db
2009-09-24 Tony Mackreorganized code
2009-09-15 Anil-Kumar Vengalilif there are two accounts with the same e-mail on a...
2009-09-09 Anil-Kumar Vengalilnetspec contains the slit Rspec
2009-09-01 Tony Mackin create_slice_smgr, if we have a netspec for an aggre...
2009-08-24 Tony Mackadd try/except aound BindObjectToPeer when object type...
2009-08-20 Tony Mackfix bug
2009-08-20 Barış Metinuse person_dict as it's the same thing with person_record
2009-08-20 Anil-Kumar Vengalilbug fix
2009-08-19 Tony Mackfix some bugs
2009-08-19 Anil-Kumar Vengalilbug fix in binding person to a site
2009-08-19 Tony Mackadd 'site_id' to GetSlices return fields query
2009-08-19 Tony Mackfix bug regarding site_id
2009-08-18 Tony Mackadd peer person to peer site
2009-08-17 Anil-Kumar VengalilAn enhancement to sfa for tracing and logging calls...
2009-08-11 Anil-Kumar Vengalilsetting peer_id of remote key object
2009-08-10 Anil-Kumar Vengalilcorrecting UnBindObjectFromPeer arguments
2009-08-10 Anil-Kumar Vengalilunbinding the foreign person before adding key
2009-08-06 Tony Mackin get_peer(), convert values to lowercase before tryin...
2009-08-06 Tony Mackin get_peer(), convert values to lowercase before tryin...
2009-08-05 Tony Mackuse BindObjectToPeer/UnBindObjectFromPeer when deleting...
2009-08-05 Tony Mackfix name error bugs
2009-08-05 Tony Mack'person' should be 'persons'
2009-08-04 Tony Mackuse BindObjectToPeer/UnBindObjectFromPeer to manipulate...
2009-07-17 Tony Mackfail silently
2009-07-16 Tony Mackcomment out BindObjectToPeer() calls until things are...
2009-07-16 Tony Mackcheck for myplc peers in create_slice_aggregate, not...
2009-07-16 Tony Mackuse BindObjectToPeer when necessary
2009-07-09 Thierry Parmentelatcleanup for config - again
2009-07-09 Anil-Kumar Vengalilmore verbose on previous commit
2009-07-09 Anil-Kumar VengalilUnless person account is enabled, the GetSlivers does...
2009-07-08 Faiyaz AhmedCleanup dir structure.