Bug 50745 - Доступ к статистике веток
Summary: Доступ к статистике веток
Status: CLOSED NOTABUG
Alias: None
Product: Infrastructure
Classification: Infrastructure
Component: packages.altlinux.org (show other bugs)
Version: unspecified
Hardware: x86_64 Linux
: P5 enhancement
Assignee: Danil Shein
QA Contact: Andrey Cherepanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-25 16:10 MSK by X1Z53
Modified: 2024-06-25 16:31 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description X1Z53 2024-06-25 16:10:38 MSK
Подскажите, есть ли возможность обращаться к статистике по веткам репозитория Сизиф — количество пакетов, общий вес ветки и так далее?
Comment 1 Danil Shein 2024-06-25 16:14:20 MSK
статистика репозиториев отображаемая на packages.altlinux.org доступна в открытом API

curl -X 'GET' \
  'https://rdb.altlinux.org/api/packageset/repository_statistics?branch=sisyphus' \
  -H 'accept: application/json'
Comment 2 X1Z53 2024-06-25 16:21:05 MSK
Спасибо
Comment 3 Anton Farygin 2024-06-25 16:26:47 MSK
на сайте статистика доступна тут: https://packages.altlinux.org/ru/sisyphus/about/
Comment 4 X1Z53 2024-06-25 16:31:39 MSK
Мне как раз метод через JSON нужен был 🌚