plcapi.git
2007-07-02 Tony Mack- install refresh-peer.py script
2007-07-02 Tony Mack- adding refresh-peer.py caching script to this module
2007-06-14 Tony Mack- do not allow disabled sites to create slices
2007-06-14 Tony Mack- updated with Thierrys patch which handles conflicting...
2007-06-08 Tony Mack- validate last_contact field before sync
2007-05-30 Tony Mack- fix bug related to nodegroup slice_attributes
2007-05-30 Tony Mack- include all slices instantiated as 'delegated'
2007-05-17 Tony Mack- include all slices instantiated as 'nm-controller'
2007-05-17 Tony Mack- include PLC.Site, PLC.Sites
2007-05-17 Tony Mack- added new slice_instantiation 'nm-controller'
2007-05-16 Tony Mack- removed debug print statement
2007-05-16 Tony Mack- fix Event.auth_type logging
2007-05-16 Tony Mack- submitting Thierry enhancements. Filter now uses...
2007-05-16 Tony Mack- fixed bug. Can now filter on 'time' field
2007-05-16 Tony Mack- Prepend caller id to fault string
2007-05-11 Tony Mack- do not allow bwlimit values under 500000
2007-05-10 Tony Mack- updated Sessions query logic
2007-05-10 Tony Mack- added AddSession, GetSessions Methods
2007-05-10 Tony Mack- Initial checkin of new API implementation
2007-05-07 Tony Mack- fix timestamp bug. Make sure timestamps are converted...
2007-04-30 Tony Mack- support nodegroup slice attributes
2007-04-30 Tony Mack- support adding slice attributes to nodegroups
2007-04-30 Tony Mack- added 'nodegroup_id' to Slice.fields
2007-04-30 Tony Mack- added nodegroup_id column to slice_attributes table...
2007-04-30 Tony Mack- include initscripts
2007-04-26 Tony Mack- allow capital letters in slice names
2007-04-25 Tony Mack- fixed slice_name validation
2007-04-24 Tony Mack- Added GetSlicesMD5() Method
2007-04-24 Tony Mack- Returns the current md5 hash of slices.xml file ...
2007-04-19 Tony Mack- added sanity check when updating 'plc_initscript_id'
2007-04-19 Tony Mack- only allow 'enabled' initscripts to be added as slice...
2007-04-19 Tony Mack- fix sanity checking bug when adding slice attributes...
2007-04-11 Tony Mack- event_object.object_type values default to 'Unknown'
2007-04-11 Tony Mack- add 'auth_type' column to events and view_events
2007-04-11 Tony Mack- added field 'auth_method'
2007-04-11 Tony Mack- log auth method used
2007-04-05 Tony Mack- also return init script info
2007-04-03 Tony Mack- support 'initscripts' table as possible slice_attributes
2007-04-03 Tony Mack- update node.last_contact if call completes
2007-04-03 Tony Mack- added 'last_contact' field (keep track of last time...
2007-04-02 Tony Mack- use 'event_objects' instead of 'object_ids' when...
2007-04-02 Tony Mack- Initial checkin of new API implementation
2007-04-02 Tony Mack- added initscripts table
2007-03-29 Tony Mack- make sure 'verification_expires' is converted to...
2007-03-29 Tony Mack- return peer_id, peer_person_id
2007-03-28 Tony Mack- No longer use view_persons. Query tables directly...
2007-03-28 Thierry Parmentelatadd Id tag
2007-03-23 Thierry Parmentelatadds Id tag
2007-03-23 Thierry ParmentelatBug fix
2007-03-08 Tony Mack- raise PLCPermissionDenied when a session auth'd api...
2007-02-27 Tony Mack- now using event_objects to log affected objects
2007-02-27 Tony Mack- added GetEventObjects backwards compat. AnonAdmGetNod...
2007-02-27 Tony Mack- now using event_objects to log affected objects
2007-02-27 Tony Mack- now using event_objects to log affected objects
2007-02-27 Tony Mack- clean up unnecessary code
2007-02-27 Tony Mack- Initial checkin of new API implementation
2007-02-27 Tony Mack- Initial checkin of new API implementation
2007-02-27 Tony Mack- replace Event.object_type with Event.object_types...
2007-02-27 Tony Mack- changed how event_objects are logged.
2007-02-27 Tony Mack- move 'object_type' field from 'events' to 'event_obje...
2007-02-26 Tony Mack- add backward compat. method for old NodeManager
2007-02-23 Tony Mack- send notification emails only to pi's that are enabled
2007-02-23 Thierry Parmentelatcosmetic changes in convenience-print functions
2007-02-23 Thierry Parmentelatchecks for existence of keys before deleting with non...
2007-02-23 Thierry Parmentelatextended documentation to describe pattern-matching...
2007-02-21 Tony Mack- added 'ext_consortium_id' to can_update list
2007-02-21 Tony Mack- add 'ext_consortium_id' to Site.fields
2007-02-21 Tony Mack- add 'ext_consortium_id' field to 'sites' table and...
2007-02-20 Mark Huangregenerate
2007-02-19 Mark Huang- simplify doc output; use itemizedlists instead of...
2007-02-19 Mark Huang- add introduction and general discussion
2007-02-14 Tony Mack- No longer delete account if verification expires
2007-02-12 Tony Mack- fixed call() params. now includes self
2007-02-12 Mark HuangShut down database connection, otherwise up to MaxClien...
2007-02-12 Mark Huang- close cursors after use
2007-02-11 Mark Huang- do not reuse cursors!
2007-02-11 Mark Huang- try obtaining another cursor once if it appears to...
2007-02-10 Mark Huangadd missing import of NodeNetworks
2007-02-09 Thierry Parmentelatfilters out PLC_ROOT_USER as well
2007-02-09 Thierry Parmentelatfixes transcoding issue for nodes - local nodes were...
2007-02-09 Thierry Parmentelatfilters out system slices and maintenance account
2007-02-09 Thierry Parmentelatattempt to fix key error issue
2007-02-09 Tony Mack- changed how Slices formats 'expires' variable in...
2007-02-09 Thierry Parmentelatlog revisited for showing plain info rather than abstru...
2007-02-08 Tony Mack- fixed bug in generate_temp_table() having to do with...
2007-02-08 Mark Huangadd -k, --insecure option to skip checking SSL cert
2007-02-08 Mark Huangonly use cert defined in /etc/planetlab/plc_config...
2007-02-08 Mark Huang- check for field existence before accessing
2007-02-08 Mark Huangset deprecated status on old functions
2007-02-08 Thierry Parmentelatchecked set of fields that may be passed
2007-02-08 Thierry Parmentelatlogs changes in the xrefs as well
2007-02-08 Mark Huang- fields(): cache table field names
2007-02-07 Thierry Parmentelatfixes push target
2007-02-07 Thierry Parmentelatsolves xrefs person->key slice->node slice->person...
2007-02-07 Mark Huangregenerated pdf
2007-02-07 Mark Huang- back out accidental checkin
2007-02-07 Thierry Parmentelatsafely copies all crt files
2007-02-07 Thierry Parmentelatupdate predef slice attribute name
2007-02-07 Mark Huangmust query certain fields in order to filter
2007-02-07 Mark Huangclose nonstandard fds before forking
next