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: reanahub/reana-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.9.2
Choose a base ref
...
head repository: reanahub/reana-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.9.3
Choose a head ref
  • 13 commits
  • 26 files changed
  • 4 contributors

Commits on Jan 11, 2024

  1. ci(commitlint): addition of commit message linter (#695)

    Adds commitlint to check the commit message style against agreed
    conventional commits configuration.
    
    Changes script argument values to always use linter names (e.g.
    shellcheck).
    
    Changes argument handling to allow only one checking action that can now
    accept further optional arguments.
    tiborsimko committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    2de7d61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b278f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. ci(shellcheck): fix exit code propagation (#698)

    Return properly the exit code status of shellcheck command when looping
    through shell script files.
    tiborsimko committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    fe696ea View commit details
    Browse the repository at this point in the history
  2. ci(commitlint): check for the presence of concrete PR number (#698)

    Enrich commitlint checker in order to check the precise PR number in the
    commit log headline.
    tiborsimko committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    fa5b7c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

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

Commits on Feb 1, 2024

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

Commits on Feb 7, 2024

  1. refactor(docs): move from reST to Markdown (#703)

    Convert docs from reStructuredText to Markdown so that the changelog
    file is compatible with Release Please.
    mdonadoni committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    c9c4d53 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

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

Commits on Feb 15, 2024

  1. build(appimage): upgrade to Python 3.8.18 (#704)

    Fixes AppImage building procedure by upgrading to Python 3.8.18.
    tiborsimko committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    783c17a View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

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

Commits on Feb 21, 2024

  1. test(snakemake): allow running Snakemake 7 tests on Python 3.11+ (#700)

    After upgrading Snakemake to version 7.32.4 (reanahub/reana-commons#435)
    there is no need to avoid running Snakemake tests on Python 3.11 and
    3.12, as it should be supported.
    
    Closes #655
    giuseppe-steduto committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    8ad7ff1 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. ci(commitlint): allow release commit style (#708)

    Allow unconventional commit style for the chore release commits created
    by Release Please.
    tiborsimko committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f552752 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

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