Django Th Versions Save

:snake: Trigger Happy - The bus :bus: for your internet services

1.7.0

5 years ago

Update version requirements Added new module : Joplin - (An open source note taking and to-do application with synchronisation capabilities.)

1.6.0

5 years ago

Compliant with Django 2.1

1.5.2

6 years ago

List of fixes:

  • masto fix #270
  • Tooter - Mastodon Account - fix #270
  • Evernote Parser - fix #268
  • RSS: Ignore invalid date - #267 fixed
  • No module named environ #fixed 266
  • Update sanitize.py (v1.x)
  • fix tox
  • simplifying
  • Update views_fbv.py
  • Update edit_consumer.html
  • Update my_feed.html
  • fix #262 + improvments

after the update of the application by pip install -U django-th do not forget to update the database

1.5.1

6 years ago

The release covers minors fixes:

  • 10e1569 - fix an issue with list of services not fully displayed for other user but just for the first one
  • 20884ac - better w/ get_object_or_404
  • 098fadb - raise 404 when service not found
  • e5ef932 - login_required to avoid AnonymousUser error
  • 6a143ad - doc

1.5.0

6 years ago

:jack_o_lantern: For this special event https://hacktoberfest.digitalocean.com/ a release will be made with all contrib at the end of october.

new modules:

  • reddit
  • mastodon

improvements:

  • the UI of the Service management is simplier
  • you can setup trigger-happy without editing th_settings.py create a .env (by copying env.sample) and set the value of the service you use and have registered
  • installation now add fixtures to enable all the provided services
  • doc - split in 4 : installation guide/admin guide/user guide/docker guide
  • the project now collect stat about the health of the triggers

1.4.0

6 years ago

Support for :

  • Python 3.6
  • Django 1.11
  • Django Rest Framework 3.6.2

New Service:

  • Tumblr

1.3.2

7 years ago

comes in addition to 1.3.0 and 1.3.1 : few fixes

1.3.0

7 years ago
  • Fix RSS producing (yes you can produce rss Feeds from Tweets you'd track for example)
  • Expired Tokens now trigger email to user and admin. Thus, This will avoid to let the "system" continues to try to use expired service. Once the service has been renew, the trigger come back to life :)

as the models changed, do not forget to do:

python manage.py migrate

1.2.0

7 years ago

New feature :

  • #155 Taiga and Slack services are now supported, through their respectives WebHooks... and Mattermost too, as this project uses the same API of Slack.
  • #162 You can now use the project with Docker. If you are familiar with docker, you can just follow the README_docker file I made.

Improvements :

Update of all the (old) requirements, except django still in 1.8.x

Contributions :

  • typo fixing #156 by Kenny John Jacob

Installation and Update :

Once you did

pip install -U django_th 

finish by

python manage.py migrate

to update the database

1.1.0

7 years ago
  • New feature :

launch one trigger from its list of triggers

  • Improvements :
    • Core : forget to add templates to Manifest for v 1.0.0
    • Core : Many improvement with Unitest
    • Core : drop unused modules : th_holidays th_search
    • Core : Triggers status of last execution
    • Core : Stop triggers that use a disabled service
    • Core : avoid error 500 when submitted twice the creation of a service
    • Evernote : RateLimit is reached... does not return a evenote.api.client.Store
    • Readability: Drop support
    • Todoist : regression with command line to 'recycle' data + an invalid import of TodoIst API
    • Twitter : get tweets from a given search string - the tag field works also perfecly for searching purpose
    • Twitter : set a longer size to store enorrrrmouuuusss token
    • Twitter : do a tweet with one tag