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: NixOS/hydra
base: f32a2a48d7e3
Choose a base ref
...
head repository: NixOS/hydra
compare: 41d70395e49b
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on May 11, 2020

  1. Add hydra OpenAPI description (#750)

    * Add swagger config
    
    * Add hydra api info to the README
    
    * hydra.yaml: added some more descriptions
    
    * Add /login
    
    * Add 404/403 responses
    
    * hydra.yaml -> hydra-api.yaml
    
    * Address PR comments
    
    - drop releases/releasename
    - document dependency
    - document defaultpath
    
    * Fix syntax
    
    * Add project creation
    
    Add `PUT /project/{id}`
    
    * Add /search
    
    * Add "/api/jobsets" endpoint
    
    * Add /api/push endpoint
    
    * Add jobset PUT definition
    
    * Add eval endpoint
    
    * Remove duplicated key
    
    * Fix typo
    
    * Fix structural errors
    
    * fix another error
    
    * Link to hydra-api.yaml from master
    
    * Add openapi yaml validation step to CI
    gilligan committed May 11, 2020
    Copy the full SHA
    41d7039 View commit details
    Browse the repository at this point in the history