Skip to content

Conversation

@scottmcdonnell
Copy link
Contributor

@scottmcdonnell scottmcdonnell commented Jun 14, 2024

  • moves the project_delete from a httpx call to an entity call
  • fixes a bug for the setting path
  • adds Tests for deleting projects
  • Fixing a utils bug and reducing the code with some common functionality

@iLLiCiTiT iLLiCiTiT changed the title Enhancement/utils cleanup Sync: Utils cleanup Jun 18, 2024
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
@scottmcdonnell
Copy link
Contributor Author

this includes:

  • moves the project_delete from a httpx call to an entity call
  • fixes a bug for the setting path
  • adds Tests for deleting projects

@scottmcdonnell scottmcdonnell changed the title Sync: Utils cleanup Sync: Utils cleanup & Project Delete Jun 22, 2024
@iLLiCiTiT iLLiCiTiT requested a review from martastain June 27, 2024 08:35
@MustafaJafar MustafaJafar added type: maintenance Changes to the code that don't affect product functionality (Technical debt, refactors etc.)) test labels Jul 1, 2024
@iLLiCiTiT iLLiCiTiT added tests PR contains new unit or integration test or improves the existing ones and removed test labels Sep 17, 2024
@MustafaJafar MustafaJafar added the community Issues and PRs coming from the community members label Nov 1, 2024

if entity_dict["type"] == "Project":
if settings.delete_ayon_projects.enabled:
if settings.sync_settings.delete_projects:
Copy link
Member

@MustafaJafar MustafaJafar Apr 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, Is this a bug fix?

I can tell that the setting for enabling deleting projects is at ayon+settings://kitsu/sync_settings/delete_projects
not at ayon+settings://kitsu/delete_ayon_projects/enabled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community Issues and PRs coming from the community members tests PR contains new unit or integration test or improves the existing ones type: maintenance Changes to the code that don't affect product functionality (Technical debt, refactors etc.))

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants