Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 1.6.0
    aabdf0d0 · Fix zap command ·
    1.6.0
    
  • 1.5.0
    82cd1346 · 1.5.0 ·
    Release 1.5.0
    
    Features:
    * Add mrhlpr push to command, that can now be used outside
      finish (@pabloyoyoista)
    * Add mrtest upgrade command, which allows to use pipeline artifacts as
      a remote repository to test how would apk behave (@Newbyte)
    
    Fixes:
    * Improve error messages in various situations:
      * Authentication errors (@Newbyte)
      * Missing artifacts in pipelines (@longnoserob)
    
    Maintenance:
    * Update postmarketOS gitlab url to self-hosted (@ollieparanoid)
    
  • 1.4.1
    135912ab · 1.4.1 ·
    Release 1.4.1
    
    This is a hot-fix release
    
    Fixes:
    * run msg_filter scripts through Python instead of making them executable
    
  • 1.4.0
    d77deb26 · 1.4.0 ·
    Release 1.4.0
    
    Features:
    * Add a "finish" action to help merge MRs without interacting with
      gitlab's UI. See README for documentation on how to use it.
    
    Fixes:
    * Fix crash from running "status" on non-checked-out branch
    
    Maintenance:
    * Add type annotations
    * Use pyproject.toml instead of setup.py
    * Drop support for Python < 3.9
    * Add docstrings for some methods
    
  • 1.3.0
    Release 1.3.0
    
    Features:
    * mrhlpr: git: Make clean_worktree match git checkout behaviour better (MR 19)
    * mrhlpr: frontend: Print warning when running clean_worktree (MR 19)
    * mrtest: Handle case when the remote does not have any packages to download (MR 20)
    * mrtest: Add note to README about mrtest. Add check for running apk command. (MR 20)
    * mrtest: add_packages: Handle case when sudo/doas fails (MR 22)
    * mrtest: allow to toggle multiple packages and use ranges (MR 23)
    
    Fixes:
    * mrhlpr: msg_filter_add_label: fix 2nd line
    
  • 1.2.0
    fcb77798 · Prepare 1.2.0 release ·
    Release 1.2.0
    
    Features:
    * mrhlpr fixmsg: add --skip-build argument
    * mrhlpr fixmsg: add -c and -v args
    * mrhlpr: msg_filter_add_label: add trailer line
    
    Fixes:
    * mrtest: Don't run sudo/doas if already root user (MR 18)
    
    Other:
    * CI: add pmb ci compatible flake8 script
    * mrhlpr: prepare for multiple filter scripts
    
  • 1.1.2
    32d002df · Prepare 1.1.2 release ·
    Release 1.1.2
    
    Fixes:
    * MANIFEST.in: include data files (MR 17)
    
  • 1.1.1
    a572a138 · Prepare 1.1.1 release ·
    Release 1.1.1
    
    Fixes:
    - bump version in mrhlpr/__init__.py
    
  • 1.1.0
    Release 1.1.0
    
    Features:
    * gitlab.parse_git_origin: + gitlab.freedesktop.org
    * mrhlpr.pipeline.get_arch…: add riscv64 and arm64
    * mrhlpr/pipeline: support -emulated in job name
    * mrtest add: don't fail: pipeline status != success (MR 16)
    
    Fixes:
    * mrtest: select_package: validate input before calling int() (MR 14)
    
    Other:
    * mrhlpr.pipeline.get_arch…: order alphabetically
    
  • 1.0.3
    791def23 · Prepare 1.0.3 release ·
    Release 1.0.3
    
    Fixes:
    * mrhlpr.mr.get_artifacts_zip: get without cache
    
  • 1.0.2
    da18a0e6 · Prepare 1.0.2 release ·
    Release 1.0.2
    
    Fixes:
    - mrtest: Fix "u" upgrade option (MR 13)
    
  • 1.0.1
    78c89467 · Prepare 1.0.1 release ·
    Release 1.0.1
    
    * Fix in mrtest for sometimes using the wrong project id to query
      pipelines (source_project_id instead of pipeline_project_id).
    * Refactor related code to not use the extra api call in mrtest to query
      the source project, since it's not needed anymore.
    
  • 1.0.0
    1de69795 · Prepare 1.0.0 release ·
    Release 1.0.0
    
    Initial release, so we can package mrtest in Alpine.