-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not_landed script is making two separate requests to get user IDs and user nicks #1101
Comments
Hello @marco-c as this is a good first issue, I would like to fix it. |
Hello @Ayushsunny, you will need to modify the script in auto_nag/scripts/not_landed.py to avoid the bugbot/bugbot/rules/not_landed.py Line 266 in 14fb24a
You can test the script by running |
@marco-c I'm trying to run I've cloned relman-auto-nag and installed all dependencies in a fresh virtualenv. |
@Ayushsunny sorry I forgot to mention you'd need to create that file with the following format:
To get a Bugzilla and a Phabricator key, you'll need to register on https://bugzilla.mozilla.org/home and then on https://phabricator.services.mozilla.com/. |
@marco-c Thank you so much sir for the json problem. Okay so we're going to make changes like this
right sir? |
@Ayushsunny yes, that's one of the things you will have to modify. |
I would like to know if we need to use a particular data structure for storing both name and nick? I am thinking of storing them as a tuple. Please guide me. |
You can store them as a dict |
Hi @marco-c is this bug still open? in that case how can I get added to the repo Thanks |
Yes, you can work on this. |
thanks, I'm not familiar with your review process, should I add reviewers myself or would it be picked up once PR is in? |
Thank you! I will have a look. |
Thanks @suhaibmujahid, I have pushed the changes your requested, would appreciate if any of you guys could do a quick review: Thanks! |
bugbot/bugbot/rules/not_landed.py
Line 269 in 14fb24a
bugbot/bugbot/rules/not_landed.py
Line 285 in 14fb24a
The text was updated successfully, but these errors were encountered: