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: FlowingCode/backend-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0
Choose a base ref
...
head repository: FlowingCode/backend-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.0
Choose a head ref
  • 16 commits
  • 13 files changed
  • 5 contributors

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    7e52fb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. style: remove commented code

    mlopezFC authored and ngonzalezpazFC committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    6c23b71 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. build: use version 6.0.8 of spring-expression to avoid CVE-2023-20863

    use version 6.0.8 of spring-expression to avoid  CVE-2023-20863. More
    information: GHSA-wxqc-pxw9-g2p8
    mlopezFC authored and javier-godoy committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    5c33cce View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    4c3b8d4 View commit details
    Browse the repository at this point in the history
  2. feat: make the creation of new QuerySpec easier

    Make the creation of new QuerySpec instances easier by using chained
    Accessors. This make the feature not binary compatible, but given that
    we're just returning QuerySpecs instead of void, everything should
    compile, thus this is not a breaking change.
    
    Closes #93
    mlopezFC authored and javier-godoy committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    239ffdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37b1f93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3dd93eb View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    12fd5be View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    0d17d9d View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2025

  1. ci: update gpg profile

    javier-godoy authored Jan 20, 2025
    Configuration menu
    Copy the full SHA
    dcb17af View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

  1. Configuration menu
    Copy the full SHA
    eec3326 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    140b84c View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. Configuration menu
    Copy the full SHA
    3554b56 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2025

  1. chore: ignore resources

    mlopezFC committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    52ad977 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2025

  1. build: upgrade mvn-compiler-plugin and lombok versions

    Lombok: 1.18.32.
    Maven-compiler-plugin: 3.13.0.
    
    Close #104
    ngonzalezpazFC authored and mlopezFC committed Sep 26, 2025
    Configuration menu
    Copy the full SHA
    2125599 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2026

  1. Configuration menu
    Copy the full SHA
    2ddbc7c View commit details
    Browse the repository at this point in the history
Loading