1
0
forked from ALHP/ALHP.GO
Commit Graph

35 Commits

Author SHA1 Message Date
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