-
Notifications
You must be signed in to change notification settings - Fork 572
fix pr#240 issues #242
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
fix pr#240 issues #242
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,18 @@ | ||
| ### v0.7.0 2019 | ||
|
|
||
| - 支持通过cookie、随机数、HTTP method进行拦截过滤 | ||
| - 新增取余的方式进行匹配规则 | ||
| - 新增kafka、balancer、consul_balancer、persist log、node插件 | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Kafka |
||
| - 修复一些已知bug:后台页面展示异常 | ||
| - 对后台页面、balancer等模块的代码和文档说明的重构 | ||
| - 修复了issue#160,解决balancer开关未打开时出现invalid URL prefix in "" 的错误 | ||
| - 修复了issue#162,解决选择器类型为1时continue=false的错误 | ||
| - 修复了issue#233,解决proxy read timeout配置无效的问题 | ||
| - 修复了issue#236,解决忽略大小写进行匹配鉴权值的问题 | ||
| - 修改Makefile | ||
| - 使用指定版的依赖 | ||
|
|
||
|
|
||
| ### v0.6.4 2017.05.16 | ||
|
|
||
| - 修复issue#110, 解决在添加/删除规则后本地js cache未更新,之后立刻更改选择器配置造成的规则丢失bug | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,10 +24,10 @@ Orange是一个基于OpenResty的API网关。除Nginx的基本功能外,它还 | |
| - MySQL | ||
| - 配置存储和集群扩展需要MySQL支持 | ||
| - 使用luarocks安装一些第三方库 | ||
| - luarocks install penlight | ||
| - luarocks install lua-resty-dns-client | ||
| - luarocks install lua-resty-http | ||
| - luarocks install luasocket | ||
| - luarocks install https://luarocks.org/manifests/steved/penlight-1.5.4-1.rockspec | ||
| - luarocks install https://luarocks.org/manifests/kong/lua-resty-dns-client-2.2.0-1.rockspec | ||
| - luarocks install https://luarocks.org/lua-resty-http-0.13-0.src.rock | ||
| - luarocks install https://luarocks.org/manifests/luarocks/luasocket-3.0rc1-2.rockspec | ||
|
|
||
| #### 数据表导入MySQL | ||
|
|
||
|
|
@@ -153,7 +153,6 @@ Orange启动成功后, dashboard和API server也随之启动: | |
| - [@itchenyi](https://github.com/itchenyi) | ||
| - [@Near-Zhang](https://github.com/Near-Zhang) | ||
| - [@khlipeng](https://github.com/khlipeng) | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please add EasonFeng5870 |
||
| - [@sumory](https://github.com/sumory) | ||
| - [@wujunze](https://github.com/wujunze) | ||
|
|
||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| ### KAFKA插件 | ||
|
|
||
| - 需加入如下配置到conf/orange.conf里,与配置中的plugins平级即可: | ||
|
|
||
|
|
||
| "plugin_config":{ | ||
| "kafka":{ | ||
| "broker_list":[ | ||
| { | ||
| "host":"127.0.0.1", | ||
| "port":9092 | ||
| } | ||
| ], | ||
| "producer_config":{ | ||
| "producer_type":"async" | ||
| }, | ||
|
|
||
| "topic":"test" | ||
| } | ||
| }, | ||
|
|
||
|
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cookie 专有名词 大写