1
0
Fork 0
mirror of synced 2024-09-01 18:31:28 +12:00
Commit graph

436 commits

Author SHA1 Message Date
Damodar Lohani
eb0f711c22 Merge branch 'feat-storage-buckets' into feat-large-file 2021-07-18 11:30:37 +05:45
Damodar Lohani
57fa41c240 merge feat-database-indexing 2021-07-18 11:29:43 +05:45
Damodar Lohani
5db04e09f9 first working POC of large file upload 2021-07-07 15:52:11 +05:45
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
Damodar Lohani
8d40a1b3ce removing existing storage tests without buckets 2021-07-05 13:57:47 +05:45
Damodar Lohani
fdfe5c62e5 Merge branch 'feat-storage-buckets' into feat-sb-backward 2021-07-05 13:46:37 +05:45
Damodar Lohani
8c98c5f6ae Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-07-05 13:30:41 +05:45
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
Damodar Lohani
37239edad5 wip 2021-07-04 18:15:47 +05:45
Damodar Lohani
c008a9e360 Merge branch 'feat-database-indexing' into feat-storage-buckets 2021-07-04 18:14:20 +05:45
Eldad Fux
57bc8c75e0 Merge branch 'master' of github.com:appwrite/appwrite into 0.9.x 2021-07-03 09:21:07 +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
145203663d Pass default param where required 2021-07-02 13:29:03 -04: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
Damodar Lohani
9a955e0244 file extension validation 2021-06-22 17:57:46 +05:45
Damodar Lohani
2ad4c83314 large file test 2021-06-22 14:22:04 +05:45
Bradley Schofield
c92a820c6d Renamed env param on /v1/functions to runtime 2021-06-21 15:42:39 +01:00
Damodar Lohani
a8891c4b37 large file test for encryption 2021-06-21 14:08:08 +05:45
Damodar Lohani
80b9fbd3ef test for bucket file size limit 2021-06-21 12:51:28 +05:45
Damodar Lohani
0f317ffa24 test files operation for unknown buckets 2021-06-21 12:43:06 +05:45
Damodar Lohani
fe0bdf0799 preview, view, download, update, delete endpoints and tests 2021-06-20 17:05:35 +05:45
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
Damodar Lohani
07e32f1311 get bucket file and test 2021-06-18 15:18:00 +05:45
Damodar Lohani
7427e9dfad list bucket files and test 2021-06-18 15:09:16 +05:45
Damodar Lohani
2f5dea62dc test for create file with bucket support 2021-06-18 14:23:36 +05:45
kodumbeats
9fb64c5621 createCollection requires read/write params 2021-06-17 11:15:14 -04:00
Damodar Lohani
9662ba4ec7 fix data param 2021-06-17 16:01:37 +05:45
Damodar Lohani
d7a6c47b98 create file for bucket and test 2021-06-17 15:55:58 +05:45
Bradley Schofield
3f386d485e
Merge branch '0.9.x' into feat-get-session-by-id-endpoint 2021-06-17 11:07:33 +01:00
Damodar Lohani
db85577f4f delete storage bucket webhook test 2021-06-17 14:08:21 +05:45
Damodar Lohani
5ebebbd0aa webhook test for update bucket 2021-06-17 12:41:01 +05:45
Damodar Lohani
8c30043bd3 delete bucket endpoint and test 2021-06-17 12:39:56 +05:45
Damodar Lohani
dca5c3491b update bucket endpoint and test 2021-06-17 12:39:56 +05:45
Damodar Lohani
67823a6e5d webhook tests 2021-06-17 12:27:29 +05:45
Bradley Schofield
e3273bc49f Add Tests 2021-06-16 11:41:15 +01:00
Damodar Lohani
30ec6fcaae create bucket validating all fields 2021-06-16 11:39:19 +05:45
Damodar Lohani
7d5e073812 remove buckets test from base in favor for server side tests 2021-06-16 11:36:09 +05:45
Damodar Lohani
1bf770ed34 moving storage buckets test to server scope 2021-06-16 11:35:40 +05:45