mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
24.43.2015 c786029f32d464d94608f2da310da89acbfc3491
24.43.2015 Jean-Noel Rouvignac
Try to fix randomly failing test.
tree@ c78602 commitdiff
24.42.2015 Jean-Noel Rouvignac
JmxPrivilegeTestCase.java: Extracted methods assertSuccess() Code cleanup
tree@ 8927cd commitdiff
24.59.2015 Jean-Noel Rouvignac
HistAttrModificationKey.java: Renamed DELATTR to ATTRDEL to match string re...
tree@ fbe18c commitdiff
21.40.2015 Jean-Noel Rouvignac
Reverted part of r12768
tree@ 8e88c1 commitdiff
21.39.2015 Jean-Noel Rouvignac
Test code cleanup
tree@ 7e739d commitdiff
21.48.2015 Jean-Noel Rouvignac
AttrHistoricalSingle.java: Extracted methods replaceOrDelete(), add(), repl...
tree@ 6e2358 commitdiff
21.33.2015 Jean-Noel Rouvignac
AssuredReplicationPluginTest.java: Used ReplicationTestCase.waitForSpecific...
tree@ 8431d9 commitdiff
21.47.2015 Jean-Noel Rouvignac
HistoricalAttributeValueTestCase.java: Added test values.
tree@ 717e2a commitdiff
21.51.2015 Jean-Noel Rouvignac
AttrHistoricalMultiple.java, AttrValueHistorical.java: Improved toString()
tree@ 1a2c5a commitdiff
21.42.2015 Jean-Noel Rouvignac
Fix random test failure. Tests methods were not properly isolated. The sequ...
tree@ ff145a commitdiff
20.19.2015 Chris Ridd
CR-8001 OPENDJ-2216 Add upgrade task which reruns dsjavaproperties
tree@ bc4855 commitdiff
20.14.2015 Jean-Noel Rouvignac
RebuildIndexTask.java: Removed indexExists, used Collection.contains() instead
tree@ 906e55 commitdiff
20.49.2015 Gaetan Boismal
Add missing method in LdapPromiseWrapper
tree@ 8e71d1 commitdiff
20.37.2015 Christophe Sovant
Fix OPENDJ-2243: Missing ".bat" extension for bat/addrate script
tree@ f30e3d commitdiff
19.57.2015 Jean-Noel Rouvignac
AttrHistoricalSingleTest.java: Fixed a bug in replay_deleteMissingAttribute...
tree@ 217d7c commitdiff
19.10.2015 Jean-Noel Rouvignac
OPENDJ-1192 Modify request replay failures
tree@ 8d1238 commitdiff
19.43.2015 Chris Ridd
CR-7872 OPENDJ-2238 Add support for FreeBSD to init script
tree@ 86d0bf commitdiff
18.51.2015 Jean-Noel Rouvignac
AttrHistoricalSingle.java: In processLocalOrNonConflictModification(), made...
tree@ d23d96 commitdiff
18.56.2015 Jean-Noel Rouvignac
Changed AttrHistorical.getValuesHistorical() return type to match usage
tree@ 1f0516 commitdiff
18.39.2015 Jean-Noel Rouvignac
Replaced uses of StringBuilder.append(Utils.joinAsString(String, Collection...
tree@ 510363 commitdiff
17.01.2015 Jean-Noel Rouvignac
DirectoryServer.java: Removed fields duplicating the ones from CoreSchema +...
tree@ c1d6b8 commitdiff
17.35.2015 Jean-Noel Rouvignac
DatabaseEnvironmentMonitor.java: Remove class which has been moved to org.o...
tree@ 022225 commitdiff
17.55.2015 Jean-Noel Rouvignac
ChangelogBackendTestCase.java: In assertChangelogAttributesInRootDSE(), rem...
tree@ e0ee82 commitdiff
17.13.2015 Chris Ridd
CR-7933 OPENDJ-2240 Handle lack of spaces at end of attributeType values
tree@ c774f5 commitdiff
17.39.2015 Jean-Noel Rouvignac
opendj-server-legacy module: replace fest by assertj
tree@ 42b8e8 commitdiff
17.56.2015 Jean-Noel Rouvignac
Code cleanup Fix a bug in RootDSEBackend.getRootDSE().
tree@ 0c4aff commitdiff
17.38.2015 Jean-Noel Rouvignac
Fix incorrect error message in replication
tree@ b4a3f9 commitdiff
17.36.2015 Fabio Pistolesi
OPENDJ-2233 CR-7906 Changelog cursoring seems to rely on exception handling...
tree@ 03bd61 commitdiff
17.21.2015 Jean-Noel Rouvignac
Code improvements
tree@ e49610 commitdiff
14.46.2015 Jean-Noel Rouvignac
Code cleanup
tree@ e8c4b1 commitdiff
14.05.2015 Jean-Noel Rouvignac
Fix randomness in JmxPrivilegeTestCase. Many thanks Fabio for finding the p...
tree@ 02328e commitdiff
14.25.2015 Jean-Noel Rouvignac
AbstractOperation.java: Removed setResults(), used the more complete setRes...
tree@ 6fe8bf commitdiff
14.57.2015 Jean-Noel Rouvignac
Removed code duplication, made code more readable
tree@ a94a8b commitdiff
14.18.2015 Jean-Noel Rouvignac
Code cleanup
tree@ 22edc7 commitdiff
14.56.2015 Jean-Noel Rouvignac
Extracted method PasswordPolicyState.isLocked().
tree@ c86239 commitdiff
14.21.2015 Jean-Noel Rouvignac
Code cleanup: - removed code duplication - explicited code. this allowed to...
tree@ 737517 commitdiff
13.31.2015 Jean-Noel Rouvignac
ModifyConflictTest.java: Used Attributes.create(String, String...) instead ...
tree@ 966132 commitdiff
13.55.2015 Jean-Noel Rouvignac
ModifyConflictTest.java: Renamed buildMod() to newModification(). Used stat...
tree@ 8b4a93 commitdiff
13.56.2015 Jean-Noel Rouvignac
Removed more duplicated code
tree@ 5d5ab7 commitdiff
13.31.2015 Fabio Pistolesi
Following Jean-Noel suggestion (thank you, btw), replace an expensive opera...
tree@ 072c48 commitdiff
13.55.2015 Jean-Noel Rouvignac
Remove unused import
tree@ 1a1cb5 commitdiff
13.38.2015 Jean-Noel Rouvignac
Fighting back random test failure
tree@ eb17bc commitdiff
12.01.2015 Mark Craig
CR-7905 DOCS-326 Text mixed with TOC in Admin Guide
tree@ 2c0013 commitdiff
12.06.2015 Mark Craig
CR-7880 OPENDJ-1608 Provide asynchronous examples
tree@ 251932 commitdiff
12.04.2015 Mark Craig
CR-7880 OPENDJ-1608 Provide asynchronous examples
tree@ 41a1ef commitdiff
12.47.2015 Jean-Noel Rouvignac
Extracted methods to remove duplicated code
tree@ 648cbc commitdiff
12.37.2015 Jean-Noel Rouvignac
Extracted methods to remove duplicated code
tree@ 805b11 commitdiff
12.54.2015 Jean-Noel Rouvignac
Code cleanup
tree@ e31777 commitdiff
12.32.2015 Jean-Noel Rouvignac
Remove unused import
tree@ ead6f4 commitdiff
11.48.2015 Mark Craig
OPENDJ-2228 Additional clean up
tree@ 92d2ea commitdiff
first | « prev | next »