Tags: dependabot/cli
Tags
Ignore record_ecosystem_meta calls in smoke tests (#587) * Ignore record_ecosystem_meta calls in smoke tests Similar to increment_metric, record_ecosystem_meta calls are informational and should not be recorded in test output or checked against expectations. This prevents smoke test failures when the enable_record_ecosystem_meta feature flag is enabled, which causes additional API calls whose content changes with package manager updates. * Retrigger CI
Add record_ecosystem_meta to smoke test comparison handler (#586) * Initial plan * Add record_ecosystem_meta comparison support to smoke test handler The enable_record_ecosystem_meta feature flag is being removed from dependabot-core, making record_ecosystem_meta unconditionally active. The CLI's compare function was missing a case for this type, causing smoke tests to fail with "unexpected type" errors. Co-authored-by: pavera <660677+pavera@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pavera <660677+pavera@users.noreply.github.com>
Add --updater-env flag to graph command (#550) * Initial plan * Add --updater-env flag to graph and fix test command - Add --updater-env flag registration to graph command - Pass UpdaterEnvironmentVariables to infra.Run() in graph command - Fix test command to pass UpdaterEnvironmentVariables to infra.Run() - Both commands now properly forward environment variables to the updater container Co-authored-by: jurre <749864+jurre@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jurre <749864+jurre@users.noreply.github.com>
PreviousNext