| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Some 'Repology' links on p.g.o point to "unkown projects". For example
on https://packages.gentoo.org/packages/games-simulation/EmptyEpsilon
the 'Repology' link points to
https://repology.org/project/EmptyEpsilon, however the Repology name
is emptyepsilon.
The Repology developer thankfully pointed me to
https://repology.org/tools/project-by?repo=gentoo&name_type=srcname&target_page=project_versions,
which allows us to link from p.g.o using the Gentoo package
coordinates. This has two advantages
1) It is robust and functional in the case described above
2) It supports packages with the same name (but different categories)
Hence, this changes the 'Repology' link to use Gentoo package
coordinates.
Closes: https://bugs.gentoo.org/845009
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Closes: https://github.com/gentoo/soko/pull/6
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
|
|
|
| |
From: https://github.com/gentoo/soko/pull/9/files
Thanks to Kangie for the fix.
Signed-off-by: Alec Warner <antarus@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously if "modified" was 19701 files, we would loop 19701 times, but
only emit 100 lines; the other loop iterations were not doing anything.
Now we break early once we hit the limit (50 or 100, depending.)
it does not solve the underlying problem (of text/template just emitting
loads of undesired whitespace) but it quickly solves *this* problem..I
think (of the changelog being 20MB.)
Signed-off-by: Alec Warner <antarus@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
Previously for changelogs with large changes in them like commit
38b155fa1bf907617067c98eb4ba3a5d0790eb1a, we would emit thousands of
newlines in the response.
Hopefully, this change (tested in golang playground) will result in
better performance and make our CDN happy.
Signed-off-by: Alec Warner <antarus@gentoo.org>
|
|
|
|
| |
Signed-off-by: Alec Warner <antarus@gentoo.org>
|
|
|
|
| |
Signed-off-by: Alice Ferrazzi <alicef@gentoo.org>
|
|
|
|
| |
Signed-off-by: Alec Warner <antarus@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
Currently the user preferences are kind of broken as we
cache requests and the cookies used for the user preferences
are not handled correctly. Let's hide the user preferences
button until we fix this issues.
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
| |
Signed-off-by: Alec Warner <antarus@gentoo.org>
|
|
|
|
|
|
|
| |
Whissi pointed out that when you search for a term and no results
are printed, it means we never say 'no results found'.
Signed-off-by: Alec Warner <antarus@gentoo.org>
|
|
|
|
|
|
| |
Thanks to ConiKost for pointing this out
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
| |
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
|
|
| |
Thanks to sam for pointing this out
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
| |
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
| |
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
| |
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
| |
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
Different customization options have been added, so
that it's possible to change the contents of the web
page to the visitors needs.
Cookies are currently used to store the preferences.
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
|
|
|
|
| |
So far bugs have only been mapped to packages.
Now, the version identifier is used to map bugs
to package versions as well.
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
| |
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
| |
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
|
|
| |
Thanks to mgorny for the suggestion
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
| |
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
| |
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
|
|
| |
Thanks to veremitz for this contribution
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
|
|
|
|
| |
Thanks to Alexey for the suggestion
Closes: https://bugs.gentoo.org/744175
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
|
|
|
|
| |
Thanks to sam and mgorny for the suggestion
Closes: https://bugs.gentoo.org/742344
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
Thanks to mgorny for the suggestions regarding the CI results
links
Closes: https://bugs.gentoo.org/742338
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/742338
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/742338
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
| |
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
|
|
|
| |
Documentation, Bugs-To and Changelog links will be
parsed and displayed as well now, if they are present.
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
|
|
|
|
| |
Thanks to sbraz for the suggestion.
Closes: https://bugs.gentoo.org/657018
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
|
|
| |
Thanks to sbraz for pointing this out
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
| |
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
| |
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
|
|
| |
Thanks to jstein for the suggestion
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
| |
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
|
|
| |
Thanks to ConiKost for the hint
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In former times the maintainer metadata included a
mailto link including the email address of the
maintainer. This link has recently been replaced
by a link to the overview page of the maintainer.
Now a small envelope icon has been added additional
to the existing link to the maintainer overview page.
The envelope icon contains a mailto link as in former
times.
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
| |
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
| |
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
|
|
| |
Thanks to juippis and sam_ for pointing this out.
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
| |
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
|
|
| |
Thanks to whissi for the suggestion
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
The repology data might not be up to date. That's
why we check whether the newest upstream version
according to repology is available in the gentoo
tree before showing a warning now.
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
|
|
| |
Thanks to dilfridge for pointing this out
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
|
|
| |
Thanks to veremitz for the suggestion
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
|
|
|
|
| |
So far pull requests were displayed multiple times on
the maintianer page if they affected more than one package.
This has been fixed in this commit.
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|
|
|
|
| |
Signed-off-by: Max Magorsch <arzano@gentoo.org>
|