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.6.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.7.0
Choose a head ref
  • 17 commits
  • 74 files changed
  • 4 contributors

Commits on Apr 12, 2023

  1. Refactor project setup

    * Switch to git `main` branch
    * Switch from `pytest` to normal `unittests`
    * Switch from `poetry` to `pip-tools`
    * Use https://github.com/jedie/manage_django_project for developing
    * Expand test matrix by remove Django 4.0 and add 4.2
    * Enhance tox config
    Jens Diemer committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    98849c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Merge pull request #118 from boxine/manage-django-project

    Refactor project setup
    phihag authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    16a5b36 View commit details
    Browse the repository at this point in the history
  2. Update requirements and remove "docker-compose" python package

    * Update requirements
    * remove "docker-compose" python package
    * Add `volumes` from test project to .gitignore and ignore it in tools
    Jens Diemer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    7d9c2e0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #120 from boxine/update-requirements

    Update requirements and remove "docker-compose" python package
    flbraun authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    d7d4236 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Update README.md

    jedie authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    43537ca View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Cleanup .gitignore

    Jens Diemer committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    dfc5655 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a8ff29 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #122 from boxine/gitignore-cleanup

    Cleanup `.gitignore`
    phihag authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    cb4f7a6 View commit details
    Browse the repository at this point in the history
  4. Update requirements

    Jens Diemer authored and flbraun committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    bd0c920 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #123 from boxine/update-req2

    Update requirements
    jedie authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    624ffe7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #124 from boxine/huey-info

    New: Display Huey pending/scheduled/result counts in admin
    jedie authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    4023dc9 View commit details
    Browse the repository at this point in the history
  7. Rename Makefile targets and use "-" instead of underscore

    And add `run-shell-django` to easier debug a non working container setup ;)
    Jens Diemer authored and flbraun committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    60cd7e4 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #125 from boxine/makefile

    Rename Makefile targets and use "-" instead of underscore
    flbraun authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    4c0d3f1 View commit details
    Browse the repository at this point in the history
  9. Bugfix docker test project

    We broke the "docker compose" test project by remove `poerty` usage.
    
    * Bugfix test project layout:
      * Move settings
      * remove obsolete files
    * Fix compose test project:
      * Bugfix `DJANGO_SETTINGS_MODULE`
      * update volumes paths in `docker-compose.yml`
      * Activate `AUTOLOGIN`
      * Update `python:3.10-slim-buster` to `python:3.11-slim-bookworm`
      * Bugfix project bootstrap (Remove poetry calls)
    Jens Diemer committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    93a0a11 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #121 from boxine/info

    Display Huey pending/scheduled/result counts in admin and fixes
    flbraun authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    749c3a6 View commit details
    Browse the repository at this point in the history
  11. Update README

    Jens Diemer committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    057ee91 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #126 from boxine/readme

    Update README
    jedie authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    c77df28 View commit details
    Browse the repository at this point in the history
Loading