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

Dev #94

Merged
merged 99 commits into from
Jul 6, 2024
Merged

Dev #94

merged 99 commits into from
Jul 6, 2024

Conversation

kartikvirendrar
Copy link
Collaborator

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

How Has This Been Tested?

Please describe the tests / checks that you performed to verify your changes. Provide instructions so we can reproduce. Please delete options that are not relevant.

  • Tested the API endpoint on Swagger with the 'Try it out' feature
  • Tested the Models using the Django Shell
  • Any other tests you performed for checking edge cases.
  • Any other tests you performed for checking exceptions.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

Checklist for Models

If you added new models / made changes to exsting models, please fill this checklist.

  • The primary key of the Model is an AutoField
  • I have defined the __str__ method for the Model
  • If the field is optional, it has been spcified explicitly
  • I have added a verbose_name for each Field.
  • I have added a docstring for the Model
  • The model is registered on Admin Site.
  • I have pushed the migrations.

Checklist for API

If you added new api endpoints / made changes to exsting endpoints, please fill this checklist.

  • The endpoint is accessible through Swagger.
  • The endpoint supports permissions and authentication for different roles.
  • All exceptions have been handled and appropriate status code is returned to the user.
  • I have added docstrings for ViewSets / Serializers.

Pursottam6003 and others added 30 commits April 10, 2024 15:17
updated the code for celery queue tasks
…nactive at organization level and also disabling user from daily mails
make llm annotation result format uniform
removing user from workspace both as manager and member when marked i…
add feature Decentralized approvals replica of shoonyya -backend
minor fix for get annotations api
added formatting for data returned from llm
ishangujarathi and others added 29 commits June 28, 2024 12:18
…file and updated the assign_new_tasks endpoint
added fix in download and export
added project_password as a new field into project model,added approp…
added a new field max_pull_count_per_user into the project models.py …
added fix for pull new tasks
added guest_workspace_filter and guest_view
…thi22-patch-1

Revert "Revert "Update views.py""
@kartikvirendrar kartikvirendrar merged commit f9ee9a3 into status_change Jul 6, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants