plcapi.git
2006-10-02 Mark Huang- do not document or advertise deleted, this is an...
2006-10-02 Mark Huang- renamed state to instantiation
2006-10-02 Mark Huangadd new slice functions
2006-10-02 Mark Huang- import SliceInstantiations
2006-10-02 Mark Huang- add helper class for slice_instantiations
2006-10-02 Mark Huang- allow max_slivers to be updated
2006-10-02 Mark Huang- accept role_id_or_name
2006-10-02 Mark Huang- implement Slices abstraction for new API functions
2006-10-02 Mark Huang- return address_ids and max_slivers
2006-10-02 Mark Huang- remove parameters, this is just an undocumented helpe...
2006-10-02 Mark Huang- removed person addresses
2006-10-02 Mark Huang- return slice_ids
2006-10-02 Mark Huang- got rid of address_type joining
2006-10-02 Mark Huang- remove UNIQUE constraint on named keys from tables...
2006-09-25 Mark Huang- change default maintenance account email to match...
2006-09-25 Mark Huang- fix if node has no node networks
2006-09-25 Mark Huang- fix node network handling
2006-09-25 Mark Huang- remove deprecated add_node_network() and set_primary_...
2006-09-25 Mark Huang- add missing tests
2006-09-25 Mark Huang- no need to specify extra_fields when instantiating...
2006-09-25 Mark Huang- test node group functions a little more rigorously
2006-09-25 Mark Huang- remove extraneous checks
2006-09-25 Mark Huang- clean up person_site when deleting sites
2006-09-25 Mark Huang- no need to filter out deleted sites, new schema and...
2006-09-25 Mark Huang- fix documentation
2006-09-25 Mark Huangrename flush() to sync(), removed {default,all,join...
2006-09-25 Mark Huang- no need to specify extra_fields anymore when instanti...
2006-09-25 Mark Huang- support new schema
2006-09-25 Mark Huang- support new schema
2006-09-25 Mark Huang- add fields() function for returning the column names...
2006-09-25 Mark Huang- support new schema
2006-09-25 Mark Huang- support new schema
2006-09-25 Mark Huang- support new schema
2006-09-25 Mark Huang- support new schema
2006-09-25 Mark Huang- support new schema
2006-09-25 Mark Huang- don't care about Role in the auth structure anymore
2006-09-25 Mark Huang- support new schema
2006-09-25 Mark Huang- Partial implementation of new schema
2006-09-21 Mark Huang- remove redundant auth check
2006-09-20 Mark Huang- remove extraneous import
2006-09-20 Mark Huang- remove extraneous import
2006-09-20 Mark Huang- fix allowed update_fields
2006-09-20 Mark Huang- fix allowed roles
2006-09-20 Mark Huang- remove extraneous admin check
2006-09-20 Mark Huang- accept either id or name
2006-09-20 Mark Huang- remove extraneous code
2006-09-20 Mark Huang- remove extraneous imports and checks
2006-09-20 Mark Huang- remove extra imports
2006-09-20 Mark Huang- remove unnecessary admin check
2006-09-20 Mark Huang- node group names are case sensitive
2006-09-20 Mark Huang- fix comments
2006-09-20 Tony Mack- fixed return documentation
2006-09-20 Tony Mack- fixed exception response
2006-09-20 Tony Mack- fixed return documentation
2006-09-20 Tony Mack- removed pi role check
2006-09-20 Tony Mack- removed tech role check
2006-09-20 Tony Mack- remove tech role check
2006-09-19 Tony Mack- value returned is now xml-rpc safe
2006-09-19 Mark Huang- whitespace nit
2006-09-19 Mark Huang- fix parameter documentation
2006-09-19 Mark Huang- fix parameter documentation
2006-09-19 Mark Huang- add functions add_node_network() and set_primary_node...
2006-09-19 Tony Mack- value returned is now xml-rpc safe
2006-09-19 Mark Huang- update comment
2006-09-19 Mark Huang- fix documentation for return value
2006-09-19 Mark Huang- fix documentation for return value
2006-09-19 Mark Huang- move assertion to right place
2006-09-15 Tony Mack- updated some validate functions
2006-09-15 Tony MackInitial checkin of new API implementation
2006-09-15 Tony Mack- added: check if caller is admin
2006-09-15 Tony Mack- added: check if caller is admin
2006-09-14 Tony Mack- added tests for AdmGetNodeGroups, AdmUpdateNodeGroup...
2006-09-14 Tony Mackmodified can_update variable
2006-09-14 Tony Mackadded all_fields class variable
2006-09-14 Tony MackInitial checkin of new API implementation
2006-09-13 Tony Macknow accepts nodegroup_id or name (previously only accep...
2006-09-13 Tony Mack-now accepts node_id or name (previously only accepted...
2006-09-13 Tony Mack- added tests for AdmAddNodeGroup, AdmGetNodeGroupNodes...
2006-09-13 Tony MackInitial checkin of new API implementation
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-11 Tony MackAdded Tests for AdmGetSiteNodes
2006-09-11 Tony MackInitial checkin of new API implementation
2006-09-08 Mark Huang- fix randstr to return (possibly unicode) strings...
2006-09-08 Mark Huang- set min and max for str fields
2006-09-08 Mark Huang- no need for md5crypt module, newer standard crypt...
2006-09-08 Mark Huang- add min and max Parameter attributes
2006-09-08 Mark Huang- add min and max validation to type_check routine
2006-09-08 Mark Huang- handle non-ascii passwords correctly
2006-09-08 Mark Huang- set default byte encodings for DB and XML-RPC/SOAP...
2006-09-08 Mark Huangno need for md5crypt module, newer standard crypt modul...
2006-09-08 Mark Huang- If any XML-RPC options have been specified, do not try
2006-09-08 Mark HuangExample test script
2006-09-08 Mark Huang- add XML-RPC support
2006-09-08 Mark Huangadd validation
2006-09-07 Mark Huang- use Person.set_primary_site
2006-09-07 Mark Huang- use Person.remove_role
2006-09-07 Mark Huang- use Site.remove_person
2006-09-07 Mark Huang- use Person.add_role
next