arch-repo-manager/librepomgr
Martchus c155176098 Fix missing build date in package search
* Avoid using buildDate of PackageInfo in favor of the same field in
  PackageBase
    * PackageInfo::buildDate should be removed on the next breaking change
* Do not really use the deprecated attribute because it is still used by
  (de)serialization code until it is removed for good
2022-06-08 22:44:58 +02:00
..
buildactions Fix missing build date in package search 2022-06-08 22:44:58 +02:00
testfiles Remove hard-coded build directories in test data 2022-04-15 19:58:35 +02:00
tests Improve misleading test name 2022-05-31 21:34:20 +02:00
webapi Speed up returning build actions table by avoiding deserializing whole obj 2022-05-31 20:54:02 +02:00
webclient Refactor to optimize deserialization of base-data 2022-05-31 19:04:57 +02:00
CMakeLists.txt Avoid fatal warning about potential null pointer deref from GCC 12 2022-05-12 20:45:25 +02:00
authentication.cpp Allow everyone to see build action details 2022-03-10 23:19:02 +01:00
authentication.h Allow everyone to see build action details 2022-03-10 23:19:02 +01:00
errorhandling.cpp Initial import 2021-02-08 23:53:56 +01:00
errorhandling.h Initial import 2021-02-08 23:53:56 +01:00
global.h Initial import 2021-02-08 23:53:56 +01:00
globallock.cpp Fix locks for global resources by implementing a mutex not tied to a thread 2021-02-26 01:39:21 +01:00
globallock.h Fix problems with global locks 2022-01-25 22:49:20 +01:00
helper.h Limit results returned by the API for better scalability 2022-02-25 00:29:43 +01:00
json.cpp Add test for repository cleanup 2021-08-29 00:29:26 +02:00
json.h Initial import 2021-02-08 23:53:56 +01:00
logcontext.h lmdb: Use lmdb to store build actions 2022-02-13 21:04:54 +01:00
logging.h Log lock acquisitions/releases 2021-02-25 22:12:56 +01:00
multisession.h Initial import 2021-02-08 23:53:56 +01:00
resourceusage.cpp Split `ResourceUsage` into `MemoryUsage` and setup specific stats 2022-04-24 18:25:22 +02:00
resourceusage.h Split `ResourceUsage` into `MemoryUsage` and setup specific stats 2022-04-24 18:25:22 +02:00
serversetup.cpp Speed up returning build actions table by avoiding deserializing whole obj 2022-05-31 20:54:02 +02:00
serversetup.h Speed up returning build actions table by avoiding deserializing whole obj 2022-05-31 20:54:02 +02:00