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.6
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.5.0
Choose a head ref
  • 8 commits
  • 17 files changed
  • 3 contributors

Commits on Feb 3, 2022

  1. Remove seperate linting step in github actions

    There is no need to test linting separately, because this is done in pytest run since:
    #74
    Jens Diemer committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    865155d View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Merge pull request #78 from boxine/linting

    Remove seperate linting step in github actions
    phihag authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    1989bf7 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Remove TaskProgressModel and store progress in TaskModel.progress_count

    Remove the `TaskProgressModel` and store progress information directly into `TaskModel`.
    The existing TaskProgressModel progress information will be migrated into `TaskModel` ;)
    
    Also store the current progress count into `SignalInfoModel` instance: So it is stored at which
    progress the signal was generated.
    
    Add `TaskModel.cumulate_progress` field that indicates if progress of the sub tasks be added up and
    saved in the parent task.
    
    Add `TaskModel.finished` field that indicates that this Task no longer waits or run.
    
    Idea comes from:
    #57 (comment)
    Jens Diemer committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    0b92aac View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Merge pull request #76 from boxine/refactor-models

    Remove TaskProgressModel and store progress in TaskModel.progress_count
    phihag authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    e79d75d View commit details
    Browse the repository at this point in the history
  2. update requirements

    Jens Diemer committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    613c5c0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #80 from boxine/updates

    update requirements
    flbraun authored Feb 8, 2022
    Configuration menu
    Copy the full SHA
    4b84938 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Release as 0.5.0

    Jens Diemer committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    5676c4c View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Merge pull request #82 from boxine/release

    Release
    phihag authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    7db458e View commit details
    Browse the repository at this point in the history
Loading