Commit graph

69 commits

Author SHA1 Message Date
Revant Nandgaonkar
dfd5651dbe refactor: improve oauthlib implementation
implement openid provider
implement PKCE
improve errors

(cherry picked from commit 96d6971ee4)
2021-04-29 14:14:30 +00:00
Rucha Mahabal
bf97382002 fix: row removed in child table not syncing when it has a dependency field 2020-12-23 13:09:53 +05:30
Fahim Ali Zain TP
0cb29a81ae
feat(Event Streaming): Conditional Events (#10868) 2020-11-13 15:15:29 +05:30
Rushabh Mehta
8bd98e6272 fix(minor): set name for Event Producer Last Update 2020-10-26 13:22:38 +05:30
Rushabh Mehta
625ab74883 fix(tests): added a new table to avoid conflicts 2020-10-26 13:01:46 +05:30
Rucha Mahabal
f24d87726a fix: added patch for deleting old keys 2020-09-09 11:10:47 +05:30
Aditya Hase
386b4847b4
chore: Attempt at fixing event-streaming tests 2020-09-09 09:38:20 +05:30
Rucha Mahabal
8cffea5c8e fix: test 2020-09-09 01:13:06 +05:30
Rucha Mahabal
efdeab6dad fix: test 2020-09-09 00:43:50 +05:30
Rucha Mahabal
21a299752b fix: test 2020-09-09 00:02:25 +05:30
Rucha Mahabal
220c4b734e fix: event subscriber validation 2020-09-08 22:56:18 +05:30
Rucha Mahabal
3b5c404378 fix: tests 2020-09-08 20:55:53 +05:30
Rucha Mahabal
ed5f332bb9 fix: sider issue 2020-09-08 19:29:46 +05:30
Rucha Mahabal
d7ea913605 fix: event streaming fixes 2020-09-08 19:01:08 +05:30
Rucha Mahabal
e48ed816c3 fix(Event Streaming): remove in_test flag from Event Consumer 2020-09-06 16:35:28 +05:30
Rushabh Mehta
8c8f7313f4
fix(minor): make utils explicit in safe_globals (#11408)
* fix(minor): make utils explicit in safe_globals

* fix(minor): import subprocess

* fix(minor): fix globals in safe_eval;

* fix(minor): import subprocess

* fix(minor): add test

* fix(minor): webhook.py

* fix(minor): document_type_mapping.py
2020-09-03 14:26:01 +05:30
Rucha Mahabal
bb0e8af0fb fix(test): unsubscribe doctypes in tearDown 2020-08-17 09:41:54 +05:30
Rucha Mahabal
8d09b37308 feat(Event Streaming): allow consumers to unsubscribe 2020-08-17 09:41:54 +05:30
Rushabh Mehta
6336756c8a fix(tests): test_event_producer 2020-08-17 09:41:54 +05:30
Rushabh Mehta
dad59ce8cf fix(tests): select for update in reset_event_producer 2020-08-17 09:41:54 +05:30
Rushabh Mehta
df8075bd1d debug(minor): print trace for failed events in tests 2020-08-17 09:41:54 +05:30
Rushabh Mehta
81a02794b8 fix(event_consumer): choose the right doctype 2020-08-17 09:41:54 +05:30
Rushabh Mehta
b92b97fd9a fix(minor): clear cache for maps 2020-08-17 09:41:54 +05:30
Rushabh Mehta
5ead49c212 fix(tests): fix caching for event_consumer.py 2020-08-17 09:41:54 +05:30
Rushabh Mehta
b09beb9147 fix(tests): cleanup 2020-08-17 09:41:54 +05:30
Rushabh Mehta
b4b620e738 fix(refactor): event_update_log - move code from document.py and cleanup hooks 2020-08-17 09:41:54 +05:30
Rushabh Mehta
26a9230fdd fix(tests): more debugging 2020-08-17 09:41:54 +05:30
Rushabh Mehta
73c98d7082 fix(minor): stop printing 2020-08-17 09:41:54 +05:30
Rushabh Mehta
b1971d1f65 fix(minor): add for_update parameter in get_doc 2020-08-17 09:41:54 +05:30
Rushabh Mehta
e421bc19f6 fix(major): frappe.db.set_value will lock the row 2020-08-17 09:41:54 +05:30
Rushabh Mehta
4d97635ab4 fix(major): frappe.db.set_value will lock the row 2020-08-17 09:41:54 +05:30
Rushabh Mehta
22c6e08b1b fix(test): try with print_sql 2020-08-17 09:41:54 +05:30
Rushabh Mehta
14d9c28eb7 fix(test): try with print_sql 2020-08-17 09:41:54 +05:30
Rushabh Mehta
77cc95a673 fix(test): retry test_event_producer 2020-08-17 09:41:54 +05:30
Rushabh Mehta
bb074aa90d fix(test): retry test_event_producer 2020-08-17 09:41:54 +05:30
Rucha Mahabal
4135791e51 fix: reload doc after incoming change from consumer 2020-06-11 15:30:00 +05:30
Rucha Mahabal
5c7a9d28b8 fix: set send_welcome_email as 0 for user creation 2020-06-11 15:29:23 +05:30
Rucha Mahabal
60dbf657f7 test: producer url 2020-06-11 14:11:03 +05:30
Rucha Mahabal
34704a2362 fix: reset configurations in Event Producer tests 2020-06-11 14:07:29 +05:30
Faris Ansari
3c8ba15bf6 test: Simplify Event Producer test 2020-06-10 21:23:55 +05:30
Rucha Mahabal
372bc53f5a fix: failing test 2020-04-30 18:36:07 +05:30
Rucha Mahabal
bbffc8109d fix: failing test 2020-04-30 17:05:29 +05:30
Rucha Mahabal
9292e6f0a8 fix: deadlock in tests 2020-04-21 00:44:04 +05:30
Rucha Mahabal
6b70580822 fix(sider): list membership check 2020-04-21 00:01:54 +05:30
Rucha Mahabal
e2859e0f09 fix: remove time.sleep from tests 2020-04-07 09:52:52 +05:30
Rucha Mahabal
ed397017ee test: inner mapping 2020-03-19 16:56:29 +05:30
Rucha Mahabal
7b8e780763 feat: field for remote value filters to fetch doc for inner mapping 2020-03-19 14:00:19 +05:30
Rucha Mahabal
b324a8fd6d test: mapping 2020-03-18 17:13:00 +05:30
Rucha Mahabal
1f28aa42b0 fix: filter and validate inner mapping 2020-03-18 15:51:05 +05:30
Rucha Mahabal
d19326f5df feat: dependency syncing in update type operation of mapped doctypes 2020-03-18 14:40:23 +05:30