id
int64
0
10.2k
text_id
stringlengths
17
67
repo_owner
stringclasses
232 values
repo_name
stringclasses
295 values
issue_url
stringlengths
39
89
pull_url
stringlengths
37
87
comment_url
stringlengths
37
94
links_count
int64
1
2
link_keyword
stringclasses
12 values
issue_title
stringlengths
7
197
issue_body
stringlengths
45
21.3k
base_sha
stringlengths
40
40
head_sha
stringlengths
40
40
diff_url
stringlengths
120
170
diff
stringlengths
478
132k
changed_files
stringlengths
47
2.6k
changed_files_exts
stringclasses
22 values
changed_files_count
int64
1
22
java_changed_files_count
int64
1
22
kt_changed_files_count
int64
0
0
py_changed_files_count
int64
0
0
code_changed_files_count
int64
1
22
repo_symbols_count
int64
32.6k
242M
repo_tokens_count
int64
6.59k
49.2M
repo_lines_count
int64
992
6.2M
repo_files_without_tests_count
int64
12
28.1k
changed_symbols_count
int64
0
36.1k
changed_tokens_count
int64
0
6.5k
changed_lines_count
int64
0
561
changed_files_without_tests_count
int64
1
17
issue_symbols_count
int64
45
21.3k
issue_words_count
int64
2
1.39k
issue_tokens_count
int64
13
4.47k
issue_lines_count
int64
1
325
issue_links_count
int64
0
19
issue_code_blocks_count
int64
0
31
pull_create_at
timestamp[s]
repo_stars
int64
10
44.3k
repo_language
stringclasses
8 values
repo_languages
stringclasses
296 values
repo_license
stringclasses
2 values
1,147
wso2/product-microgateway/1546/1545
wso2
product-microgateway
https://github.com/wso2/product-microgateway/issues/1545
https://github.com/wso2/product-microgateway/pull/1546
https://github.com/wso2/product-microgateway/pull/1546
1
fix
Error reading event hub config
### Description: Even the event hub config is enabled the config is not getting effected ### Steps to reproduce: enable event hub config in the config.toml ### Affected Product Version: <!-- Members can use Affected/*** labels --> ### Environment details (with versions): - OS: - Client: - Env (Docker/K8s...
737f4139548a7fa4a6062c68bd0868df7e8b8445
e7c6696f71485de5f284358465fd005f413bad77
https://github.com/wso2/product-microgateway/compare/737f4139548a7fa4a6062c68bd0868df7e8b8445...e7c6696f71485de5f284358465fd005f413bad77
diff --git a/enforcer/src/main/java/org/wso2/micro/gateway/enforcer/config/dto/EventHubConfigurationDto.java b/enforcer/src/main/java/org/wso2/micro/gateway/enforcer/config/dto/EventHubConfigurationDto.java index 4d07919ff..7c0b188cd 100644 --- a/enforcer/src/main/java/org/wso2/micro/gateway/enforcer/config/dto/EventHu...
['enforcer/src/main/java/org/wso2/micro/gateway/enforcer/config/dto/EventHubConfigurationDto.java']
{'.java': 1}
1
1
0
0
1
374,160
76,210
10,897
92
263
48
8
1
564
81
119
25
0
0
1970-01-01T00:26:50
247
Java
{'Java': 2861210, 'Go': 979303, 'Lua': 49518, 'Shell': 37030, 'C++': 27281, 'Dockerfile': 16279, 'HTML': 5630, 'Starlark': 2894, 'Jinja': 1646, 'Open Policy Agent': 539}
Apache License 2.0
1,138
wso2/product-microgateway/1969/1963
wso2
product-microgateway
https://github.com/wso2/product-microgateway/issues/1963
https://github.com/wso2/product-microgateway/pull/1969
https://github.com/wso2/product-microgateway/pull/1969
1
fix
Issue in non secured blocked API's resource
### Description: <!-- Describe the issue --> When turned off the security for the resource once, blocked state not applied to the resource. ### Steps to reproduce: create API, deploy, publish, invoke block API, invoke,-> fails as expected. remove security for the resource. invoke -> successful invoke, this is e...
92d236d2342d051b52615a9b5cd2c54c65e4b10f
f06084abddf40c5d5199c783f684e33cd4b6ee71
https://github.com/wso2/product-microgateway/compare/92d236d2342d051b52615a9b5cd2c54c65e4b10f...f06084abddf40c5d5199c783f684e33cd4b6ee71
diff --git a/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/security/jwt/UnsecuredAPIAuthenticator.java b/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/security/jwt/UnsecuredAPIAuthenticator.java index 40c801c78..abc10eb9e 100644 --- a/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/security/...
['enforcer/src/main/java/org/wso2/choreo/connect/enforcer/security/jwt/UnsecuredAPIAuthenticator.java']
{'.java': 1}
1
1
0
0
1
3,442,320
753,617
96,080
373
1,856
336
25
1
823
120
171
29
0
0
1970-01-01T00:26:59
247
Java
{'Java': 2861210, 'Go': 979303, 'Lua': 49518, 'Shell': 37030, 'C++': 27281, 'Dockerfile': 16279, 'HTML': 5630, 'Starlark': 2894, 'Jinja': 1646, 'Open Policy Agent': 539}
Apache License 2.0
1,128
wso2/product-microgateway/2346/2345
wso2
product-microgateway
https://github.com/wso2/product-microgateway/issues/2345
https://github.com/wso2/product-microgateway/pull/2346
https://github.com/wso2/product-microgateway/pull/2346
1
fixes
Cannot invoke non secured resource
### Description: <!-- Describe the issue --> gets 500 error with following log ``` java.lang.NullPointerException choreo-connect-with-apim-enforcer-1 | at com.google.protobuf.Value$Builder.setStringValue(Value.java:1063) choreo-connect-with-apim-enforcer-1 | at org.wso2.choreo.connect.enforcer.grpc.ExtAuthSer...
d66797c2a2b056b594cb1b4708820c80d504f635
b78a4f7c6ad762d01dc5d9edc9198c352f60cb01
https://github.com/wso2/product-microgateway/compare/d66797c2a2b056b594cb1b4708820c80d504f635...b78a4f7c6ad762d01dc5d9edc9198c352f60cb01
diff --git a/enforcer-parent/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/security/AuthFilter.java b/enforcer-parent/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/security/AuthFilter.java index a2ce09436..c6b8813bb 100644 --- a/enforcer-parent/enforcer/src/main/java/org/wso2/choreo/connect/enforcer...
['enforcer-parent/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/security/AuthFilter.java']
{'.java': 1}
1
1
0
0
1
3,944,300
859,918
109,807
449
1,229
203
14
1
2,783
175
702
50
2
1
1970-01-01T00:27:15
247
Java
{'Java': 2861210, 'Go': 979303, 'Lua': 49518, 'Shell': 37030, 'C++': 27281, 'Dockerfile': 16279, 'HTML': 5630, 'Starlark': 2894, 'Jinja': 1646, 'Open Policy Agent': 539}
Apache License 2.0
1,132
wso2/product-microgateway/2142/2081
wso2
product-microgateway
https://github.com/wso2/product-microgateway/issues/2081
https://github.com/wso2/product-microgateway/pull/2142
https://github.com/wso2/product-microgateway/pull/2142
1
fix
Internal key caching issue
### Description: <!-- Describe the issue --> ### Steps to reproduce: use a valid internal key and invoke a created api then tamper with the key (delete some characters) and use it to invoke the same api. -> it works (but this should not work) ### Affected Product Version: <!-- Members can use Affected/*** lab...
bc0220ca5f89f04a9d7ae6e9f7707eb3fa2d3975
695b16ebc6700ff5a11ac67270ca0533021e62bb
https://github.com/wso2/product-microgateway/compare/bc0220ca5f89f04a9d7ae6e9f7707eb3fa2d3975...695b16ebc6700ff5a11ac67270ca0533021e62bb
diff --git a/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/dto/JWTTokenPayloadInfo.java b/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/dto/JWTTokenPayloadInfo.java index f07b0096e..d60cbaea3 100644 --- a/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/dto/JWTTokenPayloadInfo.java +++ b/enfo...
['enforcer/src/main/java/org/wso2/choreo/connect/enforcer/dto/JWTTokenPayloadInfo.java', 'enforcer/src/main/java/org/wso2/choreo/connect/enforcer/security/jwt/InternalAPIKeyAuthenticator.java', 'integration/test-integration/src/test/java/org/wso2/choreo/connect/tests/testcases/standalone/jwtValidator/InternalKeyTestCas...
{'.java': 3}
3
3
0
0
3
3,407,951
745,348
95,041
370
1,482
263
22
2
658
101
143
27
0
0
1970-01-01T00:27:05
247
Java
{'Java': 2861210, 'Go': 979303, 'Lua': 49518, 'Shell': 37030, 'C++': 27281, 'Dockerfile': 16279, 'HTML': 5630, 'Starlark': 2894, 'Jinja': 1646, 'Open Policy Agent': 539}
Apache License 2.0
1,134
wso2/product-microgateway/2112/2114
wso2
product-microgateway
https://github.com/wso2/product-microgateway/issues/2114
https://github.com/wso2/product-microgateway/pull/2112
https://github.com/wso2/product-microgateway/pull/2112
1
fixes
Incorrect API-UUID is published to analytics for Internal-Key invocation
### Description: The API UUID published to the analytics for internal Key invocation, is incorrect at the moment. Instead of the UUID assigned from APIM Publisher, it publishes a hash value. This is due to authentication Context's API UUID is not being populated properly when InternalKey Authentication is used. ...
85e8639833f2f94877a2cc34f6df70dc257a751f
dff54eb2fc8defd4c7019c8da81a5eba9af4fc15
https://github.com/wso2/product-microgateway/compare/85e8639833f2f94877a2cc34f6df70dc257a751f...dff54eb2fc8defd4c7019c8da81a5eba9af4fc15
diff --git a/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/security/jwt/InternalAPIKeyAuthenticator.java b/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/security/jwt/InternalAPIKeyAuthenticator.java index cdeaa3615..69c91686b 100644 --- a/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/secur...
['enforcer/src/main/java/org/wso2/choreo/connect/enforcer/util/FilterUtils.java', 'enforcer/src/main/java/org/wso2/choreo/connect/enforcer/security/jwt/InternalAPIKeyAuthenticator.java']
{'.java': 2}
2
2
0
0
2
3,406,704
745,138
95,026
370
858
128
15
2
748
108
151
26
0
0
1970-01-01T00:27:05
247
Java
{'Java': 2861210, 'Go': 979303, 'Lua': 49518, 'Shell': 37030, 'C++': 27281, 'Dockerfile': 16279, 'HTML': 5630, 'Starlark': 2894, 'Jinja': 1646, 'Open Policy Agent': 539}
Apache License 2.0
1,135
wso2/product-microgateway/2062/2061
wso2
product-microgateway
https://github.com/wso2/product-microgateway/issues/2061
https://github.com/wso2/product-microgateway/pull/2062
https://github.com/wso2/product-microgateway/pull/2062
1
fix
Envoy access log entry should be tracked in enforcer as well
### Description: In envoy we can print the random UUID for each request in access logs using the parameter `%REQ(X-REQUEST-ID)%` . This is useful to track the request. We should use the same tracking ID in the enforcer side access logs as well. ### Steps to reproduce: Currently enforcer prints id attribute of th...
aaf9992948b69f4295ea857d8efb676e5c72a68c
69a8252f445cb8ac1da0c0c799f0ead5089bcb18
https://github.com/wso2/product-microgateway/compare/aaf9992948b69f4295ea857d8efb676e5c72a68c...69a8252f445cb8ac1da0c0c799f0ead5089bcb18
diff --git a/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/constants/HttpConstants.java b/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/constants/HttpConstants.java index 300f10bcd..898312a2b 100644 --- a/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/constants/HttpConstants.java +++ b/enfo...
['enforcer/src/main/java/org/wso2/choreo/connect/enforcer/grpc/ExtAuthService.java', 'enforcer/src/main/java/org/wso2/choreo/connect/enforcer/grpc/interceptors/AccessLogInterceptor.java', 'enforcer/src/main/java/org/wso2/choreo/connect/enforcer/constants/HttpConstants.java']
{'.java': 3}
3
3
0
0
3
3,439,811
752,757
96,007
373
1,249
220
13
3
915
118
205
26
1
0
1970-01-01T00:27:03
247
Java
{'Java': 2861210, 'Go': 979303, 'Lua': 49518, 'Shell': 37030, 'C++': 27281, 'Dockerfile': 16279, 'HTML': 5630, 'Starlark': 2894, 'Jinja': 1646, 'Open Policy Agent': 539}
Apache License 2.0
1,136
wso2/product-microgateway/1978/1977
wso2
product-microgateway
https://github.com/wso2/product-microgateway/issues/1977
https://github.com/wso2/product-microgateway/pull/1978
https://github.com/wso2/product-microgateway/pull/1978
1
fixes
When Denied Policies and Analytics Both are enabled, enforcer results in Null Pointer Error
### Description: $subject. ### Steps to reproduce: Enable analytics and start the microgateway. Enable denied policy. ### Affected Product Version: choreo-connect-0.9.0-beta ### Environment details (with versions): - OS: - Client: - Env (Docker/K8s): --- ### Optional Fields #### Related Issues: ...
02834babd0fe3dc012e6a9946a3519a72f5929d3
0538f9dfee7ca15740272d3300f448a611c229c1
https://github.com/wso2/product-microgateway/compare/02834babd0fe3dc012e6a9946a3519a72f5929d3...0538f9dfee7ca15740272d3300f448a611c229c1
diff --git a/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/analytics/ChoreoFaultAnalyticsProvider.java b/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/analytics/ChoreoFaultAnalyticsProvider.java index 87b3dd2b5..f7c1c5f49 100644 --- a/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/analytics...
['enforcer/src/main/java/org/wso2/choreo/connect/enforcer/analytics/ChoreoFaultAnalyticsProvider.java']
{'.java': 1}
1
1
0
0
1
3,444,229
753,961
96,111
373
575
84
8
1
510
65
114
26
0
0
1970-01-01T00:26:59
247
Java
{'Java': 2861210, 'Go': 979303, 'Lua': 49518, 'Shell': 37030, 'C++': 27281, 'Dockerfile': 16279, 'HTML': 5630, 'Starlark': 2894, 'Jinja': 1646, 'Open Policy Agent': 539}
Apache License 2.0
1,137
wso2/product-microgateway/1976/1958
wso2
product-microgateway
https://github.com/wso2/product-microgateway/issues/1958
https://github.com/wso2/product-microgateway/pull/1976
https://github.com/wso2/product-microgateway/pull/1976
1
fixes
Analytics list down API list in the analytics tenant drop down
### Description: Create multiple APIS for a tenant and invoke them. Each API will list as separate tenant in the analytics drop down. ### Steps to reproduce: 1. create a tenant domain abc.com 2. Create 2 apis with context /foo and /bar 3. Then invoke the APIs and go and view analytics 4. Under the tenant drop d...
ab255b91621fa7e66ffcdb71475e58e04149c7f2
e64af966434d18f9a29a04609306a07c2c9b74c4
https://github.com/wso2/product-microgateway/compare/ab255b91621fa7e66ffcdb71475e58e04149c7f2...e64af966434d18f9a29a04609306a07c2c9b74c4
diff --git a/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/analytics/ChoreoFaultAnalyticsProvider.java b/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/analytics/ChoreoFaultAnalyticsProvider.java index fe9ca3f28..87b3dd2b5 100644 --- a/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/analytics...
['enforcer/src/main/java/org/wso2/choreo/connect/enforcer/analytics/ChoreoFaultAnalyticsProvider.java']
{'.java': 1}
1
1
0
0
1
3,444,247
753,968
96,111
373
593
121
8
1
826
130
204
33
0
1
1970-01-01T00:26:59
247
Java
{'Java': 2861210, 'Go': 979303, 'Lua': 49518, 'Shell': 37030, 'C++': 27281, 'Dockerfile': 16279, 'HTML': 5630, 'Starlark': 2894, 'Jinja': 1646, 'Open Policy Agent': 539}
Apache License 2.0
1,129
wso2/product-microgateway/2323/2322
wso2
product-microgateway
https://github.com/wso2/product-microgateway/issues/2322
https://github.com/wso2/product-microgateway/pull/2323
https://github.com/wso2/product-microgateway/pull/2323
1
fixes
Class cast exception in backend JWT for organizations claim
### Description: The following error can be observed when the token has the **organizations** claim and backend JWT generation is enabled. ``` [2021-10-25 11:35:26,350][363acd6ee699def3feb2cd9e722812c1] ERROR - {org.wso2.choreo.connect.enforcer.commons.model.ParameterResolver} - PathTemplate and RawPath is mismat...
110c51d5c18c6ca6d718413e0c68befd8e3761e8
cfa3e38e9be1cb504eac667222111f733cec2167
https://github.com/wso2/product-microgateway/compare/110c51d5c18c6ca6d718413e0c68befd8e3761e8...cfa3e38e9be1cb504eac667222111f733cec2167
diff --git a/enforcer-parent/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/util/FilterUtils.java b/enforcer-parent/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/util/FilterUtils.java index 8ccd02250..57990879b 100644 --- a/enforcer-parent/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/util/...
['enforcer-parent/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/util/FilterUtils.java']
{'.java': 1}
1
1
0
0
1
3,922,500
855,947
109,303
445
437
91
7
1
2,757
121
648
34
0
1
1970-01-01T00:27:15
247
Java
{'Java': 2861210, 'Go': 979303, 'Lua': 49518, 'Shell': 37030, 'C++': 27281, 'Dockerfile': 16279, 'HTML': 5630, 'Starlark': 2894, 'Jinja': 1646, 'Open Policy Agent': 539}
Apache License 2.0
1,117
wso2/product-microgateway/2556/2561
wso2
product-microgateway
https://github.com/wso2/product-microgateway/issues/2561
https://github.com/wso2/product-microgateway/pull/2556
https://github.com/wso2/product-microgateway/pull/2556
1
fixes
Unlimited API Tier does not apply after resource level tier is set once
### Description: $subject ### Steps to reproduce: 1. Create an API and assign resource level Tier and save. 2. Deploy the API and see if the resource level tier is applied. 3. Then change it to API Level and assign unlimited tier. 4. Deploy the API and see if the resource level tier is applied. (in this case...
12a2e8aef063c31d077e51126dd86b8fff171678
4f7da1064b42b3726baf0a0b30544284a1159edd
https://github.com/wso2/product-microgateway/compare/12a2e8aef063c31d077e51126dd86b8fff171678...4f7da1064b42b3726baf0a0b30544284a1159edd
diff --git a/enforcer-parent/commons/src/main/java/org/wso2/choreo/connect/enforcer/commons/model/APIConfig.java b/enforcer-parent/commons/src/main/java/org/wso2/choreo/connect/enforcer/commons/model/APIConfig.java index 32fe1df81..331d53b84 100644 --- a/enforcer-parent/commons/src/main/java/org/wso2/choreo/connect/enf...
['enforcer-parent/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/throttle/ThrottleFilter.java', 'enforcer-parent/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/security/jwt/InternalAPIKeyAuthenticator.java', 'enforcer-parent/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/util/FilterUtils.java...
{'.java': 5}
5
5
0
0
5
4,107,132
895,135
114,643
485
1,381
250
21
5
742
116
165
29
0
0
1970-01-01T00:27:18
247
Java
{'Java': 2861210, 'Go': 979303, 'Lua': 49518, 'Shell': 37030, 'C++': 27281, 'Dockerfile': 16279, 'HTML': 5630, 'Starlark': 2894, 'Jinja': 1646, 'Open Policy Agent': 539}
Apache License 2.0
1,121
wso2/product-microgateway/2508/2509
wso2
product-microgateway
https://github.com/wso2/product-microgateway/issues/2509
https://github.com/wso2/product-microgateway/pull/2508
https://github.com/wso2/product-microgateway/pull/2508
1
fixes
Path Parameters are not populated for some cases with wildcard templates
### Description: Path Parameters are not populated for a template like /pet/{petID/somestring/* when the rawURL is /pet/1/somestring. In addition, following log is printed. ``` PathTemplate and RawPath is mismatched. ``` ### Steps to reproduce: ### Affected Product Version: choreo-connect-1.0.0-beta ...
892384d54d64ecfc305184146cc206b5228a36eb
639af63973a7e42165a9c075c80698087ffe7d80
https://github.com/wso2/product-microgateway/compare/892384d54d64ecfc305184146cc206b5228a36eb...639af63973a7e42165a9c075c80698087ffe7d80
diff --git a/enforcer-parent/commons/src/main/java/org/wso2/choreo/connect/enforcer/commons/model/ParameterResolver.java b/enforcer-parent/commons/src/main/java/org/wso2/choreo/connect/enforcer/commons/model/ParameterResolver.java index 1ba41f305..b102c2fad 100644 --- a/enforcer-parent/commons/src/main/java/org/wso2/ch...
['enforcer-parent/commons/src/main/java/org/wso2/choreo/connect/enforcer/commons/model/ParameterResolver.java', 'enforcer-parent/commons/src/test/java/org/wso2/choreo/connect/enforcer/commons/model/RequestContextTest.java']
{'.java': 2}
2
2
0
0
2
4,101,847
894,160
114,538
484
471
119
6
1
641
83
150
30
0
1
1970-01-01T00:27:18
247
Java
{'Java': 2861210, 'Go': 979303, 'Lua': 49518, 'Shell': 37030, 'C++': 27281, 'Dockerfile': 16279, 'HTML': 5630, 'Starlark': 2894, 'Jinja': 1646, 'Open Policy Agent': 539}
Apache License 2.0
1,120
wso2/product-microgateway/2519/2520
wso2
product-microgateway
https://github.com/wso2/product-microgateway/issues/2520
https://github.com/wso2/product-microgateway/pull/2519
https://github.com/wso2/product-microgateway/pull/2519
1
fixes
Websocket APIs cannot be invoked due to NPE.
### Description: Websocket APIs cannot be invoked due to NPE in enforcer. ### Steps to reproduce: start choreo-connect-with-apim Deploy websocketAPI Invoke the API with a valid token obtained from devportal ### Affected Product Version: choreo-connect-1.0.0-beta2-snapshot ### Environment details (with...
892384d54d64ecfc305184146cc206b5228a36eb
849d9fedfe64c8fa61f9fd03173130a33de9c248
https://github.com/wso2/product-microgateway/compare/892384d54d64ecfc305184146cc206b5228a36eb...849d9fedfe64c8fa61f9fd03173130a33de9c248
diff --git a/enforcer-parent/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/security/AuthFilter.java b/enforcer-parent/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/security/AuthFilter.java index a93a71489..fbe71d153 100644 --- a/enforcer-parent/enforcer/src/main/java/org/wso2/choreo/connect/enforcer...
['enforcer-parent/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/security/AuthFilter.java']
{'.java': 1}
1
1
0
0
1
4,101,847
894,160
114,538
484
324
69
5
1
612
79
140
28
0
0
1970-01-01T00:27:18
247
Java
{'Java': 2861210, 'Go': 979303, 'Lua': 49518, 'Shell': 37030, 'C++': 27281, 'Dockerfile': 16279, 'HTML': 5630, 'Starlark': 2894, 'Jinja': 1646, 'Open Policy Agent': 539}
Apache License 2.0
1,119
wso2/product-microgateway/2524/2529
wso2
product-microgateway
https://github.com/wso2/product-microgateway/issues/2529
https://github.com/wso2/product-microgateway/pull/2524
https://github.com/wso2/product-microgateway/pull/2524
1
fixes
Set Application ID instead of UUID for throttle event.
### Description: There are two IDs associated with application; an incremental ID and a UUID. It is required to use incremental ID rather than UUID, as it is the approach taken by the synapse gateway. This is required to have the deployment pattern where synapse gateway and choreo connect both runs connecting to a s...
25946350568fb934eb1776bc9667da454760510f
4a4ed36c6673cb9c3f95f77579ebf22dfc0216e7
https://github.com/wso2/product-microgateway/compare/25946350568fb934eb1776bc9667da454760510f...4a4ed36c6673cb9c3f95f77579ebf22dfc0216e7
diff --git a/enforcer-parent/commons/src/main/java/org/wso2/choreo/connect/enforcer/commons/model/AuthenticationContext.java b/enforcer-parent/commons/src/main/java/org/wso2/choreo/connect/enforcer/commons/model/AuthenticationContext.java index 514eed52e..c5a78403e 100644 --- a/enforcer-parent/commons/src/main/java/org...
['enforcer-parent/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/security/jwt/APIKeyAuthenticator.java', 'enforcer-parent/commons/src/main/java/org/wso2/choreo/connect/enforcer/commons/model/AuthenticationContext.java', 'enforcer-parent/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/websocket/Metadata...
{'.java': 16}
16
16
0
0
16
4,103,965
894,489
114,570
484
7,140
1,298
102
16
863
128
181
28
0
0
1970-01-01T00:27:18
247
Java
{'Java': 2861210, 'Go': 979303, 'Lua': 49518, 'Shell': 37030, 'C++': 27281, 'Dockerfile': 16279, 'HTML': 5630, 'Starlark': 2894, 'Jinja': 1646, 'Open Policy Agent': 539}
Apache License 2.0
1,118
wso2/product-microgateway/2538/2537
wso2
product-microgateway
https://github.com/wso2/product-microgateway/issues/2537
https://github.com/wso2/product-microgateway/pull/2538
https://github.com/wso2/product-microgateway/pull/2538
1
fixes
NPE when invoking Websocket APIs
### Description: <!-- Describe the issue --> $subject. Below log can be seen in the enforcer logs. ``` enforcer_1 | java.lang.NullPointerException enforcer_1 | at org.wso2.choreo.connect.enforcer.commons.model.RequestContext$Builder.populatePathParameters(RequestContext.java:454) enforcer_1 | at org.wso2.cho...
ee416e1dc8f1988c50ead87696982204de5e4202
e58f010246b8a646164e468f0f9da09a3ec76d12
https://github.com/wso2/product-microgateway/compare/ee416e1dc8f1988c50ead87696982204de5e4202...e58f010246b8a646164e468f0f9da09a3ec76d12
diff --git a/enforcer-parent/commons/src/main/java/org/wso2/choreo/connect/enforcer/commons/model/RequestContext.java b/enforcer-parent/commons/src/main/java/org/wso2/choreo/connect/enforcer/commons/model/RequestContext.java index 2a3eed21f..38f5b63e0 100644 --- a/enforcer-parent/commons/src/main/java/org/wso2/choreo/c...
['enforcer-parent/commons/src/main/java/org/wso2/choreo/connect/enforcer/commons/model/RequestContext.java']
{'.java': 1}
1
1
0
0
1
4,105,197
894,709
114,594
484
639
110
11
1
2,271
122
560
32
0
1
1970-01-01T00:27:18
247
Java
{'Java': 2861210, 'Go': 979303, 'Lua': 49518, 'Shell': 37030, 'C++': 27281, 'Dockerfile': 16279, 'HTML': 5630, 'Starlark': 2894, 'Jinja': 1646, 'Open Policy Agent': 539}
Apache License 2.0
1,116
wso2/product-microgateway/2563/2572
wso2
product-microgateway
https://github.com/wso2/product-microgateway/issues/2572
https://github.com/wso2/product-microgateway/pull/2563
https://github.com/wso2/product-microgateway/pull/2563
1
fixes
Avoid Unwanted headers/query parameters being forwarded to the backend.
### Description: There can be headers which are not supposed to forwarded to backend as well as in the throttle publish event. ### Steps to reproduce: Invoke API with APIKey. And check the recieved set of headers in the backend. ### Affected Product Version: choreo-connect-1.0.0-rc1 ### Environment de...
90791d02ec7f352e55b10eb6528b4262c9fa5540
a8b4f9d20717faa7b1dabb4023ac529cb7f3c484
https://github.com/wso2/product-microgateway/compare/90791d02ec7f352e55b10eb6528b4262c9fa5540...a8b4f9d20717faa7b1dabb4023ac529cb7f3c484
diff --git a/enforcer-parent/commons/src/main/java/org/wso2/choreo/connect/enforcer/commons/model/RequestContext.java b/enforcer-parent/commons/src/main/java/org/wso2/choreo/connect/enforcer/commons/model/RequestContext.java index 38f5b63e0..fa64ad2e5 100644 --- a/enforcer-parent/commons/src/main/java/org/wso2/choreo/c...
['enforcer-parent/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/grpc/ExtAuthService.java', 'enforcer-parent/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/throttle/ThrottleFilter.java', 'enforcer-parent/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/security/jwt/InternalAPIKeyAuthenticator.j...
{'.java': 7}
7
7
0
0
7
4,107,223
895,149
114,646
485
8,230
1,429
168
7
623
89
141
27
0
0
1970-01-01T00:27:19
247
Java
{'Java': 2861210, 'Go': 979303, 'Lua': 49518, 'Shell': 37030, 'C++': 27281, 'Dockerfile': 16279, 'HTML': 5630, 'Starlark': 2894, 'Jinja': 1646, 'Open Policy Agent': 539}
Apache License 2.0
1,125
wso2/product-microgateway/2455/2454
wso2
product-microgateway
https://github.com/wso2/product-microgateway/issues/2454
https://github.com/wso2/product-microgateway/pull/2455
https://github.com/wso2/product-microgateway/pull/2455
1
fixes
backend basic auth security not working when API is not not secured
### Description: <!-- Describe the issue --> ### Steps to reproduce: create api. disable security for an resource. add production endpoint basic auth security deploy and invoke the resource. backend call does not have basic auth header ### Affected Product Version: <!-- Members can use Affected/*** labels ...
e840cade2e225ecbca163c832f8c9e0c6dc0a2cb
2c408d34211682eb6e6a0556ee47dd387e1d3ada
https://github.com/wso2/product-microgateway/compare/e840cade2e225ecbca163c832f8c9e0c6dc0a2cb...2c408d34211682eb6e6a0556ee47dd387e1d3ada
diff --git a/enforcer-parent/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/security/AuthFilter.java b/enforcer-parent/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/security/AuthFilter.java index a1687eeb8..d83d0e2c3 100644 --- a/enforcer-parent/enforcer/src/main/java/org/wso2/choreo/connect/enforcer...
['enforcer-parent/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/security/jwt/APIKeyAuthenticator.java', 'enforcer-parent/enforcer/src/main/java/org/wso2/choreo/connect/enforcer/security/jwt/InternalAPIKeyAuthenticator.java', 'integration/mock-backend-server/src/main/java/org/wso2/choreo/connect/mockbackend/Mo...
{'.java': 7}
7
7
0
0
7
4,081,695
889,815
114,093
484
3,418
568
52
6
648
92
131
29
0
0
1970-01-01T00:27:17
247
Java
{'Java': 2861210, 'Go': 979303, 'Lua': 49518, 'Shell': 37030, 'C++': 27281, 'Dockerfile': 16279, 'HTML': 5630, 'Starlark': 2894, 'Jinja': 1646, 'Open Policy Agent': 539}
Apache License 2.0
1,126
wso2/product-microgateway/2438/2439
wso2
product-microgateway
https://github.com/wso2/product-microgateway/issues/2439
https://github.com/wso2/product-microgateway/pull/2438
https://github.com/wso2/product-microgateway/pull/2438
1
fixes
PathParameters does not resolve if the rawPath contains a trailing slash
### Description: If there is a path called `/pet/{petId}` and the inbound request has `/pet/2/`. Due to trailing slash, the path parameters are not resolved for the usage of custom filters. And following error log also getting printed. ``` PathTemplate and RawPath is mismatched. ``` ### Steps to reproduce: R...
aa0cde140e39ce785d7355d67b1ec979ddf269b6
9037df6cec519f8abd3c1ac4653de836948752ae
https://github.com/wso2/product-microgateway/compare/aa0cde140e39ce785d7355d67b1ec979ddf269b6...9037df6cec519f8abd3c1ac4653de836948752ae
diff --git a/enforcer-parent/commons/src/main/java/org/wso2/choreo/connect/enforcer/commons/model/ParameterResolver.java b/enforcer-parent/commons/src/main/java/org/wso2/choreo/connect/enforcer/commons/model/ParameterResolver.java index 4ae2c4c83..1ba41f305 100644 --- a/enforcer-parent/commons/src/main/java/org/wso2/ch...
['enforcer-parent/commons/src/main/java/org/wso2/choreo/connect/enforcer/commons/model/ParameterResolver.java', 'enforcer-parent/commons/src/test/java/org/wso2/choreo/connect/enforcer/commons/model/RequestContextTest.java']
{'.java': 2}
2
2
0
0
2
4,079,219
888,852
114,000
480
984
202
13
1
730
102
166
30
0
1
1970-01-01T00:27:17
247
Java
{'Java': 2861210, 'Go': 979303, 'Lua': 49518, 'Shell': 37030, 'C++': 27281, 'Dockerfile': 16279, 'HTML': 5630, 'Starlark': 2894, 'Jinja': 1646, 'Open Policy Agent': 539}
Apache License 2.0
726
dbs-leipzig/gradoop/803/802
dbs-leipzig
gradoop
https://github.com/dbs-leipzig/gradoop/issues/802
https://github.com/dbs-leipzig/gradoop/pull/803
https://github.com/dbs-leipzig/gradoop/pull/803
1
fixes
PropertyValue returns wrong types
The function PropertyValue.getType() returns the wrong objects for the following types: - `TYPE_LIST` - `TYPE_DATE` - `TYPE_TIME` - `TYPE_DATETIME` Fix bug and add unit tests for this function.
6fe007fe705845b1f9ce0857c1149932c06e20d6
632f79428658c49206d1295c7cf4760266a7ab1b
https://github.com/dbs-leipzig/gradoop/compare/6fe007fe705845b1f9ce0857c1149932c06e20d6...632f79428658c49206d1295c7cf4760266a7ab1b
diff --git a/gradoop-common/src/main/java/org/gradoop/common/model/impl/properties/PropertyValue.java b/gradoop-common/src/main/java/org/gradoop/common/model/impl/properties/PropertyValue.java index 8e0d06c20d4..6ed36757fd1 100644 --- a/gradoop-common/src/main/java/org/gradoop/common/model/impl/properties/PropertyValue...
['gradoop-common/src/test/java/org/gradoop/common/model/impl/properties/PropertyValueTest.java', 'gradoop-common/src/main/java/org/gradoop/common/model/impl/properties/PropertyValue.java']
{'.java': 2}
2
2
0
0
2
3,229,627
724,737
97,777
1,255
2,011
483
49
1
202
28
46
8
0
0
1970-01-01T00:25:28
239
Java
{'Java': 6591650, 'Shell': 2289}
Apache License 2.0
727
dbs-leipzig/gradoop/787/786
dbs-leipzig
gradoop
https://github.com/dbs-leipzig/gradoop/issues/786
https://github.com/dbs-leipzig/gradoop/pull/787
https://github.com/dbs-leipzig/gradoop/pull/787
1
fixes
Overlap operator does not consider the edges of the second graph
Graph 1 : `(A)-[message]->(B)-[message]->(C)` Graph 2: `(A)-[like]->(B)-[message]->(C)` Gaph1.overlap(Gaph2) returns the graph: `(A)-[message]->(B)-[message]->(C)` which is not the graph I expected. In my opinion the proper result should be a overlap of vertices AND edges: `(A) (B)-[message]->(C)` T...
0b27a64617966f478a6b0557e1b131aeb98238ce
a527afac168b0ed1fd0f1c87ba1154a7eb0322b0
https://github.com/dbs-leipzig/gradoop/compare/0b27a64617966f478a6b0557e1b131aeb98238ce...a527afac168b0ed1fd0f1c87ba1154a7eb0322b0
diff --git a/gradoop-flink/src/main/java/org/gradoop/flink/model/impl/operators/overlap/Overlap.java b/gradoop-flink/src/main/java/org/gradoop/flink/model/impl/operators/overlap/Overlap.java index 83d1126b6a1..db1ba1594e3 100644 --- a/gradoop-flink/src/main/java/org/gradoop/flink/model/impl/operators/overlap/Overlap.ja...
['gradoop-flink/src/test/java/org/gradoop/flink/model/impl/operators/overlap/OverlapTest.java', 'gradoop-flink/src/main/java/org/gradoop/flink/model/impl/operators/overlap/Overlap.java']
{'.java': 2}
2
2
0
0
2
3,195,494
717,476
96,934
1,242
361
84
10
1
992
116
259
31
0
1
1970-01-01T00:25:26
239
Java
{'Java': 6591650, 'Shell': 2289}
Apache License 2.0
1,017
cloudslang/cloud-slang/370/199
cloudslang
cloud-slang
https://github.com/CloudSlang/cloud-slang/issues/199
https://github.com/CloudSlang/cloud-slang/pull/370
https://github.com/CloudSlang/cloud-slang/pull/370#issuecomment-121254894
1
fixes
Uninformative error message in CLI when missing spaces before 'required' keyword
When there are missing spaces before input's 'required' keyword, for example: flow: inputs: - input: required: true and trying to run the flow in the CLI, you get an uninformative error message: Command failed java.lang.RuntimeException: java.lang.RuntimeException: Error transforming source: flow_with_req...
847c906f25e97c48a9058c653eca079659fe3e42
d232e7828e7a803967f05215517891c75e2f0797
https://github.com/cloudslang/cloud-slang/compare/847c906f25e97c48a9058c653eca079659fe3e42...d232e7828e7a803967f05215517891c75e2f0797
diff --git a/cloudslang-compiler/src/main/java/io/cloudslang/lang/compiler/modeller/transformers/AbstractInputsTransformer.java b/cloudslang-compiler/src/main/java/io/cloudslang/lang/compiler/modeller/transformers/AbstractInputsTransformer.java index 5f92c01c4..1da4637a7 100644 --- a/cloudslang-compiler/src/main/java/i...
['cloudslang-compiler/src/main/java/io/cloudslang/lang/compiler/modeller/transformers/AbstractInputsTransformer.java']
{'.java': 1}
1
1
0
0
1
335,035
64,961
8,679
104
310
61
2
1
358
45
78
9
0
0
1970-01-01T00:23:56
226
Java
{'Java': 2503341, 'Slash': 727911, 'Python': 9681, 'Shell': 1856, 'CSS': 1039, 'JavaScript': 795}
Apache License 2.0
1,020
cloudslang/cloud-slang/869/868
cloudslang
cloud-slang
https://github.com/CloudSlang/cloud-slang/issues/868
https://github.com/CloudSlang/cloud-slang/pull/869
https://github.com/CloudSlang/cloud-slang/pull/869
1
fixes
False validation error
if an input has the tag private: true, it should not be accessible to the user at runtime: > 11:36:02 [ERROR] Failed to extract metadata for file: 'c:\\Users\\moldovas\\cloudslang\\cloud-slang-content\\content\\io\\cloudslang\\base\\datetime\\get_time.sl'. > Error for executable io.cloudslang.base.datetime.get_time: I...
70d43050c2f180b18170be7135e85e939f8405ce
5b1aadbf21f9837d2cd7edaf0fa445af6149d41e
https://github.com/cloudslang/cloud-slang/compare/70d43050c2f180b18170be7135e85e939f8405ce...5b1aadbf21f9837d2cd7edaf0fa445af6149d41e
diff --git a/cloudslang-content-verifier/src/main/java/io/cloudslang/lang/tools/build/validation/StaticValidatorImpl.java b/cloudslang-content-verifier/src/main/java/io/cloudslang/lang/tools/build/validation/StaticValidatorImpl.java index ed6f7ca2f..55bb76bc6 100644 --- a/cloudslang-content-verifier/src/main/java/io/cl...
['cloudslang-content-verifier/src/test/java/io/cloudslang/lang/tools/build/validation/StaticValidatorTest.java', 'cloudslang-content-verifier/src/main/java/io/cloudslang/lang/tools/build/validation/StaticValidatorImpl.java']
{'.java': 2}
2
2
0
0
2
676,729
129,982
17,082
196
312
69
4
1
446
53
124
11
0
1
1970-01-01T00:24:34
226
Java
{'Java': 2503341, 'Slash': 727911, 'Python': 9681, 'Shell': 1856, 'CSS': 1039, 'JavaScript': 795}
Apache License 2.0
1,019
cloudslang/cloud-slang/957/956
cloudslang
cloud-slang
https://github.com/CloudSlang/cloud-slang/issues/956
https://github.com/CloudSlang/cloud-slang/pull/957
https://github.com/CloudSlang/cloud-slang/pull/957
1
fixes
CLI compile folders
`compile dir_with_no_sl_files` --> NPE compile description says `--f ...` <-- should be updated to `--d`
542fca98f64398385726a81f29ce55419d206129
d611268b66a76eb27258717238591ed7529f497a
https://github.com/cloudslang/cloud-slang/compare/542fca98f64398385726a81f29ce55419d206129...d611268b66a76eb27258717238591ed7529f497a
diff --git a/cloudslang-cli/src/main/java/io/cloudslang/lang/cli/SlangCli.java b/cloudslang-cli/src/main/java/io/cloudslang/lang/cli/SlangCli.java index f1eba947f..fcd1360f7 100644 --- a/cloudslang-cli/src/main/java/io/cloudslang/lang/cli/SlangCli.java +++ b/cloudslang-cli/src/main/java/io/cloudslang/lang/cli/SlangCli....
['cloudslang-cli/src/main/java/io/cloudslang/lang/cli/services/ConsolePrinterImpl.java', 'cloudslang-cli/src/test/java/io/cloudslang/lang/cli/services/ConsolePrinterImplTest.java', 'cloudslang-cli/src/main/java/io/cloudslang/lang/cli/SlangCli.java']
{'.java': 3}
3
3
0
0
3
848,811
157,855
20,929
223
2,494
458
50
2
107
15
29
3
0
0
1970-01-01T00:24:39
226
Java
{'Java': 2503341, 'Slash': 727911, 'Python': 9681, 'Shell': 1856, 'CSS': 1039, 'JavaScript': 795}
Apache License 2.0
1,026
cloudslang/cloud-slang/479/331
cloudslang
cloud-slang
https://github.com/CloudSlang/cloud-slang/issues/331
https://github.com/CloudSlang/cloud-slang/pull/479
https://github.com/CloudSlang/cloud-slang/pull/479
1
fixes
CLI log: Missing CALL_ARGUMENTS for Python action [1]
Observed the following in CLI log: Java action - call arguments logged: ``` STEP_TYPE=ACTION, STEP_NAME=null, TYPE=EVENT_ACTION_START, CALL_ARGUMENTS={characterSet=UTF-8, agentForwarding=null, command=docker ps -a, timeout=600000, password=null, pty=false, privateKeyFile=c:/.../id_rsa, port=22, host=111.111.111.111, ...
b57a401b31e480701af163aec446c0dfb0c6ede2
c1ec95f59f4c904eed6bd03915a553d1bfbac616
https://github.com/cloudslang/cloud-slang/compare/b57a401b31e480701af163aec446c0dfb0c6ede2...c1ec95f59f4c904eed6bd03915a553d1bfbac616
diff --git a/cloudslang-runtime/src/main/java/io/cloudslang/lang/runtime/events/LanguageEventData.java b/cloudslang-runtime/src/main/java/io/cloudslang/lang/runtime/events/LanguageEventData.java index 41527a5ae..a35b5371a 100644 --- a/cloudslang-runtime/src/main/java/io/cloudslang/lang/runtime/events/LanguageEventData....
['cloudslang-runtime/src/main/java/io/cloudslang/lang/runtime/events/LanguageEventData.java', 'cloudslang-runtime/src/main/java/io/cloudslang/lang/runtime/steps/ActionSteps.java', 'cloudslang-runtime/src/test/java/io/cloudslang/lang/runtime/steps/ActionStepsTest.java']
{'.java': 3}
3
3
0
0
3
349,946
67,594
8,981
105
1,176
225
24
2
655
65
161
18
0
2
1970-01-01T00:24:07
226
Java
{'Java': 2503341, 'Slash': 727911, 'Python': 9681, 'Shell': 1856, 'CSS': 1039, 'JavaScript': 795}
Apache License 2.0
1,018
cloudslang/cloud-slang/1005/1004
cloudslang
cloud-slang
https://github.com/CloudSlang/cloud-slang/issues/1004
https://github.com/CloudSlang/cloud-slang/pull/1005
https://github.com/CloudSlang/cloud-slang/pull/1005
1
fixes
Builder - file name not printed
https://travis-ci.org/CloudSlang/cloud-slang-content/builds/238929220?utm_source=github_status&utm_medium=notification ```console 02/06/17 22:05:30 [INFO] Test case passed: testRemoteSecureCopySucessLocalToRemote [/home/travis/build/CloudSlang/cloud-slang-content/test/io/cloudslang/base/remote_file_transfer/remote_...
bbb20fab5c5de83d724d3ec3f2c0adf770427078
bb66ee6910987996d31da7be7bf44747ed6200ba
https://github.com/cloudslang/cloud-slang/compare/bbb20fab5c5de83d724d3ec3f2c0adf770427078...bb66ee6910987996d31da7be7bf44747ed6200ba
diff --git a/cloudslang-content-verifier/src/main/java/io/cloudslang/lang/tools/build/verifier/SlangContentVerifier.java b/cloudslang-content-verifier/src/main/java/io/cloudslang/lang/tools/build/verifier/SlangContentVerifier.java index f1abd557e..977a97bdb 100644 --- a/cloudslang-content-verifier/src/main/java/io/clou...
['cloudslang-content-verifier/src/main/java/io/cloudslang/lang/tools/build/verifier/SlangContentVerifier.java']
{'.java': 1}
1
1
0
0
1
929,759
172,108
23,055
238
1,473
249
27
1
1,393
138
368
15
1
1
1970-01-01T00:24:58
226
Java
{'Java': 2503341, 'Slash': 727911, 'Python': 9681, 'Shell': 1856, 'CSS': 1039, 'JavaScript': 795}
Apache License 2.0
1,028
cloudslang/cloud-slang/419/413
cloudslang
cloud-slang
https://github.com/CloudSlang/cloud-slang/issues/413
https://github.com/CloudSlang/cloud-slang/pull/419
https://github.com/CloudSlang/cloud-slang/pull/419
1
fixes
read_from_file operation context serialization error
If score tries to create execution message during this operation execution (for example if isRunningTooLong), it fails because PyFile object, which is serializable itself ,has field file:TextIOWrapper which is not serializable. ``` bash (SimpleExecutionRunnable.java:126) ERROR - Error during execution!!! java.lang.R...
b5d7bcc04c986238d85bf691b32970236d991263
af352cae13eb5354b2059840809ad95564688770
https://github.com/cloudslang/cloud-slang/compare/b5d7bcc04c986238d85bf691b32970236d991263...af352cae13eb5354b2059840809ad95564688770
diff --git a/cloudslang-runtime/src/main/java/io/cloudslang/lang/runtime/steps/ActionSteps.java b/cloudslang-runtime/src/main/java/io/cloudslang/lang/runtime/steps/ActionSteps.java index cdad7ad78..bc2912ec8 100644 --- a/cloudslang-runtime/src/main/java/io/cloudslang/lang/runtime/steps/ActionSteps.java +++ b/cloudslang...
['cloudslang-runtime/src/main/java/io/cloudslang/lang/runtime/steps/ActionSteps.java', 'cloudslang-runtime/src/test/java/io/cloudslang/lang/runtime/steps/ActionStepsTest.java']
{'.java': 2}
2
2
0
0
2
339,540
65,748
8,746
104
629
127
15
1
1,894
79
386
22
0
1
1970-01-01T00:23:59
226
Java
{'Java': 2503341, 'Slash': 727911, 'Python': 9681, 'Shell': 1856, 'CSS': 1039, 'JavaScript': 795}
Apache License 2.0
1,029
cloudslang/cloud-slang/416/406
cloudslang
cloud-slang
https://github.com/CloudSlang/cloud-slang/issues/406
https://github.com/CloudSlang/cloud-slang/pull/416
https://github.com/CloudSlang/cloud-slang/pull/416
1
fixes
Python action - Cannot import svn.local
When trying to import in an action python script, we get: ``` Command failed java.lang.RuntimeException: Slang Error : Error executing python script: Traceback (most recent call last): File "<string>", line 2, in <module> File "C:\\Users\\stoneo\\Desktop\\Cslang-0.8-rc-1\\cslang\\python-lib\\svn\\local.py", line 4...
031bd28395ebde1bb8817f82daea8a0fe3e51585
564f2613037e39cb8dbcbdfc43abec2adb4817db
https://github.com/cloudslang/cloud-slang/compare/031bd28395ebde1bb8817f82daea8a0fe3e51585...564f2613037e39cb8dbcbdfc43abec2adb4817db
diff --git a/cloudslang-runtime/src/main/java/io/cloudslang/lang/runtime/configuration/SlangRuntimeSpringConfig.java b/cloudslang-runtime/src/main/java/io/cloudslang/lang/runtime/configuration/SlangRuntimeSpringConfig.java index e624944e9..511ddabab 100644 --- a/cloudslang-runtime/src/main/java/io/cloudslang/lang/runti...
['cloudslang-runtime/src/test/java/io/cloudslang/lang/runtime/steps/ActionStepsTest.java', 'cloudslang-runtime/src/main/java/io/cloudslang/lang/runtime/configuration/SlangRuntimeSpringConfig.java']
{'.java': 2}
2
2
0
0
2
339,318
65,701
8,740
104
263
44
5
1
798
87
238
21
0
2
1970-01-01T00:23:59
226
Java
{'Java': 2503341, 'Slash': 727911, 'Python': 9681, 'Shell': 1856, 'CSS': 1039, 'JavaScript': 795}
Apache License 2.0
1,024
cloudslang/cloud-slang/500/499
cloudslang
cloud-slang
https://github.com/CloudSlang/cloud-slang/issues/499
https://github.com/CloudSlang/cloud-slang/pull/500
https://github.com/CloudSlang/cloud-slang/pull/500
1
fixes
Double title 'Flow outputs'
The behavior of the "Flow outputs" messages are changed in CLI. The flow outputs were grouped as a single block. Now we have 'Flow outputs' title for each output: E.g.: Flow outputs: - return_result = Reservation{region=us-east-1, reservationId=r-4cfb859b, instances=[RunningInstance{region=us-east... Flow outputs: -...
956e27184a41ab38ac1d9ddb3c8d2fd1c5705900
fcff612803b0c6d77d499f3a7eb19be3044ae30e
https://github.com/cloudslang/cloud-slang/compare/956e27184a41ab38ac1d9ddb3c8d2fd1c5705900...fcff612803b0c6d77d499f3a7eb19be3044ae30e
diff --git a/cloudslang-cli/src/main/java/io/cloudslang/lang/cli/services/SyncTriggerEventListener.java b/cloudslang-cli/src/main/java/io/cloudslang/lang/cli/services/SyncTriggerEventListener.java index 9d2e636e9..160497ad7 100644 --- a/cloudslang-cli/src/main/java/io/cloudslang/lang/cli/services/SyncTriggerEventListen...
['cloudslang-cli/src/main/java/io/cloudslang/lang/cli/services/SyncTriggerEventListener.java']
{'.java': 1}
1
1
0
0
1
352,950
68,174
9,053
106
151
30
2
1
337
44
87
9
0
0
1970-01-01T00:24:08
226
Java
{'Java': 2503341, 'Slash': 727911, 'Python': 9681, 'Shell': 1856, 'CSS': 1039, 'JavaScript': 795}
Apache License 2.0
1,023
cloudslang/cloud-slang/521/510
cloudslang
cloud-slang
https://github.com/CloudSlang/cloud-slang/issues/510
https://github.com/CloudSlang/cloud-slang/pull/521
https://github.com/CloudSlang/cloud-slang/pull/521
1
fixes
Entity references in logs
some entities still appear as obj refs (e.g. `io.cloudslang.lang.entities.ResultNavigation@5b7d`) instead of toString representation
4586755a44ef9dde8952ad3bf42c2866a024d651
503644bc56bceca49977883ace69d95586c1c673
https://github.com/cloudslang/cloud-slang/compare/4586755a44ef9dde8952ad3bf42c2866a024d651...503644bc56bceca49977883ace69d95586c1c673
diff --git a/cloudslang-entities/src/main/java/io/cloudslang/lang/entities/AsyncLoopStatement.java b/cloudslang-entities/src/main/java/io/cloudslang/lang/entities/AsyncLoopStatement.java index 97972aa9f..2cebc6016 100644 --- a/cloudslang-entities/src/main/java/io/cloudslang/lang/entities/AsyncLoopStatement.java +++ b/c...
['cloudslang-entities/src/main/java/io/cloudslang/lang/entities/bindings/InOutParam.java', 'cloudslang-entities/src/main/java/io/cloudslang/lang/entities/AsyncLoopStatement.java', 'cloudslang-entities/src/main/java/io/cloudslang/lang/entities/MapForLoopStatement.java', 'cloudslang-entities/src/main/java/io/cloudslang/l...
{'.java': 8}
8
8
0
0
8
352,938
68,170
9,053
106
7,378
1,487
221
8
133
13
31
2
0
0
1970-01-01T00:24:10
226
Java
{'Java': 2503341, 'Slash': 727911, 'Python': 9681, 'Shell': 1856, 'CSS': 1039, 'JavaScript': 795}
Apache License 2.0
1,027
cloudslang/cloud-slang/428/365
cloudslang
cloud-slang
https://github.com/CloudSlang/cloud-slang/issues/365
https://github.com/CloudSlang/cloud-slang/pull/428
https://github.com/CloudSlang/cloud-slang/pull/428
1
fixes
Sporadic test failures - Travis
SimpleFlowTest.testFlowWithGlobalSession DataFlowTest.testBindingsFlow detailed log here: https://gist.github.com/Bonczidai/864f936c36238b5c903b
23a53202bd7189b83e508e62679620faf20d22d7
3ad2878242beab856579363dddf16d45fc8db2db
https://github.com/cloudslang/cloud-slang/compare/23a53202bd7189b83e508e62679620faf20d22d7...3ad2878242beab856579363dddf16d45fc8db2db
diff --git a/cloudslang-all/src/test/java/io/cloudslang/lang/api/SlangImplTest.java b/cloudslang-all/src/test/java/io/cloudslang/lang/api/SlangImplTest.java index 4c3951725..81ae20b96 100644 --- a/cloudslang-all/src/test/java/io/cloudslang/lang/api/SlangImplTest.java +++ b/cloudslang-all/src/test/java/io/cloudslang/lan...
['cloudslang-all/src/test/java/io/cloudslang/lang/api/SlangImplTest.java', 'cloudslang-cli/src/main/java/io/cloudslang/lang/cli/SlangCLI.java', 'cloudslang-tests/src/main/java/io/cloudslang/lang/systemtests/TriggerFlows.java', 'cloudslang-content-verifier/src/main/java/io/cloudslang/lang/tools/build/SlangBuildMain.java...
{'.java': 4}
4
4
0
0
4
339,784
65,826
8,761
104
236
46
4
2
146
6
44
5
1
0
1970-01-01T00:23:59
226
Java
{'Java': 2503341, 'Slash': 727911, 'Python': 9681, 'Shell': 1856, 'CSS': 1039, 'JavaScript': 795}
Apache License 2.0
1,033
cloudslang/cloud-slang/337/336
cloudslang
cloud-slang
https://github.com/CloudSlang/cloud-slang/issues/336
https://github.com/CloudSlang/cloud-slang/pull/337
https://github.com/CloudSlang/cloud-slang/pull/337
1
fixes
preCompile API returns input object which contains input name as default value
When the input has required / overridable / encrypted field (the value doesn’t matter), and has no default value, the expression field of Input object contains the input name during the precompile API.
cfd53e0e24ffc4eb54abe9d98ef4ce7bde9b10a8
5e0481fa9206304d125683d486986fcccca879fd
https://github.com/cloudslang/cloud-slang/compare/cfd53e0e24ffc4eb54abe9d98ef4ce7bde9b10a8...5e0481fa9206304d125683d486986fcccca879fd
diff --git a/cloudslang-compiler/src/main/java/io/cloudslang/lang/compiler/modeller/transformers/AbstractInputsTransformer.java b/cloudslang-compiler/src/main/java/io/cloudslang/lang/compiler/modeller/transformers/AbstractInputsTransformer.java index 6c1274a1c..142c0ea26 100644 --- a/cloudslang-compiler/src/main/java/i...
['cloudslang-compiler/src/test/java/io/cloudslang/lang/compiler/modeller/transformers/InputsTransformerTest.java', 'cloudslang-compiler/src/main/java/io/cloudslang/lang/compiler/modeller/transformers/AbstractInputsTransformer.java']
{'.java': 2}
2
2
0
0
2
332,341
64,501
8,616
104
238
39
3
1
203
33
42
2
0
0
1970-01-01T00:23:55
226
Java
{'Java': 2503341, 'Slash': 727911, 'Python': 9681, 'Shell': 1856, 'CSS': 1039, 'JavaScript': 795}
Apache License 2.0
1,036
cloudslang/cloud-slang/164/160
cloudslang
cloud-slang
https://github.com/CloudSlang/cloud-slang/issues/160
https://github.com/CloudSlang/cloud-slang/pull/164
https://github.com/CloudSlang/cloud-slang/pull/164
1
fixes
schedule slang flow fails on inputs passed as unmodifiable collection
- also the run time exception is fired from Slang language and not from score as ScoreEvent.Error
2fe8321efdb3adab28f08afa65e2dd4dc98c2600
773cd3dee66c7e1ae82ad35e969feea7c03f734f
https://github.com/cloudslang/cloud-slang/compare/2fe8321efdb3adab28f08afa65e2dd4dc98c2600...773cd3dee66c7e1ae82ad35e969feea7c03f734f
diff --git a/score-lang-api/src/main/java/org/openscore/lang/api/SlangImpl.java b/score-lang-api/src/main/java/org/openscore/lang/api/SlangImpl.java index e1757282e..f81201970 100644 --- a/score-lang-api/src/main/java/org/openscore/lang/api/SlangImpl.java +++ b/score-lang-api/src/main/java/org/openscore/lang/api/SlangI...
['score-lang-api/src/main/java/org/openscore/lang/api/SlangImpl.java']
{'.java': 1}
1
1
0
0
1
248,786
48,203
6,507
88
268
59
3
1
98
17
21
2
0
0
1970-01-01T00:23:46
226
Java
{'Java': 2503341, 'Slash': 727911, 'Python': 9681, 'Shell': 1856, 'CSS': 1039, 'JavaScript': 795}
Apache License 2.0
1,030
cloudslang/cloud-slang/361/339
cloudslang
cloud-slang
https://github.com/CloudSlang/cloud-slang/issues/339
https://github.com/CloudSlang/cloud-slang/pull/361
https://github.com/CloudSlang/cloud-slang/pull/361
1
fixes
Failed to compile flow which uses subflow located in file in the same folder
Let's say we have flow flow_system_properties_subflow.sl in flow_system_properties_subflow.sl which uses simplecp.flows.flow_system_properties_subflow_level1 which located in file simplecp.flows.flow_system_properties_subflow_level1.sl located in the same folder When executing cli with command run --f c:/Temp/slang/t...
db86e60a360e5f69afa22395c5012c31c1ad5a01
bc8c8dccb791f43b88f55efad59373447c42bf04
https://github.com/cloudslang/cloud-slang/compare/db86e60a360e5f69afa22395c5012c31c1ad5a01...bc8c8dccb791f43b88f55efad59373447c42bf04
diff --git a/cloudslang-cli/src/main/java/io/cloudslang/lang/cli/utils/CompilerHelperImpl.java b/cloudslang-cli/src/main/java/io/cloudslang/lang/cli/utils/CompilerHelperImpl.java index 9cd5a57f7..b3db9c95a 100644 --- a/cloudslang-cli/src/main/java/io/cloudslang/lang/cli/utils/CompilerHelperImpl.java +++ b/cloudslang-cl...
['cloudslang-cli/src/main/java/io/cloudslang/lang/cli/utils/CompilerHelperImpl.java']
{'.java': 1}
1
1
0
0
1
332,678
64,561
8,629
104
248
47
2
1
968
80
213
18
0
0
1970-01-01T00:23:56
226
Java
{'Java': 2503341, 'Slash': 727911, 'Python': 9681, 'Shell': 1856, 'CSS': 1039, 'JavaScript': 795}
Apache License 2.0
1,032
cloudslang/cloud-slang/346/318
cloudslang
cloud-slang
https://github.com/CloudSlang/cloud-slang/issues/318
https://github.com/CloudSlang/cloud-slang/pull/346
https://github.com/CloudSlang/cloud-slang/pull/346
1
fixes
LanguageEventData.getException throw ClassCastException
2015-06-11 11:24:57,465 [1_WorkerExecutionThread-13_124100530](ExecutionServiceImpl.java:100) ERROR - Error during execution: java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Exception at io.cloudslang.lang.runtime.events.LanguageEventData.getException(LanguageEventData.java:106)
c08df7c691bbe1aa9b93d818a9cf7fb535f4f90d
7d3c502b657251f576f8d73b08b555b1db6d82d8
https://github.com/cloudslang/cloud-slang/compare/c08df7c691bbe1aa9b93d818a9cf7fb535f4f90d...7d3c502b657251f576f8d73b08b555b1db6d82d8
diff --git a/cloudslang-content-verifier/src/main/java/io/cloudslang/lang/tools/build/tester/TriggerTestCaseEventListener.java b/cloudslang-content-verifier/src/main/java/io/cloudslang/lang/tools/build/tester/TriggerTestCaseEventListener.java index 88a2f0573..3a3cf1ab2 100644 --- a/cloudslang-content-verifier/src/main/...
['cloudslang-content-verifier/src/main/java/io/cloudslang/lang/tools/build/tester/TriggerTestCaseEventListener.java', 'cloudslang-tests/src/main/java/io/cloudslang/lang/systemtests/TriggerFlows.java', 'cloudslang-content-verifier/src/test/java/io/cloudslang/lang/tools/build/tester/SlangTestRunnerTest.java', 'cloudslang...
{'.java': 5}
5
5
0
0
5
332,283
64,498
8,615
104
2,003
356
37
2
312
17
75
4
0
0
1970-01-01T00:23:55
226
Java
{'Java': 2503341, 'Slash': 727911, 'Python': 9681, 'Shell': 1856, 'CSS': 1039, 'JavaScript': 795}
Apache License 2.0
1,035
cloudslang/cloud-slang/281/259
cloudslang
cloud-slang
https://github.com/CloudSlang/cloud-slang/issues/259
https://github.com/CloudSlang/cloud-slang/pull/281
https://github.com/CloudSlang/cloud-slang/pull/281
1
fixes
iterating over empty arrays problem
I ran over this usecase where a loop is supposed to iterate over an empty array and I get an unclear message Command failed java.lang.RuntimeException: Slang Error : Error running: 'get_parent_image' ``` null ``` As @orius123 we should either show a warning about not being allowed to iterate over empty arrays or jus...
b1109134b20c17a780a4905ca7d2b9e1555da9ed
3aa6eed8e31ac101b25d5cc89594c04cb65990d5
https://github.com/cloudslang/cloud-slang/compare/b1109134b20c17a780a4905ca7d2b9e1555da9ed...3aa6eed8e31ac101b25d5cc89594c04cb65990d5
diff --git a/cloudslang-runtime/src/main/java/io/cloudslang/lang/runtime/bindings/AsyncLoopBinding.java b/cloudslang-runtime/src/main/java/io/cloudslang/lang/runtime/bindings/AsyncLoopBinding.java index 504ffaa27..6e8134ef7 100644 --- a/cloudslang-runtime/src/main/java/io/cloudslang/lang/runtime/bindings/AsyncLoopBindi...
['cloudslang-runtime/src/test/java/io/cloudslang/lang/runtime/bindings/AsyncLoopBindingTest.java', 'cloudslang-runtime/src/test/java/io/cloudslang/lang/runtime/bindings/LoopsBindingTest.java', 'cloudslang-runtime/src/main/java/io/cloudslang/lang/runtime/bindings/AsyncLoopBinding.java', 'cloudslang-runtime/src/main/java...
{'.java': 4}
4
4
0
0
4
311,206
60,174
8,083
101
2,272
416
31
2
336
56
75
10
0
1
1970-01-01T00:23:50
226
Java
{'Java': 2503341, 'Slash': 727911, 'Python': 9681, 'Shell': 1856, 'CSS': 1039, 'JavaScript': 795}
Apache License 2.0
1,034
cloudslang/cloud-slang/310/300
cloudslang
cloud-slang
https://github.com/CloudSlang/cloud-slang/issues/300
https://github.com/CloudSlang/cloud-slang/pull/310
https://github.com/CloudSlang/cloud-slang/pull/310
1
fixes
wrong path created by slang actions
the path created by slang action is not correct and also doe not represent the language syntax and how does the user expect to. comment: i already have the fix
8ba75c87d81306fd768aa0ed52a922c0acfd1567
d1000b475377c637b55c88594c452ac15a791c47
https://github.com/cloudslang/cloud-slang/compare/8ba75c87d81306fd768aa0ed52a922c0acfd1567...d1000b475377c637b55c88594c452ac15a791c47
diff --git a/cloudslang-cli/src/main/java/io/cloudslang/lang/cli/services/SyncTriggerEventListener.java b/cloudslang-cli/src/main/java/io/cloudslang/lang/cli/services/SyncTriggerEventListener.java index 53e65db71..2658e94d7 100644 --- a/cloudslang-cli/src/main/java/io/cloudslang/lang/cli/services/SyncTriggerEventListen...
['cloudslang-tests/src/test/java/io/cloudslang/lang/systemtests/SystemsTestsParent.java', 'cloudslang-tests/src/main/java/io/cloudslang/lang/systemtests/StepData.java', 'cloudslang-tests/src/main/java/io/cloudslang/lang/systemtests/JoinAggregatorListener.java', 'cloudslang-runtime/src/main/java/io/cloudslang/lang/runti...
{'.java': 22}
22
22
0
0
22
322,477
62,534
8,404
104
23,957
4,340
471
10
162
30
33
4
0
0
1970-01-01T00:23:53
226
Java
{'Java': 2503341, 'Slash': 727911, 'Python': 9681, 'Shell': 1856, 'CSS': 1039, 'JavaScript': 795}
Apache License 2.0
1,031
cloudslang/cloud-slang/347/330
cloudslang
cloud-slang
https://github.com/CloudSlang/cloud-slang/issues/330
https://github.com/CloudSlang/cloud-slang/pull/347
https://github.com/CloudSlang/cloud-slang/pull/347
2
fix
Join branches throws NPE when aggregating wrong output
when running flow: https://gist.github.com/orius123/a5c2e9facf20e6d0de00 NPE is thrown from AsyncLoopSteps my best guess is that something in this chain in null [Relevant line](https://github.com/CloudSlang/cloud-slang/blob/7c2ff9c81ad706e065bf394f890b31c55ad6c038/cloudslang-runtime/src/main/java/io/cloudslang/lang/ru...
99c4ffa938433aadd8411a5f2c0b8d43141f3108
1c5448fc3155f51c61ebe7fe788e4de6ec2b9251
https://github.com/cloudslang/cloud-slang/compare/99c4ffa938433aadd8411a5f2c0b8d43141f3108...1c5448fc3155f51c61ebe7fe788e4de6ec2b9251
diff --git a/cloudslang-runtime/src/main/java/io/cloudslang/lang/runtime/steps/AsyncLoopSteps.java b/cloudslang-runtime/src/main/java/io/cloudslang/lang/runtime/steps/AsyncLoopSteps.java index 46d486239..f7180b930 100644 --- a/cloudslang-runtime/src/main/java/io/cloudslang/lang/runtime/steps/AsyncLoopSteps.java +++ b/c...
['cloudslang-runtime/src/test/java/io/cloudslang/lang/runtime/steps/AsyncLoopStepsTest.java', 'cloudslang-runtime/src/main/java/io/cloudslang/lang/runtime/steps/AsyncLoopSteps.java']
{'.java': 2}
2
2
0
0
2
333,169
64,648
8,642
104
1,534
276
24
1
398
28
126
9
2
0
1970-01-01T00:23:55
226
Java
{'Java': 2503341, 'Slash': 727911, 'Python': 9681, 'Shell': 1856, 'CSS': 1039, 'JavaScript': 795}
Apache License 2.0
1,479
hashgraph/hedera-services/796/793
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/793
https://github.com/hashgraph/hedera-services/pull/796
https://github.com/hashgraph/hedera-services/pull/796
1
closes
Fix UpdateNode test failure
**Summary of the defect** The Update Node test that has passed in the branch previously failed with this error on master. ``` Node 0 has exception:- Only default usage prices available for function Freeze @ 2020-11-20T04:40:50.999999425Z! (java.lang.NullPointerException) Node 0 has exception:- Only default usage ...
6622d3154982475ce83e1a82adc4bd1c1e8db1af
3661caee928fa2c58855a3f07ce34d3ced107e2e
https://github.com/hashgraph/hedera-services/compare/6622d3154982475ce83e1a82adc4bd1c1e8db1af...3661caee928fa2c58855a3f07ce34d3ced107e2e
diff --git a/hedera-node/src/main/java/com/hedera/services/fees/calculation/AwareFcfsUsagePrices.java b/hedera-node/src/main/java/com/hedera/services/fees/calculation/AwareFcfsUsagePrices.java index 315c15bd5c..a70b378c4a 100644 --- a/hedera-node/src/main/java/com/hedera/services/fees/calculation/AwareFcfsUsagePrices.j...
['hedera-node/src/main/java/com/hedera/services/fees/calculation/AwareFcfsUsagePrices.java', 'hedera-node/src/test/java/com/hedera/services/fees/calculation/AwareFcfsUsagePricesTest.java']
{'.java': 2}
2
2
0
0
2
7,095,280
1,656,830
190,259
1,019
329
80
10
1
1,718
184
453
24
1
1
1970-01-01T00:26:45
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
1,478
hashgraph/hedera-services/799/687
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/687
https://github.com/hashgraph/hedera-services/pull/799
https://github.com/hashgraph/hedera-services/pull/799
1
closes
SuiteRunner's PayerID creation when failed should fall back to Default ID
<!-- Thanks for submitting a bug report! Before submitting: 1. Try searching the existing issues to see if your issue has already been reported 2. If you're reporting a security vulnerability, please email security@hedera.com instead of opening an issue --> **Summary of the defect** When the process of creatin...
e48ff72385325f9ebf2d208dbee2236ba4059d9f
a0a1818d3f57247f21f743e95b4fd8b3810afb42
https://github.com/hashgraph/hedera-services/compare/e48ff72385325f9ebf2d208dbee2236ba4059d9f...a0a1818d3f57247f21f743e95b4fd8b3810afb42
diff --git a/test-clients/src/main/java/com/hedera/services/bdd/suites/SuiteRunner.java b/test-clients/src/main/java/com/hedera/services/bdd/suites/SuiteRunner.java index b896ebf365..29c8e0ac9c 100644 --- a/test-clients/src/main/java/com/hedera/services/bdd/suites/SuiteRunner.java +++ b/test-clients/src/main/java/com/h...
['test-clients/src/main/java/com/hedera/services/bdd/suites/SuiteRunner.java']
{'.java': 1}
1
1
0
0
1
7,097,055
1,657,269
190,302
1,019
260
69
6
1
674
105
141
11
0
0
1970-01-01T00:26:45
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
1,477
hashgraph/hedera-services/807/806
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/806
https://github.com/hashgraph/hedera-services/pull/807
https://github.com/hashgraph/hedera-services/pull/807
1
closes
Ensure SystemFileManager.loadAllSystemFiles is called in ServicesMain.init before any properties are accessed
**Summary of the defect** Currently `ServicesMain.init` starts the record stream thread _before_ calling `SystemFilesManager.loadAllSystemFiles` if necessary (as on a restart). Hence when this call _is_ necessary, the record stream directory will always be the default.
e48ff72385325f9ebf2d208dbee2236ba4059d9f
14cf74b707dc128bad5fd9e700feb23b0c75fdb9
https://github.com/hashgraph/hedera-services/compare/e48ff72385325f9ebf2d208dbee2236ba4059d9f...14cf74b707dc128bad5fd9e700feb23b0c75fdb9
diff --git a/hedera-node/src/main/java/com/hedera/services/ServicesMain.java b/hedera-node/src/main/java/com/hedera/services/ServicesMain.java index 61a767710f..8264b007bd 100644 --- a/hedera-node/src/main/java/com/hedera/services/ServicesMain.java +++ b/hedera-node/src/main/java/com/hedera/services/ServicesMain.java @...
['hedera-node/src/main/java/com/hedera/services/ServicesMain.java', 'hedera-node/src/test/java/com/hedera/services/ServicesMainTest.java', 'hedera-node/src/main/java/com/hedera/services/legacy/stream/RecordStream.java']
{'.java': 3}
3
3
0
0
3
7,097,055
1,657,269
190,302
1,019
1,198
240
36
2
270
35
57
2
0
0
1970-01-01T00:26:46
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
1,475
hashgraph/hedera-services/1019/1008
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/1008
https://github.com/hashgraph/hedera-services/pull/1019
https://github.com/hashgraph/hedera-services/pull/1019
1
closes
HCS-Restart-Performance-Testnet-10k-46m fails on master
**Summary of the defect** HCS-Restart-Performance-Testnet-10k-46m fails on master with 0 TPS . Investigate the reason for it and fix the issue. **How to reproduce (if possible)** https://hedera-hashgraph.slack.com/archives/C018Y4E6ADT/p1611476677006700 https://hedera-hashgraph.slack.com/archives/C018Y4E6ADT/p1611...
d3ad20925b92b2fc9bc1bbafbe9fe99cac523ee3
02fd7183f517d2df68e9ae1d8fada50b8375de3c
https://github.com/hashgraph/hedera-services/compare/d3ad20925b92b2fc9bc1bbafbe9fe99cac523ee3...02fd7183f517d2df68e9ae1d8fada50b8375de3c
diff --git a/test-clients/src/main/java/com/hedera/services/bdd/suites/perf/SubmitMessageLoadTest.java b/test-clients/src/main/java/com/hedera/services/bdd/suites/perf/SubmitMessageLoadTest.java index 5eb275029c..186524480c 100644 --- a/test-clients/src/main/java/com/hedera/services/bdd/suites/perf/SubmitMessageLoadTes...
['test-clients/src/main/java/com/hedera/services/bdd/suites/perf/SubmitMessageLoadTest.java']
{'.java': 1}
1
1
0
0
1
5,784,728
1,385,553
163,086
1,026
1,121
279
24
1
642
73
206
20
2
1
1970-01-01T00:26:51
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
1,476
hashgraph/hedera-services/829/814
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/814
https://github.com/hashgraph/hedera-services/pull/829
https://github.com/hashgraph/hedera-services/pull/829
1
closes
AWS daily APIPermissionUpdate reconnect fails
**Summary of the defect** The test failed due to PLATFORM_TRANSACTION_NOT_CREATED. **How to reproduce (if possible)** Please refer to the slack URL: https://hedera-hashgraph.slack.com/archives/CKWHL8R9A/p1606723088018100 and the detailed log file: https://s3.console.aws.amazon.com/s3/object/hedera-service-r...
a1becc9109e1724e5b02961e6e0821a9a51fd56e
f4b1559a3118e08e6c4918324571a47417639c64
https://github.com/hashgraph/hedera-services/compare/a1becc9109e1724e5b02961e6e0821a9a51fd56e...f4b1559a3118e08e6c4918324571a47417639c64
diff --git a/test-clients/src/main/java/com/hedera/services/bdd/suites/reconnect/UpdateApiPermissionsDuringReconnect.java b/test-clients/src/main/java/com/hedera/services/bdd/suites/reconnect/UpdateApiPermissionsDuringReconnect.java index a251efa59b..e6679dfc5f 100644 --- a/test-clients/src/main/java/com/hedera/service...
['test-clients/src/main/java/com/hedera/services/bdd/suites/reconnect/UpdateApiPermissionsDuringReconnect.java']
{'.java': 1}
1
1
0
0
1
7,097,755
1,657,537
190,316
1,019
151
35
3
1
5,987
361
1,795
72
2
1
1970-01-01T00:26:46
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
1,474
hashgraph/hedera-services/1020/859
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/859
https://github.com/hashgraph/hedera-services/pull/1020
https://github.com/hashgraph/hedera-services/pull/1020
1
closes
Account with positive balance must be created via a cryptoCreate
**Summary of the defect** https://github.com/hashgraph/hedera-services/blob/1308f994ba95d4d76c004b319aafa33fa2fcac67/hedera-node/src/main/java/com/hedera/services/state/initialization/BackedSystemAccountsCreator.java#L81-L104 Only `GENESIS` account (also called `treasury` account) is created with `totalTinyBarFloat...
58049acd49d8ed56230b448455c2f71f1b5d345c
401581d84a9213f3d0f8da9b520d6259b63cdfb7
https://github.com/hashgraph/hedera-services/compare/58049acd49d8ed56230b448455c2f71f1b5d345c...401581d84a9213f3d0f8da9b520d6259b63cdfb7
diff --git a/hedera-node/src/main/java/com/hedera/services/state/initialization/BackedSystemAccountsCreator.java b/hedera-node/src/main/java/com/hedera/services/state/initialization/BackedSystemAccountsCreator.java index 6b8966e04d..3b3b1e59bf 100644 --- a/hedera-node/src/main/java/com/hedera/services/state/initializat...
['hedera-node/src/main/java/com/hedera/services/state/initialization/BackedSystemAccountsCreator.java', 'hedera-node/src/test/java/com/hedera/services/state/initialization/BackedSystemAccountsCreatorTest.java']
{'.java': 2}
2
2
0
0
2
5,785,082
1,385,655
163,098
1,026
791
185
14
1
337
18
96
4
1
0
1970-01-01T00:26:51
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
1,472
hashgraph/hedera-services/1093/1092
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/1092
https://github.com/hashgraph/hedera-services/pull/1093
https://github.com/hashgraph/hedera-services/pull/1093
1
closes
Exported balances CSV using SingleAccountBalances type in 0.12.0-rc.1 tag
**Summary of the defect** In `v0.11.0` token balances in the account balances CSV are Base64-encoded serializations of [the `TokenBalances` type](https://github.com/hashgraph/hedera-services/blob/06381945ab3960f7efcc9228a12bc71dad153e02/hedera-node/src/main/java/com/hedera/services/state/exports/SignedStateBalancesExp...
2ceb58f0d8a3687749b5366d38197a6d1340e788
0394e874f0882c060013ac0e25c595e87b740b4a
https://github.com/hashgraph/hedera-services/compare/2ceb58f0d8a3687749b5366d38197a6d1340e788...0394e874f0882c060013ac0e25c595e87b740b4a
diff --git a/hedera-node/src/main/java/com/hedera/services/ServicesMain.java b/hedera-node/src/main/java/com/hedera/services/ServicesMain.java index 4f00558ef4..12acda2796 100644 --- a/hedera-node/src/main/java/com/hedera/services/ServicesMain.java +++ b/hedera-node/src/main/java/com/hedera/services/ServicesMain.java @...
['hedera-node/src/test/java/com/hedera/services/state/exports/SignedStateBalancesExporterTest.java', 'hedera-node/src/main/java/com/hedera/services/ServicesMain.java', 'test-clients/src/main/java/com/hedera/services/bdd/suites/token/TokenMiscOps.java', 'hedera-node/src/main/java/com/hedera/services/state/exports/Balanc...
{'.java': 7}
7
7
0
0
7
5,979,638
1,433,378
168,645
1,051
10,522
2,350
231
4
850
49
214
14
2
2
1970-01-01T00:26:53
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
1,471
hashgraph/hedera-services/1098/1096
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/1096
https://github.com/hashgraph/hedera-services/pull/1098
https://github.com/hashgraph/hedera-services/pull/1098
1
closes
HTS-Restart-Performance-Random-10k-61m failed with Unhandled error while processing :: signedTransactionBytes
<!-- Thanks for submitting a bug report! Before submitting: 1. Try searching the existing issues to see if your issue has already been reported 2. If you're reporting a security vulnerability, please email security@hedera.com instead of opening an issue --> **Summary of the defect** HTS-Restart-Performance-Ran...
0b92ce1301536e9f84f0222e7c94985a8ef9027f
781a28f3bc334e4407ed7414f4a56180e4daf897
https://github.com/hashgraph/hedera-services/compare/0b92ce1301536e9f84f0222e7c94985a8ef9027f...781a28f3bc334e4407ed7414f4a56180e4daf897
diff --git a/hedera-node/src/main/java/com/hedera/services/store/schedule/HederaScheduleStore.java b/hedera-node/src/main/java/com/hedera/services/store/schedule/HederaScheduleStore.java index 5e6806ed5c..adeebe7a25 100644 --- a/hedera-node/src/main/java/com/hedera/services/store/schedule/HederaScheduleStore.java +++ b...
['test-clients/src/main/java/com/hedera/services/bdd/suites/schedule/ScheduleCreateSpecs.java', 'test-clients/src/main/java/com/hedera/services/bdd/spec/queries/schedule/HapiGetScheduleInfo.java', 'hedera-node/src/test/java/com/hedera/services/store/schedule/HederaScheduleStoreTest.java', 'test-clients/src/main/java/co...
{'.java': 13}
13
13
0
0
13
5,978,433
1,433,153
168,614
1,051
3,871
975
89
11
2,921
153
913
38
1
1
1970-01-01T00:26:53
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
1,481
hashgraph/hedera-services/734/733
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/733
https://github.com/hashgraph/hedera-services/pull/734
https://github.com/hashgraph/hedera-services/pull/734
1
closes
avgHdlSubMsgSize stat is not updated after the stat refactoring
**Summary of the defect** There was a copy-paste issue on lines 61 and 66 https://github.com/hashgraph/hedera-services/blob/d275a47e518b31a30c0689f27acc28d0e4f44479/hedera-node/src/main/java/com/hedera/services/stats/MiscRunningAvgs.java#L57-L66 Also the following function is not hooked up to update the avgHdlSubMsg...
d275a47e518b31a30c0689f27acc28d0e4f44479
c55914635a01f503d4f8d91bc4f6c16e9e43f628
https://github.com/hashgraph/hedera-services/compare/d275a47e518b31a30c0689f27acc28d0e4f44479...c55914635a01f503d4f8d91bc4f6c16e9e43f628
diff --git a/hedera-node/src/main/java/com/hedera/services/context/ServicesContext.java b/hedera-node/src/main/java/com/hedera/services/context/ServicesContext.java index 142a9de7ac..9b6277b941 100644 --- a/hedera-node/src/main/java/com/hedera/services/context/ServicesContext.java +++ b/hedera-node/src/main/java/com/he...
['hedera-node/src/main/java/com/hedera/services/stats/HapiOpCounters.java', 'hedera-node/src/main/java/com/hedera/services/stats/MiscRunningAvgs.java', 'hedera-node/src/test/java/com/hedera/services/stats/HapiOpCountersTest.java', 'hedera-node/src/test/java/com/hedera/services/stats/MiscRunningAvgsTest.java', 'hedera-n...
{'.java': 5}
5
5
0
0
5
7,049,231
1,645,681
189,034
1,008
1,011
254
21
3
690
56
200
8
2
0
1970-01-01T00:26:44
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
1,488
hashgraph/hedera-services/555/553
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/553
https://github.com/hashgraph/hedera-services/pull/555
https://github.com/hashgraph/hedera-services/pull/555
1
closes
Contract memo size limit not enforced
Created by [185](https://github.com/swirlds/hedera-fpcomplete-audit/pull/185) ## Situation Both the [ContractCreate](https://docs.hedera.com/guides/docs/hedera-api/smart-contracts/contractcreate) and the [ContractUpdate](https://docs.hedera.com/guides/docs/hedera-api/smart-contracts/contractupdate) operations inc...
9fdf6604a65f0bb02fb271c29c1a9718c65d48d1
b7fd6de13640cf6a77a7b12b181203569da915e8
https://github.com/hashgraph/hedera-services/compare/9fdf6604a65f0bb02fb271c29c1a9718c65d48d1...b7fd6de13640cf6a77a7b12b181203569da915e8
diff --git a/hedera-node/src/main/java/com/hedera/services/legacy/services/state/AwareProcessLogic.java b/hedera-node/src/main/java/com/hedera/services/legacy/services/state/AwareProcessLogic.java index a388201209..082a796e7a 100644 --- a/hedera-node/src/main/java/com/hedera/services/legacy/services/state/AwareProcessL...
['hedera-node/src/test/java/com/hedera/services/legacy/services/state/AwareProcessLogicTest.java', 'hedera-node/src/main/java/com/hedera/services/legacy/services/state/AwareProcessLogic.java']
{'.java': 2}
2
2
0
0
2
6,869,846
1,598,520
183,146
952
719
175
16
1
1,128
112
277
14
4
0
1970-01-01T00:26:40
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
1,483
hashgraph/hedera-services/664/654
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/654
https://github.com/hashgraph/hedera-services/pull/664
https://github.com/hashgraph/hedera-services/pull/664
1
closes
QueryFailuresSpec suite's getsExpectedRejection should return FILE_DELETED as pre-check status
**Summary of the defect** When querying the file contents of a deleted file. Instead it returns pre-check status as OK. **How to reproduce (if possible)** Please refer to QueryFailuresSpec.java source code. **Service logs (if applicable)** ``` ... ``` **Environment:** - OS: [e.g. Ubuntu 18.04] - Java: [e....
5e10ea5a36b7ef87144e0f64a6b46ce7b093ab49
98894770039f32fb4d0a4fcdda1cc1946cf028be
https://github.com/hashgraph/hedera-services/compare/5e10ea5a36b7ef87144e0f64a6b46ce7b093ab49...98894770039f32fb4d0a4fcdda1cc1946cf028be
diff --git a/test-clients/src/main/java/com/hedera/services/bdd/suites/file/negative/QueryFailuresSpec.java b/test-clients/src/main/java/com/hedera/services/bdd/suites/file/negative/QueryFailuresSpec.java index f36f8ed184..e6b2a37499 100644 --- a/test-clients/src/main/java/com/hedera/services/bdd/suites/file/negative/Q...
['test-clients/src/main/java/com/hedera/services/bdd/suites/file/negative/QueryFailuresSpec.java']
{'.java': 1}
1
1
0
0
1
7,017,786
1,637,977
188,321
990
98
24
2
1
521
76
146
19
0
1
1970-01-01T00:26:42
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
1,484
hashgraph/hedera-services/660/659
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/659
https://github.com/hashgraph/hedera-services/pull/660
https://github.com/hashgraph/hedera-services/pull/660
1
closes
Unavailable channel when using SuiteRunner to run multiple suites that include load/perf test
https://github.com/hashgraph/hedera-services/blob/c3aa15f4edc8f406ada2c98dadc9d7af2ed252e0/test-clients/src/main/java/com/hedera/services/bdd/spec/HapiApiSpec.java#L231-L241 https://github.com/hashgraph/hedera-services/blob/c3aa15f4edc8f406ada2c98dadc9d7af2ed252e0/test-clients/src/main/java/com/hedera/services/bdd/spe...
c3aa15f4edc8f406ada2c98dadc9d7af2ed252e0
38daa047f718e4bc57164c57391a942791177b56
https://github.com/hashgraph/hedera-services/compare/c3aa15f4edc8f406ada2c98dadc9d7af2ed252e0...38daa047f718e4bc57164c57391a942791177b56
diff --git a/test-clients/src/main/java/com/hedera/services/bdd/spec/HapiApiSpec.java b/test-clients/src/main/java/com/hedera/services/bdd/spec/HapiApiSpec.java index 103667656c..7e2647612f 100644 --- a/test-clients/src/main/java/com/hedera/services/bdd/spec/HapiApiSpec.java +++ b/test-clients/src/main/java/com/hedera/...
['test-clients/src/main/java/com/hedera/services/bdd/spec/HapiApiSpec.java', 'test-clients/src/main/java/com/hedera/services/bdd/suites/HapiApiSuite.java', 'test-clients/src/main/java/com/hedera/services/bdd/spec/infrastructure/HapiApiClients.java']
{'.java': 3}
3
3
0
0
3
6,997,760
1,632,751
187,675
988
3,717
900
80
3
4,316
182
1,154
45
2
1
1970-01-01T00:26:42
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
1,485
hashgraph/hedera-services/652/578
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/578
https://github.com/hashgraph/hedera-services/pull/652
https://github.com/hashgraph/hedera-services/pull/652
1
closes
Find out why UmbrellaRedux only send out ~50% of required operations for HCS requests
**Summary of the defect** While doing perf test, UmbrellaRedux seems to only send out 50% of configured requests rate. **How to reproduce (if possible)** Check out the nightly JRS regression HCS perf test config. **Service logs (if applicable)** ``` ... ``` **Environment:** - OS: [e.g. Ubuntu 18.04] - J...
4b43e5d5e676a0cdad122688e6c0804360b54af9
4c8845a19f8f4e95c0d4f885103d2926297908ab
https://github.com/hashgraph/hedera-services/compare/4b43e5d5e676a0cdad122688e6c0804360b54af9...4c8845a19f8f4e95c0d4f885103d2926297908ab
diff --git a/test-clients/src/main/java/com/hedera/services/bdd/spec/infrastructure/providers/ops/consensus/RandomMessageSubmit.java b/test-clients/src/main/java/com/hedera/services/bdd/spec/infrastructure/providers/ops/consensus/RandomMessageSubmit.java index 6580d7ce18..7f9b0bd8f5 100644 --- a/test-clients/src/main/j...
['test-clients/src/main/java/com/hedera/services/bdd/spec/infrastructure/providers/ops/consensus/RandomMessageSubmit.java']
{'.java': 1}
1
1
0
0
1
6,935,113
1,617,567
186,200
982
115
19
4
1
451
66
135
20
0
1
1970-01-01T00:26:42
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
1,489
hashgraph/hedera-services/552/551
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/551
https://github.com/hashgraph/hedera-services/pull/552
https://github.com/hashgraph/hedera-services/pull/552
1
closes
Fees - FieldSourcedFeeScreening can throw null exception in some scenarios
Created by [261](https://github.com/swirlds/hedera-fpcomplete-audit/pull/261) ## Situation We have a method named [canParticipantAfford](https://github.com/hashgraph/hedera-services/blob/e4f825ce23d5e4429192c8bf218ea220064d548e/hedera-node/src/main/java/com/hedera/services/fees/charging/FieldSourcedFeeScreening....
97f6446b96d04ffc955160685cd018c6ba2af64f
b93819f7631b6c2d46ba2ee02d08250bb648d29a
https://github.com/hashgraph/hedera-services/compare/97f6446b96d04ffc955160685cd018c6ba2af64f...b93819f7631b6c2d46ba2ee02d08250bb648d29a
diff --git a/hedera-node/src/main/java/com/hedera/services/fees/charging/FieldSourcedFeeScreening.java b/hedera-node/src/main/java/com/hedera/services/fees/charging/FieldSourcedFeeScreening.java index f68c753f11..8fe576492a 100644 --- a/hedera-node/src/main/java/com/hedera/services/fees/charging/FieldSourcedFeeScreenin...
['hedera-node/src/main/java/com/hedera/services/fees/charging/FieldSourcedFeeScreening.java', 'hedera-node/src/test/java/com/hedera/services/fees/charging/FieldSourcedFeeScreeningTest.java']
{'.java': 2}
2
2
0
0
2
6,842,052
1,591,296
182,207
939
424
119
10
1
2,973
254
787
67
5
2
1970-01-01T00:26:40
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
1,490
hashgraph/hedera-services/540/497
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/497
https://github.com/hashgraph/hedera-services/pull/540
https://github.com/hashgraph/hedera-services/pull/540
1
closes
JRS nightly regression AWS-Services-Daily-SoftwareUpdate-4N-1C/ServicesState-Recovery-300-7m failed in RecoverStateValidator step
**Summary of the defect** Please refer to the error logs below. **How to reproduce (if possible)** https://hedera-hashgraph.slack.com/archives/CKWHL8R9A/p1598863554228600 **Service logs (if applicable)** ``` ---- RecoverStateValidator FAILED validation ---- <<INFO>> Node 0 finished recover run and resume no...
b440672250924901f9645649d442fa65d9592a20
4d451ffb3151e44ec09ae44b4993e097c795e86d
https://github.com/hashgraph/hedera-services/compare/b440672250924901f9645649d442fa65d9592a20...4d451ffb3151e44ec09ae44b4993e097c795e86d
diff --git a/test-clients/src/main/java/com/hedera/services/bdd/spec/infrastructure/OpProvider.java b/test-clients/src/main/java/com/hedera/services/bdd/spec/infrastructure/OpProvider.java index 279c6226ee..7be32ad6f4 100644 --- a/test-clients/src/main/java/com/hedera/services/bdd/spec/infrastructure/OpProvider.java ++...
['test-clients/src/main/java/com/hedera/services/bdd/spec/transactions/TxnUtils.java', 'test-clients/src/main/java/com/hedera/services/bdd/spec/infrastructure/OpProvider.java']
{'.java': 2}
2
2
0
0
2
6,840,034
1,590,860
182,153
939
119
38
3
2
774
108
214
26
1
1
1970-01-01T00:26:39
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
1,492
hashgraph/hedera-services/451/452
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/452
https://github.com/hashgraph/hedera-services/pull/451
https://github.com/hashgraph/hedera-services/pull/451
1
closes
Fix ZeroStakeTest
<!-- Thanks for submitting a bug report! Before submitting: 1. Try searching the existing issues to see if your issue has already been reported 2. If you're reporting a security vulnerability, please email security@hedera.com instead of opening an issue --> **Summary of the defect** ZeroStakeTest currently hav...
587ce01d0036a5cd711937e32eef7cd7e539a298
2e891db51ed85e1cbc9f524a0e0a30f9e281d10b
https://github.com/hashgraph/hedera-services/compare/587ce01d0036a5cd711937e32eef7cd7e539a298...2e891db51ed85e1cbc9f524a0e0a30f9e281d10b
diff --git a/test-clients/src/main/java/com/hedera/services/bdd/suites/SuiteRunner.java b/test-clients/src/main/java/com/hedera/services/bdd/suites/SuiteRunner.java index cea29b652d..b4de8ca564 100644 --- a/test-clients/src/main/java/com/hedera/services/bdd/suites/SuiteRunner.java +++ b/test-clients/src/main/java/com/h...
['test-clients/src/main/java/com/hedera/services/bdd/suites/SuiteRunner.java', 'test-clients/src/main/java/com/hedera/services/bdd/suites/misc/ZeroStakeNodeTest.java']
{'.java': 2}
2
2
0
0
2
6,481,616
1,501,152
171,007
869
2,731
699
53
2
522
75
112
11
0
0
1970-01-01T00:26:37
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
1,493
hashgraph/hedera-services/364/258
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/258
https://github.com/hashgraph/hedera-services/pull/364
https://github.com/hashgraph/hedera-services/pull/364
1
closes
Hedera services shouldn't proceed if initial total ledger balance doesn't add up
**Summary of the defect** When hedera services starts and the initial total ledger balance doesn't add up the expected value, the services should stop and refuse to move forward. Also this should be a severe ERROR, not just an WARN message. **How to reproduce (if possible)** When in CircleCi running three test j...
6b5ac50d51ac9e3271c2c5a2d27a8873ecbe396b
7990a2ee339db2a3df32c16b2612dfb39d0802aa
https://github.com/hashgraph/hedera-services/compare/6b5ac50d51ac9e3271c2c5a2d27a8873ecbe396b...7990a2ee339db2a3df32c16b2612dfb39d0802aa
diff --git a/hedera-node/src/main/java/com/hedera/services/ServicesMain.java b/hedera-node/src/main/java/com/hedera/services/ServicesMain.java index f26bbe8e1c..ef2ad4c73d 100644 --- a/hedera-node/src/main/java/com/hedera/services/ServicesMain.java +++ b/hedera-node/src/main/java/com/hedera/services/ServicesMain.java @...
['hedera-node/src/main/java/com/hedera/services/ServicesMain.java', 'hedera-node/src/main/java/com/hedera/services/legacy/handler/TransactionHandler.java', 'hedera-node/src/test/java/com/hedera/services/ServicesMainTest.java', 'hedera-node/src/test/java/com/hedera/services/legacy/unit/CrptDelAcctValtionAndStartupBalChe...
{'.java': 4}
4
4
0
0
4
6,424,139
1,485,631
169,018
860
401
90
7
2
2,400
284
738
58
1
1
1970-01-01T00:26:35
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
1,469
hashgraph/hedera-services/1138/1136
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/1136
https://github.com/hashgraph/hedera-services/pull/1138
https://github.com/hashgraph/hedera-services/pull/1138
1
closes
Node payments for a scheduled txn should go to node submitting the triggering txn
**Summary of the defect** `ItemizableFeeCharging` uses the [node account in the `TransactionBody`](https://github.com/hashgraph/hedera-services/blob/master/hedera-node/src/main/java/com/hedera/services/fees/charging/ItemizableFeeCharging.java#L97) to identify where to transfer node payments. This is always correct ...
fa996f9cef6bacd3ad138203e013dcaad53103b2
5f05bf1dd1e8893906cec3517fbf1e01daa645ee
https://github.com/hashgraph/hedera-services/compare/fa996f9cef6bacd3ad138203e013dcaad53103b2...5f05bf1dd1e8893906cec3517fbf1e01daa645ee
diff --git a/hedera-node/src/main/java/com/hedera/services/fees/charging/ItemizableFeeCharging.java b/hedera-node/src/main/java/com/hedera/services/fees/charging/ItemizableFeeCharging.java index 272dae19de..9884fb118a 100644 --- a/hedera-node/src/main/java/com/hedera/services/fees/charging/ItemizableFeeCharging.java ++...
['hedera-node/src/main/java/com/hedera/services/fees/charging/ItemizableFeeCharging.java', 'test-clients/src/main/java/com/hedera/services/bdd/spec/HapiSpecOperation.java', 'hedera-node/src/main/java/com/hedera/services/legacy/services/state/AwareProcessLogic.java', 'hedera-node/src/main/java/com/hedera/services/fees/c...
{'.java': 11}
11
11
0
0
11
6,092,794
1,461,651
171,750
1,071
7,255
1,800
190
9
905
107
209
8
1
0
1970-01-01T00:26:54
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
1,470
hashgraph/hedera-services/1129/1128
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/1128
https://github.com/hashgraph/hedera-services/pull/1129
https://github.com/hashgraph/hedera-services/pull/1129
1
closes
Fix HAPIClientValidator for File-Restart-Performance-Size1K_4K-28-16m and Contract-Basic-Performance-24-16m for daily perf tests
**Summary of the defect** For these two perf regression tests, HapiClientValidator fails on UmbrellaRedux for unclear reason. **How to reproduce (if possible)** Please refer to https://hedera-hashgraph.slack.com/archives/C018Y4E6ADT/p1614588123017800 They also failed for local run. **Service logs (if applica...
7332b4f2784a99f6368b6bb7dac7477a94dcd2d2
bda98c3d96f8bf2b323f513de6b82ed6599342b1
https://github.com/hashgraph/hedera-services/compare/7332b4f2784a99f6368b6bb7dac7477a94dcd2d2...bda98c3d96f8bf2b323f513de6b82ed6599342b1
diff --git a/test-clients/src/main/java/com/hedera/services/bdd/suites/regression/RegressionProviderFactory.java b/test-clients/src/main/java/com/hedera/services/bdd/suites/regression/RegressionProviderFactory.java index f86686f949..1f625d327e 100644 --- a/test-clients/src/main/java/com/hedera/services/bdd/suites/regre...
['test-clients/src/main/java/com/hedera/services/bdd/suites/regression/UmbrellaRedux.java', 'test-clients/src/main/java/com/hedera/services/bdd/suites/regression/RegressionProviderFactory.java']
{'.java': 2}
2
2
0
0
2
6,092,671
1,460,976
171,721
1,071
3,273
736
61
2
600
77
173
21
1
1
1970-01-01T00:26:54
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
1,473
hashgraph/hedera-services/1055/1054
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/1054
https://github.com/hashgraph/hedera-services/pull/1055
https://github.com/hashgraph/hedera-services/pull/1055
1
closes
Fix INSUFFICIENT_PAYER_BALANCE error in nightly tests
**Summary of the defect** Most of the nightly regression tests are failing with `INSUFFICIENT_PAYER_BALANCE` error on Feb 3rd. Failing Crypto-Restart test link : https://hedera-hashgraph.slack.com/archives/CKWHL8R9A/p1612420086307000 Possible Resolution: This might be solved by using `long initialBalance = 5_000...
ab151f09f95d47bc43a11099557507a3a9c46241
e864c8d85351cb4bbcbb1d5e79d6f7dc3f959614
https://github.com/hashgraph/hedera-services/compare/ab151f09f95d47bc43a11099557507a3a9c46241...e864c8d85351cb4bbcbb1d5e79d6f7dc3f959614
diff --git a/test-clients/src/main/java/com/hedera/services/bdd/spec/utilops/LoadTest.java b/test-clients/src/main/java/com/hedera/services/bdd/spec/utilops/LoadTest.java index 9b2c60b105..87edc6957c 100644 --- a/test-clients/src/main/java/com/hedera/services/bdd/spec/utilops/LoadTest.java +++ b/test-clients/src/main/j...
['test-clients/src/main/java/com/hedera/services/bdd/spec/utilops/LoadTest.java', 'test-clients/src/main/java/com/hedera/services/bdd/suites/crypto/CryptoCreateForSuiteRunner.java']
{'.java': 2}
2
2
0
0
2
5,786,242
1,385,943
163,065
1,030
805
167
13
2
515
53
136
6
1
0
1970-01-01T00:26:52
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
1,468
hashgraph/hedera-services/1150/1149
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/1149
https://github.com/hashgraph/hedera-services/pull/1150
https://github.com/hashgraph/hedera-services/pull/1150
1
closes
Fix HTS-Restart-Performance-Hotspot-10k-61m test failure for release/0.12.0
**Summary of the defect** This test sometimes fails due to hedera server node enter `MAINTENACE` mode to quick and leave its test-client hanging out with lost connection. **How to reproduce (if possible)** Example: https://hedera-hashgraph.slack.com/archives/CKWHL8R9A/p1614939819024100 **Service logs (if appl...
fe6a3594d3f5a8f0b34c01438df32aabfee487dd
847098f9a1469cf904e2f8755e048eb189f097e5
https://github.com/hashgraph/hedera-services/compare/fe6a3594d3f5a8f0b34c01438df32aabfee487dd...847098f9a1469cf904e2f8755e048eb189f097e5
diff --git a/test-clients/src/main/java/com/hedera/services/bdd/suites/perf/TokenTransfersLoadProvider.java b/test-clients/src/main/java/com/hedera/services/bdd/suites/perf/TokenTransfersLoadProvider.java index 66c64a18e3..d98804ca41 100644 --- a/test-clients/src/main/java/com/hedera/services/bdd/suites/perf/TokenTrans...
['test-clients/src/main/java/com/hedera/services/bdd/suites/perf/TokenTransfersLoadProvider.java']
{'.java': 1}
1
1
0
0
1
5,979,912
1,433,627
168,662
1,051
1,261
303
20
1
1,601
177
561
26
1
1
1970-01-01T00:26:54
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
1,459
hashgraph/hedera-services/1346/1337
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/1337
https://github.com/hashgraph/hedera-services/pull/1346
https://github.com/hashgraph/hedera-services/pull/1346
1
closes
Account Balances exportPeriod doesn't control export timing
**Summary of the defect** The export frequency doesn't follow the control of `balances.exportPeriodSecs` property. The example here is the EET client updates this property to be 120 seconds. However, it still exports account balances based on previous value. From the output.log, we can see this behavior: ``` ...
f5aa3475297586c9fb222e378f3f52f37334c685
33d28d5a48b79b68b2219fc0e163adb5ca839335
https://github.com/hashgraph/hedera-services/compare/f5aa3475297586c9fb222e378f3f52f37334c685...33d28d5a48b79b68b2219fc0e163adb5ca839335
diff --git a/hedera-node/src/main/java/com/hedera/services/state/exports/SignedStateBalancesExporter.java b/hedera-node/src/main/java/com/hedera/services/state/exports/SignedStateBalancesExporter.java index 7a6ad5e425..d4bf0ea547 100644 --- a/hedera-node/src/main/java/com/hedera/services/state/exports/SignedStateBalanc...
['hedera-node/src/main/java/com/hedera/services/state/exports/SignedStateBalancesExporter.java']
{'.java': 1}
1
1
0
0
1
6,353,830
1,528,288
179,491
1,126
368
89
6
1
5,181
586
1,719
66
1
2
1970-01-01T00:26:59
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
1,452
hashgraph/hedera-services/3648/3645
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/3645
https://github.com/hashgraph/hedera-services/pull/3648
https://github.com/hashgraph/hedera-services/pull/3648
1
closes
IllegalStateException when loading v26 state file
### Description Regression migration test failed due to following error ``` 2022-07-06 21:42:57.816 25 ERROR EXCEPTION <main> Browser: Saved state not loaded: com.swirlds.platform.internal.SignedStateLoadingException: Exception while reading signed state! at com.swirlds.platform.SwirldsPlatform.l...
f36d5bc3361c883879fec594d71a7fc449b372f4
9badfd94d57d21eb5906413ff3ead4ac428f1c6f
https://github.com/hashgraph/hedera-services/compare/f36d5bc3361c883879fec594d71a7fc449b372f4...9badfd94d57d21eb5906413ff3ead4ac428f1c6f
diff --git a/hedera-node/src/main/java/com/hedera/services/ServicesState.java b/hedera-node/src/main/java/com/hedera/services/ServicesState.java index bc7f64a5e2..63ebc1bac8 100644 --- a/hedera-node/src/main/java/com/hedera/services/ServicesState.java +++ b/hedera-node/src/main/java/com/hedera/services/ServicesState.ja...
['hedera-node/src/test/java/com/hedera/services/state/migration/StateVersionsTest.java', 'hedera-node/src/test/java/com/hedera/services/ServicesStateTest.java', 'hedera-node/src/main/java/com/hedera/services/ServicesState.java', 'hedera-node/src/main/java/com/hedera/services/state/migration/StateVersions.java']
{'.java': 4}
4
4
0
0
4
9,044,257
2,212,175
257,511
1,558
803
205
11
2
1,395
95
388
43
1
1
1970-01-01T00:27:37
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
1,453
hashgraph/hedera-services/3607/3597
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/3597
https://github.com/hashgraph/hedera-services/pull/3607
https://github.com/hashgraph/hedera-services/pull/3607
1
fixes
Smart contract Allowance Solidity Interfaces Incorrectly Implemented
The interfaces as described in [HIP-218](https://hips.hedera.com/hip/hip-218) have only been implemented for HTS redirect, not for direct HTS calls. We should implement a set of methods against the HTS Precompile address (0x167) that includes the token ID as an argument, * allowance(address token, address owner, a...
233ec8069cc02f003fa8badabaef24899e9e9af5
4824a50a27bcbbf785a9c50b5afc3d91a62a44c8
https://github.com/hashgraph/hedera-services/compare/233ec8069cc02f003fa8badabaef24899e9e9af5...4824a50a27bcbbf785a9c50b5afc3d91a62a44c8
diff --git a/hedera-node/src/main/java/com/hedera/services/exceptions/InvalidTransactionException.java b/hedera-node/src/main/java/com/hedera/services/exceptions/InvalidTransactionException.java index 81084c2ab6..d330601b2c 100644 --- a/hedera-node/src/main/java/com/hedera/services/exceptions/InvalidTransactionExceptio...
['hedera-node/src/test/java/com/hedera/services/txns/crypto/validators/DeleteAllowanceChecksTest.java', 'hedera-node/src/main/java/com/hedera/services/store/contracts/precompile/HTSPrecompiledContract.java', 'hedera-node/src/main/java/com/hedera/services/store/contracts/precompile/impl/ApprovePrecompile.java', 'hedera-...
{'.java': 13}
13
13
0
0
13
8,964,006
2,203,431
256,298
1,553
16,943
3,946
293
7
638
79
145
10
1
0
1970-01-01T00:27:36
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
1,454
hashgraph/hedera-services/3513/3512
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/3512
https://github.com/hashgraph/hedera-services/pull/3513
https://github.com/hashgraph/hedera-services/pull/3513
1
fixes
ContractCallLocalQuery does not use sender_id field
### Description The `ContractCallLocalQuery` call does not use the sender_id, instead it always uses the context of the transaction caller for the query. Also, the accounts should be de-aliased. ### Steps to reproduce Pseudo code... ``` var call = new ContractCallQuery() .setFunction("theFunction") .s...
b72e968bbcdd18f52823e9543891c6a568fdbe58
3fa57097bf7f7fc8779c1332d96f3cc7936aa912
https://github.com/hashgraph/hedera-services/compare/b72e968bbcdd18f52823e9543891c6a568fdbe58...3fa57097bf7f7fc8779c1332d96f3cc7936aa912
diff --git a/hedera-node/src/main/java/com/hedera/services/contracts/execution/CallLocalExecutor.java b/hedera-node/src/main/java/com/hedera/services/contracts/execution/CallLocalExecutor.java index c799d25f74..ee889d1dc0 100644 --- a/hedera-node/src/main/java/com/hedera/services/contracts/execution/CallLocalExecutor.j...
['hedera-node/src/test/java/com/hedera/services/utils/EntityIdUtilsTest.java', 'hedera-node/src/test/java/com/hedera/services/contracts/execution/CallLocalExecutorTest.java', 'hedera-node/src/test/java/com/hedera/services/fees/calculation/contract/queries/ContractCallLocalResourceUsageTest.java', 'hedera-node/src/main/...
{'.java': 5}
5
5
0
0
5
8,629,550
2,122,457
247,309
1,494
1,099
276
30
2
722
86
172
34
0
1
1970-01-01T00:27:34
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
1,455
hashgraph/hedera-services/3136/3134
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/3134
https://github.com/hashgraph/hedera-services/pull/3136
https://github.com/hashgraph/hedera-services/pull/3136
1
fixes
ApproveForAll in Approve/Adjust TransitionLogic doesn't check null value
### Description Since the protobufs used for `NftAllowance` has `BoolValue` and not `boolean` , we need to check if the value is set or not before checking the value using `allowance.hasApproveForAll` . If this is not checked, evn if the value is not set it is considered as false and in `CryptoAdjustAllowanceTrans...
29e06ef492f0a4ee06f61a38cadcc6d4a0cbf031
a135bc4360df4bb2e9fffaad5098e9e1a933a096
https://github.com/hashgraph/hedera-services/compare/29e06ef492f0a4ee06f61a38cadcc6d4a0cbf031...a135bc4360df4bb2e9fffaad5098e9e1a933a096
diff --git a/hedera-node/src/main/java/com/hedera/services/store/AccountStore.java b/hedera-node/src/main/java/com/hedera/services/store/AccountStore.java index 3dca51dd86..d2dcadf300 100644 --- a/hedera-node/src/main/java/com/hedera/services/store/AccountStore.java +++ b/hedera-node/src/main/java/com/hedera/services/s...
['hedera-node/src/main/java/com/hedera/services/store/AccountStore.java', 'hedera-node/src/test/java/com/hedera/services/store/models/AccountTest.java', 'hedera-node/src/main/java/com/hedera/services/txns/crypto/CryptoApproveAllowanceTransitionLogic.java', 'hedera-node/src/main/java/com/hedera/services/store/models/Acc...
{'.java': 7}
7
7
0
0
7
8,212,016
2,003,198
231,236
1,458
2,829
685
44
4
462
68
115
14
0
0
1970-01-01T00:27:29
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
1,456
hashgraph/hedera-services/1417/1404
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/1404
https://github.com/hashgraph/hedera-services/pull/1417
https://github.com/hashgraph/hedera-services/pull/1417
1
closes
ExpiryManager needs access to mutable schedules FCM to rebuild on reconnect
**Summary of the defect** If Services restarts from a saved state, the `ExpiryManager` is currently injected with the **object reference** of the `schedules` FCM from this state. If the restarted node is behind, and must reconnect, this results in the schedule entity expiration queue being rebuilt from the wrong FCM. ...
2e48ee116fc278132e89ddafaa8a9130ba43930d
6667c1f0f8979668dcce017c75db3a0756e76fbd
https://github.com/hashgraph/hedera-services/compare/2e48ee116fc278132e89ddafaa8a9130ba43930d...6667c1f0f8979668dcce017c75db3a0756e76fbd
diff --git a/hedera-node/src/main/java/com/hedera/services/context/ServicesContext.java b/hedera-node/src/main/java/com/hedera/services/context/ServicesContext.java index 11a8d42812..50d856e7e8 100644 --- a/hedera-node/src/main/java/com/hedera/services/context/ServicesContext.java +++ b/hedera-node/src/main/java/com/he...
['hedera-node/src/test/java/com/hedera/services/state/expiry/ExpiryManagerTest.java', 'hedera-node/src/main/java/com/hedera/services/context/ServicesContext.java', 'hedera-node/src/main/java/com/hedera/services/state/expiry/ExpiryManager.java']
{'.java': 3}
3
3
0
0
3
6,557,543
1,580,963
184,786
1,151
561
140
9
2
400
60
89
5
0
0
1970-01-01T00:27:01
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
1,457
hashgraph/hedera-services/1413/1405
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/1405
https://github.com/hashgraph/hedera-services/pull/1413
https://github.com/hashgraph/hedera-services/pull/1413
1
close
Always use (oldExpiration + effectiveRenewalPeriod) for newExpiration in auto-renew
**Summary of the defect** The `RenewalProcess` is using (consensusTime + effectiveRenewalPeriod) as the new expiration in the record for an auto-renewed account. This is a mismatch with the actual new expiration that uses the (oldExpiration + effectiveRenewalPeriod). **Suggested fix** Just use (oldExpiration +...
618a8b16dc0b59027d65033c690dc6a0a093b973
cc1d688d31159b2b40bab20a6bcbe5c0f100995b
https://github.com/hashgraph/hedera-services/compare/618a8b16dc0b59027d65033c690dc6a0a093b973...cc1d688d31159b2b40bab20a6bcbe5c0f100995b
diff --git a/hedera-node/src/main/java/com/hedera/services/state/expiry/renewal/RenewalProcess.java b/hedera-node/src/main/java/com/hedera/services/state/expiry/renewal/RenewalProcess.java index 6e2beebaf6..f3b997397c 100644 --- a/hedera-node/src/main/java/com/hedera/services/state/expiry/renewal/RenewalProcess.java ++...
['hedera-node/src/test/java/com/hedera/services/state/expiry/renewal/RenewalProcessTest.java', 'hedera-node/src/main/java/com/hedera/services/state/expiry/renewal/RenewalProcess.java']
{'.java': 2}
2
2
0
0
2
6,557,524
1,580,958
184,786
1,151
182
47
2
1
354
46
85
7
0
0
1970-01-01T00:27:01
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
1,458
hashgraph/hedera-services/1385/1365
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/1365
https://github.com/hashgraph/hedera-services/pull/1385
https://github.com/hashgraph/hedera-services/pull/1385
1
closes
AllProtectedFilesUpdate-NIReconnect-1-12m: ReconnectStreamValidator failed with IndexOutOfBoundException
**Summary of the defect** There are two errors as listed below. They don't seem to be related, but needs more investigation to confirm. **How to reproduce (if possible)** slack link: https://hedera-hashgraph.slack.com/archives/CKWHL8R9A/p1620199578241600 Summary link: https://hedera-hashgraph.slack.com/archi...
8306c41975eff2161ad171074d64881bdfcde253
d5937c00017444a073a3d46c09ce0fb28aec6cc4
https://github.com/hashgraph/hedera-services/compare/8306c41975eff2161ad171074d64881bdfcde253...d5937c00017444a073a3d46c09ce0fb28aec6cc4
diff --git a/hedera-node/src/main/java/com/hedera/services/queries/validation/QueryFeeCheck.java b/hedera-node/src/main/java/com/hedera/services/queries/validation/QueryFeeCheck.java index 263eecd777..9e947c0e31 100644 --- a/hedera-node/src/main/java/com/hedera/services/queries/validation/QueryFeeCheck.java +++ b/heder...
['hedera-node/src/main/java/com/hedera/services/queries/validation/QueryFeeCheck.java', 'test-clients/src/main/java/com/hedera/services/bdd/spec/queries/HapiQueryOp.java']
{'.java': 2}
2
2
0
0
2
6,554,547
1,580,240
184,708
1,151
764
208
16
2
3,916
356
1,202
61
2
2
1970-01-01T00:27:00
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
1,463
hashgraph/hedera-services/1245/1236
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/1236
https://github.com/hashgraph/hedera-services/pull/1245
https://github.com/hashgraph/hedera-services/pull/1245
1
closes
MixedOps-Restart-Performance-10k-31m 20N_20C test failure
**Summary of the defect** `MixedOps-Restart-Performance-10k-31m ` starts successfully, but fails as the schedules to be created already exist and receives a wrong actual status. Need to modify the client to continue the test irrespective of received status. **How to reproduce (if possible)** Slack Summary link : h...
168e43fa5843e9dc5465413c27da28ca036e49d7
60a05451dbaf5da02bbb09a62a0997cd969cea8d
https://github.com/hashgraph/hedera-services/compare/168e43fa5843e9dc5465413c27da28ca036e49d7...60a05451dbaf5da02bbb09a62a0997cd969cea8d
diff --git a/test-clients/src/main/java/com/hedera/services/bdd/spec/infrastructure/HapiSpecRegistry.java b/test-clients/src/main/java/com/hedera/services/bdd/spec/infrastructure/HapiSpecRegistry.java index 2103fb04fa..18e5933f26 100644 --- a/test-clients/src/main/java/com/hedera/services/bdd/spec/infrastructure/HapiSp...
['test-clients/src/main/java/com/hedera/services/bdd/spec/queries/schedule/HapiGetScheduleInfo.java', 'test-clients/src/main/java/com/hedera/services/bdd/suites/perf/MixedOpsLoadTest.java', 'test-clients/src/main/java/com/hedera/services/bdd/spec/infrastructure/OpProvider.java', 'test-clients/src/main/java/com/hedera/s...
{'.java': 5}
5
5
0
0
5
6,272,810
1,507,181
177,231
1,116
2,659
575
69
5
480
51
127
7
2
0
1970-01-01T00:26:57
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
1,466
hashgraph/hedera-services/1165/1142
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/1142
https://github.com/hashgraph/hedera-services/pull/1165
https://github.com/hashgraph/hedera-services/pull/1165
1
closes
Export account balances every exportPeriodSecs since the epoch (in consensus time)
**Summary of the defect** The account balances file should be exported each time the signed state timestamp enters a new "period", where the timeline is broken into periods of length `balances.exportPeriodSecs` beginning with the epoch. Also: - [ ] Remove the timestamp for client saved .pb file
0ad046698887d5f9cfff3f534dc7aff7625388da
c826a346116f9287be42d9fb9196d3c783c15530
https://github.com/hashgraph/hedera-services/compare/0ad046698887d5f9cfff3f534dc7aff7625388da...c826a346116f9287be42d9fb9196d3c783c15530
diff --git a/hedera-node/src/main/java/com/hedera/services/state/exports/SignedStateBalancesExporter.java b/hedera-node/src/main/java/com/hedera/services/state/exports/SignedStateBalancesExporter.java index e50a3e7329..b669f61201 100644 --- a/hedera-node/src/main/java/com/hedera/services/state/exports/SignedStateBalanc...
['test-clients/src/main/java/com/hedera/services/bdd/spec/HapiApiSpec.java', 'hedera-node/src/test/java/com/hedera/services/state/exports/SignedStateBalancesExporterTest.java', 'hedera-node/src/main/java/com/hedera/services/state/exports/SignedStateBalancesExporter.java']
{'.java': 3}
3
3
0
0
3
6,223,610
1,494,110
175,661
1,105
1,113
278
32
2
302
47
60
6
0
0
1970-01-01T00:26:55
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
1,461
hashgraph/hedera-services/1276/1269
hashgraph
hedera-services
https://github.com/hashgraph/hedera-services/issues/1269
https://github.com/hashgraph/hedera-services/pull/1276
https://github.com/hashgraph/hedera-services/pull/1276
1
closes
JRS accountbalances validation test has StackOverflowError
**Summary of the defect** This JRS regression test has error stack overflow error message as listed below. **How to reproduce (if possible)** Check out this slack link: https://hedera-hashgraph.slack.com/archives/C018CBQBTGB/p1618423668352300 **Service logs (if applicable)** ``` ... java.util.concurren...
a7673ca33c161f2ef8d6b192318c33b69be4de3c
812f380b596d4e35d74545fb465b4992c13dd0fb
https://github.com/hashgraph/hedera-services/compare/a7673ca33c161f2ef8d6b192318c33b69be4de3c...812f380b596d4e35d74545fb465b4992c13dd0fb
diff --git a/test-clients/src/main/java/com/hedera/services/bdd/suites/perf/AccountBalancesClientSaveLoadTest.java b/test-clients/src/main/java/com/hedera/services/bdd/suites/perf/AccountBalancesClientSaveLoadTest.java index 07d240541f..bb9ad57a21 100644 --- a/test-clients/src/main/java/com/hedera/services/bdd/suites/p...
['test-clients/src/main/java/com/hedera/services/bdd/suites/perf/AccountBalancesClientSaveLoadTest.java']
{'.java': 1}
1
1
0
0
1
6,274,938
1,507,652
177,299
1,116
2,027
509
38
1
2,681
184
698
49
1
2
1970-01-01T00:26:58
220
Java
{'Java': 47108298, 'PureBasic': 6600158, 'HTML': 648631, 'Solidity': 616825, 'Kotlin': 207028, 'Shell': 76275, 'Python': 34764, 'Go': 24380, 'Dockerfile': 21409, 'Batchfile': 7426, 'Perl': 7364}
Apache License 2.0
547
cqframework/clinical_quality_language/653/652
cqframework
clinical_quality_language
https://github.com/cqframework/clinical_quality_language/issues/652
https://github.com/cqframework/clinical_quality_language/pull/653
https://github.com/cqframework/clinical_quality_language/pull/653
1
fix
cql-formatter Main produces unusable output
I was playing around with the tools/cql-formatter project and noticed that when you run the main method, it produces unusable output. ``` $ ./cql-formatter dummy.cql org.cqframework.cql.tools.formatter.CqlFormatterVisitor$FormatResult@2dff7085 ``` The code either needs to implement toString on FormatResult or ...
2f9691877459c85709791864a62a8f17fc533a3b
bf524c38f79294ac7ce55dbac099352bd46b2646
https://github.com/cqframework/clinical_quality_language/compare/2f9691877459c85709791864a62a8f17fc533a3b...bf524c38f79294ac7ce55dbac099352bd46b2646
diff --git a/Src/java/tools/cql-formatter/src/main/java/org/cqframework/cql/tools/formatter/Main.java b/Src/java/tools/cql-formatter/src/main/java/org/cqframework/cql/tools/formatter/Main.java index 4e523ca5..33a8b491 100644 --- a/Src/java/tools/cql-formatter/src/main/java/org/cqframework/cql/tools/formatter/Main.java ...
['Src/java/tools/cql-formatter/src/main/java/org/cqframework/cql/tools/formatter/Main.java']
{'.java': 1}
1
1
0
0
1
1,359,145
268,621
34,533
171
648
126
15
1
378
46
87
8
0
1
1970-01-01T00:27:06
217
Java
{'Java': 3999293, 'C#': 276543, 'ANTLR': 42251, 'TSQL': 1292, 'Batchfile': 927}
Apache License 2.0
8,770
aya-prover/aya-dev/674/672
aya-prover
aya-dev
https://github.com/aya-prover/aya-dev/issues/672
https://github.com/aya-prover/aya-dev/pull/674
https://github.com/aya-prover/aya-dev/pull/674
1
fix
Newly created upstream aya file in LSP was not added to the correct library
Buggy: ```log [Log]: Created new file: \\success\\common\\src\\Homotopy\\icekiva.aya, mocked a library Homotopy for it [Log]: Created new file: \\success\\common\\src\\ice4k.aya, mocked a library src for it [Log]: Created new file: \\success\\src\\ProtoIssues\\ice5k.aya, added to owner: tests ``` Expected: ```...
a88f24fab955edb262bdbed618723f0f88973c2d
7a742c7f80894f4c065283bf9698cf404df005c5
https://github.com/aya-prover/aya-dev/compare/a88f24fab955edb262bdbed618723f0f88973c2d...7a742c7f80894f4c065283bf9698cf404df005c5
diff --git a/lsp/src/main/java/org/aya/lsp/server/AyaLanguageServer.java b/lsp/src/main/java/org/aya/lsp/server/AyaLanguageServer.java index 90fe6b23b..6edd5a658 100644 --- a/lsp/src/main/java/org/aya/lsp/server/AyaLanguageServer.java +++ b/lsp/src/main/java/org/aya/lsp/server/AyaLanguageServer.java @@ -7,6 +7,7 @@ imp...
['lsp/src/main/java/org/aya/lsp/server/AyaLanguageServer.java']
{'.java': 1}
1
1
0
0
1
1,185,179
293,135
32,609
351
841
194
19
1
570
64
180
13
0
2
1970-01-01T00:27:48
211
Java
{'Java': 1572742, 'Kotlin': 23129, 'Groovy': 9402, 'Shell': 8693, 'JavaScript': 8595, 'Lex': 7597, 'ANTLR': 6489, 'CSS': 3870, 'HTML': 859, 'Nix': 689, 'Batchfile': 487}
MIT License
8,774
aya-prover/aya-dev/476/472
aya-prover
aya-dev
https://github.com/aya-prover/aya-dev/issues/472
https://github.com/aya-prover/aya-dev/pull/476
https://github.com/aya-prover/aya-dev/pull/476
1
fix
Pretty printer bug
This assertion ```patch Index: base/src/test/java/org/aya/core/DistillerTest.java IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== diff --git a/base/src/test/java/org/aya/core/DistillerTest.java b/base/src...
740b8c467d91c5e3c74ef2b539de5ed37908ddac
7963a1b084eaa52ab92ccbfc2268454406bb1e3c
https://github.com/aya-prover/aya-dev/compare/740b8c467d91c5e3c74ef2b539de5ed37908ddac...7963a1b084eaa52ab92ccbfc2268454406bb1e3c
diff --git a/base/src/main/java/org/aya/distill/CoreDistiller.java b/base/src/main/java/org/aya/distill/CoreDistiller.java index 22078a01b..5544d83c9 100644 --- a/base/src/main/java/org/aya/distill/CoreDistiller.java +++ b/base/src/main/java/org/aya/distill/CoreDistiller.java @@ -73,7 +73,7 @@ public class CoreDistille...
['base/src/main/java/org/aya/distill/CoreDistiller.java', 'base/src/test/java/org/aya/core/DistillerTest.java']
{'.java': 2}
2
2
0
0
2
951,835
229,182
26,016
321
175
42
2
1
1,399
133
414
40
0
2
1970-01-01T00:27:42
211
Java
{'Java': 1572742, 'Kotlin': 23129, 'Groovy': 9402, 'Shell': 8693, 'JavaScript': 8595, 'Lex': 7597, 'ANTLR': 6489, 'CSS': 3870, 'HTML': 859, 'Nix': 689, 'Batchfile': 487}
MIT License
8,810
advanced-rocketry/advancedrocketry/2306/2279
advanced-rocketry
advancedrocketry
https://github.com/Advanced-Rocketry/AdvancedRocketry/issues/2279
https://github.com/Advanced-Rocketry/AdvancedRocketry/pull/2306
https://github.com/Advanced-Rocketry/AdvancedRocketry/pull/2306
1
fixes
[BUG] Multiplayer observatory NullPointerException on latest version
## Version of Advanced Rocketry > 2.0.0-257 > The latest code from the 1.12.2 branch on github ## Have you verified this is an issue in the latest unstable build - [x] Y - [] N - [] N/A ## Version of LibVulpes > 0.4.2-87 > The latest code from the 1.12.2 branch ## Version of Minecraft >1....
614442ed004093dbe20719d33ce3b71e278d7899
6f547c0f01755c0ae6eb967faf818871278ea0b6
https://github.com/advanced-rocketry/advancedrocketry/compare/614442ed004093dbe20719d33ce3b71e278d7899...6f547c0f01755c0ae6eb967faf818871278ea0b6
diff --git a/src/main/java/zmaster587/advancedRocketry/api/ARConfiguration.java b/src/main/java/zmaster587/advancedRocketry/api/ARConfiguration.java index 6a0e6361..c3031bfe 100644 --- a/src/main/java/zmaster587/advancedRocketry/api/ARConfiguration.java +++ b/src/main/java/zmaster587/advancedRocketry/api/ARConfiguratio...
['src/main/java/zmaster587/advancedRocketry/api/ARConfiguration.java']
{'.java': 1}
1
1
0
0
1
2,702,130
691,095
75,690
510
166
43
7
1
1,313
211
347
52
3
0
1970-01-01T00:27:29
206
Java
{'Java': 2702080, 'Kotlin': 9412, 'Shell': 6150}
MIT License
793
innovativeonlineindustries/industrial-foregoing/848/822
innovativeonlineindustries
industrial-foregoing
https://github.com/InnovativeOnlineIndustries/Industrial-Foregoing/issues/822
https://github.com/InnovativeOnlineIndustries/Industrial-Foregoing/pull/848
https://github.com/InnovativeOnlineIndustries/Industrial-Foregoing/pull/848
1
closes
[1.16] Issue Title: Fluid Extractor continues to drain power when internal buffer is full.
**Industrial Foregoing Version:** industrial-foregoing-1.16.1-3.0.4-eeeb31e **Titanium Version:** **Crashlog If Applicable (Upload to pastebin/gist):** Expected Operation: When internal buffer is full of fluid, machine pauses operation, and ceases to drain power. Actual Operation: When internal buffer is fu...
a2e2ddff6c3187100984084b449aa83ff4c16167
ee0bde61845bde1d90818f6c0d3d3dfa37658f6f
https://github.com/innovativeonlineindustries/industrial-foregoing/compare/a2e2ddff6c3187100984084b449aa83ff4c16167...ee0bde61845bde1d90818f6c0d3d3dfa37658f6f
diff --git a/src/main/java/com/buuz135/industrial/block/core/tile/FluidExtractorTile.java b/src/main/java/com/buuz135/industrial/block/core/tile/FluidExtractorTile.java index dc1847ba..e93edb26 100644 --- a/src/main/java/com/buuz135/industrial/block/core/tile/FluidExtractorTile.java +++ b/src/main/java/com/buuz135/indu...
['src/main/java/com/buuz135/industrial/block/core/tile/FluidExtractorTile.java']
{'.java': 1}
1
1
0
0
1
965,028
212,624
22,118
275
175
40
2
1
393
46
95
10
0
0
1970-01-01T00:26:41
205
Java
{'Java': 1983332, 'Mustache': 203}
MIT License
794
innovativeonlineindustries/industrial-foregoing/844/830
innovativeonlineindustries
industrial-foregoing
https://github.com/InnovativeOnlineIndustries/Industrial-Foregoing/issues/830
https://github.com/InnovativeOnlineIndustries/Industrial-Foregoing/pull/844
https://github.com/InnovativeOnlineIndustries/Industrial-Foregoing/pull/844
1
closes
[1.16] Biofuel generators always using biofuel
**Industrial Foregoing Version:** 1.16.1-3.0.5 **Titanium Version:** 1.16.1-3.0.4 **Crashlog If Applicable (Upload to pastebin/gist):** N/A Biofuel generators always burnign fuel even when full of energy. https://youtu.be/c6kKxCg1ofw
34c35d67684e79076b3577e9f2e2a85d02842661
955a1e86688e4597032aa6f62f6cba55bfe25966
https://github.com/innovativeonlineindustries/industrial-foregoing/compare/34c35d67684e79076b3577e9f2e2a85d02842661...955a1e86688e4597032aa6f62f6cba55bfe25966
diff --git a/src/main/java/com/buuz135/industrial/block/generator/tile/BiofuelGeneratorTile.java b/src/main/java/com/buuz135/industrial/block/generator/tile/BiofuelGeneratorTile.java index c5c275a4..89a23399 100644 --- a/src/main/java/com/buuz135/industrial/block/generator/tile/BiofuelGeneratorTile.java +++ b/src/main/...
['src/main/java/com/buuz135/industrial/block/generator/tile/BiofuelGeneratorTile.java']
{'.java': 1}
1
1
0
0
1
964,980
212,608
22,118
275
183
44
2
1
249
25
83
11
1
0
1970-01-01T00:26:41
205
Java
{'Java': 1983332, 'Mustache': 203}
MIT License
418
haxefoundation/intellij-haxe/879/875
haxefoundation
intellij-haxe
https://github.com/HaxeFoundation/intellij-haxe/issues/875
https://github.com/HaxeFoundation/intellij-haxe/pull/879
https://github.com/HaxeFoundation/intellij-haxe/pull/879
1
closes
ClassCastException: TwigFile cannot be cast to HaxeFile
I think that we need to check the file type before processing inspections. TwigFiles are PHP templates and this probably occurred in PhpStorm, rather than IDEA. JetBrains report: ``` java.lang.ClassCastException: com.jetbrains.twig.TwigFile cannot be cast to com.intellij.plugins.haxe.lang.psi.HaxeFile at com.in...
116ac2a00201dd8abde3384a941cf8f163c7c8f4
b42d9df3db2274a515c3d748d34d57ae35fe7599
https://github.com/haxefoundation/intellij-haxe/compare/116ac2a00201dd8abde3384a941cf8f163c7c8f4...b42d9df3db2274a515c3d748d34d57ae35fe7599
diff --git a/src/common/com/intellij/plugins/haxe/ide/inspections/HaxeDeprecatedInspection.java b/src/common/com/intellij/plugins/haxe/ide/inspections/HaxeDeprecatedInspection.java index a416c389..41a702de 100644 --- a/src/common/com/intellij/plugins/haxe/ide/inspections/HaxeDeprecatedInspection.java +++ b/src/common/c...
['src/common/com/intellij/plugins/haxe/ide/inspections/HaxeUnresolvedSymbolInspection.java', 'src/common/com/intellij/plugins/haxe/ide/inspections/HaxePreprocessorInspection.java', 'src/common/com/intellij/plugins/haxe/ide/inspections/HaxeUnusedImportInspection.java', 'src/common/com/intellij/plugins/haxe/ide/inspectio...
{'.java': 4}
4
4
0
0
4
2,935,913
692,417
88,076
641
420
97
12
4
5,493
141
1,217
58
0
1
1970-01-01T00:25:37
203
Java
{'Java': 3257966, 'Haxe': 447777, 'Lex': 31640, 'Kotlin': 13197, 'HTML': 5214, 'Makefile': 458, 'Shell': 413, 'Batchfile': 200}
Apache License 2.0
420
haxefoundation/intellij-haxe/800/799
haxefoundation
intellij-haxe
https://github.com/HaxeFoundation/intellij-haxe/issues/799
https://github.com/HaxeFoundation/intellij-haxe/pull/800
https://github.com/HaxeFoundation/intellij-haxe/pull/800
1
closes
Performance issues with indexing and syntax inspections
Found performance issues that was introduced by this commit 0f734746972da141fe57846b303fed8e110aa89f On project with multiple roots it drastically slowing indexing and syntax annotation performance. Caching with invalidating listeners are required.
2415fa9251d7978e87751bf71b780087b6752e77
e406499202b3e615a85d97ffccfe41e168fbdcda
https://github.com/haxefoundation/intellij-haxe/compare/2415fa9251d7978e87751bf71b780087b6752e77...e406499202b3e615a85d97ffccfe41e168fbdcda
diff --git a/src/common/com/intellij/plugins/haxe/model/HaxePackageModel.java b/src/common/com/intellij/plugins/haxe/model/HaxePackageModel.java index 6a1ff398..68af795d 100644 --- a/src/common/com/intellij/plugins/haxe/model/HaxePackageModel.java +++ b/src/common/com/intellij/plugins/haxe/model/HaxePackageModel.java @...
['src/common/com/intellij/plugins/haxe/model/HaxePackageModel.java', 'src/common/com/intellij/plugins/haxe/model/HaxeStdPackageModel.java', 'src/common/com/intellij/plugins/haxe/util/HaxeResolveUtil.java', 'src/common/com/intellij/plugins/haxe/model/HaxeProjectModel.java', 'src/common/com/intellij/plugins/haxe/model/Ha...
{'.java': 5}
5
5
0
0
5
2,844,311
672,096
85,556
629
7,824
1,707
202
5
253
29
54
4
0
0
1970-01-01T00:25:23
203
Java
{'Java': 3257966, 'Haxe': 447777, 'Lex': 31640, 'Kotlin': 13197, 'HTML': 5214, 'Makefile': 458, 'Shell': 413, 'Batchfile': 200}
Apache License 2.0
425
haxefoundation/intellij-haxe/193/168
haxefoundation
intellij-haxe
https://github.com/HaxeFoundation/intellij-haxe/issues/168
https://github.com/HaxeFoundation/intellij-haxe/pull/193
https://github.com/HaxeFoundation/intellij-haxe/pull/193
1
fixes
"update()" in FlxState are "unresolved symbols"
see https://groups.google.com/forum/#!msg/haxeflixel/gGmJ_B3x6tQ/Dxltcsvsi7sJ we can reproduce the bug by open structure view for Bar.hx with the following code: //file Foo.hx ``` class Foo { } ``` //file Col.hx ``` class Col<T> { var iiii: Int; } ``` //file Bar.hx ``` class Bar extends Col<Foo> { var ss...
4efd5ae724c13c057790d2b06c2ce039876e4a8f
ac392849a72883aeeaea8774a5fa71a0a16368b1
https://github.com/haxefoundation/intellij-haxe/compare/4efd5ae724c13c057790d2b06c2ce039876e4a8f...ac392849a72883aeeaea8774a5fa71a0a16368b1
diff --git a/src/com/intellij/plugins/haxe/util/HaxeResolveUtil.java b/src/com/intellij/plugins/haxe/util/HaxeResolveUtil.java index 7a4c9ada..872558c0 100644 --- a/src/com/intellij/plugins/haxe/util/HaxeResolveUtil.java +++ b/src/com/intellij/plugins/haxe/util/HaxeResolveUtil.java @@ -530,8 +530,8 @@ public class Haxe...
['src/com/intellij/plugins/haxe/util/HaxeResolveUtil.java']
{'.java': 1}
1
1
0
0
1
2,775,169
670,749
84,480
762
2,251
517
45
1
524
87
159
28
1
3
1970-01-01T00:23:47
203
Java
{'Java': 3257966, 'Haxe': 447777, 'Lex': 31640, 'Kotlin': 13197, 'HTML': 5214, 'Makefile': 458, 'Shell': 413, 'Batchfile': 200}
Apache License 2.0
421
haxefoundation/intellij-haxe/767/764
haxefoundation
intellij-haxe
https://github.com/HaxeFoundation/intellij-haxe/issues/764
https://github.com/HaxeFoundation/intellij-haxe/pull/767
https://github.com/HaxeFoundation/intellij-haxe/pull/767
1
fixes
Wrong icon displayed for completions
The Haxe-logo version of the completions icon is being displayed for completion results originating from the index completion results. This should only show for completions provided by the compiler. Version: master branch at 96338fbd0946e3a99fe9818af937c9b65bcdbafd
96338fbd0946e3a99fe9818af937c9b65bcdbafd
99d206e1166a4799edaf05f5ac517a5e1fe47cee
https://github.com/haxefoundation/intellij-haxe/compare/96338fbd0946e3a99fe9818af937c9b65bcdbafd...99d206e1166a4799edaf05f5ac517a5e1fe47cee
diff --git a/src/common/com/intellij/plugins/haxe/HaxeComponentType.java b/src/common/com/intellij/plugins/haxe/HaxeComponentType.java index b7525c37..e7f79eaf 100644 --- a/src/common/com/intellij/plugins/haxe/HaxeComponentType.java +++ b/src/common/com/intellij/plugins/haxe/HaxeComponentType.java @@ -34,16 +34,28 @@ p...
['src/common/com/intellij/plugins/haxe/HaxeComponentType.java', 'src/common/com/intellij/plugins/haxe/ide/index/HaxeClassInfo.java', 'src/common/com/intellij/plugins/haxe/ide/completion/HaxeClassNameCompletionContributor.java']
{'.java': 3}
3
3
0
0
3
2,822,724
667,335
84,959
627
605
122
23
3
269
34
64
3
0
0
1970-01-01T00:25:20
203
Java
{'Java': 3257966, 'Haxe': 447777, 'Lex': 31640, 'Kotlin': 13197, 'HTML': 5214, 'Makefile': 458, 'Shell': 413, 'Batchfile': 200}
Apache License 2.0
422
haxefoundation/intellij-haxe/742/741
haxefoundation
intellij-haxe
https://github.com/HaxeFoundation/intellij-haxe/issues/741
https://github.com/HaxeFoundation/intellij-haxe/pull/742
https://github.com/HaxeFoundation/intellij-haxe/pull/742
1
closes
Wrong resolution order. Import alias should be resolved before package name.
```haxe package sample; class Foo {} ``` ```haxe import something.Bar.instance as sample; public static function main() { sample.doThings(); } ``` `sample` should be resolved as `something.Bar.instance` not as package `sample`.
d2a60bf6eac3c7e5726414b8c665cdec93a6da86
436696fbe9cb214d1c1b75aa6f15f0d05bab1766
https://github.com/haxefoundation/intellij-haxe/compare/d2a60bf6eac3c7e5726414b8c665cdec93a6da86...436696fbe9cb214d1c1b75aa6f15f0d05bab1766
diff --git a/src/common/com/intellij/plugins/haxe/lang/psi/HaxeResolver.java b/src/common/com/intellij/plugins/haxe/lang/psi/HaxeResolver.java index 6b6d5388..604d2395 100644 --- a/src/common/com/intellij/plugins/haxe/lang/psi/HaxeResolver.java +++ b/src/common/com/intellij/plugins/haxe/lang/psi/HaxeResolver.java @@ -7...
['src/common/com/intellij/plugins/haxe/lang/psi/HaxeResolver.java']
{'.java': 1}
1
1
0
0
1
2,768,161
655,321
83,343
614
1,130
236
28
1
245
30
56
13
0
2
1970-01-01T00:25:17
203
Java
{'Java': 3257966, 'Haxe': 447777, 'Lex': 31640, 'Kotlin': 13197, 'HTML': 5214, 'Makefile': 458, 'Shell': 413, 'Batchfile': 200}
Apache License 2.0
423
haxefoundation/intellij-haxe/330/323
haxefoundation
intellij-haxe
https://github.com/HaxeFoundation/intellij-haxe/issues/323
https://github.com/HaxeFoundation/intellij-haxe/pull/330
https://github.com/HaxeFoundation/intellij-haxe/pull/330
2
fix
Modifications to the /gen/ tree have to be reverted and non-generated functions must be integrated differently.
Changes 1f7684ee931708f59567fbb48f1fc421e848986d, 1f7684ee931708f59567fbb48f1fc421e848986d, and 1f7684ee931708f59567fbb48f1fc421e848986d introduced manual changes to the generated parser files. These need to be reverted and the new code added, either to a mixin super-class or using another mechanism. Primarily the fu...
a077c3420c2cb9fffe202e7af82661bf73947cbc
44ec346e94c1937c3ed55bcf45d16ace676cad10
https://github.com/haxefoundation/intellij-haxe/compare/a077c3420c2cb9fffe202e7af82661bf73947cbc...44ec346e94c1937c3ed55bcf45d16ace676cad10
diff --git a/gen/com/intellij/plugins/haxe/lang/psi/HaxeVarDeclaration.java b/gen/com/intellij/plugins/haxe/lang/psi/HaxeVarDeclaration.java index bab8f5dd..67e43298 100644 --- a/gen/com/intellij/plugins/haxe/lang/psi/HaxeVarDeclaration.java +++ b/gen/com/intellij/plugins/haxe/lang/psi/HaxeVarDeclaration.java @@ -20,14...
['src/common/com/intellij/plugins/haxe/model/HaxeMemberModel.java', 'gen/com/intellij/plugins/haxe/lang/psi/HaxeVarDeclaration.java', 'gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeVarDeclarationImpl.java', 'src/common/com/intellij/plugins/haxe/ide/annotator/HaxeSemanticAnnotator.java', 'src/common/com/intellij/plugi...
{'.java': 7}
7
7
0
0
7
3,147,113
749,488
95,117
833
979
228
26
7
426
50
130
6
0
0
1970-01-01T00:23:56
203
Java
{'Java': 3257966, 'Haxe': 447777, 'Lex': 31640, 'Kotlin': 13197, 'HTML': 5214, 'Makefile': 458, 'Shell': 413, 'Batchfile': 200}
Apache License 2.0
424
haxefoundation/intellij-haxe/274/136
haxefoundation
intellij-haxe
https://github.com/HaxeFoundation/intellij-haxe/issues/136
https://github.com/HaxeFoundation/intellij-haxe/pull/274
https://github.com/HaxeFoundation/intellij-haxe/pull/274
1
fix
[FIND USAGE] incorrect reference verification for COMPONENT_NAME elements
suppose following code: ``` var foo = new Sprite(); trace(foo); trace(foo); ``` If you place cursor on second or third line and try to find usages, both usages will be found. But if you'll try to do the same for the first line (in the variable declaration) - no usages will be found. The problem here is that "var foo...
e5b54e219a72b54a39eb188626cfdda6c8d00c8f
e62cc64d75e92b3eaf4126fc849f73a7087242b5
https://github.com/haxefoundation/intellij-haxe/compare/e5b54e219a72b54a39eb188626cfdda6c8d00c8f...e62cc64d75e92b3eaf4126fc849f73a7087242b5
diff --git a/src/common/com/intellij/plugins/haxe/lang/psi/impl/HaxePsiFieldImpl.java b/src/common/com/intellij/plugins/haxe/lang/psi/impl/HaxePsiFieldImpl.java index 5000e2ec..dbb10b41 100644 --- a/src/common/com/intellij/plugins/haxe/lang/psi/impl/HaxePsiFieldImpl.java +++ b/src/common/com/intellij/plugins/haxe/lang/...
['src/common/com/intellij/plugins/haxe/lang/psi/impl/HaxePsiTypeAdapter.java', 'src/common/com/intellij/plugins/haxe/lang/psi/impl/HaxePsiFieldImpl.java']
{'.java': 2}
2
2
0
0
2
2,933,919
701,692
88,860
781
427
94
8
2
1,068
175
266
35
0
3
1970-01-01T00:23:52
203
Java
{'Java': 3257966, 'Haxe': 447777, 'Lex': 31640, 'Kotlin': 13197, 'HTML': 5214, 'Makefile': 458, 'Shell': 413, 'Batchfile': 200}
Apache License 2.0
415
haxefoundation/intellij-haxe/326/325
haxefoundation
intellij-haxe
https://github.com/HaxeFoundation/intellij-haxe/issues/325
https://github.com/HaxeFoundation/intellij-haxe/pull/326
https://github.com/HaxeFoundation/intellij-haxe/issues/325#issuecomment-117947839
1
fixes
Stack frame does not include fields from "this" when debugging.
When debugging, there is a race condition (particularly with IDEA 14, which introduces "auto-expanding") where the variable lists are calculated and drawn before the data is available from the debugger. This occurs more frequently with large projects. The "this" pointer is particularly vulnerable to the error. IDEA ...
819e1ab8df3622206cc088a85a457f2a1588be90
328a28a930c53122667dbc6d92d5a71e7bb2214c
https://github.com/haxefoundation/intellij-haxe/compare/819e1ab8df3622206cc088a85a457f2a1588be90...328a28a930c53122667dbc6d92d5a71e7bb2214c
diff --git a/src/13.1/com/intellij/plugins/haxe/runner/debugger/HaxeDebugRunner.java b/src/13.1/com/intellij/plugins/haxe/runner/debugger/HaxeDebugRunner.java index 39b05df3..b496b696 100644 --- a/src/13.1/com/intellij/plugins/haxe/runner/debugger/HaxeDebugRunner.java +++ b/src/13.1/com/intellij/plugins/haxe/runner/deb...
['src/14.1/com/intellij/plugins/haxe/runner/debugger/HaxeDebugRunner.java', 'src/14/com/intellij/plugins/haxe/runner/debugger/HaxeDebugRunner.java', 'src/13.1/com/intellij/plugins/haxe/runner/debugger/HaxeDebugRunner.java']
{'.java': 3}
3
3
0
0
3
3,142,283
748,530
95,018
833
1,832
314
34
3
394
59
107
9
0
0
1970-01-01T00:23:55
203
Java
{'Java': 3257966, 'Haxe': 447777, 'Lex': 31640, 'Kotlin': 13197, 'HTML': 5214, 'Makefile': 458, 'Shell': 413, 'Batchfile': 200}
Apache License 2.0
427
haxefoundation/intellij-haxe/133/132
haxefoundation
intellij-haxe
https://github.com/HaxeFoundation/intellij-haxe/issues/132
https://github.com/HaxeFoundation/intellij-haxe/pull/133
https://github.com/HaxeFoundation/intellij-haxe/pull/133
2
fixed
Imports: incorrect processing for duplicated imports
suppose code: ``` import somepack.classA; import somepack.classA; import somepack.classB; ``` Expected result: Only second import statement is marked as unused. Actual result: Both second and third import statements are marked as unused.
96f14b77ae87d0df232c35c7c225ceeb29f8b4c9
f0cd4561d888c1558bb0f4b4c0c8ebf7cbaf6210
https://github.com/haxefoundation/intellij-haxe/compare/96f14b77ae87d0df232c35c7c225ceeb29f8b4c9...f0cd4561d888c1558bb0f4b4c0c8ebf7cbaf6210
diff --git a/src/com/intellij/plugins/haxe/util/HaxeImportUtil.java b/src/com/intellij/plugins/haxe/util/HaxeImportUtil.java index 6a23390a..44646577 100644 --- a/src/com/intellij/plugins/haxe/util/HaxeImportUtil.java +++ b/src/com/intellij/plugins/haxe/util/HaxeImportUtil.java @@ -59,9 +59,10 @@ public class HaxeImpor...
['src/com/intellij/plugins/haxe/util/HaxeImportUtil.java']
{'.java': 1}
1
1
0
0
1
2,158,133
522,162
65,812
627
223
42
10
1
243
32
52
16
0
1
1970-01-01T00:23:45
203
Java
{'Java': 3257966, 'Haxe': 447777, 'Lex': 31640, 'Kotlin': 13197, 'HTML': 5214, 'Makefile': 458, 'Shell': 413, 'Batchfile': 200}
Apache License 2.0
426
haxefoundation/intellij-haxe/135/134
haxefoundation
intellij-haxe
https://github.com/HaxeFoundation/intellij-haxe/issues/134
https://github.com/HaxeFoundation/intellij-haxe/pull/135
https://github.com/HaxeFoundation/intellij-haxe/pull/135
2
fixed
[CODE REFORMAT] incorrect reformat for object and array children
suppose you have following code: ``` var arr = [{a:1},{a:2},{a:3}]; ``` You could separate it to several lines of code. In this case you expect code like this: ``` var arr = [ { a:1 }, { a:2 }, { a:3 } ]; ``` actually after reformat the result is like this: ``` var a...
79ff9250d688b2f5bbdf7fe5fdd60e07b44db893
2482acaa6b2bb814a36429278b812afd376bbb84
https://github.com/haxefoundation/intellij-haxe/compare/79ff9250d688b2f5bbdf7fe5fdd60e07b44db893...2482acaa6b2bb814a36429278b812afd376bbb84
diff --git a/src/com/intellij/plugins/haxe/ide/formatter/HaxeIndentProcessor.java b/src/com/intellij/plugins/haxe/ide/formatter/HaxeIndentProcessor.java index f46c63f0..2ef00d91 100644 --- a/src/com/intellij/plugins/haxe/ide/formatter/HaxeIndentProcessor.java +++ b/src/com/intellij/plugins/haxe/ide/formatter/HaxeIndent...
['src/com/intellij/plugins/haxe/ide/formatter/HaxeIndentProcessor.java']
{'.java': 1}
1
1
0
0
1
2,160,775
522,676
65,900
627
437
93
7
1
360
68
119
38
0
3
1970-01-01T00:23:45
203
Java
{'Java': 3257966, 'Haxe': 447777, 'Lex': 31640, 'Kotlin': 13197, 'HTML': 5214, 'Makefile': 458, 'Shell': 413, 'Batchfile': 200}
Apache License 2.0
1,316
smallrye/smallrye-reactive-messaging/863/862
smallrye
smallrye-reactive-messaging
https://github.com/smallrye/smallrye-reactive-messaging/issues/862
https://github.com/smallrye/smallrye-reactive-messaging/pull/863
https://github.com/smallrye/smallrye-reactive-messaging/pull/863
1
fix
Unable to use Kafka interceptors while using DLQ
If we configure a channel with a Kafka interceptor and with a DLQ, the DLQ producer fails to create with ` java.lang.ClassCastException: class io.opentracing.contrib.kafka.TracingConsumerInterceptor`. ``` 2020-11-09 14:45:48,030 ERROR [io.sma.rea.mes.provider] (Quarkus Main Thread) SRMSG00230: Unable to create th...
ff3a0472685bbd713c8c95e3af0df11741bc0f35
4bc6f51cc6c26115cc2ae3ac6e83f56fb7033cc3
https://github.com/smallrye/smallrye-reactive-messaging/compare/ff3a0472685bbd713c8c95e3af0df11741bc0f35...4bc6f51cc6c26115cc2ae3ac6e83f56fb7033cc3
diff --git a/smallrye-reactive-messaging-kafka/src/main/java/io/smallrye/reactive/messaging/kafka/fault/KafkaDeadLetterQueue.java b/smallrye-reactive-messaging-kafka/src/main/java/io/smallrye/reactive/messaging/kafka/fault/KafkaDeadLetterQueue.java index e69dc3e43..047fa1d00 100644 --- a/smallrye-reactive-messaging-kaf...
['smallrye-reactive-messaging-kafka/src/main/java/io/smallrye/reactive/messaging/kafka/fault/KafkaDeadLetterQueue.java', 'smallrye-reactive-messaging-kafka/src/test/java/io/smallrye/reactive/messaging/kafka/fault/KafkaFailureHandlerTest.java']
{'.java': 2}
2
2
0
0
2
1,018,032
204,216
27,735
366
382
67
7
1
5,816
160
1,326
62
1
1
1970-01-01T00:26:44
199
Java
{'Java': 5169047, 'Shell': 1047}
Apache License 2.0
1,313
smallrye/smallrye-reactive-messaging/1668/1662
smallrye
smallrye-reactive-messaging
https://github.com/smallrye/smallrye-reactive-messaging/issues/1662
https://github.com/smallrye/smallrye-reactive-messaging/pull/1668
https://github.com/smallrye/smallrye-reactive-messaging/pull/1668
1
fix
AMQP - when using multiple Emitters intermitently fails to retrieve credits on startup
**Scenario** Quarkus application using SRM AMQP 3.15.0 Application uses Emitters to send messages to multiple Queues on the same Azure Service Bus **Problem** On startup, SRM silently fails to obtain credits for **some** of the channels. This is sporadic but frequent. This does not cause the startup to fail. I...
14f39aa1c9bcbb0a5adaa9ba89b5a1f2ecaa433f
ba468b722e270df4c858cd31a890d55a3fdc1e16
https://github.com/smallrye/smallrye-reactive-messaging/compare/14f39aa1c9bcbb0a5adaa9ba89b5a1f2ecaa433f...ba468b722e270df4c858cd31a890d55a3fdc1e16
diff --git a/smallrye-reactive-messaging-amqp/src/main/java/io/smallrye/reactive/messaging/amqp/AmqpCreditBasedSender.java b/smallrye-reactive-messaging-amqp/src/main/java/io/smallrye/reactive/messaging/amqp/AmqpCreditBasedSender.java index 4f646ddfa..55314c8dc 100644 --- a/smallrye-reactive-messaging-amqp/src/main/jav...
['smallrye-reactive-messaging-amqp/src/main/java/io/smallrye/reactive/messaging/amqp/AmqpCreditBasedSender.java', 'smallrye-reactive-messaging-amqp/src/test/java/io/smallrye/reactive/messaging/amqp/AmqpCreditTest.java']
{'.java': 2}
2
2
0
0
2
1,571,025
315,298
41,914
456
2,360
417
51
1
4,886
306
1,380
58
1
1
1970-01-01T00:27:27
199
Java
{'Java': 5169047, 'Shell': 1047}
Apache License 2.0
1,318
smallrye/smallrye-reactive-messaging/682/681
smallrye
smallrye-reactive-messaging
https://github.com/smallrye/smallrye-reactive-messaging/issues/681
https://github.com/smallrye/smallrye-reactive-messaging/pull/682
https://github.com/smallrye/smallrye-reactive-messaging/pull/682
1
resolves
Cannot configure dead letter queue value serializer
When using Kafka `dead-letter-queue` failure strategy, adding a `dead-letter-queue.value.serializer` has no impact, and the name deduced from the `value.deserializer` is still used. See [KafkaDeadLetterQueue lines 41-42](https://github.com/smallrye/smallrye-reactive-messaging/blob/master/smallrye-reactive-messaging-kaf...
731e7d2ecbdd6549710b1fc47e8df0ee088c9570
f2bb597961ca8880a5afce7694608658e772600f
https://github.com/smallrye/smallrye-reactive-messaging/compare/731e7d2ecbdd6549710b1fc47e8df0ee088c9570...f2bb597961ca8880a5afce7694608658e772600f
diff --git a/smallrye-reactive-messaging-kafka/src/main/java/io/smallrye/reactive/messaging/kafka/fault/KafkaDeadLetterQueue.java b/smallrye-reactive-messaging-kafka/src/main/java/io/smallrye/reactive/messaging/kafka/fault/KafkaDeadLetterQueue.java index 07324df42..2a854b71f 100644 --- a/smallrye-reactive-messaging-kaf...
['smallrye-reactive-messaging-kafka/src/main/java/io/smallrye/reactive/messaging/kafka/fault/KafkaDeadLetterQueue.java']
{'.java': 1}
1
1
0
0
1
866,185
173,678
23,805
324
211
32
2
1
484
37
119
1
1
0
1970-01-01T00:26:35
199
Java
{'Java': 5169047, 'Shell': 1047}
Apache License 2.0
1,319
smallrye/smallrye-reactive-messaging/676/675
smallrye
smallrye-reactive-messaging
https://github.com/smallrye/smallrye-reactive-messaging/issues/675
https://github.com/smallrye/smallrye-reactive-messaging/pull/676
https://github.com/smallrye/smallrye-reactive-messaging/pull/676
1
fix
ClassCastException when a nacked message is sent to the DLQ
The failure strategy 'dead-letter-queue' seems to be broke. Here is my configuration : Producer code : ``` mp.messaging.outgoing.generated-price.connector=smallrye-kafka mp.messaging.outgoing.generated-price.topic=prices mp.messaging.outgoing.generated-price.value.serializer=org.apache.kafka.common.seri...
1e25e00536a4c1ed132279c505155d3fde9eb314
05a0a044ca54ec251199627d594ab2ff421a606d
https://github.com/smallrye/smallrye-reactive-messaging/compare/1e25e00536a4c1ed132279c505155d3fde9eb314...05a0a044ca54ec251199627d594ab2ff421a606d
diff --git a/smallrye-reactive-messaging-kafka/src/main/java/io/smallrye/reactive/messaging/kafka/fault/KafkaDeadLetterQueue.java b/smallrye-reactive-messaging-kafka/src/main/java/io/smallrye/reactive/messaging/kafka/fault/KafkaDeadLetterQueue.java index 10bb19cbe..07324df42 100644 --- a/smallrye-reactive-messaging-kaf...
['smallrye-reactive-messaging-kafka/src/main/java/io/smallrye/reactive/messaging/kafka/fault/KafkaDeadLetterQueue.java', 'smallrye-reactive-messaging-kafka/src/test/java/io/smallrye/reactive/messaging/kafka/fault/KafkaFailureHandlerTest.java']
{'.java': 2}
2
2
0
0
2
866,128
173,666
23,804
324
57
12
1
1
4,498
231
1,034
99
0
6
1970-01-01T00:26:35
199
Java
{'Java': 5169047, 'Shell': 1047}
Apache License 2.0
1,320
smallrye/smallrye-reactive-messaging/520/515
smallrye
smallrye-reactive-messaging
https://github.com/smallrye/smallrye-reactive-messaging/issues/515
https://github.com/smallrye/smallrye-reactive-messaging/pull/520
https://github.com/smallrye/smallrye-reactive-messaging/pull/520
1
fix
Exception thrown from connector during startup discarded by provider with cause thrown instead
If an exception occurs when a connector creates its subscriber or producer, if that exception has a cause, the exception itself is discarded and the cause is reported as a deployment error. This happens here: https://github.com/smallrye/smallrye-reactive-messaging/blob/master/smallrye-reactive-messaging-provider/src...
ac44eaf3f2ed608bb90f87061e8632a43698d93c
a6b48682a6dbdc14998ea16af41ab63ea6d5ca5e
https://github.com/smallrye/smallrye-reactive-messaging/compare/ac44eaf3f2ed608bb90f87061e8632a43698d93c...a6b48682a6dbdc14998ea16af41ab63ea6d5ca5e
diff --git a/smallrye-reactive-messaging-provider/src/main/java/io/smallrye/reactive/messaging/extension/ReactiveMessagingExtension.java b/smallrye-reactive-messaging-provider/src/main/java/io/smallrye/reactive/messaging/extension/ReactiveMessagingExtension.java index fdc018899..233fb0ed6 100644 --- a/smallrye-reactive...
['smallrye-reactive-messaging-provider/src/test/java/io/smallrye/reactive/messaging/merge/InvalidBindingTest.java', 'smallrye-reactive-messaging-provider/src/main/java/io/smallrye/reactive/messaging/extension/ReactiveMessagingExtension.java']
{'.java': 2}
2
2
0
0
2
680,396
134,391
18,821
238
227
40
7
1
560
58
112
5
1
0
1970-01-01T00:26:27
199
Java
{'Java': 5169047, 'Shell': 1047}
Apache License 2.0
1,321
smallrye/smallrye-reactive-messaging/109/108
smallrye
smallrye-reactive-messaging
https://github.com/smallrye/smallrye-reactive-messaging/issues/108
https://github.com/smallrye/smallrye-reactive-messaging/pull/109
https://github.com/smallrye/smallrye-reactive-messaging/pull/109
1
fixes
Kafka configuration parsing fails with `java.lang.NumberFormatException: For input string: "org.apache.kafka.common.serialization.StringSerializer"`
In the native mode, a Quarkus app that uses reactive-messaging-kafka fails with the error below. It seems the problem is in the fact that SmallRye Config wraps the error in parsing value in an IllegalArgumentException. ``` 2019-05-15 16:20:30,472 ERROR [io.sma.rea.mes.imp.LegacyConfiguredStreamFactory] (main) Un...
532833838c99d94e0b5237a1078a8d41419af978
ed3115c2ab57e3ff0d1095705b2cb0fe7abd86c5
https://github.com/smallrye/smallrye-reactive-messaging/compare/532833838c99d94e0b5237a1078a8d41419af978...ed3115c2ab57e3ff0d1095705b2cb0fe7abd86c5
diff --git a/smallrye-reactive-messaging-provider/src/main/java/io/smallrye/reactive/messaging/spi/ConfigurationHelper.java b/smallrye-reactive-messaging-provider/src/main/java/io/smallrye/reactive/messaging/spi/ConfigurationHelper.java index f26f6a901..af09c06f0 100644 --- a/smallrye-reactive-messaging-provider/src/ma...
['smallrye-reactive-messaging-provider/src/main/java/io/smallrye/reactive/messaging/spi/ConfigurationHelper.java']
{'.java': 1}
1
1
0
0
1
228,611
47,985
6,704
100
261
46
4
1
3,902
142
865
44
0
1
1970-01-01T00:25:57
199
Java
{'Java': 5169047, 'Shell': 1047}
Apache License 2.0
1,315
smallrye/smallrye-reactive-messaging/951/950
smallrye
smallrye-reactive-messaging
https://github.com/smallrye/smallrye-reactive-messaging/issues/950
https://github.com/smallrye/smallrye-reactive-messaging/pull/951
https://github.com/smallrye/smallrye-reactive-messaging/pull/951
1
fix
MP Emitter repackaged from unreleased spec is not marked as Experimental
While there is a note in duplicated `org.eclipse.microprofile.reactive.messaging` package info that new features and changes against the spec are marked with `@Experimental` annotation. https://github.com/smallrye/smallrye-reactive-messaging/blob/24e3993fd69e6bdc7a1bc60d4deee6a05788bfdd/api/src/main/java/org/eclipse...
24e3993fd69e6bdc7a1bc60d4deee6a05788bfdd
ca41a748200f23479187bf69c90a105414efe746
https://github.com/smallrye/smallrye-reactive-messaging/compare/24e3993fd69e6bdc7a1bc60d4deee6a05788bfdd...ca41a748200f23479187bf69c90a105414efe746
diff --git a/api/src/main/java/org/eclipse/microprofile/reactive/messaging/Channel.java b/api/src/main/java/org/eclipse/microprofile/reactive/messaging/Channel.java index 8feee86ea..55755b583 100644 --- a/api/src/main/java/org/eclipse/microprofile/reactive/messaging/Channel.java +++ b/api/src/main/java/org/eclipse/micr...
['api/src/main/java/org/eclipse/microprofile/reactive/messaging/Channel.java', 'api/src/main/java/org/eclipse/microprofile/reactive/messaging/Emitter.java']
{'.java': 2}
2
2
0
0
2
1,066,041
213,262
29,080
376
235
47
8
2
690
44
188
9
2
0
1970-01-01T00:26:51
199
Java
{'Java': 5169047, 'Shell': 1047}
Apache License 2.0
1,314
smallrye/smallrye-reactive-messaging/1504/1491
smallrye
smallrye-reactive-messaging
https://github.com/smallrye/smallrye-reactive-messaging/issues/1491
https://github.com/smallrye/smallrye-reactive-messaging/pull/1504
https://github.com/smallrye/smallrye-reactive-messaging/pull/1504
1
fix
Host disappears if used with AmqpClientOptions
If I have `mp.messaging.outgoing.source.client-options-name=ssl-client-options` which points to ``` public AmqpClientOptions getOptions() { return new AmqpClientOptions() .setSsl(true) // TODO Having to set the host is a bit weird since we don't need it when not usi...
e5503c048e0ddc8a1eddf4224c0598e578fdda59
a27e74ab5d19981028745cc7c2557ddc6d780c1a
https://github.com/smallrye/smallrye-reactive-messaging/compare/e5503c048e0ddc8a1eddf4224c0598e578fdda59...a27e74ab5d19981028745cc7c2557ddc6d780c1a
diff --git a/smallrye-reactive-messaging-amqp/src/main/java/io/smallrye/reactive/messaging/amqp/AmqpClientHelper.java b/smallrye-reactive-messaging-amqp/src/main/java/io/smallrye/reactive/messaging/amqp/AmqpClientHelper.java index aac28490f..dc9002534 100644 --- a/smallrye-reactive-messaging-amqp/src/main/java/io/small...
['smallrye-reactive-messaging-amqp/src/test/java/io/smallrye/reactive/messaging/amqp/ClientConfigurationBean.java', 'smallrye-reactive-messaging-amqp/src/main/java/io/smallrye/reactive/messaging/amqp/AmqpClientHelper.java', 'smallrye-reactive-messaging-amqp/src/test/java/io/smallrye/reactive/messaging/amqp/AmqpSourceCD...
{'.java': 3}
3
3
0
0
3
1,376,779
276,435
36,915
433
5,319
1,004
115
1
1,392
122
345
28
0
2
1970-01-01T00:27:16
199
Java
{'Java': 5169047, 'Shell': 1047}
Apache License 2.0
1,317
smallrye/smallrye-reactive-messaging/770/769
smallrye
smallrye-reactive-messaging
https://github.com/smallrye/smallrye-reactive-messaging/issues/769
https://github.com/smallrye/smallrye-reactive-messaging/pull/770
https://github.com/smallrye/smallrye-reactive-messaging/pull/770
1
fix
Kafka passwords are written to the logs
When using smallrye-reactive-messaging with the Kafka connector, the connector merge the config and log this merged config. It output the password in the logs, this is a security issue. See this sample log file from a Quarkus application ``` 2020-09-22 11:12:12,230 INFO [io.sma.rea.mes.kafka] (Quarkus Main Thr...
bb26ef47658f5f602cfcc0e5db6e0fadca40d4df
ace71c235e631b7e6478f0734e0765caaa7007d4
https://github.com/smallrye/smallrye-reactive-messaging/compare/bb26ef47658f5f602cfcc0e5db6e0fadca40d4df...ace71c235e631b7e6478f0734e0765caaa7007d4
diff --git a/smallrye-reactive-messaging-kafka/src/main/java/io/smallrye/reactive/messaging/kafka/KafkaConnector.java b/smallrye-reactive-messaging-kafka/src/main/java/io/smallrye/reactive/messaging/kafka/KafkaConnector.java index 7eefe4765..2f90b64af 100644 --- a/smallrye-reactive-messaging-kafka/src/main/java/io/smal...
['smallrye-reactive-messaging-kafka/src/main/java/io/smallrye/reactive/messaging/kafka/i18n/KafkaLogging.java', 'smallrye-reactive-messaging-kafka/src/main/java/io/smallrye/reactive/messaging/kafka/KafkaConnector.java']
{'.java': 2}
2
2
0
0
2
986,525
198,006
26,978
360
244
60
7
2
606
59
161
8
0
1
1970-01-01T00:26:40
199
Java
{'Java': 5169047, 'Shell': 1047}
Apache License 2.0
1,312
smallrye/smallrye-reactive-messaging/2219/2198
smallrye
smallrye-reactive-messaging
https://github.com/smallrye/smallrye-reactive-messaging/issues/2198
https://github.com/smallrye/smallrye-reactive-messaging/pull/2219
https://github.com/smallrye/smallrye-reactive-messaging/pull/2219#issuecomment-1628538157
2
fixes
Unordered blocking consumer requests too many messages
# Describe the bug I made a [discussion post](https://github.com/smallrye/smallrye-reactive-messaging/discussions/2196) describing the problem: <div type='discussions-op-text'> <sup>Originally posted by **AndreasPetersen** June 14, 2023</sup> I'm implementing a connector to Azure Service Bus using SmallRye Reac...
7bc6e7bff27f8664a48ab3142dd7fe80b229d511
d02a5a51230429d9a1aced64d6d783d06117eb1f
https://github.com/smallrye/smallrye-reactive-messaging/compare/7bc6e7bff27f8664a48ab3142dd7fe80b229d511...d02a5a51230429d9a1aced64d6d783d06117eb1f
diff --git a/smallrye-reactive-messaging-provider/src/main/java/io/smallrye/reactive/messaging/providers/AbstractMediator.java b/smallrye-reactive-messaging-provider/src/main/java/io/smallrye/reactive/messaging/providers/AbstractMediator.java index 8bb6a5a57..0f252e74f 100644 --- a/smallrye-reactive-messaging-provider/...
['smallrye-reactive-messaging-provider/src/main/java/io/smallrye/reactive/messaging/providers/ProcessorMediator.java', 'smallrye-reactive-messaging-provider/src/main/java/io/smallrye/reactive/messaging/providers/extension/MediatorManager.java', 'smallrye-reactive-messaging-provider/src/main/java/io/smallrye/reactive/me...
{'.java': 6}
6
6
0
0
6
1,982,862
398,738
52,686
592
3,666
676
59
6
13,786
1,041
4,473
135
4
5
1970-01-01T00:28:08
199
Java
{'Java': 5169047, 'Shell': 1047}
Apache License 2.0
1,052
google/ground-android/824/761
google
ground-android
https://github.com/google/ground-android/issues/761
https://github.com/google/ground-android/pull/824
https://github.com/google/ground-android/pull/824
1
fixes
[Add/edit observation] Changes not reflected on view observation page on save
1. Edit an existing observation 2. Click save User is returned to view observation page. Instead, they should be redirected to the feature sheet for consistency with "add observation" flow.
c2084feba9ba81bb2a10f0f028117704e8999d1f
49206ba7120939b03c5a50d0804227b197616e26
https://github.com/google/ground-android/compare/c2084feba9ba81bb2a10f0f028117704e8999d1f...49206ba7120939b03c5a50d0804227b197616e26
diff --git a/gnd/src/main/java/com/google/android/gnd/persistence/local/room/RoomLocalDataStore.java b/gnd/src/main/java/com/google/android/gnd/persistence/local/room/RoomLocalDataStore.java index 4d2f66d83..ea7f16df9 100644 --- a/gnd/src/main/java/com/google/android/gnd/persistence/local/room/RoomLocalDataStore.java +...
['gnd/src/main/java/com/google/android/gnd/repository/ObservationRepository.java', 'gnd/src/main/java/com/google/android/gnd/ui/editobservation/EditObservationViewModel.java', 'gnd/src/main/java/com/google/android/gnd/persistence/local/room/RoomLocalDataStore.java', 'gnd/src/test/java/com/google/android/gnd/persistence...
{'.java': 4}
4
4
0
0
4
804,667
165,844
23,726
277
2,004
388
41
3
193
30
39
4
0
0
1970-01-01T00:27:01
191
Kotlin
{'Kotlin': 1134095, 'Java': 81131, 'Python': 3111}
Apache License 2.0
1,050
google/ground-android/863/849
google
ground-android
https://github.com/google/ground-android/issues/849
https://github.com/google/ground-android/pull/863
https://github.com/google/ground-android/pull/863
1
closes
[Feature details] Observation sync sometimes times out
The timeout may need to be increased for slower internet connections: ``` 2021-06-04 11:45:26.204 2125-9557/com.google.android.gnd E/ObservationRepository: Observation sync timed out java.util.concurrent.TimeoutException: The source did not signal an event for 5 seconds and has been terminated. at io....
8f44db6783bbc1b1561c970ffbf0188b2278506a
64e9192139626107228022ee6e10cda386f44f8d
https://github.com/google/ground-android/compare/8f44db6783bbc1b1561c970ffbf0188b2278506a...64e9192139626107228022ee6e10cda386f44f8d
diff --git a/gnd/src/main/java/com/google/android/gnd/repository/ObservationRepository.java b/gnd/src/main/java/com/google/android/gnd/repository/ObservationRepository.java index 31253940a..3a438ffe9 100644 --- a/gnd/src/main/java/com/google/android/gnd/repository/ObservationRepository.java +++ b/gnd/src/main/java/com/...
['gnd/src/main/java/com/google/android/gnd/repository/ObservationRepository.java', 'gnd/src/main/java/com/google/android/gnd/repository/ProjectRepository.java']
{'.java': 2}
2
2
0
0
2
830,169
170,990
24,426
284
278
64
4
2
1,046
52
218
14
0
1
1970-01-01T00:27:02
191
Kotlin
{'Kotlin': 1134095, 'Java': 81131, 'Python': 3111}
Apache License 2.0
1,047
google/ground-android/1014/1013
google
ground-android
https://github.com/google/ground-android/issues/1013
https://github.com/google/ground-android/pull/1014
https://github.com/google/ground-android/pull/1014
1
fixes
[Join Project] No such element exception
**Describe the bug** When joining a project, Ground sometimes throws a "No Such Element" exception when setting map features. **To Reproduce** Steps to reproduce the behavior: 1. Go to 'Join Project' 2. Click on a project 4. See error (potentially) **Stacktrace** ``` 2021-09-30 16:46:29.082 5636-5636/com...
e21d63e885752cfbe1beb77a24752ae768e789e2
3a9cf8b81d4832870684e97944131b40b1da5923
https://github.com/google/ground-android/compare/e21d63e885752cfbe1beb77a24752ae768e789e2...3a9cf8b81d4832870684e97944131b40b1da5923
diff --git a/gnd/src/main/java/com/google/android/gnd/ui/map/gms/GoogleMapsMapAdapter.java b/gnd/src/main/java/com/google/android/gnd/ui/map/gms/GoogleMapsMapAdapter.java index 3327fe2c3..e31cdfc5a 100644 --- a/gnd/src/main/java/com/google/android/gnd/ui/map/gms/GoogleMapsMapAdapter.java +++ b/gnd/src/main/java/com/goo...
['gnd/src/main/java/com/google/android/gnd/ui/map/gms/GoogleMapsMapAdapter.java']
{'.java': 1}
1
1
0
0
1
946,493
194,933
27,702
309
1,699
349
35
1
1,670
89
404
32
0
1
1970-01-01T00:27:13
191
Kotlin
{'Kotlin': 1134095, 'Java': 81131, 'Python': 3111}
Apache License 2.0
1,046
google/ground-android/1076/1068
google
ground-android
https://github.com/google/ground-android/issues/1068
https://github.com/google/ground-android/pull/1076
https://github.com/google/ground-android/pull/1076
1
fixes
Cleared photo reappears on rotating device
**Describe the bug** The photo response reappears even after removing it manually. This only happens if the screen is rotated after removing the photo. **To Reproduce** Steps to reproduce the behavior: 1. Select any project which contains a photo field 2. Create a new observation and click on add photo 3. Selec...
d8406cee9f64fffe9a1102db8b80eab7f51bd8ef
b786bac1f625febdcefa6d52a7dfb3d60ad86098
https://github.com/google/ground-android/compare/d8406cee9f64fffe9a1102db8b80eab7f51bd8ef...b786bac1f625febdcefa6d52a7dfb3d60ad86098
diff --git a/gnd/src/main/java/com/google/android/gnd/persistence/remote/firestore/FirestoreStorageManager.java b/gnd/src/main/java/com/google/android/gnd/persistence/remote/firestore/FirestoreStorageManager.java index 42b5fcbe3..aed32051b 100644 --- a/gnd/src/main/java/com/google/android/gnd/persistence/remote/firesto...
['gnd/src/main/java/com/google/android/gnd/repository/UserMediaRepository.java', 'gnd/src/test/java/com/google/android/gnd/system/CameraManagerTest.java', 'gnd/src/main/java/com/google/android/gnd/ui/editobservation/EditObservationViewModel.java', 'gnd/src/main/java/com/google/android/gnd/ui/editobservation/EditObserva...
{'.java': 8}
8
8
0
0
8
948,389
195,608
27,801
309
16,975
3,295
416
7
579
92
122
17
0
0
1970-01-01T00:27:17
191
Kotlin
{'Kotlin': 1134095, 'Java': 81131, 'Python': 3111}
Apache License 2.0
782
camel-tooling/camel-idea-plugin/177/169
camel-tooling
camel-idea-plugin
https://github.com/camel-tooling/camel-idea-plugin/issues/169
https://github.com/camel-tooling/camel-idea-plugin/pull/177
https://github.com/camel-tooling/camel-idea-plugin/pull/177
2
fix
Realtime Validation : getIndex match the position in the string, but not the position of the caret.
Since Camel Catelog have no knowledge about the caret position it report index based on it's location in the String. But it could be nice if it was possible to call thecatalogService.validateSimpleExpression with an option to marker the position in the error message so we can replace the position with the editor ca...
33639adb35a34fe49cebcd8ba44e2a9a70671744
33c3cea1b1a1fda9bba2bde315569f467b9cc2e0
https://github.com/camel-tooling/camel-idea-plugin/compare/33639adb35a34fe49cebcd8ba44e2a9a70671744...33c3cea1b1a1fda9bba2bde315569f467b9cc2e0
diff --git a/camel-idea-plugin/src/main/java/org/apache/camel/idea/annotator/CamelSimpleAnnotator.java b/camel-idea-plugin/src/main/java/org/apache/camel/idea/annotator/CamelSimpleAnnotator.java index be0ee93..6188f4e 100644 --- a/camel-idea-plugin/src/main/java/org/apache/camel/idea/annotator/CamelSimpleAnnotator.java...
['camel-idea-plugin/src/main/java/org/apache/camel/idea/annotator/CamelSimpleAnnotator.java', 'camel-idea-plugin/src/test/java/org/apache/camel/idea/CamelLightCodeInsightFixtureTestCaseIT.java', 'camel-idea-plugin/src/main/java/org/apache/camel/idea/util/CamelIdeaUtils.java', 'camel-idea-plugin/src/test/java/org/apache...
{'.java': 5}
5
5
0
0
5
251,901
49,190
6,223
48
2,087
378
29
2
474
71
102
6
0
0
1970-01-01T00:24:44
187
Java
{'Java': 1662284, 'Shell': 328, 'Dockerfile': 271}
Apache License 2.0
316
apache/fluo/402/269
apache
fluo
https://github.com/apache/fluo/issues/269
https://github.com/apache/fluo/pull/402
https://github.com/apache/fluo/pull/402
1
fixes
FluoInputFormat takes properties
FluoInputFormat.configure() takes a Properties object. This is inconsistent with other methods that take a commons configuration object.
58c24e1f0ca0912c540b41f595b25150daf12779
2df6b9100a0b66bcf10fb5f1093b450e1b87c934
https://github.com/apache/fluo/compare/58c24e1f0ca0912c540b41f595b25150daf12779...2df6b9100a0b66bcf10fb5f1093b450e1b87c934
diff --git a/modules/mapreduce/src/main/java/io/fluo/mapreduce/FluoInputFormat.java b/modules/mapreduce/src/main/java/io/fluo/mapreduce/FluoInputFormat.java index 39f635ee..7c58dfa7 100644 --- a/modules/mapreduce/src/main/java/io/fluo/mapreduce/FluoInputFormat.java +++ b/modules/mapreduce/src/main/java/io/fluo/mapreduc...
['modules/mapreduce/src/main/java/io/fluo/mapreduce/FluoInputFormat.java']
{'.java': 1}
1
1
0
0
1
585,372
131,772
18,355
142
1,139
232
16
1
138
17
25
2
0
0
1970-01-01T00:23:41
181
Java
{'Java': 1444123, 'Shell': 37149, 'Thrift': 990}
Apache License 2.0