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: gitpod-io/gitpod
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: gitpod-io/gitpod
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: refactor-codebase
Choose a head ref
  • 3 commits
  • 27 files changed
  • 2 contributors

Commits on Jul 15, 2025

  1. feat: initial Rust project structure and installer refactor

    - Add Cargo.toml workspace configuration
    - Implement core Rust modules: common, components
    - Refactor installer from Go to Rust with full CLI functionality
    - Add comprehensive test suite for all components
    - All tests passing (9/9)
    
    Co-authored-by: ona-agent <noreply@ona.com>
    
    Co-authored-by: Ona <no-reply@ona.com>
    filiptronicek and ona-agent committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    c07fb35 View commit details
    Browse the repository at this point in the history
  2. feat: add Rust server component with REST API

    - Implement HTTP server using Axum framework
    - Add PostgreSQL database integration with SQLx
    - Create workspace management endpoints
    - Add authentication middleware
    - Include database migrations
    - Full CRUD operations for workspaces
    
    Co-authored-by: ona-agent <noreply@ona.com>
    
    Co-authored-by: Ona <no-reply@ona.com>
    filiptronicek and ona-agent committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    a6cfad0 View commit details
    Browse the repository at this point in the history
  3. docs: add comprehensive Rust refactor documentation

    - Document completed components and architecture
    - Include testing results (9/9 tests passing)
    - Provide usage examples and next steps
    - Clean up build artifacts
    
    Co-authored-by: ona-agent <noreply@ona.com>
    
    Co-authored-by: Ona <no-reply@ona.com>
    filiptronicek and ona-agent committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    c8295f9 View commit details
    Browse the repository at this point in the history
Loading