Skip to content

Conversation

@fmorency
Copy link
Contributor

This pull request migrates the project from the liftedinit GitHub organization to the manifest-network organization. It updates all references, import paths, and documentation links to use the new organization, and replaces the CircleCI configuration with GitHub Actions workflows for CI and release automation.

Repository migration and codebase updates:

  • All Go module paths, import statements, and build/test configuration references have been updated from github.com/liftedinit/manifest-node-exporter to github.com/manifest-network/manifest-node-exporter throughout the codebase, including go.mod, source files, and the Makefile. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17]
  • Updated documentation links in README.md to point to the new manifest-network GitHub organization.

CI/CD pipeline migration:

  • Removed the CircleCI configuration (.circleci/config.yml) and replaced it with GitHub Actions workflows for CI (.github/workflows/ci.yml) and release automation (.github/workflows/release.yml). [1] [2] [3]

Build configuration updates:

  • Updated all build and packaging scripts (Makefile, .goreleaser.yml) to use the new module path and organization. [1] [2] [3] [4] [5]

These changes ensure the project is fully migrated to the new GitHub organization and that all CI/CD and build processes work as expected under the new namespace.

@fmorency fmorency requested a review from Copilot August 19, 2025 20:03
@fmorency fmorency self-assigned this Aug 19, 2025
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 pull request migrates the project from the liftedinit GitHub organization to the manifest-network organization, updating all import paths and references throughout the codebase while replacing CircleCI with GitHub Actions for CI/CD automation.

  • Updates all Go module paths from github.com/liftedinit/manifest-node-exporter to github.com/manifest-network/manifest-node-exporter
  • Migrates from CircleCI to GitHub Actions for CI and release workflows
  • Updates Go version from 1.24.4 to 1.24.6 in the module and CI configuration

Reviewed Changes

Copilot reviewed 26 out of 26 changed files in this pull request and generated no comments.

Show a summary per file
File Description
go.mod Updates module path and Go version
pkg/collectors/*.go Updates import paths to new organization
cmd/*.go Updates import paths to new organization
cmd-bin/*.go Updates import paths to new organization
Makefile Updates build flags and coverage package paths
.goreleaser.yml Updates version injection paths
.github/workflows/*.yml Adds new GitHub Actions CI and release workflows
.circleci/config.yml Removes old CircleCI configuration
README.md Updates documentation links

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@fmorency fmorency merged commit 03015e6 into manifest-network:main Aug 19, 2025
@fmorency fmorency deleted the gh-org branch August 19, 2025 20:07
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.

1 participant