Skip to content

Conversation

@rswanson
Copy link
Member

@rswanson rswanson commented May 27, 2025

feat: quincey
fix: consistent naming
fix: use validate first

@rswanson rswanson requested a review from Copilot May 27, 2025 16:10
@rswanson rswanson marked this pull request as ready for review May 27, 2025 16:10
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request introduces the new "quincey" feature with improved validation and resource registration changes. Key changes include:

  • Updating resource registration identifiers in pkg/signet_node and pkg/builder.
  • Adding a new Quincey package with component definitions, environment validations, and extensive tests.
  • Implementing the Quincey component deployment logic with associated Kubernetes resources (deployment, service, virtual service, and authorization policies).

Reviewed Changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
pkg/signet_node/signet_node.go Updated the component resource registration string.
pkg/quincey/validation.go Introduced environment validation functions for Quincey.
pkg/quincey/types.go Added type definitions and constants for Quincey.
pkg/quincey/quincey_test.go Added comprehensive unit tests for the Quincey component.
pkg/quincey/quincey.go Implemented the core deployment logic for the Quincey component.
pkg/quincey/helpers.go Added package declaration (helper file).
pkg/builder/builder.go Updated the builder’s resource registration string.

@rswanson rswanson force-pushed the swanny/consistent-labeling branch from 57f5e7d to 70c5d1d Compare May 27, 2025 16:35
@rswanson rswanson force-pushed the swanny/consistent-labeling branch from 70c5d1d to d4b0242 Compare May 27, 2025 16:56
@rswanson rswanson requested review from Evalir and dylanlott May 27, 2025 17:00
@rswanson rswanson force-pushed the swanny/consistent-labeling branch from d4b0242 to 5b2886c Compare May 27, 2025 17:06
This was referenced May 27, 2025
@rswanson rswanson force-pushed the swanny/consistent-labeling branch 2 times, most recently from cfa82fa to a76a2c1 Compare May 29, 2025 11:29
@rswanson rswanson self-assigned this May 29, 2025
@rswanson rswanson force-pushed the swanny/consistent-labeling branch from a76a2c1 to 9c043f0 Compare May 29, 2025 13:53
@rswanson rswanson force-pushed the swanny/quincey branch 2 times, most recently from 06b6d5a to e5b79ed Compare May 29, 2025 13:55
@rswanson rswanson force-pushed the swanny/consistent-labeling branch 3 times, most recently from 4c6b6ea to 7d779ad Compare May 29, 2025 15:23
@rswanson rswanson changed the base branch from swanny/consistent-labeling to graphite-base/8 May 29, 2025 15:28
@graphite-app graphite-app bot changed the base branch from graphite-base/8 to main May 29, 2025 15:29
Copy link
Member

@Evalir Evalir left a comment

Choose a reason for hiding this comment

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

lgtm, just one nit


// createConfigMap creates the ConfigMap for the Quincey service
func createConfigMap(ctx *pulumi.Context, args *QuinceyComponentArgs, parent *QuinceyComponent) (*corev1.ConfigMap, error) {
labels := utils.CreateResourceLabels(ComponentName, ServiceName, "signet", nil)
Copy link
Member

Choose a reason for hiding this comment

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

this "signet" string seems to be used as a constant for the labels. Maybe it could actually live as a constant somewhere?

@rswanson rswanson merged commit 5cebc14 into main Jun 3, 2025
2 checks passed
Copy link
Member Author

rswanson commented Jun 3, 2025

Merge activity

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.

3 participants