summaryrefslogtreecommitdiff
path: root/src/errors.rs
Commit message (Collapse)AuthorAge
* colonies: Fully support {meta, user}-dataCara Salter2022-07-10
| | | | | cloud-init should be able to use this as a seed to properly set up the Planet.
* fmtCara Salter2022-07-09
|
* meta: Add Bearer authenticationCara Salter2022-05-30
| | | | Makes use of a pre-shared key. Do not expose this to the internet!
* errors/handlers: Make 404 errors more clearCara Salter2022-05-30
| | | | | Instead of returning a 500 for every error, this should make it a little easier to return specific status codes for different errors
* handlers: Implement CRD handlersCara Salter2022-05-29
| | | | | | Update handler was removed for now. Also postgres!
* initial axum scaffoldCara Salter2022-05-27