Patrick Peng Sun
|
01e2f6ebe6
|
Attachment local cache path has been renamed from PathConfig to AttachmentCache in CRMConfig
|
8 年之前 |
Patrick Peng Sun
|
5510623972
|
compare two file's md5 should be correct.
|
8 年之前 |
Patrick Peng Sun
|
b4382e2494
|
attachment test case with checking and deleting clean up
|
8 年之前 |
Patrick Peng Sun
|
7f54440a1f
|
attachment URL centralized by CRM config.
|
8 年之前 |
Patrick Peng Sun
|
a16881899b
|
centralize URL building for CRM API
|
8 年之前 |
Patrick Peng Sun
|
250fe57201
|
match another attribute
|
8 年之前 |
Patrick Peng Sun
|
dc652aac3c
|
search by attribute tested.
|
8 年之前 |
Patrick Peng Sun
|
4c41488f31
|
if we can to create duplicate, we can use force duplicate.
|
8 年之前 |
Patrick Peng Sun
|
86d32fd1f8
|
delete test record and delete non-exist record.
|
8 年之前 |
Patrick Peng Sun
|
1614490390
|
crmSearchLead -> crmdSearchLead
data structure start with crm-d-
entity search find by ID tested.
|
8 年之前 |
Patrick Peng Sun
|
2f7f89d234
|
delete temp record
|
8 年之前 |
Patrick Peng Sun
|
52142e72c8
|
using createEntity instead of hardcoded http request.
|
8 年之前 |
Patrick Peng Sun
|
4c17c09220
|
using global setup for all test cases introducing TestMain
|
8 年之前 |
Patrick Peng Sun
|
77a8bb4355
|
crmSite using global config. change global config should be restored and should be quickly as much as possible.
there is still a chance for 'non-exist' global config sneak into other tests.
|
8 年之前 |
Patrick Peng Sun
|
e4929b74fb
|
changing crmSite in one test case has side effect for other testcases...
|
8 年之前 |
Patrick Peng Sun
|
c4ba7e4951
|
delete test record, and test 'put' function
|
8 年之前 |
Patrick Peng Sun
|
03d6aedcfe
|
format http println
|
8 年之前 |
Patrick Peng Sun
|
2673148728
|
minor letter typo change
|
8 年之前 |
Patrick Peng Sun
|
abe6509484
|
all crm function start with crm, all data of crm start with crmd
|
8 年之前 |
Patrick Peng Sun
|
93c688dc7d
|
test case remove hardcode Get with specific lead ID
|
8 年之前 |
Patrick Peng Sun
|
f56b36cdf2
|
error http can detect duplicate crm records now.
|
8 年之前 |
Patrick Peng Sun
|
0d5262d9da
|
test CRUD entity with "Lead", and trying create duplicate to handle errors.
|
8 年之前 |
Patrick Peng Sun
|
0585dae2b4
|
test get Lead by ID
|
8 年之前 |
Patrick Peng Sun
|
23ccb08961
|
special http response error is created for further diagnostic of errors when doing CRM http request.
|
8 年之前 |
Patrick Peng Sun
|
39f57a5fd9
|
Lead ID is omitable when create new.. (http POST) getLead by ID is added as a wrapper for crmGetEntity
|
8 年之前 |
Patrick Peng Sun
|
0b5c98b94e
|
only dump error when http is not 200 response. also created special http error.
|
8 年之前 |
Patrick Peng Sun
|
06ca40ed4e
|
crmLeadInfo -> crmdLead
all data start with crmd
all function start with crm
so as to easy identify it.
|
8 年之前 |
Patrick Peng Sun
|
a67c242814
|
http RAW can take optional data body.
|
8 年之前 |
Patrick Peng Sun
|
dab7db8edb
|
before crm-cRUD-generalization
|
8 年之前 |
Patrick Peng Sun
|
0544f01925
|
decode crmStream (tested with Lead Entity)
|
8 年之前 |
Patrick Peng Sun
|
efc6c03172
|
using invisible space char for first name
|
8 年之前 |
Patrick Peng Sun
|
e928491f96
|
prepare post CRM lead info
|
8 年之前 |
Patrick Peng Sun
|
7e16752d67
|
test register new user.
|
8 年之前 |
Patrick Peng Sun
|
94388c80ac
|
enable debug
|
8 年之前 |
Patrick Peng Sun
|
6863823efd
|
find existing user form CRM database, and reply differently.
|
8 年之前 |
Patrick Peng Sun
|
0051133431
|
move subscribe event to it's own handler.
|
8 年之前 |
Patrick Peng Sun
|
65784b83fa
|
search lead with a specific openID is implemented and tested.
|
8 年之前 |
Patrick Peng Sun
|
fca4e39387
|
remove debug msg
|
8 年之前 |
Patrick Peng Sun
|
dc51f0d3f2
|
bug fix in startJob, we should not assign s back to m.sessions[openID] as it conflicts with sessionmanager with 'counter' attribute.
but for session data, it should be fine, as it is only loaded once, and sequentially handled by each openID.
|
8 年之前 |
Patrick Peng Sun
|
d01652f648
|
crm query information structure json test finished.
|
8 年之前 |
Patrick Peng Sun
|
92ecb18bcb
|
added on subscribe and unscribe.
|
8 年之前 |
Patrick Peng Sun
|
fa27548dbd
|
remove duplicate reply test.
|
8 年之前 |
Patrick Peng Sun
|
77b01f7bb1
|
verify decode json
|
8 年之前 |
Patrick Peng Sun
|
53e0efba2c
|
subscribe event handler.
|
8 年之前 |
Patrick Peng Sun
|
a2af88883d
|
using InWechagMsg member function.
|
8 年之前 |
Patrick Peng Sun
|
6e9e6bc457
|
serve events handler
|
8 年之前 |
Patrick Peng Sun
|
f2a0205633
|
serve multiple type of incoming msg
|
8 年之前 |
Patrick Peng Sun
|
f712f943eb
|
safeguard more than 1 reply panic
|
8 年之前 |
Patrick Peng Sun
|
0abb46b881
|
added voice command
|
8 年之前 |
Patrick Peng Sun
|
6f3fa47148
|
prevent double reply of wechat message
|
8 年之前 |