Skip to content

Latest commit

 

History

History
167 lines (92 loc) · 9.31 KB

CHANGELOG.md

File metadata and controls

167 lines (92 loc) · 9.31 KB

1.4.13 (2025-02-06)

Bug Fixes

  • update OC Validator to support temp and local identifiers (9b95285)

1.4.12 (2025-02-01)

Bug Fixes

  • ci: handle no-changes scenario in GitHub Actions workflow (50eddfa)

1.4.11 (2025-02-01)

Bug Fixes

  • ci: simplify git operations in issues manager workflow (90055ba)

1.4.10 (2025-02-01)

Bug Fixes

  • ci: add change detection before committing validation reports (77647c8)

1.4.9 (2025-02-01)

Bug Fixes

  • ensure proper staging after stash operations in workflow (49c2907)

1.4.8 (2025-02-01)

Bug Fixes

  • ci: improve Git operations handling in issues_manager workflow (b47e06f)

1.4.7 (2025-02-01)

Bug Fixes

  • workflows: merge archive functionality into issues manager (27dba9c)

1.4.6 (2025-02-01)

Bug Fixes

  • workflows: unify concurrency control for validation reports (91134c8)

1.4.5 (2025-02-01)

Bug Fixes

  • ci: improve git operations reliability (6b0ddd4)

1.4.4 (2025-02-01)

Bug Fixes

  • ci: improve concurrent execution handling (bcc871a)

1.4.3 (2025-02-01)

Bug Fixes

  • ci: remove validation reports from GitHub after Zenodo archival (5712639)

1.4.2 (2025-02-01)

Bug Fixes

  • ci: add automatic commit of validation reports (3ad3594)

1.4.1 (2025-02-01)

Bug Fixes

  • ci: add automatic commit of validation reports index (1f897bd)

1.4.0 (2025-02-01)

Features

  • improve Zenodo file handling and user experience (21045bb)

1.3.0 (2025-01-31)

Features

  • improve Zenodo validation report handling and URLs (a03d78a)

1.2.2 (2025-01-31)

Bug Fixes

  • add validation report redirect page (5542f41)

1.2.1 (2025-01-31)

Bug Fixes

  • ensure publication_date is correctly set in Zenodo metadata (48e05d8)

1.2.0 (2025-01-31)

Features

  • improve Zenodo deposit titles with meaningful metadata (a372dd8)

1.1.2 (2025-01-31)

Bug Fixes

  • remove Content-Type header from Zenodo file upload (229e644)

1.1.1 (2025-01-31)

Bug Fixes

  • update Content-Type header for Zenodo file uploads (c00e086)

1.1.0 (2025-01-31)

Features

  • Add automatic archival workflow for validation reports to Zenodo (2a8ebde)

Bug Fixes

  • add get_zenodo_base_url and improve tests (3326506)
  • ci: add ZENODO_SANDBOX token to test environment (f393456)

1.0.2 (2025-01-31)

Bug Fixes

  • use persistent GitHub API URLs for user identification (ddf3d29)

1.0.1 (2025-01-30)

Bug Fixes

  • gitignore: allow tracking of validation reports (2334657)
  • gitignore: remove docs directory from ignored paths (e9399b8)

1.0.0 (2025-01-29)

Features

  • add automated semantic release workflow (fd3101a)
  • add detailed logging to process_issues.py (540891c)
  • add HTML validation report generation to process issues action (f384731)
  • add repository detection and debug logging (57e46e3)
  • add validation for empty issue body (40a09ff)
  • add Zenodo sandbox support for development environment (fa9c625)
  • integrate oc-validator for CSV validation (50f0f6f)
  • migrate to Poetry and enhance testing infrastructure (22afa6e)
  • parameterize repository URL in answer function (3aa99c5)
  • replace gh CLI with GitHub REST API and rename whitelist (498995c)
  • replace safelist.txt with YAML-based safe_list.yaml (313618e)
  • update issue processing workflow and documentation (d871e56)
  • workflow: enable automatic publishing of validation reports (94b30af)

Bug Fixes

  • add GH_TOKEN and ZENODO env vars to test workflow (f2aa200)
  • add required permissions for GitHub Pages deployment (59e6faa)
  • update success message to reference OpenCitations Index (192716b)