Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Updates the list of PRs included here
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog committed Aug 2, 2022
1 parent 45f5d25 commit 425c53a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
- Dropped support for Django 2.2
- Removed Django 2.2 testing
- Added testing for Python 3.10
- Applied the following parent fork PRs:
- https://github.com/Koed00/django-q/pull/603
- https://github.com/Koed00/django-q/pull/604
- https://github.com/Koed00/django-q/pull/605
- https://github.com/Koed00/django-q/pull/423
- https://github.com/Koed00/django-q/pull/677
- https://github.com/Koed00/django-q/pull/672
- https://github.com/Koed00/django-q/pull/659

Full Changes: https://github.com/Koed00/django-q/compare/master...paperless-ngx:paperless-main

Expand Down
12 changes: 0 additions & 12 deletions IDEAS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
- [Cons](#cons)
- [Simplify Human Hash](#simplify-human-hash)
- [Event Driven vs Polling](#event-driven-vs-polling)
- [Add .editorconfig](#add-editorconfig)
- [Add .pre-commit-config.yaml](#add-pre-commit-configyaml)
- [Sub-classing Process](#sub-classing-process)
- [Better Process Naming](#better-process-naming)
- [File Organization](#file-organization)
- [Useful PRs](#useful-prs)

# Ideas

Expand Down Expand Up @@ -64,10 +62,6 @@ task in the future, instead of polling continuously? Set the future timeout in
This would be a very large change in the architecture, but if it (or even potions of it) are possible, it would be
a much better solution than consistently polling and eating up cycles.

## Add .editorconfig

Pretty easy, adding an .editorconfig file will help keep the styling consistent across multiple authors.

## Add .pre-commit-config.yaml

Along the same idea as above, adding a pre-commit configuration will help enforce styling and formatting,
Expand All @@ -93,9 +87,3 @@ an idea of how many times a task has been re-incarnated or recycled)
The `cluster.py` file contains a lot more than Cluster. Simplify the file by moving other classes to their own
files and common functionality to an appropriate file as well.

## Useful PRs

- https://github.com/Koed00/django-q/pull/603
- https://github.com/Koed00/django-q/pull/604
- https://github.com/Koed00/django-q/pull/605
- https://github.com/Koed00/django-q/pull/423

0 comments on commit 425c53a

Please sign in to comment.