summaryrefslogtreecommitdiff
path: root/src/helsinki.at/rhimport/importer.go
Commit message (Expand)AuthorAgeFilesLines
* session store and session kind of work nowChristian Pointner2015-12-201-1/+3
* improved type safetyChristian Pointner2015-12-201-25/+30
* tested music pool import, cleaned up help output for telnet interfaceChristian Pointner2015-12-191-1/+6
* improved show based importsChristian Pointner2015-12-191-2/+9
* improved error handling and overall resilience to different situationsChristian Pointner2015-12-151-19/+113
* fixed bug where some context values where not initialiized properlyChristian Pointner2015-12-141-4/+6
* added more sophisticated import options - still needs testingChristian Pointner2015-12-141-70/+121
* fetch Music Pool import-paramsChristian Pointner2015-12-141-4/+21
* fetching show info works nowChristian Pointner2015-12-131-6/+7
* music pool group check works nowChristian Pointner2015-12-131-8/+25
* importer can now fetch group of cartChristian Pointner2015-12-131-3/+18
* GroupName should now be only supplied for music poolsChristian Pointner2015-12-131-5/+29
* importer now knows which information is needed for what operationChristian Pointner2015-12-121-10/+41
* imporved result reportingChristian Pointner2015-12-121-20/+54
* add_cart and add_cut now correctly parse the responseChristian Pointner2015-12-121-13/+33
* added xml parse for response of rdxportChristian Pointner2015-12-121-18/+0
* ImportFile now passes through result from RDXportChristian Pointner2015-12-121-11/+33
* parsing RDWebResult works nowChristian Pointner2015-12-111-16/+36
* curl based importerChristian Pointner2015-12-111-47/+83
* added RemovCart and AddCut commandsChristian Pointner2015-12-111-0/+42
* added add_cart functionChristian Pointner2015-12-101-18/+52
* added support for progress callbacksChristian Pointner2015-12-101-17/+31
* importer deletes source file and dir if requestedChristian Pointner2015-12-101-1/+26
* import_file should be doneChristian Pointner2015-12-081-59/+75
* renamed RDDB to RdDb and added code to fetch show infos based on IDChristian Pointner2015-12-081-4/+26
* moved DB into seperate moduleChristian Pointner2015-12-081-4/+6
* major refactoring of base structureChristian Pointner2015-12-081-12/+13
* further improved simple web interfaceChristian Pointner2015-12-041-7/+12
* introduced confChristian Pointner2015-12-041-11/+52
* moved control interface back to main packageChristian Pointner2015-12-031-0/+99