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

LPD-23982 Tests for DB Partition Schema Export #2250

Closed

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    94279c2 View commit details
    Browse the repository at this point in the history
  2. LPD-30388 SF Auto

    lfbesada authored and brianchandotcom committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7dd0c13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39a82f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5c4c8a View commit details
    Browse the repository at this point in the history
  5. LPD-30388 Sort

    brianchandotcom committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    d83ecc2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0eca56f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b4b41f7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c59e4ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4da60e2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4b30586 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a21579f View commit details
    Browse the repository at this point in the history
  12. LPD-27018 Add singleton to SXPBlueprintModifiedDateComparator

    # breaking
    
    ## What modules/dxp/apps/search-experiences/search-experiences-api/src/main/java/com/liferay/search/experiences/util/comparator/SXPBlueprintModifiedDateComparator.java
    
    Constructors are now set private, and a new static method getInstance(boolean) was added.
    
    ## Why
    
    Apply Singleton pattern
    
    ----
    victorhcunha authored and brianchandotcom committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    fadc811 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e069c38 View commit details
    Browse the repository at this point in the history
  14. LPD-27018 Add singleton to ExportImportConfigurationNameComparator

    # breaking
    
    ## What modules/apps/export-import/export-import-api/src/main/java/com/liferay/exportimport/util/comparator/ExportImportConfigurationNameComparator.java
    
    Constructors are now set private, and a new static method getInstance(boolean) was added.
    
    ## Why
    
    Apply Singleton pattern
    
    ----
    victorhcunha authored and brianchandotcom committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    99a0e42 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a52d1cd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    551302f View commit details
    Browse the repository at this point in the history
  17. LPD-27018 Add singleton to fragment-api

    # breaking
    
    ## What /modules/apps/fragment/fragment-api/src/main/java/com/liferay/fragment/util/comparator/FragmentCollectionCreateDateComparator.java
    
    Constructors are now set private, and a new static method getInstance(boolean) was added.
    
    ## Why
    
    Apply Singleton pattern
    
    ----
    
    # breaking
    
    ## What /modules/apps/fragment/fragment-api/src/main/java/com/liferay/fragment/util/comparator/FragmentCollectionNameComparator.java
    
    Constructors are now set private, and a new static method getInstance(boolean) was added.
    
    ## Why
    
    Apply Singleton pattern
    
    ----
    
    # breaking
    
    ## What /modules/apps/fragment/fragment-api/src/main/java/com/liferay/fragment/util/comparator/FragmentCompositionFragmentEntryCreateDateComparator.java
    
    Constructors are now set private, and a new static method getInstance(boolean) was added.
    
    ## Why
    
    Apply Singleton pattern
    
    ----
    
    # breaking
    
    ## What /modules/apps/fragment/fragment-api/src/main/java/com/liferay/fragment/util/comparator/FragmentCompositionFragmentEntryModifiedDateComparator.java
    
    Constructors are now set private, and a new static method getInstance(boolean) was added.
    
    ## Why
    
    Apply Singleton pattern
    
    ----
    
    # breaking
    
    ## What /modules/apps/fragment/fragment-api/src/main/java/com/liferay/fragment/util/comparator/FragmentCompositionFragmentEntryNameComparator.java
    
    Constructors are now set private, and a new static method getInstance(boolean) was added.
    
    ## Why
    
    Apply Singleton pattern
    
    ----
    
    # breaking
    
    ## What /modules/apps/fragment/fragment-api/src/main/java/com/liferay/fragment/util/comparator/FragmentEntryCreateDateComparator.java
    
    Constructors are now set private, and a new static method getInstance(boolean) was added.
    
    ## Why
    
    Apply Singleton pattern
    
    ----
    
    # breaking
    
    ## What /modules/apps/fragment/fragment-api/src/main/java/com/liferay/fragment/util/comparator/FragmentEntryLinkLastPropagationDateComparator.java
    
    Constructors are now set private, and a new static method getInstance(boolean) was added.
    
    ## Why
    
    Apply Singleton pattern
    
    ----
    
    # breaking
    
    ## What /modules/apps/fragment/fragment-api/src/main/java/com/liferay/fragment/util/comparator/FragmentEntryNameComparator.java
    
    Constructors are now set private, and a new static method getInstance(boolean) was added.
    
    ## Why
    
    Apply Singleton pattern
    
    ----
    victorhcunha authored and brianchandotcom committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    2d8bf0b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9bf13e7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a863d8e View commit details
    Browse the repository at this point in the history
  20. LPD-27018 SemVer fragment

    victorhcunha authored and brianchandotcom committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    6a1a2a9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    195fce4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b6ac230 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9bca4ac View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    eda13a8 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    45d2643 View commit details
    Browse the repository at this point in the history
  26. LPD-27018 prep next

    brianchandotcom committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    346bea2 View commit details
    Browse the repository at this point in the history
  27. LPD-27018 prep next

    brianchandotcom committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    07cfb6e View commit details
    Browse the repository at this point in the history
  28. LPD-34300 Refactor test

    smottal authored and brianchandotcom committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    5616827 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    3e406a6 View commit details
    Browse the repository at this point in the history
  30. LPD-34334 Request parameters should be omitted for lambda expression.…

    … Content must not be escaped.
    marcogalluzzi authored and brianchandotcom committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    3165f26 View commit details
    Browse the repository at this point in the history
  31. LPD-34334 Fix test

    marcogalluzzi authored and brianchandotcom committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a1fff4d View commit details
    Browse the repository at this point in the history
  32. LPD-23982 Overload Object utility class to be able to create Definiti…

    …ons and Relationhips of different companies.
    marianoalvarosaiz authored and achaparro committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    553a6f9 View commit details
    Browse the repository at this point in the history
  33. LPD-23982 Create common base test class. Test should work for DB Part…

    …ition enabled/disabled, so there is a need to split the logic in two classes.
    marianoalvarosaiz authored and achaparro committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    78d9565 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    cdbff3c View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    f538092 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    774ef79 View commit details
    Browse the repository at this point in the history
  37. LPD-23982 Create an utility method that allows importing a sql renami…

    …ng the schema used. This is useful to test the exported file partition against the database one, since the exported can be loaded in the database without removin the existing one.
    marianoalvarosaiz authored and achaparro committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    90564c9 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    67ba8d0 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    9b7d2af View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    b878cc0 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    5cc74e3 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    b0765a1 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    2baf637 View commit details
    Browse the repository at this point in the history
  44. LPD-23982 Not needed

    achaparro committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    e378a41 View commit details
    Browse the repository at this point in the history
  45. LPD-23982 Reuse

    achaparro committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    cd8a902 View commit details
    Browse the repository at this point in the history
  46. LPD-23982 Inline

    achaparro committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    4dac705 View commit details
    Browse the repository at this point in the history
  47. LPD-23982 Not needed

    achaparro committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    1e9ab22 View commit details
    Browse the repository at this point in the history
  48. LPD-23982 More clear

    achaparro committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    127a017 View commit details
    Browse the repository at this point in the history
  49. LPD-23982 Sort

    achaparro committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    af4cd93 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. LPD-23982 Manual SF

    achaparro committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f559967 View commit details
    Browse the repository at this point in the history