You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2020/05/09 19:37:55 UTC

[directory-studio] branch master updated (16753e1 -> 5a96c57)

This is an automated email from the ASF dual-hosted git repository.

seelmann pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/directory-studio.git.


    from 16753e1  DIRSTUDIO-1251: Show LDAP result code in modification log, LDIF log, and error dialog
     add f592d7d  DIRSTUDIO-1250: Fix paged search
     add 5a96c57  DIRSTUDIO-1250: Adjust jenkins pipeline to run OpenLDAP container for tests

No new revisions were added by this update.

Summary of changes:
 Jenkinsfile                                        |  56 ++--
 README.md                                          |  11 +-
 .../ldapbrowser/core/jobs/ExportLdifRunnable.java  |   3 +-
 .../core/jobs/InitializeChildrenRunnable.java      |  12 +-
 .../ldapbrowser/core/jobs/SearchRunnable.java      |  12 +-
 tests/test.integration.ui/pom-first.xml            |   2 +
 .../studio/test/integration/ui/OpenLdapTest.java   | 296 +++++++++++++++++++++
 .../studio/test/integration/ui/SearchTest.java     |   1 -
 .../integration/ui/bots/ConnectionsViewBot.java    |  13 +-
 ...t_ImportDontUpdateUI.ldif => OpenLdapTest.ldif} |  22 +-
 10 files changed, 374 insertions(+), 54 deletions(-)
 create mode 100644 tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/OpenLdapTest.java
 copy tests/test.integration.ui/src/main/resources/org/apache/directory/studio/test/integration/ui/{ImportExportTest_ImportDontUpdateUI.ldif => OpenLdapTest.ldif} (92%)