Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-14 | Drop extraneous #include <QString> | Kitsune Ral | |
2018-01-09 | jobs/generated: Polish formatting; other minor cleanup | Kitsune Ral | |
2017-12-07 | jobs/generated: don't rely on QString's COW; firmer formatting | Kitsune Ral | |
2017-12-07 | Generated jobs: Apply naming convention to parameters | Kitsune Ral | |
It's now camelCase everywhere, even if The Spec uses snake_case (it is not consistent in that respect). | |||
2017-10-13 | Cleaner generated files | Kitsune Ral | |
2017-10-13 | All jobs: Drop ConnectionData parameter from the constructor | Kitsune Ral | |
Having to pass ConnectionData to each and every job class was nothing but boilerplate since the very beginning. Removing it required to prepend BaseJob::start() with ConnectionData-setting code, and to provide a way to alter the request configuration depending on the (late-coming) ConnectionData object. This is a new responsibility of BaseJob::start(); the previous BaseJob::start() contents have moved to BaseJob::sendRequest() (which is now invoked on retries, instead of start()). | |||
2017-09-09 | First files made by api-generator | Kitsune Ral | |
Actual usage will come with the next commit. |