Commit Graph

25060 Commits

Author SHA1 Message Date
Christy Jacob 6640c52849 Merge branch 'master' of https://github.com/appwrite/appwrite into update-cli-1.2.1 2023-03-20 06:56:35 +00:00
Christy Jacob d01ddb4c86 Merge pull request #5244 from appwrite/upgrade-hamster-script
feat: upgrade hamster script
2023-03-20 12:13:19 +05:30
Christy Jacob 7e06115686 feat: remove unused csv library 2023-03-20 11:44:43 +05:30
Christy Jacob c3ff315668 feat: remove unused csv library 2023-03-20 11:44:13 +05:30
fogelito 0c6f9bdb01 delete relation attribute 2023-03-19 19:31:15 +02:00
fogelito eee29940bb Some tests 2023-03-19 19:09:17 +02:00
Matej Bačo 9aec737d2b Upgrade versions 2023-03-19 15:52:07 +01:00
shimon b981914eda rollback 2023-03-19 15:21:54 +02:00
shimon 866bc13363 usage collection value attr type to string 2023-03-19 15:16:05 +02:00
Matej Bačo e8b11b2d14 Fix scheduler 2023-03-19 10:43:57 +01:00
Bhaskar Singh ac2085ffa8 Updated error when _APP_USAGE_STATS is disabled
for usage
2023-03-18 22:12:36 +05:30
Christy Jacob a164991c75 feat: linter 2023-03-17 21:44:29 +05:30
Christy Jacob 5fe65ab991 feat: store token in env var 2023-03-17 21:38:23 +05:30
Christy Jacob 42ebaf6541 feat: store token in env var 2023-03-17 21:37:29 +05:30
Torsten Dittmann 644832f0b3 fix: mock endpoint for nullable params 2023-03-17 10:31:36 +01:00
Torsten Dittmann 841a8d3fae chore: generate specs 2023-03-17 10:27:56 +01:00
Torsten Dittmann a40dba1b49 tests: add nullable mock endpoint 2023-03-17 10:19:39 +01:00
Damodar Lohani bf02687ea4 fix type and test reset 2023-03-17 06:37:16 +00:00
Christy Jacob 007d47e586 Merge branch 'feat-db-pools-master' of github.com:appwrite/appwrite into upgrade-hamster-script 2023-03-17 11:27:40 +05:30
Christy Jacob ac08640bc4 feat: update hamster script 2023-03-17 11:26:16 +05:30
Damodar Lohani c094a40a53 Update Migration.php 2023-03-17 07:09:50 +05:45
Damodar Lohani 6e4592dab4 Update migration V18.php 2023-03-17 07:08:47 +05:45
Damodar Lohani 787a41a52d added migration 2023-03-17 01:21:46 +00:00
Damodar Lohani 7764073bdd fix typo 2023-03-17 00:58:21 +00:00
Damodar Lohani 893d305453 fix template issues 2023-03-17 00:55:00 +00:00
fogelito 038f4fc073 Some relation tests 2023-03-16 18:28:08 +02:00
fogelito 00c1418246 Update response Model.php 2023-03-16 13:48:27 +02:00
fogelito 79bfa025cb Merge branch 'feat-database-update-attribute' of github.com:appwrite/appwrite into feat-relations-2
 Conflicts:
	app/controllers/api/databases.php
	composer.json
	composer.lock
2023-03-16 12:14:37 +02:00
Matej Bačo 75f935601e Add function entrypoint 2023-03-16 11:07:15 +01:00
fogelito 28af0669f6 docker-compose.yml temp mount 2023-03-16 11:11:04 +02:00
Damodar Lohani d26d0d5943 update base docker image 2023-03-16 07:50:04 +00:00
fogelito 44de884ee5 convert relatedOptions to options 2023-03-16 09:31:48 +02:00
Damodar Lohani 9aaef931ca Update GETTING_STARTED.md 2023-03-16 07:35:04 +05:45
Torsten Dittmann 348c2d4ffe Update app/config/events.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2023-03-15 12:11:46 +01:00
Torsten Dittmann 08d588aeb1 fix: remove unnecessary owner check 2023-03-15 11:55:21 +01:00
Matej Bačo fd499265ce Merge pull request #5230 from appwrite/feat-executor-v3-sync
Feat executor v3 sync
2023-03-15 09:22:14 +01:00
Matej Bačo a4b31f6472 Fix after merge 2023-03-15 09:20:25 +01:00
fogelito c1bce185fd composer framework update 2023-03-15 10:04:02 +02:00
Matej Bačo d10c7c7775 Merge branch 'feat-db-pools-master' into feat-executor-v3-sync 2023-03-15 08:59:42 +01:00
Matej Bačo ca55de6f03 Fix build missing libraries 2023-03-15 07:08:43 +01:00
Damodar Lohani a0a3e3bd2c update utopia storage version 2023-03-15 00:29:31 +00:00
Steven Nguyen 137c2d663e Prevent cache from being flushed on start
We shouldn't clear the cache because scheduled functions are also
in the cache and we don't want to lose them.
2023-03-14 16:09:14 -07:00
Steven Nguyen 7ab490ab68 Prevent cache from being flushed on start
We shouldn't clear the cache because scheduled functions are also
in the cache, and we don't want to lose them.
2023-03-14 16:07:37 -07:00
Matej Bačo 27bf18f031 Code formatting 2023-03-14 20:31:23 +01:00
Matej Bačo be3dfe8a80 Fix formatting 2023-03-14 19:49:39 +01:00
Matej Bačo 4c5eaaa502 Remove leftover break 2023-03-14 19:49:11 +01:00
Matej Bačo ae512cee1c Fix formatting 2023-03-14 19:46:59 +01:00
Matej Bačo 72e0ccf6d6 Remove scheduleUpdatedAt 2023-03-14 19:39:40 +01:00
Matej Bačo a919421b47 Fix scheduler bugs 2023-03-14 15:10:36 +01:00
fogelito 31fad24603 collections.php 2023-03-14 15:20:56 +02:00