1
0
Fork 0
mirror of synced 2024-06-27 18:50:47 +12:00
Commit graph

344 commits

Author SHA1 Message Date
Torsten Dittmann 9ab6b695e6 feat: refactor some of the executor 2022-01-21 11:42:12 +01:00
Bradley Schofield e79578570e Merge branch 'master' into the-executor-poc 2022-01-18 15:24:33 +00:00
Eldad Fux 4e44b3e1af Fixed usage entrypoint in dev mode 2022-01-16 18:37:32 +02:00
Bradley Schofield e2c4272ebd Merge branch 'master' into the-executor-poc 2022-01-05 13:38:51 +00:00
Eldad Fux 90d55ccd90 Updated compose.phtml and kept consistent order 2022-01-02 07:55:58 +02:00
Eldad Fux 698f2737dd Set db as depended of realtime 2022-01-02 07:52:07 +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 9a1937d070 fix: certs worker env variables 2021-12-28 12:28:29 +01:00
Torsten Dittmann ec5e129300 fix: remove vendor mount 2021-12-27 13:49:33 +01:00
kodumbeats bc2703ea08 Set default database for collections 2021-12-22 20:51:49 -05:00
Matej Baco 5fcc5b9b38 Code cleanup 2021-12-21 15:41:58 +01:00
Bradley Schofield 65a58689fb Merge remote-tracking branch 'upstream/feat-database-indexing' into the-executor-poc 2021-12-10 13:48:04 +00:00
Bradley Schofield 1e76c03fd7 Merge remote-tracking branch 'upstream/feat-database-indexing' into the-executor-poc 2021-12-06 14:18:50 +00:00
Matej Bačo 8f1fb9d330
Merge branch 'master' into feat-improve-error-logging 2021-12-06 14:16:39 +01:00
Matej Baco c6c555b763 Implemented worker error logging in a better way 2021-12-05 14:07:45 +01:00
Torsten Dittmann 135bf0cfee fix tests 2021-12-01 16:09:57 +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
Bradley Schofield e64bb9faf5 Add Build Timeout EnvVar 2021-11-30 09:39:50 +00:00
Eldad Fux 64466f1dca Add local build file 2021-11-28 01:47:40 +02:00
Matej Baco 5b08969133 Code review changes 2021-11-24 11:09:04 +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
Bradley Schofield a0c841d13f Rollback to Docker CLI 2021-11-22 09:27:08 +00:00
Torsten Dittmann f1d95a236b Merge branch 'master' of https://github.com/appwrite/appwrite into remove-bundled-javascript 2021-11-22 10:23:48 +01:00
Bradley Schofield 6ba2c4741b Merge remote-tracking branch 'upstream/feat-database-indexing' into the-executor-poc 2021-11-09 15:54:04 +00:00
Torsten Dittmann bb106861ba remove tmp mount from appwrite server 2021-10-28 10:47:41 +02: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
kodumbeats d3942cd7a2 Use appwrite-built telegraf/influx images 2021-10-22 14:52:31 -04:00
Torsten Dittmann a07cc445d1 add prism via npm 2021-10-22 12:29:08 +02:00
kodumbeats 12094126b4 Update influxdb and telegraf with new builds 2021-10-21 10:25:32 -04:00
kodumbeats e34a6f988b Update redis to 6.2 from 6.0 2021-10-21 10:25:12 -04:00
Bradley Schofield dd5bdda000 Merge remote-tracking branch 'upstream/feat-database-indexing' into the-executor-poc 2021-10-11 14:59:34 +01:00
Toir Tuychiev ab6f15d698
typo docker-compose.yml
typo docker-compose.yml
2021-10-08 12:44:47 +05:00
Torsten Dittmann 8db80e164d Merge branch 'feat-database-indexing' of https://github.com/appwrite/appwrite into sync-realtime-with-db-refactor 2021-10-07 12:08:24 +02:00
Matej Baco b068f4969c Review changes 2021-10-04 13:01:08 +02:00
Torsten Dittmann 80e0df8a69 fix realtime 2021-09-30 13:18:50 +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
Matej Baco 429da848c6 Added missing tests for user deprecation feature 2021-09-27 14:11:06 +02:00
Bradley Schofield 715a8ac729 Add authentication between appwrite and the executor
+ Add authentication between appwrite and the executor
+ Add built status and build stdout/stderr to tag for later use
+ Changes to executor to implement new build stages
2021-09-22 11:03:04 +01:00
Bradley Schofield da8b4bb9f9 Add build step and more function cleanup 2021-09-13 11:50:45 +01:00
Bradley Schofield 66d8b0599c Merge branch 'master' into the-executor-poc 2021-09-07 12:51:25 +01:00
Bradley Schofield bca326dc8d Improvements to executor
- Executor now loads runtimes from php-runtimes package
- Executor now handles timeouts correctly
- Executor can now shutdown and remove containers before shutting down itself preventing a `docker-compose stop` failure due to active network endpoints.
- Fixed a issue with JWT's not working
- Improved general executor reliability
- Tests now pass!
2021-09-06 01:37:20 +01:00
Bradley Schofield f5e1ce01b7 More Changes 2021-08-27 11:55:22 +01:00
Bradley Schofield 48d57aa38e aaaaa 2021-08-27 10:21:28 +01:00
Bradley Schofield 5bbbbd5a3e Merge branch 'master' into the-executor-poc 2021-08-25 09:20:14 +01:00
Torsten Dittmann 8eef572d3e Merge branch '0.10.x' of https://github.com/appwrite/appwrite into feat-265-realtime 2021-08-25 10:01:46 +02:00
Damodar Lohani 1007756731 Merge branch 'feat-database-indexing' into feat-usage-daemon 2021-08-25 11:36:11 +05:45
Eldad Fux 48360e2805 Merge branch 'master' of github.com:appwrite/appwrite into feat-database-indexing 2021-08-24 19:44:12 +03:00
Bradley Schofield 071d716949 Initial Fix 2021-08-24 16:45:09 +01:00