Support for larger phabricator instances where more than 100 projects exist#110
Support for larger phabricator instances where more than 100 projects exist#110D0wn10ad wants to merge 9 commits intodynamist:masterfrom
Conversation
added handling of over 100 projects/tags
Update maniphest.py
Update maniphest.py
Timpan4
left a comment
There was a problem hiding this comment.
Thank you for your PR!
Overall the feature implementation looks good. Just some small suggestions.
Could you also rebase and fix the merge conflicts before approval?
| ```Commnad prompt | ||
| echo "PHAB_TOKEN: cli-ABC123" > %LOCALAPPDATA%\phabfive\phabfive.yaml | ||
| ``` | ||
|
|
||
| **Environment variables:** | ||
| ```bash | ||
| export PHAB_TOKEN=cli-ABC123 | ||
| export PHAB_URL=https://yourserver.com/api/ | ||
| Additionally, due to connection to Phabricator server on HTTPS requires certificate verification, it is also recommended to install [pip_system_certs](https://pypi.org/project/pip-system-certs/) to ensure system store are linked to python. | ||
|
|
||
| ```Commnad prompt | ||
| pip install pip_system_certs | ||
| ``` |
There was a problem hiding this comment.
Please change the codeblock type to shell and the pip install command to uv pip install
There was a problem hiding this comment.
hi, as this is windows specific, should I change to shell?
There was a problem hiding this comment.
The Windows specific ones for the CMD "Command Prompt" would be batch, but I would set this particular one to shell and the two above (with %SOMEVAR%) to batch as they reference variables in the CMD syntax.
It would however be best to convert the Windows examples to Powershell and use powershell instead.
There was a problem hiding this comment.
Did you have time to look at this @D0wn10ad ? There is this one small review comment still to go. 🚀
Removed comments regarding extended support for fetching users and projects from Phabricator.
Fixes: