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

tests(PandasAI-Server): adding pandasai server tests #1216

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

ArslanSaleem
Copy link
Collaborator

No description provided.

@ArslanSaleem ArslanSaleem requested a review from gventuri June 7, 2024 12:58
@dosubot dosubot bot added the size:XL This PR changes 500-999 lines, ignoring generated files. label Jun 7, 2024
Copy link

codecov bot commented Jun 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.56%. Comparing base (bff29cb) to head (748b5a6).
Report is 4 commits behind head on release/v2.2.

Additional details and impacted files
@@              Coverage Diff              @@
##           release/v2.2    #1216   +/-   ##
=============================================
  Coverage         78.56%   78.56%           
=============================================
  Files               117      117           
  Lines              4624     4624           
=============================================
  Hits               3633     3633           
  Misses              991      991           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gventuri gventuri merged commit 3329aa9 into release/v2.2 Jun 7, 2024
11 checks passed
gventuri added a commit that referenced this pull request Jun 12, 2024
* feat(pandasai_server): pandasai server code commit

* fix(docker-compose): add pandasbi backend in docker

* fix(pandasai-lint): sort linting errors

* refactor: rename modle file name

* feat(chat): adding chat endpoint

* fix: remove some keywords from spellcheck

* fix: poetry lock file

* me api integrated

* chat api integrated

* renamed, fix and add documentation

* workspace replaced

* fix: add conversation id to response

* feat(conversation): return all user conversations

* fix: should be equal equal

* feat(pandasai_server): pandasai server code commit (#1189)

* feat(pandasai_server): pandasai server code commit

* fix(docker-compose): add pandasbi backend in docker

* fix(pandasai-lint): sort linting errors

* refactor: rename modle file name

* feat(chat): adding chat endpoint

* fix: remove some keywords from spellcheck

* fix: poetry lock file

* me api integrated

* chat api integrated

* renamed, fix and add documentation

* workspace replaced

* fix: add conversation id to response

* feat(conversation): return all user conversations

* fix: should be equal equal

---------

Co-authored-by: Shahrukh Khan <[email protected]>

* get all datasets endpoint completed

* feat(conversation_messages): return conversation messages (#1196)

* get all datasets endpoint completed (#1197)

* chore: update poetry.lock

* chore: add pgdata to gitignore

* chore: fix postgres url in the server .env example

* chore: add .env.example for the client

* fix: add rollbar

* fix: wrong redirects

* fix: docker compose to wait for postgres before starting (#1198)

* fix: response message should be value for strings and numbers (#1199)

* docs: mention the platform in the docs

* style: hide rightbar for now

* style: move the "new chat" button next to chat

* [PAN-816]: Past conversations integrated and workspace removed (#1200)

* feat(conversation_messages): return conversation messages

* past conversations integrated

* workspace page removed

* workspace page removed

* workspace page removed

* workspace page removed

* bugfix

---------

Co-authored-by: ArslanSaleem <[email protected]>

* style: remove tooltip from the sidebar

* style: clean up the UI

* chore: fix typo in volume name

* conversation actions removed

* conversation actions removed (#1201)

* fix: filter out empty conversations

* docs: add platform in the docs

* get users by workspace id api added

* docs: add docs about the platform

* pydantic response for workspace user added

* workspace datasets endpoint added

* archive conversation api added (#1209)

* [PAN-820]: archive api integrated on frontend (#1210)

* archive conversation api added

* archive conversation integrated on frontend

* chore: add link about the roadmap

* past conversation issues fixed

* [PAN-824]: Ui stuck fixed (#1215)

* ui stuck fixed

* docker fixed

* style: ctas in the sidebar fade out on collapse

* scroll to bottom bug fix (#1217)

* tests(pandasai): write python test cases (#1216)

* new conversation not adding to sidebar fixed

* fix: frontend docker build (#1219)

* merge main to release

---------

Co-authored-by: ArslanSaleem <[email protected]>
Co-authored-by: Shahrukh Khan <[email protected]>
Co-authored-by: Shahrukh khan <[email protected]>
gventuri added a commit that referenced this pull request Jun 13, 2024
* feat(pandasai_server): pandasai server code commit

* fix(docker-compose): add pandasbi backend in docker

* fix(pandasai-lint): sort linting errors

* refactor: rename modle file name

* feat(chat): adding chat endpoint

* fix: remove some keywords from spellcheck

* fix: poetry lock file

* me api integrated

* chat api integrated

* renamed, fix and add documentation

* workspace replaced

* fix: add conversation id to response

* feat(conversation): return all user conversations

* fix: should be equal equal

* feat(pandasai_server): pandasai server code commit (#1189)

* feat(pandasai_server): pandasai server code commit

* fix(docker-compose): add pandasbi backend in docker

* fix(pandasai-lint): sort linting errors

* refactor: rename modle file name

* feat(chat): adding chat endpoint

* fix: remove some keywords from spellcheck

* fix: poetry lock file

* me api integrated

* chat api integrated

* renamed, fix and add documentation

* workspace replaced

* fix: add conversation id to response

* feat(conversation): return all user conversations

* fix: should be equal equal

---------

Co-authored-by: Shahrukh Khan <[email protected]>

* get all datasets endpoint completed

* feat(conversation_messages): return conversation messages (#1196)

* get all datasets endpoint completed (#1197)

* chore: update poetry.lock

* chore: add pgdata to gitignore

* chore: fix postgres url in the server .env example

* chore: add .env.example for the client

* fix: add rollbar

* fix: wrong redirects

* fix: docker compose to wait for postgres before starting (#1198)

* fix: response message should be value for strings and numbers (#1199)

* docs: mention the platform in the docs

* style: hide rightbar for now

* style: move the "new chat" button next to chat

* [PAN-816]: Past conversations integrated and workspace removed (#1200)

* feat(conversation_messages): return conversation messages

* past conversations integrated

* workspace page removed

* workspace page removed

* workspace page removed

* workspace page removed

* bugfix

---------

Co-authored-by: ArslanSaleem <[email protected]>

* style: remove tooltip from the sidebar

* style: clean up the UI

* chore: fix typo in volume name

* conversation actions removed

* conversation actions removed (#1201)

* fix: filter out empty conversations

* docs: add platform in the docs

* get users by workspace id api added

* docs: add docs about the platform

* pydantic response for workspace user added

* workspace datasets endpoint added

* archive conversation api added (#1209)

* [PAN-820]: archive api integrated on frontend (#1210)

* archive conversation api added

* archive conversation integrated on frontend

* chore: add link about the roadmap

* past conversation issues fixed

* [PAN-824]: Ui stuck fixed (#1215)

* ui stuck fixed

* docker fixed

* style: ctas in the sidebar fade out on collapse

* scroll to bottom bug fix (#1217)

* tests(pandasai): write python test cases (#1216)

* new conversation not adding to sidebar fixed

* fix: frontend docker build (#1219)

* merge main to release

* dataframe table design improved

* dataframe table design improved (#1227)

* sidebar status persisted

* scroll added to table

---------

Co-authored-by: ArslanSaleem <[email protected]>
Co-authored-by: Gabriele Venturi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:XL This PR changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants