seitime-frappe/frappe/core
Ankush Menat 032df946be
test: bg jobs test cleanup (#18767)
* test: fix flaky RQ job tests

Sometimes stop_job doesn't succeed and causes tests to timeout. Reduced
sleep time to avoid this in tests. We are still testing all the
important features - monitoring.

* build(deps): Bump RQ to latest version

Minor bugfixes that affect us

ref: https://github.com/rq/rq/releases

* test: sanity tests for scheduled job types

* test(test_runner): dont set bench_id globally

* refactor: stop_job shouldn't throw error

The intention of use here is to stop stuck jobs or long running jobs, if
for some reason they were stopped by the time command gets executed,
there's no need to throw error.
2022-11-05 14:08:35 +05:30
..
api refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
doctype test: bg jobs test cleanup (#18767) 2022-11-05 14:08:35 +05:30
form_tour/doctype fix: module load issue, tour description and save field overlay 2021-11-25 17:57:07 +05:30
page refactor: Recorder code to vue3 2022-09-29 14:24:34 +05:30
report feat: db storage usage report (#18464) 2022-10-19 15:23:00 +05:30
web_form style: format JS files with prettier 2022-08-04 14:51:01 +05:30
workspace refactor!: remove background jobs page 2022-09-12 11:49:25 +05:30
__init__.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
notifications.py chore: Add typing 2022-08-12 12:53:24 +05:30
README.md rename Profile to User frappe/frappe#470 2014-03-11 16:14:47 +05:30
utils.py refactor: Replace html2text with markdownify 2022-07-06 08:23:14 +05:30

Core module contains the models required for the basic functioning of frappe including DocType, User (user), Role and others.