Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Some more reorganization in Env and added class docstring to Env with lots ↵ | Jason Gerard DeRose | 2008-12-22 | 1 | -16/+104 | |
| | | | | of examples | |||||
* | Cleaned up Env.__setattr__() and Env.__setitem__() a bit updated their unit ↵ | Jason Gerard DeRose | 2008-12-22 | 1 | -33/+40 | |
| | | | | tests | |||||
* | The Env.__setitem__() implied conversion is now case sensitive; ↵ | Jason Gerard DeRose | 2008-12-22 | 1 | -11/+13 | |
| | | | | Env.__setitem__() now also accepts None as a value | |||||
* | Removed Env.__getattr__(); Env no longer accepts callables for values (no ↵ | Jason Gerard DeRose | 2008-12-22 | 1 | -27/+11 | |
| | | | | more dynamic/lazy values) | |||||
* | Removed depreciated code from config.py; removed corresponding unit tests | Jason Gerard DeRose | 2008-12-22 | 1 | -280/+1 | |
| | ||||||
* | Added 'conf_dir' env variable, which is directory containing config files | Jason Gerard DeRose | 2008-11-10 | 1 | -0/+2 | |
| | ||||||
* | Finished fist draft of plugin tutorial in ipalib/__init__.py docstring | Jason Gerard DeRose | 2008-11-07 | 1 | -3/+9 | |
| | ||||||
* | Merge branch 'master' of ↵ | Jason Gerard DeRose | 2008-10-29 | 1 | -0/+1 | |
|\ | | | | | | | git://git.engineering.redhat.com/users/rcritten/freeipa2 | |||||
| * | Implement host groups | Rob Crittenden | 2008-10-27 | 1 | -0/+1 | |
| | | ||||||
* | | Env._finalize_core() now also loads config from Env.conf_default | Jason Gerard DeRose | 2008-10-27 | 1 | -0/+2 | |
| | | ||||||
* | | Env._bootstrap() now also sets Env.conf_default | Jason Gerard DeRose | 2008-10-27 | 1 | -5/+7 | |
| | | ||||||
* | | Finished Env._finalize() and corresponding unit tests | Jason Gerard DeRose | 2008-10-24 | 1 | -4/+10 | |
| | | ||||||
* | | Finished Env._finalize_core() and corresponding unit tests | Jason Gerard DeRose | 2008-10-24 | 1 | -13/+49 | |
| | | ||||||
* | | Env._bootstrap() now raises StandardError if called more than once | Jason Gerard DeRose | 2008-10-24 | 1 | -0/+9 | |
| | | ||||||
* | | Added ipalib/constants.py; added Env._load_config() method along with ↵ | Jason Gerard DeRose | 2008-10-24 | 1 | -3/+78 | |
| | | | | | | | | comprehensive unit tests for same | |||||
* | | Finished doodle with stricter version of Environment | Jason Gerard DeRose | 2008-10-24 | 1 | -0/+87 | |
|/ | ||||||
* | Fix ipa command running in server_context=True | Rob Crittenden | 2008-10-23 | 1 | -0/+2 | |
| | | | | | | Make the LDAP host and port environment variables More changes so that commands have a shell return value lite-xmlrpc no longer hardcodes the kerberos credentials cache location | |||||
* | Implement the host commands | Rob Crittenden | 2008-10-22 | 1 | -0/+1 | |
| | | | | | In order for this to work against a v1 database the update host.update needs to be applied | |||||
* | Add comments in config.py and fix Environment.get() | Martin Nagy | 2008-10-20 | 1 | -2/+52 | |
| | ||||||
* | Reworking Environment, moved it to config.py | Martin Nagy | 2008-10-17 | 1 | -46/+165 | |
| | ||||||
* | Port user-show to new CrudBackend framework | Rob Crittenden | 2008-10-14 | 1 | -0/+3 | |
| | ||||||
* | Convert string values to boolean when generating environment | Martin Nagy | 2008-10-14 | 1 | -10/+28 | |
| | ||||||
* | Added ldap.get_user_dn() method | Jason Gerard DeRose | 2008-10-14 | 1 | -1/+3 | |
| | ||||||
* | Implement argument parsing for the CLI | Martin Nagy | 2008-10-08 | 1 | -3/+7 | |
| | ||||||
* | Implement config file reading | Martin Nagy | 2008-10-08 | 1 | -6/+27 | |
| | ||||||
* | Backend.xmlrpc and simple-server.py now use the xmlrpc_marshal() and ↵ | Jason Gerard DeRose | 2008-10-02 | 1 | -2/+2 | |
| | | | | xmlrpc_unmarshal() functions respectively | |||||
* | Environment is now subclassed from object, rather then dict. Added tests for ↵ | Martin Nagy | 2008-10-02 | 1 | -17/+23 | |
| | | | | Environment and config.py | |||||
* | Add support for environment variables, change tests accordingly | Martin Nagy | 2008-09-29 | 1 | -0/+84 | |