Skip to content

fix: naming refactored and config logs changed#13

Merged
kasvith merged 1 commit intomainfrom
fix/maiden-issues
Aug 6, 2025
Merged

fix: naming refactored and config logs changed#13
kasvith merged 1 commit intomainfrom
fix/maiden-issues

Conversation

@sathirak
Copy link
Contributor

@sathirak sathirak commented Aug 6, 2025

Pull Request Title

  • Updated name from pulsebridge to pulse-bridge
  • Updated first configuraiton log to use zero log

Description

Fixes:
#11
#10

JIRA Ticket(s)

  • JIRA Ticket: [Ticket ID 1]
  • Related Tickets: [Ticket ID 2, Ticket ID 3]

Type of Change

  • New Feature
  • Bug Fix
  • Refactor
  • Documentation Update
  • Other (please specify):

Dependencies

  • Requires: [Link to other PR/dependency]

Breaking Changes

Checklist

  • Locally Tested
  • Ready for QA

@sathirak sathirak requested review from Copilot and kasvith August 6, 2025 09:23
Copy link

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 PR renames the project from "pulsebridge" to "pulse-bridge" throughout the codebase and replaces a fmt.Println statement with structured zerolog logging for configuration output.

  • Updated all references from "pulsebridge" to "pulse-bridge" across documentation, configuration files, and code
  • Replaced configuration logging with structured zerolog output instead of plain println
  • Removed unused fmt import after logging change

Reviewed Changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
internal/version/version.go Updated comment to reference pulse-bridge instead of pulsebridge
internal/config/config_loader.go Replaced fmt.Println with zerolog for config logging and removed unused fmt import
docker-compose.yml Updated service names and network references to use pulse-bridge naming
cmd/root.go Updated CLI command name and descriptions to use pulse-bridge
README.md Updated Docker image references and CLI examples to use pulse-bridge
Makefile Updated Docker image name reference
Dockerfile Updated binary name and directory paths to use pulse-bridge

@kasvith kasvith merged commit 322160f into main Aug 6, 2025
1 check passed
@kasvith
Copy link
Contributor

kasvith commented Aug 6, 2025

lgtm

@kasvith kasvith deleted the fix/maiden-issues branch August 6, 2025 09:25
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