Add database backend (SQLite) #26

Merged
anonfunc merged 4 commits from db-sqlite into master 2021-07-13 18:07:30 +02:00
Owner

Add database with background information for each pkgbase, for possible future use.
A static status page generated from this would be a nice to have.

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.

Add database with background information for each pkgbase, for possible future use. A static status page generated from this would be a nice to have. 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.
anonfunc added the
enhancement
label 2021-07-11 22:10:27 +02:00
anonfunc added 2 commits 2021-07-11 22:10:27 +02:00
anonfunc changed title from Add database backend (SQLite) to WIP: Add database backend (SQLite) 2021-07-11 22:10:38 +02:00
anonfunc added 1 commit 2021-07-12 00:50:57 +02:00
anonfunc force-pushed db-sqlite from f124a95e4c to d29938308b 2021-07-12 02:01:59 +02:00 Compare
anonfunc added 1 commit 2021-07-12 02:03:09 +02:00
anonfunc force-pushed db-sqlite from 1a85b12b4a to afed4ba478 2021-07-12 02:04:38 +02:00 Compare
anonfunc force-pushed db-sqlite from afed4ba478 to f14f9b706b 2021-07-12 02:07:41 +02:00 Compare
anonfunc added 1 commit 2021-07-12 02:22:28 +02:00
anonfunc added 2 commits 2021-07-13 17:34:45 +02:00
anonfunc force-pushed db-sqlite from ee48046bb8 to 48dc0da6ef 2021-07-13 17:56:58 +02:00 Compare
anonfunc changed title from WIP: Add database backend (SQLite) to Add database backend (SQLite) 2021-07-13 18:06:17 +02:00
anonfunc merged commit b0cfe7b205 into master 2021-07-13 18:07:30 +02:00
anonfunc deleted branch db-sqlite 2021-07-14 04:04:46 +02:00
Sign in to join this conversation.
No description provided.