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: 2b4658b6eaee
Choose a base ref
...
head repository: NixOS/hydra
compare: c85bf668e686
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 19, 2019

  1. hydra-server: set a limit on builds and buildoutputs search

    This patch adds a limit statement for Postgresql queries on `builds`
    and `buildsoutputs` tables.
    nlewo committed Jun 19, 2019
    Copy the full SHA
    cb1fce2 View commit details
    Browse the repository at this point in the history
  2. hydra-server: add limit parameter to the search path

    This allows a client to set a limit to the search results it wants to
    get:
    
        http://hydra.nixos.org/search?query=emacs&limit=1
    
    This returns only 1 results (while the default is 500).
    nlewo committed Jun 19, 2019
    Copy the full SHA
    d1e590a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #656 from nlewo/search-limit-param

    hydra-server: add limit parameter on search path
    edolstra committed Jun 19, 2019
    Copy the full SHA
    c85bf66 View commit details
    Browse the repository at this point in the history