1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +12:00
Commit graph

6418 commits

Author SHA1 Message Date
Bradley Schofield ca3d677596 Make untarring the code file a blocking task 2021-07-22 11:08:08 +01:00
Torsten Dittmann d235ed7190 chore(changelog): add 0.9.2 2021-07-22 11:04:17 +02:00
Torsten Dittmann 4e1bc7aa1d feat(0.9.2): release 2021-07-22 11:02:07 +02:00
Damodar Lohani 7c551d829d file support custom ID 2021-07-22 14:21:54 +05:45
Damodar Lohani d01079e67c update console 2021-07-22 12:34:28 +05:45
Damodar Lohani b86b2e8430 collection update name attribute 2021-07-22 11:54:57 +05:45
Damodar Lohani f957c4aa94 remove name on update 2021-07-22 11:53:55 +05:45
Damodar Lohani 40b57aca19 depricate name in webhook 2021-07-22 11:44:01 +05:45
Damodar Lohani ee34261cde function name removed 2021-07-22 11:40:34 +05:45
Damodar Lohani 77e232b320 collection id as default 2021-07-22 11:34:13 +05:45
Damodar Lohani 63a88beef1 scripts update 2021-07-22 11:23:27 +05:45
Damodar Lohani e54fc6fc5a swagger update 2021-07-22 11:19:50 +05:45
Damodar Lohani 80f559e306 composer update 2021-07-22 11:18:46 +05:45
Damodar Lohani 7a2cab6a58 remove indexes 2021-07-22 11:08:41 +05:45
Damodar Lohani e88450268b depricate name params 2021-07-22 10:57:01 +05:45
kodumbeats 4242ba75f5 Remove unneeded continue statements 2021-07-21 15:14:18 -04:00
kodumbeats 2f13542d08 fix(deps) composer update 2021-07-21 11:50:37 -04:00
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
Damodar Lohani df6645c9ab depricate project name 2021-07-21 18:29:51 +05:45
Damodar Lohani 829a804ea5 depricate name attribute from function 2021-07-21 18:16:58 +05:45
Damodar Lohani e06701942c remove name from function 2021-07-21 17:43:05 +05:45
Damodar Lohani be3eda31f4 support custom id for file 2021-07-21 13:58:00 +05:45
Damodar Lohani 7999355b05 custom id support on team and user 2021-07-21 11:56:30 +05:45
Damodar Lohani dd6b5b4fe0 api key custom id support 2021-07-21 11:48:28 +05:45
Damodar Lohani 9594945cb2 webhook uses custom id 2021-07-21 11:39:55 +05:45
Damodar Lohani 11bff54252 utopia database 2021-07-21 11:35:15 +05:45
Damodar Lohani 1b1877db06 update to new db 2021-07-21 11:32:01 +05:45
Damodar Lohani c16d709682 create function and tag with Id 2021-07-21 11:31:33 +05:45
Damodar Lohani 3e08281ecf fix edit view 2021-07-21 11:17:35 +05:45
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
Damodar Lohani 119035463a more fixes on collection 2021-07-20 17:21:27 +05:45
Damodar Lohani acfad597fa fix create project 2021-07-20 16:36:13 +05:45
Damodar Lohani 596c742fa7 fix sdk error 2021-07-20 16:05:45 +05:45
Damodar Lohani 1582dc514f update console sdk 2021-07-20 15:57:39 +05:45
Damodar Lohani b2203403e9 update console sdk 2021-07-20 13:18:51 +05:45
Damodar Lohani 6511d63726 Merge branch 'feat-database-indexing' into feat-custom-id 2021-07-20 11:12:54 +05:45
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
kodumbeats 8dab66d455 Require correct dependencies in database worker 2021-07-19 14:48:03 -04:00
Eldad A. Fux f388c44e20
Merge pull request #1408 from appwrite/fix-jwt-validate-attribute
fix(jwt): correct session validation
2021-07-19 21:23:04 +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