Commit graph

7 commits

Author SHA1 Message Date
Théo Lebrun
acf60d4136 query/web/api: support getting latest-rc
We support URLs like "/linux/latest/source" that redirect to the latest
tagged version. But this excludes release candidates. Add a "latest-rc"
that takes RCs into account.

Requested by Luca.

Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
2026-03-27 10:57:28 +01:00
Franciszek Stachura
6a071ff590 utils/speedtest: Make compatible with code changes 2025-03-07 16:16:34 +01:00
Franciszek Stachura
76b7a8a659 Remove query.default_query and all related references
* Pass process env vars to script.sh ran from Query
2024-02-07 10:31:58 +01:00
Ziyue Pan
a627571baf Style: fix redundant parentheses and typos 2023-03-23 09:54:14 +01:00
Chris White
5e7cab18ca Added/updated copyright notices; whitespace fixes
No functional changes
2020-05-23 15:14:21 -04:00
Maxime Chretien
fbe9fa0e72 tests: Add support for file families
And fix a problem in a test where an ident where wrongly identified by
ctags. It is fixed in the new ctags version.

Signed-off-by: Maxime Chretien <maxime.chretien@bootlin.com>
2020-05-22 10:29:24 +02:00
Maxime Chretien
7e6f88c26e Add database performance test script
This solves issue https://github.com/bootlin/elixir/issues/109

This script can be used with every project and with any number of
versions, files or identifiers.

Signed-off-by: Maxime Chretien <maxime.chretien@bootlin.com>
2020-04-23 13:27:23 +02:00