Rucha Mahabal
7013ffb59e
fix: maintain event configurations only on event producer site
2019-10-11 02:16:31 +05:30
Rucha Mahabal
86b2b25915
feat(Events Streaming): naming configuration
2019-10-11 02:16:31 +05:30
Rucha Mahabal
b17b668774
feat: created doctypes for mapping
2019-10-11 02:16:31 +05:30
Rucha Mahabal
8b27aa876c
fix: auth header encoding in python3
2019-10-11 02:16:31 +05:30
Rucha Mahabal
8fd9d3d99f
feat: resync button in event sync log
2019-10-11 02:16:31 +05:30
Rucha Mahabal
10d1e55258
feat: log synced and failed docs
2019-10-11 02:16:31 +05:30
Rucha Mahabal
3c125c89bc
feat: added event sync log for consumer nodes
2019-10-11 02:16:31 +05:30
Rucha Mahabal
3f829a408d
fix: update log sync queue
2019-10-11 02:16:31 +05:30
Rucha Mahabal
4d174eaaeb
fix: sync nested dependencies
2019-10-11 02:16:31 +05:30
Rucha Mahabal
21a4b6c3de
fix: tests for event producer
2019-10-11 02:16:31 +05:30
Rucha Mahabal
42d7547b53
fix: handle notifications when consumer is offline
2019-10-11 02:16:31 +05:30
Rucha Mahabal
a460221a77
fix: last update pointer during subscription
2019-10-11 02:16:31 +05:30
Rucha Mahabal
1cefb676c5
feat: notify consumers about new updates, pull updates when notified
2019-10-11 02:16:31 +05:30
Rucha Mahabal
4cfe9eed79
fix: authentication in handler.py
2019-10-11 02:16:31 +05:30
Rucha Mahabal
ee2e1936d3
fix: event consumer authentication
2019-10-11 02:16:31 +05:30
Rucha Mahabal
dff86d5c23
fix: create consumer if its not present on remote site
2019-10-11 02:16:31 +05:30
Rucha Mahabal
870bf66807
fix: replaced Node Configuration with Event Producer and Consumer, removed Node related doctypes
2019-10-11 02:16:31 +05:30
Rucha Mahabal
7c5ea346eb
fix: changed module name from offline to events_streaming
2019-10-11 02:16:31 +05:30
Rucha Mahabal
96a0b08224
test: dynamic link dependency
2019-10-11 02:16:31 +05:30
Rucha Mahabal
9f602ca5d1
feat: sync dynamic link dependencies
2019-10-11 02:16:31 +05:30
Rucha Mahabal
21a543d059
test: multiple doctypes, dependencies, child table sync
2019-10-11 02:16:31 +05:30
Rucha Mahabal
644a208f00
feat: sync doc dependencies
2019-10-11 02:16:31 +05:30
Rucha Mahabal
f4a3cee0ee
fix: basic tests added
2019-10-11 02:16:31 +05:30
Rucha Mahabal
ba4282b567
fix: update sync
2019-10-11 02:16:31 +05:30
Rucha Mahabal
5843e3770a
feat: raw update for document
2019-10-11 02:16:31 +05:30
Rucha Mahabal
dea976f48f
feat: set document name in document.py
2019-10-11 02:16:31 +05:30
Rucha Mahabal
76dd643897
fix: frappeclient to return doc on insert or update
2019-10-11 02:16:31 +05:30
Rucha Mahabal
b015b7e797
fix: api
2019-10-11 02:16:31 +05:30
Rucha Mahabal
739b033489
feat: implemented pull trigger in follower nodes
2019-10-11 02:16:31 +05:30
Rucha Mahabal
3f415094e9
feat: token based auth in frappeclient
2019-10-11 02:16:31 +05:30
Rucha Mahabal
68a3bd0a36
feat: master-follower one way sync
2019-10-11 02:16:30 +05:30
mergify[bot]
e90e390493
Merge pull request #8568 from frappe/sahil28297-patch-3
...
fix(hooks): check for updates daily instead of weekly
2019-10-10 20:03:26 +00:00
mergify[bot]
b33e7e4f9c
Merge pull request #8572 from deepeshgarg007/ignore_validation_fix
...
fix: Provision to ignore disabled link validations in a doctype
2019-10-10 19:33:14 +00:00
mergify[bot]
c85c90364e
Merge pull request #8586 from hrwX/set_email
...
fix: Miscellaneous Fixes
2019-10-10 19:06:19 +00:00
Himanshu
cc479144d9
fix(patch): remove quotes from tags due to db.escape and fix pr… ( #8566 )
2019-10-11 00:33:23 +05:30
Himanshu Warekar
e1a7112d86
fix: test cases for contacts
2019-10-10 23:33:11 +05:30
Himanshu Warekar
2ace6739d7
fix: rename fields
2019-10-10 22:06:59 +05:30
Himanshu Warekar
86245cc890
fix: autoset recipient if email_field in doc
2019-10-10 21:58:59 +05:30
mergify[bot]
de77b5e408
Merge pull request #8585 from Thunderbottom/email-inbox-fix
...
chore: make communication list exception helpful
2019-10-10 10:07:20 +00:00
gavin
bad90cf6ef
chore: updated GitHub contributing templates ( #8565 )
2019-10-10 15:30:28 +05:30
Chinmay D. Pai
3ff3e71d34
chore: make communication list exception helpful
...
* fixes infinite error recursion caused by window.history.back();
* throw an actually useful message instead of using msgprint
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2019-10-10 15:08:40 +05:30
mergify[bot]
fddfaec913
Merge pull request #8583 from rohitwaghchaure/nonetype_object_has_no_attribute_options
...
fix: None type object has no attribute options
2019-10-10 09:19:07 +00:00
Rohit Waghchaure
dea1f3ca50
fix: Nonetype object has no attribute options
2019-10-10 13:58:57 +05:30
mergify[bot]
6f1d5aaea8
Merge pull request #8574 from frappe/sahil28297-patch-6
...
fix(email_domain): set domain_name as non_unique
2019-10-10 06:32:08 +00:00
mergify[bot]
fc2fd476df
Merge pull request #8581 from surajshetty3416/table-check-all
...
feat: Add a function to check all rows
2019-10-09 21:35:42 +00:00
Shivam Mishra
b7fb86e925
Merge pull request #8579 from Thunderbottom/subscription-fix
...
fix: handle site expired exception
2019-10-09 20:29:16 +05:30
rohitwaghchaure
ee14c0b721
Merge pull request #8573 from rohitwaghchaure/fixed_rate_with_comma_not_changing_to_decimal
...
fix: comma in rate field not changing to dot for the number format #.###,##
2019-10-09 19:18:23 +05:30
Suraj Shetty
5bd5e02a30
feat: Add API to check all table rows
2019-10-09 17:51:16 +05:30
Chinmay Pai
0740fddae3
chore: remove print from frappeclient
...
Co-Authored-By: Shivam Mishra <scmmishra@users.noreply.github.com>
2019-10-09 16:04:04 +05:30
Chinmay D. Pai
989cd82e90
fix: raise SiteExpiredError if site has expired
...
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2019-10-09 16:02:54 +05:30