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: mozilla-releng/balrog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.66
Choose a base ref
...
head repository: mozilla-releng/balrog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 13 commits
  • 21 files changed
  • 5 contributors

Commits on Jan 23, 2025

  1. Update python dependencies

    Eijebong committed Jan 23, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a472fc2 View commit details
  2. Copy the full SHA
    94db2fb View commit details
  3. Bump version before release

    Eijebong committed Jan 23, 2025
    Copy the full SHA
    2b581f8 View commit details
  4. Copy the full SHA
    80cf55f View commit details

Commits on Jan 24, 2025

  1. fix(docker): Switch to pip install and remove repoze-lru workaround (

    …#3281)
    
    - Replaces `python setup.py install` with `pip install` in the Docker image
    - Removes the hard-coded `repoze.lru` (`-` to `.`) workaround in `pin-helper`
    
    The issue arose because `pip-compile` switches `.` to `-` when following [PEP-0503](https://peps.python.org/pep-0503/#normalized-names) package name normalization rules. While `pip` seamlessly handles the aliased name (installing the package with `.`), `setuptools` does not manage the mismatch well. By moving to `pip install`, we avoid the naming conflict entirely and prevent future mishaps.
    hneiva authored Jan 24, 2025
    Copy the full SHA
    19dbbfb View commit details
  2. Add a pr-complete task that we can require before merging PRs (#3282)

    * Add a `pr-complete` task that we can require before merging PRs
    
    The task does nothing, always succeeds but depends on all test tasks passing.
    
    * Add ui tasks to `pr-complete` dependencies
    Eijebong authored Jan 24, 2025
    Copy the full SHA
    b593d46 View commit details

Commits on Feb 6, 2025

  1. chore: Update tox to version 4 and repin dependencies (#3283)

    * chore: Update tox to version 4
    
    * chore: Update dockerfile to remove some tox warnings
    hneiva authored Feb 6, 2025
    Copy the full SHA
    d198acc View commit details
  2. chore: update python dependencies (#3306)

    * chore: update python dependencies
    
    * Fix formatting for what black now expects
    Eijebong authored Feb 6, 2025
    Copy the full SHA
    4f74d24 View commit details

Commits on Feb 12, 2025

  1. Copy the full SHA
    9ce9fee View commit details

Commits on Feb 13, 2025

  1. fix: put dockerhub credentials in ~/.docker/config.json (#3314)

    The new token I just added is a format that isn't supported in .dockercfg
    bhearsum authored Feb 13, 2025
    Copy the full SHA
    8cf91fc View commit details

Commits on Feb 25, 2025

  1. Copy the full SHA
    06ff1a9 View commit details
  2. Copy the full SHA
    a05909d View commit details
  3. Copy the full SHA
    ce198a6 View commit details
Loading