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: vitrixLab/AIOpsLab
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: VitrixLab-Internship-Initiative-Program/AIOpsLab
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.
  • 18 commits
  • 9 files changed
  • 2 contributors

Commits on Jan 15, 2026

  1. Create BASIC INFRA REQS.md

    # PR: SC-MVP-01 Cluster Setup — Basic Infra Reqs
    
    ## Branch
    `sc-mvp/cluster-setup`
    
    ## Commit Message
    Add BASIC INFRA REQS.md + lightweight logging
    
    ## Snippet / ETL-Friendly Description
    - SC-MVP-01: Provision k3/kind cluster, 1 control-plane + 1 worker node
    - Namespace `sc-mvp-test` for app deployment
    - Capture stdout/stderr logs in **CSV/JSON** for SQLite ETL
    - Record timestamps, pod status, and resource usage
    - Optional cleanup: delete cluster on failure
    - Documentation includes `kind-config.yaml` and reproducibility steps
    - SHA256 (Original Artifact): `<SHA256-ORIGINAL-PLACEHOLDER>`  <!-- Replace with local artifact hash -->
    - SHA256 (Microsoft Official): `<SHA256-MICROSOFT-PLACEHOLDER>`  <!-- Replace with official upstream hash -->
    
    ## Commit Email
    vitrixlabph@gmail.com
    vitrixLab authored Jan 15, 2026
    Configuration menu
    Copy the full SHA
    ecc8631 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2026

  1. Create HOTEL RESERVATION APP MICROSERVICE ARCHITECTURE.md

    ## SC-MVP-02: Checkpoint Definition — App Deployment & Rollout Verification
    
    ### Branch
    `sc-mvp/app-deploy`
    
    ### Commit Message
    Define app deployment checkpoint with idempotent rollout verification
    
    ### Snippet
    
    **SC-MVP-02: Deploy Hotel Reservation App**
    
    - Deploy **hotel reservation app** into `sc-mvp-test` namespace
    - Ensure **idempotent deployment** (safe re-apply with no side effects)
    - Use declarative manifests (Deployment, Service, optional Ingress)
    - Verify successful rollout via:
      - `kubectl rollout status`
      - Pod readiness & availability checks
      - Service endpoint accessibility
    - Capture deployment metadata:
      - Timestamps (apply/start/ready)
      - Pod status & restart count
      - Image digest / tag used
    - Log stdout/stderr and rollout results in **CSV/JSON** (SQLite-ready ETL)
    - Failure handling:
      - Automatic rollback or explicit failure state
      - Preserve logs and cluster state for audit
    - Documentation includes:
      - Deployment manifests
      - Rollout verification steps
      - Re-run / idempotency validation notes
    
    ### Artifact Integrity
    
    - **SHA256 (Original Artifact):** `<SHA256-CONTRI-PLACEHOLDER>`
    - **SHA256 (Microsoft Official):** `<SHA256-MICROSOFT-PLACEHOLDER>`
    
    ### Commit Email
    `vitrixlabph@gmail.com`
    vitrixLab authored Jan 16, 2026
    Configuration menu
    Copy the full SHA
    bc63f33 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from vitrixLab/sc-mvp/app-deploy

    Create HOTEL RESERVATION APP MICROSERVICE ARCHITECTURE.md
    vitrixLab authored Jan 16, 2026
    Configuration menu
    Copy the full SHA
    198ff2a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from vitrixLab/sc_mvp/cluster-setup

    Create BASIC INFRA REQS.md
    vitrixLab authored Jan 16, 2026
    Configuration menu
    Copy the full SHA
    2fd5077 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2026

  1. Create VitrixLab

    Add repository roles and permissions governance document
    
    This change introduces a clear, auditable definition of repository access roles to enforce least-privilege access and contributor governance.
    
    The document defines:
    - Read, Triage, and Write roles with explicit permissions
    - Usage guidance for each role
    - Governance principles for access control and auditability
    
    Purpose: ensure secure, compliant, and traceable access management aligned with AIOpsLab quality and safety standards.
    vitrixLab authored Jan 19, 2026
    Configuration menu
    Copy the full SHA
    4ff9bd7 View commit details
    Browse the repository at this point in the history
  2. Create README

    Add repository roles and permissions governance document
    
    This change introduces a clear, auditable definition of repository access roles to enforce least-privilege access and contributor governance.
    
    The document defines:
    - Read, Triage, and Write roles with explicit permissions
    - Usage guidance for each role
    - Governance principles for access control and auditability
    
    Purpose: ensure secure, compliant, and traceable access management aligned with AIOpsLab quality and safety standards.
    vitrixLab authored Jan 19, 2026
    Configuration menu
    Copy the full SHA
    e25806f View commit details
    Browse the repository at this point in the history
  3. Delete VitrixLab

    vitrixLab authored Jan 19, 2026
    Configuration menu
    Copy the full SHA
    8f61c1a View commit details
    Browse the repository at this point in the history
  4. Create README.md

    Add repository roles and permissions governance document
    
    This change introduces a clear, auditable definition of repository access roles to enforce least-privilege access and contributor governance.
    
    The document defines:
    - Read, Triage, and Write roles with explicit permissions
    - Usage guidance for each role
    - Governance principles for access control and auditability
    
    Purpose: ensure secure, compliant, and traceable access management aligned with AIOpsLab quality and safety standards.
    vitrixLab authored Jan 19, 2026
    Configuration menu
    Copy the full SHA
    67c75fd View commit details
    Browse the repository at this point in the history
  5. Create BASIC INFRA REQs.md

    vitrixLab authored Jan 19, 2026
    Configuration menu
    Copy the full SHA
    bccb010 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c7e655 View commit details
    Browse the repository at this point in the history
  7. Create LICENSE

    vitrixLab authored Jan 19, 2026
    Configuration menu
    Copy the full SHA
    40d6740 View commit details
    Browse the repository at this point in the history
  8. Update LICENSE

    vitrixLab authored Jan 19, 2026
    Configuration menu
    Copy the full SHA
    6942f4c View commit details
    Browse the repository at this point in the history
  9. Update LICENSE.txt

    vitrixLab authored Jan 19, 2026
    Configuration menu
    Copy the full SHA
    dd94d02 View commit details
    Browse the repository at this point in the history
  10. Update README.md

    LICENSE contributor VitrixLab, VitrixLab Internship Initiative Program 
    and Jason "Soo Ji" Dano | "Peper Cruz" Et.al
    vitrixLab authored Jan 19, 2026
    Configuration menu
    Copy the full SHA
    3ca2113 View commit details
    Browse the repository at this point in the history
  11. Update README.md

    adding License contributors: VitrixLab, VitrixLab Internship Initiative Program and Jason "Soo Ji" Dano | "Peper Cruz" Et.al
    vitrixLab authored Jan 19, 2026
    Configuration menu
    Copy the full SHA
    93daefb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    03e3bc9 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. Create LICENSE

    vitrixLab authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    c0e53b3 View commit details
    Browse the repository at this point in the history
  2. Update LICENSE

    vitrixLab authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    a8fe5ed View commit details
    Browse the repository at this point in the history
Loading