Commit Graph

39 Commits

Author SHA1 Message Date
fa-sharp
594e15a768 add Dockerfile 2026-02-22 02:24:28 -05:00
fa-sharp
13918f65ad ci: remove unnecessary steps when no updates are available 2026-02-20 23:12:20 -05:00
fa-sharp
97c8b6a38d Update README.md 2026-02-20 05:51:00 -05:00
fa-sharp
97854359bf Update README.md 2026-02-20 05:43:55 -05:00
fa-sharp
bf394f7dbc Create .gitignore.liquid 2026-02-20 05:43:55 -05:00
fa-sharp
9096d6a3e9 Delete TEMPLATE_USAGE.md 2026-02-20 05:43:55 -05:00
ffc5b946c2 ⬆️ Automated Dependency Upgrade (#5)
This PR contains automated dependency upgrades that have been tested with `cargo check` and `cargo build`

## Changes

```
name       old req        compatible     latest         new req
====       =======        ==========     ======         =======
aide       0.16.0-alpha.1 0.16.0-alpha.2 0.16.0-alpha.2 0.16.0-alpha.2
anyhow     1.0.101        1.0.102        1.0.102        1.0.102
schemars   1.0            1.2.1          1.2.1          1.2
serde_json 1.0.145        1.0.149        1.0.149        1.0.149
tokio      1.48.0         1.49.0         1.49.0         1.49.0
   Upgrading git dependencies
     Locking 0 packages to latest Rust 1.90.0 compatible versions
   Upgrading recursive dependencies
     Locking 0 packages to latest Rust 1.90.0 compatible versions
note: Re-run with `--verbose` to show more dependencies
  git: axum-app-wrapper
  latest: 7 packages
```

## Testing

 Generated test project with aide
 Generated test project without aide
 All builds passed
 All checks passed

## Workflow Run

https://gitea.fasharp.io/fa-sharp/axum-template/actions/runs/14

---
*This PR was automatically created by the dependency check workflow.*

Co-authored-by: Dependency Bot <bot@gitea.actions>
Reviewed-on: #5
2026-02-20 10:19:08 +00:00
fa-sharp
2c807d62bc add openapi routes to aide template 2026-02-20 04:57:27 -05:00
fa-sharp
2efaa86440 add hello routes to template 2026-02-20 03:56:40 -05:00
fa-sharp
ea5a23ac23 ci: fix gitea credentials for opening pr 2026-02-20 03:41:08 -05:00
fa-sharp
8415a4e503 Update dependency-check.yml 2026-02-20 03:29:26 -05:00
fa-sharp
0e0da24caf ci: fix remote git url 2026-02-20 03:25:40 -05:00
fa-sharp
e0f91c6c80 ci: fix duplicate git commit 2026-02-20 03:14:02 -05:00
fa-sharp
da2129344d Update dependency-check.yml 2026-02-20 03:07:12 -05:00
fa-sharp
19b1952d14 Update dependency-check.yml 2026-02-20 03:03:02 -05:00
fa-sharp
673a53c34b ci: use own pr logic 2026-02-20 02:55:14 -05:00
fa-sharp
a0e9e2d834 Update dependency-check.yml 2026-02-20 02:32:26 -05:00
fa-sharp
29dda132d8 Update dependency-check.yml 2026-02-20 02:30:06 -05:00
fa-sharp
634b677947 ci: checkout and commit new deps 2026-02-20 02:28:00 -05:00
fa-sharp
2f9dccdf4f ci: fix pr action branch 2026-02-20 02:20:15 -05:00
fa-sharp
80c77444d2 ci: fix public server URL 2026-02-20 01:48:39 -05:00
fa-sharp
b3e301e45a Update dependency-check.yml 2026-02-20 01:46:50 -05:00
fa-sharp
463bc47b1d Update dependency-check.yml 2026-02-20 01:42:48 -05:00
fa-sharp
639242873e ci: fix issue branch 2026-02-20 01:33:19 -05:00
fa-sharp
7de4a9a86a Update dependency-check.yml 2026-02-20 01:14:20 -05:00
fa-sharp
2aa5f9f10c ci: remove verbose flags 2026-02-20 00:59:24 -05:00
fa-sharp
d10d712d20 Update dependency-check.yml 2026-02-20 00:57:07 -05:00
fa-sharp
e6dd9f37f2 ci: fix cargo generate with cached cargo deps 2026-02-20 00:36:15 -05:00
fa-sharp
6429112893 ci: permissions 2026-02-20 00:21:12 -05:00
fa-sharp
c0828867bd ci: add automated PR for dep upgrades 2026-02-20 00:10:02 -05:00
fa-sharp
4159d0d7ff Update dependency-check.yml 2026-02-19 23:42:15 -05:00
fa-sharp
0e1a0a4fbf ci: fix issues 2026-02-19 23:24:12 -05:00
fa-sharp
31cddd1e35 ci: add weekly dependency check 2026-02-19 23:04:47 -05:00
fa-sharp
71cd24c814 Add comprehensive template usage guide 2026-02-19 16:06:42 -05:00
fa-sharp
a95de873ed Add serde derive feature 2026-02-19 16:01:32 -05:00
fa-sharp
525e3b3429 Use Rust 2024 edition to avoid Future import 2026-02-19 15:59:09 -05:00
fa-sharp
1f03671ce8 Rename Cargo.toml to Cargo.toml.liquid for templating 2026-02-19 15:55:06 -05:00
fa-sharp
4769ad9df1 Fix Jinja2 template syntax formatting 2026-02-19 15:54:08 -05:00
fa-sharp
694b94d579 Initial commit: Axum web service template 2026-02-19 15:45:45 -05:00