Commit Graph
1080 Commits
Author SHA1 Message Date
Ilan Steemers 5dadcd5f5e Updates changelog to 1.2.4 2020-06-10 11:56:35 +02:00
Ilan Steemers 5d3f9fd916 Getting ready for 1.2.4 2020-06-10 11:46:50 +02:00
Ilan Steemers 142af91fbe Merge pull request #446 from Djailla/migration
Add missing migration for django-picklefield
2020-06-10 11:14:34 +02:00
Bastien Vallet ff4836fc7b Add a missing migration
Required by django-picklefield major update
2020-06-10 11:06:13 +02:00
Ilan Steemers 81d5fea1c9 Updates test packages 2020-06-09 19:39:58 +02:00
Ilan Steemers db8db1cc9d Create FUNDING.yml 2020-06-05 23:15:00 +02:00
Ilan Steemers 1e312b8b6d Updates Changlog 2020-06-05 17:34:58 +02:00
Ilan Steemers 9b67ad9e5a Updates django and pytest 2020-06-04 10:35:11 +02:00
Ilan Steemers 191f7b3a9e Updates django test version 2020-06-03 13:36:52 +02:00
Ilan Steemers 446f193a45 Release workflow 2020-06-03 13:36:00 +02:00
Ilan Steemers 56982bdd26 Adding back sdist to fix issues with optional extras 2020-05-31 19:43:18 +02:00
Ilan Steemers c32724ff24 Merge pull request #442 from Koed00/poetry
Poetry
2020-05-31 13:20:54 +02:00
Ilan Steemers cd4862ad32 Uses poetry instead of setup.py 2020-05-30 15:17:19 +02:00
Ilan Steemers 997a932571 Uses poetry instead of setup.py 2020-05-30 15:08:28 +02:00
Ilan Steemers 25b3c47e5f Getting ready for 1.2.2 2020-05-28 14:49:40 +02:00
Ilan Steemers 0d8cc2e2af Updates packages for testing 2020-05-27 17:54:07 +02:00
Ilan Steemers a6eda43c72 Merge pull request #428 from hhyo/hhyo-patch-1
Fix issue when using USE_TZ=False with MySQL
2020-05-27 17:49:38 +02:00
Ilan Steemers bef944af61 Merge pull request #440 from maerteijn/fix-database-router
Fix issues when using multiple databases with a database router
2020-05-27 17:48:20 +02:00
Ilan Steemers 92448bb136 Merge pull request #417 from rbranche/task-sync-raise-exceptions
When sync=True, re-raise exceptions from the worker.
2020-05-27 17:46:48 +02:00
Martijn Jacobs f0546bc91c Lock the Scheduler model for the database it's using
This can happen when you use a database router for example
2020-05-01 17:30:19 +02:00
Martijn Jacobs 85a9f33ac0 Check for the right database when querying for get_autocommit 2020-05-01 17:29:27 +02:00
Ilan Steemers 108050b1ea Merge pull request #429 from asedeno/signed-not-encrypted
Update documentation to say tasks are signed, not encrypted
2020-04-21 12:27:45 +02:00
Alejandro Sedeño 4429f99095 Update documentation to say tasks are signed, not encrypted
This resolves #300.
2020-04-17 14:25:35 -04:00
小圈圈 25d1e3e3a0 Fix issue when using USE_TZ=False with MySQL #353 2020-04-15 20:57:27 +08:00
Ilan Steemers a53edd2a4e Updates django versions 2020-03-04 13:43:53 +01:00
Ilan Steemers d30fc8695b Updates test requirements 2020-03-04 13:41:56 +01:00
Ryan Branche d7d0b0dfb4 Add unit test for sync=True change.
When sync=True, re-raise exceptions from the worker.
2020-02-28 14:47:28 -08:00
Ryan Branche 2f14c122e4 When sync=True, re-raise exceptions from the worker.
This commit adds code to detect if the task is running synchronously in
the worker and re-raise exceptions that were originally raised by the
underlying task function.
2020-02-28 14:26:20 -08:00
Ilan 5351372fd9 Getting ready for 1.2.1 2020-02-18 20:48:27 +01:00
Ilan a6052f5a6a Getting ready for 1.2.1 2020-02-18 20:24:38 +01:00
Ilan dd5fadbc8a Updates boto and psutil for testing 2020-02-18 20:23:20 +01:00
Ilan Steemers cf1b795f18 Merge pull request #415 from Koed00/f-strings
Convert to f-strings
2020-02-18 20:21:38 +01:00
Ilan 7c31c2408c Replaces format with f-strings 2020-02-18 18:47:05 +01:00
Ilan dcc115ca1b Updates copyright 2020-02-17 21:22:48 +01:00
Ilan 0bca3cbd7a Replacing format with f-strings 2020-02-17 16:59:12 +01:00
Ilan a1543c8d82 Updates CHANGELOG.md to v1.2.0 2020-02-17 13:18:53 +01:00
Ilan 17c1e2b651 Getting ready for 1.2.0 2020-02-17 13:09:18 +01:00
Ilan da6563ed54 Updates boto 2020-02-17 13:05:48 +01:00
Ilan Steemers e3a46992b9 Merge pull request #414 from crea-asia/cluster_id
Differentiate between PID and unique cluster ID
2020-02-14 14:34:21 +01:00
Jason McVetta 93fab1e87f Revert "bump version from 1.1.0 -> 1.2.0"
This reverts commit 3d394b25e4.
2020-02-13 18:17:46 +07:00
Jason McVetta 35848cc80d fix typo 2020-02-13 18:17:00 +07:00
Ilan 4faf577a52 Updates requirements 2020-02-13 11:47:27 +01:00
Jason McVetta 3d394b25e4 bump version from 1.1.0 -> 1.2.0 2020-02-13 13:12:25 +07:00
Jason McVetta 93a8c3520c truncate cluster_id from the other end 2020-02-12 18:56:54 +07:00
Jason McVetta aa51413d81 cast cluster_id UUID to str 2020-02-12 18:52:45 +07:00
Jason McVetta abc8b397fc Revert "wider column for cluster_id, and cast to string"
This reverts commit a37d3b7af0.
2020-02-12 18:52:25 +07:00
Jason McVetta 7f9f6c3a04 Revert "terminal position"
This reverts commit db70d14754.
2020-02-12 18:52:24 +07:00
Jason McVetta db70d14754 terminal position 2020-02-12 18:51:41 +07:00
Jason McVetta a37d3b7af0 wider column for cluster_id, and cast to string 2020-02-12 18:50:46 +07:00
Jason McVetta cb01620a5d truncate cluster_id UUID to fit column 2020-02-12 18:43:31 +07:00