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: surface-security/django-notification-sender
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.6
Choose a base ref
...
head repository: surface-security/django-notification-sender
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.0
Choose a head ref
  • 3 commits
  • 9 files changed
  • 1 contributor

Commits on Jul 16, 2024

  1. Remove develop branch for simplicity (#23)

    * Remove develop branch for simplicity
    
    * fmt
    DDuarte authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    d9abae7 View commit details
    Browse the repository at this point in the history
  2. 0.0.6 -> 0.1.0 (#25)

    * 0.0.6 -> 0.1.0
    
    * Drop support for Django 3.2
    * upgrade black
    DDuarte authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    aeeda2b View commit details
    Browse the repository at this point in the history
  3. Remove django-database-locks dependency (#24)

    * Remove django-database-locks dependency
    
    This dependency assumes too much on the implementation of the platform.
    The recommendation is to do a subclass of the notification_sender command
    with any necessary locking mechanism (which can be the django-database-locks)
    DDuarte authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    70d788f View commit details
    Browse the repository at this point in the history
Loading