small updates to generated login base and site name for geni users
[sfa.git] / sfa / util /
2010-09-03 Josh KarlinCreating a new branch for gpo edits from 18694
2010-08-23 Tony Mackimport copy.deepcopy
2010-08-18 Josh KarlinCopying trunk version 18639 into a geni branch
2010-08-05 Tony MackBaseApi.get_interface_manager() wraps the manager modul...
2010-08-03 Tony Mackrenamed api.get_manager() to api.get_interface_manager()
2010-08-03 Tony Mackinitial checkin of helper sfatables runtime methods...
2010-08-03 Tony Mackmoved merge_rspec() from rspec.py to rspecHelper.py
2010-07-30 Tony Mackself.api.* should be self.*
2010-07-30 Tony Mackadded get_manager() method
2010-07-30 Tony Mackfix bug when raising InvalidMethod exception
2010-07-30 Josh Karlinmerged trunk -r 18510:18539
2010-07-27 Tony Mackadded merge_rspecs() method
2010-07-23 Tony Mackfix bug in encode(), decode(); value must have 'URI...
2010-07-22 Tony Mackmake sure to only instance SfaFault with a general...
2010-07-17 Tony Mackfix exception handling
2010-07-16 Tony Mackinitial checkin of threadmanager class
2010-07-15 Tony Mackmerge from geni branch
2010-07-15 Josh Karlinupdated urn_to_hrn to be compliant with standard
2010-07-13 Tony Mackmerge from geni_api branch
2010-07-12 Tony Mackmerge from geni-api branch
2010-07-09 Tony Mackcosmetic
2010-07-09 Tony Mackretrun a valid xmlrpc or soap response when an exceptio...
2010-07-09 Tony Mackmove reponse generating code into prepare_response...
2010-06-17 Andy BavierFix crash when missing sliver_defaults tag
2010-06-10 Tony Mackmerge with geni_api branch
2010-06-10 Tony Mackmerge with geni_api branch
2010-06-03 Andy BavierAdded helper functions for virtual links
2010-06-02 Tony Mackmerging with geni-api branch
2010-05-14 Andy BavierBug fixes
2010-05-14 Andy BavierSome helper commands for working with RSpecs
2010-05-10 Tony Mackfix bug in remove
2010-05-04 Tony Mackkey should be keys
2010-05-03 Barış Metinadd --debug option to see xml-rpc dialog.
2010-04-29 Anil-Kumar Vengalilbug fix: here commit should be outside the if test
2010-04-26 Tony Mackno longer use sfa.util.storage.SimpleStorage for cachin...
2010-04-22 Tony Mackfix NameError. Dont forget to commit transactions
2010-04-12 Tony Mackdont forget to commit the transaction in remove() and...
2010-04-06 Tony Mackdont attempt to sync interface info every time the...
2010-04-06 Tony Mackresolve circular import
2010-04-05 Tony Mackstore connections to federated registries and aggregate...
2010-03-31 Tony Mackin fill_record_pl_info() add the pi's at the slice...
2010-03-26 Tony Mackdont forget to pass self to class methods
2010-03-26 Tony Mackreplace + symbolm in email address with _
2010-03-26 Tony Mackmake sure extra is a string
2010-03-07 Tony Mackdont limit queue size
2010-03-05 Tony Mackmake server an instance of sfa.util.server.ThreadedServ...
2010-03-05 Tony Mackdefine peer_cert in do_POST() not in verify_callback...
2010-03-04 Tony Mackhandle any exception raised by PostgreSQL.cursor()
2010-03-03 Tony Mackbe a bit more discriptive about db error
2010-03-03 Tony Mackuse sfa.util.PostgreSLQ.quote() instead of reimplementi...
2010-03-03 Tony Mackuse sfa.util.PostgreSQL instead of pg.DB
2010-02-24 Tony Mackenable __str__()
2010-02-22 Tony Mackdont raise the xception, it is not a properly formated...
2010-02-21 Tony Mackadded TODO
2010-02-21 Tony Mackincreas numThreads to 25
2010-02-21 Tony Mackwhitespace
2010-02-20 Tony Mackserver also inherits ThreadPoolMixIn
2010-02-10 Anil-Kumar Vengalilproper fault string to user whose account is disabled...
2010-01-28 Andy BavierUse lxml.etree to parse VINI RSpec, validate against...
2010-01-28 Tony Mackformatting
2010-01-27 Tony Mackremove debugging output
2010-01-27 Tony Mackrspec is a string, not a dict
2010-01-27 Andy BavierIgnore meaningless white space in RSpec
2010-01-26 Andy BavierUpdate sfatables framework for new manager plugins
2010-01-22 Anil-Kumar Vengaliltypo
2010-01-13 Anil-Kumar Vengalilsfa-import was failing at set_issuer as se_issuer expet...
2010-01-13 Tony Mackadding this condition back to parseString logic (it...
2010-01-11 Barış Metinfix parsing formatted rspecs.
2010-01-06 Tony Mackin urn_to_hrn() and hrn_to_urn() if argument is None...
2010-01-06 Tony Mackget the prefix for the sfa system slice from config
2010-01-05 Thierry Parmentelatremoved another bunch of references to geni
2010-01-05 Thierry Parmentelatread config from the python file and provide a default
2010-01-04 Tony Mackadded hrn_to_urn() and urn_to_hrn() methods
2010-01-03 Tony Mackusing sfa.util.namespace instead of sfa.util.misc
2010-01-03 Tony Mackinitial checkin
2009-12-29 Tony Mackinitial checkin
2009-12-28 Tony Mackwhen removing a site make sure to remove all records...
2009-12-22 Tony Mackuse StringTypes instead of str when determining the...
2009-12-14 Tony Mackinitial checkin of merge method
2009-12-11 Tony Mackfix bugs
2009-12-11 Tony Mackadded quote_string method()
2009-12-10 Tony Mackconvert columns from array list to commas separated...
2009-12-09 Tony Mackuse corrct config_dir
2009-12-09 Tony Mackif SFA_DATA_DIR is defined in sfa_config use it
2009-12-08 Tony Mackset config.data_path variable
2009-12-03 Tony Mackinitial checkin of component server
2009-12-01 Tony Mackremove outdated comments
2009-12-01 Tony Mackchanged COMPONENT_TYPE to CM_TYPE
2009-12-01 Tony Mackadded some default configuration variables
2009-12-01 Tony Mackmodify how we import callable methods
2009-11-30 Tony Mackallow us to specify which columns to return
2009-11-30 Anil-Kumar Vengalilensruing that trusted_root directory is present and...
2009-11-27 Anil-Kumar Vengalilbug fix in importing sfa method modules
2009-11-24 Tony Mackadded methods_module variable to self
2009-11-23 Tony Mackget the correct remote address
2009-11-11 Tony Mackcreate the data directory if it doesnt already exist
2009-11-11 Tony Mackdont think this is still being used anywhere, but renam...
2009-11-11 Tony Mackuse defaults for SFA_CONFIG_DIR and SFA_DATA_DIR if...
2009-11-05 Tony Mackno need to call getPLCShell() here
2009-11-05 Tony Mackinitial checkin of base api class
next