Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to actions/checkout@v4 | 2023-09-29 | 1 | -3/+3 | |
| | |||||
* | Use externally maintained Actions | 2023-09-29 | 1 | -8/+5 | |
| | |||||
* | CI: make sure parser is tested | 2023-07-31 | 1 | -3/+3 | |
| | |||||
* | Implement basic hyper integration | 2022-07-25 | 1 | -1/+1 | |
| | | | | | | | The integration is based on askama_gotham. There is no specific trait to convert an arbitrary T to `hyper::Response`, so I used `From<Template> for hyper::Response`. | ||||
* | Make sure all packages are tested | 2022-06-20 | 1 | -79/+13 | |
| | |||||
* | Add caching action to shrink CI times (#698) | 2022-06-17 | 1 | -35/+19 | |
| | |||||
* | Update to Rocket 0.5 | 2022-06-16 | 1 | -1/+1 | |
| | | | | | | | | Though Rocket 0.5 still only a release candidate, Rocket 0.4 severely outdated, and depends on a bunch of crates with active security advisories. Rocket 0.5 updates its dependencies to fixes versions. Also Rocket 0.4 needs a nightly Rust, which caused multiple problems. | ||||
* | Move askama_mendes integration into Askama repo (#561) | 2021-12-01 | 1 | -0/+13 | |
| | |||||
* | Add Axum integration | 2021-11-27 | 1 | -0/+13 | |
| | |||||
* | Remove the askama_iron integration | 2021-08-05 | 1 | -13/+0 | |
| | | | | | | | This web framework seems not to have been updated for quite a while, and its current version appears to depend on vulnerable crates. Remove it for now. If someone wants to fix up Iron upstream and reinstate this, I'd be happy to review your PR. | ||||
* | Changed multi-line commands to single-line commands | 2021-01-01 | 1 | -21/+14 | |
| | |||||
* | Update ci config for new default branch name | 2020-09-19 | 1 | -1/+1 | |
| | |||||
* | Schedule a CI run every Friday | 2020-09-07 | 1 | -0/+2 | |
| | |||||
* | Add Tide target to CI | 2020-07-14 | 1 | -0/+14 | |
| | |||||
* | Fix warp CI job to use stable Rust | 2020-05-21 | 1 | -1/+1 | |
| | |||||
* | Add support for warp | 2020-01-29 | 1 | -0/+14 | |
| | |||||
* | Capitalize test job names | 2020-01-29 | 1 | -2/+2 | |
| | |||||
* | Move Iron integration into a separate askama_iron crate | 2020-01-29 | 1 | -9/+9 | |
| | |||||
* | Move Gotham integration into separate askama_gotham crate | 2020-01-29 | 1 | -0/+14 | |
| | |||||
* | Move Rocket integration into askama_rocket crate | 2020-01-29 | 1 | -3/+4 | |
| | |||||
* | Move Actix-Web integration into separate askama_actix crate | 2020-01-29 | 1 | -11/+18 | |
| | |||||
* | Add GitHub Actions configuration | 2020-01-02 | 1 | -0/+82 | |