File tree 8 files changed +106
-2
lines changed
8 files changed +106
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Add changes here for all PR submitted to the 2.x branch.
22
22
- [[ #6566 ] ( https://github.com/apache/incubator-seata/pull/6566 )] Add support for configuring exposeProxy in GlobalTransactionScanner
23
23
- [[ #6534 ] ( https://github.com/apache/incubator-seata/pull/6534 )] optimize: send async response
24
24
- [[ #6640 ] ( https://github.com/apache/incubator-seata/pull/6640 )] modify codecov config
25
+ - [[ #6640 ] ( https://github.com/apache/incubator-seata/pull/6648 )] add license header
25
26
26
27
### refactor:
27
28
@@ -46,6 +47,7 @@ Thanks to these contributors for their code commits. Please report an unintended
46
47
- [ wanghongzhou] ( https://github.com/wanghongzhou )
47
48
- [ ggbocoder] ( https://github.com/ggbocoder )
48
49
- [ xjlgod] ( https://github.com/xjlgod )
50
+ - [ xingfudeshi] ( https://github.com/xingfudeshi )
49
51
50
52
51
- Also, we receive many valuable issues, questions and advices from our community. Thanks for you all.
53
+ Also, we receive many valuable issues, questions and advices from our community. Thanks for you all.
Original file line number Diff line number Diff line change 22
22
- [[ #6523 ] ( https://github.com/apache/incubator-seata/pull/6523 )] 升级 alibaba/druid 的版本到1.2.20
23
23
- [[ #6566 ] ( https://github.com/apache/incubator-seata/pull/6566 )] 支持GlobalTransactionScanner类中exposeProxy属性的配置
24
24
- [[ #6534 ] ( https://github.com/apache/incubator-seata/pull/6534 )] 优化: 发送异步响应
25
+ - [[ #6534 ] ( https://github.com/apache/incubator-seata/pull/6648 )] 增加license header信息
25
26
26
27
### refactor:
27
28
47
48
- [ wanghongzhou] ( https://github.com/wanghongzhou )
48
49
- [ ggbocoder] ( https://github.com/ggbocoder )
49
50
- [ xjlgod] ( https://github.com/xjlgod )
51
+ - [ xingfudeshi] ( https://github.com/xingfudeshi )
50
52
51
53
52
- 同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。
54
+ 同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。
Original file line number Diff line number Diff line change
1
+ #
2
+ # Licensed to the Apache Software Foundation (ASF) under one or more
3
+ # contributor license agreements. See the NOTICE file distributed with
4
+ # this work for additional information regarding copyright ownership.
5
+ # The ASF licenses this file to You under the Apache License, Version 2.0
6
+ # (the "License"); you may not use this file except in compliance with
7
+ # the License. You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+ #
17
+
1
18
#For details about configuration items, see https://seata.apache.org/zh-cn/docs/user/configurations
2
19
#Transport configuration, for client and server
3
20
transport.type=TCP
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python3
2
2
# -*- coding: UTF-8 -*-
3
+ #
4
+ # Licensed to the Apache Software Foundation (ASF) under one or more
5
+ # contributor license agreements. See the NOTICE file distributed with
6
+ # this work for additional information regarding copyright ownership.
7
+ # The ASF licenses this file to You under the Apache License, Version 2.0
8
+ # (the "License"); you may not use this file except in compliance with
9
+ # the License. You may obtain a copy of the License at
10
+ #
11
+ # http://www.apache.org/licenses/LICENSE-2.0
12
+ #
13
+ # Unless required by applicable law or agreed to in writing, software
14
+ # distributed under the License is distributed on an "AS IS" BASIS,
15
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ # See the License for the specific language governing permissions and
17
+ # limitations under the License.
18
+ #
3
19
import http .client
4
20
import urllib .parse
5
21
import re
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python3
2
2
# -*- coding: UTF-8 -*-
3
+ #
4
+ # Licensed to the Apache Software Foundation (ASF) under one or more
5
+ # contributor license agreements. See the NOTICE file distributed with
6
+ # this work for additional information regarding copyright ownership.
7
+ # The ASF licenses this file to You under the Apache License, Version 2.0
8
+ # (the "License"); you may not use this file except in compliance with
9
+ # the License. You may obtain a copy of the License at
10
+ #
11
+ # http://www.apache.org/licenses/LICENSE-2.0
12
+ #
13
+ # Unless required by applicable law or agreed to in writing, software
14
+ # distributed under the License is distributed on an "AS IS" BASIS,
15
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ # See the License for the specific language governing permissions and
17
+ # limitations under the License.
18
+ #
3
19
4
20
import http .client
5
21
import sys
Original file line number Diff line number Diff line change
1
+ #
2
+ # Licensed to the Apache Software Foundation (ASF) under one or more
3
+ # contributor license agreements. See the NOTICE file distributed with
4
+ # this work for additional information regarding copyright ownership.
5
+ # The ASF licenses this file to You under the Apache License, Version 2.0
6
+ # (the "License"); you may not use this file except in compliance with
7
+ # the License. You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+ #
17
+
1
18
# Patterns to ignore when building packages.
2
19
# This supports shell glob matching, relative path matching, and
3
20
# negation (prefixed with !). Only one pattern per line.
Original file line number Diff line number Diff line change
1
+ #
2
+ # Licensed to the Apache Software Foundation (ASF) under one or more
3
+ # contributor license agreements. See the NOTICE file distributed with
4
+ # this work for additional information regarding copyright ownership.
5
+ # The ASF licenses this file to You under the Apache License, Version 2.0
6
+ # (the "License"); you may not use this file except in compliance with
7
+ # the License. You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+ #
17
+
1
18
1. Get the application URL by running these commands:
2
19
{{- if contains "NodePort" .Values.service.type }}
3
20
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "seata-server.fullname" . }})
Original file line number Diff line number Diff line change
1
+ { {/*
2
+ Licensed to the Apache Software Foundation (ASF) under one or more
3
+ contributor license agreements. See the NOTICE file distributed with
4
+ this work for additional information regarding copyright ownership.
5
+ The ASF licenses this file to You under the Apache License, Version 2.0
6
+ (the " License" ); you may not use this file except in compliance with
7
+ the License. You may obtain a copy of the License at
8
+
9
+ http://www.apache.org/licenses/LICENSE-2.0
10
+
11
+ Unless required by applicable law or agreed to in writing, software
12
+ distributed under the License is distributed on an " AS IS" BASIS,
13
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ See the License for the specific language governing permissions and
15
+ limitations under the License.
16
+ */} }
17
+
1
18
{ {/* vim: set filetype= mustache: */} }
2
19
{ {/*
3
20
Expand the name of the chart.
You can’t perform that action at this time.
0 commit comments