Commit graph

606 commits

Author SHA1 Message Date
478d21b358 tweak the tests to minimize changes 2026-04-29 12:47:55 -04:00
3810c573a9 make templates compatible for jinja 2.10 2026-04-29 12:47:55 -04:00
15a4cbcde8 safe behavior for get_promoted_build 2026-04-28 19:11:38 -04:00
c1246f8d01 new cg tests, draft_superceded test, getPromotedBuild call 2026-04-28 18:47:01 -04:00
47f4c64452 drop debug output in rpminfo page 2026-02-23 12:20:18 -05:00
f9c2e21c89 rpm v6 support 2026-02-23 12:18:44 -05:00
Avinash Singh
af978d0029 use non breaking spaces 2025-11-06 14:31:59 -05:00
Avinash Singh
54518b88a1 Fixes: https://pagure.io/koji/issue/4438 2025-11-06 14:31:59 -05:00
Avinash Singh
5b9950f15c add weblink to NVR build 2025-11-06 14:31:59 -05:00
23ada380fe web: add cg and draft filters for builds page 2025-11-06 14:26:37 -05:00
3f7f8edd53 show source files on srpm info page 2025-11-06 13:47:32 -05:00
c6e368200e html fixes 2025-06-12 13:24:12 +02:00
c04784cb14 fix malformed html element 2025-06-12 13:24:12 +02:00
e8b02860fb fix missing tr element 2025-06-12 13:24:12 +02:00
c8ae2835fa fix json handling in template 2025-06-12 13:24:12 +02:00
cc4d88e99e install svg file 2025-06-12 13:24:12 +02:00
52cc8b9d41 flake8 2025-06-12 13:24:12 +02:00
9163e476cb fix None display in query form 2025-06-12 13:24:12 +02:00
140aeacda0 port new templates to jinja 2025-06-12 13:24:12 +02:00
a2f9fbfd06 typo 2025-06-12 13:24:12 +02:00
357587a57c repo requests web ui
* new page for request details
* new page for querying requests
* add links in taginfo and taskinfo pages
* show more data in repoinfo page
2025-06-12 13:24:12 +02:00
132a734347 flake8 2025-05-07 14:07:04 +02:00
8bc1c1b466 fix bandit B704 2025-05-07 14:07:04 +02:00
96e7cc1634 minor output compatibility fixes
- suppress "None" in api page
- show yes/no for dist repo flag
2025-05-07 14:07:04 +02:00
5a6c6757df fix template install path 2025-05-07 14:07:04 +02:00
0fa58716cc move templates into subdir 2025-05-07 14:07:04 +02:00
4e407c7f1b fixes 2025-05-07 14:07:03 +02:00
0321b7128b Unit tests, fixes, and cleanup 2025-05-07 14:07:03 +02:00
402f319283 rename template files to .html.j2 2025-05-07 14:07:03 +02:00
dee1127ce8 Initial jinja2 porting work 2025-05-07 14:07:03 +02:00
f4328d5969 Fix tasks url creation
Related: https://pagure.io/koji/issue/4302
2025-03-21 15:04:03 +01:00
28b9ef7c64 avoid duplicate environ.get call 2025-02-25 11:10:45 -05:00
af18c59623 work around parse_qs behavior in python < 3.11 2025-02-24 12:17:24 -05:00
ef61ba620f www: fix for non-existent target_info
Related: https://pagure.io/koji/issue/4078
2024-10-31 10:50:40 -04:00
4eecaddb47 drop cgi import
Fixes https://pagure.io/koji/issue/3966
2024-10-29 22:08:58 -04:00
51f236dabd no hyperlink in title 2024-10-25 11:24:14 -04:00
6629adff0e use url quoting for rpm url arg 2024-09-30 10:46:29 -04:00
1fa0664452 fix tasks description 2024-09-30 10:46:29 -04:00
c948a85ad4 avoid escaping theme includes 2024-09-30 10:46:29 -04:00
05155bf9cf fix unit tests 2024-09-30 10:46:29 -04:00
b392fadf60 rework escaping in web ui 2024-09-30 10:46:26 -04:00
a3bf074d0d De-tabify .chtml files 2024-09-18 09:17:35 +02:00
3f0a596846 Reformat to 4-space indents throughout
watchlogs.js was a mess of mixed indentation, with some sections
using 8-column tabs with 4-column indents, and others using spaces
for indentation throughout. As a result, the formatting was
erratic, particularly when viewed with anything other than an 8-column
tab width.
2024-09-18 09:17:35 +02:00
Jana Cupova
3725053b33 taskinfo CLI and webUI info message why output is not in the list
Fixes: https://pagure.io/koji/issue/4074
2024-07-24 09:29:04 +02:00
Jana Cupova
9b27e267da Drop part of code related to host without update_ts
Fixes: https://pagure.io/koji/issue/4085
2024-05-06 11:23:26 +02:00
2af702b71c fix formatting of rpm in title 2024-03-19 10:53:24 +01:00
40db49a830 Show only active channels at clusterhealth
Related: https://pagure.io/koji/issue/4010
2024-02-21 15:33:43 +01:00
f41b8c70a7 Bandit [B411]: use defusedxml to prevent remote XML attacks
- putting xmlrpc stuff into koji.xmlrpcplus
- adding koji.xmlrpcplus.xmlrpc_server to refer
- replacing refs of original xmlrpc.client.dumps to enhanced
  koji.xmlrpcplus.dumps

fixes: #3964
2024-02-02 09:08:18 +01:00
f255881082 web: add some handy links for module builds 2024-02-02 09:03:47 +01:00
ce32f58b9a show promotion info in ui 2024-01-05 10:01:01 +00:00