Skip to content

Fix import project to work on envs running on subpath

Grant Young requested to merge gy-import-project-subpath-fix into master

We learned last week that for environments running on subpaths (e.g. http://example.com/gitlab) GPT Data Generator wasn't handling those correctly due to quirks in both Ruby and the http-rb library that basically ignored the subpath or overwrote it.

We fixed issues with horizontal data generation last week but for project import similar behavior was discovered. Specifically URI.join doesn't work like one would expect initially. This MR should solve that.

Will release as 1.0.4.

Edited by Grant Young

Merge request reports

Loading