-
Notifications
You must be signed in to change notification settings - Fork 21
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 17 files changed
- 3 contributors
Commits on Feb 3, 2022
-
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 committedFeb 3, 2022 Configuration menu - View commit details
-
Copy full SHA for 865155d - Browse repository at this point
Copy the full SHA 865155dView commit details
Commits on Feb 4, 2022
-
Merge pull request #78 from boxine/linting
Remove seperate linting step in github actions
Configuration menu - View commit details
-
Copy full SHA for 1989bf7 - Browse repository at this point
Copy the full SHA 1989bf7View commit details
Commits on Feb 7, 2022
-
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 committedFeb 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 0b92aac - Browse repository at this point
Copy the full SHA 0b92aacView commit details
Commits on Feb 8, 2022
-
Merge pull request #76 from boxine/refactor-models
Remove TaskProgressModel and store progress in TaskModel.progress_count
Configuration menu - View commit details
-
Copy full SHA for e79d75d - Browse repository at this point
Copy the full SHA e79d75dView commit details -
Jens Diemer committed
Feb 8, 2022 Configuration menu - View commit details
-
Copy full SHA for 613c5c0 - Browse repository at this point
Copy the full SHA 613c5c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b84938 - Browse repository at this point
Copy the full SHA 4b84938View commit details
Commits on Feb 10, 2022
-
Jens Diemer committed
Feb 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 5676c4c - Browse repository at this point
Copy the full SHA 5676c4cView commit details
Commits on Feb 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7db458e - Browse repository at this point
Copy the full SHA 7db458eView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.4.6...v0.5.0