Filehooks is deprecated. It is reduced to a simple REST-call that transfers the gitlab event content to the Sharing Plattform.
- Install PyCharm (or another IDE of your choice for python)
- Start PyCharm and checkout the file hooks project from https://extgit.iaik.tugraz.at/codeability/codeability/sharingplattform/file-hooks.git
- Provide an ssh-tunnel from listening port 9200 to artemis.codeability-austria.uibk.ac.at:9200 (elastic search)
- Use test events files from folder gitlab events, copy them into an own file, adjust relevant content, and eliminiate all line feeds
😏 - right click on scripts/trigger_indexing.py (or any other file you want to debug) and select "Modify Run Configuration ..."
Enter the path of your one liner file into "Redirect Input from"
- ensure correct debug configuration in filehooks/init.py and filehooks/conf/conf.debug.ini resp. Especially copy the correct api tokens from key pass.
- Start Debugging