Download the PHP package tentwentyfour/remaim without Composer
On this page you can find all versions of the php package tentwentyfour/remaim. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tentwentyfour/remaim
More information about tentwentyfour/remaim
Files in tentwentyfour/remaim
Package remaim
Short Description Redmine to Phabricator Importer – migrates issues from Redmine to Maniphest using the Conduit API
License MIT
Homepage https://www.1024.lu
Informations about the package remaim
ReMaIm – Redmine to Maniphest Importer
Dependencies
You will need to have a copy of Phabricator's libphutil in your path. We assume that you have installed it (or arcanist) via your package manager and that libphutil sits in /usr/share/libphutil.
If such is not the case, you will have to adapt the path inside bin/remaim.
Installation
Clone the project from https://github.com/tentwentyfour/remaim, then run
Usage
Note: All tasks and comments will be created by the user whose Phabricator API key you will be using. We recommend to create a bot account that has access to all projects on your Phabricator instance.
The tool currently also presumes that you have created user accounts for all your collaborators in Phabricator since the Conduit API does not allow to create new accounts.
Users will be looked up by their full names, so make sure your users have identical full names in both Redmine and Phabricator before launching the migration process.
- Copy remaim.yml-dist to remaim.yml and fill in your redmine and phabricator credentials
- Run
php bin/remaim
Note: If you're using an API key for redmine, use the token
key instead of user
and password
. Be advised though that, if you're using Basic Auth in front of your redmine installation, only user and password will work.
Running tests
If you have phpdbg
with 'phpdbg_start_oplog' support built-in, you can also run phpspec with it:
Note: to see full diffs of failing tests, run phpspec with the --verbose flag.
Contributing
Please see CONTRIBUTING.md for information on how you may contribute to this project.
FAQ
- Q: But, but, it's not entirely done yet, why are you releasing this half-done tool to the public?
- A: "Release early, release often" We believe the tool is in a state where many people can profit from using it and can adjust or extend its behavior with moderate effort. We've been successfully using it to migrate over 4000 issues including history and files. Plus, finishing ALL the things we would like to see would really take a long time, so we're hoping the community will pick this up, improve on it and send us plenty of PRs ;)
Changelog
- 0.4.1 – release 0.4 with tests fixed
- 0.4.0 – switched to
maniphest.search
to search for existing tickets and removed the need to force protocols for file downloads. Added support for parent_id journal entries. - 0.3.0 – introduces a new
Journal
class to handle the journal of actions on each Redmine issue. Each entry is handled separately and then converted into a Maniphest update.
All versions of remaim with dependencies
kbsali/redmine-api Version ~1.0
symfony/yaml Version ~3.0
pimple/pimple Version ~3.0