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/nixos-homepage
base: 0f8ab4588533
Choose a base ref
...
head repository: NixOS/nixos-homepage
compare: 688b0e475325
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 3, 2020

  1. index search: Let the packages search handle the channel name

    First of all, there is a bug in that `latest-nixos-series` has never
    been added to the body, so it ends up using the
    `channel=nixos-undefined` parameter.
    
    Then, the packages search *already* knows what to do when no channel is
    given, let's reduce complexity and simply send a query.
    samueldr committed Jun 3, 2020
    Copy the full SHA
    3e9fd6c View commit details
    Browse the repository at this point in the history
  2. index search: Choose on class name

    Choosing on the text node of an element is a fool's errand. By using a
    class here we are free to reword the options without breaking the
    functionality.
    samueldr committed Jun 3, 2020
    Copy the full SHA
    65bddf7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #437 from samueldr/fix/index-search-bug

    Fix bugs related to search on the index page
    garbas committed Jun 3, 2020
    1
    Copy the full SHA
    688b0e4 View commit details
    Browse the repository at this point in the history