aboutsummaryrefslogtreecommitdiffstats
path: root/.github (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add poem integrationHEADmainLibravatar cel 🌸2024-01-241-1/+1
|
* Add MSRV checking in CILibravatar Dirkjan Ochtman2023-09-291-0/+9
| | | | Bump MSRV to 1.65 for the use of let .. else.
* Add audit job in CI workflowLibravatar Dirkjan Ochtman2023-09-291-0/+6
|
* Upgrade to actions/checkout@v4Libravatar Dirkjan Ochtman2023-09-291-3/+3
|
* Use externally maintained ActionsLibravatar Dirkjan Ochtman2023-09-292-43/+5
|
* CI: make sure parser is testedLibravatar René Kijewski2023-07-311-3/+3
|
* Implement basic hyper integrationLibravatar René Kijewski2022-07-251-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 testedLibravatar René Kijewski2022-06-201-79/+13
|
* Add caching action to shrink CI times (#698)Libravatar Nate Kidwell2022-06-172-35/+54
|
* Update to Rocket 0.5Libravatar René Kijewski2022-06-161-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)Libravatar Dirkjan Ochtman2021-12-011-0/+13
|
* Add Axum integrationLibravatar Michael Alyn Miller2021-11-271-0/+13
|
* Remove the askama_iron integrationLibravatar Dirkjan Ochtman2021-08-051-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.
* Tweak dependabot ignore settingsLibravatar Dirkjan Ochtman2021-04-291-9/+1
|
* Upgrade to GitHub-native DependabotLibravatar dependabot-preview[bot]2021-04-291-0/+24
|
* Changed multi-line commands to single-line commandsLibravatar vallentin2021-01-011-21/+14
|
* Fix links and actions which were broken since the default branch was renamed ↵Libravatar jake2020-10-261-1/+1
| | | | from master to main
* Update ci config for new default branch nameLibravatar Dirkjan Ochtman2020-09-191-1/+1
|
* Schedule a CI run every FridayLibravatar Dirkjan Ochtman2020-09-071-0/+2
|
* Add Tide target to CILibravatar Dirkjan Ochtman2020-07-141-0/+14
|
* Add CI to build bookLibravatar Dirkjan Ochtman2020-06-301-0/+19
|
* Fix warp CI job to use stable RustLibravatar Dirkjan Ochtman2020-05-211-1/+1
|
* Add support for warpLibravatar Bjørn Madsen2020-01-291-0/+14
|
* Capitalize test job namesLibravatar Dirkjan Ochtman2020-01-291-2/+2
|
* Move Iron integration into a separate askama_iron crateLibravatar Dirkjan Ochtman2020-01-291-9/+9
|
* Move Gotham integration into separate askama_gotham crateLibravatar Dirkjan Ochtman2020-01-291-0/+14
|
* Move Rocket integration into askama_rocket crateLibravatar Dirkjan Ochtman2020-01-291-3/+4
|
* Move Actix-Web integration into separate askama_actix crateLibravatar Dirkjan Ochtman2020-01-291-11/+18
|
* Add funding links configLibravatar Dirkjan Ochtman2020-01-231-0/+2
|
* Add GitHub Actions configurationLibravatar Dirkjan Ochtman2020-01-021-0/+82