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

Datasources - Part 1: Rework datasource classes #3101

Merged
merged 9 commits into from
Jul 19, 2024

Commits on Jul 10, 2024

  1. reorganize datasource classes + add tests

    Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
    rolnico committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e5c4154 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. fix issues + make a constructor protected

    Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
    rolnico committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    f7be34e View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. move boolean exists(String suffix, String ext) to AbstractFileSystemD…

    …ataSource
    
    Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
    rolnico committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    2a59770 View commit details
    Browse the repository at this point in the history
  2. remove mention to mainExtension in tests

    Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
    rolnico committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    5db7158 View commit details
    Browse the repository at this point in the history
  3. remove semicolon

    Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
    rolnico committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    77b606f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. factorize identical sets

    Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
    rolnico committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    76c5981 View commit details
    Browse the repository at this point in the history
  2. fix tests

    Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
    rolnico committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    a10185c View commit details
    Browse the repository at this point in the history
  3. fix issue

    Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
    rolnico committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    1d388c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59b687d View commit details
    Browse the repository at this point in the history