Skip to content

v0.137.0

Compare
Choose a tag to compare
@danielafeitosa danielafeitosa released this 22 Oct 22:30
· 84 commits to develop since this release
  • About type: added new field countries of type JsonStringType to return the list of workspace countries
  • Team type: added new fields country of type String and get_trends_enabled of type Boolean to get the country defined for the workspace and to identify if the trends are enabled, respectively
  • ➕ Added the mutation searchUpload to upload a media to be searched. The file should be sent as form data and it returns a file handle
  • ➕ New task to generate some statistics about some workspaces. To run the task: bundle exec rake check:data:statistics[year,start_month,end_month,group_by_month (0 or 1),workspace_slugs_as_a_dot_separated_values_string]
  • Added new migrations. The migrations should run very fast during docker-compose up
    • ➕ Migration to add column and index country to teams table
    • ➕ Migration to add column platform to tipline_subscriptions table
    • ➕ Migration to add timestamps (created_at and updated_at) to tipline_subscriptions table