Skip to content
Snippets Groups Projects
  1. Apr 08, 2025
  2. Mar 07, 2025
    • Casey's avatar
      mrhlpr: use Part-of trailer instead of adding MR ID to subject · 7c5ee23d
      Casey authored and Pablo Correa Gomez's avatar Pablo Correa Gomez committed
      
      We are planning to migrate to marge-bot for handling merging commits,
      and with it adopt a new way of linking commits to their source MRs.
      
      Using a trailer with Part-of: !MR-ID results in the commits being linked
      to the MR, and the GitLab web interface inserting a hyperlink in its
      place making it easier to jump to the source MR.
      
      Let's adopt this for MRs we still merge manually now.
      
      Use the full URL to the MR rather than just the ID, this way if we ever
      split or merge repos it will still be easily possible to trace commits
      back to their original MRs.
      
      Signed-off-by: default avatarCaleb Connolly <caleb@postmarketos.org>
      Part-of: !70
      7c5ee23d
  3. Feb 10, 2025
  4. Feb 05, 2025
  5. Feb 03, 2025
  6. Jan 06, 2025
  7. Dec 05, 2024
  8. Dec 04, 2024
  9. Nov 28, 2024
  10. Nov 25, 2024
  11. Nov 24, 2024
  12. Nov 21, 2024
    • Clayton Craft's avatar
      mrhlpr: mr: use a simpler mechanism to detect if user approved a MR (MR 60) · 297ff40a
      Clayton Craft authored and Newbyte's avatar Newbyte committed
      This doesn't depend on an auth error to detect if a user has approved a
      MR, and fixes #24.
      
      For some reason mr.approval_state().get was 404'ing, causing #24.
      [ci:skip-build]: already built successfully in CI
      297ff40a
    • Newbyte's avatar
      mrhlpr.frontend: Fix string representation of ActionType · d49a1ccf
      Newbyte authored
      Previously, the string representation for ActionType would be something
      like ActionType.OK instead of [OK ] as intended. This resulted in
      commands like `$ mrhlpr status` getting an output like this:
      
          ActionType.OK Changes allowed
          ActionType.OK Clean worktree
          ActionType.NOK Rebase on master
          ActionType.NOK MR-ID in commit msgs
          ActionType.NOK Commit subjects follow format
             668526 doesn't match any regex
          ActionType.NOK Commits are signed
      
      instead of the intended
      
          [OK ] Changes allowed
          [OK ] Clean worktree
          [NOK] Rebase on master
          [NOK] MR-ID in commit msgs
          [NOK] Commit subjects follow format
             668526 doesn't match any regex
          [NOK] Commits are signed
      
      Fixes 8647dd3b
      d49a1ccf
  13. Nov 18, 2024
  14. Nov 12, 2024
  15. Nov 04, 2024
  16. Nov 02, 2024
  17. Oct 24, 2024
  18. Oct 23, 2024
  19. Oct 19, 2024
  20. Oct 18, 2024
    • Newbyte's avatar
      mrhlpr, mrtest: Add --version command · 31a169a2
      Newbyte authored
      This also effectively reverts 7d068e20,
      because now we actually use the version for something in the program. It
      also avoids the problems reported in
      #15 to the
      best of my knowledge — I tried reproducing the bug as written in there
      and did not get any build failures.
      
      The primary purpose of this version command is for making
      experimentation with mypyc easier, but I also can imagine it might be
      nice for users to be able to get their version of mrtest easily.
      31a169a2
Loading