ali

Results 18 issues of ali

## What - Implemented schema migrations for multi-tenancy. - Updated settings in base.py. - Added base_urls.py for base URL routing. - Moved Public API deployment paths from other URLs to...

MultitenantV2

## What - Implemented data migrations from V1 applications to V2. ## Why - To ensure data consistency and compatibility with V2 applications. ## How - Detailed steps and methodology...

MultitenantV2

## What - Implemented enhancements and new changes from V1 to V2 for platform and prompt services. - implement new shema for v2 - Changes on token usage method -...

MultitenantV2

## What - Updated the Account application - Updated the API application - Updated Adapter Processor Application ## Why - Added delta changes in V2 to align with recent updates...

MultitenantV2

## What - Added README file for API Deployemnt ## Why - Requirements ## How - ## Can this PR break any existing features. If yes, please list possible items....

## What - Implemented a custom Django database engine. - Integrated support for setting the search_path for multi-tenant V2 (which may operate in a schema other than the default public...

MultitenantV2

## What - V2 Changes - Added delta changes in data migrations. - Added new models: AccountUsage and Notification to data migrations. - Updated application list to include AccountUsage ##...

## What - Addresses existing validation errors that functioned in the UI in version 1 (V1) but are not operating correctly in version 2 (V2). - Added A manager in...

MultitenantV2

## What - Added get_query_set methods in ViewSet ## Why - Getting cached result . Noticed in V2 - https://github.com/encode/django-rest-framework/blob/cdb8a3c3c86bbb74f17f8880c52000602b015ed4/rest_framework/generics.py#L51C1-L63C66 ## How - Added method `get_queryset` in viewset ## Can...

MultitenantV2

## What - Refactored `handleSync` function to use `async/await` instead of `.then()/.catch()`. - Used spread syntax to create a new `body` object instead of mutating the original `params`. - Replaced...