Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/celery/django-celery-beat

Celery Periodic Tasks backed by the Django ORM
https://github.com/celery/django-celery-beat

Merge pull request #123 from ShaheedHaque/master

Size CrontabSchedule fields for max length values.

2005bbe4cacf734be0d2f5345dc3aa6285a483ce authored almost 7 years ago by Omer Katz <[email protected]>
Deal with flake8/flakeplus reports.

9ac68efd2c089439d38dac71bbf2d67c51e8626a authored almost 7 years ago by Shaheed Haque <[email protected]>
Add migration support for field max_length changes.

f64880659200b635f89bba3ec0f15c34fa23d6b3 authored almost 7 years ago by Shaheed Haque <[email protected]>
Shorten lines to make flake8 happy.

2074b42a2cbc52e25f6318d7f360f755e8fc87f7 authored almost 7 years ago by Shaheed Haque <[email protected]>
Size CrontabSchedule fields for max length values.

5ac4c5c281adf8f3267c6c4b9f16211739b37f01 authored almost 7 years ago by Shaheed Haque <[email protected]>
Test against Django 2.0. (#119)

feaf34e2c30e28273b03d754d50e9a1d9f1191c6 authored almost 7 years ago by Martin Bächtold <[email protected]>
Fix the test environment (#118)

* Add missing doc strings.

This fixes the errors in the "pydocstyle" test environment.

* R...

ba48402770eead01f059cb364fd522996761d003 authored almost 7 years ago by Martin Bächtold <[email protected]>
Prevent MySQL has gone away errors (#58)

Prevents Error "MySQL has gone away" when Django tries to go through old, timed-out or closed co...

9001f0f2ee43d8871d1739419e47c14edf33ba58 authored about 7 years ago by bigmars86 <[email protected]>
Merge pull request #92 from wardal/fix_migration_creation

Fix endless migration creation and add new migration file

2d96dfac9ff0dd9bb1ddf93bc2494a1f75eb7477 authored about 7 years ago by Omer Katz <[email protected]>
Merge pull request #94 from virtalabs/remove-ephem

remove ephem requirement

d74ab937ac4fa632dbb718354c548fa44124408c authored about 7 years ago by Omer Katz <[email protected]>
Merge remote-tracking branch 'origin/master' into remove-ephem

8ca5535e445b9f9c3545ff7bd0cf6b7ec914581e authored about 7 years ago by Ben Ransford <[email protected]>
Merge pull request #68 from DDevine/timezone_fix

Fix interval schedules by providing nowfun.

190ae10ff46596095973138d4edf59c23c6a14f1 authored about 7 years ago by Omer Katz <[email protected]>
remove ephem requirement

No other files in this repository mention ephem, so presumably this rather
heavyweight library i...

818a37fdbfb143484b17f9370f5ad43d5aa06119 authored about 7 years ago by Ben Ransford <[email protected]>
Add migration file for solar schedules events

3c14b1861e88749f773c1d53a1f3cea223c00548 authored about 7 years ago by Wardal <[email protected]>
Fix endless migrations creation for solar schedules events

5bccc2dd9f5dd30f19cff30ffcf449c5fca91897 authored about 7 years ago by Wardal <[email protected]>
Bump version: 1.0.1 → 1.1.0

524d4807d084c80ca4e27e591930bf26caba6640 authored about 7 years ago by Omer Katz <[email protected]>
Updated changelog.

11d8ca2ddb6362cb5c376e2acf27768c93d7063f authored about 7 years ago by Omer Katz <[email protected]>
Use a localized PyTZ timezone object for now() otherwise conversions fail scheduling breaks resulting in constant running of tasks or possibly not running ever.

6c92cc67ca2a2494215d5557f2d5a5f3777da145 authored over 7 years ago by Daniel Devine <[email protected]>
Fixing linting error.

fa1e421212d3c1bfb17385704dffc74666bb2fd8 authored over 7 years ago by Daniel Devine <[email protected]>
Entry.last_run_at is no-longer timezone naive. Removed naivety from test.

ff97cf689991411484dad26c36a0ba8fa9d0dcb5 authored over 7 years ago by Daniel Devine <[email protected]>
Remove unneeded import

19de2118e26f433a0e5ec47c5a2ed26cadd3b018 authored over 7 years ago by Daniel Devine <[email protected]>
Removing code that forced last_run_at to be timezone naive for no reason, made timezone aware. Fixes crontab schedules after https://github.com/celery/celery/pull/4173.

2312ab540910a06d7c1b285ed8d09e7576791021 authored over 7 years ago by Daniel Devine <[email protected]>
Fix linting error.

0b473e71404e83434bca987d0c911e6b6d6f3c51 authored over 7 years ago by Daniel Devine <[email protected]>
Fixed test to not expire relative to current date. Added test to check both if a task is due in addition to not due.

e54a0a2c1f92fac056d98a46309f95e29ca9676e authored over 7 years ago by Daniel Devine <[email protected]>
Fix interval schedules by providing nowfun.

2bb701f4c1dc872a1da696621a19a85f9a8c6106 authored over 7 years ago by Daniel Devine <[email protected]>
Fix crashes and ensure usage of correct timezone for solar and crontab schedules (#56)

* Return schedule for solar periodic tasks so that Celery Beat does not crash when one is schedu...

b6c0581756a7e47e356a5ca64c674142402f9237 authored over 7 years ago by DDevine <[email protected]>
Update README.rst (#50)

change last run time

4dc0a2aacaea5fcd9acc69009faf27c96ca41c31 authored over 7 years ago by mapleflow <[email protected]>
added run action to periodic tasks admin (#52)

* added run action to periodic tasks admin

* fixed flake8 line length issues

* Added tests...

9e86b876e74427783c0cc6ebc1f53ba012d971d2 authored over 7 years ago by James Bradshaw <[email protected]>
Package name should be with dashes not underscores (#32)

f014edcb954c707cb7628f4416257b6a58689523 authored over 7 years ago by Venelin Stoykov <[email protected]>
Add on_delete to ForeignKeys, plus other fixes (#44)

* Fix the tests so they complete again

* Add explicit support for Django 1.11

* Add an exp...

8779c2e46cc4e58aa785f3336753379cc575ac77 authored over 7 years ago by Joey Wilhelm <[email protected]>
Correcting example import location (#29)

07911466542837b68483189d810f94b41e0c0f87 authored almost 8 years ago by Meg Will <[email protected]>
Small fix: css class conflict with django-adminlte2 package (#21)

* Update admin.py

Fix bootstrap collapse issue

* Fixed missing 1 required positional argum...

0073f403a68b20bc7478e4bb9fb855d768e041d5 authored almost 8 years ago by Hoang Manh Phu <[email protected]>
Fix PeriodicTask.enable sync issues (#25)

* failing test

* fix sync issue where an entry is added back to the schedule by calling Sched...

d8751825dcc809b06eb0f48a1d14566624ecfe2e authored almost 8 years ago by AJ Renold <[email protected]>
Fix import in warning message (#22)

18e9e0e84eab126a94a5952e6d3380c45197e0ea authored almost 8 years ago by t0neg <[email protected]>
Notify beat of changes when Solar model changes.

598cb0eb02115ef79c419ab1a355250602a0e523 authored about 8 years ago by Ask Solem <[email protected]>
Merge branch 'master' of github.com:celery/django-celery-beat

230fa29d6c59c8b6aa238b56ac1ade323beaa9b3 authored about 8 years ago by Ask Solem <[email protected]>
Notify beat of changes when Interval/Crontab models change. Closes celery/celery#3683

fca09ec38e2dac01d2335c24169db4f649849024 authored about 8 years ago by Ask Solem <[email protected]>
Add solar schedules (#9)

* Add solar schedules

* Flake and cleanup for tests

* Fix extra characters

* Change ver...

ec46367c38a63a01e3e9ea6992534bc914650746 authored about 8 years ago by Mark Heppner <[email protected]>
Update check for db scheduler to check for django string. Closes #6

8041f450406523997fdc798df989db59a2256a1f authored about 8 years ago by Ask Solem <[email protected]>
Fixes missing import (Issue #14)

c94a0635afa1cec5749cd2a56e672daeb47dbada authored about 8 years ago by Ask Solem <[email protected]>
Adds Mark Heppner to AUTHORS (Issue #14)

f281bed52a80f58056eb7a4ae4b00a4cc7f815ac authored about 8 years ago by Ask Solem <[email protected]>
Fixes for #14

794da6f3603d6df65b1ea135cec9240c7a72c845 authored about 8 years ago by Ask Solem <[email protected]>
Add admin actions to toggle tasks

dfebc14a95a62b186de17263e9dd82be9475abbb authored about 8 years ago by Mark Heppner <[email protected]>
Fixes migrations

6f66b6d69c4dc50b258d6624b56834d8f98907d4 authored about 8 years ago by Ask Solem <[email protected]>
flakes

d2cc33c3d2b54196c8b298c204a5e7e6e0813df0 authored about 8 years ago by Ask Solem <[email protected]>
Adds default_app_config (Issue celery/celery#3567)

200a7ab6611420c40aa369e9e168fb4596126944 authored about 8 years ago by Ask Solem <[email protected]>
Fixes README rendering on PyPI

f0feb97f1b7bc8c44e57ba1dacbe6f1e78a0659b authored about 8 years ago by Ask Solem <[email protected]>
reStructured text dont have admonition directive

c05a798d4f76d7aca9d2bfa4525f26f977026c9a authored about 8 years ago by Ask Solem <[email protected]>
Fixes reStructuredText error

5e04d933272184e29c36b6ad58619791c37f3f38 authored about 8 years ago by Ask Solem <[email protected]>
Bump version: 1.0.0 → 1.0.1

03a1bd5a819a9de49240d32df8ff37cac6041c02 authored about 8 years ago by Ask Solem <[email protected]>
Fixes typo in .bumpversion.cfg

ec5743a2f8b5d3dd1586960b684545b41d26c82f authored about 8 years ago by Ask Solem <[email protected]>
Updates Changelog

3e114e39a1edb4244ac0e11e8741cf97bbeea5a7 authored about 8 years ago by Ask Solem <[email protected]>
readthedocs.org -> readthedocs.io

8ba1963bbbd858dc8d0f6d7bbd6c4f9ba9a36636 authored about 8 years ago by Ask Solem <[email protected]>
Test: Fixes conftest import errors

25390120cb090f4916b2311b5d38a52769713163 authored about 8 years ago by Ask Solem <[email protected]>
MANIFEST: Make sure migrations are included in dist

df26095522e2b7a1023e3625907d58f58be4527b authored about 8 years ago by Ask Solem <[email protected]>
Now depends on celery 4.0

4b8531041a329d87d3df62c90d1e3ce130dd8507 authored about 8 years ago by Ask Solem <[email protected]>
Adds documentation

333c0f1d17c8c0190b283e9e80832c63dd60de05 authored about 8 years ago by Ask Solem <[email protected]>
pep257 -> pydocstyle

90a8ea1b73b5909d22f8e3774e9dcd288ce66b73 authored about 8 years ago by Ask Solem <[email protected]>
Modify readme template with changes to README.rst

81cc32a7a505b78dbbd62fc4c425cf7d258625e5 authored about 8 years ago by Ask Solem <[email protected]>
Merge branch 'master' of github.com:celery/django-celery-beat

ce1994a77b5f5979ef011eaea0e99c69dc09da22 authored about 8 years ago by Ask Solem <[email protected]>
Adds pydocstyle tox target

d01588f758e6dc28ee5ee25b8662c8e9e2683497 authored about 8 years ago by Ask Solem <[email protected]>
Adds keywords to setup.py

3e5eb65a034b7cab91a5baabf6f524fc12c740a0 authored about 8 years ago by Ask Solem <[email protected]>
Merge pull request #4 from sobolevn/patch-1

Updated `README.rst` with svg bagde

6f5cf7316a86eec6d525d12a56840545f96a2863 authored about 8 years ago by Asif Saifuddin Auvi <[email protected]>
Updated `README.rst` with svg bagde

9ffe6332e4a953b9c2765498f49d1e3c6909fe21 authored about 8 years ago by Sobolev Nikita <[email protected]>
Merge branch 'master' of github.com:celery/django-celery-beat

d3ac234dd804302758e4f7c9747c2f6d55013dd5 authored about 8 years ago by Ask Solem <[email protected]>
Tests: Use generator fixtures

ac4013746560a2112190437f834e93d10091ed08 authored about 8 years ago by Ask Solem <[email protected]>
Merge pull request #2 from millin/patch-1

Python 3 compatibility

d4395c3879f61d22026b5365a41ffa37ae1c5192 authored about 8 years ago by Asif Saifuddin Auvi <[email protected]>
Python 3 compatibility.

Decorator python_2_unicode_compatible() is applied to admin.ModelAdmin since Django 1.5.
Method ...

4da684f628d54e53fe710d0fe8bd6f59e332ab18 authored about 8 years ago by Alexander Millin <[email protected]>
flakes

06370041bd88910b5d95bf7e56c96ae2dc024aeb authored over 8 years ago by Ask Solem <[email protected]>
Removes unused module

f4dd0880820a75c4c74fb224316e94fb74962f24 authored over 8 years ago by Ask Solem <[email protected]>
Fixes build

ac2fe49f1943b90c54cf9700d26d23bd0a7a5c5e authored over 8 years ago by Ask Solem <[email protected]>
Use py.test

ebe5b6fb11815c8ed79ab6af5f3025abd85a507b authored over 8 years ago by Ask Solem <[email protected]>
Removes Bitdeli badge

47f58d196b80781db0610fe1828d4c113ae029a5 authored over 8 years ago by Ask Solem <[email protected]>
Adds more README badges

33126660bd2921ed457243ab259f83117279e883 authored over 8 years ago by Ask Solem <[email protected]>
Fixes typo

b81da5161f8309657d542de1d181c9487625fe00 authored over 8 years ago by Ask Solem <[email protected]>
CI: Removes OSX target.

73f8fdf20adb2b551a67ee60cfc578d35c0da20e authored over 8 years ago by Ask Solem <[email protected]>
CI: Fixes typo

426aba214a7efdea82f87d1635b7e1b8af7a048b authored over 8 years ago by Ask Solem <[email protected]>
Cosmetics

51699f7fe75a2d5322e9e27fe6d61e3f5747cb77 authored over 8 years ago by Ask Solem <[email protected]>
Remove pre Django 1.8 hacks

0f44d52e64ee30d8f7aa87053d314dadf77592fb authored over 8 years ago by Ask Solem <[email protected]>
CI: Adds Django 1.10 to test matrix

c10510c342ef0d155c23ed14affdc81a7b359009 authored over 8 years ago by Ask Solem <[email protected]>
Fixes typo in tox.ini

871cb7b30261d52bd841e0b70c8da46ba9a1c3d8 authored over 8 years ago by Ask Solem <[email protected]>
Improvements

32e8bd52b2b3e78160f780ef099964913bfaf93e authored over 8 years ago by Ask Solem <[email protected]>
Remove rest_framework from test settings

2a81bb78cba915e8182c47747c1bdded3ba462dc authored over 8 years ago by Ask Solem <[email protected]>
Initial import

422989f2815cc270c15849964073476e9cca413f authored over 8 years ago by Ask Solem <[email protected]>