3f151fd235
Extract simple workers common code into a base class [PREMIUM-4]
2017-05-08 07:38:56 +03:00
0fbc7fb7eb
Add Premium key validation [PREMIUM-4]
2017-05-03 12:20:13 +03:00
98d6f55a6e
Tweak Sending Service key validation after a code review [MAILPOET-743]
...
* Abstract key state to unbound it from the API response codes
* Rename SendingServiceKeyCheck task for clarity
* Add a setter for the API key in the Bridge API class
* Make some smaller fixes
2017-01-27 16:22:11 +03:00
1f91d40def
Add sending service key validation [MAILPOET-743]
2017-01-27 16:20:26 +03:00
a6b00e1ba7
- Adds new "ping" cron daemon router endpoint
...
- Removes the requirement to have data payload for router requests
2017-01-08 22:25:39 -05:00
0535e1eaeb
Merge pull request #737 from mailpoet/sending_service_bounce_sync
...
Add bounce synchronization with MailPoet Sending Service [MAILPOET-696]
2016-12-08 21:47:55 -05:00
baf0d374ae
Add bounce synchronization with MailPoet Sending Service [MAILPOET-696]
2016-12-06 22:48:36 +03:00
2955b6d5a0
- Clarifies const values
2016-11-28 09:50:32 -05:00
4402f826c3
fixed issue with namespace AND fixed issue #649
2016-10-06 12:54:04 +02:00
b9745b555a
make sure ABSPATH is defined before using it - fixes issue #648
2016-10-06 12:52:53 +02:00
7fbf84db1f
converted text domain to string instead of constant
2016-09-30 09:58:26 +02:00
42202f676a
updated Env::plugin_name to constant for text domain
2016-09-27 14:54:23 +02:00
ba6198f956
added textdomain to __() calls
2016-09-27 14:53:44 +02:00
c5b8b2aef0
- Fixes "class not found" error in Daemon
...
- Moves ignore_user_abort() to the run() method
- Updates unit tests
2016-09-10 18:06:48 -04:00
3508ac36b4
- Removes daemon status logic and updates tests
...
- Refactors daemon
- Adds daemon unit tests
2016-09-08 19:22:42 -04:00
1be7fda1cf
- Updates daemon request timeouts
2016-08-05 13:03:31 -04:00
3f5c36d2d4
- Fixes blocking HTTP request issue
...
- Simplifies cron supervisor
2016-08-05 13:03:31 -04:00
150364de3a
- Fixes API endpoint naming convention
...
- Generates/saves cron daemon token as soon as its executed
2016-07-07 14:00:07 -04:00
1cd9f3eb67
- Removes counter from cron daemon
...
- Invokes token regeneration/comparion at a later stage
2016-07-07 10:24:24 -04:00
ab33a9c352
- Updates cron API URL
...
- Removes cron daemon counter
- Generates/saves cron daemon token as soon as its executed
2016-07-06 19:48:16 -04:00
cb2faec8b2
- Refactors API
...
- Updates existing classes to use the refactored API methods
2016-07-05 20:17:25 -04:00
f32d6bb331
- Joins bulk and individual processing into one method
...
- Refactors code as per code review comments
2016-06-20 23:12:32 -04:00
08e6430c7d
June 8 2016 Copy review
2016-06-08 17:02:50 +02:00
fc597a53bb
- Corrects the daemon stop status
2016-05-09 20:28:02 -04:00
422fba2835
- Updates based on code review comments
2016-05-03 18:41:57 -04:00
a4477a9bd6
- Updates CONST values
2016-05-02 12:27:00 -04:00
0b9812210f
- Updates CONST values
2016-05-02 11:30:37 -04:00
756dbb4641
- Updates daemon status to CONSTs
...
- Uncomments temporary commented out code
- Removes unnecessary exception handles in Public API
2016-05-02 10:32:34 -04:00
afcb0a0d7f
- Upperases all constants
2016-05-02 09:47:54 -04:00
2cbd2d54f3
Subscription pages
2016-04-15 11:56:33 -04:00
89f2958d23
- Updates cron to use new public API query parameters
2016-04-08 18:53:57 -04:00
947e1150d8
- Removes cron worker hooks as the execution timer can't be persisted
...
between them
2016-03-24 10:00:52 -04:00
3f6caf5fa4
- Implements scheduler worker for welcome and post notifications
...
- Updates sending queue worker to save rendered newsletter body
- Updates sending queue router to schedule post notification newsletters
2016-03-20 22:01:01 -04:00
c4b728f4e1
- Updates Daemon to execute workers via WP's action hook
...
- Bootstraps Scheduler class
2016-03-03 15:42:10 -05:00
0d894a6fef
- Fixes namespace issue when catching exceptions
2016-02-12 11:20:43 -05:00
9b584296a5
- Updates queue worker based on code review comments
2016-02-11 10:23:41 -05:00
7522084ccb
- Rewrites sending queue worker and updates router
...
- Implements batch sending for queue worker
- Fixes mailer class issue when sender data can be empty
- Updates values for cron execution timeout/limit
2016-02-10 22:34:54 -05:00
70de0a01bf
- Moves cron timeout/execution limit to the central cron helper class
2016-01-29 15:01:10 -05:00
32f8f07602
- Refactors and fixes issues identified during code review
2016-01-29 13:30:13 -05:00
d4d575cda4
- Refactors cron supervisor/daemon/router
2016-01-28 21:38:23 -05:00
2cf03ec0a3
- Fixes cron HTTP request loop issue
2016-01-28 12:50:12 -05:00
746c19d6ed
- Resolves an issue with cron not starting
2016-01-27 14:15:00 -05:00
4df11163a1
automatically update 'updated_at' when saving daemon
2016-01-08 12:23:15 +01:00
82a736ffbb
Cron update + removing console.log
...
- use Setting::getValue for getDaemon method
- added "updated_at" property within cron_daemon value (instead of using the setting's column)
- converted line endings to Unix in notice.js and removed console.log
2016-01-08 12:02:11 +01:00
0dbe04c3f8
- Addresses issues identified during code review
2016-01-06 19:19:06 -05:00
f1bf2bb097
- Refactors Mailer class
...
- Refactors SendingQueue worker class
- Adds Maier router with a send() method + ability to specify sending method
- Updates tests
- Introduces 'stopping' and 'starting' cron states
- Improves cron control mechanism
Closes #276
2016-01-05 10:34:57 -05:00
c2fde308cb
- Renames and updates sending queue worker
...
- Updates mailer router's send() method
2015-12-04 12:31:54 -05:00
da6e154642
fixed conflicts
2015-12-04 11:25:06 +01:00
acebf669a7
- Updates queue worker to use mailer router for sending
...
- Updates mailer router to detect method type
- Rebases master
2015-12-03 22:01:33 -05:00
9b011c0281
- Places supervisor/daemon/worker under the new Cron class
...
- Updates endpoints
- Integrates queue worker with MailPoet mailer
- Fixes script activation check logic
2015-12-03 22:01:18 -05:00