Skip to content

Migrate to NextJS static page app - #2

Merged
jimbethancourt merged 2 commits into
mainfrom
migrate-to-nextjs
Sep 17, 2026
Merged

jimbethancourt merged 2 commits into
mainfrom
migrate-to-nextjs

Conversation

@jimbethancourt

Copy link
Copy Markdown
Contributor

Migrate to NextJS static page app

@coderabbitai

coderabbitai Bot commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Too many files!

This PR contains 116 files, which is 16 over the limit of 100.

To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch.

Upgrade to a paid plan to raise the limit.

This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: ea942339-8246-44c7-b7de-5609bf3e5b26

📥 Commits

Reviewing files that changed from the base of the PR and between 1fbda6d and 932563c.

⛔ Files ignored due to path filters (4)
  • bun.lock is excluded by !**/*.lock
  • public/assets/logo.png is excluded by !**/*.png
  • public/widgets/vizdom_ts.min.js is excluded by !**/*.min.js
  • public/widgets/vizdom_ts_bg.wasm is excluded by !**/*.wasm
📒 Files selected for processing (116)
  • .eslintrc.json
  • .github/workflows/deploy-repositories-fast.yml
  • .github/workflows/redeploy.yml
  • .github/workflows/static.yml
  • .github/workflows/test.yml
  • .gitignore
  • .gitlab-ci.yml
  • AGENTS.md
  • README.md
  • app/[username]/[repository]/[branch]/page.jsx
  • app/[username]/[repository]/error.jsx
  • app/[username]/[repository]/page.jsx
  • app/[username]/error.jsx
  • app/[username]/page.jsx
  • app/about/page.jsx
  • app/add-repo/page.jsx
  • app/api/page.jsx
  • app/documentation/page.jsx
  • app/error.jsx
  • app/examples/page.jsx
  • app/faq/page.jsx
  • app/feedback/page.jsx
  • app/getting-started/page.jsx
  • app/globals.css
  • app/layout.jsx
  • app/not-found.jsx
  • app/page.jsx
  • app/privacy-policy/page.jsx
  • app/terms-of-service/page.jsx
  • assets/refactor-first-report.mustache
  • bitbucket-pipelines.yml
  • bun.config.js
  • components/error-boundary-view.jsx
  • components/hero-search.jsx
  • components/landing.jsx
  • components/menu-search.jsx
  • components/menu-toggle.jsx
  • components/platform-config.jsx
  • components/repo-list.jsx
  • components/repo-submission-form.jsx
  • components/report-view.jsx
  • components/search-combobox.jsx
  • components/sentry-provider.jsx
  • components/site-footer.jsx
  • components/site-header.jsx
  • components/workflow-sample.jsx
  • lib/base-path.js
  • lib/cache-manager.js
  • lib/error-handler.js
  • lib/fetcher.js
  • lib/host.js
  • lib/rate-limiter.js
  • lib/renderer.js
  • lib/repo-submission.js
  • lib/report-view.js
  • lib/repositories.js
  • lib/routes.js
  • lib/search.js
  • lib/static-params.js
  • lib/utils.js
  • lib/widget-loader.js
  • next.config.mjs
  • package.json
  • plans/nextjs-conversion.md
  • playwright.basepath.config.js
  • playwright.config.js
  • public/assets/refactor-first-report.mustache
  • public/repositories.txt
  • public/templates/workflow-sample-bitbucket.html
  • public/templates/workflow-sample-github.html
  • public/templates/workflow-sample-gitlab.html
  • public/widgets/sentry-bridge.js
  • public/widgets/three-spritetext-bridge.js
  • public/widgets/vizdom-bridge.js
  • scripts/fix-csp-hashes.mjs
  • scripts/serve-out.py
  • scripts/sync-repositories.mjs
  • tests/e2e/basepath.spec.js
  • tests/e2e/mobile-responsiveness.spec.js
  • tests/e2e/performance.spec.js
  • tests/e2e/static-export-parity.spec.js
  • tests/e2e/user-journeys.spec.js
  • tests/integration/app-routes.test.jsx
  • tests/integration/app-shell.test.jsx
  • tests/integration/error-boundary.test.jsx
  • tests/integration/landing-page.test.jsx
  • tests/integration/not-found.test.jsx
  • tests/integration/report-view-abort.test.jsx
  • tests/integration/report-view.test.jsx
  • tests/integration/rtl.js
  • tests/integration/search-components.test.jsx
  • tests/integration/sentry-provider.test.jsx
  • tests/integration/spike-button.test.jsx
  • tests/integration/static-pages.test.jsx
  • tests/integration/submission-form.test.jsx
  • tests/integration/user-listing.test.jsx
  • tests/integration/widget-loader-window.test.js
  • tests/integration/workflow-sample.test.jsx
  • tests/unit/cache-manager.test.js
  • tests/unit/error-handler.test.js
  • tests/unit/fetcher-fallback.test.js
  • tests/unit/fetcher.test.js
  • tests/unit/host.test.js
  • tests/unit/rate-limiter.test.js
  • tests/unit/renderer.test.js
  • tests/unit/repo-submission.test.js
  • tests/unit/report-template.test.js
  • tests/unit/report-view.test.js
  • tests/unit/repositories.test.js
  • tests/unit/router.test.js
  • tests/unit/routes.test.js
  • tests/unit/search.test.js
  • tests/unit/static-params.test.js
  • tests/unit/utils.test.js
  • tests/unit/widget-loader.test.js
  • tests/unit/zz-style-check.test.js

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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.

@jimbethancourt
jimbethancourt merged commit 8a4ac6e into main Sep 17, 2026
6 checks passed
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