Skip to content

Restore lost commits #342

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 160 commits into from
Nov 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
160 commits
Select commit Hold shift + click to select a range
d67ec8f
isolate core revamp
prasannavl May 13, 2019
a50668f
Merge pull request #219 from prasannavl/2019_05_tide_isolate_core
prasannavl May 15, 2019
a376d60
Fix example link in readme
daleione May 15, 2019
c3066f7
Merge pull request #221 from daleione/readme
prasannavl May 15, 2019
be577ef
fix broken links in readme
prasannavl May 15, 2019
f4473d6
Rename `serve` to `run`, add asynchronous `serve`
tirr-c May 15, 2019
6078fc4
Run rustfmt
tirr-c May 15, 2019
059a8f8
add tide-compression crate
fairingrey May 15, 2019
77dd922
Merge pull request #203 from tirr-c/serve-future
fairingrey May 15, 2019
250c2b9
Merge remote-tracking branch 'upstream/master' into compression
fairingrey May 15, 2019
80f0af6
use run instead of serve
fairingrey May 15, 2019
962fddc
Update tide-compression/README.md
fairingrey May 15, 2019
b19eb2e
Check example in readme compiles during testing
Nemo157 May 15, 2019
3af12d9
Remove #[allow(unused_mut)]
taiki-e May 16, 2019
f7ba837
Merge pull request #229 from Nemo157/test-readme
fairingrey May 16, 2019
dac4493
Remove #[allow(unused_mut)] (#231)
fairingrey May 16, 2019
29cdf99
Merge remote-tracking branch 'upstream/master' into compression
fairingrey May 16, 2019
d64d063
Middleware-based compression and decompression (#194)
fairingrey May 16, 2019
4531977
Improve curl command consistency
pickfire May 17, 2019
bdc9fdf
Improve curl command consistency (#233)
fairingrey May 17, 2019
77b3a1c
Split tide into smaller crates (#220)
wafflespeanut May 19, 2019
85b85e9
Update travis configuration (#228)
Nemo157 May 19, 2019
e7a7dac
add tide-log
prasannavl May 20, 2019
1106a85
change deny attr to warn; consistent enforcement for all crates
prasannavl May 20, 2019
2878aba
Add ResultDynErrExt (#216)
updogliu May 20, 2019
4d6da98
remove remaining deny attrs
prasannavl May 20, 2019
011d0db
rename trait ExtractForms to ContextExt (#239)
fairingrey May 20, 2019
6637aaf
remove async box macro
yoshuawuyts May 20, 2019
e7703fd
rustfmt
yoshuawuyts May 20, 2019
4806db4
Fix broken links in readme (#242)
daleione May 20, 2019
114c17c
Sweep the cache before uploading it (#246)
Nemo157 May 20, 2019
0d8caa9
move tide/ to src/
yoshuawuyts May 20, 2019
e11f71a
fix examples
yoshuawuyts May 20, 2019
15eee77
fix tests
yoshuawuyts May 21, 2019
7a8a33b
remove certificate
yoshuawuyts May 21, 2019
3799be6
remove async box macro (#245)
fairingrey May 21, 2019
e30f184
remove `--manifest-path`
fairingrey May 21, 2019
731e27a
Merge branch 'master' into run-examples
fairingrey May 21, 2019
5ec263e
Bring tide to root, and allow `cargo run --example` (#247)
fairingrey May 21, 2019
4df808d
add tide-log (#222)
prasannavl May 21, 2019
d664194
remove certificate file (#248)
fairingrey May 21, 2019
4bd12ed
Merge branch 'master' into 2019_change_quality_enforcement
fairingrey May 21, 2019
79e37d8
Adjust code quality enforcement (#241)
fairingrey May 21, 2019
a9fbc58
feat: add type annotation
k-nasa May 21, 2019
424c605
fix clippy warnings (#249)
fairingrey May 21, 2019
e45a7e5
Update .travis.yml
fairingrey May 21, 2019
1a93fc2
Update juniper requirement from 0.11.1 to 0.12.0
dependabot-support May 21, 2019
8b06916
isolate tide-headers, tide-slog; better; improve loggers
prasannavl May 21, 2019
225a43d
add logging examples
prasannavl May 21, 2019
9e96166
Merge branch 'master' of ssh://github.com/rustasync/tide
prasannavl May 21, 2019
7d9e136
cargo fmt
prasannavl May 21, 2019
8aac219
add tide dev-dep to all crates
prasannavl May 21, 2019
f41754b
fixup manifest documentation links
prasannavl May 21, 2019
b47e780
pub use ResultDynErrExt in tide::error
updogliu May 21, 2019
476d75b
Update Cargo.toml
fairingrey May 21, 2019
f354835
capitalize Tide in crate desc
fairingrey May 21, 2019
82e990c
Core revamp part 2 (#252)
fairingrey May 21, 2019
d401db3
pub use ResultDynErrExt in tide::error (#253)
fairingrey May 21, 2019
34cb65c
refactor tide-forms, tide-querystring
prasannavl May 21, 2019
5c483ba
Fix the documentation for wildcards for path definitions to match imp…
May 21, 2019
60834dc
fix err_fmt macro
prasannavl May 21, 2019
d187372
fix querystring tests
prasannavl May 21, 2019
676132e
add basic crate level doc
prasannavl May 21, 2019
d15bb7a
cargo fmt
prasannavl May 21, 2019
c121673
Fix links in README
richard-uk1 May 21, 2019
8ac86ec
fix tide-slog keywords limit
prasannavl May 21, 2019
68c6cb7
Fix links in README (#256)
prasannavl May 21, 2019
ce2167a
Rename Context<Data> to Context<State>
Maniarr May 22, 2019
8b667fe
Merge pull request #260 from Maniarr/appdata_rename
fairingrey May 22, 2019
4d4ef6c
Merge branch 'master' into core_revamp_3
fairingrey May 22, 2019
32709f5
Merge pull request #254 from gameldar/master
fairingrey May 22, 2019
9fbd88f
propagate hyper error on serve failure
fairingrey May 22, 2019
d18c369
Core revamp part 3 (#255)
fairingrey May 23, 2019
3a0e592
Merge pull request #261 from fairingrey/propagate_hyper_error
fairingrey May 23, 2019
279e0f0
Add doc comment (#250)
k-nasa May 27, 2019
7c2046a
add test that checks for empty body on HEAD req (#179)
fairingrey Jun 5, 2019
2504828
Add middleware for catching panics (#265)
Nemo157 Jun 5, 2019
1fb4ab3
Implemented CORS header handler middleware (#262)
k-nasa Jun 6, 2019
4486ba0
Add templating example with tera (#267)
milesgranger Jun 6, 2019
a803151
Update lib.rs
fairingrey Jun 6, 2019
994ee1c
reduce redundancy in docs and make consistent (#272)
fairingrey Jun 7, 2019
ae89265
Workaround for issue #278: works around Rust internal compiler error.
realcr Jun 19, 2019
f0d667d
Added a comment explaining the workaround for solving issue 278.
realcr Jun 21, 2019
1505f91
Bumped rust version in .travis.yml to nightly-2019-06-02.
realcr Jun 21, 2019
4bc805b
cargo fmt
realcr Jun 21, 2019
e4fcb6c
Merge pull request #279 from realcr/master
tirr-c Jun 24, 2019
8f80e0c
Core isolation - part 4 (#258)
prasannavl Jun 24, 2019
2e063ae
Add example running on top of runtime (#283)
Nemo157 Jul 4, 2019
a74cc28
Disable default-features everywhere (#282)
Nemo157 Jul 4, 2019
d17b4f0
Update for futures alpha.17 (#286)
Nemo157 Jul 4, 2019
25de413
Rewrite tide-slog to setup a per-request logger instance and support …
Nemo157 May 26, 2019
36c15fd
Add async_closure feature gate where needed (#288)
spastorino Jul 9, 2019
e63086a
Remove usage of async_closure
taiki-e Jul 15, 2019
ff9731c
Remove usage of async_closure (#289)
fairingrey Jul 15, 2019
3eb630f
Set StatusCode for an empty response from `()` to `204`
mehcode Jul 2, 2019
eed3041
Merge pull request #285 from mehcode/patch-1
Jul 16, 2019
7e2adb3
Add doc example showing query parameter extraction
phansch Jul 18, 2019
f269183
Merge pull request #291 from phansch/query_pairs_example
Jul 18, 2019
b77a242
Update juniper requirement from 0.12.0 to 0.13.0
dependabot-preview[bot] Jul 22, 2019
9a9b10a
Cors middleware extension (#275)
k-nasa Jul 22, 2019
3a7601f
Update percent-encoding requirement from 1.0.1 to 2.0.0
dependabot-preview[bot] Jul 24, 2019
dfef176
remove http-service patches (#297)
yoshuawuyts Jul 26, 2019
738c870
Update serde_urlencoded requirement from 0.5.5 to 0.6.0
dependabot-preview[bot] Jul 31, 2019
dd0bcfe
querystring: replace dependency serde_urlencoded with serde_qs (#299)
Aug 5, 2019
7dfb4b8
Fix clippy error in static file example
dvic Aug 9, 2019
d0b1ed8
Merge pull request #303 from dvic/patch-1
Aug 9, 2019
702e0f4
removed existential_type feature
ibaryshnikov Aug 9, 2019
a407732
updated route-recognizer to 0.1.13
ibaryshnikov Aug 13, 2019
25581ae
added patch.crates-io for runtime
ibaryshnikov Aug 16, 2019
c815f72
updated toolchain to nightly-2019-07-29
ibaryshnikov Aug 16, 2019
cd201eb
updated toolchain to nightly-2019-07-31 because of missing rustfmt
ibaryshnikov Aug 16, 2019
e5730ca
Merge pull request #301 from ibaryshnikov/master
ibaryshnikov Aug 16, 2019
369faff
Fix tide-slog docs.rs metadata
Nemo157 Aug 21, 2019
2c15f83
Merge pull request #310 from rustasync/tide-slog-docrs
Nemo157 Aug 21, 2019
23b8719
Upgrade mime_guess to version 2.0.1 (#308)
Aug 21, 2019
958f2a7
Bump http-service dependency in tide-panic, set CI to nightly-2019-08…
vorot93 Aug 21, 2019
c41ed84
Update slog-stdlog to 4.0 (#314)
taiki-e Aug 21, 2019
336c6ef
CORS middleware: no origin header should be treated as an empty origi…
Aug 25, 2019
f56a27d
CORS middleware: update test
Aug 25, 2019
87807a7
CORS middleware: fix clippy
Aug 25, 2019
67e9191
Merge pull request #318 from Ivshti/master
tirr-c Aug 26, 2019
af0b900
updated runtime to 0.3.0-alpha.7, removed patch for crates.io (#319)
ibaryshnikov Aug 30, 2019
e38eb38
Update env_logger requirement from 0.6.1 to 0.7.0
dependabot-preview[bot] Sep 24, 2019
8281f38
Update juniper requirement from 0.13.0 to 0.14.0
dependabot-preview[bot] Sep 30, 2019
e777093
Update uuid requirement from 0.7.4 to 0.8.0
dependabot-preview[bot] Oct 18, 2019
ad984ee
added nested router example
ibaryshnikov Oct 24, 2019
a1b3537
Merge pull request #331 from ibaryshnikov/nested-router-example
Oct 24, 2019
59ad16e
cookies: remove mutability requirement from get_cookie
Aug 23, 2019
6bd69a2
Merge pull request #317 from secretfader/fix-gh-316
Oct 24, 2019
b80e2f8
feat(core): If JSON Serialize failure return 500 and Error message
fundon Oct 27, 2019
ac1d7b0
Merge pull request #332 from fundon/json
Oct 27, 2019
8376372
Remove dev dependency on the runtime crate
Oct 28, 2019
dfbaf72
Merge pull request #334 from secretfader/remove-devdep-runtime
Oct 29, 2019
edadcc3
Revert all the way back to 4a538908f928aa1108473d1832073fc5cb799cc6 (…
dtolnay Nov 1, 2019
af35155
update deps, remove feature flags
yoshuawuyts Oct 30, 2019
e23f80e
remove rfcs
yoshuawuyts Oct 30, 2019
0745b62
remove certificate
yoshuawuyts Oct 30, 2019
a45cfbf
remove .github
yoshuawuyts Oct 30, 2019
df395ad
main app compiles
yoshuawuyts Oct 30, 2019
a059022
everything passes
yoshuawuyts Oct 30, 2019
5919d83
add CI
yoshuawuyts Oct 30, 2019
76bb88b
Merge pull request #337 from http-rs/build
yoshuawuyts Oct 30, 2019
c587451
remove patches
yoshuawuyts Oct 31, 2019
fae5fa4
Merge pull request #338 from http-rs/ci
yoshuawuyts Oct 30, 2019
58a83fd
add unstable feature flag
yoshuawuyts Oct 31, 2019
e0845e2
remove travis
yoshuawuyts Oct 30, 2019
58d03b2
prep release
yoshuawuyts Oct 31, 2019
ec19ca9
Update Cargo.toml
yoshuawuyts Oct 31, 2019
cb70de5
fix warnings
yoshuawuyts Oct 31, 2019
7889d83
cargo fmt
yoshuawuyts Oct 31, 2019
11f8c1c
Merge pull request #339 from http-rs/prep-release
yoshuawuyts Oct 31, 2019
ba56ae3
replace slog with log
yoshuawuyts Oct 31, 2019
303af00
remove unused_mut
yoshuawuyts Oct 31, 2019
6e9bba8
rename ExtractForms to ContextExt
yoshuawuyts Oct 31, 2019
a674076
s/rustasync/http-rs/g
yoshuawuyts Oct 31, 2019
30e7f43
remove box_async macro
yoshuawuyts Oct 31, 2019
d277835
fmt, changelog, tests
yoshuawuyts Oct 31, 2019
c03aaab
fix doc tests
yoshuawuyts Oct 31, 2019
bd2c27b
Merge pull request #340 from http-rs/rewind-page-3
yoshuawuyts Oct 31, 2019
1b67aa4
fix resources links
yoshuawuyts Nov 1, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 0 additions & 75 deletions .github/CODE_OF_CONDUCT.md

This file was deleted.

63 changes: 0 additions & 63 deletions .github/CONTRIBUTING.md

This file was deleted.

32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE/question.md

This file was deleted.

28 changes: 0 additions & 28 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

17 changes: 0 additions & 17 deletions .github/stale.yml

This file was deleted.

86 changes: 86 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
name: CI

on:
pull_request:
push:
branches:
- staging
- trying

env:
RUSTFLAGS: -Dwarnings

jobs:
build_and_test:
name: Build and test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [nightly]

steps:
- uses: actions/checkout@master

- name: Install ${{ matrix.rust }}
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
override: true

- name: check
uses: actions-rs/cargo@v1
with:
command: check
args: --all --bins --examples

- name: check unstable
uses: actions-rs/cargo@v1
with:
command: check
args: --all --benches --bins --examples --tests

- name: tests
uses: actions-rs/cargo@v1
with:
command: test
args: --all

check_fmt_and_docs:
name: Checking fmt and docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master

- id: component
uses: actions-rs/components-nightly@v1
with:
component: rustfmt

- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ steps.component.outputs.toolchain }}
override: true

- name: setup
run: |
rustup component add rustfmt
rustc --version

- name: fmt
run: cargo fmt --all -- --check

- name: Docs
run: cargo doc

clippy_check:
name: Clippy check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install rust
run: rustup update beta && rustup default beta
- name: Install clippy
run: rustup component add clippy
- name: clippy
run: cargo clippy --all
13 changes: 0 additions & 13 deletions .travis.yml

This file was deleted.

37 changes: 0 additions & 37 deletions CERTIFICATE

This file was deleted.

Loading