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: StreetVoice/django-elastic-transcoder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Supratix/django-elastic-transcoder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 24 files changed
  • 3 contributors

Commits on Mar 18, 2017

  1. focus on officially supported django versions

    see https://www.djangoproject.com/download/#supported-versions
    
    * dropped south
    * drop deprecated apis
    * try to follow pep-8
    Nikolaus Schlemm committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    bba12cd View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2017

  1. let boto3 handle the credentials, etc.

    Nikolaus Schlemm committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    045a0b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2017

  1. * cater for error notifications with no "messageDetails"

    * added onwarning signal
    * updated supported django and python versions for tox and travis
    Nikolaus Schlemm committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    5f3decc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8145b11 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2017

  1. adding django 2.0 support

    Signed-off-by: Tobias Göcke <tobias.goecke@supratix.com>
    tobiasgoecke committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    20d7e40 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2018

  1. Update 0001_initial.py

    tobiasgoecke authored Jul 14, 2018
    Configuration menu
    Copy the full SHA
    926a846 View commit details
    Browse the repository at this point in the history
  2. Update 0001_initial.py

    tobiasgoecke authored Jul 14, 2018
    Configuration menu
    Copy the full SHA
    d556075 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Update 0001_initial.py

    tobiasgoecke authored Apr 25, 2019
    Configuration menu
    Copy the full SHA
    d1c291e View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. adding django 3 support

    Signed-off-by: Tobias Goecke <tobias.goecke@supratix.com>
    tobiasgoecke committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    3039ba9 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. update for django 4

    Signed-off-by: Tobias Goecke <tobias.goecke@supratix.com>
    tobiasgoecke committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    416faad View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. transcode_onprogress.send(

    Signed-off-by: Tobias Göcke <tobias.goecke@supratix.com>
    tobiasgoecke committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    a09023e View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. update versions

    Signed-off-by: Tobias Göcke <tobias.goecke@supratix.com>
    tobiasgoecke committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    98a1eb9 View commit details
    Browse the repository at this point in the history
  2. update deps

    Signed-off-by: Tobias Göcke <tobias.goecke@supratix.com>
    tobiasgoecke committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    6d3e96c View commit details
    Browse the repository at this point in the history
Loading