From c58f5a45224dd9a64e4ad43374a015783a352f26 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Fri, 15 Sep 2023 14:17:10 +0200 Subject: [PATCH 01/16] chore: add package.json --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000000..cd051445e3 --- /dev/null +++ b/package.json @@ -0,0 +1,10 @@ +{ + "private": true, + "name": "@appwrite.io/repo", + "version": "0.0.0", + "description": "> Great news! Appwrite Cloud is now in public beta! Sign up at [cloud.appwrite.io](https://cloud.appwrite.io) for a hassle-free, hosted experience. Join us in the Cloud today! ☁️🎉", + "repository": { + "type": "git", + "url": "git+https://github.com/appwrite/appwrite.git" + } +} \ No newline at end of file From c1b0ef206b398e8343ef764a227a604b80504d6c Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Fri, 15 Sep 2023 14:20:46 +0200 Subject: [PATCH 02/16] chore: remove unused props from package.json --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index cd051445e3..6e32c7d515 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,6 @@ { "private": true, "name": "@appwrite.io/repo", - "version": "0.0.0", - "description": "> Great news! Appwrite Cloud is now in public beta! Sign up at [cloud.appwrite.io](https://cloud.appwrite.io) for a hassle-free, hosted experience. Join us in the Cloud today! ☁️🎉", "repository": { "type": "git", "url": "git+https://github.com/appwrite/appwrite.git" From 897e975b49782b90a0a434a98171f966d29002b9 Mon Sep 17 00:00:00 2001 From: "Vincent (Wen Yu) Ge" Date: Tue, 3 Oct 2023 10:36:27 -0400 Subject: [PATCH 03/16] Update with hacktoberfest instructions. --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1341c9f133..b22c9d68e0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,11 @@ We would ❤️ you to contribute to Appwrite and help make it better! We want contributing to Appwrite to be fun, enjoyable, and educational for anyone and everyone. All contributions are welcome, including issues, and new docs, as well as updates and tweaks, blog posts, workshops, and more. +## Here for Hacktoberfest? +If you're here to contribute during Hacktoberfest, we're so happy to see you here. Appwrite has been a long-time participant of Hacktoberfest and we welcome you, whatever your experience level. This year, we're **only taking contributions for issues tagged** `hacktoberfest`, so we can focus our resources to support your contributions. + +You [find issues using this query](https://github.com/search?q=org%3Aappwrite+is%3Aopen+type%3Aissue+label%3Ahacktoberfest&type=issues). + ## How to Start? If you are worried or don’t know where to start, check out the next section that explains what kind of help we could use and where you can get involved. You can send your questions to [@appwrite](https://twitter.com/appwrite) on Twitter or to anyone from the [Appwrite team on Discord](https://appwrite.io/discord). You can also submit an issue, and a maintainer can guide you! From 4a43c84b2941ac04241e143c70a050eb7c9f8621 Mon Sep 17 00:00:00 2001 From: "Vincent (Wen Yu) Ge" Date: Tue, 3 Oct 2023 15:02:17 -0400 Subject: [PATCH 04/16] Update CONTRIBUTING.md Co-authored-by: Steven Nguyen <1477010+stnguyen90@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b22c9d68e0..e71fce135c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ We would ❤️ you to contribute to Appwrite and help make it better! We want c ## Here for Hacktoberfest? If you're here to contribute during Hacktoberfest, we're so happy to see you here. Appwrite has been a long-time participant of Hacktoberfest and we welcome you, whatever your experience level. This year, we're **only taking contributions for issues tagged** `hacktoberfest`, so we can focus our resources to support your contributions. -You [find issues using this query](https://github.com/search?q=org%3Aappwrite+is%3Aopen+type%3Aissue+label%3Ahacktoberfest&type=issues). +You can [find issues using this query](https://github.com/search?q=org%3Aappwrite+is%3Aopen+type%3Aissue+label%3Ahacktoberfest&type=issues). ## How to Start? From c5408393c8763d314e73e12c738862da08465b04 Mon Sep 17 00:00:00 2001 From: Steven Nguyen <1477010+stnguyen90@users.noreply.github.com> Date: Wed, 4 Oct 2023 17:26:02 -0700 Subject: [PATCH 05/16] Update logo in README-CN.md --- README-CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-CN.md b/README-CN.md index 0e55f07ba1..1ba84705b1 100644 --- a/README-CN.md +++ b/README-CN.md @@ -2,7 +2,7 @@

- Appwrite Logo + Appwrite Logo

适用于[Flutter/Vue/Angular/React/iOS/Android/* 等等平台 *]的完整后端服务 From 0cecdf2937c71a99dbf661b17ba8f53f6fb379d8 Mon Sep 17 00:00:00 2001 From: Haimantika mitra Date: Fri, 6 Oct 2023 01:40:30 +0530 Subject: [PATCH 06/16] Added Hacktoberfest Contributing Guidelines --- Hacktoberfest_Contribution_Guideline.md | 53 +++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 Hacktoberfest_Contribution_Guideline.md diff --git a/Hacktoberfest_Contribution_Guideline.md b/Hacktoberfest_Contribution_Guideline.md new file mode 100644 index 0000000000..10749da7a2 --- /dev/null +++ b/Hacktoberfest_Contribution_Guideline.md @@ -0,0 +1,53 @@ +# Appwrite Hacktoberfest Contribution + +Welcome to the Appwrite Hacktoberfest contribution! We appreciate your interest in contributing to our open-source project. Please read this README carefully to understand how to get started and make your contributions count. + +## Project Familiarization + +- Before you start contributing, it's essential to get familiarized with our project. You can do that by following the [main README](https://github.com/appwrite/appwrite/blob/main/README.md). + +## Code of Conduct + +- Please ensure that you follow our [Code of Conduct](https://github.com/appwrite/awesome-appwrite/blob/master/CODE_OF_CONDUCT.md) at all times. We aim to maintain a respectful and inclusive community. + +### Contributing Guide +Please review our [Contributing Guide](https://github.com/appwrite/appwrite/blob/main/CONTRIBUTING.md) before contributing. We strive to maintain a friendly and inclusive community for everyone. + +## Hacktoberfest Contribution Guidelines + +To participate in Hacktoberfest with Appwrite, follow these guidelines: + +1. **Valid Issues**: To make your contribution count, please look for issues labeled with `hacktoberfest`. + +2. **Label Your Pull Requests**: Appwrite does not have the `hacktoberfest` label in our repositories, but we use it on specific issues. For your pull request to be valid, our team will review and add the `hacktoberfest-accepted` label once it meets the criteria. + +3. **Discuss New Issues**: If you're interested in finding and adding new issues for Hacktoberfest, please discuss it with the team on our Discord server: [appwrite.io/discord](https://appwrite.io/discord) in the `#hacktoberfest` channel. + +4. **Be Patient with PR Reviews**: PR reviews may take up to 15 days due to the volume of contributions. However, we also host PR review parties every week where you can add your PRs for instant review. + +5. **Wait for Issue Assignment**: After you have identified an issue to work on, please wait for it to be assigned to you by our team. We assign issues on a first-come, first-serve basis. + +6. **Regular Updates**: If you've been assigned an issue, it's essential to share updates every 3 days. Failure to do so may result in the unassignment of the issue. + +## Getting Started + +1. Fork the Appwrite repository you'd like to contribute to. + +2. Clone your forked repository to your local machine. + + ```bash + git clone https://github.com/your-username/repository-name.git + ``` +3. Create a new branch for your contribution. +```bash + git checkout -b feature/your-feature +``` +4. Make your changes, commit them, and push to your forked repository. + +```bash + git commit -m "Add your commit message here" + git push origin feature/your-feature + ``` +5. Create a Pull Request (PR) from your forked repository to the Appwrite repository. Be sure to reference the issue you are addressing in your PR description. + +Thank you for contributing to Appwrite, and we look forward to your Hacktoberfest contributions! If you have any questions or need assistance, feel free to ask on our Discord server or in the issue discussion. Happy hacking! From 16d76c2e87f4f7f725a0c14748a3cb6cfaaaa476 Mon Sep 17 00:00:00 2001 From: haimantika mitra <32809211+Haimantika@users.noreply.github.com> Date: Mon, 9 Oct 2023 22:41:00 +0530 Subject: [PATCH 07/16] Update Hacktoberfest_Contribution_Guideline.md Co-authored-by: Vincent (Wen Yu) Ge --- Hacktoberfest_Contribution_Guideline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hacktoberfest_Contribution_Guideline.md b/Hacktoberfest_Contribution_Guideline.md index 10749da7a2..ec0b56c636 100644 --- a/Hacktoberfest_Contribution_Guideline.md +++ b/Hacktoberfest_Contribution_Guideline.md @@ -2,7 +2,7 @@ Welcome to the Appwrite Hacktoberfest contribution! We appreciate your interest in contributing to our open-source project. Please read this README carefully to understand how to get started and make your contributions count. -## Project Familiarization +## Familiarize with the project - Before you start contributing, it's essential to get familiarized with our project. You can do that by following the [main README](https://github.com/appwrite/appwrite/blob/main/README.md). From d43e4f20aa9494a1b2e8ed05b7204295e6ddb165 Mon Sep 17 00:00:00 2001 From: haimantika mitra <32809211+Haimantika@users.noreply.github.com> Date: Mon, 9 Oct 2023 22:47:02 +0530 Subject: [PATCH 08/16] Made requested changes --- HACKTOBERFEST.md | 54 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 HACKTOBERFEST.md diff --git a/HACKTOBERFEST.md b/HACKTOBERFEST.md new file mode 100644 index 0000000000..0c24db4486 --- /dev/null +++ b/HACKTOBERFEST.md @@ -0,0 +1,54 @@ +# Appwrite hacktoberfest contribution + +Welcome to the Appwrite Hacktoberfest contribution! We appreciate your interest in contributing to our open-source project. Please read this carefully to understand how to get started and make your contributions count. + +## Familiarize with the project + +- Before you start contributing, it's essential to get familiarized with our project. You can do that by following the [main README](https://github.com/appwrite/appwrite/blob/main/README.md). + +## Code of Conduct + +- Please ensure that you follow our [Code of Conduct](https://github.com/appwrite/awesome-appwrite/blob/master/CODE_OF_CONDUCT.md) at all times. We aim to maintain a respectful and inclusive community. + +### Contributing Guide +Please review our [Contributing Guide](https://github.com/appwrite/appwrite/blob/main/CONTRIBUTING.md) before contributing. We strive to maintain a friendly and inclusive community for everyone. + +## Hacktoberfest Contribution Guidelines + +To participate in Hacktoberfest with Appwrite, follow these guidelines: + +1. **Valid Issues**: To make your contribution count, please look for issues labeled with `hacktoberfest`. Only issues labeled with `hacktoberfest` will count as a valid contribution. + +2. **Wait for Issue Assignment**: After you have identified an issue to work on, please wait for it to be assigned to you by our team. We assign issues on a first-come, first-serve basis. + +3. **Label Your Pull Requests**: Appwrite does not have the `hacktoberfest` label in our repositories, but we use it on specific issues. For your pull request to be valid, our team will review and add the `hacktoberfest-accepted` label once it meets the criteria. + +4. **Discuss New Issues**: If you're interested in finding and adding new issues for Hacktoberfest, please discuss it with the team on our Discord server: [appwrite.io/discord](https://appwrite.io/discord) in the `#hacktoberfest` channel. + +5. **Be Patient with PR Reviews**: PR reviews may take up to 15 days due to the volume of contributions. However, we also host PR review parties every week where you can add your PRs for instant review. + + +6. **Regular Updates**: If you've been assigned an issue, it's essential to share updates every 3 days. Failure to do so may result in the unassignment of the issue. + +## Getting Started + +1. Fork the Appwrite repository you'd like to contribute to. + +2. Clone your forked repository to your local machine. + + ```bash + git clone https://github.com/your-username/repository-name.git + ``` +3. Create a new branch for your contribution. +```bash + git checkout -b TYPE-ISSUE_ID-DESCRIPTION +``` +4. Make your changes, commit them, and push to your forked repository. + +```bash + git commit -m "Add your commit message here" + git push origin feature/your-feature + ``` +5. Create a Pull Request (PR) from your forked repository to the Appwrite repository. Be sure to reference the issue you are addressing in your PR description. + +Thank you for contributing to Appwrite, and we look forward to your Hacktoberfest contributions! If you have any questions or need assistance, feel free to ask on our Discord server or in the issue discussion. Happy hacking! From 0c0c41ce8727f484cc7c5486a854933e57f3d967 Mon Sep 17 00:00:00 2001 From: haimantika mitra <32809211+Haimantika@users.noreply.github.com> Date: Mon, 9 Oct 2023 22:50:22 +0530 Subject: [PATCH 09/16] Made style changes --- HACKTOBERFEST.md | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/HACKTOBERFEST.md b/HACKTOBERFEST.md index 0c24db4486..01cd36da13 100644 --- a/HACKTOBERFEST.md +++ b/HACKTOBERFEST.md @@ -37,18 +37,21 @@ To participate in Hacktoberfest with Appwrite, follow these guidelines: 2. Clone your forked repository to your local machine. ```bash - git clone https://github.com/your-username/repository-name.git - ``` -3. Create a new branch for your contribution. -```bash - git checkout -b TYPE-ISSUE_ID-DESCRIPTION -``` -4. Make your changes, commit them, and push to your forked repository. + git clone https://github.com/your-username/repository-name.git + ``` -```bash - git commit -m "Add your commit message here" - git push origin feature/your-feature - ``` +3. Create a new branch for your contribution. + + ```bash + git checkout -b TYPE-ISSUE_ID-DESCRIPTION + ``` +4. Make your changes, commit them, and push them to your forked repository. + + ```bash + git commit -m "Add your commit message here" + git push origin TYPE-ISSUE_ID-DESCRIPTION + ``` + 5. Create a Pull Request (PR) from your forked repository to the Appwrite repository. Be sure to reference the issue you are addressing in your PR description. Thank you for contributing to Appwrite, and we look forward to your Hacktoberfest contributions! If you have any questions or need assistance, feel free to ask on our Discord server or in the issue discussion. Happy hacking! From a3627288613777fee1c57fd182e7b280a4bc9376 Mon Sep 17 00:00:00 2001 From: haimantika mitra <32809211+Haimantika@users.noreply.github.com> Date: Tue, 10 Oct 2023 22:30:21 +0530 Subject: [PATCH 10/16] delete old file --- Hacktoberfest_Contribution_Guideline.md | 53 ------------------------- 1 file changed, 53 deletions(-) delete mode 100644 Hacktoberfest_Contribution_Guideline.md diff --git a/Hacktoberfest_Contribution_Guideline.md b/Hacktoberfest_Contribution_Guideline.md deleted file mode 100644 index ec0b56c636..0000000000 --- a/Hacktoberfest_Contribution_Guideline.md +++ /dev/null @@ -1,53 +0,0 @@ -# Appwrite Hacktoberfest Contribution - -Welcome to the Appwrite Hacktoberfest contribution! We appreciate your interest in contributing to our open-source project. Please read this README carefully to understand how to get started and make your contributions count. - -## Familiarize with the project - -- Before you start contributing, it's essential to get familiarized with our project. You can do that by following the [main README](https://github.com/appwrite/appwrite/blob/main/README.md). - -## Code of Conduct - -- Please ensure that you follow our [Code of Conduct](https://github.com/appwrite/awesome-appwrite/blob/master/CODE_OF_CONDUCT.md) at all times. We aim to maintain a respectful and inclusive community. - -### Contributing Guide -Please review our [Contributing Guide](https://github.com/appwrite/appwrite/blob/main/CONTRIBUTING.md) before contributing. We strive to maintain a friendly and inclusive community for everyone. - -## Hacktoberfest Contribution Guidelines - -To participate in Hacktoberfest with Appwrite, follow these guidelines: - -1. **Valid Issues**: To make your contribution count, please look for issues labeled with `hacktoberfest`. - -2. **Label Your Pull Requests**: Appwrite does not have the `hacktoberfest` label in our repositories, but we use it on specific issues. For your pull request to be valid, our team will review and add the `hacktoberfest-accepted` label once it meets the criteria. - -3. **Discuss New Issues**: If you're interested in finding and adding new issues for Hacktoberfest, please discuss it with the team on our Discord server: [appwrite.io/discord](https://appwrite.io/discord) in the `#hacktoberfest` channel. - -4. **Be Patient with PR Reviews**: PR reviews may take up to 15 days due to the volume of contributions. However, we also host PR review parties every week where you can add your PRs for instant review. - -5. **Wait for Issue Assignment**: After you have identified an issue to work on, please wait for it to be assigned to you by our team. We assign issues on a first-come, first-serve basis. - -6. **Regular Updates**: If you've been assigned an issue, it's essential to share updates every 3 days. Failure to do so may result in the unassignment of the issue. - -## Getting Started - -1. Fork the Appwrite repository you'd like to contribute to. - -2. Clone your forked repository to your local machine. - - ```bash - git clone https://github.com/your-username/repository-name.git - ``` -3. Create a new branch for your contribution. -```bash - git checkout -b feature/your-feature -``` -4. Make your changes, commit them, and push to your forked repository. - -```bash - git commit -m "Add your commit message here" - git push origin feature/your-feature - ``` -5. Create a Pull Request (PR) from your forked repository to the Appwrite repository. Be sure to reference the issue you are addressing in your PR description. - -Thank you for contributing to Appwrite, and we look forward to your Hacktoberfest contributions! If you have any questions or need assistance, feel free to ask on our Discord server or in the issue discussion. Happy hacking! From e10bf167b994a2fea291dfaa1c2aae28a2e61da0 Mon Sep 17 00:00:00 2001 From: Haimantika mitra Date: Tue, 10 Oct 2023 23:32:24 +0530 Subject: [PATCH 11/16] Added all requested changes --- HACKTOBERFEST.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/HACKTOBERFEST.md b/HACKTOBERFEST.md index 01cd36da13..6d31b33479 100644 --- a/HACKTOBERFEST.md +++ b/HACKTOBERFEST.md @@ -6,50 +6,50 @@ Welcome to the Appwrite Hacktoberfest contribution! We appreciate your interest - Before you start contributing, it's essential to get familiarized with our project. You can do that by following the [main README](https://github.com/appwrite/appwrite/blob/main/README.md). -## Code of Conduct +## Code of conduct -- Please ensure that you follow our [Code of Conduct](https://github.com/appwrite/awesome-appwrite/blob/master/CODE_OF_CONDUCT.md) at all times. We aim to maintain a respectful and inclusive community. +Please ensure that you always follow our [Code of Conduct](https://github.com/appwrite/awesome-appwrite/blob/master/CODE_OF_CONDUCT.md). We aim to maintain a respectful and inclusive community. + +## Contributing guide -### Contributing Guide Please review our [Contributing Guide](https://github.com/appwrite/appwrite/blob/main/CONTRIBUTING.md) before contributing. We strive to maintain a friendly and inclusive community for everyone. -## Hacktoberfest Contribution Guidelines +## Hacktoberfest contribution guidelines To participate in Hacktoberfest with Appwrite, follow these guidelines: -1. **Valid Issues**: To make your contribution count, please look for issues labeled with `hacktoberfest`. Only issues labeled with `hacktoberfest` will count as a valid contribution. +1. **Valid issues**: To make your contribution count, please look for issues labeled with `hacktoberfest`. Only issues labeled with `hacktoberfest` will count as a valid contribution. -2. **Wait for Issue Assignment**: After you have identified an issue to work on, please wait for it to be assigned to you by our team. We assign issues on a first-come, first-serve basis. +2. **Wait for issue assignment**: After you have identified an issue to work on, please wait for it to be assigned to you by our team. We assign issues on a first-come, first-serve basis. -3. **Label Your Pull Requests**: Appwrite does not have the `hacktoberfest` label in our repositories, but we use it on specific issues. For your pull request to be valid, our team will review and add the `hacktoberfest-accepted` label once it meets the criteria. +3. **Label your pull requests**: Appwrite does not have the `hacktoberfest` label in our repositories, but we use it on specific issues. For your pull request to be valid, our team will review and add the `hacktoberfest-accepted` label once it meets the criteria. -4. **Discuss New Issues**: If you're interested in finding and adding new issues for Hacktoberfest, please discuss it with the team on our Discord server: [appwrite.io/discord](https://appwrite.io/discord) in the `#hacktoberfest` channel. +4. **Discuss new issues**: If you're interested in finding and adding new issues for Hacktoberfest, please discuss it with the team on our [Discord server](https://appwrite.io/discord) in the `#hacktoberfest` channel. -5. **Be Patient with PR Reviews**: PR reviews may take up to 15 days due to the volume of contributions. However, we also host PR review parties every week where you can add your PRs for instant review. - +5. **Be patient with pull request reviews**: PR reviews may take up to 15 days due to the volume of contributions. However, we also host PR review parties every week where you can add your PRs for instant review. -6. **Regular Updates**: If you've been assigned an issue, it's essential to share updates every 3 days. Failure to do so may result in the unassignment of the issue. +6. **Regular updates**: If you've been assigned an issue, it's essential to share updates every 3 days. Failure to do so may result in being unassigned from the issue. -## Getting Started +## Getting started 1. Fork the Appwrite repository you'd like to contribute to. 2. Clone your forked repository to your local machine. ```bash - git clone https://github.com/your-username/repository-name.git + git clone https://github.com/your-username/repository-name.git ``` 3. Create a new branch for your contribution. ```bash - git checkout -b TYPE-ISSUE_ID-DESCRIPTION + git checkout -b TYPE-ISSUE_ID-DESCRIPTION ``` 4. Make your changes, commit them, and push them to your forked repository. ```bash - git commit -m "Add your commit message here" - git push origin TYPE-ISSUE_ID-DESCRIPTION + git commit -m "Add your commit message here" + git push origin TYPE-ISSUE_ID-DESCRIPTION ``` 5. Create a Pull Request (PR) from your forked repository to the Appwrite repository. Be sure to reference the issue you are addressing in your PR description. From 42da578193f7a95b9a9742f71ba7aebf7eb813c7 Mon Sep 17 00:00:00 2001 From: haimantika mitra <32809211+Haimantika@users.noreply.github.com> Date: Wed, 11 Oct 2023 00:42:26 +0530 Subject: [PATCH 12/16] Update HACKTOBERFEST.md Co-authored-by: Steven Nguyen <1477010+stnguyen90@users.noreply.github.com> --- HACKTOBERFEST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKTOBERFEST.md b/HACKTOBERFEST.md index 6d31b33479..93817c1ff8 100644 --- a/HACKTOBERFEST.md +++ b/HACKTOBERFEST.md @@ -4,7 +4,7 @@ Welcome to the Appwrite Hacktoberfest contribution! We appreciate your interest ## Familiarize with the project -- Before you start contributing, it's essential to get familiarized with our project. You can do that by following the [main README](https://github.com/appwrite/appwrite/blob/main/README.md). +Before you start contributing, familiarize yourself with our project by reading the [main README](https://github.com/appwrite/appwrite/blob/main/README.md). ## Code of conduct From d70042b0664f6eed581f91eb7c80710426ec865a Mon Sep 17 00:00:00 2001 From: haimantika mitra <32809211+Haimantika@users.noreply.github.com> Date: Wed, 11 Oct 2023 00:45:00 +0530 Subject: [PATCH 13/16] Update HACKTOBERFEST.md --- HACKTOBERFEST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKTOBERFEST.md b/HACKTOBERFEST.md index 93817c1ff8..8d3a1312ad 100644 --- a/HACKTOBERFEST.md +++ b/HACKTOBERFEST.md @@ -12,7 +12,7 @@ Please ensure that you always follow our [Code of Conduct](https://github.com/ap ## Contributing guide -Please review our [Contributing Guide](https://github.com/appwrite/appwrite/blob/main/CONTRIBUTING.md) before contributing. We strive to maintain a friendly and inclusive community for everyone. +Please review our [Contributing Guide](https://github.com/appwrite/appwrite/blob/main/CONTRIBUTING.md) before contributing. It will help you learn about the architecture, instructions on how to update code, run tests, and submit a PR. ## Hacktoberfest contribution guidelines From dbf3f636fca51e415937cec68995c150fd5c937d Mon Sep 17 00:00:00 2001 From: haimantika mitra <32809211+Haimantika@users.noreply.github.com> Date: Wed, 11 Oct 2023 00:50:05 +0530 Subject: [PATCH 14/16] Update HACKTOBERFEST.md --- HACKTOBERFEST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKTOBERFEST.md b/HACKTOBERFEST.md index 8d3a1312ad..21bc4b9f4f 100644 --- a/HACKTOBERFEST.md +++ b/HACKTOBERFEST.md @@ -22,7 +22,7 @@ To participate in Hacktoberfest with Appwrite, follow these guidelines: 2. **Wait for issue assignment**: After you have identified an issue to work on, please wait for it to be assigned to you by our team. We assign issues on a first-come, first-serve basis. -3. **Label your pull requests**: Appwrite does not have the `hacktoberfest` label in our repositories, but we use it on specific issues. For your pull request to be valid, our team will review and add the `hacktoberfest-accepted` label once it meets the criteria. +3. **Knowing about labels**: We do not have the `hacktoberfest` label in our repositories, but we use it on specific issues. For your pull request to be valid, our team will review and add the `hacktoberfest-accepted` label once it meets the criteria. 4. **Discuss new issues**: If you're interested in finding and adding new issues for Hacktoberfest, please discuss it with the team on our [Discord server](https://appwrite.io/discord) in the `#hacktoberfest` channel. From 1c8b38502ae843f590bf23929e7f18d4d46de7c3 Mon Sep 17 00:00:00 2001 From: shimon Date: Wed, 11 Oct 2023 17:07:06 +0300 Subject: [PATCH 15/16] sync with main --- composer.lock | 24 +++++++++---------- src/Appwrite/Platform/Tasks/CalcTierStats.php | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/composer.lock b/composer.lock index 8c9db35f78..c91032aa8e 100644 --- a/composer.lock +++ b/composer.lock @@ -1050,16 +1050,16 @@ }, { "name": "matomo/device-detector", - "version": "6.1.5", + "version": "6.1.6", "source": { "type": "git", "url": "https://github.com/matomo-org/device-detector.git", - "reference": "40ca2990dba2c1719e5c62168e822e0b86c167d4" + "reference": "5cbea85106e561c7138d03603eb6e05128480409" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/matomo-org/device-detector/zipball/40ca2990dba2c1719e5c62168e822e0b86c167d4", - "reference": "40ca2990dba2c1719e5c62168e822e0b86c167d4", + "url": "https://api.github.com/repos/matomo-org/device-detector/zipball/5cbea85106e561c7138d03603eb6e05128480409", + "reference": "5cbea85106e561c7138d03603eb6e05128480409", "shasum": "" }, "require": { @@ -1115,7 +1115,7 @@ "source": "https://github.com/matomo-org/matomo", "wiki": "https://dev.matomo.org/" }, - "time": "2023-08-17T16:17:41+00:00" + "time": "2023-10-02T10:01:54+00:00" }, { "name": "mongodb/mongodb", @@ -2152,16 +2152,16 @@ }, { "name": "utopia-php/database", - "version": "0.43.4", + "version": "0.43.5", "source": { "type": "git", "url": "https://github.com/utopia-php/database.git", - "reference": "cabdd02e8dc1732eb0b22007c511e7bb3caa5c8c" + "reference": "5f7b05189cfbcc0506090498c580c5765375a00a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/database/zipball/cabdd02e8dc1732eb0b22007c511e7bb3caa5c8c", - "reference": "cabdd02e8dc1732eb0b22007c511e7bb3caa5c8c", + "url": "https://api.github.com/repos/utopia-php/database/zipball/5f7b05189cfbcc0506090498c580c5765375a00a", + "reference": "5f7b05189cfbcc0506090498c580c5765375a00a", "shasum": "" }, "require": { @@ -2202,9 +2202,9 @@ ], "support": { "issues": "https://github.com/utopia-php/database/issues", - "source": "https://github.com/utopia-php/database/tree/0.43.4" + "source": "https://github.com/utopia-php/database/tree/0.43.5" }, - "time": "2023-09-28T09:00:05+00:00" + "time": "2023-10-06T06:49:47+00:00" }, { "name": "utopia-php/domains", @@ -6019,5 +6019,5 @@ "platform-overrides": { "php": "8.0" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.2.0" } diff --git a/src/Appwrite/Platform/Tasks/CalcTierStats.php b/src/Appwrite/Platform/Tasks/CalcTierStats.php index d660709940..1678c6c621 100644 --- a/src/Appwrite/Platform/Tasks/CalcTierStats.php +++ b/src/Appwrite/Platform/Tasks/CalcTierStats.php @@ -246,7 +246,7 @@ class CalcTierStats extends Action if (empty($file)) { continue; } - $filesSum += $dbForProject->sum('bucket_' . $bucket->getInternalId(), 'sizeOriginal', [], 0); + $filesSum += $dbForProject->sum('bucket_' . $bucket->getInternalId(), 'sizeOriginal', []); $filesCount += $dbForProject->count('bucket_' . $bucket->getInternalId(), []); if ($file->getAttribute('sizeOriginal') > $maxFileSize) { $maxFileSize = $file->getAttribute('sizeOriginal'); From 57484182478a6c9d3c92ac751e279601fa043943 Mon Sep 17 00:00:00 2001 From: shimon Date: Wed, 11 Oct 2023 18:09:27 +0300 Subject: [PATCH 16/16] sync with main --- composer.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.lock b/composer.lock index c91032aa8e..8c9db35f78 100644 --- a/composer.lock +++ b/composer.lock @@ -1050,16 +1050,16 @@ }, { "name": "matomo/device-detector", - "version": "6.1.6", + "version": "6.1.5", "source": { "type": "git", "url": "https://github.com/matomo-org/device-detector.git", - "reference": "5cbea85106e561c7138d03603eb6e05128480409" + "reference": "40ca2990dba2c1719e5c62168e822e0b86c167d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/matomo-org/device-detector/zipball/5cbea85106e561c7138d03603eb6e05128480409", - "reference": "5cbea85106e561c7138d03603eb6e05128480409", + "url": "https://api.github.com/repos/matomo-org/device-detector/zipball/40ca2990dba2c1719e5c62168e822e0b86c167d4", + "reference": "40ca2990dba2c1719e5c62168e822e0b86c167d4", "shasum": "" }, "require": { @@ -1115,7 +1115,7 @@ "source": "https://github.com/matomo-org/matomo", "wiki": "https://dev.matomo.org/" }, - "time": "2023-10-02T10:01:54+00:00" + "time": "2023-08-17T16:17:41+00:00" }, { "name": "mongodb/mongodb", @@ -2152,16 +2152,16 @@ }, { "name": "utopia-php/database", - "version": "0.43.5", + "version": "0.43.4", "source": { "type": "git", "url": "https://github.com/utopia-php/database.git", - "reference": "5f7b05189cfbcc0506090498c580c5765375a00a" + "reference": "cabdd02e8dc1732eb0b22007c511e7bb3caa5c8c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/database/zipball/5f7b05189cfbcc0506090498c580c5765375a00a", - "reference": "5f7b05189cfbcc0506090498c580c5765375a00a", + "url": "https://api.github.com/repos/utopia-php/database/zipball/cabdd02e8dc1732eb0b22007c511e7bb3caa5c8c", + "reference": "cabdd02e8dc1732eb0b22007c511e7bb3caa5c8c", "shasum": "" }, "require": { @@ -2202,9 +2202,9 @@ ], "support": { "issues": "https://github.com/utopia-php/database/issues", - "source": "https://github.com/utopia-php/database/tree/0.43.5" + "source": "https://github.com/utopia-php/database/tree/0.43.4" }, - "time": "2023-10-06T06:49:47+00:00" + "time": "2023-09-28T09:00:05+00:00" }, { "name": "utopia-php/domains", @@ -6019,5 +6019,5 @@ "platform-overrides": { "php": "8.0" }, - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.3.0" }