You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.
When we wrote this script, we thought that we'd only be using it for a month or two. Now that it's here to stay - time to work on it a bit :)
The script takes so long because we're pulling in all approved teams. We could place a check in the script so that we only pull in those teams that satisfy the following criteria -
Team owner must have 0+ tips from Gratipay 1.0
Team must have zero payment_instructions that have a ctime lesser than the team's ctime (i.e. migrated tips). We use the ctime attribute to differentiate payment_instructions that were created as a result of migrated tips vs created in Gratipay 2.0
Reticketed from gratipay/inside.gratipay.com#468 (comment)
When we wrote this script, we thought that we'd only be using it for a month or two. Now that it's here to stay - time to work on it a bit :)
The script takes so long because we're pulling in all approved teams. We could place a check in the script so that we only pull in those teams that satisfy the following criteria -
payment_instructions
that have actime
lesser than the team'sctime
(i.e. migrated tips). We use thectime
attribute to differentiatepayment_instructions
that were created as a result of migrated tips vs created in Gratipay 2.0https://github.com/gratipay/gratipay.com/blob/master/bin/migrate-tips.py#L6-L10
The text was updated successfully, but these errors were encountered: