Skip to content

v0.123.0

Compare
Choose a tag to compare
@danielafeitosa danielafeitosa released this 23 Dec 22:04
· 128 commits to develop since this release
  • Upgrade of Gems on CheckAPI: the gems should be installed during docker-compose up build
  • Search items in the trash and in unconfirmed items
    • PublicTeam and Team type: added the GraphQL field unconfirmed_count of type Int to count the team unconfirmed items
    • Team type: added field check_search_unconfirmed of type CheckSearch
  • ➕ Add a migration to create the fields smooch_request_type and smooch_request_id to smooch annotations. The migrations should run very fast during docker-compose up
  • Sort by comment_count, reaction_count, related_count and suggestions_count
    • ➕ New migration to add mapping for these 4 new sort options. The migration should run very fast during docker-compose up:
    • ➕ New task for indexing the fields comment_count, reaction_count, related_count and suggestions_count. To run the task: check:migrate:index_new_columns_2
  • ➕ New task to remove related ProjectMediaProjects for Trashed/Unconfirmed items. To run the task: check:migrate:remove_pmp_from_trashed_unconfirmed_items