User Details
User Details
- User Since
- May 11 2016, 1:26 PM (445 w, 1 d)
- Availability
- Available
May 16 2019
May 16 2019
simevo added a comment to T3179: Importing data from external systems (like GitHub, JIRA, Trac, Asana, Trello, etc.).
For all who might need to migrate from trac to Phabricator, feel free to borrow from this bare-bone script: https://gitlab.com/simevo/trac2phab
Jun 8 2017
Jun 8 2017
simevo added a comment to T4200: Building OS packages and install scripts.
There are debian and ubuntu packages for arcanist:
although popcon data (66) suggests that the debian one is not in wide use.
Oct 12 2016
Oct 12 2016
simevo edited the content of Community Resources.
Sep 16 2016
Sep 16 2016
simevo edited the content of Community Resources.
Sep 6 2016
Sep 6 2016
simevo added a comment to T11538: the conduit API is awkward to use when one must send arrays.
Turned out the fix above:
prepped.body = prepped.body + '&projectPHIDs=%5B%22' + projectPHID + '%22%5D'
does not really work. What works is this:
import requests
Aug 26 2016
Aug 26 2016
simevo added a comment to T11538: the conduit API is awkward to use when one must send arrays.
we'll discuss internally next week and let you know. thanks for now
simevo added a comment to T11538: the conduit API is awkward to use when one must send arrays.
this is fine since the way python serializes over HTTP is certainly peculiar; but what about JSON ?
May 11 2016
May 11 2016
simevo added a comment to T10949: Unable to apply patch 'phabricator:20160112.repo.02.uri.index.php': Table 'phabricator_repository.repository_uri' doesn't exist.
Works like a charm. I never imagined this could be so quick ! Many thanks