mirror of https://github.com/sipwise/repoapi.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
7 months ago | |
|---|---|---|
| .. | ||
| fixtures | ||
| management | ||
| migrations | ||
| test | 3 years ago | |
| README.md | 7 months ago | |
| __init__.py | ||
| admin.py | 3 years ago | |
| apps.py | ||
| conf.py | 3 years ago | |
| exceptions.py | ||
| models.py | 3 years ago | |
| urls.py | 3 years ago | |
| utils.py | 3 years ago | |
| views.py | 3 years ago | |
README.md
tracker
This app is taking care of the migration from TT# to MT# prefixes
due the migration from workfront to mantis service.
There are some helper commands that were executed in the import process but mainly nowadays is just taking care of the conversion of URLs from workfornt to mantis.
We have a nginx serving sipwise.my.workfront.com and that get redirected to
repoapi that will respond with a 302 to the proper Mantis URL.
profile::gerrit::parameters::mantis_url: 'https://support.sipwise.com/view.php?id=$2'
profile::gerrit::parameters::workfront_url: 'https://repoapi.mgm.sipwise.com/tracker/mapper/task/$2'