-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Collection edits no longer appear on site #1788
Comments
|
There are already edits in this yml file, which I made, which are not reflected in https://ossinsight.io/collections/web-rtc |
@jgabarca sorry for misunderstanding the question. The GET https://api.ossinsight.io/q/collection-stars-month-rank?collectionId=10088 {
"data": [
{
"current_month": "2024-08",
"current_month_rank": 1,
"current_month_total": 454,
"last_month": "2024-07",
"last_month_rank": 2,
"last_month_total": 199,
"rank_mom": -1,
"repo_id": 15225670,
"repo_name": "jitsi/jitsi-meet",
"total": 23550,
"total_mom": 128.1407
},
...
],
"expiresAt": "2024-09-05T04:42:50.106+00:00",
"finishedAt": "2024-09-04T03:42:50.106+00:00",
"params": {
"collectionId": 10088
},
"requestedAt": "2024-09-04T03:42:50.003+00:00",
"spent": 0.103,
"expiredAt": "2024-09-05T04:42:50.106+00:00"
} |
For now, we can automate the sync of collection configs to the database via GitHub Action. https://github.com/pingcap/ossinsight/actions/runs/11258036119/job/31303681273 |
Bug Report
The most recent collection edit cd5ab74 which is reflected on the site is from June 20, which updated the vector database collection. Collection edits made since then have not been reflected on the site.
To Reproduce
Expected behavior
I expect to see the projects added in 3f1fc79
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: