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

Fastapi refactor #6557

Open
wants to merge 177 commits into
base: develop
Choose a base branch
from
Open

Fastapi refactor #6557

wants to merge 177 commits into from

Commits on Sep 9, 2024

  1. feat: initial setup for fastapi

    kaditya97 authored and prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8e9e049 View commit details
    Browse the repository at this point in the history
  2. fix: basic setup

    kaditya97 authored and prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    58e68c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51927fe View commit details
    Browse the repository at this point in the history
  4. feat: asyncio implementation

    kaditya97 authored and prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8a33410 View commit details
    Browse the repository at this point in the history
  5. fix: minor import issues

    kaditya97 authored and prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    3ae3833 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc535c5 View commit details
    Browse the repository at this point in the history
  7. fix: projects all api

    kaditya97 authored and prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    1ead3b3 View commit details
    Browse the repository at this point in the history
  8. fix: countries api working

    kaditya97 authored and prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    891a59d View commit details
    Browse the repository at this point in the history
  9. Fix backend container name on ECS

    Signed-off-by: eternaltyro <[email protected]>
    eternaltyro authored and prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    686cb14 View commit details
    Browse the repository at this point in the history
  10. Fix image name

    Signed-off-by: eternaltyro <[email protected]>
    eternaltyro authored and prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    dde04e5 View commit details
    Browse the repository at this point in the history
  11. Make deploy job depend on completion of build job

    Signed-off-by: eternaltyro <[email protected]>
    eternaltyro authored and prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8ce671d View commit details
    Browse the repository at this point in the history
  12. Test image output from build job

    Signed-off-by: eternaltyro <[email protected]>
    eternaltyro authored and prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f1c6d13 View commit details
    Browse the repository at this point in the history
  13. Fix image link

    Signed-off-by: eternaltyro <[email protected]>
    eternaltyro authored and prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f05a47e View commit details
    Browse the repository at this point in the history
  14. Fix interpolation in workflow

    Signed-off-by: eternaltyro <[email protected]>
    eternaltyro authored and prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e86be90 View commit details
    Browse the repository at this point in the history
  15. Move to new Task Definition family

    Signed-off-by: eternaltyro <[email protected]>
    eternaltyro authored and prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a90ec4b View commit details
    Browse the repository at this point in the history
  16. Fix github actions output step

    Signed-off-by: eternaltyro <[email protected]>
    eternaltyro authored and prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    068464b View commit details
    Browse the repository at this point in the history
  17. Better naming and targeted build

    - Build multi-stage container images on specific targets - in this case
      'prod'
    - Better naming for jobs
    
    Signed-off-by: eternaltyro <[email protected]>
    eternaltyro authored and prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    7787486 View commit details
    Browse the repository at this point in the history
  18. Fix output format

    - Fix outputs format
    - Experiment with metadata parsing in different ways
    - Add labels back to container metadata
    
    Signed-off-by: eternaltyro <[email protected]>
    eternaltyro authored and prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e4e60f3 View commit details
    Browse the repository at this point in the history
  19. Fix syntax error in workflow

    Signed-off-by: eternaltyro <[email protected]>
    eternaltyro authored and prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    3f2c744 View commit details
    Browse the repository at this point in the history
  20. Fix metadata parse

    Signed-off-by: eternaltyro <[email protected]>
    eternaltyro authored and prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    608b697 View commit details
    Browse the repository at this point in the history
  21. Build metadata fixes

    Signed-off-by: eternaltyro <[email protected]>
    eternaltyro authored and prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    50f872e View commit details
    Browse the repository at this point in the history
  22. Move shell variables to workflow step env

    Signed-off-by: eternaltyro <[email protected]>
    eternaltyro authored and prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    be76ab1 View commit details
    Browse the repository at this point in the history
  23. Fix image_name for push and cleanup Dockerfile

    Signed-off-by: eternaltyro <[email protected]>
    eternaltyro authored and prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f4b45b6 View commit details
    Browse the repository at this point in the history
  24. Suppress apt output properly

    Signed-off-by: eternaltyro <[email protected]>
    eternaltyro authored and prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    98e9b28 View commit details
    Browse the repository at this point in the history
  25. Fix output ref

    Signed-off-by: eternaltyro <[email protected]>
    eternaltyro authored and prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    28a7c40 View commit details
    Browse the repository at this point in the history
  26. Bug fixes

    Signed-off-by: eternaltyro <[email protected]>
    eternaltyro authored and prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    210f562 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a994c2c View commit details
    Browse the repository at this point in the history
  28. fix: frontend update

    kaditya97 authored and prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6e1d659 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    0330f5a View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    ce8c79d View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    fcde884 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    8e6c495 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    a63cc3a View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    b5974a5 View commit details
    Browse the repository at this point in the history
  35. feat: Organisations apis updated for managers, teams statistics and d…

    …elete api for organisations
    prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    62d2e09 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    e511a64 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    b017f72 View commit details
    Browse the repository at this point in the history
  38. refac: Campaign, organisations and projects association delete apis a…

    …nd projects list api with authentication refactored to work in asynchronous context
    prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    87feaab View commit details
    Browse the repository at this point in the history
  39. Implement query execution using encode/databases for organisations li…

    …st, updated configs/settings and user dependency function
    prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    152b507 View commit details
    Browse the repository at this point in the history
  40. Organisation retrieve api refactored to work asynchronously using dat…

    …abases and core expression
    prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    3b87c15 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    173dd44 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    722b73e View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    97b6b17 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    512cd29 View commit details
    Browse the repository at this point in the history
  45. Update campaign refactored

    prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    d6f57c2 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    364460c View commit details
    Browse the repository at this point in the history
  47. Countries api refactored

    prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    c0a31e0 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    bd56340 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    f030c96 View commit details
    Browse the repository at this point in the history
  50. refactor: licenses

    Anuj-Gupta4 authored and prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    7970f6f View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    0b5d45b View commit details
    Browse the repository at this point in the history
  52. refactor: interests

    Anuj-Gupta4 authored and prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4f7f590 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    c5cdedd View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    e646523 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    6d77482 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    90ac670 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    e048169 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    1a84806 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    8d35c0a View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    42925e3 View commit details
    Browse the repository at this point in the history
  61. refactor: comment

    Anuj-Gupta4 authored and prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    9afd9ef View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    e8d526b View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    9ed9639 View commit details
    Browse the repository at this point in the history
  64. refactor: user rate contributions

    Anuj-Gupta4 authored and prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4904be4 View commit details
    Browse the repository at this point in the history
  65. refactor: get user interests

    Anuj-Gupta4 authored and prabinoid committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    93a0cbb View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    2cdea48 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    aeb7143 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    9529c6d View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    9f3cb81 View commit details
    Browse the repository at this point in the history
  70. Merge pull request #6558 from hotosm/fastapi-refactor

    Fastapi refactor
    prabinoid authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6410511 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    5b5d5da View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6561 from hotosm/fastapi-refactor

    Similar and Popular projects apis refactored and heartbeat api fixed
    prabinoid authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    2863139 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    e51958a View commit details
    Browse the repository at this point in the history
  2. fix: black formatting

    kaditya97 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    688ef57 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6564 from hotosm/fastapi-api-migration-fixes

    Fastapi api migration fixes
    kaditya97 authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    172891a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    9a42c6b View commit details
    Browse the repository at this point in the history
  2. refactor: set user interests

    Anuj-Gupta4 authored and prabinoid committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    2c457af View commit details
    Browse the repository at this point in the history
  3. refactor: get message

    Anuj-Gupta4 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d99f4ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4debaf8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfc4a63 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8114d70 View commit details
    Browse the repository at this point in the history
  7. refactor: delete messages

    Anuj-Gupta4 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4b448eb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4271ac7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4a91e29 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #6565 from hotosm/fastapi-refactor

    Fastapi refactor
    prabinoid authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    457aa6f View commit details
    Browse the repository at this point in the history
  11. refactor: get user(s)

    Anuj-Gupta4 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5e89a3c View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. refactor: query users

    Anuj-Gupta4 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2acccd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a452c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93770a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    e451771 View commit details
    Browse the repository at this point in the history
  2. fix: black errors

    kaditya97 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a55cbef View commit details
    Browse the repository at this point in the history
  3. fix: black erros

    kaditya97 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e377d2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ce3e7c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6566 from hotosm/fastapi-api-migration-fixes

    fix: system and related api's migration
    kaditya97 authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1731538 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    d91c6ee View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    fb1a94b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6571 from hotosm/fastapi-refactor

    Fastapi refactor
    prabinoid authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f8e01c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2184c34 View commit details
    Browse the repository at this point in the history
  4. fix: black formatting

    kaditya97 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    79b4a2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10ee92e View commit details
    Browse the repository at this point in the history
  6. refactor: set user interests

    Anuj-Gupta4 authored and kaditya97 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3e41aca View commit details
    Browse the repository at this point in the history
  7. refactor: get message

    Anuj-Gupta4 authored and kaditya97 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    cb29601 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f85310 View commit details
    Browse the repository at this point in the history
  9. refactor: unread message count

    Anuj-Gupta4 authored and kaditya97 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    8924b78 View commit details
    Browse the repository at this point in the history
  10. refactor: mark messages as read

    Anuj-Gupta4 authored and kaditya97 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a58ae37 View commit details
    Browse the repository at this point in the history
  11. refactor: delete messages

    Anuj-Gupta4 authored and kaditya97 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    11fedfe View commit details
    Browse the repository at this point in the history
  12. refactor: update notification time

    Anuj-Gupta4 authored and kaditya97 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ad02ae8 View commit details
    Browse the repository at this point in the history
  13. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and kaditya97 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    8a7020d View commit details
    Browse the repository at this point in the history
  14. refactor: get user(s)

    Anuj-Gupta4 authored and kaditya97 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    dcc5a6e View commit details
    Browse the repository at this point in the history
  15. refactor: query users

    Anuj-Gupta4 authored and kaditya97 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    162081a View commit details
    Browse the repository at this point in the history
  16. Tasks meta data api refactored

    prabinoid authored and kaditya97 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    34df91b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3a27106 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7f7e51d View commit details
    Browse the repository at this point in the history
  19. fix: black errors

    kaditya97 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d74297b View commit details
    Browse the repository at this point in the history
  20. fix: black erros

    kaditya97 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    8fe56b5 View commit details
    Browse the repository at this point in the history
  21. fix: issues api's

    kaditya97 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c07c1e5 View commit details
    Browse the repository at this point in the history
  22. fix: merge conflicts

    kaditya97 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0f0f92c View commit details
    Browse the repository at this point in the history
  23. Merge pull request #6572 from hotosm/fastapi-api-migration-fixes

    Fastapi api migration fixes
    kaditya97 authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f870971 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    35d15ae View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    fdbf243 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bae0f42 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6574 from hotosm/fastapi-refactor

    Fastapi refactor
    prabinoid authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a9576ff View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. fix: team api's

    kaditya97 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    758c57d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fastapi-api-migration-fixes' of github.com:hotosm/taski…

    …ng-manager into fastapi-api-migration-fixes
    kaditya97 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    680531f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d37a2dd View commit details
    Browse the repository at this point in the history
  4. fix: precommit changes

    kaditya97 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d43fc6c View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. fix: sonarcloud suggestion

    kaditya97 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f57bf95 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6576 from hotosm/fastapi-api-migration-fixes

    Fastapi api migration fixes
    kaditya97 authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    3825f79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67c59ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90d10cf View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    7752a1c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6579 from hotosm/fastapi-refactor

    Fastapi refactor
    prabinoid authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    0bd8647 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb88a1d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6580 from hotosm/fastapi-refactor

    Map all tasks, Validate all tasks and Reset all tasks refactored
    prabinoid authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    fbb1751 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    f4e8d18 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. fix: project post requests

    kaditya97 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    12eb090 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc51b96 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6582 from hotosm/fastapi-refactor

    Fastapi refactor
    prabinoid authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    9113270 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    baf6494 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eead542 View commit details
    Browse the repository at this point in the history
  6. fix: user tasks api

    kaditya97 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    cf7180e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7392e8c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #6584 from hotosm/fastapi-api-migration-fixes

    Fastapi api migration fixes
    kaditya97 authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    c54c64a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    980194e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6586 from hotosm/fastapi-refactor

    Project tasks gpx and xml export
    prabinoid authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    eda14ea View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. fix: project post api

    kaditya97 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    38320e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e65be8d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6589 from hotosm/fastapi-api-migration-fixes

    fix: project post api
    kaditya97 authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    1cd2c43 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    7f16ef3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6591 from hotosm/fastapi-refactor

    fix: Project action filter and user stats
    prabinoid authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    4fda6e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    36d6c65 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6593 from hotosm/fastapi-refactor

    JSONResponse handling and cleanups
    prabinoid authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    683d2d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. fix project filters

    prabinoid committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c4cdad0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6595 from hotosm/fastapi-refactor

    fix project filters
    prabinoid authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b543f8d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    32dc268 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6596 from hotosm/fastapi-refactor

    Fix project responses and filters
    prabinoid authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    ea4a4b7 View commit details
    Browse the repository at this point in the history
  3. fix project info dto

    prabinoid committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    61766ac View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6597 from hotosm/fastapi-refactor

    fix project info dto
    prabinoid authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    27c4645 View commit details
    Browse the repository at this point in the history
  5. fix project teams patch

    prabinoid committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    0dbad88 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6598 from hotosm/fastapi-refactor

    fix project teams patch
    prabinoid authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    093e0ed View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    c5896d1 View commit details
    Browse the repository at this point in the history
  2. Bulk action being applied for all tasks fixed, due date exception han…

    …dled and queries bbox geojson serialized
    prabinoid committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ec7a03b View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    4fee4a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Project and notification duplication handled, organisation teams and …

    …managers assignment fixed and message module fixes
    prabinoid committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    18b2ecb View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    dd04469 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    eb9c68d View commit details
    Browse the repository at this point in the history
  2. Task dto last updated attribute made timezone aware and add teams by …

    …organisation manager fixed
    prabinoid committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    4d4efec View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    e23041d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d254943 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    028972c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb6a842 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    dd020bf View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    d2ad9c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. feat(backend): Timestamps made utcnow and serialization done with utc…

    … aware
    
    * fix: All Teams Pagination fixed
    * fix: Json response for task split small area error message
    * fix: Timestamps serialization in messages, comments, and notifications
    prabinoid committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4d64e02 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. fix: Join team by request

    prabinoid committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    654d9d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    c525ba2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    907a616 View commit details
    Browse the repository at this point in the history