1
0
Fork 0
mirror of synced 2024-07-01 12:40:34 +12:00
Commit graph

6105 commits

Author SHA1 Message Date
kodumbeats 92175c5e32 Adjust tests for new attribute routes 2021-07-21 11:05:18 -04:00
kodumbeats 97b7c863a8 Validate default value only when not null 2021-07-21 10:26:50 -04:00
kodumbeats b64202043d Renamed import due to reserved keyword conflicts 2021-07-21 10:26:08 -04:00
kodumbeats 6fc5bf0a71 Add createAttribute routes for each primitive type 2021-07-21 09:23:12 -04:00
kodumbeats 9ac2a4f94c Remove outdated comments 2021-07-21 09:22:34 -04:00
kodumbeats c2157110f5 Use multi-arch swagger-validator build 2021-07-20 16:44:13 -04:00
kodumbeats 1b051d32fe Attempt to reconnect deletes worker to db 2021-07-20 15:13:00 -04:00
kodumbeats 12e2ebc2b5 Define loop control vars outside loop 2021-07-20 15:11:54 -04:00
kodumbeats e16bfe7fd3 Move reconnection loop to first call to db 2021-07-20 14:59:58 -04:00
kodumbeats 9870c6fdff Attempt to reconnect five times before throwing exception 2021-07-20 13:01:47 -04:00
kodumbeats 8a205d1b63 Retry initial db connection once before throwing exception 2021-07-19 15:39:31 -04:00
Eldad A. Fux 48ad89ac27
Merge pull request #1412 from appwrite/feat-db-refactor-routes
Feat db refactor routes
2021-07-19 22:18:28 +03:00
Eldad A. Fux bf04e0b39a
Merge pull request #1406 from appwrite/fix-db-sync-with-master
fix-db-sync-with-master
2021-07-19 21:20:50 +03:00
Eldad A. Fux c1a67fc718
Merge branch 'feat-database-indexing' into fix-db-sync-with-master 2021-07-19 21:20:29 +03:00
Eldad A. Fux 3b32c08b54
Merge pull request #1400 from appwrite/feat-sync-session-collection
Feat sync session collection
2021-07-19 21:19:48 +03:00
Eldad Fux f0657d6ff3 Changed provider length 2021-07-19 18:03:15 +03:00
Eldad Fux 09a1f609be Changed IP length 2021-07-19 18:02:05 +03:00
Eldad A. Fux 171d315e98
Merge pull request #1405 from appwrite/fix-index-test
fix-index-test
2021-07-19 17:58:12 +03:00
Eldad A. Fux 285cc76212
Merge pull request #1403 from appwrite/fix-db-open-api-spec
fix-db-open-api-spec
2021-07-19 17:49:15 +03:00
Eldad A. Fux ea33609acb
Merge pull request #1396 from TorstenDittmann/feat-refactor-db-user-status
feat(refactor-db): user status
2021-07-19 13:21:40 +03:00
Eldad Fux bbc20dad10 Merge branch 'master' of github.com:appwrite/appwrite into fix-db-sync-with-master 2021-07-18 17:17:29 +03:00
Eldad Fux f0d3aa6cb5 Updated FW version 2021-07-18 14:09:27 +03:00
Eldad Fux 5ec5649603 Fixed wrong paths 2021-07-18 11:19:23 +03:00
Eldad Fux 6fe19370f3 Fixed OAuth2 tests 2021-07-18 00:21:33 +03:00
Eldad Fux 318c4843ca Updated error template 2021-07-17 21:59:54 +03:00
Eldad Fux 46960d6731 Hide index 2021-07-17 21:59:34 +03:00
Eldad Fux 2bf69d59f1 Update session document 2021-07-17 13:04:43 +03:00
Eldad Fux 0608103d6f Updated sessions collection structure 2021-07-16 18:11:14 +03:00
Eldad Fux 78689f2878 Merge branch 'feat-database-indexing' of github.com:appwrite/appwrite into feat-sync-session-collection 2021-07-16 18:00:05 +03:00
Eldad A. Fux 19e9a138e4
Merge pull request #1266 from appwrite/feat-db-refactor-routes
Feat - Appwrite Database using Utopia\Database
2021-07-16 17:47:25 +03:00
kodumbeats 3c475e37a9 Add delay to wait for db before initialization 2021-07-16 10:35:46 -04:00
kodumbeats ce742b104e Remove $ from task document 2021-07-16 10:32:20 -04:00
kodumbeats 2619157dd0 Add inline todos 2021-07-16 09:53:55 -04:00
kodumbeats 78dd02e81d Revert increased curl timeout 2021-07-16 09:50:25 -04:00
kodumbeats c04e2ba924 Remove $ from projectId attribute 2021-07-16 09:49:54 -04:00
kodumbeats f749256e03 Fix typos in changes for certificates worker 2021-07-16 09:33:30 -04:00
Eldad Fux 6471acb1e1 Fixed injection name 2021-07-16 07:40:01 +03:00
Eldad Fux b4a65c2c1a Removed TODOs, fixed comments 2021-07-16 07:39:31 +03:00
Eldad Fux 04d6d33f60 Fixed structure 2021-07-16 07:38:29 +03:00
Eldad Fux 0f0af0c799 Updated libs 2021-07-16 07:38:18 +03:00
Eldad A. Fux 564324ff1c
Merge pull request #1398 from TorstenDittmann/fix-install-shell-args
fix(install): escape shell args
2021-07-16 06:32:11 +03:00
kodumbeats 0243d6c9e1 Use refactored db for certificates worker 2021-07-15 17:14:52 -04:00
Torsten Dittmann 6e69b0a82b fix(install): escape shell args 2021-07-15 18:12:18 +02:00
kodumbeats 88146857f7 Use refactored db for tasks worker 2021-07-14 15:59:16 -04:00
kodumbeats 30483610f8 Add missing typehint 2021-07-14 15:09:48 -04:00
Torsten Dittmann 66c5aef358 fix: response filters 2021-07-14 15:27:40 +02:00
Torsten Dittmann 8660cf7977 fix: response filters 2021-07-14 15:27:05 +02:00
Torsten Dittmann 90a08c4d2c fix migration tests 2021-07-14 13:24:10 +02:00
Torsten Dittmann 4633d74fc7 feat(db-refactor): user status now boolean 2021-07-14 13:02:12 +02:00
kodumbeats 3d2888ac70 Remove unused functions 2021-07-13 15:24:52 -04:00