index
:
freeipa.git
master
navigation
selenium
Unnamed repository; edit this file 'description' to name the repository.
Endi Dewata
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipalib
/
crud.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added Object.params_minus() method; various small tweaks
Jason Gerard DeRose
2009-02-03
1
-1
/
+1
*
Started roughing out new crud base classes
Jason Gerard DeRose
2009-02-03
1
-0
/
+49
*
New Param: added Param.query kwarg for crud operations like Retrieve and Sear...
Jason Gerard DeRose
2009-01-14
1
-2
/
+3
*
All unit tests now working (except for doctests and Rob's xmlrpc tests)
Jason Gerard DeRose
2009-01-14
1
-2
/
+2
*
Partially revert back change. Del shouldn't provide default options.
Rob Crittenden
2008-11-03
1
-2
/
+0
*
Initial implementation of automount support
Rob Crittenden
2008-10-30
1
-0
/
+7
*
Use common display function for user-show and user-find.
Rob Crittenden
2008-10-23
1
-0
/
+2
*
Add missing * to *kw to make it pass named arguments instead of positional
Rob Crittenden
2008-10-15
1
-2
/
+2
*
Port user-show to new CrudBackend framework
Rob Crittenden
2008-10-14
1
-3
/
+5
*
Added CrudBackend abstract class defining generic CRUD API
Jason Gerard DeRose
2008-10-13
1
-1
/
+75
*
crud.Add.get_args() and get_options() now yield static values in takes_args, ...
Jason Gerard DeRose
2008-10-09
1
-0
/
+4
*
Fixed unit tests; changed example.py so it doesn't import servercore
Jason Gerard DeRose
2008-09-30
1
-1
/
+1
*
Rebase XML-RPC client and server
Rob Crittenden
2008-09-30
1
-1
/
+5
*
365: Implemented find.get_args(), find.get_options(); added corresponding uni...
Jason Gerard DeRose
2008-09-25
1
-2
/
+6
*
364: Implemented Mod.get_args, Mod.get_options(); added corresponding unit tests
Jason Gerard DeRose
2008-09-25
1
-2
/
+7
*
362: Implemented Get.get_args() and Del.get_args(); added corresponding unit ...
Jason Gerard DeRose
2008-09-25
1
-2
/
+4
*
361: Implemented crud.Add.get_options() method; added corresponding unit tests
Jason Gerard DeRose
2008-09-25
1
-1
/
+3
*
346: Added skeleton framework for crud.py module and corresponding test_crud....
Jason Gerard DeRose
2008-09-24
1
-0
/
+44
*
60: Remeved depreciated base.py, crud.py; remeved corresponding test_base.py,...
Jason Gerard DeRose
2008-08-06
1
-37
/
+0
*
25: Updated plugin examples, ipa script
Jason Gerard DeRose
2008-07-20
1
-4
/
+4
*
18: Moved base2 stuff into base
Jason Gerard DeRose
2008-07-20
1
-19
/
+8
*
11: Added submodules needed to triger the plugin loading, etc., so I can star...
Jason Gerard DeRose
2008-07-20
1
-8
/
+2
*
10: Updated base.API to reflect the fact that base.Object is now the new unit...
Jason Gerard DeRose
2008-07-20
1
-15
/
+9
*
9: Reorganized new work and unit tests based around base.Object being the plu...
Jason Gerard DeRose
2008-07-19
1
-47
/
+24
*
8: Experimental work on more OO definition of what gets pluged into API.commands
Jason Gerard DeRose
2008-07-19
1
-0
/
+83