Skip to content

Commit

Permalink
Update 'SergioBenitez/Rocket' to 'rwf2/Rocket'.
Browse files Browse the repository at this point in the history
Resolves rwf2/rwf2#5.
  • Loading branch information
SergioBenitez committed Nov 21, 2023
1 parent e81f6c8 commit e526fa0
Show file tree
Hide file tree
Showing 36 changed files with 105 additions and 105 deletions.
40 changes: 20 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ The following changes were made to the project's infrastructure:
[automatic typed config extraction]: https://api.rocket.rs/v0.5/rocket/fairing/struct.AdHoc.html#method.config
[misconfigured secrets]: https://api.rocket.rs/v0.5/rocket/config/struct.SecretKey.html
[default ranking colors]: https://rocket.rs/v0.5/guide/requests/#default-ranking
[`chat`]: https://github.com/SergioBenitez/Rocket/tree/v0.5/examples/chat
[`chat`]: https://github.com/rwf2/Rocket/tree/v0.5/examples/chat
[`Form` guard]: https://api.rocket.rs/v0.5/rocket/form/struct.Form.html
[`Strict`]: https://api.rocket.rs/v0.5/rocket/form/struct.Strict.html
[`CookieJar`#pending]: https://api.rocket.rs/v0.5/rocket/http/struct.CookieJar.html#pending
Expand Down Expand Up @@ -728,16 +728,16 @@ The following changes were made to the project's infrastructure:
* [[`3276b8`]] Removed `unsafe` in `Origin::parse_owned()`, fixing a soundness
issue.

[`3276b8`]: https://github.com/SergioBenitez/Rocket/commit/3276b8
[`3276b8`]: https://github.com/rwf2/Rocket/commit/3276b8

# Version 0.4.9 (May 19, 2021)

## Core

* [[`#1645`], [`f2a56f`]] Fixed `Try` `impl FromResidual<Result> for Outcome`.

[`#1645`]: https://github.com/SergioBenitez/Rocket/issues/1645
[`f2a56f`]: https://github.com/SergioBenitez/Rocket/commit/f2a56f
[`#1645`]: https://github.com/rwf2/Rocket/issues/1645
[`f2a56f`]: https://github.com/rwf2/Rocket/commit/f2a56f

# Version 0.4.8 (May 18, 2021)

Expand All @@ -752,8 +752,8 @@ The following changes were made to the project's infrastructure:

* Updated `base64` dependency to `0.13`.

[`#1548`]: https://github.com/SergioBenitez/Rocket/issues/1548
[`93e88b0`]: https://github.com/SergioBenitez/Rocket/commit/93e88b0
[`#1548`]: https://github.com/rwf2/Rocket/issues/1548
[`93e88b0`]: https://github.com/rwf2/Rocket/commit/93e88b0

# Version 0.4.7 (Feb 09, 2021)

Expand All @@ -762,8 +762,8 @@ The following changes were made to the project's infrastructure:
* [[#1534], [`2059a6`]] Fixed a low-severity, minimal impact soundness issue
in `uri::Formatter`.

[#1534]: https://github.com/SergioBenitez/Rocket/issues/1534
[`2059a6`]: https://github.com/SergioBenitez/Rocket/commit/2059a6
[#1534]: https://github.com/rwf2/Rocket/issues/1534
[`2059a6`]: https://github.com/rwf2/Rocket/commit/2059a6

# Version 0.4.6 (Nov 09, 2020)

Expand All @@ -784,8 +784,8 @@ The following changes were made to the project's infrastructure:
* Updated source code for Rust 2018.
* UI tests now use `trybuild` instead of `compiletest-rs`.

[`86bd7c`]: https://github.com/SergioBenitez/Rocket/commit/86bd7c
[`c24a96`]: https://github.com/SergioBenitez/Rocket/commit/c24a96
[`86bd7c`]: https://github.com/rwf2/Rocket/commit/86bd7c
[`c24a96`]: https://github.com/rwf2/Rocket/commit/c24a96
[enables flushing]: https://api.rocket.rs/v0.4/rocket/response/struct.Stream.html#buffering-and-blocking

# Version 0.4.5 (May 30, 2020)
Expand All @@ -807,10 +807,10 @@ The following changes were made to the project's infrastructure:

* Fixed various typos.

[#1312]: https://github.com/SergioBenitez/Rocket/issues/1312
[`89150f`]: https://github.com/SergioBenitez/Rocket/commit/89150f
[#1263]: https://github.com/SergioBenitez/Rocket/issues/1263
[`376f74`]: https://github.com/SergioBenitez/Rocket/commit/376f74
[#1312]: https://github.com/rwf2/Rocket/issues/1312
[`89150f`]: https://github.com/rwf2/Rocket/commit/89150f
[#1263]: https://github.com/rwf2/Rocket/issues/1263
[`376f74`]: https://github.com/rwf2/Rocket/commit/376f74
[`Origin::map_path()`]: https://api.rocket.rs/v0.4/rocket/http/uri/struct.Origin.html#method.map_path
[`handler::Outcome::from_or_forward()`]: https://api.rocket.rs/v0.4/rocket/handler/type.Outcome.html#method.from_or_forward
[`Options::NormalizeDirs`]: https://api.rocket.rs/v0.4/rocket_contrib/serve/struct.Options.html#associatedconstant.NormalizeDirs
Expand Down Expand Up @@ -1314,7 +1314,7 @@ In addition to new features, Rocket saw the following improvements:
* The `rustls` dependency was updated to `0.14`.
* The `cookie` dependency was updated to `0.11`.

[Tera templates example]: https://github.com/SergioBenitez/Rocket/tree/v0.4/examples/tera_templates
[Tera templates example]: https://github.com/rwf2/Rocket/tree/v0.4/examples/tera_templates
[`FormItems`]: https://api.rocket.rs/v0.4/rocket/request/enum.FormItems.html
[`Config::active()`]: https://api.rocket.rs/v0.4/rocket/config/struct.Config.html#method.active
[`Flash`]: https://api.rocket.rs/v0.4/rocket/response/struct.Flash.html
Expand Down Expand Up @@ -1576,7 +1576,7 @@ In addition to new features, Rocket saw the following improvements:

* Ignored named route parameters are now allowed (`_ident`).
* Fixed issue where certain paths would cause a lint `assert!` to fail
([#367](https://github.com/SergioBenitez/Rocket/issues/367)).
([#367](https://github.com/rwf2/Rocket/issues/367)).
* Lints were updated for `2017-08-10` nightly.
* Minimum required `rustc` is `1.21.0-nightly (2017-08-10)`.

Expand Down Expand Up @@ -1868,7 +1868,7 @@ In addition to new features, Rocket saw the following improvements:
* Allow `k` and `v` to be used as fields in `FromForm` structures by avoiding
identifier collisions ([#265]).

[#265]: https://github.com/SergioBenitez/Rocket/issues/265
[#265]: https://github.com/rwf2/Rocket/issues/265

# Version 0.2.5 (Apr 16, 2017)

Expand Down Expand Up @@ -2064,7 +2064,7 @@ applications.
A couple of bugs were fixed in this release:

* Handlebars partials were not properly registered
([#122](https://github.com/SergioBenitez/Rocket/issues/122)).
([#122](https://github.com/rwf2/Rocket/issues/122)).
* `Rocket::custom` did not set the custom configuration as the `active`
configuration.
* Route path segments containing more than one dynamic parameter were
Expand Down Expand Up @@ -2168,13 +2168,13 @@ In addition to new features, Rocket saw the following smaller improvements:
## Codegen

* Fix `get_raw_segments` index argument in route codegen
([#41](https://github.com/SergioBenitez/Rocket/issues/41)).
([#41](https://github.com/rwf2/Rocket/issues/41)).
* Segments params (`<param..>`) respect prefixes.

## Contrib

* Fix nested template name resolution
([#42](https://github.com/SergioBenitez/Rocket/issues/42)).
([#42](https://github.com/rwf2/Rocket/issues/42)).

## Infrastructure

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Rocket

[![Build Status](https://github.com/SergioBenitez/Rocket/workflows/CI/badge.svg)](https://github.com/SergioBenitez/Rocket/actions)
[![Build Status](https://github.com/rwf2/Rocket/workflows/CI/badge.svg)](https://github.com/rwf2/Rocket/actions)
[![Rocket Homepage](https://img.shields.io/badge/web-rocket.rs-red.svg?style=flat&label=https&colorB=d33847)](https://rocket.rs)
[![Current Crates.io Version](https://img.shields.io/crates/v/rocket.svg)](https://crates.io/crates/rocket)
[![Matrix: #rocket:mozilla.org](https://img.shields.io/badge/style-%23rocket:mozilla.org-blue.svg?style=flat&label=[m])](https://chat.mozilla.org/#/room/#rocket:mozilla.org)
Expand Down Expand Up @@ -128,9 +128,9 @@ come in many forms. You could:
3. Comment on [issues that require feedback].
4. Contribute code via [pull requests].

[issue]: https://github.com/SergioBenitez/Rocket/issues
[issues that require feedback]: https://github.com/SergioBenitez/Rocket/issues?q=is%3Aissue+is%3Aopen+label%3A%22feedback+wanted%22
[pull requests]: https://github.com/SergioBenitez/Rocket/pulls
[issue]: https://github.com/rwf2/Rocket/issues
[issues that require feedback]: https://github.com/rwf2/Rocket/issues?q=is%3Aissue+is%3Aopen+label%3A%22feedback+wanted%22
[pull requests]: https://github.com/rwf2/Rocket/pulls

We aim to keep Rocket's code quality at the highest level. This means that any
code you contribute must be:
Expand Down
4 changes: 2 additions & 2 deletions contrib/db_pools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
[crate]: https://crates.io/crates/rocket_db_pools
[docs.svg]: https://img.shields.io/badge/web-master-red.svg?style=flat&label=docs&colorB=d33847
[crate docs]: https://api.rocket.rs/master/rocket_db_pools
[ci.svg]: https://github.com/SergioBenitez/Rocket/workflows/CI/badge.svg
[ci]: https://github.com/SergioBenitez/Rocket/actions
[ci.svg]: https://github.com/rwf2/Rocket/workflows/CI/badge.svg
[ci]: https://github.com/rwf2/Rocket/actions

Asynchronous database driver integration for Rocket. See the [crate docs] for
full usage details.
Expand Down
2 changes: 1 addition & 1 deletion contrib/db_pools/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "rocket_db_pools_codegen"
version = "0.1.0"
authors = ["Sergio Benitez <sb@sergio.bz>", "Jeb Rosen <jeb@jebrosen.com>"]
description = "Procedural macros for rocket_db_pools."
repository = "https://github.com/SergioBenitez/Rocket/contrib/db_pools"
repository = "https://github.com/rwf2/Rocket/contrib/db_pools"
readme = "../README.md"
keywords = ["rocket", "framework", "database", "pools"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion contrib/db_pools/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "rocket_db_pools"
version = "0.1.0"
authors = ["Sergio Benitez <sb@sergio.bz>", "Jeb Rosen <jeb@jebrosen.com>"]
description = "Rocket async database pooling support"
repository = "https://github.com/SergioBenitez/Rocket/contrib/db_pools"
repository = "https://github.com/rwf2/Rocket/contrib/db_pools"
readme = "../README.md"
keywords = ["rocket", "framework", "database", "pools"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion contrib/dyn_templates/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Sergio Benitez <sb@sergio.bz>"]
description = "Dynamic templating engine integration for Rocket."
documentation = "https://api.rocket.rs/master/rocket_dyn_templates/"
homepage = "https://rocket.rs"
repository = "https://github.com/SergioBenitez/Rocket/tree/master/contrib/dyn_templates"
repository = "https://github.com/rwf2/Rocket/tree/master/contrib/dyn_templates"
readme = "README.md"
keywords = ["rocket", "framework", "templates", "templating", "engine"]
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions contrib/dyn_templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
[crate]: https://crates.io/crates/rocket_dyn_templates
[docs.svg]: https://img.shields.io/badge/web-master-red.svg?style=flat&label=docs&colorB=d33847
[crate docs]: https://api.rocket.rs/master/rocket_dyn_templates
[ci.svg]: https://github.com/SergioBenitez/Rocket/workflows/CI/badge.svg
[ci]: https://github.com/SergioBenitez/Rocket/actions
[ci.svg]: https://github.com/rwf2/Rocket/workflows/CI/badge.svg
[ci]: https://github.com/rwf2/Rocket/actions

This crate adds support for dynamic template rendering to Rocket. It
automatically discovers templates, provides a `Responder` to render templates,
Expand Down
4 changes: 2 additions & 2 deletions contrib/sync_db_pools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
[crate]: https://crates.io/crates/rocket_sync_db_pools
[docs.svg]: https://img.shields.io/badge/web-master-red.svg?style=flat&label=docs&colorB=d33847
[crate docs]: https://api.rocket.rs/master/rocket_sync_db_pools
[ci.svg]: https://github.com/SergioBenitez/Rocket/workflows/CI/badge.svg
[ci]: https://github.com/SergioBenitez/Rocket/actions
[ci.svg]: https://github.com/rwf2/Rocket/workflows/CI/badge.svg
[ci]: https://github.com/rwf2/Rocket/actions

This crate provides traits, utilities, and a procedural macro for configuring
and accessing database connection pools in Rocket. This implementation is backed
Expand Down
2 changes: 1 addition & 1 deletion contrib/sync_db_pools/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "rocket_sync_db_pools_codegen"
version = "0.1.0"
authors = ["Sergio Benitez <sb@sergio.bz>"]
description = "Procedural macros for rocket_sync_db_pools."
repository = "https://github.com/SergioBenitez/Rocket/contrib/sync_db_pools"
repository = "https://github.com/rwf2/Rocket/contrib/sync_db_pools"
readme = "../README.md"
keywords = ["rocket", "framework", "database", "pools"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion contrib/sync_db_pools/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "rocket_sync_db_pools"
version = "0.1.0"
authors = ["Sergio Benitez <sb@sergio.bz>"]
description = "Rocket async database pooling support for sync database drivers."
repository = "https://github.com/SergioBenitez/Rocket/tree/master/contrib/sync_db_pools"
repository = "https://github.com/rwf2/Rocket/tree/master/contrib/sync_db_pools"
readme = "../README.md"
keywords = ["rocket", "framework", "database", "pools"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion contrib/ws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Sergio Benitez <sb@sergio.bz>"]
description = "WebSocket support for Rocket."
documentation = "https://api.rocket.rs/master/rocket_ws/"
homepage = "https://rocket.rs"
repository = "https://github.com/SergioBenitez/Rocket/tree/master/contrib/ws"
repository = "https://github.com/rwf2/Rocket/tree/master/contrib/ws"
readme = "README.md"
keywords = ["rocket", "web", "framework", "websocket"]
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions contrib/ws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
[crate]: https://crates.io/crates/rocket_ws
[docs.svg]: https://img.shields.io/badge/web-master-red.svg?style=flat&label=docs&colorB=d33847
[crate docs]: https://api.rocket.rs/master/rocket_ws
[ci.svg]: https://github.com/SergioBenitez/Rocket/workflows/CI/badge.svg
[ci]: https://github.com/SergioBenitez/Rocket/actions
[ci.svg]: https://github.com/rwf2/Rocket/workflows/CI/badge.svg
[ci]: https://github.com/rwf2/Rocket/actions

This crate provides WebSocket support for Rocket via integration with Rocket's
[connection upgrades] API.
Expand Down
2 changes: 1 addition & 1 deletion core/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Sergio Benitez <sb@sergio.bz>"]
description = "Procedural macros for the Rocket web framework."
documentation = "https://api.rocket.rs/master/rocket_codegen/"
homepage = "https://rocket.rs"
repository = "https://github.com/SergioBenitez/Rocket"
repository = "https://github.com/rwf2/Rocket"
readme = "../../README.md"
keywords = ["rocket", "web", "framework", "code", "generation"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion core/codegen/src/attribute/route/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ fn param_guard_decl(guard: &Guard) -> TokenStream {
#_None => {
#_log::error_!("Internal invariant broken: dyn param {} not found.", #i);
#_log::error_!("Please report this to the Rocket issue tracker.");
#_log::error_!("https://github.com/SergioBenitez/Rocket/issues");
#_log::error_!("https://github.com/rwf2/Rocket/issues");
return #Outcome::Forward((#__data, #Status::InternalServerError));
}
}
Expand Down
2 changes: 1 addition & 1 deletion core/http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Types, traits, and parsers for HTTP requests, responses, and headers.
"""
documentation = "https://api.rocket.rs/master/rocket_http/"
homepage = "https://rocket.rs"
repository = "https://github.com/SergioBenitez/Rocket"
repository = "https://github.com/rwf2/Rocket"
readme = "../../README.md"
keywords = ["rocket", "web", "framework", "http"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion core/http/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//! HTTP library when needed. Because the underlying HTTP library is likely to
//! change (see [#17]), types in [`hyper`] should be considered unstable.
//!
//! [#17]: https://github.com/SergioBenitez/Rocket/issues/17
//! [#17]: https://github.com/rwf2/Rocket/issues/17

#[macro_use]
extern crate pear;
Expand Down
2 changes: 1 addition & 1 deletion core/http/src/uri/fmt/formatter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ impl<T> SuffixedRouteUri<T> {
}
}

// See https://github.com/SergioBenitez/Rocket/issues/1534.
// See https://github.com/rwf2/Rocket/issues/1534.
#[cfg(test)]
mod prefix_soundness_test {
use crate::uri::fmt::{Formatter, UriDisplay, Query};
Expand Down
2 changes: 1 addition & 1 deletion core/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Web framework with a focus on usability, security, extensibility, and speed.
"""
documentation = "https://api.rocket.rs/master/rocket/"
homepage = "https://rocket.rs"
repository = "https://github.com/SergioBenitez/Rocket"
repository = "https://github.com/rwf2/Rocket"
readme = "../../README.md"
keywords = ["rocket", "web", "framework", "server"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion core/lib/src/log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ define_log_macro!(launch_meta (launch_meta_): info, "rocket::launch", $);
define_log_macro!(launch_info (launch_msg_): warn, "rocket::launch", $);

// `print!` panics when stdout isn't available, but this macro doesn't. See
// SergioBenitez/Rocket#2019 and rust-lang/rust#46016 for more.
// rwf2/Rocket#2019 and rust-lang/rust#46016 for more.
//
// Unfortunately, `libtest` captures output by replacing a special sink that
// `print!`, and _only_ `print!`, writes to. Using `write!` directly bypasses
Expand Down
4 changes: 2 additions & 2 deletions site/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Rocket API. They are replaced at build time with a URL prefix. At present, the
following aliases are available, where `${version}` is Rocket's version string
at the time of compilation:

* `@example`: https://github.com/SergioBenitez/Rocket/tree/${version}/examples
* `@github`: https://github.com/SergioBenitez/Rocket/tree/${version}
* `@example`: https://github.com/rwf2/Rocket/tree/${version}/examples
* `@github`: https://github.com/rwf2/Rocket/tree/${version}
* `@api`: https://api.rocket.rs/${version}

For example, to link to `Rocket::launch()`, you might write:
Expand Down
2 changes: 1 addition & 1 deletion site/guide/01-upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ If you run into any issues upgrading, we encourage you to ask questions via
bridged [`#rocket`] IRC channel at `irc.libera.chat`. The [FAQ](../faq/) also
provides answers to commonly asked questions.

[GitHub discussions]: https://github.com/SergioBenitez/Rocket/discussions
[GitHub discussions]: https://github.com/rwf2/Rocket/discussions
[`#rocket:mozilla.org`]: https://chat.mozilla.org/#/room/#rocket:mozilla.org
[`#rocket`]: https://kiwiirc.com/client/irc.libera.chat/#rocket
2 changes: 1 addition & 1 deletion site/guide/1-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Rocket repository and run the included examples in the `examples/` directory.
For instance, the following set of commands runs the `hello` example:

```sh
git clone https://github.com/SergioBenitez/Rocket
git clone https://github.com/rwf2/Rocket
cd Rocket
git checkout master
cd examples/hello
Expand Down
2 changes: 1 addition & 1 deletion site/guide/11-conclusion.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
We hope you agree that Rocket is a refreshing take on web frameworks. As with
any software project, Rocket is _alive_. There are always things to improve, and
we're happy to take the best ideas. If you have something in mind, please
[submit an issue](https://github.com/SergioBenitez/Rocket/issues).
[submit an issue](https://github.com/rwf2/Rocket/issues).

## Getting Help

Expand Down
Loading

0 comments on commit e526fa0

Please sign in to comment.