1
0
Fork 0
mirror of synced 2024-09-04 11:51:43 +12:00
Commit graph

730 commits

Author SHA1 Message Date
kodumbeats
06c276d855 Tighten up validation 2021-07-05 16:27:20 -04:00
kodumbeats
e26d379618 Test for webhook indexes.delete not complete 2021-07-05 14:29:21 -04:00
kodumbeats
01555eb8ef Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-db-refactor-routes 2021-07-05 13:40:38 -04:00
Eldad Fux
14909a04f2 Merge branch '0.9.x' of github.com:appwrite/appwrite into feat-database-indexing 2021-07-04 17:14:06 +03:00
Eldad Fux
57bc8c75e0 Merge branch 'master' of github.com:appwrite/appwrite into 0.9.x 2021-07-03 09:21:07 +03:00
Eldad A. Fux
f013d07df3
Merge pull request #1301 from PineappleIOnic/feat-fix-unique-keys-not-updating
Fix Unique Keys not being updated when changing a user's email address
2021-07-03 09:18:39 +03:00
kodumbeats
860a2c7616 Fix index and attribute routes for tests 2021-07-02 20:20:09 -04:00
kodumbeats
7e2ca3ba97 Test webhooks for indexes 2021-07-02 18:48:58 -04:00
kodumbeats
05fb04fdc2 Fix webhook tests 2021-07-02 18:22:36 -04:00
kodumbeats
760a0f9c79 Update env to runtime 2021-07-02 16:39:53 -04:00
kodumbeats
95dad203b8 Test attribute creation webhooks 2021-07-02 16:22:12 -04:00
kodumbeats
db4e6c93be Added events for attributes and indexes 2021-07-02 16:21:46 -04:00
kodumbeats
145203663d Pass default param where required 2021-07-02 13:29:03 -04:00
Torsten Dittmann
cec23ecd7e remove leftover imports 2021-07-02 13:32:57 +02:00
Torsten Dittmann
8966d3d673 add tests 2021-07-02 11:33:10 +02:00
kodumbeats
d68f7254be Merge branch '0.9.x' of github.com:appwrite/appwrite into feat-db-refactor-routes 2021-07-01 12:51:07 -04:00
Torsten Dittmann
787059e88d feat(migration): 0.9.x 2021-07-01 15:35:54 +02:00
kodumbeats
a912e2f20e Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-db-refactor-routes 2021-06-30 14:24:48 -04:00
Eldad Fux
03ff844291 Merge branch '0.9.x' of github.com:appwrite/appwrite into feat-database-indexing 2021-06-26 22:47:53 +03:00
Eldad A. Fux
91b2a139a5
Merge pull request #1294 from PineappleIOnic/feat-get-session-by-id-endpoint
Add session by ID API Endpoint
2021-06-23 18:45:08 +03:00
Bradley Schofield
0b1b21a5b0 Update Tests 2021-06-23 16:06:52 +01:00
Eldad A. Fux
a2c4dac366
Merge pull request #1314 from PineappleIOnic/fix-runtime-parameter
Renamed `env` param on `/v1/functions` to `runtime`
2021-06-23 10:12:24 +03:00
Bradley Schofield
aa1e713b75 Fix tests 2021-06-22 16:56:05 +01:00
Bradley Schofield
c92a820c6d Renamed env param on /v1/functions to runtime 2021-06-21 15:42:39 +01:00
kodumbeats
47d74a64be Add assertions to confirm index was created successfully 2021-06-18 13:18:27 -04:00
kodumbeats
4567bc0d77 Ensure attributes are removed from queue before adding documents 2021-06-18 13:09:07 -04:00
kodumbeats
9fb64c5621 createCollection requires read/write params 2021-06-17 11:15:14 -04:00
Bradley Schofield
3f386d485e
Merge branch '0.9.x' into feat-get-session-by-id-endpoint 2021-06-17 11:07:33 +01:00
Bradley Schofield
e3273bc49f Add Tests 2021-06-16 11:41:15 +01:00
kodumbeats
53d3ae0419 Temporarily adjust client timeout 2021-06-15 10:25:14 -04:00
kodumbeats
0e7c55c17c Fix tests for deleteDocument 2021-06-15 10:24:51 -04:00
kodumbeats
a62c46cc44 Fix tests for update and delete document 2021-06-15 09:38:24 -04:00
kodumbeats
33d07c2ba4 Move listDocuments to new db 2021-06-14 15:55:36 -04:00
kodumbeats
80f41edf36 Test for creating indexes 2021-06-14 15:54:49 -04:00
kodumbeats
1d2d869fa8 Add assertions for creating attributes 2021-06-14 15:54:19 -04:00
kodumbeats
24a5fb4867 Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-db-refactor-routes 2021-06-14 10:40:05 -04:00
Eldad Fux
a5cb8414f6 Merge branch 'master' of github.com:appwrite/appwrite into 0.9.x 2021-06-14 14:17:32 +03:00
Torsten Dittmann
95b6e166db
fix(tests): skip swagger spec validation 2021-06-14 10:38:26 +02:00
Eldad Fux
9f81790761 Updates to swagger tests 2021-06-13 18:01:56 +03:00
kodumbeats
e35d883c56 Test for creating collections and documents 2021-06-11 16:06:54 -04:00
kodumbeats
b8950930d7 Fix missing bracket 2021-06-11 14:47:23 -04:00
kodumbeats
4f90d89def Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-db-refactor-routes 2021-06-11 14:34:15 -04:00
Eldad Fux
2cf16881f1 Replaced * with role:all 2021-06-11 21:23:16 +03:00
kodumbeats
1885a9632d Fix tests for create/delete collection 2021-06-11 14:07:05 -04:00
kodumbeats
fbb54a1f6d Add attribute and index scopes 2021-06-10 16:41:33 -04:00
Eldad Fux
f1d75dc805 Merge branch '0.9.x' of github.com:appwrite/appwrite into feat-database-indexing 2021-06-03 23:19:35 +03:00
Eldad Fux
d77226e8f9 Merge branch 'master' of github.com:appwrite/appwrite into feat-database-indexing 2021-06-03 23:19:04 +03:00
Eldad Fux
86b68352b1 Merge branch 'master' of github.com:appwrite/appwrite into 0.9.x 2021-06-02 20:11:36 +03:00
Eldad A. Fux
1bec151f89
Merge pull request #1217 from appwrite/fix-1190-team-membership
Fix 1190 team membership
2021-06-02 09:31:14 +03:00
Eldad A. Fux
02a8cc8362
Merge pull request #1223 from lohanidamodar/feat-update-verification
Update Email verification
2021-05-31 14:35:07 +03:00