Commit b9b79111 authored by Jason Song's avatar Jason Song Committed by Jared Tan

Misc changes (#2806)

* add feature request label

* update demo address and add known users

* normalize url
parent 0f8166ff
...@@ -9,6 +9,7 @@ exemptLabels: ...@@ -9,6 +9,7 @@ exemptLabels:
- discussion - discussion
- enhancement - enhancement
- feature - feature
- feature request
- help wanted - help wanted
- info - info
- need investigation - need investigation
......
...@@ -26,7 +26,7 @@ Java客户端不依赖任何框架,能够运行于所有Java运行时环境, ...@@ -26,7 +26,7 @@ Java客户端不依赖任何框架,能够运行于所有Java运行时环境,
本地快速部署请参见[Quick Start](https://github.com/ctripcorp/apollo/wiki/Quick-Start) 本地快速部署请参见[Quick Start](https://github.com/ctripcorp/apollo/wiki/Quick-Start)
演示环境(Demo): 演示环境(Demo):
- [106.54.227.205:8070](http://106.54.227.205:8070/) - [apollo.nobodyiam.com](http://apollo.nobodyiam.com/)
- 账号/密码:apollo/admin - 账号/密码:apollo/admin
> 如访问github速度缓慢,可以访问[gitee镜像](https://gitee.com/nobodyiam/apollo),不定期同步 > 如访问github速度缓慢,可以访问[gitee镜像](https://gitee.com/nobodyiam/apollo),不定期同步
...@@ -360,7 +360,9 @@ The project is licensed under the [Apache 2 license](https://github.com/ctripcor ...@@ -360,7 +360,9 @@ The project is licensed under the [Apache 2 license](https://github.com/ctripcor
![斯维登集团](https://raw.githubusercontent.com/ctripcorp/apollo-community/master/images/known-users/sweetome.png) ![斯维登集团](https://raw.githubusercontent.com/ctripcorp/apollo-community/master/images/known-users/sweetome.png)
![广东快乐种子科技有限公司](https://raw.githubusercontent.com/ctripcorp/apollo-community/master/images/known-users/vipthink.png) ![广东快乐种子科技有限公司](https://raw.githubusercontent.com/ctripcorp/apollo-community/master/images/known-users/vipthink.png)
![上海盈翼文化传播有限公司](https://raw.githubusercontent.com/ctripcorp/apollo-community/master/images/known-users/tongxuecool.png) ![上海盈翼文化传播有限公司](https://raw.githubusercontent.com/ctripcorp/apollo-community/master/images/known-users/tongxuecool.png)
![上海尚诚消费金融股份有限公司](https://raw.githubusercontent.com/ctripcorp/apollo-community/master/images/known-users/sccfc.png) ![上海尚诚消费金融股份有限公司](https://raw.githubusercontent.com/ctripcorp/apollo-community/master/images/known-users/sccfc.png)
![自如网](https://raw.githubusercontent.com/ctripcorp/apollo-community/master/images/known-users/ziroom.png)
![京东](https://raw.githubusercontent.com/ctripcorp/apollo-community/master/images/known-users/jd.png)
# Awards # Awards
......
...@@ -80,7 +80,7 @@ public class AppController { ...@@ -80,7 +80,7 @@ public class AppController {
} }
} }
@GetMapping("/search/by-appId-or-name") @GetMapping("/search/by-appid-or-name")
public PageDTO<App> searchByAppIdOrAppName(@RequestParam(value = "query", required = false) String query, public PageDTO<App> searchByAppIdOrAppName(@RequestParam(value = "query", required = false) String query,
Pageable pageable) { Pageable pageable) {
if (StringUtils.isEmpty(query)) { if (StringUtils.isEmpty(query)) {
......
...@@ -22,7 +22,7 @@ directive_module.directive('apollonav', ...@@ -22,7 +22,7 @@ directive_module.directive('apollonav',
$('#app-search-list').select2({ $('#app-search-list').select2({
placeholder: placeholderLabel, placeholder: placeholderLabel,
ajax: { ajax: {
url: "/apps/search/by-appId-or-name", url: "/apps/search/by-appid-or-name",
dataType: 'json', dataType: 'json',
delay: 400, delay: 400,
data: function (params) { data: function (params) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment