1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00
Commit graph

4780 commits

Author SHA1 Message Date
Torsten Dittmann
7441d95f6b improve identifying receivers 2021-03-19 11:30:03 +01:00
Torsten Dittmann
89e5841fee fix events to projects without subscriptions 2021-03-19 11:28:47 +01:00
Torsten Dittmann
5e06cd788a update k6 2021-03-17 16:35:57 +01:00
Torsten Dittmann
7be9f2e33e Merge branch 'dev' into feat-265-realtime 2021-03-16 15:53:09 +01:00
Torsten Dittmann
e14a495048 add custom connection pool 2021-03-16 15:30:45 +01:00
Torsten Dittmann
520c065236 move connections back into pool after used 2021-03-12 16:56:41 +01:00
Torsten Dittmann
56dca6b172 move resource to http worker so workers work 2021-03-12 16:56:12 +01:00
Eldad A. Fux
7ebc7f750f
Merge pull request #954 from appwrite/fix-952-patch-user-prefs-event
Fix 952 patch user prefs event
2021-03-12 17:41:39 +02:00
Eldad A. Fux
9cbbd613fa
Merge pull request #972 from TorstenDittmann/fix-timezone-offset
Fix timezone offset
2021-03-12 17:25:23 +02:00
kodumbeats
6d11df4e84 Add users.update.prefs to changelog 2021-03-12 09:35:28 -05:00
kodumbeats
1b0acc8ab7 Merge branch 'dev' into fix-952-patch-user-prefs-event 2021-03-12 09:34:19 -05:00
kodumbeats
5361ddac1b Revert "Changelog for event users.update.prefs"
This reverts commit cd247debd4.
2021-03-12 09:34:11 -05:00
kodumbeats
cd247debd4 Changelog for event users.update.prefs 2021-03-12 09:28:34 -05:00
Torsten Dittmann
2efff977e0 use redis connection pool on http 2021-03-12 15:16:40 +01:00
kodumbeats
c6270dcca5 Add webhook event to scope 2021-03-12 08:06:53 -05:00
Torsten Dittmann
e77280f67c fix timezone offset 2021-03-12 12:58:41 +01:00
Torsten Dittmann
565a0bd35e improve k6 test 2021-03-12 12:00:52 +01:00
Torsten Dittmann
b8531560b2 fix connection pool on spike loads 2021-03-11 17:28:03 +01:00
Torsten Dittmann
e7ccc36d7b fix failure tests 2021-03-11 10:50:19 +01:00
Torsten Dittmann
799926ac53 fix timezone 2021-03-11 10:45:54 +01:00
Torsten Dittmann
2985b56dea
Merge pull request #966 from appwrite/feat-265-realtime-resources
Refactored resources
2021-03-11 09:06:23 +01:00
Torsten Dittmann
20419f7a90
Merge branch 'feat-265-realtime' into feat-265-realtime-resources 2021-03-11 09:05:34 +01:00
Eldad Fux
40c4f0f15d Fixed tests 2021-03-10 22:27:50 +02:00
Torsten Dittmann
390e0d6407 fix comment 2021-03-10 16:18:03 +01:00
Torsten Dittmann
d462c5dce5 adapt to review 2021-03-10 14:39:37 +01:00
Eldad Fux
a3402b33f5 Overwriting registry for realtime 2021-03-10 13:26:38 +02:00
Torsten Dittmann
e5f6fbbc73 Merge branch 'feat-265-realtime' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-03-10 10:01:43 +01:00
Torsten Dittmann
d41a8ef44b add exception to realtime opener 2021-03-10 10:01:24 +01:00
Eldad Fux
de17d0d1d3 Test worker wrapers 2021-03-10 10:08:17 +02:00
Eldad Fux
b75d33efc1 Cleanups 2021-03-10 09:43:10 +02:00
Eldad Fux
b26b831931 Removed context, added pools 2021-03-10 08:53:49 +02:00
Eldad Fux
66099e06be Updated benchmarks 2021-03-10 08:52:10 +02:00
Torsten Dittmann
af086b67c2 add k6 run 2021-03-09 18:47:13 +01:00
Eldad Fux
a5b70e9476 Fixed registry contex 2021-03-09 19:27:48 +02:00
Eldad A. Fux
33aba4fe4c
Merge pull request #949 from TorstenDittmann/feat-265-realtime-e2e
Feat 265 - Realtime E2E Tests
2021-03-09 18:15:56 +02:00
Eldad A. Fux
70935fe75b
Merge pull request #965 from appwrite/fix-package-namespaces
Use updated package paths
2021-03-09 18:13:05 +02:00
Eldad Fux
1017a2fb6b Refactored resources 2021-03-09 18:07:13 +02:00
kodumbeats
7e12b82d75 Use updated package paths 2021-03-09 09:21:37 -05:00
Eldad A. Fux
e22d35b827
Merge pull request #963 from appwrite/fix-933-country-name-unknown-for-sessions
Use uppercase countryCode as index for $countries assoc array
2021-03-09 15:57:40 +02:00
kodumbeats
ed447986ea Use uppercase countryCode 2021-03-09 06:03:42 -05:00
kodumbeats
c87a1165f6 Update changelog 2021-03-09 06:00:19 -05:00
kodumbeats
0d75dd3623 Prove user prefs update before webhook 2021-03-08 15:48:45 -05:00
kodumbeats
5eaced933d Use uppercase countryCode as index for $countries assoc array 2021-03-08 14:58:16 -05:00
Eldad A. Fux
f7159c5a4b
Merge pull request #958 from appwrite/feat-0.7.1-release
Getting ready for 0.7.1 release
2021-03-08 17:47:27 +02:00
Eldad A. Fux
cb6ddfea7e
Merge pull request #959 from TorstenDittmann/fix-security-email
fix-security-email
2021-03-08 17:44:56 +02:00
kodumbeats
68b1511672 Chain tests together 2021-03-08 10:16:28 -05:00
Torsten Dittmann
023b662b10 set default security email to certs@appwrite.io 2021-03-08 11:55:33 +01:00
kodumbeats
56f5c73126 Update tests 2021-03-07 08:09:45 -05:00
Eldad Fux
cc532dbc59 Getting ready for 0.7.1 release 2021-03-07 10:47:49 +02:00
Eldad A. Fux
0f74cacd23
Merge pull request #957 from lohanidamodar/fix-response-filter-header-not-allowed
fix-response-filter-header-not-allowed
2021-03-07 10:39:03 +02:00