Search for derivations #215
Labels
No labels
automation
backend
bug
contributor experience
data
deployment
documentation
duplicate
good first issue
help wanted
nice to have
notifications
package maintainer
performance
skin
tech debt
user story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-community/nix-security-tracker#215
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As a user of the security tracker, I want to be able to search for particular derivations.
Acceptance criteria
Given I have an attribute path for a package in Nixpkgs,
When I enter that string into a dialog,
Then details and further interaction options for packages matching that search term are displayed.
Implementation notes
<li> ... </li>
on each character (debounced on the frontend)Naive question: can't we just reuse search.nixos.org in one way or another (including updating the latter if needed to expose some kind of API)? I remember when Rok and other people implemented search.nixos.org, I think it's not trivial to do efficiently; duplicating this work on the sec tracker would be a bit sad.
That website uses an externally donated Elastic Search instance I believe.
Plus it doesn't fit the needs for the queries used in this project.
So it's a matter of choosing whether to redeploy ELK, reuse PGSQL native
FTS engine or something else.
Le lun. 5 mai 2025, 14:55, Yann Hamdaoui @.***> a
écrit :