1
0
Fork 0
mirror of synced 2024-08-02 20:12:01 +12:00
Commit graph

152 commits

Author SHA1 Message Date
Steven Nguyen
a6e9fbfa8d
Update the trigger for the cleanup actions cache workflow
Workflow should trigger on pull_request.closed, not all pull_request.
2023-08-31 09:26:42 -07:00
Steven Nguyen
8a0bf3ad46
Create a GH workflow to cleanup the GH cache
The GitHub actions cache is helpful to speed up CI jobs. Once a branch
is closed, we don't need the cacche anymore so we should delete it so
the disk space can be reclaimed.

This workflow was copied from https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#force-deleting-cache-entries.
2023-08-30 16:56:27 -07:00
Khushboo Verma
c1b7b6cd0d Update limits 2023-08-18 12:44:13 +05:30
Matej Bačo
b9d790224f Fix missing model 2023-08-09 13:29:56 +02:00
Matej Bačo
d678d626fc Improve CI/CD logs 2023-08-06 15:55:41 +02:00
Steven Nguyen
aa3c2faed9
Merge tag '1.3.8' into cloud-1.3.x-2 2023-08-04 13:55:07 -07:00
Damodar Lohani
f59d3563f4 Merge remote-tracking branch 'origin/feat-db-pools-master' into feat-db-pools-db-pools-master-sync 2023-07-10 03:06:48 +00:00
Christy Jacob
ba47e7ddc0 feat: add build args to ci script 2023-06-06 19:49:08 +05:30
Christy Jacob
cb303ca71b feat: update CI script 2023-06-06 19:37:35 +05:30
Christy Jacob
a2534e643e feat: update ci script 2023-06-06 19:14:08 +05:30
Christy Jacob
e0a58f369c feat: update ci script 2023-06-06 19:10:04 +05:30
Christy Jacob
d4ec392a6f feat: add script 2023-06-06 18:35:57 +05:30
Christy Jacob
ababe6a382 ci: update ci script 2023-06-06 15:33:22 +05:30
Christy Jacob
7798e28129 ci: create CI script to build cloud images 2023-06-06 15:31:35 +05:30
Steven Nguyen
9898005465
Fix the version passed into the docker build command
Change the order of the tags to ensure the version passed into the
docker build command is the full major.minor.patch version.
2023-05-02 17:43:39 -07:00
Steven Nguyen
a0297bfb8b
Fix the release github action job name 2023-04-28 12:47:51 -07:00
Torsten Dittmann
097030c348 fix:: adapt to review 2023-04-21 11:58:59 +02:00
Torsten Dittmann
725ebfcd44 fix: ci version numbers 2023-04-20 22:15:29 +02:00
Torsten Dittmann
ba1e5a7159 ci: use proper versions 2023-04-20 21:46:29 +02:00
Torsten Dittmann
590ae9cfe4 update tags 2023-04-19 13:55:05 +02:00
Torsten Dittmann
a769a18ba0 update tags 2023-04-19 13:54:48 +02:00
Torsten Dittmann
08e5dc1c40
Update release.yml 2023-04-19 13:25:12 +02:00
Torsten Dittmann
85b8728e71 fix: change name 2023-04-19 13:23:14 +02:00
Torsten Dittmann
b3c2273780 ci: release action 2023-04-19 13:22:13 +02:00
Steven Nguyen
7f542e2052
Update the github workflows to cancel if PR is modified 2023-02-21 14:59:15 -08:00
Steven Nguyen
fc87a0a281
Bump actions to fix save-state warning 2023-02-15 11:27:26 -08:00
Steven Nguyen
037d330641
Ensure image is added to local registry 2023-02-13 13:26:26 -08:00
Steven Nguyen
57c445868e
Remove github cache cleanup 2023-02-13 13:14:15 -08:00
Steven Nguyen
88e9099e87
Update tests CI to cache docker layers 2023-02-13 12:08:28 -08:00
Christy Jacob
2f252ecee7
Merge pull request #4754 from appwrite/feat-pr-template
Update PR Template
2023-01-21 02:01:26 +05:30
Christy Jacob
1e94400a7b
Merge pull request #4332 from Sushrut1101/master
workflows: Update actions/checkout to v3
2022-12-20 13:23:08 +05:30
Christy Jacob
7cf49ac1f6
Merge pull request #4534 from sarthakroy2002/master
workflows: Update codeql-action to v3
2022-12-20 00:17:50 +05:30
Steven Nguyen
3e0456291f
Update PR template
1. Ask for why in description to help with troubleshooting in the future
2. Change related PRs to a list so it renders nicer
3. Remove changes.md task in favor of just using milestones to track changes
4. Add reminder to check if API specs need to be updated
2022-11-22 09:42:54 -08:00
Christy Jacob
8ea6647b22 feat: update branch 2022-11-22 13:56:50 +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
Steven Nguyen
2ede405784
Remove issue templates in favor of org level files 2022-11-16 10:51:19 -08:00
Torsten Dittmann
deefff537d
ci: fetch submodules 2022-11-16 00:37:13 +01:00
Damodar Lohani
1db29e7674 appwrite logs 2022-10-31 08:42:33 +00:00
Sarthak Roy
c57da64feb
workflows: Update codeql-action to v3 2022-10-19 21:59:12 +05:30
Steven Nguyen
0fdfdcf09c
Re-use same image for all appwrite containers during dev and CI 2022-10-12 11:34:30 -07:00
Christy Jacob
75c029c462
Merge pull request #4073 from appwrite/christyjacob4-patch-2
Update PULL_REQUEST_TEMPLATE.md
2022-10-11 13:06:17 +04:00
Sushrut1101
a0d1a12f1e
workflows: Update actions/checkout to v3 2022-10-08 12:32:58 +05:30
Torsten Dittmann
4bb44ad315
Merge pull request #3757 from appwrite/feat-github-non-self-hosted
ci: update github actions to use github hosted runners
2022-10-04 12:06:42 +02:00
Torsten Dittmann
b6321a8bed
ci: remove php image pre pull 2022-10-04 11:05:52 +02:00
Christy Jacob
73c144a75f
Update .github/PULL_REQUEST_TEMPLATE.md
Co-authored-by: Matej Bačo <matejbacocom@gmail.com>
2022-10-04 12:29:52 +05:30
Christy Jacob
0bae88311e
Update PULL_REQUEST_TEMPLATE.md 2022-10-03 15:30:47 +05:30
Torsten Dittmann
95d322dc36 feat: prepare 1.0.1 release 2022-09-14 21:03:00 +02:00
Torsten Dittmann
5fd0de842f ci: fix build args 2022-09-14 17:52:52 +02:00
Torsten Dittmann
6d5aec39fe ci: use faster compose file for ci 2022-09-14 16:44:50 +02:00
Torsten Dittmann
b0d6e905f1 Merge branch 'master' of https://github.com/appwrite/appwrite into feat-github-non-self-hosted 2022-09-14 16:29:53 +02:00
Jake Barnby
3e8da28e70
Run with docker raw 2022-09-08 17:00:11 +12:00
Jake Barnby
801898a9e2
Use composer container 2022-09-08 16:52:33 +12:00
Jake Barnby
e4c1188498
Use composer directly 2022-09-08 16:47:47 +12:00
Jake Barnby
33ab9ada96
Run lint with docker 2022-09-08 16:26:33 +12:00
Torsten Dittmann
bcd05bf5a7
ci: force buildkit and settings 2022-09-04 22:23:38 +02:00
Torsten Dittmann
683a691bf9
ci: update github actions to use github hosted runners 2022-09-04 22:05:30 +02:00
Matej Bačo
432bfe96ac New version preparation 2022-09-01 04:41:50 +00:00
Torsten Dittmann
6b62af4102 Merge branch '0.15.x' of https://github.com/appwrite/appwrite into feat-prepare-0-15 2022-06-20 23:21:17 +02:00
Torsten Dittmann
95d02ed133 tests: allow teardown to fail 2022-06-20 23:21:06 +02:00
Torsten Dittmann
59940e81a8 chore: prepare 0.15 2022-06-20 18:23:54 +02:00
Torsten Dittmann
400f5c4b48 feat: use DSN for phone provider 2022-06-20 14:22:35 +02:00
Everly Precia Suresh
616e813229 add comment when fall-through is intentional in a non-empty case body 2022-06-02 22:18:42 +00:00
Torsten Dittmann
70286f57dc ci: update php composer version for linter 2022-05-31 17:27:40 +02:00
Torsten Dittmann
f58aa0c818
Update linter.yml 2022-05-31 17:26:45 +02:00
Torsten Dittmann
2d58f48b72 ci: fix linter 2022-05-31 17:22:40 +02:00
Torsten Dittmann
30ffcafc04 ci: fix linter os 2022-05-31 17:18:12 +02:00
Torsten Dittmann
02bc2f6390 ci: introduce linter 2022-05-31 17:09:45 +02:00
Matej Bačo
48452161b0
Add 0.14 version to bug report 2022-05-18 16:08:44 +02:00
Torsten Dittmann
5e8d2c1ee7
chore: add 0.13.x to issue template 2022-03-07 11:03:10 +01:00
Christy Jacob
9dd30ca758 feat: update actions cleanup command 2022-02-28 00:33:27 +04:00
Matej Bačo
da00751a8a Add self-hosted runner 2022-02-09 19:29:26 +00:00
Torsten Dittmann
c9d53e0134
Update tests.yml 2022-01-19 00:02:48 +01:00
Torsten Dittmann
7a9d477e3e
Update tests.yml 2022-01-18 23:58:24 +01:00
Torsten Dittmann
fc99863ba6 ci: add github action 2022-01-18 23:41:51 +01:00
Eldad A. Fux
f4010a497a
Update bug.yaml 2022-01-13 16:28:48 +02:00
Torsten Dittmann
f23b6cc55e fix: disable github action 2022-01-04 17:02:23 +01:00
Torsten Dittmann
7230b5f6ec Merge branch 'master' of https://github.com/appwrite/appwrite into feat-database-indexing 2022-01-03 13:44:28 +01:00
Torsten Dittmann
d099b0133c Merge branch 'master' of https://github.com/appwrite/appwrite into feat-database-indexing 2021-11-17 11:39:03 +01:00
Matej Baco
f6f2005fd8 Added 0.11.x to dropdown 2021-11-14 13:22:42 +01:00
Torsten Dittmann
dc99127533 increase sleeps 2021-10-22 19:21:52 +02:00
Torsten Dittmann
744560fbb9 always run teardown 2021-10-22 18:52:22 +02:00
Torsten Dittmann
744c093739 teardown functions 2021-10-22 18:34:05 +02:00
Torsten Dittmann
60b44dcae9 teardown & db race condition 2021-10-22 18:30:42 +02:00
Torsten Dittmann
c8036ffc32 reduce timeouts 2021-10-22 18:19:02 +02:00
Torsten Dittmann
a89e892b3d use docker-compose v2 2021-10-22 17:32:25 +02:00
Torsten Dittmann
6fd5df3316 add github action with selfhosted runner 2021-10-22 17:26:17 +02:00
Torsten Dittmann
84b42f8306 ci(gh): remove tests 2021-10-16 14:12:07 +02:00
Torsten Dittmann
15a92a6b46 remove gh action 2021-10-08 13:34:12 +02:00
Eldad A. Fux
238d145b06
Merge pull request #1866 from MatteoGheza/patch-1
Fix typo in bug.yaml
2021-10-05 08:22:32 +03:00
Torsten Dittmann
16b8dc3d0b
ci(gh): add github action (#1823)
* ci(gh): add github action

* fix name

* fix ci
2021-10-04 10:50:27 +02:00
Matteo Gheza
400c13cd21
Fix type in bug.yaml 2021-10-03 16:25:10 +02:00
Matej Baco
411b581db4 Code of conduct missing fixed 2021-10-03 11:01:45 +02:00
Matej Baco
c7125d909a Bug fixes 2021-10-01 07:53:07 +02:00
Matej Bačo
75d7583bcc
Update .github/ISSUE_TEMPLATE/bug.yaml
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2021-09-30 15:41:44 +02:00
Matej Baco
c65b637467 Github Forms for Hacktoberfest preps 2021-09-28 09:47:01 +02:00
Matej Baco
ae89bf914c Updated bug issue template to GitHub forms 2021-09-03 08:54:55 +02:00
Rajiv Ranjan Singh
3031957f43 updated templates 2020-10-03 11:46:13 +05:30
Rajiv Ranjan Singh
baa6a56e61 updated bug template 2020-10-03 11:17:43 +05:30
Rajiv Ranjan Singh
b7373bc0b1 removed proposal template 2020-10-02 10:18:47 +05:30
Rajiv Ranjan Singh
db53108520 added templates 2020-10-01 11:42:10 +05:30