msys2-web icon indicating copy to clipboard operation
msys2-web copied to clipboard

Online Repo Browser

Results 9 msys2-web issues
Sort by recently updated
recently updated
newest added

We currently have no keywords or masks for the packages, there is a graphql API but it has no pagination and times out if not just one package is queried:...

check if the server can handle it

enhancement

it's blocking requests. Affects everything in `fetch.py` basically.

when gunicorn times out it restarts the process which takes the site offline. Ideally this shouldn't happen.

A package can only be removed if nothing in the repo depends on it anymore. This also includes if it provides something and there is no real package with that...

The current search bar only searches by package name in either `Base Packages` or `Packages` meaning if I were to want to look up a `Fourth` compiler, I would need...

On the queue page, there is no real indication there is another list after the giant pending package updates list. [On discord](https://discord.com/channels/792780131906617355/794220101741838401/862601186849849352), @elieux suggested adding ids to the lists, but...

`max-height: 500px; overflow:auto` or something, so ling lists don't take over the whole page.

In the future we might want to start some build if anything in our responses changes, maybe with some debounce to avoid triggering it too much. * We currently already...