- Jun 23, 2017
-
-
Marvin Scholz authored
-
Marvin Scholz authored
This commit adds an option to disable migration of the milestones from trac. This commit adds a new boolean config option: ``` migrate_milestones: no ```
-
Marvin Scholz authored
This commit adds an option to decide if a component should be added as label to the Gitlab issue, this is especially useful with the component filter issue, if components were used as projects in trac. This commit adds a new config option: ``` add_component_as_label: no ```
-
Marvin Scholz authored
This commit fixes that attachments with no comment would be migrated to the previously migrated comment, therefore ending up being associated with the wrong user.
-
Marvin Scholz authored
-
Marvin Scholz authored
This adds an option to only migrate tickets with one of the given component names. This commit adds a new config option: ``` component_filter: [ u'Server Component', u'Server Legacy Component', ] ```
-
Marvin Scholz authored
This adds the ability to specify a label, which will be added to all migrated issues in Gitlab. This commit introduces a new config option: ``` add_label: Websites ```
-
Marvin Scholz authored
Severity will be migrates as labels over to gitlab: - High as critical - Medium as no additional label - Low as minor
-
Marvin Scholz authored
-
Marvin Scholz authored
This adds support for migrating the keywords from trac, which will be added as labels in Gitlab. This introduces a new boolean config option: ``` migrate_keywords: yes ```
-
Marvin Scholz authored
Issues can now be blacklisted, those issues will not be migrated. To blacklist an issue, specify the array of issues you want to blacklist in your config: ``` blacklist_issues: [ 268, 843 ] ```
-
Marvin Scholz authored
-
Marvin Scholz authored
-
Marvin Scholz authored
-
- Jun 08, 2017
-
-
Andrew Schulman authored
-
- Apr 19, 2017
-
-
Sebastian Lövdahl authored
-
Jim Tittsler authored
-
Elan Ruusamäe authored
* add generated gitlab_direct/model817.py * fix generated model * switch to 8.17 model * add model.py to make model updating less conflicting * make import use MODEL_VERSION env if available
-
- Feb 10, 2017
-
-
Jeff Kowalczyk authored
Add verbatim schema output from peewee pwiz.py. Modified assignments for database_proxy and BaseModel.Meta.database to match prior schemas modules. Update imports to model816.
-
Sebastian Lövdahl authored
* fix formatting for changeset comments * order tickets by id when querying from trac * replace preformatted text areas with proper markdown * convert milestone descriptions to markdown * python 3 fixes
-
- Feb 09, 2017
-
-
Sebastian Lövdahl authored
* add 8.15 model * add type to created labels
-
- Feb 01, 2017
-
-
Maël Lavault authored
add 8.13 model
-
Maël Lavault authored
Support Trac projects that don't have components.
-
Maël Lavault authored
Make database host address configurable.
-
Maël Lavault authored
Use Python from env. Fixes using inside virtualenv.
-
Maël Lavault authored
Fixed typo
-
- Oct 06, 2016
-
-
Elan Ruusamäe authored
-
- Oct 02, 2016
-
-
Israel G. Lugo authored
Prevent crashing with a KeyError because src_ticket_data['component'] is empty.
-
Israel G. Lugo authored
Useful for installations that don't use the Gitlab builtin PostgreSQL. Signed-off-by:
Israel G. Lugo <israel.lugo@lugosys.com>
-
Israel G. Lugo authored
Signed-off-by:
Israel G. Lugo <israel.lugo@lugosys.com>
-
- Oct 01, 2016
-
-
Razzeee authored
-
- May 15, 2016
-
-
Maël Lavault authored
add support for importing only certain issues
-
Maël Lavault authored
lazy init sqlite3
-
Maël Lavault authored
add autogenerated model for gitlab 8.7 (8.7.2-ce.0)
-
Maël Lavault authored
Update README.md
-
Maël Lavault authored
use unicode in user map, so accented names get mapped properly
-
- May 12, 2016
-
-
Elan Ruusamäe authored
for example: u'Kārlis'
-
- May 11, 2016
-
-
Elan Ruusamäe authored
-
Elan Ruusamäe authored
-
- May 10, 2016
-
-
Elan Ruusamäe authored
-