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

feat(installer): add installer as a submodule #2110

Merged
merged 34 commits into from
Aug 29, 2024

Commits on Aug 1, 2024

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

Commits on Aug 6, 2024

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

Commits on Aug 7, 2024

  1. Merge remote-tracking branch 'origin/feature/add-installer-submodule'…

    … into feature/add-installer-submodule
    maugde committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d17a8f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    9b6f2d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fae646 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/feature/add-installer-submodule'…

    … into feature/add-installer-submodule
    
    # Conflicts:
    #	installer
    maugde committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    4813c0b View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    41ef5c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d59efea View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    87970fe View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/add-installer-submodule'…

    … into feature/add-installer-submodule
    maugde committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b74c443 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    208f2dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8db3a45 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    4cb782c View commit details
    Browse the repository at this point in the history
  2. build: use relative paths in coverage report (#2125)

    This allows to remove an unnecessary trick from CI, which could break if
    anything change on github side.
    
    Signed-off-by: Sylvain Leclerc <sylvain.leclerc@rte-france.com>
    sylvlecl authored and maugde committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    a75f7e0 View commit details
    Browse the repository at this point in the history
  3. feat(ts-gen): add timeseries generation for thermal clusters (#2112)

    Uses antares-timeseries-generation to perform thermal clusters
    timeseries generation.
    
    The generation is performed as a background task on file studies,
    since it can take several seconds or more.
    
    Note that generated matrices are not "inner matrices" of the
    command since they are generated on each command execution.
    Generated matrices that will be stored later in the matrix store will
    be saved from garbage collection as all other snaphot matrices.
    MartinBelthle authored and maugde committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    24e5516 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50025df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f987ac View commit details
    Browse the repository at this point in the history
  6. build: remove auto-generated changelog from desktop package (#2126)

    The changelog is maintained by hand in documentation, it's better to use
    it everywhere for consistency sake. Also, generated changelog did not
    seem to match
    the released version (see changelog in v2.17.5 zip which only contains
    changes up to v2.17.4).
    
    ---------
    
    Signed-off-by: Sylvain Leclerc <sylvain.leclerc@rte-france.com>
    sylvlecl authored and maugde committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    85c265c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24e8e8f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c7890fd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2027624 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f61ef67 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

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

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    8ab67b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc1d394 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Checkout submodules to build installer

    Signed-off-by: Sylvain Leclerc <sylvain.leclerc@rte-france.com>
    sylvlecl committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5f14724 View commit details
    Browse the repository at this point in the history
  2. Fix venv init on windows

    Signed-off-by: Sylvain Leclerc <sylvain.leclerc@rte-france.com>
    sylvlecl committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    dcd1109 View commit details
    Browse the repository at this point in the history
  3. Update installer submodule (should fix requirements)

    Signed-off-by: Sylvain Leclerc <sylvain.leclerc@rte-france.com>
    sylvlecl committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    eb77213 View commit details
    Browse the repository at this point in the history
  4. Update installer requirements

    Signed-off-by: Sylvain Leclerc <sylvain.leclerc@rte-france.com>
    sylvlecl committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    945effc View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Try to use hatch as in installer repo

    Signed-off-by: Sylvain Leclerc <sylvain.leclerc@rte-france.com>
    sylvlecl committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    88e3d32 View commit details
    Browse the repository at this point in the history
  2. Fix hatch script for windows

    Signed-off-by: Sylvain Leclerc <sylvain.leclerc@rte-france.com>
    sylvlecl committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    adbdd6a View commit details
    Browse the repository at this point in the history
  3. Add execution permissions for installer packaging script

    Signed-off-by: Sylvain Leclerc <sylvain.leclerc@rte-france.com>
    sylvlecl committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    13b4e61 View commit details
    Browse the repository at this point in the history
  4. Remove workflow execution for current branch

    Signed-off-by: Sylvain Leclerc <sylvain.leclerc@rte-france.com>
    sylvlecl committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c9d0faa View commit details
    Browse the repository at this point in the history
  5. Update installer submodule (requirements.txt removed)

    Signed-off-by: Sylvain Leclerc <sylvain.leclerc@rte-france.com>
    sylvlecl committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    880dc0a View commit details
    Browse the repository at this point in the history