Skip to content

Track repository rename#1592

Merged
paulfalgout merged 1 commit intodevelopfrom
chore/rename-repo
Jan 27, 2026
Merged

Track repository rename#1592
paulfalgout merged 1 commit intodevelopfrom
chore/rename-repo

Conversation

@shadowhand
Copy link
Contributor

@shadowhand shadowhand commented Jan 27, 2026

Summary by CodeRabbit

  • Chores

    • Updated project name from care-ops-frontend to app-frontend in package configurations and repository references.
    • Updated monitoring service identifier to reflect new project naming.
  • Documentation

    • Updated documentation links and references across the project to align with new naming.

✏️ Tip: You can customize this high-level summary in your review settings.

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 updates all references to the repository name from care-ops-frontend to app-frontend, reflecting a repository rename across documentation, configuration files, and code.

Changes:

  • Updated repository URLs in markdown documentation files
  • Changed package names in package.json and composer.json
  • Modified service name in Datadog configuration
  • Updated git repository reference in release script

Reviewed changes

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

Show a summary per file
File Description
test/README.md Updated GitHub URL for test fixtures documentation
src/js/views/patients/widgets/README.md Updated GitHub URL for widgets file reference
src/js/i18n/README.md Updated GitHub URL for i18n directory reference
src/js/datadog.js Changed Datadog service identifier from 'care-ops-frontend' to 'app-frontend'
src/js/README.md Updated GitHub URL for vite config reference
release/release.js Updated git repository URL constant
package.json Changed package name and repository URL
composer.json Changed package name
README.md Updated CircleCI and Coveralls badge URLs

@coderabbitai
Copy link

coderabbitai bot commented Jan 27, 2026

📝 Walkthrough

Walkthrough

This change renames the project from "care-ops-frontend" to "app-frontend" across package metadata, release scripts, documentation, and service configuration. Updates are applied to composer.json, package.json, release automation, Datadog initialization, and all relevant documentation references.

Changes

Cohort / File(s) Summary
Package & Manifest Files
composer.json, package.json
Package name updated from care-ops-frontend / roundingwell/care-ops-frontend to app-frontend / roundingwell/app-frontend; repository URL in package.json updated to reference app-frontend.git
Runtime & Configuration
release/release.js, src/js/datadog.js
Release script REPO_NAME updated to app-frontend.git; Datadog service name changed from care-ops-frontend to app-frontend for logs and RUM initialization
Documentation
README.md, src/js/README.md, src/js/i18n/README.md, src/js/views/patients/widgets/README.md, test/README.md
Repository references and asset paths updated from care-ops-frontend to app-frontend in all documentation files and hyperlinks

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Poem

🐰 The frontend has a brand new name,
From care-ops we hop to app-fame!
Through configs and docs we rename with glee,
app-frontend now for all to see! 🚀

🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Track repository rename' clearly and specifically describes the main change—updating references throughout the codebase from 'care-ops-frontend' to 'app-frontend' following a repository rename.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings

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

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@src/js/README.md`:
- Line 47: Replace the bare URL on the README line that currently reads "The
aliases can be found here:
https://github.com/RoundingWell/app-frontend/blob/develop/vite.config.js" with a
markdown link to satisfy MD034; update the text to something like "The aliases
can be found here:
[vite.config.js](https://github.com/RoundingWell/app-frontend/blob/develop/vite.config.js)".
Ensure the literal URL string
"https://github.com/RoundingWell/app-frontend/blob/develop/vite.config.js" is
wrapped in markdown link syntax in src/js/README.md.


Rather than needing to import files relatively, by resource asset directories are aliased with vite.
The aliases can be found here: https://github.com/RoundingWell/care-ops-frontend/blob/develop/vite.config.js
The aliases can be found here: https://github.com/RoundingWell/app-frontend/blob/develop/vite.config.js
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Replace the bare URL with a markdown link (lint).
Line 47 trips MD034 (no-bare-urls). Please wrap the URL in markdown link syntax.

Proposed fix
-The aliases can be found here: https://github.com/RoundingWell/app-frontend/blob/develop/vite.config.js
+The aliases can be found here: [vite.config.js](https://github.com/RoundingWell/app-frontend/blob/develop/vite.config.js)
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
The aliases can be found here: https://github.com/RoundingWell/app-frontend/blob/develop/vite.config.js
The aliases can be found here: [vite.config.js](https://github.com/RoundingWell/app-frontend/blob/develop/vite.config.js)
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)

47-47: Bare URL used

(MD034, no-bare-urls)

🤖 Prompt for AI Agents
In `@src/js/README.md` at line 47, Replace the bare URL on the README line that
currently reads "The aliases can be found here:
https://github.com/RoundingWell/app-frontend/blob/develop/vite.config.js" with a
markdown link to satisfy MD034; update the text to something like "The aliases
can be found here:
[vite.config.js](https://github.com/RoundingWell/app-frontend/blob/develop/vite.config.js)".
Ensure the literal URL string
"https://github.com/RoundingWell/app-frontend/blob/develop/vite.config.js" is
wrapped in markdown link syntax in src/js/README.md.

@paulfalgout paulfalgout merged commit 7e59ebc into develop Jan 27, 2026
6 checks passed
@paulfalgout paulfalgout deleted the chore/rename-repo branch January 27, 2026 17:39
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.

2 participants