Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added TODO | Christian Pointner | 2015-12-22 | 1 | -0/+1 |
| | |||||
* | session based callbacks work now | Christian Pointner | 2015-12-22 | 1 | -3/+7 |
| | |||||
* | basic session handling works now | Christian Pointner | 2015-12-21 | 1 | -7/+9 |
| | |||||
* | improved error handling and reporting, canceling running requests when ↵ | Christian Pointner | 2015-12-21 | 1 | -2/+6 |
| | | | | telnet client leaves | ||||
* | canceling using works now | Christian Pointner | 2015-12-21 | 1 | -2/+9 |
| | |||||
* | improved sanity checks for importcontext and telnet interface | Christian Pointner | 2015-12-21 | 1 | -0/+17 |
| | |||||
* | added a cancel channel to fetcher/importer (untestedgit show) | Christian Pointner | 2015-12-21 | 1 | -0/+6 |
| | |||||
* | session store and session kind of work now | Christian Pointner | 2015-12-20 | 1 | -1/+3 |
| | | | | still a lot to be done and a lot of testing is needed! | ||||
* | improved type safety | Christian Pointner | 2015-12-20 | 1 | -25/+30 |
| | |||||
* | tested music pool import, cleaned up help output for telnet interface | Christian Pointner | 2015-12-19 | 1 | -1/+6 |
| | |||||
* | improved show based imports | Christian Pointner | 2015-12-19 | 1 | -2/+9 |
| | |||||
* | improved error handling and overall resilience to different situations | Christian Pointner | 2015-12-15 | 1 | -19/+113 |
| | |||||
* | fixed bug where some context values where not initialiized properly | Christian Pointner | 2015-12-14 | 1 | -4/+6 |
| | |||||
* | added more sophisticated import options - still needs testing | Christian Pointner | 2015-12-14 | 1 | -70/+121 |
| | |||||
* | fetch Music Pool import-params | Christian Pointner | 2015-12-14 | 1 | -4/+21 |
| | |||||
* | fetching show info works now | Christian Pointner | 2015-12-13 | 1 | -6/+7 |
| | |||||
* | music pool group check works now | Christian Pointner | 2015-12-13 | 1 | -8/+25 |
| | |||||
* | importer can now fetch group of cart | Christian Pointner | 2015-12-13 | 1 | -3/+18 |
| | |||||
* | GroupName should now be only supplied for music pools | Christian Pointner | 2015-12-13 | 1 | -5/+29 |
| | | | | added context SanityCheck before fetching files | ||||
* | importer now knows which information is needed for what operation | Christian Pointner | 2015-12-12 | 1 | -10/+41 |
| | | | | uint vs int for some values | ||||
* | imporved result reporting | Christian Pointner | 2015-12-12 | 1 | -20/+54 |
| | |||||
* | add_cart and add_cut now correctly parse the response | Christian Pointner | 2015-12-12 | 1 | -13/+33 |
| | |||||
* | added xml parse for response of rdxport | Christian Pointner | 2015-12-12 | 1 | -18/+0 |
| | |||||
* | ImportFile now passes through result from RDXport | Christian Pointner | 2015-12-12 | 1 | -11/+33 |
| | |||||
* | parsing RDWebResult works now | Christian Pointner | 2015-12-11 | 1 | -16/+36 |
| | |||||
* | curl based importer | Christian Pointner | 2015-12-11 | 1 | -47/+83 |
| | |||||
* | added RemovCart and AddCut commands | Christian Pointner | 2015-12-11 | 1 | -0/+42 |
| | |||||
* | added add_cart function | Christian Pointner | 2015-12-10 | 1 | -18/+52 |
| | |||||
* | added support for progress callbacks | Christian Pointner | 2015-12-10 | 1 | -17/+31 |
| | |||||
* | importer deletes source file and dir if requested | Christian Pointner | 2015-12-10 | 1 | -1/+26 |
| | |||||
* | import_file should be done | Christian Pointner | 2015-12-08 | 1 | -59/+75 |
| | |||||
* | renamed RDDB to RdDb and added code to fetch show infos based on ID | Christian Pointner | 2015-12-08 | 1 | -4/+26 |
| | |||||
* | moved DB into seperate module | Christian Pointner | 2015-12-08 | 1 | -4/+6 |
| | |||||
* | major refactoring of base structure | Christian Pointner | 2015-12-08 | 1 | -12/+13 |
| | |||||
* | further improved simple web interface | Christian Pointner | 2015-12-04 | 1 | -7/+12 |
| | |||||
* | introduced conf | Christian Pointner | 2015-12-04 | 1 | -11/+52 |
| | |||||
* | moved control interface back to main package | Christian Pointner | 2015-12-03 | 1 | -0/+99 |
added importer at rhimport package |