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.5
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.4.6
Choose a head ref
  • 16 commits
  • 10 files changed
  • 4 contributors

Commits on Jan 28, 2022

  1. Configuration menu
    Copy the full SHA
    2b316de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01a419e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8245a94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfb7804 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6b9e13 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Update requirements

    Jens Diemer committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    d6edab7 View commit details
    Browse the repository at this point in the history
  2. Use darker as code formatter tool base...

    Use Darker as code formatter. Darker is:
    """
    Apply black reformatting to Python files only in regions changed since a given commit.
    """
    
    Also use `pytest-darker`, `pytest-flake8` and `pytest-isort` ... So code formatting "errors" will be
    check in pytest run. (Note: Only the first test is slower, afer one test runs only changed files
    will be checked.)
    Jens Diemer committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    2e81ed1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #73 from boxine/updates

    Update requirements
    phihag authored Feb 1, 2022
    Configuration menu
    Copy the full SHA
    e8b40f0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #74 from boxine/darker

    Use darker as code formatter tool base...
    phihag authored Feb 1, 2022
    Configuration menu
    Copy the full SHA
    01d94fa View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Merge pull request #72 from Skrattoune/master

    #70 showing task description when available on TaskAdmin
    jedie authored Feb 3, 2022
    Configuration menu
    Copy the full SHA
    9b2514a View commit details
    Browse the repository at this point in the history
  2. Move "hostname" in filter list down to the end

    In practice, the hostname can change constantly. In that case, the list is very long. Move it to the
    end. Then it does not bother so much.
    
    Maybe we should remove/add this field, by settings?
    Jens Diemer committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    8131d22 View commit details
    Browse the repository at this point in the history
  3. Bugfix code style/linting

    Lower max line length to 100.
    Exclude migration files.
    Jens Diemer committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    fa4f674 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48828a0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #77 from boxine/enhancements

    Enhancements
    phihag authored Feb 3, 2022
    Configuration menu
    Copy the full SHA
    d6cf80a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #75 from boxine/update

    Update requirements and README and prepare v0.4.6 release
    phihag authored Feb 3, 2022
    Configuration menu
    Copy the full SHA
    434ecfd View commit details
    Browse the repository at this point in the history
  7. Don't call fix-code-style while publishing

    Code check is done in pytest run, since: #74
    
    And there is a problem with 'fix-code-style', because of:
    akaihola/darker#273 (black would like to access docker volumes and raise a
    permission error)
    Jens Diemer committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    3a2b7a3 View commit details
    Browse the repository at this point in the history
Loading