fix bootstrapfs names, and add fcdistro to extension tarballs
[plcapi.git] / PLC / Methods /
2010-01-26 Thierry Parmentelatfix bootstrapfs names, and add fcdistro to extension...
2010-01-26 Thierry Parmentelatneed auth in this context
2010-01-26 Thierry Parmentelatoops
2010-01-26 Thierry Parmentelat3-fold nodefamily now has fcdistro as well
2010-01-25 Thierry Parmentelattweaked - should be in sync with bm-5.0
2010-01-25 Barış Metinadd message attribute to let AddSliceToNodes method...
2010-01-25 Thierry Parmentelattweaked to work
2010-01-25 Thierry Parmentelatnew GetNodeFlavour method based on PLC_FLAVOUR category...
2010-01-19 Thierry Parmentelatnew global PLC_FLAVOUR category to globally chose slive...
2010-01-18 Marta CarboneRemoved dummynet stuff.
2010-01-12 Thierry Parmentelatbetter error message
2009-12-01 Stephen SolteszAdd PersonTags as well. Performed a simple test but...
2009-11-18 Thierry Parmentelatoptions override tags - mention tags in __doc__
2009-11-13 Stephen Solteszadd site_tags : GetSites() now returns 'site_tag_ids...
2009-10-16 Thierry Parmentelatwww registration page needs to set ext_consortium_id
2009-10-05 Thierry Parmentelatleverages new Filter features to gather all admins...
2009-09-30 Thierry Parmentelatcleanup for the specialaccounts nodemanager plugin:
2009-09-26 Marc Fiuczynski> was right
2009-09-26 Marc Fiuczynskipermit updates for >= role ids
2009-09-22 Thierry Parmentelattypo
2009-09-14 Tony Mackremove sfa upcalls
2009-09-10 Tony Mackadd the key string to the person record before passing...
2009-09-03 Tony Mackadd sfa upcalls to AddPersontToSite and DeletPersonFromSite
2009-09-03 Tony Mackremove sfa upcall, it will cause the person to get...
2009-09-03 Tony Mackfix typo
2009-09-03 Tony Mackadded sfa/geniwrapper upcalls to AddPersonToSite and...
2009-08-17 Tony Macktype should be 'user' not 'person'
2009-08-13 Tony MackSFA object constructor now requires a argument
2009-08-11 Anil-Kumar Vengalilrequired to mark peer_id of key object
2009-08-10 Tony Mackcheck if the object is alredy bound to the peer
2009-08-04 Tony MackDelete the site from sfa before we delete from plc...
2009-08-04 Tony Mackadded sfa upcalls
2009-08-04 Tony Mackmove package imports out of __init__()
2009-08-03 Barış Metinthis breaks the build. remove BinaryTest from native_me...
2009-08-01 Tony Mackadded UnBindObjectFromPeer()
2009-07-25 Thierry Parmentelaton second thought, do not allow expires to be set at...
2009-07-25 Thierry Parmentelatremove obsolete methods
2009-07-23 Thierry Parmentelatcan set expires upon slice creation
2009-07-21 Marc Fiuczynskifix bug in selection of special account ssh keys
2009-07-19 Thierry Parmentelatsvn keywords
2009-07-19 Thierry Parmentelatthis is getting tedious..
2009-07-19 Thierry Parmentelatrevised type-checking on taggable classes - previous...
2009-07-18 Thierry Parmentelatoops
2009-07-18 Thierry ParmentelatFix big leak in type-checking add/update args for tagga...
2009-07-17 Marc FiuczynskiThierry's suggested cleanup for GetSlivers
2009-07-17 Marc Fiuczynskifix cut-n-paste from AddSliceTag error
2009-07-16 Tony Mackmake sure to import PLC.Faults
2009-07-16 Marc Fiuczynskito get 'roles' from Persons() one must also use 'role_i...
2009-07-16 Marc Fiuczynskisupport to return the ssh keys for 'site_admin' and...
2009-07-16 Marc FiuczynskiAdd/Update SliceTag of a system slice
2009-07-16 Marc FiuczynskiPersons.can_view() requires the 'roles' fields to be set
2009-07-14 Stephen Solteszprevent error when former_level is None
2009-07-10 Thierry Parmentelatrename 'BindRemoteObjectToPeer into BindObjectToPeer...
2009-07-10 Thierry Parmentelatmissing import clause
2009-07-09 Thierry Parmentelatnew method for attaching local objecs to a peer
2009-07-09 Thierry Parmentelatremove confusing reference to initscripts in UpdateSlic...
2009-07-09 Marc Fiuczynskiempower NM to make these calls and limit to only add...
2009-07-09 Marc Fiuczynskiopen up to let node's add/update sliver tags
2009-06-30 Thierry Parmentelatlog ReportRunLevel only when run_level actually changes...
2009-06-25 Daniel Hokka ZakrissonMake options into NodeTags.
2009-06-10 Barış MetinFix name -> tagname. Thanks to Elliot Jaffe.
2009-06-02 Marc Fiuczynskiv42 backwards compatibility to make scripts like gen...
2009-06-02 Marc FiuczynskiImproved filter v42 backward compatibility handling...
2009-05-29 Marc Fiuczynskihotfix: slice_tags is a list of Table dictionary entrie...
2009-05-26 Marc Fiuczynskimove legacy v42 methods to Legacy/ sub directory
2009-05-26 Marc Fiuczynskiphp/methods.py requires that the class in each of these...
2009-05-26 Marc FiuczynskiNeeded to add documentation for the class definition
2009-05-24 Marc FiuczynskiLets leave PL type checking enabled, as the type check...
2009-05-24 Marc Fiuczynskifix import error, v2rename->v42rename
2009-05-24 Marc Fiuczynskimatch 'call' signature exactly
2009-05-23 Marc Fiuczynskifix mojito+caiprinha induced typo
2009-05-23 Marc Fiuczynskionly use has_key method on dict instances
2009-05-22 Marc FiuczynskiMore complete handling of 4.2 calls mapped to 4.3 calls.
2009-05-22 Marc FiuczynskiMark these as 'deprecated'
2009-05-22 Marc Fiuczynskiv4.2 backwards compatibility
2009-05-22 Marc Fiuczynskimake sure GetNodes has a doc section
2009-05-22 Marc FiuczynskiImplemented legacy support for GetNodes using proper...
2009-05-21 Marc FiuczynskiThis replaces the existing Legacy/* support with a...
2009-05-13 Barış MetinI forgot the commit this one.
2009-05-11 Barış Metinimplement file lock based on peername to prevent runnin...
2009-04-29 Barış Metinguard RefreshPeer():sync() not to insert the same recor...
2009-04-23 Marta CarboneAdd update on the dummynet key.
2009-04-23 Marta CarboneFix, update the dummynet key.
2009-04-22 Thierry Parmentelatreview doc to mention base64 encoding, and unlink tmp...
2009-04-22 Thierry Parmentelattypos
2009-04-22 Marta CarboneReturn base64 encoded image.
2009-04-22 Thierry Parmentelatadd missing ResolveSlices in 4.3
2009-04-20 Thierry Parmentelatsvn-keywords
2009-04-20 Thierry Parmentelatfor robustness
2009-04-20 Marta CarboneAdded a Method to generate dummynet box images.
2009-04-17 Thierry Parmentelatremove duplicate
2009-04-17 Marta CarboneAdded authentication for dummynet boxes.
2009-04-16 Marta CarboneAdded PLCAPI support for Dummynet Boxes.
2009-04-09 Thierry Parmentelatfix for smooth federation between 4.2 and 4.3
2009-04-03 Thierry Parmentelat- refactored marc's kupdate.sh into a new script kvaria...
2009-03-30 Barış Metinfix system.listMethods call
2009-03-18 Stephen Solteszback out 'extrainfo' field from extended/new API functions
2009-02-20 Thierry Parmentelatdeprecate broken method
2009-02-18 Stephen SolteszAdd new capability to API for a node to report its...
2009-02-05 Thierry Parmentelatprotect against spaces in filenames
next