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: boxine/django-huey-monitor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: boxine/django-huey-monitor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.1
Choose a head ref
  • 8 commits
  • 8 files changed
  • 4 contributors

Commits on May 31, 2021

  1. Bugfix ProcessInfo.__str__()

    Jens Diemer committed May 31, 2021
    Configuration menu
    Copy the full SHA
    3f2bd0c View commit details
    Browse the repository at this point in the history
  2. Fix #27 Data too long for column 'desc'

    Jens Diemer committed May 31, 2021
    Configuration menu
    Copy the full SHA
    bebb010 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #29 from boxine/fix#27

     Fix #27 Data too long for column 'desc'
    phihag authored May 31, 2021
    Configuration menu
    Copy the full SHA
    61a7ce6 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Modernize github CI pipeline and bugfix local tox call

    Before this PR the CI steps doesn't run only one combination.
    
    e.g.: https://github.com/boxine/django-huey-monitor/runs/2711496007
    
    Now all Github CI action steps runs on one Python/Django version combination.
    
    Another problem: Call `tox` local will not use different Python versions!
    
    * Remove test against Django 3.0 and add tests with Django 3.2
    * Run tests also on MacOS
    * Add a `pytest-ci.ini` that will only used on github CI
    * Omit `.*` in coverage
    Jens Diemer committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    ebd545f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31 from boxine/ci

    Modernize github CI pipeline and bugfix local `tox` call
    phihag authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    798f20a View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Bugfix README

    jedie authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    39af1c5 View commit details
    Browse the repository at this point in the history
  2. Prepare v0.4.1 release

    jedie authored and Jens Diemer committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    45fc86c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #33 from boxine/jedie-patch-1

    Prepare v0.4.1 release
    flbraun authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    7b530f0 View commit details
    Browse the repository at this point in the history
Loading