index
:
freeipa.git
30gatepo
4-2-trust-fixes
ad-work
adwork
dns-records
gssapi-delegate
hbactest
hbactester
ipa-2-1
ipautil-refactor
kdc-fixes
master
my-master
network-fixes
oneway-trust
platform
platform-master
systemd-ipa-2-1
systemd-master
test-patches-2-1
testing
testotp
ticket-1259
ticket-1368
ticket-1369
ticket-1369-lite
ticket-1373
ticket-1476
ticket-1549
ticket-hbac-test
trusts-master
views
FreeIPA project
Alexander Bokovoy
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipalib
/
errors.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Started fleshing out reoganization of errors in errors.py (with gettext support)
Jason Gerard DeRose
2009-01-03
1
-15
/
+0
*
Improved Plugin.call() method and added its unit test
Jason Gerard DeRose
2008-12-21
1
-0
/
+8
*
Merge branch 'master' of git://git.engineering.redhat.com/users/rcritten/free...
Jason Gerard DeRose
2008-12-20
1
-0
/
+8
|
\
|
*
Raise an error on bad principals instead of printing one when changing passwords
Rob Crittenden
2008-12-11
1
-0
/
+4
|
*
Port plugins to use the new output_for_cli() argument list
Rob Crittenden
2008-12-10
1
-0
/
+4
*
|
Fix show_api command
Jakub Hrozek
2008-12-17
1
-0
/
+3
*
|
Add body for the NameSpaceError exception
Jakub Hrozek
2008-12-17
1
-0
/
+11
|
/
*
Fixed Warning messages about log dir in unit test
Jason Gerard DeRose
2008-12-08
1
-3
/
+4
*
Started fleshing out doodles in xmlrpc.execute()
Jason Gerard DeRose
2008-11-25
1
-1
/
+14
*
Stared some RPC-related error cleanup; started work on ipa_server.rcp.xmlrpc ...
Jason Gerard DeRose
2008-11-24
1
-0
/
+24
*
Started work on cleaning up how exceptions are caught and sys.exit() is calle...
Jason Gerard DeRose
2008-11-13
1
-0
/
+11
*
Don't allow service-add to create host/ principals
Rob Crittenden
2008-10-24
1
-0
/
+4
*
IPAError now more appropriately subclasses from StandardError instead of Exce...
Jason Gerard DeRose
2008-10-23
1
-1
/
+1
*
Add mod_python-based XML-RPC server.
Rob Crittenden
2008-10-16
1
-0
/
+2
*
Implement user lock and unlock
Rob Crittenden
2008-10-13
1
-13
/
+29
*
Slight change to how exceptions are handled
Rob Crittenden
2008-10-10
1
-2
/
+2
*
Mechanism to convert from xmlrpclib.Fault to an IPAError exception
Rob Crittenden
2008-10-10
1
-0
/
+137
*
Fixed example in raise_TypeError() docstring (thanks, mnagy)
Jason Gerard DeRose
2008-10-07
1
-3
/
+3
*
285: Started work on Command.args_to_kw() method; added unit test for functio...
Jason Gerard DeRose
2008-09-10
1
-0
/
+13
*
248: Removed depreciated SetError and TwiceSetError exceptions
Jason Gerard DeRose
2008-09-03
1
-8
/
+0
*
247: Added unit tests for errors.RequirementError
Jason Gerard DeRose
2008-09-03
1
-4
/
+3
*
246: Added unit tests for errors.RuleError
Jason Gerard DeRose
2008-09-03
1
-3
/
+3
*
245: Removed depreciated NormalizationError
Jason Gerard DeRose
2008-09-03
1
-8
/
+0
*
244: Added unit tests for errors.ConversionError
Jason Gerard DeRose
2008-09-03
1
-4
/
+8
*
243: Added unit tests for errors.ValidationError
Jason Gerard DeRose
2008-09-03
1
-0
/
+2
*
242: Started cleanup of custom exceptions; added unit tests for errors.IPAError
Jason Gerard DeRose
2008-09-03
1
-16
/
+21
*
241: Added additional index=None kwarg to errors.ValidationError.__init__()
Jason Gerard DeRose
2008-09-03
1
-1
/
+2
*
239: Added errors.ConversionError; started big clean up of how ValidationErro...
Jason Gerard DeRose
2008-09-03
1
-0
/
+8
*
230: Renamed allow_None kwarg to allow_none
Jason Gerard DeRose
2008-09-02
1
-6
/
+6
*
227: check_type() and check_isinstance() now take arguments in (value, type_,...
Jason Gerard DeRose
2008-09-02
1
-13
/
+13
*
226: check_type() and check_isinstance() now return the value; updated corres...
Jason Gerard DeRose
2008-09-02
1
-0
/
+2
*
225: Added errors.check_type() and errors.check_isinstance() functions; added...
Jason Gerard DeRose
2008-08-29
1
-8
/
+28
*
224: Reworked IPATypeError class into raise_TypeError function
Jason Gerard DeRose
2008-08-29
1
-18
/
+23
*
223: IPATypeError takes as first argument, has attribute
Jason Gerard DeRose
2008-08-29
1
-8
/
+21
*
222: Fixed broken assertion in IPATypeError; did more work on docstrings in same
Jason Gerard DeRose
2008-08-29
1
-2
/
+6
*
221: Added errors.IPATypeError exception; added new test_errors.py module wit...
Jason Gerard DeRose
2008-08-29
1
-0
/
+20
*
218: Finished unit tests for Option2.validate(), Option2.validate_scalar()
Jason Gerard DeRose
2008-08-28
1
-0
/
+1
*
143: Added errors.RequirementError exception; cmd.validate() now raises Requi...
Jason Gerard DeRose
2008-08-13
1
-0
/
+12
*
142: python2.4: Fixed custom exceptions in errors.py as exceptions in Python2...
Jason Gerard DeRose
2008-08-13
1
-3
/
+3
*
86: Actually change *all* tab indentation to 4-space: 'sed s/\t/ /g'
Jason Gerard DeRose
2008-08-08
1
-33
/
+33
*
81: Switch from tab to 4-space indentation
Jason Gerard DeRose
2008-08-08
1
-80
/
+80
*
76: Fleshed out opt.validate(); added corresponding unit tests
Jason Gerard DeRose
2008-08-07
1
-3
/
+5
*
72: Started work on public.opt class; added corresponding unit tests
Jason Gerard DeRose
2008-08-07
1
-0
/
+20
*
65: Finished simplified Proxy2 class; updated unit tests
Jason Gerard DeRose
2008-08-06
1
-3
/
+0
*
47: Added plugable.check_identifier() function; added corresponding unit tests
Jason Gerard DeRose
2008-08-05
1
-1
/
+4
*
31: Renamed exceptions.py to errors.py
Jason Gerard DeRose
2008-07-31
1
-0
/
+127