{"id":31727216,"url":"https://github.com/bnidev/trac2gitlab","last_synced_at":"2026-04-16T17:37:50.437Z","repository":{"id":310077391,"uuid":"1023118834","full_name":"bnidev/trac2gitlab","owner":"bnidev","description":"A tool to synchronize tickets, wikis and related data from a Trac instance into a GitLab project.","archived":false,"fork":false,"pushed_at":"2025-09-26T07:47:56.000Z","size":126,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-26T09:30:33.856Z","etag":null,"topics":["gitlab","gitlab-migration","trac","xml-rpc"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bnidev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-20T15:09:12.000Z","updated_at":"2025-09-26T07:47:58.000Z","dependencies_parsed_at":"2025-09-26T09:21:52.806Z","dependency_job_id":"fa90dabb-5047-431c-bdd8-931ec814b5d3","html_url":"https://github.com/bnidev/trac2gitlab","commit_stats":null,"previous_names":["bnidev/trac2gitlab"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bnidev/trac2gitlab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnidev%2Ftrac2gitlab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnidev%2Ftrac2gitlab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnidev%2Ftrac2gitlab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnidev%2Ftrac2gitlab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bnidev","download_url":"https://codeload.github.com/bnidev/trac2gitlab/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnidev%2Ftrac2gitlab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000851,"owners_count":26082950,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gitlab","gitlab-migration","trac","xml-rpc"],"created_at":"2025-10-09T06:19:16.808Z","updated_at":"2025-10-09T06:19:18.039Z","avatar_url":"https://github.com/bnidev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Trac2GitLab\n\nA tool to synchronize tickets, wikis and related data from a Trac instance (via XML-RPC) into a GitLab project.\n\n[![CI](https://github.com/bnidev/trac2gitlab/actions/workflows/ci.yaml/badge.svg)](https://github.com/bnidev/trac2gitlab/actions/workflows/ci.yaml)\n\n\n## Current Features\n\n### Exporter\n\n- Export tickets from Trac as JSON files (including content history and comments)\n- Export content of wiki pages from Trac as markdown files (including history)\n- Export metadata of wiki pages from Trac as JSON files (including history)\n- Export milestones as JSON files\n- Concurrent export operations for faster migration (speed might be limited by Trac XML-RPC)\n- Download attachments\n- Configurable via YAML\n\n### Importer\n\n- Import milestones into GitLab projects (updates if already exist and content differs)\n- Import issues into GitLab projects (updates if already exist and content differs)\n\n## Planned Features\n\n### Importer\n\n- Add Trac ticket comments to GitLab issues (preserve original authors and timestamps)\n- Preserve ticket history in GitLab issues (not supported by the GitLab API)\n- Map Trac fields to GitLab labels\n- Import wiki pages into GitLab projects\n- Preserve wiki page history in GitLab wikis (not supported by the GitLab API)\n\n## Compatibility\n\nThis package is compatible with:\n\n- **TracXMLRPC version:** 1.1.9\n- **Trac core version:** 1.2.3\n\nTested against the plugin installed from: https://trac-hacks.org/wiki/XmlRpcPlugin\n\nIf you're using another version, some methods may not be available or may behave differently.\n\n## Requirements\n\n- Go 1.23 or later\n- Access to a Trac instance with XML-RPC enabled\n- GitLab project with API access token\n\n## Running the tool (from source)\n\n1. Clone the repository\n2. Run `make install` to install dependencies\n3. Run `make init` to generate a default config or rename `config.example.yml` to `config.yml`\n4. Configure `config.yml` with your Trac and GitLab settings\n5. Run the commands in your terminal\n\n**Trac Exporter:**\n\n```bash\nmake export\n```\n\n**GitLab Importer:**\n\n```bash\nmake migrate\n```\n\nCheck the `Makefile` for more commands and options.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbnidev%2Ftrac2gitlab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbnidev%2Ftrac2gitlab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbnidev%2Ftrac2gitlab/lists"}