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

Lock the Polypheny Home Directory #501

Merged
merged 56 commits into from
Aug 5, 2024
Merged

Lock the Polypheny Home Directory #501

merged 56 commits into from
Aug 5, 2024

Commits on Jul 28, 2024

  1. Fix comments

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    c879e47 View commit details
    Browse the repository at this point in the history
  2. Annotate the entire class with Getter

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    22db948 View commit details
    Browse the repository at this point in the history
  3. Use toList

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    64aa224 View commit details
    Browse the repository at this point in the history
  4. Improve error message

    This unwrap will be empty when the type of the entity is not a
    collection.  Example:
      db.emps.insertOne({"name": "Alice"})
    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    7997b8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c17799 View commit details
    Browse the repository at this point in the history
  6. Remove check that is no longer necessary

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    f6bfc8e View commit details
    Browse the repository at this point in the history
  7. Remove unused variable and minor formatting

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    dbebec8 View commit details
    Browse the repository at this point in the history
  8. Add comment to apparently unused variable

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    d5d3ece View commit details
    Browse the repository at this point in the history
  9. Remove unused import

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    f91aa91 View commit details
    Browse the repository at this point in the history
  10. Mark generateOrLoadPolyphenyUUID as static

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    a01a29f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    01b1b8f View commit details
    Browse the repository at this point in the history
  12. Move helper class out of runPolyphenyDb

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    ddc7cda View commit details
    Browse the repository at this point in the history
  13. Use correct variable in probeCreatingFolder

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    6839574 View commit details
    Browse the repository at this point in the history
  14. Remove leftover duration measurement

    Expanding views is done further up.
    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    3945d50 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ae90b90 View commit details
    Browse the repository at this point in the history
  16. Use Long.compare to prevent over/underflows

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    815121b View commit details
    Browse the repository at this point in the history
  17. Fix whitespace

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    80bec83 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    50a1015 View commit details
    Browse the repository at this point in the history
  19. Remove unused namespaceId from IdBuilder

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    06399b2 View commit details
    Browse the repository at this point in the history
  20. Handle plain EOFException in handleMessages

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    de23229 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    00b890c View commit details
    Browse the repository at this point in the history
  22. Remove unused methods

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    206d9fa View commit details
    Browse the repository at this point in the history
  23. Use GenericRuntimeExceptions

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    a76cc6f View commit details
    Browse the repository at this point in the history
  24. Format

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    9f9969f View commit details
    Browse the repository at this point in the history
  25. Remove unused methods

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    f1d960c View commit details
    Browse the repository at this point in the history
  26. Remove todo

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    5a83f24 View commit details
    Browse the repository at this point in the history
  27. Fix typo if -> id

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    b91af79 View commit details
    Browse the repository at this point in the history
  28. Remove annotations implied by @value

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    2bf11bf View commit details
    Browse the repository at this point in the history
  29. Remove implied annotations

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    4c0ab2c View commit details
    Browse the repository at this point in the history
  30. Use consistent method names

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    ada767d View commit details
    Browse the repository at this point in the history
  31. Remove unused generics

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    3c33af5 View commit details
    Browse the repository at this point in the history
  32. Remove unused method

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    3e23d5a View commit details
    Browse the repository at this point in the history
  33. Make the name match the UI

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    d046fa6 View commit details
    Browse the repository at this point in the history
  34. Rename interfaceName to interfaceType

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    962b021 View commit details
    Browse the repository at this point in the history
  35. Remove unused token from MQL grammar

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    0bb902c View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    03b1cf4 View commit details
    Browse the repository at this point in the history
  37. Make related classes look similar

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    1219ca3 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    867c9ee View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    432dd3d View commit details
    Browse the repository at this point in the history
  40. Improve readability by casting earlier

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    42da6c7 View commit details
    Browse the repository at this point in the history
  41. Reduce code duplication

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    688e6f9 View commit details
    Browse the repository at this point in the history
  42. Make small improvements to DDLManagerImpl

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    facd088 View commit details
    Browse the repository at this point in the history
  43. Use correct method in createPrimaryKey

    gartens authored and vogti committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    305af82 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    903d4f4 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    2b78798 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    dcc0bef View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Fix field names

    gartens committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    1470147 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Replace for loop with forEach

    gartens committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    20f50fe View commit details
    Browse the repository at this point in the history
  2. Replace for loops with .count

    gartens committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    824f23e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2436fad View commit details
    Browse the repository at this point in the history
  4. Simplify some enums

    gartens committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    5211a9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6133f3 View commit details
    Browse the repository at this point in the history
  6. Replace List with Set

    gartens committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    c8f817c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    369a78f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82dcf88 View commit details
    Browse the repository at this point in the history
  3. Fix entire awt import

    vogti committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    ecefed3 View commit details
    Browse the repository at this point in the history