Skip to content

Commit

Permalink
refactor!: upgrade to axum 0.7 (#62)
Browse files Browse the repository at this point in the history
* refactor: add fork `activitypub-federation` submodule

* refactor: use submodule

* chore(deps): bump version

* fix(api_admin): update middleware

* fix(deps): move swagger-ui to workspace deps

* fix(backend): use axum::serve

* chore(tracing): bump deps version

* fix(ci): checkout submodules

* fix: remove utoipa-swagger-ui

* fix(flake): update source filter

* fix(ci): set submodules=1

* fix: update submodule

* fix: update submodule

* fix(ci): fix command

* fix: update submodule

* chore(justfile): update tasks

* refactor: remove submodule

* refactor(deps): bump `activitypub-federation` to 0.6.0-alpha

* chore: remove submodule options

* chore(deps): bump apalis

* chore(deps): bump scraper

* chore(deps): bump console-subscriber

* chore(deps): bump version

* chore(flake): remove unused filter

* refactor(flake): move rust-analyzer to dev shell

* chore: update flake lock

* chore(flake): remove non-existent input
  • Loading branch information
kwaa committed Sep 12, 2024
1 parent b325aaa commit b0527b2
Show file tree
Hide file tree
Showing 13 changed files with 567 additions and 707 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
if: "!startsWith(github.ref, 'refs/tags')"
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: DeterminateSystems/nix-installer-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix flake check
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
name: build ${{ matrix.target }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: dtolnay/rust-toolchain@nightly
- uses: taiki-e/install-action@just
- uses: mozilla-actions/sccache-action@v0.0.3
Expand Down
Loading

0 comments on commit b0527b2

Please sign in to comment.