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: softwarepub/hermes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: softwarepub/hermes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 7 files changed
  • 5 contributors

Commits on Dec 17, 2025

  1. Create GitLab CI/CD variables with visibility masked and hidden on init

    "Masked and hidden" means: The variable value is masked in job logs and
    can never be revealed in the CI/CD settings after the variable has been
    saved.
    
    This is consistent with the workflow for creating and updating new
    access tokens on both GitLab and Zenodo, where a token can never be
    revealed after it has been saved.
    
    GitLab API docs: https://docs.gitlab.com/api/project_level_variables/#create-a-variable
    thunze committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    54e90ce View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2026

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

Commits on Jan 16, 2026

  1. Merge pull request #461 from thunze/masked-and-hidden

    Create GitLab CI/CD variables with visibility masked and hidden on init
    zyzzyxdonta authored Jan 16, 2026
    Configuration menu
    Copy the full SHA
    66076ed View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2026

  1. Configuration menu
    Copy the full SHA
    23cf9bd View commit details
    Browse the repository at this point in the history
  2. Introduce sub-steps

    zyzzyxdonta committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    b648240 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c859c2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff8ea6e View commit details
    Browse the repository at this point in the history
  5. Update docstring: {unified→processed} metadata

    Co-authored-by: Stephan Druskat <[email protected]>
    zyzzyxdonta and sdruskat committed Jan 23, 2026
    Configuration menu
    Copy the full SHA
    df0ea0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6649bc6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    223cb2c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d162a61 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #441 from softwarepub/feature/440-curation-step-ba…

    …se-class
    
    Create more elaborate base class for curation plugins
    nheeb authored Jan 23, 2026
    Configuration menu
    Copy the full SHA
    a637cc3 View commit details
    Browse the repository at this point in the history
Loading