Skip to content

v0.112.0

Compare
Choose a tag to compare
@danielafeitosa danielafeitosa released this 28 Sep 17:59
· 151 commits to develop since this release

This release include changes on GraphQL types and queries, on database and on a task.

Tasks now can be configured to appear or not in the Check browser extension:

  • ➕ Added a new migration to add column show_in_browser_extension to team_tasks table. The migration should run very fast during docker-compose up
  • TeamTask GraphQL mutations accept a show_in_browser_extension boolean field
  • TeamTask and Task GraphQL types have a new boolean field show_in_browser_extension

There was also improvements on task to fix projects ids on elasticsearch. To run the task: rake check:migrate:fix_elastic_search_project_ids