Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add poem integrationHEADmain | cel 🌸 | 2024-01-24 | 1 | -1/+1 |
| | |||||
* | Add MSRV checking in CI | Dirkjan Ochtman | 2023-09-29 | 1 | -0/+9 |
| | | | | Bump MSRV to 1.65 for the use of let .. else. | ||||
* | Add audit job in CI workflow | Dirkjan Ochtman | 2023-09-29 | 1 | -0/+6 |
| | |||||
* | Upgrade to actions/checkout@v4 | Dirkjan Ochtman | 2023-09-29 | 1 | -3/+3 |
| | |||||
* | Use externally maintained Actions | Dirkjan Ochtman | 2023-09-29 | 1 | -8/+5 |
| | |||||
* | CI: make sure parser is tested | René Kijewski | 2023-07-31 | 1 | -3/+3 |
| | |||||
* | Implement basic hyper integration | René Kijewski | 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 | René Kijewski | 2022-06-20 | 1 | -79/+13 |
| | |||||
* | Add caching action to shrink CI times (#698) | Nate Kidwell | 2022-06-17 | 1 | -35/+19 |
| | |||||
* | Update to Rocket 0.5 | René Kijewski | 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) | Dirkjan Ochtman | 2021-12-01 | 1 | -0/+13 |
| | |||||
* | Add Axum integration | Michael Alyn Miller | 2021-11-27 | 1 | -0/+13 |
| | |||||
* | Remove the askama_iron integration | Dirkjan Ochtman | 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 | vallentin | 2021-01-01 | 1 | -21/+14 |
| | |||||
* | Update ci config for new default branch name | Dirkjan Ochtman | 2020-09-19 | 1 | -1/+1 |
| | |||||
* | Schedule a CI run every Friday | Dirkjan Ochtman | 2020-09-07 | 1 | -0/+2 |
| | |||||
* | Add Tide target to CI | Dirkjan Ochtman | 2020-07-14 | 1 | -0/+14 |
| | |||||
* | Fix warp CI job to use stable Rust | Dirkjan Ochtman | 2020-05-21 | 1 | -1/+1 |
| | |||||
* | Add support for warp | Bjørn Madsen | 2020-01-29 | 1 | -0/+14 |
| | |||||
* | Capitalize test job names | Dirkjan Ochtman | 2020-01-29 | 1 | -2/+2 |
| | |||||
* | Move Iron integration into a separate askama_iron crate | Dirkjan Ochtman | 2020-01-29 | 1 | -9/+9 |
| | |||||
* | Move Gotham integration into separate askama_gotham crate | Dirkjan Ochtman | 2020-01-29 | 1 | -0/+14 |
| | |||||
* | Move Rocket integration into askama_rocket crate | Dirkjan Ochtman | 2020-01-29 | 1 | -3/+4 |
| | |||||
* | Move Actix-Web integration into separate askama_actix crate | Dirkjan Ochtman | 2020-01-29 | 1 | -11/+18 |
| | |||||
* | Add GitHub Actions configuration | Dirkjan Ochtman | 2020-01-02 | 1 | -0/+82 |