arch-repo-manager/librepomgr
Martchus 9f5474e128 Fix passing architecture when creating database
When adding a new database when reloading the config at runtime the
architecture must be passed when creating the database. Otherwise we end up
with the new database sharing the internal storage with the x86_64 database
which leads to very confusing behavior.
2022-06-19 23:06:25 +02:00
..
buildactions Fix missing include for std::ifstream 2022-06-15 23:31:14 +02:00
testfiles Remove hard-coded build directories in test data 2022-04-15 19:58:35 +02:00
tests Fix passing architecture when creating database 2022-06-19 23:06:25 +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
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
CMakeLists.txt Avoid fatal warning about potential null pointer deref from GCC 12 2022-05-12 20:45:25 +02: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 Allow building with makecontainerpkg 2022-06-12 20:42:14 +02:00
serversetup.h Allow building with makecontainerpkg 2022-06-12 20:42:14 +02:00