Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove some duplicated code that was moved to ipaserver and use it Remove ↵ | Rob Crittenden | 2009-02-06 | 1 | -0/+5 | |
| | | | | some unused files | |||||
* | Started reworking CLI class into cli plugin | Jason Gerard DeRose | 2009-02-03 | 1 | -0/+1 | |
| | ||||||
* | Removed depreciated rpc code from ipalib.util; removed corresponding unit ↵ | Jason Gerard DeRose | 2008-12-08 | 1 | -61/+0 | |
| | | | | tests in test_util | |||||
* | Added test_util.test_round_trip() test that tests use of xmlrpc_wrap() and ↵ | Jason Gerard DeRose | 2008-11-20 | 1 | -1/+1 | |
| | | | | xmlrpc_unwrap() with dumps(), loads(); fixed a bug in xmlrpc_unwrap() | |||||
* | Added util.xmlrpc_wrap(), util.xmlrpc_unwrap() functions an corresponding ↵ | Jason Gerard DeRose | 2008-11-19 | 1 | -0/+64 | |
| | | | | unit tests | |||||
* | Added util.make_repr() function; added corresponding unit tests | Jason Gerard DeRose | 2008-11-13 | 1 | -0/+9 | |
| | ||||||
* | Command.get_default() will now fill-in None for all missing non-required params | Jason Gerard DeRose | 2008-11-12 | 1 | -0/+6 | |
| | ||||||
* | Added custom log formatter util.LogFormatter that makes the human-readable ↵ | Jason Gerard DeRose | 2008-10-31 | 1 | -0/+9 | |
| | | | | time stamp in UTC | |||||
* | Logging formats are now env variables; added log_format_stderr_debug format ↵ | Jason Gerard DeRose | 2008-10-31 | 1 | -1/+0 | |
| | | | | used when env.debug is True | |||||
* | Reoganized global option functionality to it is easy for any script to use ↵ | Jason Gerard DeRose | 2008-10-31 | 1 | -0/+22 | |
| | | | | the environment-related global options; lite-xmlrpc.py now uses same global options | |||||
* | Logging is now configured in API.bootstrap(); removed depreciated ↵ | Jason Gerard DeRose | 2008-10-31 | 1 | -33/+0 | |
| | | | | util.configure_logging() function | |||||
* | lite-xmlrpc.py now uses api.bootstrap() property, logs to api.logger | Jason Gerard DeRose | 2008-10-28 | 1 | -2/+1 | |
| | ||||||
* | util.configure_logging() now only configures file logging if it can create ↵ | Jason Gerard DeRose | 2008-10-28 | 1 | -5/+7 | |
| | | | | the log_dir | |||||
* | Added util.configure_logging() function; API.bootstrap() now calls ↵ | Jason Gerard DeRose | 2008-10-28 | 1 | -1/+35 | |
| | | | | util.configure_logging() | |||||
* | Copied plugin loading function from load_plugins.py to util.py; ↵ | Jason Gerard DeRose | 2008-10-27 | 1 | -0/+51 | |
| | | | | API.load_plugins() method now calls functions in util | |||||
* | Implement the host commands | Rob Crittenden | 2008-10-22 | 1 | -0/+9 | |
| | | | | | In order for this to work against a v1 database the update host.update needs to be applied | |||||
* | Added ipalib/util.py with xmlrpc_marshal() and xmlrpc_unmarshal() functions; ↵ | Jason Gerard DeRose | 2008-10-02 | 1 | -0/+41 | |
| | | | | added corresponding unit tests | |||||
* | 132: Removed test util.py file | Jason Gerard DeRose | 2008-08-13 | 1 | -57/+0 | |
| | ||||||
* | 125: Added some generic auto-import stuff | Jason Gerard DeRose | 2008-08-13 | 1 | -0/+57 | |