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

Commits on Feb 22, 2021

  1. Fix#17 - Add progress information

    * Add fields to existing `TaskModel` for store information about what to do.
    * Add a new `TaskProgressModel` for store what's done so far.
    * Add `tqdm.ProcessInfo` helper to store progress information to models.
    * Enhance `TaskModelAdmin` to display progress information.
    * Add "make fire_parallel_processing_task" for better testing this feature
    
    e.g.:
    
    ![grafik](https://user-images.githubusercontent.com/71315/108684767-988a2f80-74f3-11eb-986f-47b9f2137e83.png)
    
    ![grafik](https://user-images.githubusercontent.com/71315/108684800-a344c480-74f3-11eb-9dd5-275bbd323567.png)
    Jens Diemer committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    60f14dc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19 from boxine/fix#17-tqdm

    WIP: Fix#17 - Add progress information
    jedie authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    4c69846 View commit details
    Browse the repository at this point in the history
  3. release as v0.3.0

    Jens Diemer committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    2e9b347 View commit details
    Browse the repository at this point in the history
Loading