Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mongodb-developer/mern-stack-example
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: Jesse
Choose a base ref
...
head repository: mongodb-developer/mern-stack-example
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 26 files changed
  • 5 contributors

Commits on Feb 10, 2024

  1. Merge pull request #34 from mongodb-developer/Jesse

    update to vite and other modern techniques
    codeSTACKr authored Feb 10, 2024
    Configuration menu
    Copy the full SHA
    603144e View commit details
    Browse the repository at this point in the history
  2. update logo link

    codeSTACKr committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    3d0e657 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. Configuration menu
    Copy the full SHA
    fad2b73 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. Merge pull request #50 from cyx2/add-appname

    Add appName value for this sample repo
    sis0k0 authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    75e6efe View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2026

  1. Update appName

    sis0k0 committed Apr 23, 2026
    Configuration menu
    Copy the full SHA
    e9558ff View commit details
    Browse the repository at this point in the history

Commits on May 18, 2026

  1. Configuration menu
    Copy the full SHA
    b7bb7e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef235ae View commit details
    Browse the repository at this point in the history
  3. Add Agent helper files

    sis0k0 committed May 18, 2026
    Configuration menu
    Copy the full SHA
    732374b View commit details
    Browse the repository at this point in the history
  4. Fix CI workflow

    sis0k0 committed May 18, 2026
    Configuration menu
    Copy the full SHA
    01b0c40 View commit details
    Browse the repository at this point in the history
  5. Address PR review comments

    sis0k0 committed May 18, 2026
    Configuration menu
    Copy the full SHA
    758e65e View commit details
    Browse the repository at this point in the history
  6. Set up devcontainer

    sis0k0 committed May 18, 2026
    Configuration menu
    Copy the full SHA
    7e5b33e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb44a58 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2026

  1. Apply suggestions from code review

    Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
    sis0k0 and Copilot authored May 19, 2026
    Configuration menu
    Copy the full SHA
    fc3f108 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2026

  1. Merge pull request #51 from mongodb-developer/update-lf

    Update project metadata and CI workflow
    sis0k0 authored May 27, 2026
    Configuration menu
    Copy the full SHA
    75a3989 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb3878f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74da5a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df33b74 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    faeced5 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2026

  1. Configuration menu
    Copy the full SHA
    4744a8b View commit details
    Browse the repository at this point in the history
  2. fix: devcontainer seed timing, port conflict, and Codespaces mixed co…

    …ntent
    
    - Wait for Atlas Local replica set primary election (isWritablePrimary)
      instead of ping before seeding; up to 60 retries × 2s
    - Remove duplicate server/client start from startup.sh — postAttachCommand
      already handles those, double-start caused port 5050 conflict
    - Add Vite proxy for /record → http://localhost:5050 so browser fetches
      go same-origin (fixes HTTPS mixed-content blocking in Codespaces)
    - Replace all hardcoded http://localhost:5050/record URLs in React
      components with relative /record paths
    sis0k0 committed May 28, 2026
    Configuration menu
    Copy the full SHA
    b873121 View commit details
    Browse the repository at this point in the history
Loading