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
/
tests
/
test_ipalib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ability to specify DNS reverse zone name by IP network address.
Jan Cholasta
2011-07-15
1
-0
/
+27
*
Let the framework be able to override the hostname.
Rob Crittenden
2011-06-23
1
-1
/
+0
*
Module for DN objects plus unit test
John Dennis
2011-06-22
1
-0
/
+919
*
Final i18n unit test fixes.
Pavel Zuna
2011-03-01
1
-6
/
+6
*
Fix i18n related failures in unit tests.
Pavel Zuna
2011-03-01
5
-57
/
+29
*
Remove deprecated i18n code from ipalib/request and all references to it.
Pavel Zuna
2011-03-01
1
-161
/
+0
*
Convert json strings to unicode when they are unmarshalled.
Rob Crittenden
2011-02-11
1
-1
/
+1
*
Fix test failures caused by the performance patch.
Rob Crittenden
2011-02-10
1
-0
/
+2
*
Fix failed tests. API for utcoffset changed and strings are more robust.
Rob Crittenden
2011-01-24
1
-3
/
+4
*
Add API version and have server reject incompatible clients.
Rob Crittenden
2011-01-14
2
-8
/
+13
*
Change FreeIPA license to GPLv3+
Jakub Hrozek
2010-12-20
17
-85
/
+85
*
Allow RDN changes from CLI
Jakub Hrozek
2010-12-20
1
-0
/
+28
*
Add new parameter type IA5Str and use this to enforce the right charset.
Rob Crittenden
2010-12-07
1
-0
/
+23
*
Use context to decide which name to return on RequirementsErrors
Rob Crittenden
2010-10-28
2
-11
/
+19
*
Fix _merge_from_file test
Rob Crittenden
2010-10-18
1
-1
/
+1
*
Add support for client failover to the ipa command-line.
Rob Crittenden
2010-08-16
1
-1
/
+1
*
Fix RPC tests. The method comes back as a unicode from xmlrpclib.
Rob Crittenden
2010-08-06
1
-2
/
+2
*
Skip the i18n test if the test language has not been built
Rob Crittenden
2010-08-06
1
-0
/
+6
*
Fix this test to work from source tree root
Rob Crittenden
2010-08-06
1
-2
/
+2
*
Drop our own PKCS#10 ASN.1 decoder and use the one from python-nss
Rob Crittenden
2010-07-29
1
-6
/
+6
*
Add some basic tests for ipalib/x509
Rob Crittenden
2010-07-29
1
-0
/
+139
*
Add weekly periodic schedule to AccessTime param type.
root
2010-05-04
1
-3
/
+2
*
Add test cases for AccessTime param and fix some problems in AccessTime
Rob Crittenden
2010-05-03
1
-0
/
+40
*
Add gettext translation test using test language.
John Dennis
2010-04-16
1
-0
/
+88
*
XML-RPC signature change
Jason Gerard DeRose
2010-03-30
1
-1
/
+1
*
Finish deferred translation mechanism
Jason Gerard DeRose
2010-03-16
1
-11
/
+124
*
localize doc strings
John Dennis
2010-03-08
3
-5
/
+6
*
Fix unicode failures in Env tests and dn failures in XML-RPC tests
Rob Crittenden
2010-02-26
1
-19
/
+19
*
Translatable Param.label, Param.doc
Jason Gerard DeRose
2010-02-24
1
-3
/
+3
*
Fix non XML-RPC tests
Jason Gerard DeRose
2010-02-19
1
-8
/
+13
*
Add Object.label class attribute, enable in webUI
Jason Gerard DeRose
2010-02-12
1
-0
/
+19
*
Allow one-character Param names
Rob Crittenden
2010-02-12
1
-4
/
+0
*
Command.output_params not contains params in Command.params
Jason Gerard DeRose
2010-02-11
1
-0
/
+27
*
Add support for the 'no_create', 'no_update', and 'no_search' Param flags
Jason Gerard DeRose
2010-02-05
1
-3
/
+5
*
Remove __public__ and __proxy__ hold-overs from Plugin class
Jason Gerard DeRose
2010-01-28
3
-118
/
+0
*
Fix backend.Executioner unit test.
Pavel Zuna
2010-01-13
1
-6
/
+13
*
Take 2: Extensible return values and validation; steps toward a single output...
Jason Gerard DeRose
2009-12-10
6
-64
/
+553
*
Reading INT parameter class should respect radix prefix
John Dennis
2009-11-23
1
-0
/
+27
*
_convert_scalar() should throw an error if passed a tuple or list
Rob Crittenden
2009-11-17
1
-1
/
+7
*
Change Password param so (password, confirm_password) can be passed to _conve...
Jason Gerard DeRose
2009-10-18
1
-0
/
+11
*
Removed util.add_global_options() and frontend.Application
Jason Gerard DeRose
2009-10-14
1
-37
/
+0
*
Giant webui patch take 2
Jason Gerard DeRose
2009-10-13
1
-0
/
+21
*
Fix unit tests for plugins using baseldap classes.
Pavel Zuna
2009-10-05
3
-143
/
+9
*
Removed PluginProxy and all its uses
Jason Gerard DeRose
2009-08-05
2
-152
/
+14
*
Fix Encoder.decode test.
Pavel Zuna
2009-07-02
1
-1
/
+1
*
Fix bug in Encoder where tuples were encoded into lists. Fix Encoder and Comm...
Pavel Zuna
2009-06-10
2
-42
/
+50
*
Completed Param.use_in_context() functionality, which is now used by Command ...
Jason Gerard DeRose
2009-05-21
3
-8
/
+105
*
Added Param 'include' and 'exclude' kwargs; added frontend.UsesParams base cl...
Jason Gerard DeRose
2009-05-19
1
-2
/
+37
*
Add Encoder base class and method decorators to encode arguments/decode retur...
Pavel Zuna
2009-05-19
1
-0
/
+144
*
Force xmlrpc tests to run with in_tree=True so config files in /etc/ipa/ don'...
Jason Gerard DeRose
2009-05-11
1
-51
/
+51
[next]