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.4
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.5
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Jan 28, 2022

  1. Fix #46 By increment existing TaskProgressModel instances

    Don't create a new TaskProgressModel instances for every `ProcessInfo.update()` call and increment a
    existing TaskProgressModel instances. So we will not flood the database ;)
    
    Based on #67
    Jens Diemer committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    3ebd73c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68 from boxine/merge#67

    Fix #46 By increment existing TaskProgressModel instances
    phihag authored Jan 28, 2022
    Configuration menu
    Copy the full SHA
    c73031c View commit details
    Browse the repository at this point in the history
  3. Release as v0.4.5

    Jens Diemer committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    e147acd View commit details
    Browse the repository at this point in the history
Loading