plcapi.git
2007-09-12 Tony Mack- merge from PlanetLab Europe
2007-09-12 Tony Mack- merge from PlanetLab Europe
2007-09-10 Tony Mack- update comments
2007-09-10 Tony Mack- added new method GetSliceKeys
2007-09-10 Tony Mack- returns user public key information
2007-08-31 Marc Fiuczynskifix pycurl_incompatver value
2007-08-31 Marc FiuczynskiDon't build local pycurl if curl_vernum >= 7.16.0
2007-08-22 Tony Mack- update 'last_updated' field
2007-08-22 Tony Mack- added update_last_updated(). Records when a record...
2007-08-20 Tony Mack- only query required slice_fields
2007-08-20 Tony Mack- log fault details
2007-08-20 Tony Mack- allow SessionAuth()
2007-08-20 Tony Mack- only query the node_fields we need
2007-08-20 Tony Mack- limit what we log by default
2007-08-16 Marc Fiuczynskiwildcard refresh-peer.py* so that FC6 rpmbuild doesn...
2007-08-08 Tony Mack- increment version/release
2007-08-08 Tony Mack- create whitelist table/view after slices table is...
2007-08-01 Tony Mack- modified 'site_nodes' view to only return nodes that...
2007-07-26 Tony Mack- Allow local admins to delete peer slices from local...
2007-07-26 Tony Mack- fix typo when raising whitelist exception
2007-07-23 Tony Mack- returns only nodes with a whitelist
2007-07-23 Tony Mack- added GetWhitelist() function
2007-07-23 Tony Mack- always query 'slice_ids_whitelist' so we can make...
2007-07-19 Tony Mack- allow plc to delete slice attributes on foreign slices
2007-07-19 Tony Mack- fix bug limited what nodes were returned to non admins
2007-07-16 Tony Mack- make sure to handle anon callers correctly
2007-07-16 Tony Mack- fixed filter bug
2007-07-12 Tony Mack- Do not allow whitelist management of peer nodes
2007-07-12 Tony Mack- do not allow whitelist management of peer nodes
2007-07-12 Tony Mack- added methods AddSliceToNodesWhitelist, DelteSliceFro...
2007-07-12 Tony Mack- initial checkin of admin only method used to manage...
2007-07-12 Tony Mack- if not admin, only return
2007-07-12 Tony Mack- added add_to_node_whitelist() function
2007-07-12 Tony Mack- added 'slice_ids_whitelist' Parameter to fields {}
2007-07-12 Tony Mack- added node_slice_whitelist table
2007-07-03 Tony Mack- add refresh-peer.py to %files
2007-07-02 Tony Mack- bring back deprecated method AdmGenerateNodeConfFile...
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
next