Skip to content
Snippets Groups Projects
Select Git revision
  • ps-migrate-vscode-extension-marketplace-ff-to-db
  • check-tag-rules-when-deleting-container-images
  • pb/517368/add-provider-to-saml-group-links
  • backfill-desired-sharding-key-large-table-push_event_payloads
  • 16653_add_vulns_api_from_stat_adjustments_branch
  • backfill-desired-sharding-key-small-table-scan_result_policies
  • master default protected
  • rails-next protected
  • ruby-next protected
  • backfill-multiple-desired-sharding-key-small-table-snippet_statistics
  • sharding-key-backfill-keeps
  • backfill-desired-sharding-key-small-table-incident_management_pending_issue_escalations
  • issue_509317
  • eduardosanz/update-codeowners
  • document-new-golang-runbook
  • 505041-add-parent-param-groups-resolver
  • axil-docs-redirects-skip_indexmd
  • 514146-add-sharding-key-for-redirect_routes
  • qa-knapsack-master-report-update
  • brodock/unified-backup-use-rake-directly
  • v17.7.6-ee protected
  • v17.8.4-ee protected
  • v17.9.1-ee protected
  • v17.8.3-ee protected
  • v17.7.5-ee protected
  • v17.9.0-ee protected
  • v17.9.0-rc42-ee protected
  • v17.6.5-ee protected
  • v17.7.4-ee protected
  • v17.8.2-ee protected
  • v17.6.4-ee protected
  • v17.7.3-ee protected
  • v17.8.1-ee protected
  • v17.8.0-ee protected
  • v17.7.2-ee protected
  • v17.8.0-rc42-ee protected
  • v17.5.5-ee protected
  • v17.6.3-ee protected
  • v17.7.1-ee protected
  • v17.7.0-ee protected
40 results

update_mirror_service.rb

  • Vasilii Iakliushin's avatar
    2a1714d8
    Fix strong_memoize usages in mirror services · 2a1714d8
    Vasilii Iakliushin authored
    Contributes to #454341
    
    **Problem**
    
    This bug was spotted during the review. We used a `strong_memoize`
    method without taking a method paramaters in the account. Luckly, this
    method was called only once and didn't cause any problems.
    
    **Solution**
    
    Use `strong_memoize_with` that supports method parameters.
    2a1714d8
    History
    Fix strong_memoize usages in mirror services
    Vasilii Iakliushin authored
    Contributes to #454341
    
    **Problem**
    
    This bug was spotted during the review. We used a `strong_memoize`
    method without taking a method paramaters in the account. Luckly, this
    method was called only once and didn't cause any problems.
    
    **Solution**
    
    Use `strong_memoize_with` that supports method parameters.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.