Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GeorgeV220/MartexLibrary
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v11.23.0
Choose a base ref
...
head repository: GeorgeV220/MartexLibrary
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.23.1
Choose a head ref
  • 7 commits
  • 10 files changed
  • 2 contributors

Commits on Jul 27, 2024

  1. Copy the full SHA
    2159d75 View commit details
  2. Copy the full SHA
    d24d826 View commit details
  3. Copy the full SHA
    771c330 View commit details
  4. fix(database): update MongoDBEntityRepository with Gson initialization

    Initialize Gson in MongoDBEntityRepository constructors to fix JSON parsing
    issues and improve code readability. This change ensures that JSON data
    is properly parsed into the required Document format before saving or
    retrieving data.
    GeorgeV220 committed Jul 27, 2024
    Copy the full SHA
    2548a43 View commit details
  5. refactor(MySQLEntityRepository): Use Gson library to serialize and de…

    …serialize entities
    
    from and to the database. Add table name to the constructor.
    GeorgeV220 committed Jul 27, 2024
    Copy the full SHA
    201708d View commit details
  6. refactor: remove @column annotation on name field

    GeorgeV220 committed Jul 27, 2024
    Copy the full SHA
    4f9abdd View commit details
  7. chore(release): 11.23.1 [skip ci]

    ## [11.23.1](v11.23.0...v11.23.1) (2024-07-27)
    
    ### Bug Fixes
    
    * **database:** Ensure connection is valid in getConnection method ([d24d826](d24d826))
    * **database:** update MongoDBEntityRepository with Gson initialization ([2548a43](2548a43))
    semantic-release-bot committed Jul 27, 2024
    Copy the full SHA
    b931a38 View commit details
Loading