Commit Graph

31 Commits

Author SHA1 Message Date
Christoph Reiter
1178edde11 Sort repos by priority and not by name
Use the order of the repos in the config as the order for everything else.
selection inputs, package groupes etc
2024-09-15 15:42:14 +02:00
Christoph Reiter
461f08c905 package removals: show more context
add links, and show the dependency type
2024-07-23 09:33:11 +02:00
Christoph Reiter
505dfeec0a queue: make the tooltip content a bit more compact
it's quite hard to read on mobile otherwise
2023-11-02 17:48:59 +01:00
Christoph Reiter
19d9b01421 Move the request update button to the footer
It affects multiple pages and not just the queue. Hopefully less confusing.
2023-07-04 08:59:34 +02:00
Christoph Reiter
d006089bdd queue: filter on build types instead of repos
previously the src build types were merged with the repos
they were connected with, so msys-src with msys etc.

Usually when filtering for "mingw64" one doesn't want to know the
build status of "mingw-src", so skip all that and just leak the
build types to the frontend as is.
2023-05-06 11:53:17 +02:00
Christoph Reiter
37550241be wording 2023-04-11 20:09:27 +02:00
Christoph Reiter
eeac72400b queue: show active cycles 2023-01-20 09:57:12 +01:00
Christoph Reiter
6a1303be83 Partly revert 9c609e66d4
we still want to link to the base package in the queue if possible
2023-01-06 09:19:32 +01:00
Christoph Reiter
9c609e66d4 queue: don't use the srcpkg to display information
Instead just use the srcinfo and the packages. In case a package moves between bases
it would look up the old srcpkg and display outdated names.

This is a leftover from when we had no srcinfo data.
2023-01-05 19:24:05 +01:00
Christoph Reiter
e5cbc94eef Switch to new autobuild-controller instance 2022-12-27 23:01:20 +01:00
Naveen M K
edc4aa02b4 Fix a typo 2022-09-11 18:12:22 +02:00
Christoph Reiter
9c4b3df297 queue: link to the new autobuild controller 2022-08-20 10:38:16 +02:00
Christoph Reiter
280cd915c6 queue: add a refresh button 2022-08-20 10:29:34 +02:00
Christoph Reiter
87c1d49ee7 queue: link to the arm builder as well 2022-05-07 10:54:43 +02:00
Christoph Reiter
cd73104ed3 queue: when a package is new link to the existing matching pkgbase
We fell back to the github source before, but it's confusing that different
entries link to different things depending on their state.
2022-01-15 18:39:11 +01:00
Christoph Reiter
5913b1f98b Don't mark packages for removal if they still have rdeps
Not perfect, but a start
2022-01-06 16:10:23 +01:00
Christoph Reiter
607f9c128a queue: submit form on change
gets rid of the button click
2021-05-14 09:40:42 +02:00
Christoph Reiter
9d0227606e queue: add option to filter by repository 2021-05-14 08:30:00 +02:00
Christoph Reiter
1249d2b27b Show links to all failed build logs
And not just the first one
2021-05-01 19:30:57 +02:00
Christoph Reiter
331cda1534 Support multiple URLs for the build status 2021-05-01 16:19:10 +02:00
Christoph Reiter
116452afcb Link the workflow directly instead 2021-03-13 17:18:48 +01:00
Christoph Reiter
96880617db Reference the staging repo under /queue 2021-03-04 19:27:06 +01:00
Christoph Reiter
118c663b3e Remove one breakpoint; allow line breaks in versions 2021-02-06 10:53:28 +01:00
Christoph Reiter
fbdb4249f5 Various small layout changes
smaller font size;
show less detailed date times by default;
redirect the index to the queue;
add a category for pacakge states so they can be differently styled;
2021-02-06 08:54:14 +01:00
Christoph Reiter
b05f32ca94 Some restructuring, rewording 2021-01-23 10:47:36 +01:00
Christoph Reiter
5634f178e5 Merge the package removals in the update queue
And add an API for it as well
2021-01-23 10:16:38 +01:00
Christoph Reiter
3155a68695 Keep expectations in check for when packages will end up in the repo 2021-01-22 21:06:18 +01:00
Christoph Reiter
00ec82e7a2 queue: add a build status column 2021-01-22 19:52:15 +01:00
Christoph Reiter
be7e9eac67 Merge /new back into /queue 2021-01-17 12:56:07 +01:00
Christoph Reiter
41210d8f37 Port to FastAPI 2020-05-26 09:05:50 +02:00
Christoph Reiter
bf01b34838 Move Python app into its own directory 2020-05-24 09:09:49 +02:00