Skip to content

GitLab-Specific Customizations

Add realistic GitLab-specific data generation

Tasks

  • Create GitLab-specific faker functions (project names, URLs, etc.)
  • Add realistic ID generation
  • Implement cross-field dependencies (e.g., path derived from name)
  • Add GitLab URL patterns
  • Configure realistic enum values

Acceptance Criteria

  • Generated data looks realistic for GitLab
  • Related fields are consistent (name/path/URLs match)
  • IDs follow GitLab patterns

Dependencies

  • Requires #41 (closed) (Core Fixture Generator Script) to be completed

Estimate

3-4 hours