Skip to content

Commit

Permalink
Updated submodules to v0.145.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caiosba committed Mar 1, 2022
1 parent 1f6252d commit bc654ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion check-api
Submodule check-api updated 81 files
+2 −0 .gitlab-ci.yml
+1 −1 Gemfile
+6 −6 Gemfile.lock
+7 −4 app/graph/types/cluster_type.rb
+1 −0 app/graph/types/project_media_type.rb
+3 −3 app/graph/types/query_type.rb
+8 −0 app/models/annotations/dynamic.rb
+7 −3 app/models/bot/alegre.rb
+4 −4 app/models/bot/fetch.rb
+21 −19 app/models/bot/smooch.rb
+3 −4 app/models/bot_user.rb
+43 −29 app/models/cluster.rb
+1 −0 app/models/concerns/annotation_base.rb
+4 −0 app/models/concerns/annotation_private.rb
+16 −11 app/models/concerns/claim_and_fact_check.rb
+2 −2 app/models/concerns/project_association.rb
+1 −1 app/models/concerns/project_media_associations.rb
+3 −1 app/models/concerns/project_media_cached_fields.rb
+1 −1 app/models/concerns/project_media_creators.rb
+4 −6 app/models/concerns/project_media_getters.rb
+25 −14 app/models/concerns/smooch_menus.rb
+16 −9 app/models/concerns/smooch_messages.rb
+43 −13 app/models/concerns/smooch_search.rb
+22 −2 app/models/concerns/smooch_strings.rb
+1 −1 app/models/concerns/team_private.rb
+2 −5 app/models/dynamic_annotation/field.rb
+2 −2 app/models/project.rb
+6 −3 app/models/project_media.rb
+6 −4 app/models/relationship.rb
+2 −2 app/models/team.rb
+2 −2 app/models/team_task.rb
+11 −0 app/repositories/media_search.rb
+1 −1 app/workers/tipline_newsletter_worker.rb
+18 −10 config/initializers/field_searches.rb
+1 −1 config/initializers/honeycomb.rb
+1 −33 config/locales/ar.yml
+1 −32 config/locales/es.yml
+0 −33 config/locales/fr.yml
+1 −32 config/locales/id.yml
+0 −32 config/locales/pt.yml
+1 −0 config/sidekiq.yml.example
+22 −0 db/migrate/20220209173742_add_analysis_field_file_title_to_verification_status.rb
+17 −0 db/migrate/20220214055345_add_mapping_for_report_published_at.rb
+26 −0 db/migrate/20220217060135_add_mapping_for_cluster_fields.rb
+22 −0 db/migrate/20220221205147_add_tipline_bot_v2_settings_to_smooch_bot.rb
+17 −17 db/schema.rb
+4 −0 lib/check_basic_abilities.rb
+2 −1 lib/check_cached_fields.rb
+3 −2 lib/check_elastic_search.rb
+1 −1 lib/check_permissions.rb
+65 −20 lib/check_search.rb
+21 −4 lib/sample_data.rb
+112 −0 lib/tasks/data/fetch.rake
+15 −5 lib/tasks/data/similarity.rake
+24 −13 lib/tasks/migrate/20210520195307_add_mapping_for_sort_title.rake
+0 −2 lib/tasks/migrate/20220208220646_sync_updated_at_field.rake
+29 −0 lib/tasks/migrate/20220214055345_add_mapping_for_report_published_at.rake
+26 −0 lib/tasks/migrate/20220217060135_add_mapping_for_cluster_fields.rake
+26 −0 lib/tasks/migrate/20220224213611_fix_parent_id_for_suggested_items.rake
+1 −1 public/relay.json
+69 −0 scripts/uptime-maintenance.py
+4 −3 test/controllers/elastic_search_2_test.rb
+4 −4 test/controllers/elastic_search_3_test.rb
+12 −12 test/controllers/elastic_search_5_test.rb
+43 −36 test/controllers/elastic_search_6_test.rb
+17 −17 test/controllers/elastic_search_7_test.rb
+171 −10 test/controllers/elastic_search_8_test.rb
+5 −7 test/controllers/elastic_search_test.rb
+17 −4 test/controllers/graphql_controller_2_test.rb
+65 −3 test/controllers/graphql_controller_3_test.rb
+85 −76 test/controllers/graphql_controller_4_test.rb
+45 −0 test/controllers/graphql_controller_5_test.rb
+4 −4 test/controllers/graphql_controller_test.rb
+53 −0 test/models/bot/alegre_test.rb
+2 −2 test/models/bot/smooch_5_test.rb
+29 −4 test/models/bot/smooch_6_test.rb
+46 −0 test/models/bot_user_2_test.rb
+19 −0 test/models/claim_description_test.rb
+55 −0 test/models/cluster_test.rb
+12 −0 test/models/fact_check_test.rb
+9 −9 test/models/project_media_test.rb
2 changes: 1 addition & 1 deletion check-web
Submodule check-web updated 104 files

0 comments on commit bc654ee

Please sign in to comment.