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: codebytes/dev-containers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: aspire-updates
Choose a base ref
...
head repository: codebytes/dev-containers
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.
  • 6 commits
  • 25 files changed
  • 1 contributor

Commits on Aug 9, 2025

  1. Merge pull request #10 from codebytes/aspire-updates

    Add initial .NET Aspire solution with AppHost and Web projects
    codebytes authored Aug 9, 2025
    Configuration menu
    Copy the full SHA
    56b6621 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

  1. Add initial Flask application with static HTML

    - Created a new Flask application in app.py that serves a static HTML file.
    - Added a launch configuration for debugging the Flask app in VS Code.
    - Included a requirements.txt file to specify Flask as a dependency.
    - Added .gitignore and .gitattributes files for better version control management.
    - Created a static HTML file (index.html) to be served by the Flask application.
    codebytes committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    1fc92e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfdeced View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e990d9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61d98ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6684558 View commit details
    Browse the repository at this point in the history
Loading