Tool:Phabsearchemail
Jump to navigation
Jump to search
![]() | |
---|---|
Website | https://phabsearchemail.toolforge.org |
Description | Automated results of phabricator searches via email |
Keywords | Phabricator, email |
Author(s) | RhinosF1talk |
Maintainer(s) | RhinosF1 (View all) |
Source code | https://gerrit.wikimedia.org/r/#/admin/projects/labs/tools/phabsearchemail |
License | GNU General Public License 3.0 or later |
Issues | [1] |
Admin log | Nova Resource:Tools.phabsearchemail/SAL |
Requesting an email
- Go to maniphest’s advanced search and complete your query, copy the url.
- Fill out [2] and state your email
- Someone with access may process the request (add them to the <frequency>.csv file)
- Watch your inbox and wait.
Setting up a new cron
- Create a new file with the people to be notified on that schedule.
- Type 'crontab -e' and add a line for the relevant time to trigger the command 'python3 phab.py <file>'
Cron format is - - - - - /usr/bin/jsub -N cron-30 -once -quiet python3 /data/project/phabsearchemail/phabsearchemail/script.py /data/project/phabsearchemail/file.csv
but Toolforge magic should allow and fix - - - - - python3 /data/project/phabsearchemail/phabsearchemail/script.py /data/project/phabsearchemail/file.csv
Triggering a manual run
To manually run the tool, simply become it and type 'python3 /data/project/phabsearchemail/phabsearchemail/script.py /data/project/phabsearchemail/<file>.csv'
Deploying Changes
cd phabsearchemail
git pull
Should simply work, you may need to run webservice restart
for some changes to the webservice