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: 0721f6623ffb
Choose a base ref
...
head repository: NixOS/hydra
compare: 215ca5da9ce9
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 31, 2018

  1. Copy the full SHA
    dd1e4a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. Add json output for the search API endpoint

    This commit also add a test of this feature.
    
    Note the search JSON output doesn't contain any jobs because they can
    not be exported to JSON yet.
    
    The JSON output on a search query matching a build looks like:
    
    ```
    {
      "builds": [
        {
          "buildoutputs": {
            "out": {
              "path": "/nix/store/wdag3pznrvqk01byk989irg7rq3q2a2c-job"
            }
          },
          "finished": 0,
          "releasename": null,
          "starttime": null,
          "project": "sample",
          "buildproducts": {},
          "timestamp": 1541007629,
          "buildstatus": null,
          "nixname": "job",
          "drvpath": "/nix/store/n9zqndn7j7nyr6gg3bmxvw26cfmdwv2n-job.drv",
          "job": "job",
          "id": 1,
          "stoptime": null,
          "priority": 100,
          "system": "x86_64-linux",
          "jobsetevals": [
            1
          ],
          "jobset": "default",
          "buildmetrics": {}
        }
      ],
      "projects": [],
      "jobsets": [],
      "buildsdrv": []
    }
    ```
    nlewo committed Nov 1, 2018
    Copy the full SHA
    0d2a2d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Merge pull request #607 from nlewo/json-search

    Add JSON search API endpoint
    grahamc committed Mar 18, 2019
    Copy the full SHA
    215ca5d View commit details
    Browse the repository at this point in the history