Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-01-24 | Add poem integrationHEADmain | 1 | -1/+1 | ||
2023-09-29 | Add MSRV checking in CI | 1 | -0/+9 | ||
Bump MSRV to 1.65 for the use of let .. else. | |||||
2023-09-29 | Add audit job in CI workflow | 1 | -0/+6 | ||
2023-09-29 | Upgrade to actions/checkout@v4 | 1 | -3/+3 | ||
2023-09-29 | Use externally maintained Actions | 2 | -43/+5 | ||
2023-07-31 | CI: make sure parser is tested | 1 | -3/+3 | ||
2022-07-25 | Implement basic hyper integration | 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`. | |||||
2022-06-20 | Make sure all packages are tested | 1 | -79/+13 | ||
2022-06-17 | Add caching action to shrink CI times (#698) | 2 | -35/+54 | ||
2022-06-16 | Update to Rocket 0.5 | 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. | |||||
2021-12-01 | Move askama_mendes integration into Askama repo (#561) | 1 | -0/+13 | ||
2021-11-27 | Add Axum integration | 1 | -0/+13 | ||
2021-08-05 | Remove the askama_iron integration | 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. | |||||
2021-04-29 | Tweak dependabot ignore settings | 1 | -9/+1 | ||
2021-04-29 | Upgrade to GitHub-native Dependabot | 1 | -0/+24 | ||
2021-01-01 | Changed multi-line commands to single-line commands | 1 | -21/+14 | ||
2020-10-26 | Fix links and actions which were broken since the default branch was renamed ↵ | 1 | -1/+1 | ||
from master to main | |||||
2020-09-19 | Update ci config for new default branch name | 1 | -1/+1 | ||
2020-09-07 | Schedule a CI run every Friday | 1 | -0/+2 | ||
2020-07-14 | Add Tide target to CI | 1 | -0/+14 | ||
2020-06-30 | Add CI to build book | 1 | -0/+19 | ||
2020-05-21 | Fix warp CI job to use stable Rust | 1 | -1/+1 | ||
2020-01-29 | Add support for warp | 1 | -0/+14 | ||
2020-01-29 | Capitalize test job names | 1 | -2/+2 | ||
2020-01-29 | Move Iron integration into a separate askama_iron crate | 1 | -9/+9 | ||
2020-01-29 | Move Gotham integration into separate askama_gotham crate | 1 | -0/+14 | ||
2020-01-29 | Move Rocket integration into askama_rocket crate | 1 | -3/+4 | ||
2020-01-29 | Move Actix-Web integration into separate askama_actix crate | 1 | -11/+18 | ||
2020-01-23 | Add funding links config | 1 | -0/+2 | ||
2020-01-02 | Add GitHub Actions configuration | 1 | -0/+82 | ||