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: massdriver-cloud/mass
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.14.2
Choose a base ref
...
head repository: massdriver-cloud/mass
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.14.3
Choose a head ref
  • 2 commits
  • 225 files changed
  • 3 contributors

Commits on Mar 17, 2026

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

Commits on Mar 18, 2026

  1. Add deployment info to mass pkg get (#223)

    * Add deployment info to mass pkg get
    
    User prompts:
    - "update mass pkg get's query to fetch this additional detail. in the mass pkg get standard output just show the latest/active deployment id / status / version / created at."
    
    Changes:
    - Add latestDeployment, activeDeployment, deployedVersion to getPackage GraphQL query
    - Add PackageDeployment struct and new fields to Package model
    - Update package.get.md.tmpl to display deployment info in text output
    - Nil-out empty deployments from mapstructure decoding
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    
    * Address PR review comments for deployment info
    
    User prompts:
    - "This pr needs to have main pulled and then merged in, it refactored everything into an internal dir ... also, address the PR comments."
    - "push the pr and give me the link again"
    
    Changes:
    - Make DeployedVersion a *string to handle nullable GraphQL field
    - Add nil-out logic in toPackage for empty DeployedVersion pointer
    - Fix UTC timestamp formatting in template (call .UTC before .Format)
    - Add deref template function for *string rendering
    - Add genqlient @pointer directive for deployedVersion field
    - Add tests for nil and present deployment decode paths
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    
    ---------
    
    Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    coryodaniel and claude authored Mar 18, 2026
    Configuration menu
    Copy the full SHA
    c61727f View commit details
    Browse the repository at this point in the history
Loading