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: FAIRDataTeam/FAIRDataPoint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.19.0
Choose a base ref
...
head repository: FAIRDataTeam/FAIRDataPoint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.19.1
Choose a head ref
  • 5 commits
  • 533 files changed
  • 1 contributor

Commits on Mar 20, 2026

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

Commits on Mar 23, 2026

  1. Update groupId from nl.dtls to org.fairdatateam (#863)

    This basically modifies every source file in the repo.
    
    * move all files from nl/dtls to org/fairdatateam
    
    * replace all references to nl.dtls by org.fairdatateam
    
    * replace groupId nl.dtls by org.fairdatateam in pom.xml (note that the develop branch uses org.fairdatapoint, but that is inconsistent with the rest of our packages, so we need to fix the groupId for develop as well...)
    
    * bump version to 1.19.1, because the change is only internal and there is no change in functionality (fdp is not a library, and it is not published in any package repo, so there should not be any dependent projects)
    dennisvang authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    2c893e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2026

  1. Replace DTL by FAIR Data Team in license text (#869)

    * change license owner from DTL to FAIR Data Team in pom.xml
    
    * replace DTL by FAIR Data Team in license text for *all* files
    
    * replace dtls in path in mongo migration readme
    dennisvang authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    bc41c9e View commit details
    Browse the repository at this point in the history
  2. Collapse swagger api docs by default (#870)

    this is much more convenient for the user, not having to scroll through the many options
    dennisvang authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    4b01fd9 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2026

  1. Hide details from saved-query user mapping (#872)

    * hide user details in mapping from SearchSavedQuery to SearchSavedQueryDTO (for backward compatibility, the structure of the returned json object remains unchanged, but the values are now anonymized)
    
    * adapt SearchSavedQueryService methods to new signature for SearchSavedQueryMapper.toDTO()
    
    * update security.md
    
    todo: for the next major release, we should simply replace the user object by the user's uuid string
    dennisvang authored Mar 26, 2026
    Configuration menu
    Copy the full SHA
    67ec393 View commit details
    Browse the repository at this point in the history
Loading