Skip to content

feat: diff changelog for mongodb #11269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Sonichigo
Copy link
Member

Thanks for contributing to the Harness Developer Hub! Our code owners will review your submission.

Description

  • Please describe your changes: This pull request introduces improved documentation and automation for changelog generation and GitOps workflows in Harness Database DevOps, specifically adding support for MongoDB schema extraction and streamlining instructions for committing changelogs to Git.
  • Jira/GitHub Issue numbers (if any): https://harness.atlassian.net/browse/DBOPS-1425
  • Preview links/images (Internal contributors only): __________________

PR lifecycle

We aim to merge PRs within one week or less, but delays happen sometimes.

If your PR is open longer than two weeks without any human activity, please tag a code owner in a comment.

PRs must meet these requirements to be merged:

  • Successful preview build.
  • Code owner review.
  • No merge conflicts.
  • Release notes/new features docs: Feature/version released to at least one prod environment.

Signed-off-by: Animesh Pathak <[email protected]>
@Sonichigo Sonichigo self-assigned this Aug 14, 2025
@bot-gitexp-user
Copy link

Please check the Execution Link of the Pipeline for the Website Draft URL. This is located in the Preview Step behind the Harness VPN and also is available in #hdh_alerts. E.g Website Draft URL: https://unique-id--harness-developer.netlify.app. Current Draft URL is: https://689de6057a50522f4eb92cad--harness-developer.netlify.app

@@ -0,0 +1,169 @@
---
Copy link
Contributor

Choose a reason for hiding this comment

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

this feels like a weird place to put this file in our navigational hierarchy. Why are we putting it here instead of under 'build-a-changelog? why isn't 'build-a-changelog' linking to it?

By automating this process in a Harness pipeline, you can:
- Avoid manual changelog creation for legacy or existing databases
- Standardize schema tracking using Liquibase-compatible formats (JSON or YAML)
- Keep your database changes **fully GitOps-compliant** with version control and peer review
Copy link
Contributor

Choose a reason for hiding this comment

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

this article barely talks about gitops, so I would personally remove this bullet and pull this out of the gitopos section..... there isn't anything mongodb specific about how we do gitops....

- Validate changelog generation in a staging pipeline before committing to production branches
- Parameterize connection details using Harness pipeline variables
- Always use a read-only MongoDB user for schema extraction
By integrating this process into Harness pipelines, you ensure repeatable, auditable, and version-controlled database schema onboarding—a cornerstone of GitOps-driven database delivery.
Copy link
Contributor

Choose a reason for hiding this comment

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

this article barely talks about gitops, so I would personally remove this bullet and pull this out of the gitopos section..... there isn't anything mongodb specific about how we do gitops....

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