Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug when connecting to multiple servers #86

Merged
merged 44 commits into from
May 7, 2024

Commits on May 7, 2024

  1. Use generic return types

    dominikl authored and jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    0bcb07a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15cdbaf View commit details
    Browse the repository at this point in the history
  3. Fix the hql queries

    dominikl authored and jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    5b26123 View commit details
    Browse the repository at this point in the history
  4. Update src/main/java/omero/gateway/facility/LoadFacility.java

    Co-authored-by: jean-marie burel <[email protected]>
    dominikl and jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    ecb8157 View commit details
    Browse the repository at this point in the history
  5. Update src/main/java/omero/gateway/facility/LoadFacility.java

    Co-authored-by: jean-marie burel <[email protected]>
    dominikl and jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    606077f View commit details
    Browse the repository at this point in the history
  6. Return null if no wells

    dominikl authored and jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    c2b6ebe View commit details
    Browse the repository at this point in the history
  7. add entry for 5.8.0

    jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    4cd89b2 View commit details
    Browse the repository at this point in the history
  8. drop snapshot

    jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    462b230 View commit details
    Browse the repository at this point in the history
  9. revert to snapshot

    jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    0d101cf View commit details
    Browse the repository at this point in the history
  10. Set StringColumn to the correct size

    dominikl authored and jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    c520f92 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3f7f731 View commit details
    Browse the repository at this point in the history
  12. remove unused imports

    Rdornier authored and jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    0ec66e6 View commit details
    Browse the repository at this point in the history
  13. Remove gradle files

    Rdornier authored and jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    112da2b View commit details
    Browse the repository at this point in the history
  14. Delete gradlew

    Rdornier authored and jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    77e6803 View commit details
    Browse the repository at this point in the history
  15. Delete gradle/wrapper directory

    Rdornier authored and jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    21b2b5a View commit details
    Browse the repository at this point in the history
  16. Delete gradlew.bat

    Rdornier authored and jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    8993e91 View commit details
    Browse the repository at this point in the history
  17. remove commented lines

    Rdornier authored and jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    ff0d7a4 View commit details
    Browse the repository at this point in the history
  18. Remove log files from git

    Rdornier authored and jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    df2602a View commit details
    Browse the repository at this point in the history
  19. Delete hs_err_pid13244.log

    Rdornier authored and jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    85968ea View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5939536 View commit details
    Browse the repository at this point in the history
  21. add entry for 5.8.1

    jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    64f0c6f View commit details
    Browse the repository at this point in the history
  22. drop snapshot

    jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    001b7f8 View commit details
    Browse the repository at this point in the history
  23. revert to snapshot

    jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b4a6a63 View commit details
    Browse the repository at this point in the history
  24. Add top-level Git mailmap

    Since 2003, this codebase has substantially grown thanks to the
    input of several tens of contributors. Over two decades, commits
    from the same author are associated with multiple variants of the
    author line. In order to effectively review and audit contributions,
    it is necessary to normalize this variant.
    
    This commit attempts to do so by using the Git mailmap functionality
    to associate all commits from the same individual to a single
    First Name Last Name <email> form. When applicable, either the
    University of Dundee or the Glencoe Software email address is used
    as the canonical address.
    sbesson authored and jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    5b1be65 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3577d2f View commit details
    Browse the repository at this point in the history
  26. add entry for 5.8.2

    jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    230f6a7 View commit details
    Browse the repository at this point in the history
  27. drop snapshot

    jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    49c2555 View commit details
    Browse the repository at this point in the history
  28. revert to snapshot

    jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    bddd2a6 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    cfbcc59 View commit details
    Browse the repository at this point in the history
  30. Download into Fileset_xyz directory

    dominikl authored and jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    a04b0b8 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    b7da7a6 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    e4ac9fe View commit details
    Browse the repository at this point in the history
  33. Fix loading wells

    dominikl authored and jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    cc1e0d1 View commit details
    Browse the repository at this point in the history
  34. Add method to load original metadata

    dominikl authored and jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    17180fd View commit details
    Browse the repository at this point in the history
  35. Removed duplicated code

    dominikl authored and jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    cd6e7e9 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    33c2047 View commit details
    Browse the repository at this point in the history
  37. Just a bit clean up

    dominikl authored and jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    ad523e4 View commit details
    Browse the repository at this point in the history
  38. Use StringBuffer and fix date/author

    dominikl authored and jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b20b45c View commit details
    Browse the repository at this point in the history
  39. add entry for 5.9.0

    jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    342fef6 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    ba20789 View commit details
    Browse the repository at this point in the history
  41. drop snapshot

    jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    014c705 View commit details
    Browse the repository at this point in the history
  42. revert to snapshot

    jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    a8174bf View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    ff97622 View commit details
    Browse the repository at this point in the history
  44. Update error message

    Co-authored-by: Dominik Lindner <[email protected]>
    2 people authored and jburel committed May 7, 2024
    Configuration menu
    Copy the full SHA
    ca83790 View commit details
    Browse the repository at this point in the history