Commit Graph

50 Commits

Author SHA1 Message Date
1ce963795e fixed wrong color 2022-08-22 17:49:24 +02:00
2fd83dfcd4 matched background color of iframe for a more seamless integration 2022-08-22 17:46:26 +02:00
8cb15e8584 cleanup iframe styles 2022-08-22 16:11:56 +02:00
ec5eaadcc7 updated template to include iframe to build-server stats 2022-08-22 16:06:52 +02:00
ed2a42318e more follow-up fixes for new build-queue 2022-03-07 17:20:24 +01:00
99a2519ecb shrink debug-symbols column 2022-02-14 17:25:18 +01:00
312fe9ef40 fixed typo 2022-02-13 23:04:07 +01:00
c7ba7340a5 added debuginfod support 2022-02-13 22:33:57 +01:00
4bd831142f svn2git → Archlinux 2021-12-21 03:52:23 +01:00
6ec9e8c623 fixed margin being on the wrong element 2021-11-29 13:12:51 +01:00
1bff197ce9 make icons bigger, more style improvements 2021-11-27 00:15:52 +01:00
2ca7b81b3c improved grammar 2021-11-25 17:37:13 +01:00
785ada62e1 clarified LTO status text 2021-11-25 14:05:43 +01:00
bad3bc36a6 added LTO stats to footer 2021-11-25 02:10:39 +01:00
743b08bba1 added automatic LTO fail detection for some cases based on build output 2021-11-25 01:50:49 +01:00
d5e9832b33 fixed queued not being the correct class 2021-11-24 18:49:22 +01:00
778e91ef08 fixed icons increasing row-height 2021-11-24 18:42:19 +01:00
d3c43df2f8 adjusted icon-size to fit page design 2021-11-24 18:41:04 +01:00
08ac3b9121 switched to forkawesome icons 2021-11-24 18:31:35 +01:00
45df9fbe4d added some title descriptions to icons 2021-11-24 18:13:15 +01:00
2764aff4f6 no warp for icons 2021-11-24 16:50:29 +01:00
67e9d30f6e added queued packages to footer 2021-11-24 13:24:41 +01:00
cd4cdadb66 added package(-base) stats to footer 2021-11-23 22:04:50 +01:00
3cfcd90024 changed event to input 2021-11-21 19:11:53 +01:00
271d7f94bf better grammar 2021-11-21 18:35:04 +01:00
7483de8474 added back colors for lto status 2021-11-21 18:33:10 +01:00
e2aa79e86f better dark mode 2021-11-21 18:27:03 +01:00
27359c91aa minor html improvements 2021-11-21 15:36:52 +01:00
8c1e8c1835 switched status page to a dark theme, added archweb links 2021-11-21 15:24:27 +01:00
7347c7705b added archweb links to packages.html 2021-11-21 12:48:55 +01:00
2928339861 minor tooltip improvement 2021-11-20 02:04:17 +01:00
1ff8b8fa7d more improvements on wording/terminology 2021-11-18 14:36:52 +01:00
377998cf0e better terminology in info tooltip 2021-11-18 14:05:52 +01:00
2409fcdee9 center col header for LTO 2021-11-16 23:55:19 +01:00
2aa2a1e8cf changed LTO unknown icon, center icon 2021-11-16 23:47:09 +01:00
ef402523c8 fixed html getting escaped 2021-11-16 23:42:54 +01:00
c77ec6d140 added LTO status to db and status page 2021-11-16 23:30:31 +01:00
15278e08cf added lazy-search 2021-09-20 23:55:35 +02:00
c8d5b072a7 some style adjustments 2021-09-20 23:18:43 +02:00
cnachtigall
c47d6f3cd2 search-update (#44)
- Added SearchBar to NAV
- Added Search-Feature to filter the tables

Co-authored-by: cnachtigall1991 <40701475+cnachtigall1991@users.noreply.github.com>
Reviewed-on: https://git.harting.dev/anonfunc/ALHP.GO/pulls/44
Co-authored-by: cnachtigall <cnachtigall@git.harting.dev>
Co-committed-by: cnachtigall <cnachtigall@git.harting.dev>
2021-09-20 22:09:20 +02:00
1977181409 added overflow for mobile/small screens 2021-08-27 03:45:04 +02:00
f37d9f978c added link to source 2021-08-26 14:36:26 +02:00
8a3a68ebc8 update bootstrap; adjusted table col header 2021-08-26 14:13:48 +02:00
9515072dc8 moved hardcoded classes to config, renamed status to packages to better reflect their content 2021-07-22 23:41:24 +02:00
6627546346 added anchors for pkgbase 2021-07-15 21:33:30 +02:00
4b74fe7999 added navbar and footer to statuspage; fixed not able to create database 2021-07-14 19:21:58 +02:00
f5f57bd3ef fix line breaks in tooltip 2021-07-14 02:38:07 +02:00
b1e69549ab move some columns into a tooltip 2021-07-14 02:11:04 +02:00
f8f1391797 fixed repo name ordering 2021-07-13 18:15:18 +02:00
b0cfe7b205 Add database backend (SQLite) (#26)
Add database with background information for each pkgbase, for possible future use.
A static status page is generated from the db.

Currently includes:

* sub-packages
* build-time
* build-duration
* status (failed, latest, skipped, queued, building, build)
* version (both from PKGBUILD and repo)
* last checked

Database is currently only used for informational purposes. Goal is to refactor many (expensive) methods to use the db instead of searching/parsing files.

Reviewed-on: https://git.harting.dev/anonfunc/ALHP.GO/pulls/26
Co-authored-by: Giovanni Harting <539@idlegandalf.com>
Co-committed-by: Giovanni Harting <539@idlegandalf.com>
2021-07-13 18:07:29 +02:00