-
-
Notifications
You must be signed in to change notification settings - Fork 316
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0721f6623ffb
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: NixOS/hydra
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 215ca5da9ce9
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 2 files changed
- 2 contributors
Commits on Oct 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for dd1e4a9 - Browse repository at this point
Copy the full SHA dd1e4a9View commit details
Commits on Nov 1, 2018
-
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": [] } ```
Configuration menu - View commit details
-
Copy full SHA for 0d2a2d8 - Browse repository at this point
Copy the full SHA 0d2a2d8View commit details
Commits on Mar 18, 2019
-
Merge pull request #607 from nlewo/json-search
Add JSON search API endpoint
Configuration menu - View commit details
-
Copy full SHA for 215ca5d - Browse repository at this point
Copy the full SHA 215ca5dView commit details
There are no files selected for viewing