Commit Graph

53 Commits

Author SHA1 Message Date
barnettZQG
fe2db1e973 format code 2020-11-25 16:39:38 +08:00
barnettZQG
6c2807a856 init go mod #821 2020-09-06 11:09:48 +08:00
barnettZQG
87e432708d Optimize the gateway policy enforcement process logic #635 2020-01-20 12:46:39 +08:00
GLYASAI
2f0ea5241d update ingress after updating the certificate 2019-12-10 17:56:47 +08:00
曾庆国
a7dc565364 gateway support multiple ip #417 2019-09-18 17:56:52 +08:00
凡羊羊
ebb0a278fc fix rule-config bugs, add event_id 2019-08-29 19:33:54 +08:00
凡羊羊
40adac9991 make event log in middleware 2019-08-22 16:07:26 +08:00
GLYASAI
5d01753d2f restricting domain names with regular expressions 2019-04-13 15:29:24 +08:00
GLYASAI
feb1e1ba64 [REV] change gateway configuration
[FIX] fix some bug
2019-03-14 21:10:14 +08:00
GLYASAI
9d9e56a8c6 [FIX] make proxy_set_header work 2019-03-14 16:00:45 +08:00
GLYASAI
d0415a0042 [REV] remove configmap for third-party service 2019-03-14 11:12:17 +08:00
GLYASAI
0f886b3d35 [ADD] add or update api for gateway rule configuration 2019-03-13 13:58:30 +08:00
huangrh
bd57b2f829 [FIX] wrong dao for adding rule config 2019-03-12 10:37:45 +08:00
huangrh
bc1c32b792 Merge branch 'cfg' 2019-03-12 09:59:57 +08:00
huangrh
fc244b8fd1 [REV] change prober 2019-03-12 09:59:09 +08:00
huangrh
209f9bab35 [ADD] curd api for gateway rule config 2019-03-11 01:28:37 +08:00
barnett
b6eed75a65 [ADD] add batch operation api 2019-03-08 19:22:22 +08:00
barnett
065913a55c [REV] Optimize code quality via gofmt 2019-02-12 15:40:42 +08:00
GLYASAI
ba298e3a39 [DEL] remove IPPort temporarily 2018-12-19 13:53:11 +08:00
GLYASAI
5ae1489948 [ADD] add rest api for add ippool 2018-12-19 10:35:04 +08:00
GLYASAI
a8409eeb75 [ADD] add ip pool 2018-12-19 10:00:50 +08:00
GLYASAI
300bf4fcf2 [ADD] add debug messages 2018-12-18 22:44:45 +08:00
GLYASAI
62b2e89230 [FIX] fix bug: unable to update IPPort 2018-12-18 20:55:12 +08:00
GLYASAI
d8123d9c50 [REV] add checkAllZero to TCPAvailable 2018-12-18 19:43:17 +08:00
GLYASAI
e261076b2a [ADD] add delete IPPort 2018-12-18 19:15:21 +08:00
GLYASAI
c96d6c5016 [DEL] remove port checking 2018-12-18 17:58:51 +08:00
GLYASAI
d8c5f0b087 [ADD] checks if the ip and port for TCP is available 2018-12-18 16:58:13 +08:00
GLYASAI
bfb2eaae19 [ADD]add action in task boty 2018-12-10 21:23:55 +08:00
barnett
2eb8263ed9 [REV]change mq client code 2018-12-04 13:43:15 +08:00
GLYASAI
36d18c7c18 [FIX] fix bug: Certificate already exists 2018-11-29 12:10:10 +08:00
GLYASAI
c1d18f158a [REV] return serviceID when change gateway rule 2018-11-28 17:44:26 +08:00
GLYASAI
453fe2c26c [ADD] add minimum external port 2018-11-28 17:01:58 +08:00
GLYASAI
9bb1a8ff74 [ADD] send apply rules task when change outer port or inner port 2018-11-27 16:46:05 +08:00
GLYASAI
41288c6315 [ADD] send apple rule task 2018-11-26 18:08:16 +08:00
GLYASAI
1167a37621 [ADD] add request struct for delete tcp rule 2018-11-26 11:39:01 +08:00
GLYASAI
428e4bda26 [ADD] add validation for updating tcp rule 2018-11-26 11:30:58 +08:00
GLYASAI
53dd99e95c [REV] change the request struct and request validation for add tcp rule 2018-11-26 09:50:15 +08:00
GLYASAI
e6e82ea9cf [REV] save lb port when adding tcp rule 2018-11-26 02:36:38 +08:00
GLYASAI
5b9e8db0ae [ADD] add api -- GetAvailablePort 2018-11-26 02:19:08 +08:00
GLYASAI
4836361308 [ADD] add validation for request of adding tcp rule 2018-11-25 22:19:40 +08:00
GLYASAI
7c9a40a662 [ADD] add AddHTTPRuleStruct for deleting http rule 2018-11-25 22:13:15 +08:00
GLYASAI
3a514c1606 [REV] add validation for request of updating http rule 2018-11-25 21:59:25 +08:00
GLYASAI
eb6f838b14 [FMT] rename, Http to HTTP, Tcp to TCP Json to JSON 2018-11-25 21:31:13 +08:00
GLYASAI
cb35637719 [REV] add validation for request of adding http rule 2018-11-25 21:21:34 +08:00
GLYASAI
5df9edc552 [FMT] rename, Http to HTTP, Tcp to TCP 2018-11-23 20:39:34 +08:00
GLYASAI
0a20990804 [ADD] add uuid for http rule 2018-11-22 09:34:00 +08:00
GLYASAI
d156289e98 [ADD] add api fo deleting tcp rule 2018-11-21 20:33:37 +08:00
GLYASAI
aa98f5fd55 [ADD] add api for updating tcp rule 2018-11-21 20:14:13 +08:00
GLYASAI
1e4e5b0f37 [ADD] add api for adding tcp rule 2018-11-21 19:51:40 +08:00
GLYASAI
f2c5b22c2d [REV] change router of "http-rule" 2018-11-21 18:16:41 +08:00