• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ocadotechnology / bbq
84%
master: 85%

Build:
Build:
LAST BUILD BRANCH: NON_JIRA_do_backup_when_size_mismatch
DEFAULT BRANCH: master
Repo Added 14 May 2018 11:00AM UTC
Files 144
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH cleanup_not_used_datastore_entities_during_retention_process
branch: cleanup_not_used_datastore_entities_during_retention_process
CHANGE BRANCH
x
Reset
  • cleanup_not_used_datastore_entities_during_retention_process
  • A_MESSAGE_CORRECTION
  • CONFIGURATION_UNIFICATION
  • COPY_JOB_DEADLINE_EXCEEDED
  • DatastoreTableGetRetriableException500error_less_likely_to_happen
  • NON-JIRA_updating_orphaned_backup_query
  • NON_JIRA_do_backup_when_size_mismatch
  • SLI_DATASTUDIO_BUG
  • SLI_documentation
  • SLI_history_view_shows_rows_only_from_newest_snapshot
  • YACHT-1003
  • YACHT-1005
  • YACHT-1007-contribution-guide
  • YACHT-1008_added_google_group
  • YACHT-1009_copy_job_should_handle_duplicated_job_id
  • YACHT-1012_slo_service_should_handle_tables_without_schema
  • YACHT-1020
  • YACHT-1021
  • YACHT-1023
  • YACHT-1025
  • YACHT-1026
  • YACHT-1027
  • YACHT-1029
  • YACHT-1032_TF_update
  • YACHT-1032_added_datasets_ACLs_to_TF_config
  • YACHT-1052
  • YACHT-1054
  • YACHT-1057
  • YACHT-1059
  • YACHT-1092
  • YACHT-1093
  • YACHT-1093-3
  • YACHT-1094
  • YACHT-1095
  • YACHT-1098
  • YACHT-1099
  • YACHT-1104
  • YACHT-1106
  • YACHT-1106-2
  • YACHT-1111
  • YACHT-1123_unify_UI
  • YACHT-1124
  • YACHT-1124-2
  • YACHT-1127
  • YACHT-1133
  • YACHT-1133-REVERT
  • YACHT-1142
  • YACHT-1144
  • YACHT-1173
  • YACHT-1176
  • YACHT-1177
  • YACHT-1183_IAM_roles_in_TF_config
  • YACHT-1183_IAM_update
  • YACHT-1184
  • YACHT-1185
  • YACHT-1186
  • YACHT-1187_gae_firewall
  • YACHT-1232
  • YACHT-1246
  • YACHT-1248
  • YACHT-1250
  • YACHT-1251
  • YACHT-1254
  • YACHT-1254_export_fix
  • YACHT-1256
  • YACHT-1256_NEW
  • YACHT-1274
  • YACHT-1295_document_not_supported_use_cases
  • YACHT-1312
  • YACHT-1312_MR
  • YACHT-1316
  • YACHT-1333_update_jinja2_version
  • YACHT-1351
  • YACHT-1443
  • YACHT-361
  • YACHT-899
  • YACHT-903
  • YACHT-910
  • YACHT-917
  • YACHT-920
  • YACHT-962
  • YACHT-963
  • YACHT-964
  • YACHT-965
  • YACHT-972
  • YACHT-985
  • YACHT-986-update-documentation
  • YACHT_1001
  • YACHT_1002
  • YACHT_1002_2
  • YACHT_1014
  • YACHT_1014_
  • YACHT_1051
  • YACHT_1068
  • YACHT_1301
  • YACHT_1301_2
  • YACHT_1317
  • YACHT_1355
  • YACHT_753
  • YACHT_905
  • YACHT_948
  • YACHT_997
  • backup_entity_schema_migration_tool
  • bug_in_SLI_query
  • code_separation_in_modules
  • commons_classes_move
  • copy-job-refactor
  • datastore_export_doc
  • execute_query_method_fix
  • export_ds_to_bq
  • filtering_restoration_project_in_sli
  • handling_and_retrying_google_503_errors
  • logging_reduction
  • master
  • method_reordering_refactor
  • move_big_query_package
  • new_slo_module
  • numBytesRepair
  • on_demand_table_backup
  • partition_tasks_scheduling_optmization
  • problem_with_filtering_one_table_should_not_spoil_the_whole_SLI_processing
  • refactored_copy_job_service_tests
  • removing_sync_copy_job_scheduler_service
  • repair_lastModified_issue
  • repair_sli_views_after_schema_migration
  • restoration_daily_test_fix
  • retention_process_optimization
  • services_package_refactoring
  • setup-update
  • setup_update
  • setup_update_Y903
  • simplify_setup
  • sli_latency_fix
  • sli_latency_view_refactor
  • support_for_asia_northeast1_region
  • tablesWithoutSchemaShouldNotBeBackedUp
  • test
  • travis_test
  • ui_remove_env
  • unit_test_packages_refactoring
  • views_labels
  • y909_ui_improvements
  • yacht_972_improved_logging

pending completion
1197

push

travis-ci

radkomateusz
NON-JIRA: Cleaning unused old datastore entities during retention process.

Process for removing entities about tables not existing for a long time and their backup entities.
After one month after removing last backup by retention process, the table entity and backup entities connected with them are deleted.

Hardcoded constants for managing retention are now moved to configuration.
Documentation and tests updated. Renaming filter name to not contain hardcoded value in class name.

2443 of 2893 relevant lines covered (84.45%)

0.84 hits per line

Relevant lines Covered
Build:
Build:
2893 RELEVANT LINES 2443 COVERED LINES
0.84 HITS PER LINE
Source Files on cleanup_not_used_datastore_entities_during_retention_process
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1197 cleanup_not_used_datastore_entities_during_retention_process NON-JIRA: Cleaning unused old datastore entities during retention process. Process for removing entities about tables not existing for a long time and their backup entities. After one month after removing last backup by retention process, the tab... push 17 May 2019 11:37AM UTC radkomateusz travis-ci pending completion  
1196 cleanup_not_used_datastore_entities_during_retention_process NON-JIRA: Cleaning unused old datastore entities during retention process. Process for removing entities about tables not existing for a long time and their backup entities. After one month after removing last backup by retention process, the tab... Pull #149 17 May 2019 11:36AM UTC web-flow travis-ci pending completion  
1195 cleanup_not_used_datastore_entities_during_retention_process NON-JIRA: Cleaning unused old datastore entities during retention process. Process for removing entities about tables not existing for a long time and their backup entities. After one month after removing last backup by retention process, the tab... Pull #149 17 May 2019 10:42AM UTC web-flow travis-ci pending completion  
1194 cleanup_not_used_datastore_entities_during_retention_process NON-JIRA: Cleaning unused old datastore entities during retention process. Process for removing entities about tables not existing for a long time and their backup entities. After one month after removing last backup by retention process, the tab... push 17 May 2019 10:41AM UTC radkomateusz travis-ci pending completion  
1193 cleanup_not_used_datastore_entities_during_retention_process NON-JIRA: Cleaning unused old datastore entities during retention process. Process for removing entities about tables not existing for a long time and their backup entities. After one month after removing last backup by retention process, the tab... Pull #149 17 May 2019 08:56AM UTC web-flow travis-ci pending completion  
1192 cleanup_not_used_datastore_entities_during_retention_process NON-JIRA: Cleaning unused old datastore entities during retention process. Process for removing entities about tables not existing for a long time and their backup entities. After one month after removing last backup by retention process, the tab... push 17 May 2019 08:52AM UTC radkomateusz travis-ci pending completion  
See All Builds (1097)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc