Hello Gerrit experts
Need help again on LFS.
Gerrit installed
LFS is configured
All settings are done on the All Projects
I'm able to see the LFS properties when i create a new repository
When i do a git push before enabling LFS it works as expected.
git lfs track *.bin
git lfs status
On branch master
Objects to be pushed to origin/master:
cat.bin (77cfb5e03ae1e80bfc2f2c951f28f175ff4c5f11a03ec8c96b7e7d1a73c3dba3)
dog.bin (3decdf446f45ed93ce8ba24b1850a2a36e5d5285ec46652d9f9d62c3c4436d4c)
Objects to be committed:
.lfsconfig (Git: c5cfa3d)
Objects not staged for commit:
Git push fails with:
***************
***************
I ran a rest api to fech all projects and that list the test project
****************
)
]
}'
{
"All-Projects": {
"id": "All-Projects",
"description": "Access inherited by all other projects.",
"state": "ACTIVE",
"web_links": [
{
"name": "browse",
"url": "/plugins/gitiles/All-Projects",
"target": "_blank"
}
]
},
"All-Users": {
"id": "All-Users",
"description": "Individual user settings and preferences.",
"state": "ACTIVE",
"web_links": [
{
"name": "browse",
"url": "/plugins/gitiles/All-Users",
"target": "_blank"
}
]
},
"test": {
"id": "test",
"state": "ACTIVE",
"web_links": [
{
"name": "browse",
"url": "/plugins/gitiles/test",
"target": "_blank"
}
]
}
}
****************************************
However if u try to get the http details for the project using the rest call
It gives Not Found
Is this some defect in gerrit???
Is there a solution to this issue.
Thank you,
Rahul