Skip to content
This repository was archived by the owner on Oct 29, 2021. It is now read-only.

Feature/better error #64

Open
wants to merge 33 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
001149b
feat: move handler into separate folder
jk-gan May 6, 2020
c0305f2
docs: add docs for Middleware trait
jk-gan May 7, 2020
25ee344
docs: add example to import Middleware trait from obsidian
jk-gan May 7, 2020
e933273
docs: fix some docs error in Middleware trait
jk-gan May 7, 2020
7c2fa11
chore: rename middleware -> middlewares inside EndpointExecutor to av…
jk-gan May 7, 2020
94583bb
feat: modify app.listen to accept port number only to simplify the code
jk-gan May 9, 2020
5f3b689
docs: removed unused codes in README
jk-gan May 10, 2020
8499fac
docs: remove extra lines
jk-gan May 17, 2020
57ed5c2
feat: add source for ObsidianError
jk-gan May 20, 2020
8f2cae3
docs: modify readme
jk-gan May 21, 2020
d122a67
docs: modify the layout of readme
jk-gan May 21, 2020
fd9f1eb
docs: add bash syntax highlighting for bash command
jk-gan May 21, 2020
e3d74e3
docs: fix some wordings
jk-gan May 21, 2020
76f38fe
docs: fix typos
jk-gan May 21, 2020
7dbd7f4
docs: remove extra spacing
jk-gan May 21, 2020
e7113f8
docs: Add app lifecycle image
jk-gan May 23, 2020
8bd2d2f
docs: fix the lifecycle link
jk-gan May 23, 2020
dbda0c9
docs: reduce lifecycle image size
jk-gan May 23, 2020
62cdc6c
feat: initial implementation of IntoErrorResponse
jk-gan May 23, 2020
bd7c656
feat: simplify IntoErrorResponse trait
jk-gan May 24, 2020
380768b
fix: fix the potential crash in the logger middleware
jk-gan May 24, 2020
81814dc
fix: remove unused codes
jk-gan May 25, 2020
e3aaa44
feat: make handler return impl Responder
jk-gan May 31, 2020
b7a1e1f
feat: build method is no longer own the context
jk-gan May 31, 2020
a94f7b5
fix: remove warnings
jk-gan May 31, 2020
b063d10
chore: fix the examples
jk-gan May 31, 2020
78f1d1a
docs: add contributors section
jk-gan Jun 7, 2020
cfd961a
feat: add Responder for Result<T, E>
jk-gan Jun 7, 2020
d05134b
docs: fix the app state example
jk-gan Jun 7, 2020
5c8fbc2
docs: fix main example to match the latest framework version
jk-gan Jun 7, 2020
07d8166
feat: add Responder for ContextResult
jk-gan Jun 8, 2020
2395b08
fix: fix some typo
jk-gan Jun 21, 2020
634155e
fix: fix some error after rebase to develop
jk-gan Jul 4, 2020
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
Prev Previous commit
Next Next commit
docs: Add app lifecycle image
jk-gan committed Jul 4, 2020
commit e7113f8bbeba841b803e40d610a005155399ad2d
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -100,6 +100,9 @@ cargo run --example
cargo run --example example
```

## App Lifecycle
![app lifecycle](./screenshot/serve.png)

## Current State

Under active development and **NOT READY FOR PRODUCTION YET!**
Binary file added screenshot/lifecycle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.