1
0
Fork 0
mirror of synced 2024-09-28 15:31:43 +12:00
Commit graph

645 commits

Author SHA1 Message Date
shimon
d1d1392bb3 small adjustments 2023-07-12 11:12:56 +03:00
shimon
89f0146c45 users addition 2023-07-10 11:03:59 +03:00
shimon
57bc7d0584 functions/builds/deletes worker 2023-06-11 17:08:48 +03:00
shimon
62c619434e functions/builds/deletes worker 2023-06-05 19:13:00 +03:00
shimon
6e7c160249 changing event signature 2023-06-02 06:54:34 +03:00
shimon
f1466c05cf refactor workers 2023-05-29 16:58:45 +03:00
shimon
98dc1db878 re-working worker flow 2023-05-23 16:43:03 +03:00
shimon
432ee72071 Merge branch 'feat-db-pools' of github.com:appwrite/appwrite into refactor-workers
 Conflicts:
	app/cli.php
	app/console
	app/controllers/api/account.php
	app/controllers/api/functions.php
	app/controllers/api/teams.php
	app/controllers/shared/api.php
	app/init.php
	app/worker.php
	app/workers/builds.php
	app/workers/certificates.php
	app/workers/deletes.php
	app/workers/functions.php
	app/workers/mails.php
	src/Appwrite/Event/Event.php
	src/Appwrite/Event/Mail.php
2023-05-22 18:41:24 +03:00
Christy Jacob
5f10ff4d3b Merge branch 'feat-db-pools-master' of https://github.com/appwrite/appwrite into feat-db-pools-sync 2023-03-24 06:35:30 +00:00
Christy Jacob
39388e9b92 feat: use env vars for the hamster time 2023-03-20 12:58:11 +05:30
Christy Jacob
42ebaf6541 feat: store token in env var 2023-03-17 21:37:29 +05:30
Matej Bačo
c01fcb130c Merge branch 'feat-db-pools-master' into feat-db-pools-sync 2023-03-14 12:58:54 +01:00
Christy Jacob
5a8cab8de7 feat: update console branch 2023-02-22 17:57:44 +00:00
Christy Jacob
ad2c068e75 feat: update console mode 2023-02-22 12:46:54 +05:30
Damodar Lohani
5acd78463a Merge remote-tracking branch 'origin/feat-db-pools' into feat-db-pools-master-sync 2023-02-16 00:44:29 +00:00
Shimon Newman
d1153ee0d7
Update docker-compose.yml
Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
2023-02-15 21:20:25 +02:00
Damodar Lohani
71d2c45a92 Merge remote-tracking branch 'origin/master' into feat-db-pools-master-sync 2023-02-14 04:35:19 +00:00
Christy Jacob
38d7401aa9 feat: automate hamster 2023-02-06 15:23:33 +05:30
shimon
5850a454e0 addressing comments 2023-02-05 22:07:46 +02:00
shimon
1ac935077b addressing comments 2023-02-02 20:16:01 +02:00
shimon
abdd5f016a addressing comments 2023-02-02 13:55:23 +02:00
Christy Jacob
e654ec2720
Merge pull request #4889 from appwrite/feat-aggregate-stats
feat: aggregate stats
2023-01-26 16:31:34 +05:30
Christy Jacob
c97e7ce328 feat: update scripts 2023-01-26 02:26:33 +05:30
Damodar Lohani
4356af621a fix env variables 2023-01-20 10:40:06 +00:00
Christy Jacob
30690f6bc4
Merge pull request #4885 from appwrite/revert-4844-feat-build-size
Revert "Feat: Build output size"
2023-01-19 15:04:35 +05:30
shimon
68f7756601 usage test 2023-01-16 10:55:51 +02:00
shimon
a852672bff Merge branch 'feat-db-pools' of github.com:appwrite/appwrite into feat-new-usage-stats 2023-01-15 17:18:32 +02:00
Aayush Bisen
4975a769e7 add restart policy in root compose file
Fixes #4986
2023-01-14 09:39:29 +00:00
Damodar Lohani
85570112c2 fix typo 2023-01-12 09:53:54 +00:00
Damodar Lohani
6a4cfff0e3 fix error from merge 2023-01-12 09:00:54 +00:00
Damodar Lohani
f41e3b1e8f Merge remote-tracking branch 'origin/master' into feat-db-pools-master-sync 2023-01-12 07:25:23 +00:00
Christy Jacob
d7104d9cd6 feat: add tests 2023-01-11 17:54:37 +05:30
Matej Bačo
614d7d878f Add missing ENV var to docker compose 2022-12-26 11:14:35 +01: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
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
Christy Jacob
708994d4a6
Merge pull request #4844 from appwrite/feat-build-size
Feat: Build output size
2022-12-20 17:22:43 +05:30
Matej Bačo
b014eda788 PR review changes 2022-12-20 12:48:11 +01:00
Bradley Schofield
a09e23d0b9 Start work on porting webhooks 2022-12-20 11:07:49 +00:00
shimon
18f192ed65 benchmarks 2022-12-19 10:25:49 +02:00
Christy Jacob
ff73939855 feat: update console and build args 2022-12-18 15:23:18 +05:30
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
Matej Bačo
11b3abebd1 Remove tcp setup 2022-12-14 09:58:45 +01:00
shimon
141d55bd36 build+functions worker 2022-12-13 09:35:05 +02:00
Jake Barnby
4868b8f8ec
Update explorer image 2022-12-13 01:47:07 +13:00
Matej Bačo
b513c2fbad Store build output size to DB 2022-12-12 13:40:04 +01:00
shimon
2f34c566e5 addressing comments 2022-12-12 11:37:10 +02:00
shimon
93c3b73291 usage cleanup 2022-12-12 10:16:09 +02:00