Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 21, 2025

Updates the default catalog version for HCA DCP dev and ma-prod environments to use the latest data catalog.

Changes

  • site-config/hca-dcp/dev/config.ts: Update CATALOG constant from "dcp54" to "dcp55"
  • site-config/hca-dcp/ma-prod/config.ts: Update CATALOG constant from "dcp54" to "dcp55"
// Before
const CATALOG = "dcp54";

// After
const CATALOG = "dcp55";

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • fonts.googleapis.com
    • Triggering command: /usr/local/bin/node node /home/REDACTED/work/data-browser/data-browser/node_modules/.bin/next build (dns block)
  • service.azul.data.humancellatlas.org
    • Triggering command: /usr/local/bin/node /usr/local/bin/node /home/REDACTED/work/data-browser/data-browser/node_modules/next/dist/compiled/jest-worker/processChild.js (dns block)
  • use.typekit.net
    • Triggering command: /usr/local/bin/node node /home/REDACTED/work/data-browser/data-browser/node_modules/.bin/next build (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>Make dcp55 the default catalog for HCA</issue_title>
<issue_description># Overview

Similar to #4577 we need to updat the default catalog for dev and ma-prod config.ts files to update the default catalog from dcp54 to dcp55. Both constants need to be updated.

Configuration updates:

Update the CATALOG constant from "dcp54" to "dcp55" in site-config/hca-dcp/dev/config.ts to use the latest data catalog.
Update the CATALOG constant from "dcp54" to "dcp55" in site-config/hca-dcp/ma-prod/config.ts to use the latest data catalog.
</issue_description>

Comments on the Issue (you are @copilot in this section)

@NoopDog Thx @bvizzier-ucsc

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: NoopDog <3239697+NoopDog@users.noreply.github.com>
Copilot AI changed the title [WIP] Update default catalog from dcp54 to dcp55 for HCA chore(hca-dcp): update default catalog from dcp54 to dcp55 Nov 21, 2025
Copilot AI requested a review from NoopDog November 21, 2025 18:02
Copilot finished work on behalf of NoopDog November 21, 2025 18:02
@NoopDog NoopDog changed the title chore(hca-dcp): update default catalog from dcp54 to dcp55 chore: update default catalog from dcp54 to dcp55 (4594) Nov 21, 2025
@NoopDog NoopDog marked this pull request as ready for review November 21, 2025 18:08
@NoopDog NoopDog requested a review from Copilot November 21, 2025 18:10
Copy link
Contributor

@MillenniumFalconMechanic MillenniumFalconMechanic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@NoopDog NoopDog merged commit 2355368 into main Nov 21, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make dcp55 the default catalog for HCA

3 participants