1
0
mirror of https://github.com/actix/actix synced 2024-11-27 08:12:57 +01:00
Commit Graph

1088 Commits

Author SHA1 Message Date
dependabot[bot]
d762e60bc9
chore(deps): bump codecov/codecov-action from 4.6.0 to 5.0.2 (#601)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-18 11:12:56 +00:00
dependabot[bot]
70fd80a5ac
chore(deps): bump actions-rust-lang/setup-rust-toolchain (#599)
Bumps [actions-rust-lang/setup-rust-toolchain](https://github.com/actions-rust-lang/setup-rust-toolchain) from 1.10.0 to 1.10.1.
- [Release notes](https://github.com/actions-rust-lang/setup-rust-toolchain/releases)
- [Changelog](https://github.com/actions-rust-lang/setup-rust-toolchain/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions-rust-lang/setup-rust-toolchain/compare/v1.10.0...v1.10.1)

---
updated-dependencies:
- dependency-name: actions-rust-lang/setup-rust-toolchain
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-07 04:35:35 +00:00
dependabot[bot]
0728021bd7
chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (#600)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v4.5.0...v4.6.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-07 04:35:25 +00:00
dependabot[bot]
0acefdca27
chore(deps): bump actions-rust-lang/setup-rust-toolchain (#597)
Bumps [actions-rust-lang/setup-rust-toolchain](https://github.com/actions-rust-lang/setup-rust-toolchain) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/actions-rust-lang/setup-rust-toolchain/releases)
- [Changelog](https://github.com/actions-rust-lang/setup-rust-toolchain/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions-rust-lang/setup-rust-toolchain/compare/v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: actions-rust-lang/setup-rust-toolchain
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-23 15:17:13 +00:00
Rob Ede
e9133dc254
ci: fix public-api (#598) 2024-09-23 16:05:21 +01:00
Rob Ede
e71592e389
chore: remove just recipe groups 2024-09-12 16:20:29 -04:00
Rob Ede
46086eb843
chore: remove changelog dates 2024-09-12 16:19:52 -04:00
Rob Ede
8c36d6bfc5
fix(derive): fix compiles when using quoted rtype form 2024-09-12 16:18:02 -04:00
dependabot[bot]
104ad8f5da
chore(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0 (#594)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.4.1 to 4.5.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v4.4.1...v4.5.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-17 09:05:17 +00:00
dependabot[bot]
62e8f7fb49
chore(deps): bump actions-rust-lang/setup-rust-toolchain (#593)
Bumps [actions-rust-lang/setup-rust-toolchain](https://github.com/actions-rust-lang/setup-rust-toolchain) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/actions-rust-lang/setup-rust-toolchain/releases)
- [Changelog](https://github.com/actions-rust-lang/setup-rust-toolchain/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions-rust-lang/setup-rust-toolchain/compare/v1.8.0...v1.9.0)

---
updated-dependencies:
- dependency-name: actions-rust-lang/setup-rust-toolchain
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-10 04:17:04 +00:00
Rob Ede
3815025cfd
chore(actix): prepare release 0.13.5 2024-06-09 19:40:41 +01:00
Rob Ede
5c307dd781
ci: remove doc uploads 2024-06-09 02:56:10 +01:00
Corey Farwell
5e5ec1c3a2
Make it possible to use Registry without requiring ArbiterService (#550)
* Make it possible to use `Registry` without requiring `AribiterService`

* test: fix add_message_stream doctest

* feat: add Registry::get_or_start_default alias

* ci: fix codecov

---------

Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-06-09 01:51:45 +00:00
Rob Ede
706f8a1ecb
chore(actix): prepare release 0.13.4 2024-06-09 02:05:38 +01:00
Rob Ede
377c29fe3b
docs: remove useless release dates from changelog 2024-06-09 02:05:20 +01:00
Caleb Leinz (he/him)
8a7c334afb
Add run_interval_at to AsyncContext (#581)
* Add run_interval_at to AsyncContext

* test: add run_interval_at tests

---------

Co-authored-by: Caleb Leinz <caleb.leinz@atlasground.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-06-09 01:01:06 +00:00
dependabot[bot]
73c2f35abc
chore(deps): bump codecov/codecov-action from 4.3.1 to 4.4.1 (#592)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-06-09 01:34:28 +01:00
dependabot[bot]
0781000100
chore(deps): bump JamesIves/github-pages-deploy-action (#590)
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
- [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.6.0...v4.6.1)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-05-27 18:24:24 +00:00
Rob Ede
3b8e0212f8
ci: use just recipes 2024-05-27 19:15:34 +01:00
dependabot[bot]
fe8355dd48
chore(deps): bump codecov/codecov-action from 4.1.0 to 4.3.1 (#589)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.0 to 4.3.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v4.1.0...v4.3.1)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-02 02:38:56 +00:00
dependabot[bot]
da0487e9ee
chore(deps): bump JamesIves/github-pages-deploy-action (#588)
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
- [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.5.0...v4.6.0)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-02 01:50:14 +01:00
Rob Ede
d31061dae7
ci: fix msrv checks 2024-05-02 01:33:21 +01:00
dependabot[bot]
95f59df08e
chore(deps): bump codecov/codecov-action from 4.0.2 to 4.1.0 (#584) 2024-03-04 07:28:42 +00:00
Rob Ede
09e4bc33db
chore: address nightly warnings 2024-03-02 14:36:20 +00:00
dependabot[bot]
cc78839ad4
chore(deps): bump codecov/codecov-action from 4.0.1 to 4.0.2 (#582)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v4.0.1...v4.0.2)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-03-01 18:33:11 +00:00
Rob Ede
a1f1e908f3
chore: address nightly lints 2024-03-01 18:13:12 +00:00
Rob Ede
f3a3233b46
chore(actix): prepare release 0.13.3 2024-02-07 05:20:25 +00:00
Rob Ede
e67b07825c
docs: idiomatic ActorFuture docs 2024-02-07 05:19:21 +00:00
dependabot[bot]
07baeb8584
chore(deps): bump codecov/codecov-action from 4.0.0 to 4.0.1 (#579)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-05 10:14:25 +00:00
Rob Ede
4e7dab3446
chore: use friendlier mod names 2024-02-01 05:23:23 +00:00
Rob Ede
a80964509d
docs: use intra-doc links in crate root 2024-02-01 05:19:24 +00:00
Rob Ede
9928306c07
chore(actix): prepare release 0.13.2 2024-02-01 05:17:08 +00:00
Rob Ede
fddd07512c
ci: standardize job names 2024-02-01 05:16:40 +00:00
Rob Ede
31b0f4b8dc
ci: fix cargo-nextest install 2024-02-01 05:09:50 +00:00
Rob Ede
7d40ea52dc
ci: switch to nextest 2024-02-01 05:08:26 +00:00
Rob Ede
c0cf913af8
chore: prevent dead code warnings 2024-02-01 05:03:04 +00:00
Rob Ede
b555813c77
chore: prevent dead code warnings 2024-02-01 04:56:20 +00:00
Rob Ede
37b92c6bee
chore: prevent dead code warnings on nightly 2024-02-01 04:53:31 +00:00
Rob Ede
66427f954c
chore: prevent dead code warning on nightly 2024-02-01 04:49:22 +00:00
Rob Ede
5ac0716fe0
chore: prevent unused lint regression on nightly 2024-02-01 04:43:27 +00:00
Rob Ede
63ef85d986
docs: prefer shorter rtype where possible 2024-02-01 04:38:28 +00:00
50U10FCA7
35cb05bb8c
Expose actix::ContextFut::restart to public API (#567)
* Expose `ContextFut::restart`

* Corrections

* `CHANGES.md` corrections

* Docs corrections

---------

Co-authored-by: 50U10FCA7 <m.bashilov.srg@gmail.com>
2024-02-01 04:20:10 +00:00
Ivan Palamarchuk
25242abaa6
Added path type as a possible value for rtype result (#575)
* Added path as a possible value for rtype

* chore: remove bare rtype fail test

* chore: fix trybuild

---------

Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-02-01 04:13:00 +00:00
Rob Ede
5e7d502f3a
ci: split coverage to new workflow 2024-02-01 04:03:29 +00:00
Rob Ede
8297ca3d4a
ci: faster cargo-public-api install 2024-02-01 03:41:46 +00:00
dependabot[bot]
1d833da0be
Bump codecov/codecov-action from 3.1.6 to 4.0.0 (#577)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.6 to 4.0.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3.1.6...v4.0.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-01 03:33:56 +00:00
Rob Ede
cb153a0c2c
ci: dependabot runs weekly 2024-02-01 03:30:04 +00:00
dependabot[bot]
b41ce10cba
Bump codecov/codecov-action from 3.1.5 to 3.1.6 (#576)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.5 to 3.1.6.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3.1.5...v3.1.6)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-31 11:53:29 +00:00
dependabot[bot]
273d5e6ebd
Bump codecov/codecov-action from 3.1.4 to 3.1.5 (#574)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3.1.4...v3.1.5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-26 10:58:00 +00:00
dependabot[bot]
ae67ce512c
Bump actions-rust-lang/setup-rust-toolchain from 1.7.0 to 1.8.0 (#573)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-15 03:34:50 +00:00