Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-03 | jobs/generated: Polish formatting; other minor cleanup | Kitsune Ral | |
2017-12-07 | Make BaseJob::Data consume QByteArray as well, not only QJsonObject | Kitsune Ral | |
This is needed to support cases of content-repo, where the request/response bodies are not JSON. | |||
2017-12-06 | jobs/generated: don't rely on QString's COW; firmer formatting | Kitsune Ral | |
2017-11-30 | 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-11-28 | Merge branch 'master' into kitsune-gtad | Kitsune Ral | |
2017-11-01 | Move converters.h out of jobs/ | Kitsune Ral | |
Because they are applicable beyond jobs. | |||
2017-10-19 | Generated jobs: Don't dump empty strings to body parameters | Kitsune Ral | |
This is important for (soon to be added) LoginJob, since the server is sensitive to getting an (even empty) entity for "medium" as opposed to omitting it entirely. This cannot be addressed on the spec level; on the other hand, removing empty parameters from the payload reduces useless bytes getting on the wire. | |||
2017-10-14 | Actually added generated/profile.* files, needed to change display name | Kitsune Ral | |