Commit Graph

29860 Commits

Author SHA1 Message Date
Christy Jacob 5125adc16b feat: use coroutines for deleting within the executor 2022-01-28 05:21:11 +04:00
Christy Jacob dbcf479cd9 feat: remove curl request from DELETE /function 2022-01-28 04:26:19 +04:00
Christy Jacob 608eff458c feat: refactor 2022-01-28 04:25:28 +04:00
Christy Jacob 700c2fff2b feat: remove builds mount from trafeik 2022-01-28 04:23:49 +04:00
Christy Jacob 80b99ea146 feat: added build mount to deletes worker 2022-01-28 04:17:59 +04:00
Christy Jacob 1d5b6b7fd9 feat: delete built files in deletes worker 2022-01-28 04:02:44 +04:00
Christy Jacob a82562c16e feat: add deploymentId property to builds collection 2022-01-28 03:36:30 +04:00
snyk-bot 088a128af7 fix: upgrade prismjs from 1.25.0 to 1.26.0
Snyk has created this PR to upgrade prismjs from 1.25.0 to 1.26.0.

See this package in npm:
https://www.npmjs.com/package/prismjs

See this project in Snyk:
https://app.snyk.io/org/eldadfux/project/8574b5e4-6e89-4ade-bc02-2eaabc43eed0?utm_source=github&utm_medium=referral&page=upgrade-pr
2022-01-27 17:58:10 +00:00
Christy Jacob ada65e9819 feat: update deployment status 2022-01-27 16:50:22 +04:00
Jake Barnby 1ff0ecdee2 Remove Integer $loose parameters 2022-01-27 23:23:57 +13:00
Damodar Lohani 5c9b8a56c7 fix deletepath call 2022-01-27 16:05:08 +05:45
Simon Trockel ad8258f7c9 Merge branch 'appwrite:master' into feat-926-oauth2-microsoft-tenant-config 2022-01-27 11:12:27 +01:00
Damodar Lohani dedc2806af fix missing permission for update 2022-01-27 15:51:33 +05:45
Jake Barnby 1bcabf8f90 Merge remote-tracking branch 'origin/master' into fix-db-attr-number-params 2022-01-27 22:47:15 +13:00
Bradley Schofield d8a9b7e933 More cleaning up 2022-01-27 09:27:57 +00:00
Bradley Schofield 7d3f992a9f Add status codes 2022-01-27 09:18:48 +00:00
Bradley Schofield c94b28555d Remove Try Catch's and use global handler 2022-01-27 09:18:01 +00:00
Damodar Lohani 8bafd7cafb fix namespace 2022-01-27 13:51:03 +05:45
Damodar Lohani cb8a4b57ca fix usage 2022-01-27 13:40:16 +05:45
Damodar Lohani bdd1d4c6b6 remove file sum from tags total 2022-01-27 13:31:06 +05:45
Damodar Lohani 1515ee1825 fix deleting cache dir 2022-01-27 13:19:47 +05:45
Damodar Lohani 6b1dbab7a4 fix test 2022-01-27 13:06:32 +05:45
Eldad A. Fux 9cd9a1dc5d Merge pull request #2468 from stnguyen90/bug-2405-non-owner-delete-membership
Fix non-owner not able to delete their membership
2022-01-27 08:53:27 +02:00
Jake Barnby 204234941c Remove $loose param from constructors 2022-01-27 19:44:53 +13:00
Jake Barnby 30a14f01e8 Add float validator case to spec to prevent fallthrough 2022-01-27 19:43:30 +13:00
Christy Jacob 2c91a24928 feat: fix failing tests 2022-01-27 03:19:02 +04:00
Christy Jacob 9e33960d95 feat: remove swoole server config 2022-01-27 02:42:08 +04:00
Christy Jacob f65b3e0c5b feat: sync master and fix tests 2022-01-27 02:29:49 +04:00
Eldad A. Fux 23df3a10ab Merge pull request #2599 from appwrite/fix-create-existing-collection
Fix: 409 for createCollection
2022-01-27 00:17:56 +02:00
Simon Trockel cecf46a975 Merge branch 'feat-926-oauth2-microsoft-tenant-config' of https://github.com/BobcatProgrammer/appwrite into feat-926-oauth2-microsoft-tenant-config 2022-01-26 22:18:32 +01:00
Simon Trockel 38fdf5f9b7 Merge branch 'appwrite:master' into feat-926-oauth2-microsoft-tenant-config 2022-01-26 19:55:59 +01:00
kodumbeats 732e4c0b20 Add missing port to PDO dsn for workers 2022-01-26 11:01:49 -05:00
Matej Baco f6568b3cf5 Imroved UI of required and optional enum 2022-01-26 16:04:50 +01:00
Christy Jacob c595f4eea9 feat: rename tag to deployments across worker 2022-01-26 17:09:32 +04:00
Christy Jacob c1d71904e8 Merge branch 'feat-functions-refactor' of github.com:appwrite/appwrite into feat-add-builds-worker 2022-01-26 16:59:24 +04:00
Damodar Lohani 02aaa71c96 fix delete worker 2022-01-26 18:39:18 +05:45
Damodar Lohani 5090a2a440 update param 2022-01-26 18:32:57 +05:45
Damodar Lohani cfc20b4983 fix bucket id param 2022-01-26 18:30:41 +05:45
Damodar Lohani c12a302fc8 fix pagination 2022-01-26 18:26:42 +05:45
Bradley Schofield f3e97e4133 Fix environment variables during build 2022-01-26 10:49:02 +00:00
Bradley Schofield a3519ec912 Update CHANGES.md
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2022-01-26 10:27:17 +00:00
Bradley Schofield 4113644fba Implement network environment variable for the executor. 2022-01-26 10:23:30 +00:00
Bradley Schofield 18e1420899 Update executor.php 2022-01-26 10:10:29 +00:00
Simon Trockel 8b6914e194 Fix formatting src/Appwrite/Auth/OAuth2/Microsoft.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-01-26 11:10:00 +01:00
Simon Trockel 7bf5da9759 Fix formatting src/Appwrite/Auth/OAuth2/Microsoft.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-01-26 11:09:51 +01:00
Bradley Schofield d429aa180f Fix Build Structure in Executor 2022-01-26 10:09:11 +00:00
Simon Trockel e2ee905a8e Fix formatting src/Appwrite/Auth/OAuth2/Microsoft.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-01-26 11:08:10 +01:00
Bradley Schofield ee2670fcd7 Merge branch 'feat-functions-refactor' into feat-cleanup-collections 2022-01-26 09:59:46 +00:00
Eldad A. Fux 5f6c5f8663 Merge pull request #2695 from gewenyu99/doc-make-translations-easier-to-find
moved translation links to a more visible location
2022-01-26 11:38:48 +02:00
Eldad A. Fux 4147faafdc Merge pull request #2684 from appwrite/feat-rename-tags
Feat rename tags to deployments
2022-01-26 11:37:25 +02:00