Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat eldad4 coroutines #7975

Draft
wants to merge 106 commits into
base: main
Choose a base branch
from
Draft

Feat eldad4 coroutines #7975

wants to merge 106 commits into from

Commits on Mar 5, 2024

  1. Implement DB proxy

    Meldiron committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d8996b4 View commit details
    Browse the repository at this point in the history
  2. Upgrade DB proxy

    Meldiron committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    e807a5d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Fix account tests

    Meldiron committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    a9731cd View commit details
    Browse the repository at this point in the history
  2. Fix database tests

    Meldiron committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    882d8e5 View commit details
    Browse the repository at this point in the history
  3. PR review changes

    Meldiron committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    f83d6e6 View commit details
    Browse the repository at this point in the history
  4. upgrade libs

    Meldiron committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    4fa9ccd View commit details
    Browse the repository at this point in the history
  5. linter fix

    Meldiron committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    1b65c5f View commit details
    Browse the repository at this point in the history
  6. Reomve leftpover

    Meldiron committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    27e995e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    ee065bc View commit details
    Browse the repository at this point in the history
  2. Formatting fix

    Meldiron committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    8a8638a View commit details
    Browse the repository at this point in the history
  3. Introduce code analysis

    Meldiron committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    5a7c43a View commit details
    Browse the repository at this point in the history
  4. Import fixes

    Meldiron committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    efeb898 View commit details
    Browse the repository at this point in the history
  5. Auth fixes

    Meldiron committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    005a239 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    db16748 View commit details
    Browse the repository at this point in the history
  2. Add debugging

    Meldiron committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    d5f180d View commit details
    Browse the repository at this point in the history
  3. Update .env

    Meldiron committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    513bf7e View commit details
    Browse the repository at this point in the history
  4. Disable debug

    Meldiron committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    4de9591 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Fix connections pool

    Meldiron committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    2a0a69f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Couroutines test

    <!--
    Thank you for sending the PR! We appreciate you spending the time to work on these changes.
    
    Help us understand your motivation by explaining why you decided to make this change.
    
    You can learn more about contributing to appwrite here: https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md
    
    Happy contributing!
    
    -->
    
    ## What does this PR do?
    
    (Provide a description of what this PR does and why it's needed.)
    
    ## Test Plan
    
    (Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work. Screenshots may also be helpful.)
    
    ## Related PRs and Issues
    
    - (Related PR or issue)
    
    ## Checklist
    
    - [ ] Have you read the [Contributing Guidelines on issues](https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md)?
    - [ ] If the PR includes a change to an API's metadata (desc, label, params, etc.), does it also include updated API specs and example docs?
    eldadfux committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    713928c View commit details
    Browse the repository at this point in the history
  2. Fixed email escaping

    eldadfux committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    6ce8781 View commit details
    Browse the repository at this point in the history
  3. Fixed 451 status code

    eldadfux committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    c73ef2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b570368 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    5ce3de4 View commit details
    Browse the repository at this point in the history
  2. Fixed whitespace

    eldadfux committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    be7a6e5 View commit details
    Browse the repository at this point in the history
  3. Fixed server

    eldadfux committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    378bb5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1db69b View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Enabled coroutines

    eldadfux committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    bd57955 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Removed proxy db

    eldadfux committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    211bcf8 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. WIP

    eldadfux committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    08b3182 View commit details
    Browse the repository at this point in the history
  2. updated server

    eldadfux committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    9e234b7 View commit details
    Browse the repository at this point in the history
  3. New init structure

    eldadfux committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    6cade89 View commit details
    Browse the repository at this point in the history
  4. Avatars tests are green!

    eldadfux committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    766b2ba View commit details
    Browse the repository at this point in the history
  5. Fixed bootstrap

    eldadfux committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    fd2410d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Fixed bootstrap file

    eldadfux committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a5ba262 View commit details
    Browse the repository at this point in the history
  2. Test DB failure

    eldadfux committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    49a50b3 View commit details
    Browse the repository at this point in the history
  3. Applied fixes for tests

    eldadfux committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    87ca2df View commit details
    Browse the repository at this point in the history
  4. Fixed users tests

    eldadfux committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    13eb3bc View commit details
    Browse the repository at this point in the history
  5. Work on the main worker

    eldadfux committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    07a830e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e4c6ea View commit details
    Browse the repository at this point in the history
  7. Eanble compression

    eldadfux committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    6d6f227 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Fixed some workers

    eldadfux committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    479f20d View commit details
    Browse the repository at this point in the history
  2. Fixed console test

    eldadfux committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    74dc995 View commit details
    Browse the repository at this point in the history
  3. Fixed test

    eldadfux committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    aff328c View commit details
    Browse the repository at this point in the history
  4. Enabled more controllers

    eldadfux committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    b97cf78 View commit details
    Browse the repository at this point in the history
  5. Fixed formatting

    eldadfux committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    3b70ae4 View commit details
    Browse the repository at this point in the history
  6. Updated database service

    eldadfux committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    c413a6c View commit details
    Browse the repository at this point in the history
  7. Fixed client overwriting

    eldadfux committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    5d54f56 View commit details
    Browse the repository at this point in the history
  8. Fixed webhooks tests

    eldadfux committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    ab6744d View commit details
    Browse the repository at this point in the history
  9. Fixed formatting

    eldadfux committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    19f8b13 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6a67a1d View commit details
    Browse the repository at this point in the history
  11. Fixed router, and options

    eldadfux committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    351b931 View commit details
    Browse the repository at this point in the history
  12. Changed autoloading order

    eldadfux committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    09e9483 View commit details
    Browse the repository at this point in the history
  13. Fixed storage tests

    eldadfux committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    99994f6 View commit details
    Browse the repository at this point in the history
  14. Fixed for general tests

    eldadfux committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    86b4635 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6c8b228 View commit details
    Browse the repository at this point in the history
  16. Fixed formatting

    eldadfux committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    d67df5f View commit details
    Browse the repository at this point in the history
  17. Merge remote-tracking branch 'refs/remotes/origin/feat-eldad4-corouti…

    …nes' into feat-eldad4-coroutines
    eldadfux committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    7381aba View commit details
    Browse the repository at this point in the history
  18. Fixed projects tests

    eldadfux committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    69a43aa View commit details
    Browse the repository at this point in the history
  19. Fixed functions test

    eldadfux committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    46ab7b1 View commit details
    Browse the repository at this point in the history
  20. Fixed account tests

    eldadfux committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    beeb66e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Updated injections

    eldadfux committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    9fc0342 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Fixed format

    eldadfux committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    55fe725 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Fixed namespace

    eldadfux committed May 8, 2024
    Configuration menu
    Copy the full SHA
    90ef64c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c53de9f View commit details
    Browse the repository at this point in the history
  3. Updated console

    eldadfux committed May 8, 2024
    Configuration menu
    Copy the full SHA
    5cfe4db View commit details
    Browse the repository at this point in the history
  4. Updated lock file

    eldadfux committed May 8, 2024
    Configuration menu
    Copy the full SHA
    0b7c795 View commit details
    Browse the repository at this point in the history
  5. Updates to realtime

    eldadfux committed May 8, 2024
    Configuration menu
    Copy the full SHA
    525383c View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Updated db lib

    eldadfux committed May 9, 2024
    Configuration menu
    Copy the full SHA
    90fd0ba View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. feat(tasks): Coroutine

    byawitz committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    6083d8b View commit details
    Browse the repository at this point in the history
  2. fix: Typo

    byawitz committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    0664c39 View commit details
    Browse the repository at this point in the history
  3. wip: Starting realtime

    byawitz committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    7dfc654 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Revert "wip: Starting realtime"

    This reverts commit 7dfc654.
    byawitz committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    0093ad7 View commit details
    Browse the repository at this point in the history
  2. feat: Adding DI to realtime

    byawitz committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    f7d9efc View commit details
    Browse the repository at this point in the history
  3. refactor: CLI injections

    byawitz committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d1c3e47 View commit details
    Browse the repository at this point in the history
  4. fix: Realtime auth

    byawitz committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    c411aa2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3682da4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ac7d0a View commit details
    Browse the repository at this point in the history
  7. cicd: checking compose logs

    byawitz committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    187ccc6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    85ccfd8 View commit details
    Browse the repository at this point in the history
  9. cicd: removing logs

    byawitz committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    1c9457b View commit details
    Browse the repository at this point in the history
  10. wip: coroutines

    byawitz committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    72d5e94 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. fix: realtime auth

    byawitz committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    6a7ee3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07582ec View commit details
    Browse the repository at this point in the history
  3. merge: Main into Coroutines

    byawitz committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b5a241d View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    6b0892a View commit details
    Browse the repository at this point in the history
  2. fix: compose file

    byawitz committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    cf30941 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b80ec2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0bd9426 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    ba629e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    757cf24 View commit details
    Browse the repository at this point in the history
  3. feat: Adding cache

    byawitz committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    269b9b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea5d0fb View commit details
    Browse the repository at this point in the history
  5. lint: Linting

    byawitz committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d0a55e2 View commit details
    Browse the repository at this point in the history
  6. fixes: General refactors

    byawitz committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    5ac5bac View commit details
    Browse the repository at this point in the history
  7. test: Functions tests

    byawitz committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    321f621 View commit details
    Browse the repository at this point in the history
  8. test: Databases tests

    byawitz committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    38cabc8 View commit details
    Browse the repository at this point in the history
  9. test: Realtime tests

    byawitz committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    dc47007 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    c1ded34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    300c0f0 View commit details
    Browse the repository at this point in the history
  3. test: GraphQL wip

    byawitz committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e756453 View commit details
    Browse the repository at this point in the history
  4. test: GraphQL wip

    byawitz committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    c14fc2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8795d72 View commit details
    Browse the repository at this point in the history
  6. lint

    byawitz committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7dccb21 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    8e9dd17 View commit details
    Browse the repository at this point in the history
  2. chore: Updating dependencies

    byawitz committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a2b8f74 View commit details
    Browse the repository at this point in the history
  3. feat: Coroutine graphql wip

    byawitz committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7d248f2 View commit details
    Browse the repository at this point in the history