Releases: meedan/check
v0.185.0
Text similarity refactoring, relationships refactoring, data dashboards and bot preview.
GraphQL API changes:
- ➕ Added new type
TeamStatisticsType
. - ➕ Added new fields
tipline_requests
andstatistics
toTeamType
.
PostgreSQL changes:
- ➕ Added index to
created_at
column fromfact_checks
table. - ➕ Added index to
created_at
column fromexplainers
table. - ➕ Added unique index to
target_id
column fromrelationships
table. - ➕ Added constraints to
relationships
table to make sure that an item is never related to itself and always belonging to only one cluster.
v0.184.0
Articles "trash" feature and foundational work for data dashboards.
GraphQL API changes:
- ➕ Added argument
trashed
toupdateExplainer
mutation - ➕ Added argument
trashed
toupdateFactCheck
mutation - ➕ Added field
trashed
toExplainerType
- ➕ Added field
trashed
toFactCheckType
- ➕ Added argument
trashed
toarticles
andarticles_count
fields underTeamType
- ➕ Added field
responded_at
toTiplineRequestType
PostgreSQL changes:
- ➕ Added column
trashed
toexplainers
table - ➕ Added column
trashed
tofact_checks
table - ➕ Added timestamp indexes to tables
tipline_requests
,tipline_messages
andannotations
v0.183.0
v0.182.0
Articles (fact-checks and explainers).
GraphQL API changes:
- ➕ Added field
project_media_id
to allClaimDescriptionMutations
- ➕ Added
ExplainerItemMutations
:createExplainerItem
anddestroyExplainerItem
- ➕ Added field
tags
to allExplainerMutations
- ➕ Added parent
team
to allFactCheckMutations
- ➕ Added fields
tags
andrating
to allFactCheckMutations
- ➕ Added type
FactCheckType
toArticleUnion
type - ➕ Added field
project_media_was
toClaimDescriptionType
- ➕ Added new type
ExplainerItemType
- ➕ Added fields
tags
,rating
,import
andreport_status
toFactCheckType
- ➕ Added fields
team_users_count
,accessible_teams
andaccessible_teams_count
toMeType
- ➕ Added fields
fact_check_id
,suggested_main_relationship
,fact_check
,explainers
,explainer_items
andarticles_count
toProjectMediaType
- ➕ Added fields
fact_check
andexplainer
toQueryType
- ➕ Added field
articles_count
toTeamType
PostgreSQL changes:
- ➕ Added column
tags
toexplainers
table - ➕ Added columns
publisher_id
,report_status
,imported
,tags
andrating
tofact_checks
table - ➕ Added join table
explainer_items
- ➕ Added column
team_id
toclaim_descriptions
table
v0.181.0
New cards-based list views. Support to original claim in create item API and extracting multiple media from a single tipline request.
GraphQL API changes:
- ➕ Added field
set_original_claim
tocreateProjectMedia
mutation. - ➕ Added field
fact_check_published_on
toProjectMediaType
. - ➖ Deleted field
list_columns
fromupdateTeam
mutation. - ➖ Deleted field
list_columns
fromTeamType
. - ➖ Deleted field
list_columns_values
fromProjectMediaType
.
PostgreSQL changes:
No changes to the database schema.
v0.180.0
v0.179.0
Shared feed item page.
GraphQL API changes:
- ➕ Added mutations
createApiKey
anddestroyApiKey
- ➕ Added mutations
createExplainer
,updateExplainer
anddestroyExplainer
- ➕ Added mutation
feedImportMedia
- ➕ Added new types
ApiKeyType
andExplainerType
- ➕ Added new fields
imported_from_feed_id
,imported_from_project_media_id
andimported_from_feed
toProjectMediaType
- ➕ Added new fields
get_explainers_enabled
,articles
,api_key
andapi_keys
toTeamType
PostgreSQL changes:
- ➕ Added columns
title
,description
,user_id
andteam_id
toapi_keys
table - ➕ Added columns
imported_from_feed_id
andimported_from_project_media_id
toproject_medias
table - ➕ Added column
uuid
tomedias
table - ➕ Added table
explainers
v0.178.0
Shared feed item page.
GraphQL API changes:
- ➕ Added argument
report_status
toClaimDescriptionType.fact_check
field - ➕ Added a new type
ClusterTeamFactCheckType
- ➕ Added a new type
ClusterTeamType
- ➕ Added new fields to
ClusterType
:cluster_teams
,project_medias
andproject_media
- ➕ Added new fields to
FeedType
:last_clusterized_at
,saved_search_was
andcluster
- ➖ Deleted field
smooch_user_slack_channel_url
fromTiplineRequestType
PostgreSQL changes:
- ➕ Added column
last_received_terms_email_at
tousers
table
v0.177.0
Tipline request refactoring, clusters refactoring and GraphQL refactoring.
GraphQL API changes:
Some GraphQL fields that previously had type UserType
now have type MeType
. Similarly, some GraphQL fields that previously had type TeamType
now have type PublicTeamType
. Both UserType
and TeamType
were simplified and just contain a few fields now. Other changes below:
- ➖ Deleted fields
size
,team_names
,items
,claim_descriptions
andfact_checked_by_team_names
forClusterType
- ➖ Deleted fields
cluster
andcluster_id
fromProjectMediaType
- ➖ Deleted field
cluster
fromQueryType
- ➕ Added fields
team_ids
,channels
,media_count
,title
,fact_checks_count
,center
,last_request_date
,last_fact_check_date
andteams
toClusterType
- ➕ Added fields
clusters_count
andclusters
toFeedType
- ➕ Added type
MeType
- ➕ Added field
public_team
toProjectMediaType
- ➕ Added field
medias_count
toPublicTeamType
PostgreSQL changes:
- ➖ Deleted column
cluster_id
from tableproject_medias
- ➖ Deleted column
project_medias_count
from tableclusters
- ➕ Added table
tipline_requests
- ➕ Added columns
failed_attempts
,unlock_token
andlocked_at
to tableusers
- ➕ Added table
cluster_project_medias
- ➕ Added columns
feed_id
,team_ids
,channels
,media_count
,requests_count
,fact_checks_count
,last_request_date
,title
andlast_fact_check_date
to tableclusters
- ➕ Added columns
uuid
andlast_clusterized_at
to tablefeeds
- ➕ Added columns
positive_feedback
andnegative_feedback
to tablemonthly_team_statistics
v0.176.0
Edit item title and shared feed data points.
GraphQL API changes:
- ➖ Deleted mutations
UpdateAccountSource
,CreateAnnotation
,DestroyComment
, allProjectGroup
mutations,DestroyProjectMedia
,UpdateProjectMediaUser
,DestroyProjectMediaUser
,DestroySource
,CreateTask
,DestroyTask
, allTaskFile
mutations, allTaskOrder
mutations,CreateTeamUser
,CreateUser
andDestroyUser
- ➖ Deleted all fields from
UpdateTeamUser
mutation, except forrole
- ➕ Added field
data_points
toCreateFeed
mutation - ➕ Added fields
custom_title
andtitle_field
toCreateProjectMedia
mutation - ➕ Added field
skip_send_report
toReplaceProjectMedia
mutation - ➕ Added field
data_points
toFeedType
- ➕ Added fields
custom_title
,title_field
andsuggestions_count
toProjectMedia
PostgreSQL changes:
- ➕ Added column
data_points
tofeeds
table - ➕ Added columns
whatsapp_conversations_user
andwhatsapp_conversations_business
tomonthly_team_statistics
table - ➕ Added columns
custom_title
andtitle_field
toproject_medias
table