Skip to content
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

feat: complete 2.x beta #630

Merged
merged 50 commits into from
Sep 13, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
3af2cd1
feat: new 2.x
czy88840616 Aug 31, 2020
4645dd0
fix: fix compatibility
czy88840616 Aug 31, 2020
eed4e41
test: pass all case and remove midway-web
czy88840616 Sep 1, 2020
eb6e973
chore: update test
czy88840616 Sep 1, 2020
6d52116
chore: add test node_modules
czy88840616 Sep 2, 2020
2ddfc79
chore: add test node_modules
czy88840616 Sep 2, 2020
53f4be0
test: fix core test
czy88840616 Sep 2, 2020
8da2d01
test: add public dir
czy88840616 Sep 2, 2020
4094e5c
chore: add decorator interface
czy88840616 Sep 3, 2020
0a3a73e
chore: remove eslint
czy88840616 Sep 3, 2020
3f466d8
feat: add koa/express
czy88840616 Sep 3, 2020
21c70f0
refactor: change test framework to jest
czy88840616 Sep 5, 2020
97b6538
refactor: remove definition and add web for koa
czy88840616 Sep 5, 2020
afe304a
test: reactor new faas framework and test passed
czy88840616 Sep 5, 2020
623eba2
refactor: export Framework
czy88840616 Sep 5, 2020
185a0ab
chore: update jest file
czy88840616 Sep 5, 2020
a9cae29
fix: add ignore files
czy88840616 Sep 5, 2020
855c24d
refactor: add express framework
czy88840616 Sep 6, 2020
25a8b73
fix: fix middleware typings
czy88840616 Sep 7, 2020
5bfa5b5
test: add case for @midwayjs/express
czy88840616 Sep 7, 2020
171ae3f
refactor: remove register config
czy88840616 Sep 7, 2020
7d44743
feat: support egg-scripts
czy88840616 Sep 7, 2020
abbaafc
type: update typing with generateController
czy88840616 Sep 8, 2020
c16cc59
chore: fix conflicts
czy88840616 Sep 8, 2020
81e32f5
fix: support cluster
czy88840616 Sep 8, 2020
696d419
feat: support egg-cluster start
czy88840616 Sep 8, 2020
b35305e
chore: update
czy88840616 Sep 9, 2020
8547e57
feat: update midway-bin
czy88840616 Sep 9, 2020
5196196
refactor: remove egg-bin
czy88840616 Sep 9, 2020
472db8f
revert midway-bin
czy88840616 Sep 11, 2020
efeac17
revert midway-bin
czy88840616 Sep 11, 2020
b9a8f4d
feat: add socket.io
czy88840616 Sep 12, 2020
05eb246
test: add case for socket
czy88840616 Sep 12, 2020
f0c8f3f
test: add case for socket.io
czy88840616 Sep 12, 2020
ec0ec6e
feat: add createHttpRequest method
czy88840616 Sep 13, 2020
b240982
chore: remove empty
czy88840616 Sep 13, 2020
4e7c353
fix: fix dep
czy88840616 Sep 13, 2020
5b5354c
chore: ignore err test
czy88840616 Sep 13, 2020
e4c8b60
chore: ignore err test
czy88840616 Sep 13, 2020
f233844
fix: remove setup file
czy88840616 Sep 13, 2020
0c79b2e
fix: remove old test
czy88840616 Sep 13, 2020
76f6ad1
test: add timeout for egg
czy88840616 Sep 13, 2020
6529c1c
test: add timeout for egg
czy88840616 Sep 13, 2020
d97347a
fix: fix arg
czy88840616 Sep 13, 2020
b0bf150
chore: skip
czy88840616 Sep 13, 2020
c459b45
chore: upgrade test
czy88840616 Sep 13, 2020
47526c9
chore: set global timeout
czy88840616 Sep 13, 2020
c42c26c
chore: set global timeout
czy88840616 Sep 13, 2020
ea87e84
chore: set global timeout
czy88840616 Sep 13, 2020
0c3c16f
doc: home (#636)
czy88840616 Sep 13, 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
doc: home (#636)
* docs: homepage

* docs: home animate

* docs: home wall

Co-authored-by: echosoar <82163514@qq.com>
  • Loading branch information
czy88840616 and echosoar authored Sep 13, 2020
commit 0c3c16fb1dafbe6f8e08375373f0361cba1d5757
33 changes: 33 additions & 0 deletions docs/.vuepress/styles/index copy.styl
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
#app
.no-sidebar
.navbar
display: none

.theme-default-content:not(.custom)
max-width: 100% !important
padding: 0;

.top-header
background-color: var(--wt-color-dark,#27282c) !important
width: 100%;
max-width: 100%
margin-top: 0 !important
.top-wrapper
max-width: 740px
margin: 0 auto

a
color: #fff
.logo-wrapper
display: inline-block;
.logo
max-width: 70px !important
.pull-right
float: right

.default-content
max-width: 740px
margin: 0 auto;
padding: 2rem 2.5rem;

// background-color: var(--wt-color-dark,#27282c) !important
Loading