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
Commit message (
Expand
)
Author
Age
Files
Lines
*
247: Added unit tests for errors.RequirementError
Jason Gerard DeRose
2008-09-03
2
-4
/
+24
*
246: Added unit tests for errors.RuleError
Jason Gerard DeRose
2008-09-03
2
-3
/
+31
*
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
2
-4
/
+38
*
243: Added unit tests for errors.ValidationError
Jason Gerard DeRose
2008-09-03
2
-0
/
+35
*
242: Started cleanup of custom exceptions; added unit tests for errors.IPAError
Jason Gerard DeRose
2008-09-03
4
-20
/
+58
*
241: Added additional index=None kwarg to errors.ValidationError.__init__()
Jason Gerard DeRose
2008-09-03
1
-1
/
+2
*
240: Small change in tstutil.check_TypeError(), cleaned up use of check_TypeE...
Jason Gerard DeRose
2008-09-03
2
-10
/
+5
*
239: Added errors.ConversionError; started big clean up of how ValidationErro...
Jason Gerard DeRose
2008-09-03
6
-56
/
+80
*
238: Some docstring cleanup & fixes in test_public.py
Jason Gerard DeRose
2008-09-03
1
-4
/
+22
*
237: Ported public.Method to new Option; updated corresponding unit tests
Jason Gerard DeRose
2008-09-03
2
-15
/
+14
*
236: Ported pubic.Command to new Option; updated corresponding unit tests
Jason Gerard DeRose
2008-09-02
2
-53
/
+35
*
235: Added Public.option instance attribute; updated corresponding unit tests...
Jason Gerard DeRose
2008-09-02
2
-44
/
+86
*
234: Renamed Option2 to Option
Jason Gerard DeRose
2008-09-02
2
-9
/
+9
*
233: Removed public.Option class; removed corresponding unit tests
Jason Gerard DeRose
2008-09-02
2
-202
/
+38
*
232: Added Option2.get_values() method; added corresponding unit tests
Jason Gerard DeRose
2008-09-02
2
-0
/
+17
*
231: Added Option2.get_default() method; added corresponding unit tests
Jason Gerard DeRose
2008-09-02
2
-2
/
+48
*
230: Renamed allow_None kwarg to allow_none
Jason Gerard DeRose
2008-09-02
3
-15
/
+15
*
229: Option2.__init__() now uses check_type()
Jason Gerard DeRose
2008-09-02
1
-7
/
+9
*
228: plugable.check_name() now uses errors.check_type()
Jason Gerard DeRose
2008-09-02
2
-1
/
+4
*
227: check_type() and check_isinstance() now take arguments in (value, type_,...
Jason Gerard DeRose
2008-09-02
3
-62
/
+65
*
226: check_type() and check_isinstance() now return the value; updated corres...
Jason Gerard DeRose
2008-09-02
2
-5
/
+7
*
225: Added errors.check_type() and errors.check_isinstance() functions; added...
Jason Gerard DeRose
2008-08-29
2
-16
/
+108
*
224: Reworked IPATypeError class into raise_TypeError function
Jason Gerard DeRose
2008-08-29
2
-53
/
+50
*
223: IPATypeError takes as first argument, has attribute
Jason Gerard DeRose
2008-08-29
2
-16
/
+42
*
222: Fixed broken assertion in IPATypeError; did more work on docstrings in same
Jason Gerard DeRose
2008-08-29
2
-9
/
+18
*
221: Added errors.IPATypeError exception; added new test_errors.py module wit...
Jason Gerard DeRose
2008-08-29
2
-0
/
+66
*
220: Renamed Option2.validate_scalar() to Option2.__validate_scalar(); added ...
Jason Gerard DeRose
2008-08-29
2
-31
/
+124
*
219: run-tests.bash now passes -v option to nosetests for verbose output
Jason Gerard DeRose
2008-08-29
1
-1
/
+1
*
218: Finished unit tests for Option2.validate(), Option2.validate_scalar()
Jason Gerard DeRose
2008-08-28
3
-10
/
+64
*
217: Started work on new Option2 class that is more declarative and doesn't r...
Jason Gerard DeRose
2008-08-28
2
-1
/
+65
*
216: Added ipa_types.Enum.validate() method; added corresponding unit tests
Jason Gerard DeRose
2008-08-28
2
-3
/
+21
*
215: Added basics of ipa_types.Enum class; added corresponding unit tests
Jason Gerard DeRose
2008-08-28
2
-0
/
+47
*
214: Added ipa_types.Bool.validate() method; added corresponding unit tests
Jason Gerard DeRose
2008-08-28
2
-0
/
+13
*
213: Added ipa_type.Bool class; added corresponding unit tests
Jason Gerard DeRose
2008-08-28
2
-0
/
+61
*
212: Type.__init__() now can also raise TypeError; added unit tests for Type....
Jason Gerard DeRose
2008-08-28
2
-3
/
+21
*
211: run-tests.bash now echos the number of versions the tests ran under
Jason Gerard DeRose
2008-08-28
1
-3
/
+5
*
210: Type.__init__() now takes the type as the first argument, does not use s...
Jason Gerard DeRose
2008-08-28
2
-17
/
+21
*
209: Added Type.__call__() method; fleshed out Type.convert() method; added c...
Jason Gerard DeRose
2008-08-28
2
-3
/
+43
*
208: Made output of run-tests.bash a bit easier to read and also added python...
Jason Gerard DeRose
2008-08-28
1
-8
/
+20
*
207: Added Unicode.validate() method and corresponding unit tests
Jason Gerard DeRose
2008-08-27
2
-1
/
+32
*
206: Finished unit tests for Unicode.__init__()
Jason Gerard DeRose
2008-08-27
1
-0
/
+31
*
205: Continued work on Unicode.__init__() and corresponding unit tests
Jason Gerard DeRose
2008-08-27
2
-8
/
+53
*
204: Fixed logic error in check_min_max(); started work on argument validatio...
Jason Gerard DeRose
2008-08-27
2
-17
/
+26
*
203: Finished ipa_types.check_min_max() function; added corresponding unit te...
Jason Gerard DeRose
2008-08-27
2
-42
/
+67
*
202: Started work on type classes in ipa_types module; added corresponding un...
Jason Gerard DeRose
2008-08-27
2
-0
/
+213
*
201: Added new cli command 'console' that starts a custom interactive Python ...
Jason Gerard DeRose
2008-08-27
1
-1
/
+13
*
200: Added plugins/override.py with an example of overriding a plugin
Jason Gerard DeRose
2008-08-26
2
-0
/
+34
*
199: Updated user_login and user_initials example plugins to use Option.defau...
Jason Gerard DeRose
2008-08-26
1
-12
/
+8
*
198: Renamed Command.default() to Command.get_default(); Command.get_default_...
Jason Gerard DeRose
2008-08-26
2
-14
/
+14
[next]