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
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
May 16 2019
May 16 2019
simevo added a comment to T3179: Importing data from external systems (like GitHub, JIRA, Trac, Asana, Trello, etc.).
Jun 8 2017
Jun 8 2017
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
Sep 16 2016
Sep 16 2016
Sep 6 2016
Sep 6 2016
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
we'll discuss internally next week and let you know. thanks for now
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