1
0
Fork 0
mirror of synced 2024-05-09 15:22:33 +12:00
Commit graph

214 commits

Author SHA1 Message Date
Eldad Fux d1b5f310e3 Added spec generator CLI command, remove old HTTP endpoint 2022-01-01 14:07:11 +02:00
Matej Baco 1c18ddc1bb Merge branch 'feat-database-indexing' into feat-improve-error-logging 2021-12-31 14:40:14 +01:00
Torsten Dittmann aea014d61a fix: dockerfile and update dependencies 2021-12-28 13:37:54 +01:00
Torsten Dittmann b95a8efe3d chore: update php extensions 2021-12-15 14:23:29 +01:00
Torsten Dittmann 55426042dc Revert "chore: update php extensions"
This reverts commit b775049dac.
2021-12-15 14:21:59 +01:00
Torsten Dittmann b775049dac chore: update php extensions 2021-12-15 14:18:55 +01:00
Matej Bačo 8f1fb9d330
Merge branch 'master' into feat-improve-error-logging 2021-12-06 14:16:39 +01:00
Torsten Dittmann f04cb72cfb Merge branch 'master' of https://github.com/appwrite/appwrite into feat-db-main-rebase 2021-12-01 14:19:41 +01:00
Matej Baco 49e9baf383 Code review updates 2021-11-24 10:38:32 +01:00
Matej Baco 56402c78fe Implemented logging for HTTP, Realtime, Workers 2021-11-23 15:24:25 +01:00
Matej Baco fc3d322773 Prepared register, logger, doctor and ENV variables 2021-11-22 17:12:18 +01:00
Torsten Dittmann 1fd4e6c3c8 Merge branch 'master' of https://github.com/appwrite/appwrite into feat-database-indexing 2021-10-25 16:01:07 +02:00
Torsten Dittmann 091c6ef4f6 add buildstep to docker 2021-10-21 19:20:41 +02:00
Torsten Dittmann 795ffb5d56 deps(php): upgraded swoole to 4.8.0 2021-10-15 12:23:38 +02:00
Torsten Dittmann 1ed41f52d3 Merge branch 'master' of https://github.com/appwrite/appwrite into sync-realtime-with-db-refactor 2021-09-30 12:32:10 +02:00
Eldad A. Fux f4bdc60df4
Merge pull request #1562 from appwrite/feat-parallel-build
Feat - Parellel builds to reduce build time
2021-09-19 07:57:52 +03:00
kodumbeats 2ad776ac54 Explode compile step into multistage build for parallel compilation 2021-09-01 15:05:50 -04:00
Damodar Lohani c81ee72c7e Merge branch 'feat-database-indexing' into feat-usage-daemon 2021-08-24 15:04:07 +05:45
Eldad Fux 74187eb5ce Merge branch 'master' of github.com:appwrite/appwrite into feat-decouple-collections 2021-08-23 13:38:35 +03:00
Torsten Dittmann 740fe0b8f9 Merge branch 'update-php-dependencies' of https://github.com/TorstenDittmann/appwrite into feat-265-realtime 2021-08-18 13:30:57 +02:00
Torsten Dittmann 6a2c8c1478 deps(php): update swoole and imagick 2021-08-18 13:29:48 +02:00
Damodar Lohani d77c36dcca usage container definition 2021-08-11 11:29:08 +05:45
Damodar Lohani 35394e5849 Merge branch 'feat-database-indexing' into feat-depricate-usage-worker 2021-08-08 12:18:31 +05:45
Damodar Lohani ab841925ff drop usage worker 2021-08-02 11:58:42 +05:45
Eldad Fux 95dacecf3a Removed the tasks service 2021-07-27 17:16:12 +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
Torsten Dittmann 16fde539b5 Merge branch '0.10.x' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-07-13 12:08:40 +02:00
Damodar Lohani 9814ca2fa9 update with DEBUG build args 2021-07-11 18:10:39 +05:45
Damodar Lohani 74b24dfe69 properly setup debugger for everyone and contribution guide 2021-07-11 17:20:03 +05:45
Damodar Lohani e8754111b9 install and enable yasd if testing is true 2021-07-10 21:06:46 +05:45
Torsten Dittmann e03ba70291 Merge branch '0.9.x' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-07-07 10:19:52 +02: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
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 6767e14382 fix(php): libgomp dependency 2021-06-29 16:59:32 +02:00
Torsten Dittmann 77a5663bdb deps(php): imagick to 3.5.0 2021-06-29 15:47:38 +02:00
Torsten Dittmann 44ba052fcb feat(db): improved connection pools 2021-06-28 09:19:33 +02:00
Eldad Fux c1d85d17c8 POC 2021-06-22 22:51:14 +03:00
kodumbeats 4a4165a304 Make worker-database executable 2021-06-17 18:13:46 -04:00
Eldad Fux 2a07d311e8 Merge branch 'master' of github.com:appwrite/appwrite into feat-database-indexing 2021-06-11 15:04:15 +03:00
Torsten Dittmann 2dcf3c2c19 Merge branch 'master' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-06-11 12:34:08 +02:00
Torsten Dittmann d471a5e1bd fix(dockerfile): imagick version specific commit 2021-06-10 13:14:22 +02:00
Torsten Dittmann 787931b45b Merge branch 'master' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-05-20 09:46:49 +02:00
Eldad Fux fe617a48a2 Merge branch '0.8.x' of github.com:appwrite/appwrite into feat-database-indexing 2021-05-15 04:20:12 +03:00
Eldad Fux 69abbba02b Changed god account to root account 2021-05-12 17:53:25 +03:00
Eldad Fux c5a2a93f96 Merge branch '0.8.x' of github.com:appwrite/appwrite into feat-god-user 2021-05-12 14:14:15 +03:00
Torsten Dittmann 3d4c3741a2 Merge branch '0.8.x' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-05-04 17:21:10 +02:00
Eldad Fux d020b62051 Fixed mongo setup 2021-05-04 00:05:25 +03:00
Torsten Dittmann ab325bf4e9 chore: upgrade MaxMind-DB-Reader to 1.10.1 2021-04-27 11:08:06 +02:00