Commit Graph

192 Commits

Author SHA1 Message Date
Francis Dong
31408edb12 Merge branch 'master' into develop
# Conflicts:
#	docs/CNAME
2020-12-01 15:32:33 +08:00
Francis Dong
7f048a88e8 make aggregation step optional 2020-12-01 15:29:32 +08:00
hongqiaowei
7148b93cca feat: new route 2020-11-30 17:53:48 +08:00
hongqiaowei
60fec9393a feat: ant path match 2020-11-27 17:18:37 +08:00
dxfeng10
51e0bbe7d3 Create CNAME 2020-11-25 10:46:49 +08:00
zhongjie
f3eb94a0ec 1.add subscribe for access stat channel to really send data
2.set stat.open true to open push access stat data
2020-11-25 09:47:30 +08:00
Francis Dong
b1474fba97 add script exception handling guide and roadmap 2020-11-25 09:47:30 +08:00
Francis Dong
336c13f86c check service id before matching aggregation api 2020-11-25 09:47:30 +08:00
Francis Dong
f89e4df27d #19 add embedded default common.js in classpath 2020-11-25 09:47:30 +08:00
zhongjie
ca344082f6 adapt the application.yml file for auto install 2020-11-25 09:47:30 +08:00
Francis Dong
70c132059b #15 return exception information while failed to execute script 2020-11-25 09:47:30 +08:00
Francis Dong
beef51be1a #14 support redirect in aggregation 2020-11-25 09:47:30 +08:00
Francis Dong
4caedf7c00 update: use WebUtils to get request path 2020-11-25 09:47:30 +08:00
zhongjie
2e817109dd 1.update the nacos uri selector to find the same group instance.
2.update version to 1.2.0.
3.update the readme doc.
2020-11-25 09:47:30 +08:00
zhongjie
1f02caabbe application.yml add nacos register group name config. 2020-11-25 09:47:30 +08:00
zhongjie
f3b1bbd007 refactor the hard code with Eureka to support optional Eureka and Nacos. 2020-11-25 09:47:30 +08:00
zhongjie
ded954a2b5 refactor the hard code with Eureka to support optional Eureka and Nacos. 2020-11-25 09:47:30 +08:00
zhongjie
af357c00f7 1.pom add the Nacos dependencies;
2.use Nacos to refresh the config;
3.refactor Apollo listener for compatible with Nacos;
4.refactor application.yml file and add related config.
2020-11-25 09:47:30 +08:00
hongqiaowei
e995bdacc2 style: format code 2020-11-24 18:44:20 +08:00
zhongjie
9114a87624 1.add subscribe for access stat channel to really send data
2.set stat.open true to open push access stat data
2020-11-24 18:42:35 +08:00
hongqiaowei
1e088af3a5 chore: initialize branch 2020-11-24 18:18:46 +08:00
Francis Dong
b0dfb36fb8 add script exception handling guide and roadmap 2020-11-24 18:08:25 +08:00
Francis Dong
75b78815f0 check service id before matching aggregation api 2020-11-24 15:59:14 +08:00
Francis Dong
18c7064df4 #19 add embedded default common.js in classpath 2020-11-24 11:10:53 +08:00
zhong-jie
2c0d0f849c Merge pull request #18 from zhong-jie/feature/integrating-nacos
adapt the application.yml file for auto install
2020-11-20 17:22:00 +08:00
zhongjie
4774598b02 adapt the application.yml file for auto install 2020-11-20 17:16:05 +08:00
Francis Dong
6ee8da1cd1 #15 return exception information while failed to execute script 2020-11-19 17:23:21 +08:00
Francis Dong
51c9022a58 #14 support redirect in aggregation 2020-11-18 18:51:30 +08:00
Francis Dong
5dbf0ef4d5 Merge branch 'develop' of https://github.com/wehotel/fizz-gateway-community into develop 2020-11-17 15:05:17 +08:00
Francis Dong
11fb85a8f2 update: use WebUtils to get request path 2020-11-17 15:01:08 +08:00
zhong-jie
7c36ed3e0f Merge pull request #13 from zhong-jie/feature/integrating-nacos
Feature/integrating nacos
2020-11-17 14:55:05 +08:00
zhongjie
93fa5f9c46 1.update the nacos uri selector to find the same group instance.
2.update version to 1.2.0.
3.update the readme doc.
2020-11-17 10:36:48 +08:00
zhongjie
fffc88293c Merge branches 'feature/integrating-nacos' and 'master' of https://github.com/zhong-jie/fizz-gateway-community into feature/integrating-nacos 2020-11-16 14:56:00 +08:00
zhong-jie
a1cc4a6aef Merge pull request #1 from wehotel/master
update fork
2020-11-16 14:44:57 +08:00
zhongjie
c7e370d818 application.yml add nacos register group name config. 2020-11-12 14:33:51 +08:00
zhongjie
64de533e3b refactor the hard code with Eureka to support optional Eureka and Nacos. 2020-11-12 14:08:21 +08:00
linwaiwai
d0e844d64b jiansihun(aliyun_037803) add fizz-gateway-community.release file. 2020-11-11 18:25:53 +08:00
zhongjie
89757b342f refactor the hard code with Eureka to support optional Eureka and Nacos. 2020-11-09 15:05:05 +08:00
dxfeng10
b0257d956c Merge pull request #12 from wehotel/develop
v1.1.1
2020-11-09 14:31:44 +08:00
Francis Dong
9b4a361b87 docs: remove base path 2020-11-09 11:57:42 +08:00
Francis Dong
f81d9e5326 update: update version number to v1.1.1 2020-11-09 10:43:53 +08:00
linwaiwai
8768848d71 Create CNAME 2020-11-09 10:37:35 +08:00
Francis Dong
8788898160 docs: update aggregation guide 2020-11-09 10:11:25 +08:00
zhongjie
d595c73b17 1.pom add the Nacos dependencies;
2.use Nacos to refresh the config;
3.refactor Apollo listener for compatible with Nacos;
4.refactor application.yml file and add related config.
2020-11-06 17:35:55 +08:00
hongqiaowei
857c3c9288 Merge branch 'master' of https://github.com/wehotel/fizz-gateway-community 2020-11-05 18:00:13 +08:00
hongqiaowei
0a4d836794 Merge branch 'develop' 2020-11-04 10:17:57 +08:00
linwaiwai
6a0772050b Merge branch 'master' of github.com:wehotel/fizz-gateway-community 2020-11-04 10:12:52 +08:00
linwaiwai
1597151d20 add release-drafter.yml for draft 2020-11-03 18:46:13 +08:00
linwaiwai
9b5e5cbae6 update readme format 2020-11-02 14:44:19 +08:00
linwaiwai
acbf8a6995 fix readme title 2020-11-02 14:42:04 +08:00