Skip to content

Updated Changelog in New open telemetry #752

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

Merged
merged 73 commits into from
May 27, 2025
Merged

Updated Changelog in New open telemetry #752

merged 73 commits into from
May 27, 2025

Conversation

shilpa-egov
Copy link
Contributor

@shilpa-egov shilpa-egov commented May 27, 2025

Updated Changelog in New open telemetry

Summary by CodeRabbit

  • Documentation
    • Changelog entries for version 2.9.1 were reordered or added across multiple core services to ensure correct version history display.
    • Duplicate changelog entries were removed where necessary.
    • All entries for version 2.9.1 document the tracer upgrade and addition of variables for OpenTelemetry integration.
    • No changes were made to application functionality or public APIs.

@talele08 talele08 merged commit 4a60f20 into master May 27, 2025
3 checks passed
Copy link

coderabbitai bot commented May 27, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

Changelog files across multiple core service modules were reorganized to ensure the entry for version 2.9.1 (2025-05-21) appears directly after the header or in the correct chronological order. Duplicate or misplaced entries were removed or relocated. No code, functionality, or public API signatures were changed.

Changes

Files/Paths Change Summary
core-services/audit-service/CHANGELOG.md
core-services/egov-accesscontrol/CHANGELOG.md
core-services/egov-enc-service/CHANGELOG.md
core-services/egov-filestore/CHANGELOG.md
core-services/egov-location/CHANGELOG.md
core-services/egov-mdms-service/CHANGELOG.md
core-services/egov-notification-mail/CHANGELOG.md
core-services/egov-notification-sms/CHANGELOG.md
core-services/egov-persister/CHANGELOG.md
core-services/egov-pg-service/CHANGELOG.md
core-services/egov-url-shortening/CHANGELOG.md
core-services/mdms-v2/CHANGELOG.md
Moved the 2.9.1 changelog entry to the top or correct order after the header; content unchanged.
core-services/egov-idgen/CHANGELOG.md
core-services/service-request/CHANGELOG.md
Added new 2.9.1 changelog entry at the top; removed any duplicate or misplaced entries.
core-services/egov-indexer/CHANGELOG.md
core-services/egov-otp/CHANGELOG.md
Added or consolidated 2.9.1 changelog entry; removed duplicates.
core-services/egov-user-event/CHANGELOG.md Moved 1.2.0-beta entry below 2.9.1 entry to maintain chronological order.
core-services/gateway/CHANGELOG.MD Removed duplicate 2.9.1 entry, retaining a single, properly formatted changelog entry.

Poem

Changelogs hop into tidy rows,
Each version where it rightly goes.
No code was changed, just tales retold—
Of tracers new and configs bold.
A rabbit’s joy: neat history,
For every service, clear to see!
🐇✨


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 4582a98 and 53d2c4e.

📒 Files selected for processing (18)
  • core-services/audit-service/CHANGELOG.md (1 hunks)
  • core-services/egov-accesscontrol/CHANGELOG.md (1 hunks)
  • core-services/egov-enc-service/CHANGELOG.md (1 hunks)
  • core-services/egov-filestore/CHANGELOG.md (1 hunks)
  • core-services/egov-idgen/CHANGELOG.md (1 hunks)
  • core-services/egov-indexer/CHANGELOG.md (1 hunks)
  • core-services/egov-location/CHANGELOG.md (1 hunks)
  • core-services/egov-mdms-service/CHANGELOG.md (1 hunks)
  • core-services/egov-notification-mail/CHANGELOG.md (1 hunks)
  • core-services/egov-notification-sms/CHANGELOG.md (1 hunks)
  • core-services/egov-otp/CHANGELOG.md (1 hunks)
  • core-services/egov-persister/CHANGELOG.md (1 hunks)
  • core-services/egov-pg-service/CHANGELOG.md (1 hunks)
  • core-services/egov-url-shortening/CHANGELOG.md (1 hunks)
  • core-services/egov-user-event/CHANGELOG.md (1 hunks)
  • core-services/gateway/CHANGELOG.MD (1 hunks)
  • core-services/mdms-v2/CHANGELOG.md (1 hunks)
  • core-services/service-request/CHANGELOG.md (2 hunks)

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

talele08 added a commit that referenced this pull request May 29, 2025
* Added keycloak build config (#714)

* adding githubactions workflow file (#715)

* updating workflows action flow to pick from master and create images from all the branches (#718)

* adding githubactions workflow file

* Update build.yaml

* Adding drop downs while triggering githubactions (#727)

* Create sandbox.yml (#730)

* Create sandbox.yml

* Update sandbox.yml

* Update sandbox.yml (#732)

* Update build.yaml (#734)

* Add business-services folder and new service to workflow inputs (#735)

* Add business-services folder and new service to workflow inputs

* Add business-services folder and new service to workflow inputs

* Add business-services folder and new service to workflow inputs

* Add business-services folder and new service to workflow inputs

* Update build.yaml with correct service names

---------

Co-authored-by: nikhilmulinti <[email protected]>

* Update sandbox.yml (#738)

* added open telemetry (#748)

* Updated idgen service

* Updated mdms-v2 service

* Updated workflow service

* Updated egov-localization service

* updated egov-location service

* Updated tenant-management service

* WIP: changes to Dockerfile and workflow

* Update build dockerfile

* Updated audit service

* Updated boundary service

* Updated access control

* Updated enc service

* Updated file store

* Updated egov-indexer

* updated mdms v1 service

* Updated egov notification mail service

* Updated notification sms

* Updated egov-otp

* updated egov persister

* Updated pg service

* Updated egov url shortening

* Updated egov-user-event

* Updated gateway service

* Updated service request

* Updated Dockerfile

* Update Dockerfile-java 8

* Update Dockerfile- reverting back

* Modified gateway POM according to new tracer.

* Added opentelemetry tracing & @CustomSafeHtml in tracer.

* Update Dockerfile

* updated idgen

* Updated localization

* Updated mdms v2

* Updated workflow v2

* Updated location

* Updated audit service

* Updated boundary service

* Updated access control

* Updated enc service

* Updated filestore

* updated indexer

* Added logic to replace {schema} placeholder in EscalationRepository class.

* Updated mdms service

* Updated notification mail

* updated notification sms

* Updated egov-otp

* Updated persister

* Updated pg service

* Updated url shortening

* Updated user event

* Updated gateway

* Updated service request

* Update enc-client from 2.9.0-SNAPSHOT to 2.9.1 pom.xml

---------

Co-authored-by: Varun Reddy <[email protected]>
Co-authored-by: nikhilmulinti <[email protected]>
Co-authored-by: varunreddy-egov <[email protected]>

* Modified EscalationRepositoryTest class to include WorkflowUtil bean. (#751)

* Updated Changelog in New open telemetry (#752)

* Updated idgen service

* Updated mdms-v2 service

* Updated workflow service

* Updated egov-localization service

* updated egov-location service

* Updated tenant-management service

* WIP: changes to Dockerfile and workflow

* Update build dockerfile

* Updated audit service

* Updated boundary service

* Updated access control

* Updated enc service

* Updated file store

* Updated egov-indexer

* updated mdms v1 service

* Updated egov notification mail service

* Updated notification sms

* Updated egov-otp

* updated egov persister

* Updated pg service

* Updated egov url shortening

* Updated egov-user-event

* Updated gateway service

* Updated service request

* Updated Dockerfile

* Update Dockerfile-java 8

* Update Dockerfile- reverting back

* Modified gateway POM according to new tracer.

* Added opentelemetry tracing & @CustomSafeHtml in tracer.

* Update Dockerfile

* updated idgen

* Updated localization

* Updated mdms v2

* Updated workflow v2

* Updated location

* Updated audit service

* Updated boundary service

* Updated access control

* Updated enc service

* Updated filestore

* updated indexer

* Added logic to replace {schema} placeholder in EscalationRepository class.

* Updated mdms service

* Updated notification mail

* updated notification sms

* Updated egov-otp

* Updated persister

* Updated pg service

* Updated url shortening

* Updated user event

* Updated gateway

* Updated service request

* updated idgen

* Updated mdms v2

* updated location

* Updated audit service

* Updated access control

* Updated enc service

* updated filestore

* Updated indexer

* Updated mdms service

* Updated notification mail

* Updated notification sms

* updated egov otp

* Updated persister

* Updated pg service

* Updated url shortening

* updated user event

* Updated gateway

* Update service request

---------

Co-authored-by: Varun Reddy <[email protected]>
Co-authored-by: nikhilmulinti <[email protected]>
Co-authored-by: varunreddy-egov <[email protected]>

---------

Co-authored-by: Varun Reddy <[email protected]>
Co-authored-by: nikhilmulinti <[email protected]>
Co-authored-by: DIGIT-support <[email protected]>
Co-authored-by: talele08 <[email protected]>
Co-authored-by: shilpa-egov <[email protected]>
Co-authored-by: varunreddy-egov <[email protected]>
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.

4 participants