seitime-frappe/frappe
joezsweet 299ab6198a Cron like events scheduler (#4339)
* - trigger new "cron" event
- check cron string syntax
- added croniter to requirements

* - run scheduler ever 60 sec
- trigger all enabled events
- enqueue if now >= next time execution since last one

* Update task-runner.md

* fixed tests

* fix triggering with now = True

* modified sobstitution to cron_map
modified annually label to annual

* ability to use labels defined in cron_map in cron string definition
2017-10-27 14:48:48 +05:30
..
change_log [minor] added the change log for version 8.8.0 (#3970) 2017-08-22 20:06:09 +05:30
commands Merge pull request #4165 from achillesrasquinha/develop 2017-09-29 15:09:41 +05:30
config [major] AWS S3 Integration for Frappé (#4272) 2017-10-17 12:45:25 +05:30
contacts Add Email option to Address email_id field 2017-09-26 17:51:42 +08:00
core Merge branch 'master' into develop 2017-10-26 20:52:30 +05:30
custom Geolocation control (#4327) 2017-10-25 18:30:25 +05:30
data [fix] add restrict_to_domain in Framework.sql 2017-09-22 14:50:02 +05:30
data_migration Add get_password, fix total_pages (#4285) 2017-10-09 17:24:09 +05:30
desk Merge pull request #4364 from netchampfaris/calendar-view 2017-10-25 15:40:20 +05:30
docs Cron like events scheduler (#4339) 2017-10-27 14:48:48 +05:30
email BCC in Emails (#4377) 2017-10-25 15:33:30 +05:30
geo change FCFA to CFA for West African francs 2017-09-14 14:16:34 +01:00
integrations [fix] catch dropbox api malformed_path exception and log file path with traceback (#4332) 2017-10-27 14:47:10 +05:30
model Merge branch 'master' into develop 2017-10-26 09:54:21 +05:30
modules [minor] create __init__ file, passed create_init=True explicitly (#4265) 2017-10-09 13:17:03 +05:30
patches Reload sms settings from json (#4355) 2017-10-21 10:45:10 +05:30
printing Fixes for align labels right 2017-09-14 12:25:21 +05:30
public Merge branch 'master' into develop 2017-10-26 20:52:30 +05:30
templates Geolocation control (#4327) 2017-10-25 18:30:25 +05:30
tests Cron like events scheduler (#4339) 2017-10-27 14:48:48 +05:30
translations [Translation] Updated Translations 2017-09-25 12:27:11 +02:00
utils Cron like events scheduler (#4339) 2017-10-27 14:48:48 +05:30
website resolved merge conflicts 2017-10-18 16:22:06 +05:30
workflow [tests] fix 2017-08-29 15:31:04 +05:30
www [hotfix] robots.txt file is considered as static instead of getting context from robots.py (#4325) 2017-10-17 11:56:29 +05:30
__init__.py Merge branch 'master' into develop 2017-10-26 20:52:30 +05:30
api.py [hotfix] throw DoesNotExistError if doctype is not available on Delete api (#4013) 2017-09-01 09:16:32 +05:30
app.py Data Migration Tool (for hub) (#4144) 2017-10-05 11:15:35 +05:30
async.py FileAndRedisStream inherits io.FileIO instead of file (#3826) 2017-08-02 16:58:07 +05:30
auth.py Login with username 2017-09-13 14:18:31 +05:30
boot.py [hotfix] ignore the disabled reports in sidebar Reports section (#4200) 2017-09-28 12:12:16 +05:30
build.js [enhance] build only changed files, get others from cache (#4380) 2017-10-25 18:02:06 +05:30
build.py [BUG] fixed, changed to --restore, reset is a flag for test_runner 2017-09-26 15:44:04 +05:30
client.py [minor] better message on permission 2017-10-16 10:18:56 +05:30
database.py enqueue_after_commit option added to frappe.enqueue (#4167) 2017-10-18 11:43:02 +05:30
defaults.py [fix] locking for set_default (#4245) 2017-10-04 15:29:16 +05:30
exceptions.py Check if user role on login, return otpauth uri 2017-06-29 13:00:07 +01:00
frappeclient.py Data Migration Tool (for hub) (#4144) 2017-10-05 11:15:35 +05:30
handler.py Merge branch 'master' into staging 2017-08-24 16:51:28 +05:30
hooks.py [major] AWS S3 Integration for Frappé (#4272) 2017-10-17 12:45:25 +05:30
installer.py [minor] setup wizard fixes 2017-07-20 15:54:34 +05:30
limits.py Merge branch 'develop' into fix-urlencode 2017-08-11 13:01:24 +05:30
middlewares.py [website] route caching, bye bye sidebar, navbar search, blog cleanup 2015-03-12 16:31:14 +05:30
migrate.py [fix] patches 2017-03-08 11:57:33 +05:30
modules.txt Data Migration Tool (for hub) (#4144) 2017-10-05 11:15:35 +05:30
oauth.py Oauth2 implicit grant fixes tests (#4261) 2017-10-06 11:47:33 +05:30
patches.txt resolved merge conflicts 2017-10-18 16:22:06 +05:30
permissions.py Convert dict.items() to list for modifying dict while looping 2017-09-04 16:05:57 +05:30
pythonrc.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
sessions.py [refactor] domain and domain settings (#4163) 2017-10-17 12:29:08 +05:30
share.py [fix] remove prints 2017-09-21 16:47:53 +05:30
test_runner.py [fix] make test records for dependencies for app tests (#4336) 2017-10-18 11:38:14 +05:30
translate.py Use 'key' keyword argument with list.sort 2017-09-27 01:08:07 +05:30
twofactor.py Merge branch 'master' into staging 2017-10-23 13:02:09 +05:30