IPS-LMU / EMU-webApp

The EMU-webApp is an online and offline web application for labeling, visualizing and correcting speech and derived speech data.
http://ips-lmu.github.io/EMU-webApp/
MIT License
51 stars 14 forks source link

Support for subdir paths in gitlab com mode #292

Closed johanvonboer closed 3 years ago

johanvonboer commented 3 years ago

Hi,

We needed support for defining subdir paths when interfacing with gitlab since having our emuDBs directly in the root of the repo will be problematic for us. So I simply added another GET param called 'gitlabPath'.

raphywink commented 3 years ago

reviewing the code now: is it correct that if not set a simple empty string is returned by getGitlabPathFromSearchObject() and then the current behaviour isn't effected?

johanvonboer commented 3 years ago

That is correct! So it shouldn't affect functionality in any way for people who don't want to use this feature.

raphywink commented 3 years ago

Merged and just deployed v1.3.6 :-)

johanvonboer commented 3 years ago

Great! :)