summaryrefslogtreecommitdiff
path: root/src/helsinki.at/rhimport/importer.go
Commit message (Expand)AuthorAgeFilesLines
* improved coding styleChristian Pointner2015-12-311-49/+49
* minor documenation improvementChristian Pointner2015-12-281-4/+4
* moved ImporteContext stuff to core.goChristian Pointner2015-12-281-136/+0
* small refactoringChristian Pointner2015-12-261-64/+8
* telnet control interface now uses spreadspace/telgoChristian Pointner2015-12-251-1/+1
* added TODOChristian Pointner2015-12-221-0/+1
* session based callbacks work nowChristian Pointner2015-12-221-3/+7
* basic session handling works nowChristian Pointner2015-12-211-7/+9
* improved error handling and reporting, canceling running requests when telnet...Christian Pointner2015-12-211-2/+6
* canceling using works nowChristian Pointner2015-12-211-2/+9
* improved sanity checks for importcontext and telnet interfaceChristian Pointner2015-12-211-0/+17
* added a cancel channel to fetcher/importer (untestedgit show)Christian Pointner2015-12-211-0/+6
* 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