1
0
Fork 0
mirror of synced 2024-09-19 19:07:21 +12:00
Commit graph

2816 commits

Author SHA1 Message Date
shimon
9a2f734d3a compose.lock 2023-01-12 18:06:20 +02:00
Jake Barnby
004bb82688
Fix functions + builds not deleted 2023-01-12 22:42:07 +13:00
Jake Barnby
d49de9c6cf
Use getProjectDB instead of new function 2023-01-12 22:27:20 +13:00
Christy Jacob
a35cf0b4c0
Merge pull request #4991 from appwrite/fix-function-timeout-example
Function default timeout example fix
2023-01-12 13:53:25 +05:30
Damodar Lohani
f41e3b1e8f Merge remote-tracking branch 'origin/master' into feat-db-pools-master-sync 2023-01-12 07:25:23 +00:00
Eldad A. Fux
f0bb8dcc33
Merge pull request #4859 from appwrite/refactor-mails-next
refactor: make mails event and worker general
2023-01-12 09:07:43 +02:00
Steven Nguyen
be77b10549
Add flutter-web as a platform type
Having a dedicated type for flutter-web will allow us to differentiate
between Flutter Web and Web in the Appwrite Console.
2023-01-11 15:47:49 -08:00
Vincent (Wen Yu) Ge
a1cb81abb6 Function default timeout example to 15s, so it doesn't look like a timestamp. 2023-01-11 21:49:15 +00:00
Steven Nguyen
2b4dbfb4b9
Convert _APP_STORAGE_DEVICE env var to lowercase
This is done for backwards compatibility. Up to utopia-php/storage
version 0.12.X, the devices were not lowercase. Starting 0.13.X, they
are all converted to lowercase, but people would still have the old
case in their .env file. This change makes the value check insensitive
so that the value from older versions still works.
2023-01-11 11:41:26 -08:00
Jake Barnby
4b0ef4598b
Fix deletes worker not deleting project database tables 2023-01-11 19:37:06 +13:00
Christy Jacob
e3a2135515 feat: linter fixes 2023-01-10 20:18:45 +05:30
shimon
4198cbfca5 moved reduce after delete document to usage-worker 2022-12-28 18:27:26 +02:00
Matej Bačo
0865b240c4 Fix linter 2022-12-27 20:33:16 +01:00
Matej Bačo
991c6dea64 Fix nested escaping 2022-12-27 20:15:22 +01:00
Eldad A. Fux
8681acfeab
Merge pull request #4912 from appwrite/fix-auth-session-limit-model
Fix: auth session limit model
2022-12-27 16:38:41 +02:00
Matej Bačo
070edcf55a Fix buckets migration 2022-12-27 14:55:32 +01:00
Matej Bačo
02d86cee84 Fix bug and update test 2022-12-27 11:33:38 +01:00
Matej Bačo
7532309bbb
Apply suggestions from code review 2022-12-27 10:31:49 +01:00
Matej Bačo
d63c429d3e Implement 1.2 migration 2022-12-27 08:35:55 +01:00
Matej Bačo
ccc9432219 Merge branch 'master' into fix-1.2.x-conflicts 2022-12-27 08:29:10 +01:00
Matej Bačo
804dbb867c Re-add migration, add missing env vars 2022-12-27 08:24:34 +01:00
Matej Bačo
4d33ba6db1 Fix big in migration class 2022-12-26 13:16:01 +01:00
Matej Bačo
bbe29e9aa7 Preparations for 1.2.0 2022-12-26 13:06:35 +01:00
shimon
5e394fed5d refactor usage worker 2022-12-21 21:03:09 +02:00
shimon
c02ef7b340 adding build.storage usage 2022-12-21 11:22:29 +02:00
shimon
c6b3fb39b1 Merge branch 'feat-db-pools' of github.com:appwrite/appwrite into feat-new-usage-stats
 Conflicts:
	app/console
	app/workers/builds.php
	docker-compose.yml
	src/Appwrite/Usage/Stats.php
2022-12-21 09:58:22 +02:00
Jake Barnby
2ee9f2607f
Remove redundant code 2022-12-21 19:15:42 +13:00
Christy Jacob
7ea8d761e4 feat: aggregate stats 2022-12-21 02:08:37 +05:30
Bradley Schofield
c0daed3644 Refactor names and cleanup code 2022-12-20 16:11:30 +00:00
Bradley Schofield
1cd84aacc7 Update Event.php 2022-12-20 13:06:57 +00:00
Bradley Schofield
284ce42177 Merge branch 'feat-db-pools' into refactor-schedulers-workers 2022-12-20 13:01:27 +00:00
Christy Jacob
ff9bccf1ff
Revert "Feat: Build output size" 2022-12-20 18:26:56 +05:30
Bradley Schofield
e577c04fae Update Maintenance.php 2022-12-20 12:49:33 +00:00
Bradley Schofield
b0c8e8980d Continue removing resque 2022-12-20 12:48:55 +00:00
Bradley Schofield
886a1a2abb Port Deletes and Builds worker 2022-12-20 12:22:58 +00:00
Matej Bačo
b014eda788 PR review changes 2022-12-20 12:48:11 +01:00
Bradley Schofield
f2e8a619da Merge branch 'refactor-scheduler-messaging' into refactor-schedulers-workers 2022-12-20 11:24:58 +00:00
Bradley Schofield
6f3a057608 Merge branch 'refactor-scheduler-emails' into refactor-schedulers-workers 2022-12-20 11:24:26 +00:00
Bradley Schofield
11bd518b6a Merge branch 'refactor-scheduler-database' into refactor-schedulers-workers 2022-12-20 11:23:26 +00:00
Bradley Schofield
169386d0b3 Merge branch 'refactor-sceduler-certificates' into refactor-schedulers-workers 2022-12-20 11:20:52 +00:00
Bradley Schofield
d52fa1169a Merge Audits 2022-12-20 11:11:36 +00:00
Bradley Schofield
a09e23d0b9 Start work on porting webhooks 2022-12-20 11:07:49 +00:00
Christy Jacob
37ce513b87
Merge pull request #4341 from megatank58/patch-1
fix: correctly handle `=` in .env
2022-12-20 16:32:29 +05:30
shimon
18f192ed65 benchmarks 2022-12-19 10:25:49 +02:00
Matej Bačo
fdd9a1caf3 Add size to build response 2022-12-18 08:40:56 +01:00
Matej Bačo
1a33ffa867 Linter fix 2022-12-18 08:37:53 +01:00
Matej Bačo
8f363eae7a Fix bugs 2022-12-18 08:35:16 +01:00
Matej Bačo
ab68bb4ea1 Merge branch 'feat-db-pools' into feat-build-size 2022-12-18 08:21:41 +01:00
Matej Bačo
c5da386d67 PR review changes 2022-12-18 08:20:50 +01:00
Bradley Schofield
ab7c04074c Update Phone.php 2022-12-17 21:23:15 +00:00
Bradley Schofield
a8595eaca2 Port Messages worker to Utopia queue system 2022-12-17 20:45:58 +00:00
Bradley Schofield
2e49666ee6 Port Mail Worker from resque to Utopia Queue 2022-12-17 19:19:41 +00:00
Christy Jacob
90e93f3255 Merge branch 'master' of https://github.com/appwrite/appwrite into feat-db-pools 2022-12-16 15:42:40 +00:00
Matej Bačo
4ee8fd5629 Add cache clean 2022-12-16 10:39:53 +01:00
shimon
7601c9047b e2e tests 2022-12-15 11:45:43 +02:00
shimon
285bfe9fd7 e2e tests 2022-12-15 09:56:06 +02:00
Jake Barnby
d107b92748
Remove debug flags on production instead of abuse enabled 2022-12-15 13:44:23 +13:00
fogelito
8ade726932 Changing Role + Permissions namespace 2022-12-14 18:04:06 +02:00
fogelito
f96128e14f Changing Id 2022-12-14 17:42:25 +02:00
Matej Bačo
3d07600a48 PR review changes 2022-12-14 10:44:46 +01:00
Matej Bačo
41a6a6dbf7 Add patch CLI task 2022-12-14 09:51:28 +01:00
Damodar Lohani
42c855cb41 feat: make mails event and worker general 2022-12-14 06:23:14 +00:00
Bradley Schofield
02271c5329 Remove debug force true 2022-12-13 15:54:37 +00:00
Bradley Schofield
6e6a6d5518 Migrate Database worker to Utopia Queue system 2022-12-13 15:54:01 +00:00
shimon
06aee565a8 addressing comments 2022-12-13 13:46:53 +02:00
Bradley Schofield
21afa43127 Port Certificates to new Queue system 2022-12-13 11:16:12 +00:00
Jake Barnby
ff33068906
Merge remote-tracking branch 'origin/1.2.x' into feat-graphql-support 2022-12-13 21:37:21 +13:00
shimon
141d55bd36 build+functions worker 2022-12-13 09:35:05 +02:00
Jake Barnby
cf9d67e9cc
Fix assoc input for account prefs 2022-12-13 20:04:05 +13:00
Damodar Lohani
ae24689b89 default auth session limit 10 2022-12-13 06:26:25 +00:00
Matej Bačo
d702f3581f Fix bug 2022-12-12 13:52:22 +01:00
Matej Bačo
de0de5f225 Linter fix 2022-12-12 13:45:21 +01:00
Matej Bačo
d79eea0f4b Send build size to stats 2022-12-12 13:42:35 +01:00
Matej Bačo
fe27670e1f New attribute + migration 2022-12-12 13:39:43 +01:00
shimon
2f34c566e5 addressing comments 2022-12-12 11:37:10 +02:00
shimon
d80bd75b6d usage cleanup 2022-12-12 09:54:53 +02:00
Damodar Lohani
c60a3a66a0 feat: session limit separate default and max value 2022-12-12 05:07:18 +00:00
shimon
3242bd9b2a Merge branch 'feat-db-pools' of github.com:appwrite/appwrite into feat-new-usage-stats 2022-12-11 20:07:20 +02:00
shimon
308a9afe22 usage cleanup 2022-12-11 20:07:05 +02:00
shimon
0348472345 usage cleanup 2022-12-11 19:15:38 +02:00
shimon
52c2cefdb5 users usage 2022-12-11 11:06:19 +02:00
shimon
ba04f845da databases usage 2022-12-11 11:00:00 +02:00
Damodar Lohani
fd93c8aebd feat: add auth session limit param 2022-12-11 07:15:18 +00:00
Jake Barnby
ccc5f7776d
Cast to array for stdClass case 2022-12-08 18:02:35 +13:00
Jake Barnby
ddbd03388e
Remove prefixed items from additional data 2022-12-08 16:10:49 +13:00
Jake Barnby
fd52cdc45f
Revert prefix to _ 2022-12-08 16:08:57 +13:00
Jake Barnby
da2821b4a8
Fix blacklist entries 2022-12-08 13:10:35 +13:00
shimon
4c6b6d00e8 functions api usage 2022-12-07 19:56:38 +02:00
shimon
5d63d2f199 functions api usage 2022-12-07 19:01:25 +02:00
Christy Jacob
69d5a25c62 Merge branch 'master' of github.com:appwrite/appwrite into feat-db-pools 2022-12-07 15:39:44 +04:00
Matej Bačo
0a177713f0 Implement migration for mimeType 2022-12-07 11:01:58 +00:00
Jake Barnby
4de3289ebb
Remove redundant function 2022-12-07 19:29:24 +13:00
Bradley Schofield
84f1a15a4c Refactor Audit Worker to use Utopia Queue system 2022-12-06 15:06:40 +00:00
shimon
f44ee4ec90 updates 2022-12-06 13:36:17 +02:00
Jake Barnby
b6723b7c83
Merge remote-tracking branch 'origin/master' into feat-graphql-support
# Conflicts:
#	app/init.php
2022-12-06 20:38:09 +13:00
shimon
b71bba2a9c updates 2022-12-04 19:06:23 +02:00
shimon
d3bc4da15c Merge branch 'feat-db-pools' of github.com:appwrite/appwrite into feat-new-usage-stats 2022-12-04 10:35:56 +02:00
Eldad Fux
db345fae41 WIP 2022-11-24 09:53:52 +02:00
Christy Jacob
f239296059 Merge branch 'master' of https://github.com/appwrite/appwrite into feat-db-pools 2022-11-23 19:05:19 +00:00
Torsten Dittmann
b382031ae7 chore: release 1.1.1 2022-11-23 18:43:48 +01:00
Eldad Fux
95e835a902 Deprecated Usage stats 2022-11-23 19:08:42 +02:00
Matej Baco
97bbe1a465 Bug fix 2022-11-23 09:45:06 +01:00
Matej Baco
089a1b295c Improve Executor client error handling 2022-11-23 09:41:48 +01:00
Damodar Lohani
d7cdaa5565
fix project Id issues 2022-11-23 12:22:46 +05:30
Christy Jacob
92a59cdf3f fix: use projectInternalId in the usage stats 2022-11-22 21:26:10 +05:30
Christy Jacob
dd8a64b3a3 feat: update branch 2022-11-22 14:10:41 +00:00
Damodar Lohani
14ea8b2197 Merge branch 'feat-db-pools' of https://github.com/appwrite/appwrite into feat-usage-refactor-fo-db-pools 2022-11-21 14:12:22 +00:00
Matej Baco
5ec548cc06 Fix more failing tests 2022-11-18 14:13:33 +01:00
Matej Baco
792286c955 Merge branch 'feat-db-pools' into fix-init-retry 2022-11-18 09:51:53 +01:00
Christy Jacob
fc0b8730a9 Merge branch 'master' of https://github.com/appwrite/appwrite into feat-db-pools 2022-11-18 07:56:43 +00:00
Matej Baco
418a432d6c Merge branch 'feat-db-pools' into fix-init-retry 2022-11-18 08:10:11 +01:00
Jake Barnby
5a84a37a9e
Merge remote-tracking branch 'origin/master' into feat-graphql-support
# Conflicts:
#	app/init.php
2022-11-18 12:41:48 +13:00
Christy Jacob
373e230ab0 fix: issues with usage 2022-11-18 00:28:57 +05:30
Christy Jacob
71bb70dec4 Merge branch 'feat-db-pools' of github.com:appwrite/appwrite into feat-add-console 2022-11-17 23:27:26 +05:30
Christy Jacob
6c43b44441 feat: use new storage library 2022-11-17 23:16:49 +05:30
Christy Jacob
c4a5c73717 feat: use new storage library 2022-11-17 23:13:59 +05:30
Christy Jacob
080abbbb79 Merge branch 'master' of github.com:appwrite/appwrite into feat-add-console 2022-11-17 20:26:10 +05:30
Torsten Dittmann
dd34dfce22 fix: migration for oauthproviders 2022-11-17 15:33:46 +01:00
Torsten Dittmann
bba9284c3e chore: add comments to v16 migration 2022-11-17 14:58:16 +01:00
Torsten Dittmann
d1eae37577 fix: make migration for oauth providers non-destructive 2022-11-17 14:57:27 +01:00
Torsten Dittmann
36cc6d8621 chore: prepare 1.1.1 release 2022-11-17 14:38:49 +01:00
Christy Jacob
878021b9a3 feat: disable auth on console project 2022-11-17 18:20:17 +05:30
Torsten Dittmann
53adb4e114 fix: migration for oauth providers 2022-11-17 12:38:09 +01:00
Torsten Dittmann
eb5e853f2d fix: migration for stats region 2022-11-17 11:31:24 +01:00
Christy Jacob
836ab62285 feat: review comments 2022-11-17 07:02:51 +00:00
Christy Jacob
d830f5c262 feat: review comments 2022-11-17 07:01:11 +00:00
Christy Jacob
261830c122 Merge branch 'feat-db-pools' of https://github.com/appwrite/appwrite into feat-support-dsn 2022-11-17 06:43:49 +00:00
Christy Jacob
d75831380b feat: review comments 2022-11-17 06:36:41 +00:00
Damodar Lohani
3439978253 formatting 2022-11-17 00:39:33 +00:00
Damodar Lohani
baddbf7f03 remove unused code 2022-11-17 00:38:44 +00:00
Damodar Lohani
9f92214c9d update usage 2022-11-17 00:36:51 +00:00
Damodar Lohani
96e67f968f Merge remote-tracking branch 'origin/feat-db-pools' into feat-usage-refactor-fo-db-pools 2022-11-17 00:31:57 +00:00
Matej Baco
2220222f48 Merge branch 'feat-db-pools' into fix-init-retry 2022-11-16 20:43:31 +01:00
Matej Baco
762d52bca8 Fix failing tests 2022-11-16 20:39:35 +01:00
Christy Jacob
a34223748b fix: return types 2022-11-16 17:32:35 +00:00
Christy Jacob
a233a30d28
Merge pull request #4691 from appwrite/feat-schedules-deletions
Deleted functions
2022-11-16 20:49:14 +05:30
Shimon Newman
61d3d6755e
Update src/Appwrite/Platform/Tasks/Maintenance.php
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2022-11-16 17:08:58 +02:00
shimon
6a79bea5df Deleted functions
schedules clean up
2022-11-16 16:56:47 +02:00
Matej Baco
5f8d3ff6ee More PR reviews 2022-11-16 14:50:12 +01:00
Matej Baco
e37f70246e PR review changes 2022-11-16 14:34:11 +01:00
shimon
b1372a39b0 Deleted functions
schedules clean up
2022-11-16 14:54:42 +02:00
shimon
c67852a7fb Deleted functions
schedules clean up
2022-11-16 14:51:43 +02:00
Matej Baco
fdbb5b9810 QA bug fixing 2022-11-16 13:19:29 +01:00
Matej Baco
44875e2d18 QA review changes 2022-11-16 11:33:11 +01:00
Jake Barnby
f9d2976c1d
Merge remote-tracking branch 'origin/1.1.x' into feat-graphql-support
# Conflicts:
#	CHANGES.md
#	app/config/specs/open-api3-latest-client.json
#	app/config/specs/open-api3-latest-console.json
#	app/config/specs/open-api3-latest-server.json
#	app/config/specs/swagger2-latest-client.json
#	app/config/specs/swagger2-latest-console.json
#	app/config/specs/swagger2-latest-server.json
#	app/init.php
#	app/tasks/sdks.php
#	composer.lock
#	docker-compose.yml
2022-11-16 19:37:35 +13:00
Jake Barnby
dd6c5c056f
Merge remote-tracking branch 'origin/master' into feat-graphql-support
# Conflicts:
#	CHANGES.md
2022-11-16 19:31:40 +13:00
Christy Jacob
e976bd3cb1 fix: event triggers 2022-11-16 11:22:19 +05:30
Christy Jacob
8b0a78bb36 fix: function events and linter 2022-11-16 11:00:57 +05:30
Matej Baco
44a82de09b Refactor func event triggering 2022-11-15 19:13:17 +01:00
Matej Baco
855c3d3b84 Re-implement removed stuff during merge 2022-11-15 17:37:16 +01:00