|
c5b4c1ace4
|
DistroqueryAPI: add file_providers API call and resolve file requirements in packages
|
2024-08-11 20:09:33 +02:00 |
|
|
e27c278b13
|
DistroqueryAPI: added package_files API call and files list in package details response
|
2024-08-11 17:56:14 +02:00 |
|
|
ec3f7b4847
|
backend-sqlite3.c: populate files table with entries related to files from packages in repository
|
2024-07-14 23:02:27 +02:00 |
|
|
6a730ac59a
|
headerlist,backend-sqlite3: fix files db generation when using repodata
|
2024-07-14 17:44:07 +02:00 |
|
|
03cdeccccf
|
backend-sqlite3: remove unresolved requires warning for obsoleted packages; fix needrebuild table
|
2024-07-13 15:01:43 +02:00 |
|
|
112fec200e
|
distroquery.cpp: fix for previous segfault fix
|
2024-07-09 16:04:33 +02:00 |
|
|
210494ea54
|
functions.c: fix backtrace handler
distroquery.cpp: fix sigsegv when PATH_INFO environment var is not set
|
2024-07-09 11:15:22 +02:00 |
|
|
be93c2bdad
|
backend-sqlite3,DistroqueryAPI: support for warning (and needport) in sqlite3 db and API call
|
2024-07-09 00:45:40 +02:00 |
|
|
6797d4a9ae
|
DistroqueryAPI: optimize and refactor getProvidersForRequirement adding getProvidersForRequirementFromDb
|
2024-07-07 20:13:23 +02:00 |
|
|
44b651292f
|
DistroqueryAPI: getProvidersForRequirements: fix version with flags check
|
2024-07-07 16:03:27 +02:00 |
|
|
436a177a2e
|
DistroqueryAPI: getPackageSourceDetails: provide changelog information
|
2024-07-07 14:22:50 +02:00 |
|
|
3c4c996beb
|
DistroqueryAPI: added getProivdersForRequirement to resolve build requirements
|
2024-07-07 13:50:05 +02:00 |
|
|
ec8b4088c0
|
DistroqueryAPI: getRepositoryPackages: attach results for binary packages
|
2024-07-06 22:07:38 +02:00 |
|
|
35ec97e05e
|
distromatic: headerlist: also support build time taken from XML
|
2024-07-06 22:06:31 +02:00 |
|
|
af58277e8c
|
distromatic: add buildtime field to binary packages dbs
|
2024-07-06 21:42:18 +02:00 |
|
|
f320087f12
|
DistroqueryAPI: getRepositoryPackages: return more information for each package
|
2024-07-06 19:17:27 +02:00 |
|
|
e7e06284da
|
DistroqueryAPI: getRepositoryPackages: added support for query string
|
2024-07-06 18:28:15 +02:00 |
|
|
f1fd8ef275
|
DistroqueryAPI: getRepositoryPackages: added pagination from query string support
|
2024-07-06 17:10:15 +02:00 |
|
|
aa283cd60c
|
backend-sqlite3,DistroqueryAPI: improve requirements management in sqlite db and distroquery API
|
2024-07-06 15:08:52 +02:00 |
|
|
0aff59e3f3
|
DistroqueryAPI: added children packages via getBuiltPackagesFromSourceID and other improvements
|
2024-06-02 12:18:46 +02:00 |
|
|
e73d648e1b
|
DistroqueryAPI: provide initial package source details response
|
2024-06-02 10:39:14 +02:00 |
|
|
9bb369ca1f
|
DistroqueryAPI: added /repository API service; added description in packages response
|
2024-06-01 18:50:04 +02:00 |
|
|
457f455bf3
|
DistroqueryAPI: getPackageDetails: add providers for requires
|
2024-06-01 18:28:31 +02:00 |
|
|
1f0dcb118f
|
DistroqueryAPI: advancements in getPackageDetails
|
2024-05-31 19:14:53 +02:00 |
|
|
ee5803e622
|
DistroqueryAPI: first part of implementation of /package API service
|
2024-05-31 18:34:23 +02:00 |
|
|
758da30631
|
backend-sqlite3.c: added arch field to packages table
|
2024-05-31 18:32:30 +02:00 |
|
|
116eadbd6f
|
DistroqueryAPI: implementation of /get_repositories
|
2024-05-31 14:08:15 +02:00 |
|
|
e6616f603b
|
distroquery: start implementing Distroquery API and some C to C++ string management conversions
|
2024-05-30 17:17:00 +02:00 |
|
|
6732bdccfe
|
distroquery.cpp: realign main code
|
2024-05-30 13:15:44 +02:00 |
|
|
659b2ba778
|
distroquery: convert from C to C++
|
2024-05-30 12:16:48 +02:00 |
|
|
772fd4d42b
|
distroquery.c: fix calloc usage error reported by gcc 14
|
2024-05-30 11:13:07 +02:00 |
|
|
b357f9c075
|
src/rpmfunctions.c: replace usage of heraderLoad() removed since rpm 4.19
|
2024-05-16 10:38:41 +02:00 |
|
|
b91d2687a2
|
src/CMakeList.txt: check for zck module
|
2024-05-16 10:16:09 +02:00 |
|
|
98bcaa9175
|
Update hardcoded references to rolling, current archs and repositories
|
2023-08-16 13:41:25 +02:00 |
|
|
2536192624
|
Code updates to current gcc
|
2023-08-16 13:00:04 +02:00 |
|
|
d744c16571
|
reports.c: add epoch to pkg_header of build-*.sh files
|
2022-06-08 09:54:13 +02:00 |
|
|
30ef76c5ea
|
Release 2.2
|
2022-02-19 15:09:49 +01:00 |
|
|
d95d93440f
|
distromatic.c: add versioned "fails to provide" to needrebuild list
reports.c: remove other arch duplicates in pkg_need_rebuild=()
|
2022-02-19 15:05:34 +01:00 |
|
|
3197ec8cf7
|
headerlist.c: getXMLPackageNFV: support of rich requirements containing 'or' (consider only the latter requirement with > or >=)
|
2021-09-04 13:04:48 +02:00 |
|
|
f5e33d9f50
|
headerlist.c: getXMLPackageNFV: fix extending data structures with multiple rich requirements
|
2021-04-18 13:49:23 +02:00 |
|
|
c7eb144bb1
|
functions.c: logmsg(): fix length of marker lines in LOG_MARK
|
2021-04-18 13:48:47 +02:00 |
|
|
57c93b2591
|
reports.c: remove complex deps from deps-* files
|
2021-04-07 15:05:52 +02:00 |
|
|
5136ee98b9
|
distromatic.c: add date field to sources file
|
2021-04-04 15:11:03 +02:00 |
|
|
4e7c195bf0
|
headerlist.c: fix to previous commit in case of unrecognized requirement starting with '('
|
2021-03-20 15:41:04 +01:00 |
|
|
2370dd1cd0
|
headerlist.c: getXMLPackageNFV: support for complex requirements like "(name >= ver1 with name < ver2)"
|
2021-03-20 14:05:02 +01:00 |
|
|
367ba2bf22
|
headerlist.c: indentation fixes
|
2021-03-20 12:24:36 +01:00 |
|
|
7d07afc0cc
|
distromatic.c: indentation fixes
|
2021-03-20 12:21:11 +01:00 |
|
|
04d323e9a7
|
distromatic.c: add a sources file with the list of number of requirements per package to detect leaves (package that can be removed without breaking deps)
|
2021-03-20 11:28:21 +01:00 |
|
|
8445407e9c
|
reports.c: other indentation fixes
|
2021-03-19 19:08:55 +01:00 |
|
|
b70cb5cf71
|
reports.c: indentation fixes
|
2021-03-19 01:58:01 +01:00 |
|