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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2,041 | telstra/open-kilda/5043/4991 | telstra | open-kilda | https://github.com/telstra/open-kilda/issues/4991 | https://github.com/telstra/open-kilda/pull/5043 | https://github.com/telstra/open-kilda/pull/5043 | 1 | closes | GRPC API returns incorrect JSON error response | **Steps to reproduce:**
*****ON HARDWARE ENV*****
1. go to GRPC swagger
2. send some incorrect request. For example try to get logical port for unknown IP 1.1.1.1
```GET /noviflow/1.1.1.1/logicalports```
**Expected result:**
Correct JSON response
**Actual result:**
Concatenation of 2 JSONs which can't be pa... | d149be4aacd25954eef9bee08f4a579219511f25 | 894ff16bb3a5f19b6e3bd854424743a08169c815 | https://github.com/telstra/open-kilda/compare/d149be4aacd25954eef9bee08f4a579219511f25...894ff16bb3a5f19b6e3bd854424743a08169c815 | diff --git a/src-java/grpc-speaker/grpc-service/src/main/java/org/openkilda/grpc/speaker/utils/GrpcExceptionHandler.java b/src-java/grpc-speaker/grpc-service/src/main/java/org/openkilda/grpc/speaker/utils/GrpcExceptionHandler.java
index 976105b18..eb164b24e 100644
--- a/src-java/grpc-speaker/grpc-service/src/main/java/... | ['src-java/grpc-speaker/grpc-service/src/main/java/org/openkilda/grpc/speaker/utils/GrpcExceptionHandler.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 11,506,971 | 2,402,919 | 294,445 | 3,136 | 733 | 122 | 15 | 1 | 655 | 61 | 192 | 16 | 0 | 2 | 1970-01-01T00:27:54 | 71 | Java | {'Java': 16533357, 'Groovy': 2440542, 'TypeScript': 876184, 'Python': 375764, 'JavaScript': 369015, 'HTML': 366643, 'CSS': 234005, 'C++': 89798, 'Shell': 61998, 'Dockerfile': 30647, 'Makefile': 20530, 'Gherkin': 5609, 'CMake': 4314, 'Jinja': 1187} | Apache License 2.0 |
2,043 | telstra/open-kilda/5023/5022 | telstra | open-kilda | https://github.com/telstra/open-kilda/issues/5022 | https://github.com/telstra/open-kilda/pull/5023 | https://github.com/telstra/open-kilda/pull/5023 | 1 | closes | Incorrect error message if flow max_latency is higher than max_latency_tier2 | **Steps to reproduce:**
1. Try to create flow by API `POST /v2/flows` where flow max_latency is higher than max_latency_tier2
```
{
"flow_id": "nik",
"source": {
"inner_vlan_id": 0,
"port_number": 10,
"switch_id": "00:00:00:22:3d:6b:00:7a",
"vlan_id": 0
},
"destination": {
"in... | 6fd226f9f3641e58803283dc6f3914024a2f04c7 | 793c41caf94b57b25be54d93b14fcfbc86a6dc76 | https://github.com/telstra/open-kilda/compare/6fd226f9f3641e58803283dc6f3914024a2f04c7...793c41caf94b57b25be54d93b14fcfbc86a6dc76 | diff --git a/src-java/flowhs-topology/flowhs-storm-topology/src/main/java/org/openkilda/wfm/topology/flowhs/validation/ValidatorUtils.java b/src-java/flowhs-topology/flowhs-storm-topology/src/main/java/org/openkilda/wfm/topology/flowhs/validation/ValidatorUtils.java
index 02775742e..27b1fb07e 100644
--- a/src-java/flow... | ['src-java/flowhs-topology/flowhs-storm-topology/src/main/java/org/openkilda/wfm/topology/flowhs/validation/ValidatorUtils.java', 'src-java/flowhs-topology/flowhs-storm-topology/src/test/java/org/openkilda/wfm/topology/flowhs/validation/ValidatorUtilsTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 11,506,866 | 2,402,897 | 294,443 | 3,136 | 448 | 86 | 8 | 1 | 745 | 80 | 252 | 30 | 0 | 1 | 1970-01-01T00:27:51 | 71 | Java | {'Java': 16533357, 'Groovy': 2440542, 'TypeScript': 876184, 'Python': 375764, 'JavaScript': 369015, 'HTML': 366643, 'CSS': 234005, 'C++': 89798, 'Shell': 61998, 'Dockerfile': 30647, 'Makefile': 20530, 'Gherkin': 5609, 'CMake': 4314, 'Jinja': 1187} | Apache License 2.0 |
2,076 | telstra/open-kilda/3678/3577 | telstra | open-kilda | https://github.com/telstra/open-kilda/issues/3577 | https://github.com/telstra/open-kilda/pull/3678 | https://github.com/telstra/open-kilda/pull/3678 | 1 | close | flowHistory: stateBefore is showing new value instead of old one | **Steps to reproduce:**
1. create a flow
2. update the flow (i.e. sourceVlan 30 -> 40)
**Actual result:**
flow is updated and valid
but the `stateBefore` action in flowHistory is showing new value of vlan
```
{
"type": "stateBefore",
...
"sourceVlan": 40,
... | 6ddebb44595cfc994c5a7e7c57c81fdd7d8b13eb | 67a3d643145c7ee01c8a77eea64df4e839c9b9f0 | https://github.com/telstra/open-kilda/compare/6ddebb44595cfc994c5a7e7c57c81fdd7d8b13eb...67a3d643145c7ee01c8a77eea64df4e839c9b9f0 | diff --git a/src-java/flowhs-topology/flowhs-storm-topology/src/main/java/org/openkilda/wfm/topology/flowhs/fsm/update/actions/CompleteFlowPathRemovalAction.java b/src-java/flowhs-topology/flowhs-storm-topology/src/main/java/org/openkilda/wfm/topology/flowhs/fsm/update/actions/CompleteFlowPathRemovalAction.java
index 0... | ['src-java/flowhs-topology/flowhs-storm-topology/src/main/java/org/openkilda/wfm/topology/flowhs/fsm/update/actions/CompleteFlowPathRemovalAction.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 7,454,200 | 1,560,352 | 195,547 | 2,171 | 1,295 | 253 | 14 | 1 | 518 | 63 | 124 | 23 | 0 | 2 | 1970-01-01T00:26:37 | 71 | Java | {'Java': 16533357, 'Groovy': 2440542, 'TypeScript': 876184, 'Python': 375764, 'JavaScript': 369015, 'HTML': 366643, 'CSS': 234005, 'C++': 89798, 'Shell': 61998, 'Dockerfile': 30647, 'Makefile': 20530, 'Gherkin': 5609, 'CMake': 4314, 'Jinja': 1187} | Apache License 2.0 |
2,083 | telstra/open-kilda/3279/3278 | telstra | open-kilda | https://github.com/telstra/open-kilda/issues/3278 | https://github.com/telstra/open-kilda/pull/3279 | https://github.com/telstra/open-kilda/pull/3279 | 1 | close | Needs investigation: unhandled nullpointer exception in Floodlight | <details>
<summary> error </summary>
```
{
"_index": "kilda-2020.03.10",
"_type": "kilda-FL",
"_id": "AXDEivoQzzwg1EoeFaPK",
"_version": 1,
"_score": null,
"_source": {
"role": "FL_ROLE_IS_UNDEFINED",
"level": "ERROR",
"thread": "pool-5-thread-19",
"message": "Unhandled except... | dcc74e5b18a8ca9fb0dc0e39cd0669d9f7a6d8e1 | 0dd10ef41d0dee141749ecce7fed5ced46395e1d | https://github.com/telstra/open-kilda/compare/dcc74e5b18a8ca9fb0dc0e39cd0669d9f7a6d8e1...0dd10ef41d0dee141749ecce7fed5ced46395e1d | diff --git a/src-java/floodlight-service/floodlight-modules/src/main/java/org/openkilda/floodlight/service/session/Session.java b/src-java/floodlight-service/floodlight-modules/src/main/java/org/openkilda/floodlight/service/session/Session.java
index f3fca253f..41029d81d 100644
--- a/src-java/floodlight-service/floodli... | ['src-java/floodlight-service/floodlight-modules/src/main/java/org/openkilda/floodlight/service/session/Session.java', 'src-java/floodlight-service/floodlight-modules/src/test/java/org/openkilda/floodlight/service/session/SessionServiceTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 6,882,400 | 1,436,563 | 181,072 | 2,009 | 635 | 143 | 11 | 1 | 2,312 | 114 | 661 | 50 | 0 | 1 | 1970-01-01T00:26:23 | 71 | Java | {'Java': 16533357, 'Groovy': 2440542, 'TypeScript': 876184, 'Python': 375764, 'JavaScript': 369015, 'HTML': 366643, 'CSS': 234005, 'C++': 89798, 'Shell': 61998, 'Dockerfile': 30647, 'Makefile': 20530, 'Gherkin': 5609, 'CMake': 4314, 'Jinja': 1187} | Apache License 2.0 |
10,024 | serg-delft/andy/112/111 | serg-delft | andy | https://github.com/SERG-Delft/andy/issues/111 | https://github.com/SERG-Delft/andy/pull/112 | https://github.com/SERG-Delft/andy/pull/112 | 1 | closes | Assessing time message phrasing is incorrect | https://github.com/cse1110/andy/blob/4e53516cc38247149e281646700dd116d8167323/src/main/java/nl/tudelft/cse1110/andy/writer/standard/StandardResultWriter.java#L194
The word `question` should be replaced with `solution`. | e3095a639b2fff45a2df509a5fa1293fd005ed39 | 5b839c6ad771c0355b651748778840fd9edb9262 | https://github.com/serg-delft/andy/compare/e3095a639b2fff45a2df509a5fa1293fd005ed39...5b839c6ad771c0355b651748778840fd9edb9262 | diff --git a/src/main/java/nl/tudelft/cse1110/andy/writer/standard/StandardResultWriter.java b/src/main/java/nl/tudelft/cse1110/andy/writer/standard/StandardResultWriter.java
index cad447d..52c9b6d 100644
--- a/src/main/java/nl/tudelft/cse1110/andy/writer/standard/StandardResultWriter.java
+++ b/src/main/java/nl/tudelf... | ['src/main/java/nl/tudelft/cse1110/andy/writer/standard/StandardResultWriter.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 195,939 | 40,216 | 5,916 | 89 | 197 | 40 | 2 | 1 | 221 | 9 | 70 | 3 | 1 | 0 | 1970-01-01T00:27:32 | 71 | Java | {'Java': 1238634, 'JavaScript': 110694, 'HTML': 97754, 'CSS': 91695, 'TypeScript': 22968, 'Makefile': 12592, 'Dockerfile': 1722, 'NASL': 1620, 'Shell': 63} | MIT License |
10,025 | serg-delft/andy/110/109 | serg-delft | andy | https://github.com/SERG-Delft/andy/issues/109 | https://github.com/SERG-Delft/andy/pull/110 | https://github.com/SERG-Delft/andy/pull/110 | 1 | closes | `assertNull` is not considered an assertion by code check | `assertNull` is not considered an assertion by the TestMethodsHaveAssertions code check: https://github.com/cse1110/andy/blob/main/src/main/java/nl/tudelft/cse1110/andy/codechecker/checks/TestMethodsHaveAssertions.java
This assertion method as well as other JUnit methods that have been missed should be added to this... | 8932a6199da9c6e5760e646fe4ebbdd4b96baa55 | 594ae60cd6d906ca3f8c8373cf29c7630cb192ed | https://github.com/serg-delft/andy/compare/8932a6199da9c6e5760e646fe4ebbdd4b96baa55...594ae60cd6d906ca3f8c8373cf29c7630cb192ed | diff --git a/src/main/java/nl/tudelft/cse1110/andy/codechecker/checks/TestMethodsHaveAssertions.java b/src/main/java/nl/tudelft/cse1110/andy/codechecker/checks/TestMethodsHaveAssertions.java
index 76fa129..06db6b4 100644
--- a/src/main/java/nl/tudelft/cse1110/andy/codechecker/checks/TestMethodsHaveAssertions.java
+++ b... | ['src/main/java/nl/tudelft/cse1110/andy/codechecker/checks/TestMethodsHaveAssertions.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 195,686 | 40,163 | 5,908 | 89 | 260 | 53 | 8 | 1 | 332 | 32 | 77 | 3 | 1 | 0 | 1970-01-01T00:27:32 | 71 | Java | {'Java': 1238634, 'JavaScript': 110694, 'HTML': 97754, 'CSS': 91695, 'TypeScript': 22968, 'Makefile': 12592, 'Dockerfile': 1722, 'NASL': 1620, 'Shell': 63} | MIT License |
10,027 | serg-delft/andy/101/99 | serg-delft | andy | https://github.com/SERG-Delft/andy/issues/99 | https://github.com/SERG-Delft/andy/pull/101 | https://github.com/SERG-Delft/andy/pull/101 | 1 | closes | Score of 100/100 is possible even if not everything is completed | Grades >= 99.5 get rounded up to 100.
This is an edge case: any grade between 99 and 100 should be rounded down to 99, otherwise students may get confused and think that they have completed an exercise even if they haven't actually passed everything.
For example:
```
Status: Done
Andy v0.27.1-85578d2 (2022-04... | b1d07f8e5a7703f30f1719afbe5b9166c68e0f23 | 1a2e3182b0b8552063485a3a0ccf1ea1d0b931b9 | https://github.com/serg-delft/andy/compare/b1d07f8e5a7703f30f1719afbe5b9166c68e0f23...1a2e3182b0b8552063485a3a0ccf1ea1d0b931b9 | diff --git a/src/main/java/nl/tudelft/cse1110/andy/grade/GradeCalculator.java b/src/main/java/nl/tudelft/cse1110/andy/grade/GradeCalculator.java
index d6ccdc3..6e71536 100644
--- a/src/main/java/nl/tudelft/cse1110/andy/grade/GradeCalculator.java
+++ b/src/main/java/nl/tudelft/cse1110/andy/grade/GradeCalculator.java
@@ ... | ['src/main/java/nl/tudelft/cse1110/andy/grade/GradeCalculator.java', 'src/test/java/unit/grade/GradeCalculatorTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 194,190 | 39,847 | 5,881 | 89 | 999 | 226 | 17 | 1 | 860 | 129 | 248 | 25 | 0 | 1 | 1970-01-01T00:27:31 | 71 | Java | {'Java': 1238634, 'JavaScript': 110694, 'HTML': 97754, 'CSS': 91695, 'TypeScript': 22968, 'Makefile': 12592, 'Dockerfile': 1722, 'NASL': 1620, 'Shell': 63} | MIT License |
2,069 | telstra/open-kilda/3853/3871 | telstra | open-kilda | https://github.com/telstra/open-kilda/issues/3871 | https://github.com/telstra/open-kilda/pull/3853 | https://github.com/telstra/open-kilda/pull/3853 | 1 | closes | [Server42] disabling 'server42_flow_rtt' in feature toggle leads to excess rules on a switch with enabled 'server42_flow_rtt' | **Steps to reproduce:**
1. enable `server42_flow_rtt` in feature toggle and on a switch;
2. make sure the switch is valid;
3. disable the `server42_flow_rtt` feature toggle;
**Actual result:**
The switch has the excess server42 rules
```
"excess": [
-9223372036854775783,
-9223372036... | 1b6441b8d478b2360e947dbf138c23004692121f | 95965992ce961d1a1159b15683baf51ad46709a3 | https://github.com/telstra/open-kilda/compare/1b6441b8d478b2360e947dbf138c23004692121f...95965992ce961d1a1159b15683baf51ad46709a3 | diff --git a/src-java/floodlight-service/floodlight-api/src/main/java/org/openkilda/messaging/command/switches/GetExpectedDefaultRulesRequest.java b/src-java/floodlight-service/floodlight-api/src/main/java/org/openkilda/messaging/command/switches/GetExpectedDefaultRulesRequest.java
index cb00cd99b..2cb382c6d 100644
---... | ['src-java/floodlight-service/floodlight-api/src/main/java/org/openkilda/messaging/command/switches/SwitchRulesInstallRequest.java', 'src-java/floodlight-service/floodlight-api/src/main/java/org/openkilda/messaging/command/switches/GetExpectedDefaultRulesRequest.java', 'src-java/nbworker-topology/nbworker-storm-topolog... | {'.java': 12} | 12 | 12 | 0 | 0 | 12 | 8,208,315 | 1,712,711 | 215,048 | 2,324 | 12,276 | 2,504 | 192 | 12 | 625 | 62 | 161 | 24 | 0 | 1 | 1970-01-01T00:26:45 | 71 | Java | {'Java': 16533357, 'Groovy': 2440542, 'TypeScript': 876184, 'Python': 375764, 'JavaScript': 369015, 'HTML': 366643, 'CSS': 234005, 'C++': 89798, 'Shell': 61998, 'Dockerfile': 30647, 'Makefile': 20530, 'Gherkin': 5609, 'CMake': 4314, 'Jinja': 1187} | Apache License 2.0 |
10,029 | serg-delft/andy/86/83 | serg-delft | andy | https://github.com/SERG-Delft/andy/issues/83 | https://github.com/SERG-Delft/andy/pull/86 | https://github.com/SERG-Delft/andy/pull/86 | 1 | fixes | Overload Andy constructor | Overload the Andy constructor in order to preserve backward compatibility after the changes introduced in #70 as those changes break the Maven plugin | 28faca02fe2c80e58ca06a01390cf6007fb96f32 | 86803722431cb76859ee539f530eeeb82c7047ee | https://github.com/serg-delft/andy/compare/28faca02fe2c80e58ca06a01390cf6007fb96f32...86803722431cb76859ee539f530eeeb82c7047ee | diff --git a/src/main/java/nl/tudelft/cse1110/andy/Andy.java b/src/main/java/nl/tudelft/cse1110/andy/Andy.java
index 1aaef12..342db50 100644
--- a/src/main/java/nl/tudelft/cse1110/andy/Andy.java
+++ b/src/main/java/nl/tudelft/cse1110/andy/Andy.java
@@ -33,10 +33,18 @@ public class Andy {
this.metaData = metaDa... | ['src/main/java/nl/tudelft/cse1110/andy/Andy.java', 'src/main/java/nl/tudelft/cse1110/andy/writer/weblab/SubmissionMetaData.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 194,498 | 39,940 | 5,901 | 88 | 504 | 107 | 12 | 2 | 149 | 23 | 25 | 1 | 0 | 0 | 1970-01-01T00:27:20 | 71 | Java | {'Java': 1238634, 'JavaScript': 110694, 'HTML': 97754, 'CSS': 91695, 'TypeScript': 22968, 'Makefile': 12592, 'Dockerfile': 1722, 'NASL': 1620, 'Shell': 63} | MIT License |
2,077 | telstra/open-kilda/3664/3603 | telstra | open-kilda | https://github.com/telstra/open-kilda/issues/3603 | https://github.com/telstra/open-kilda/pull/3664 | https://github.com/telstra/open-kilda/pull/3664 | 1 | close | Unhandled exception in org.openkilda.wfm.topology.nbworker.bolts.FlowOperationsBolt | Sometimes we receive the below exception.
[error11153.txt](https://github.com/telstra/open-kilda/files/4884154/error11153.txt)
search reference:
```
Duplicate key Flow(entityId=22849, flowId=03Jul135507_722_capsicum2093, srcSwitch=Switch(entityId=83, switchId=00:00:00:00:00:00:00:01, status=INACTIVE, socketAddress=... | f7f09f0666353009488a47612361ab2f3cbdded1 | 4494aca7b97b961c7e6a8ed81850e56bb68a509d | https://github.com/telstra/open-kilda/compare/f7f09f0666353009488a47612361ab2f3cbdded1...4494aca7b97b961c7e6a8ed81850e56bb68a509d | diff --git a/src-java/nbworker-topology/nbworker-storm-topology/src/main/java/org/openkilda/wfm/topology/nbworker/services/FlowOperationsService.java b/src-java/nbworker-topology/nbworker-storm-topology/src/main/java/org/openkilda/wfm/topology/nbworker/services/FlowOperationsService.java
index a34dd59e6..3621c6c3d 1006... | ['src-java/nbworker-topology/nbworker-storm-topology/src/main/java/org/openkilda/wfm/topology/nbworker/services/FlowOperationsService.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 7,451,736 | 1,559,841 | 195,491 | 2,170 | 2,130 | 419 | 32 | 1 | 1,004 | 53 | 299 | 6 | 1 | 1 | 1970-01-01T00:26:35 | 71 | Java | {'Java': 16533357, 'Groovy': 2440542, 'TypeScript': 876184, 'Python': 375764, 'JavaScript': 369015, 'HTML': 366643, 'CSS': 234005, 'C++': 89798, 'Shell': 61998, 'Dockerfile': 30647, 'Makefile': 20530, 'Gherkin': 5609, 'CMake': 4314, 'Jinja': 1187} | Apache License 2.0 |
2,081 | telstra/open-kilda/3376/3369 | telstra | open-kilda | https://github.com/telstra/open-kilda/issues/3369 | https://github.com/telstra/open-kilda/pull/3376 | https://github.com/telstra/open-kilda/pull/3376 | 1 | close | Periodic fl router sync in rare cases may disrupt ISL discovery process on port | **Scenario:**
given: port is in DOWN state
1. Floodlight router periodic sync happens
2. simultaneously with sync a port UP event happens
At this point race appears. Because sync uses correlationId as key when writing to kafka and portUp event uses switchId, the order of events may disrupt, so that portUp event get... | 67e32cb4a6e8a648789c02434db9331bab413378 | bbd6e82d1bad685effd010edc8cd7c68650789da | https://github.com/telstra/open-kilda/compare/67e32cb4a6e8a648789c02434db9331bab413378...bbd6e82d1bad685effd010edc8cd7c68650789da | diff --git a/src-java/base-topology/base-messaging/src/main/java/org/openkilda/messaging/info/ChunkedInfoMessage.java b/src-java/base-topology/base-messaging/src/main/java/org/openkilda/messaging/info/ChunkedInfoMessage.java
index d3f8db22b..f3b9567a7 100644
--- a/src-java/base-topology/base-messaging/src/main/java/org... | ['src-java/floodlight-service/floodlight-modules/src/main/java/org/openkilda/floodlight/switchmanager/SwitchTrackingService.java', 'src-java/floodlight-service/floodlight-modules/src/main/java/org/openkilda/floodlight/kafka/RecordHandler.java', 'src-java/base-topology/base-messaging/src/main/java/org/openkilda/messagin... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 6,975,382 | 1,456,195 | 183,400 | 2,030 | 4,219 | 815 | 73 | 3 | 618 | 101 | 129 | 6 | 0 | 0 | 1970-01-01T00:26:26 | 71 | Java | {'Java': 16533357, 'Groovy': 2440542, 'TypeScript': 876184, 'Python': 375764, 'JavaScript': 369015, 'HTML': 366643, 'CSS': 234005, 'C++': 89798, 'Shell': 61998, 'Dockerfile': 30647, 'Makefile': 20530, 'Gherkin': 5609, 'CMake': 4314, 'Jinja': 1187} | Apache License 2.0 |
2,070 | telstra/open-kilda/3852/3821 | telstra | open-kilda | https://github.com/telstra/open-kilda/issues/3821 | https://github.com/telstra/open-kilda/pull/3852 | https://github.com/telstra/open-kilda/pull/3852 | 1 | close | System is unable to create a protected flow with max_latency strategy | 1. Given a topology, that has at least 2 non-overlapping paths
2. Try creating a protected flow with max_latency strategy and non-zero max_latency
```
{
"flow_id" : "protected_flow_max_lat",
"source" : {
"switch_id" : "00:00:00:00:00:00:00:01",
"port_number" : 13,
"vlan_id" : 2043
},
"dest... | 511f17febcd951b12758c9e5d88432a705d50c53 | ce5d744a3bd50085d4d81817857415af17c70212 | https://github.com/telstra/open-kilda/compare/511f17febcd951b12758c9e5d88432a705d50c53...ce5d744a3bd50085d4d81817857415af17c70212 | diff --git a/src-java/kilda-pce/src/main/java/org/openkilda/pce/AvailableNetworkFactory.java b/src-java/kilda-pce/src/main/java/org/openkilda/pce/AvailableNetworkFactory.java
index 29a4b0225..def399f25 100644
--- a/src-java/kilda-pce/src/main/java/org/openkilda/pce/AvailableNetworkFactory.java
+++ b/src-java/kilda-pce/... | ['src-java/kilda-pce/src/main/java/org/openkilda/pce/impl/AvailableNetwork.java', 'src-java/kilda-pce/src/test/java/org/openkilda/pce/impl/AvailableNetworkTest.java', 'src-java/kilda-pce/src/main/java/org/openkilda/pce/AvailableNetworkFactory.java', 'src-java/kilda-pce/src/test/java/org/openkilda/pce/AvailableNetworkFa... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 8,208,315 | 1,712,711 | 215,048 | 2,324 | 1,108 | 231 | 19 | 2 | 878 | 115 | 260 | 26 | 0 | 1 | 1970-01-01T00:26:45 | 71 | Java | {'Java': 16533357, 'Groovy': 2440542, 'TypeScript': 876184, 'Python': 375764, 'JavaScript': 369015, 'HTML': 366643, 'CSS': 234005, 'C++': 89798, 'Shell': 61998, 'Dockerfile': 30647, 'Makefile': 20530, 'Gherkin': 5609, 'CMake': 4314, 'Jinja': 1187} | Apache License 2.0 |
2,071 | telstra/open-kilda/3834/3754 | telstra | open-kilda | https://github.com/telstra/open-kilda/issues/3754 | https://github.com/telstra/open-kilda/pull/3834 | https://github.com/telstra/open-kilda/pull/3834 | 1 | close | GRPC: any error leads to InternalServerError instead of showing actual error | **Step to reproduce:**
send a request with an invalid body to a grpc endpoint
for examle:
```
curl --location --request PUT '<address_grpc_speaker>/api/v1/noviflow/<ip_address_of_switch>/remotelogserver' \\
--header 'Accept: application/json;charset=UTF-8' \\
--header 'Content-Type: application/json' \\
--header... | 2da2d480b4a66301ca2e834944eb03fed36b2adf | 3b7cddd66c7a7d1e3cb42fd928c19b45efbdf9a4 | https://github.com/telstra/open-kilda/compare/2da2d480b4a66301ca2e834944eb03fed36b2adf...3b7cddd66c7a7d1e3cb42fd928c19b45efbdf9a4 | diff --git a/src-java/grpc-speaker/grpc-service/src/main/java/org/openkilda/grpc/speaker/client/GrpcResponseObserver.java b/src-java/grpc-speaker/grpc-service/src/main/java/org/openkilda/grpc/speaker/client/GrpcResponseObserver.java
index 142980f87..baa3c9caa 100644
--- a/src-java/grpc-speaker/grpc-service/src/main/jav... | ['src-java/grpc-speaker/grpc-service/src/main/java/org/openkilda/grpc/speaker/client/GrpcResponseObserver.java', 'src-java/grpc-speaker/grpc-service/src/main/java/org/openkilda/grpc/speaker/utils/GrpcExceptionHandler.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 8,084,339 | 1,687,650 | 212,206 | 2,295 | 2,233 | 411 | 40 | 2 | 963 | 84 | 249 | 31 | 0 | 2 | 1970-01-01T00:26:44 | 71 | Java | {'Java': 16533357, 'Groovy': 2440542, 'TypeScript': 876184, 'Python': 375764, 'JavaScript': 369015, 'HTML': 366643, 'CSS': 234005, 'C++': 89798, 'Shell': 61998, 'Dockerfile': 30647, 'Makefile': 20530, 'Gherkin': 5609, 'CMake': 4314, 'Jinja': 1187} | Apache License 2.0 |
2,072 | telstra/open-kilda/3812/3797 | telstra | open-kilda | https://github.com/telstra/open-kilda/issues/3797 | https://github.com/telstra/open-kilda/pull/3812 | https://github.com/telstra/open-kilda/pull/3812 | 1 | closes | Server42: stats app leaks memory if no server42 flows were created | After ~1h, if no server42 flows are created, the `server42-stats` container runs out of memory.
Steps:
1. Start kilda and just leave it for hour+. Do not create any flows
2. call `docker logs server42-stats`
[server42_stats_oom.zip](https://github.com/telstra/open-kilda/files/5416162/server42_stats_oom.zip)
**Expe... | a31b5d5a851c6e69c0dccf11ab5325f2743841f3 | f772902e4eb13632bd3ca8fdfa50539e22281725 | https://github.com/telstra/open-kilda/compare/a31b5d5a851c6e69c0dccf11ab5325f2743841f3...f772902e4eb13632bd3ca8fdfa50539e22281725 | diff --git a/src-java/server42/server42-control-server-stub/src/main/java/org/openkilda/server42/control/serverstub/StatsServer.java b/src-java/server42/server42-control-server-stub/src/main/java/org/openkilda/server42/control/serverstub/StatsServer.java
index 7a5200d52..873ee1998 100644
--- a/src-java/server42/server4... | ['src-java/server42/server42-control-server-stub/src/main/java/org/openkilda/server42/control/serverstub/StatsServer.java', 'src-java/server42/server42-stats/src/main/java/org/openkilda/server42/stats/zeromq/StatsCollector.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 7,961,455 | 1,663,076 | 209,057 | 2,255 | 589 | 98 | 15 | 2 | 410 | 47 | 107 | 7 | 1 | 0 | 1970-01-01T00:26:43 | 71 | Java | {'Java': 16533357, 'Groovy': 2440542, 'TypeScript': 876184, 'Python': 375764, 'JavaScript': 369015, 'HTML': 366643, 'CSS': 234005, 'C++': 89798, 'Shell': 61998, 'Dockerfile': 30647, 'Makefile': 20530, 'Gherkin': 5609, 'CMake': 4314, 'Jinja': 1187} | Apache License 2.0 |
2,073 | telstra/open-kilda/3743/3744 | telstra | open-kilda | https://github.com/telstra/open-kilda/issues/3744 | https://github.com/telstra/open-kilda/pull/3743 | https://github.com/telstra/open-kilda/pull/3743 | 1 | close | BFD session status is not updated on db | `bfd_session_status` field hasn't been updated in db for isl on any commands. | 4734f2f67cc5d5047a3d94dcf3b5a9e45f1db765 | d780c52ba403e80463aaa286874693f163279e14 | https://github.com/telstra/open-kilda/compare/4734f2f67cc5d5047a3d94dcf3b5a9e45f1db765...d780c52ba403e80463aaa286874693f163279e14 | diff --git a/src-java/network-topology/network-storm-topology/src/main/java/org/openkilda/wfm/topology/network/controller/isl/DiscoveryBfdMonitor.java b/src-java/network-topology/network-storm-topology/src/main/java/org/openkilda/wfm/topology/network/controller/isl/DiscoveryBfdMonitor.java
index d0d9cee25..d6093c143 10... | ['src-java/network-topology/network-storm-topology/src/test/java/org/openkilda/wfm/topology/network/service/NetworkIslServiceTest.java', 'src-java/network-topology/network-storm-topology/src/main/java/org/openkilda/wfm/topology/network/controller/isl/DiscoveryBfdMonitor.java', 'src-java/network-topology/network-storm-t... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 7,789,529 | 1,628,073 | 204,565 | 2,234 | 817 | 171 | 21 | 3 | 77 | 12 | 18 | 1 | 0 | 0 | 1970-01-01T00:26:41 | 71 | Java | {'Java': 16533357, 'Groovy': 2440542, 'TypeScript': 876184, 'Python': 375764, 'JavaScript': 369015, 'HTML': 366643, 'CSS': 234005, 'C++': 89798, 'Shell': 61998, 'Dockerfile': 30647, 'Makefile': 20530, 'Gherkin': 5609, 'CMake': 4314, 'Jinja': 1187} | Apache License 2.0 |
2,074 | telstra/open-kilda/3711/3673 | telstra | open-kilda | https://github.com/telstra/open-kilda/issues/3673 | https://github.com/telstra/open-kilda/pull/3711 | https://github.com/telstra/open-kilda/pull/3711 | 1 | close | Flow endpoint with server42-enabled switch has rule discrepancies | Create a flow with at least one endpoint being a server42-enabled switch.
Validate the switch
**Expected:** no rule discrepancies, all rules appear in 'proper' section
**Actual:** `EXCLUSION_FLOW` type rule appears in 'missing' section, `SERVER_42_INGRESS` type rule appears in 'excess' section
- rules are not get... | 91cb45cdded45ac97c503f619581bd4c52711617 | 1ec84f602ce1d3c0cbd37381af3cb486f8a3cab1 | https://github.com/telstra/open-kilda/compare/91cb45cdded45ac97c503f619581bd4c52711617...1ec84f602ce1d3c0cbd37381af3cb486f8a3cab1 | diff --git a/src-java/kilda-model/src/main/java/org/openkilda/model/cookie/Cookie.java b/src-java/kilda-model/src/main/java/org/openkilda/model/cookie/Cookie.java
index ddcd2ba7b..3a434feba 100644
--- a/src-java/kilda-model/src/main/java/org/openkilda/model/cookie/Cookie.java
+++ b/src-java/kilda-model/src/main/java/or... | ['src-java/kilda-persistence-neo4j/src/main/java/org/openkilda/persistence/SimpleConversionCallback.java', 'src-java/kilda-persistence-neo4j/src/test/java/org/openkilda/persistence/SimpleConversionCallbackTest.java', 'src-java/kilda-model/src/main/java/org/openkilda/model/cookie/Cookie.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 7,508,886 | 1,571,537 | 196,809 | 2,182 | 2,040 | 331 | 32 | 2 | 415 | 59 | 90 | 7 | 0 | 0 | 1970-01-01T00:26:39 | 71 | Java | {'Java': 16533357, 'Groovy': 2440542, 'TypeScript': 876184, 'Python': 375764, 'JavaScript': 369015, 'HTML': 366643, 'CSS': 234005, 'C++': 89798, 'Shell': 61998, 'Dockerfile': 30647, 'Makefile': 20530, 'Gherkin': 5609, 'CMake': 4314, 'Jinja': 1187} | Apache License 2.0 |
2,079 | telstra/open-kilda/3578/3255 | telstra | open-kilda | https://github.com/telstra/open-kilda/issues/3255 | https://github.com/telstra/open-kilda/pull/3578 | https://github.com/telstra/open-kilda/pull/3578 | 1 | closes | Flow path cannot be removed when it goes through a non-existing ISL | **Steps:**
given: A busy environment with reroutes happening. An ISL with flows going though it
1. Call port down on one end of ISL
2. As soon as isl is marked as FAILED delete the ISL using NB API
3. Check existing flow paths. Repeat above steps until you get a flow path that still use the removed ISL
**Problem:*... | c941444489a6381a1ab00d6bbb216871c4ecebfe | 9f723a2d6550567660a0effd9a456c4bf2bb601a | https://github.com/telstra/open-kilda/compare/c941444489a6381a1ab00d6bbb216871c4ecebfe...9f723a2d6550567660a0effd9a456c4bf2bb601a | diff --git a/src-java/flowhs-topology/flowhs-storm-topology/src/main/java/org/openkilda/wfm/topology/flowhs/fsm/common/actions/BaseFlowPathRemovalAction.java b/src-java/flowhs-topology/flowhs-storm-topology/src/main/java/org/openkilda/wfm/topology/flowhs/fsm/common/actions/BaseFlowPathRemovalAction.java
index db6f7ba2f... | ['src-java/flowhs-topology/flowhs-storm-topology/src/main/java/org/openkilda/wfm/topology/flowhs/fsm/common/actions/BaseFlowPathRemovalAction.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 7,307,799 | 1,530,552 | 191,746 | 2,119 | 527 | 119 | 8 | 1 | 827 | 105 | 271 | 12 | 0 | 2 | 1970-01-01T00:26:33 | 71 | Java | {'Java': 16533357, 'Groovy': 2440542, 'TypeScript': 876184, 'Python': 375764, 'JavaScript': 369015, 'HTML': 366643, 'CSS': 234005, 'C++': 89798, 'Shell': 61998, 'Dockerfile': 30647, 'Makefile': 20530, 'Gherkin': 5609, 'CMake': 4314, 'Jinja': 1187} | Apache License 2.0 |
2,080 | telstra/open-kilda/3448/3446 | telstra | open-kilda | https://github.com/telstra/open-kilda/issues/3446 | https://github.com/telstra/open-kilda/pull/3448 | https://github.com/telstra/open-kilda/pull/3448 | 1 | close | flowDeleteV2 is leaving excess meter on Centec switch | **Steps to reproduce:**
1. create a flow on a Centec switch;
2. delete the flow;
**Actual result:**
excess meter on a Centec switch after deleting the flow
**Expected result:**
system shouldn't leave excess meter | 17f2f05087d4abeaecfed9ba417602399343eddd | d375ebb43d325c6f3d6c365efd4ac83e29082afa | https://github.com/telstra/open-kilda/compare/17f2f05087d4abeaecfed9ba417602399343eddd...d375ebb43d325c6f3d6c365efd4ac83e29082afa | diff --git a/src-java/floodlight-service/floodlight-modules/src/main/java/org/openkilda/floodlight/command/flow/ingress/IngressFlowSegmentInstallCommand.java b/src-java/floodlight-service/floodlight-modules/src/main/java/org/openkilda/floodlight/command/flow/ingress/IngressFlowSegmentInstallCommand.java
index 01c2f9873... | ['src-java/floodlight-service/floodlight-modules/src/main/java/org/openkilda/floodlight/command/flow/ingress/OneSwitchFlowInstallCommand.java', 'src-java/floodlight-service/floodlight-modules/src/main/java/org/openkilda/floodlight/command/flow/ingress/of/IngressRemoveFlowModFactory.java', 'src-java/floodlight-service/f... | {'.java': 8} | 8 | 8 | 0 | 0 | 8 | 7,161,859 | 1,495,433 | 187,811 | 2,078 | 3,921 | 707 | 82 | 7 | 224 | 34 | 52 | 10 | 0 | 0 | 1970-01-01T00:26:28 | 71 | Java | {'Java': 16533357, 'Groovy': 2440542, 'TypeScript': 876184, 'Python': 375764, 'JavaScript': 369015, 'HTML': 366643, 'CSS': 234005, 'C++': 89798, 'Shell': 61998, 'Dockerfile': 30647, 'Makefile': 20530, 'Gherkin': 5609, 'CMake': 4314, 'Jinja': 1187} | Apache License 2.0 |
10,026 | serg-delft/andy/107/106 | serg-delft | andy | https://github.com/SERG-Delft/andy/issues/106 | https://github.com/SERG-Delft/andy/pull/107 | https://github.com/SERG-Delft/andy/pull/107 | 1 | closes | assertThatExceptionOfType is not counted as an assertion by code check | `assertThatExceptionOfType` is not considered an assertion by the TestMethodsHaveAssertions code check: https://github.com/cse1110/andy/blob/main/src/main/java/nl/tudelft/cse1110/andy/codechecker/checks/TestMethodsHaveAssertions.java
This assertion method as well as all other AssertJ methods that have been missed sh... | fb70989e22d025c48335b1ed9683f5cc1397a247 | b2d05bbbcb506cc0bafc56f5766a6d8cc1572b16 | https://github.com/serg-delft/andy/compare/fb70989e22d025c48335b1ed9683f5cc1397a247...b2d05bbbcb506cc0bafc56f5766a6d8cc1572b16 | diff --git a/src/main/java/nl/tudelft/cse1110/andy/codechecker/checks/TestMethodsHaveAssertions.java b/src/main/java/nl/tudelft/cse1110/andy/codechecker/checks/TestMethodsHaveAssertions.java
index 523423e..76fa129 100644
--- a/src/main/java/nl/tudelft/cse1110/andy/codechecker/checks/TestMethodsHaveAssertions.java
+++ b... | ['src/main/java/nl/tudelft/cse1110/andy/codechecker/checks/TestMethodsHaveAssertions.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 195,396 | 40,112 | 5,901 | 89 | 296 | 51 | 7 | 1 | 353 | 33 | 80 | 3 | 1 | 0 | 1970-01-01T00:27:32 | 71 | Java | {'Java': 1238634, 'JavaScript': 110694, 'HTML': 97754, 'CSS': 91695, 'TypeScript': 22968, 'Makefile': 12592, 'Dockerfile': 1722, 'NASL': 1620, 'Shell': 63} | MIT License |
2,082 | telstra/open-kilda/3284/3277 | telstra | open-kilda | https://github.com/telstra/open-kilda/issues/3277 | https://github.com/telstra/open-kilda/pull/3284 | https://github.com/telstra/open-kilda/pull/3284 | 1 | closes | multiTable: intentional rerouteFlow via APIv2 is leavling excess rule | **Steps to reproduce:**
* enable singleTable mode on all switches;
* create a flow via APIv2;
* enable multiTable mode on all switches;
* make other path more preferable;
* init flow reroute via APIv2 (`"/api/v2/flows/{flow_id}/reroute"`);
**Actual result:**
Flow is rerouted, but excess rule appeared on involv... | 06c990975456ed0382915e5f97cea4cf4bee3381 | fbfbd5432017cd6b33321bb78a57a2dc05f57ce1 | https://github.com/telstra/open-kilda/compare/06c990975456ed0382915e5f97cea4cf4bee3381...fbfbd5432017cd6b33321bb78a57a2dc05f57ce1 | diff --git a/src-java/flowhs-topology/flowhs-storm-topology/src/main/java/org/openkilda/wfm/topology/flowhs/fsm/reroute/FlowRerouteFsm.java b/src-java/flowhs-topology/flowhs-storm-topology/src/main/java/org/openkilda/wfm/topology/flowhs/fsm/reroute/FlowRerouteFsm.java
index 2b1efece2..928b34ad7 100644
--- a/src-java/fl... | ['src-java/flowhs-topology/flowhs-storm-topology/src/main/java/org/openkilda/wfm/topology/flowhs/fsm/reroute/actions/ValidateFlowAction.java', 'src-java/flowhs-topology/flowhs-storm-topology/src/main/java/org/openkilda/wfm/topology/flowhs/fsm/reroute/FlowRerouteFsm.java', 'src-java/flowhs-topology/flowhs-storm-topology... | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 6,894,219 | 1,439,158 | 181,325 | 2,010 | 837 | 172 | 15 | 3 | 399 | 57 | 96 | 13 | 0 | 0 | 1970-01-01T00:26:24 | 71 | Java | {'Java': 16533357, 'Groovy': 2440542, 'TypeScript': 876184, 'Python': 375764, 'JavaScript': 369015, 'HTML': 366643, 'CSS': 234005, 'C++': 89798, 'Shell': 61998, 'Dockerfile': 30647, 'Makefile': 20530, 'Gherkin': 5609, 'CMake': 4314, 'Jinja': 1187} | Apache License 2.0 |
10,014 | wiiiiam278/huskhomes/392/391 | wiiiiam278 | huskhomes | https://github.com/WiIIiam278/HuskHomes/issues/391 | https://github.com/WiIIiam278/HuskHomes/pull/392 | https://github.com/WiIIiam278/HuskHomes/pull/392 | 1 | fixes | Local online user resolution on teleport from username targets by closest match prevents a global exact match | Attempting username resolution against a user that has the partial username of another (i.e requesting a teleport to `APP`, while another user of the name `APPLE` is present on the network) will cause unintended outcomes. Referencing the example, this can result in the use `APPLE` being teleported to INSTEAD of the us... | b1bd44ac642352ac3c982767a18d0c74a4219146 | a11cf17bb1b163b502b2e03d308bb566995d5fc1 | https://github.com/wiiiiam278/huskhomes/compare/b1bd44ac642352ac3c982767a18d0c74a4219146...a11cf17bb1b163b502b2e03d308bb566995d5fc1 | diff --git a/bukkit/src/test/java/net/william278/huskhomes/BukkitPluginTests.java b/bukkit/src/test/java/net/william278/huskhomes/BukkitPluginTests.java
index b849e815..d255ecd3 100644
--- a/bukkit/src/test/java/net/william278/huskhomes/BukkitPluginTests.java
+++ b/bukkit/src/test/java/net/william278/huskhomes/BukkitPl... | ['common/src/main/java/net/william278/huskhomes/teleport/TeleportRequest.java', 'common/src/main/java/net/william278/huskhomes/teleport/Username.java', 'common/src/main/java/net/william278/huskhomes/manager/RequestsManager.java', 'common/src/main/java/net/william278/huskhomes/command/RtpCommand.java', 'common/src/main/... | {'.java': 11} | 11 | 11 | 0 | 0 | 11 | 854,930 | 178,974 | 23,410 | 191 | 4,920 | 1,083 | 106 | 10 | 329 | 53 | 71 | 1 | 0 | 0 | 1970-01-01T00:28:03 | 68 | Java | {'Java': 1018468, 'Shell': 392} | Apache License 2.0 |
1,056 | korpling/annis/337/336 | korpling | annis | https://github.com/korpling/ANNIS/issues/336 | https://github.com/korpling/ANNIS/pull/337 | https://github.com/korpling/ANNIS/pull/337#issuecomment-46556611 | 1 | closes | Existence of directory is not checked when saving corpus properties | By default ANNIS (service) saves corpus properties in the directory `.annis/data` under the user's home directory. It does not ensure that the directory exists, nor do the installation instructions for public servers give any suggestion to create it. So the first time a user attempts to import a corpus, a `FileNotFound... | fa8c590fa111f81868e19edc5d824b6ded036afa | 757e6f1ce8960926ddee2aec19c1d524766b0ab9 | https://github.com/korpling/annis/compare/fa8c590fa111f81868e19edc5d824b6ded036afa...757e6f1ce8960926ddee2aec19c1d524766b0ab9 | diff --git a/annis-service/src/main/java/annis/dao/SpringAnnisDao.java b/annis-service/src/main/java/annis/dao/SpringAnnisDao.java
index 7841746c1..99005e534 100644
--- a/annis-service/src/main/java/annis/dao/SpringAnnisDao.java
+++ b/annis-service/src/main/java/annis/dao/SpringAnnisDao.java
@@ -336,6 +336,17 @@ public... | ['annis-service/src/main/java/annis/dao/SpringAnnisDao.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 2,174,345 | 494,626 | 76,939 | 416 | 238 | 55 | 11 | 1 | 406 | 64 | 80 | 2 | 0 | 0 | 1970-01-01T00:23:23 | 66 | Java | {'Java': 1687873, 'CSS': 1227164, 'JavaScript': 799395, 'HTML': 359647, 'Python': 342188, 'SCSS': 13834, 'Shell': 4730, 'ANTLR': 1996, 'Makefile': 1509} | Apache License 2.0 |
265 | metafacture/metafacture-core/441/440 | metafacture | metafacture-core | https://github.com/metafacture/metafacture-core/issues/440 | https://github.com/metafacture/metafacture-core/pull/441 | https://github.com/metafacture/metafacture-core/pull/441 | 1 | resolves | Do not trim control field values in MARCXML handler. | Originally introduced in 5bdcd5d, this breaks positional access (`<substring>`) to control field data elements.
> For fixed-length fields with various kinds of coded information, specific data elements are positionally defined.
_— [MARC 21 Bibliographic - Control Fields](https://www.loc.gov/marc/bibliographic/bd0... | 89793c7c68999118dc625a18082e8c1f1ed5c1ca | df6a86256da3fc47b4ac1e4c8fbe9a5b953dbbc8 | https://github.com/metafacture/metafacture-core/compare/89793c7c68999118dc625a18082e8c1f1ed5c1ca...df6a86256da3fc47b4ac1e4c8fbe9a5b953dbbc8 | diff --git a/metafacture-biblio/src/main/java/org/metafacture/biblio/marc21/MarcXmlHandler.java b/metafacture-biblio/src/main/java/org/metafacture/biblio/marc21/MarcXmlHandler.java
index a79ecce6..76340b66 100644
--- a/metafacture-biblio/src/main/java/org/metafacture/biblio/marc21/MarcXmlHandler.java
+++ b/metafacture-... | ['metafacture-biblio/src/main/java/org/metafacture/biblio/marc21/MarcXmlHandler.java', 'metafacture-biblio/src/test/java/org/metafacture/biblio/marc21/MarcXmlHandlerTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 1,164,082 | 246,757 | 38,384 | 340 | 142 | 24 | 2 | 1 | 349 | 40 | 80 | 7 | 1 | 0 | 1970-01-01T00:27:24 | 65 | Java | {'Java': 2061460, 'GAP': 9719, 'Shell': 5031, 'Batchfile': 2118, 'JavaScript': 97} | Apache License 2.0 |
9,313 | cse1110/andy/101/99 | cse1110 | andy | https://github.com/SERG-Delft/andy/issues/99 | https://github.com/SERG-Delft/andy/pull/101 | https://github.com/SERG-Delft/andy/pull/101 | 1 | closes | Score of 100/100 is possible even if not everything is completed | Grades >= 99.5 get rounded up to 100.
This is an edge case: any grade between 99 and 100 should be rounded down to 99, otherwise students may get confused and think that they have completed an exercise even if they haven't actually passed everything.
For example:
```
Status: Done
Andy v0.27.1-85578d2 (2022-04... | b1d07f8e5a7703f30f1719afbe5b9166c68e0f23 | 1a2e3182b0b8552063485a3a0ccf1ea1d0b931b9 | https://github.com/cse1110/andy/compare/b1d07f8e5a7703f30f1719afbe5b9166c68e0f23...1a2e3182b0b8552063485a3a0ccf1ea1d0b931b9 | diff --git a/src/main/java/nl/tudelft/cse1110/andy/grade/GradeCalculator.java b/src/main/java/nl/tudelft/cse1110/andy/grade/GradeCalculator.java
index d6ccdc3..6e71536 100644
--- a/src/main/java/nl/tudelft/cse1110/andy/grade/GradeCalculator.java
+++ b/src/main/java/nl/tudelft/cse1110/andy/grade/GradeCalculator.java
@@ ... | ['src/main/java/nl/tudelft/cse1110/andy/grade/GradeCalculator.java', 'src/test/java/unit/grade/GradeCalculatorTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 194,190 | 39,847 | 5,881 | 89 | 999 | 226 | 17 | 1 | 860 | 129 | 248 | 25 | 0 | 1 | 1970-01-01T00:27:31 | 65 | Java | {'Java': 1190111, 'JavaScript': 110694, 'HTML': 97754, 'CSS': 91695, 'TypeScript': 22968, 'Python': 2949} | MIT License |
9,315 | cse1110/andy/86/83 | cse1110 | andy | https://github.com/SERG-Delft/andy/issues/83 | https://github.com/SERG-Delft/andy/pull/86 | https://github.com/SERG-Delft/andy/pull/86 | 1 | fixes | Overload Andy constructor | Overload the Andy constructor in order to preserve backward compatibility after the changes introduced in #70 as those changes break the Maven plugin | 28faca02fe2c80e58ca06a01390cf6007fb96f32 | 86803722431cb76859ee539f530eeeb82c7047ee | https://github.com/cse1110/andy/compare/28faca02fe2c80e58ca06a01390cf6007fb96f32...86803722431cb76859ee539f530eeeb82c7047ee | diff --git a/src/main/java/nl/tudelft/cse1110/andy/Andy.java b/src/main/java/nl/tudelft/cse1110/andy/Andy.java
index 1aaef12..342db50 100644
--- a/src/main/java/nl/tudelft/cse1110/andy/Andy.java
+++ b/src/main/java/nl/tudelft/cse1110/andy/Andy.java
@@ -33,10 +33,18 @@ public class Andy {
this.metaData = metaDa... | ['src/main/java/nl/tudelft/cse1110/andy/Andy.java', 'src/main/java/nl/tudelft/cse1110/andy/writer/weblab/SubmissionMetaData.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 194,498 | 39,940 | 5,901 | 88 | 504 | 107 | 12 | 2 | 149 | 23 | 25 | 1 | 0 | 0 | 1970-01-01T00:27:20 | 65 | Java | {'Java': 1190111, 'JavaScript': 110694, 'HTML': 97754, 'CSS': 91695, 'TypeScript': 22968, 'Python': 2949} | MIT License |
9,310 | cse1110/andy/112/111 | cse1110 | andy | https://github.com/SERG-Delft/andy/issues/111 | https://github.com/SERG-Delft/andy/pull/112 | https://github.com/SERG-Delft/andy/pull/112 | 1 | closes | Assessing time message phrasing is incorrect | https://github.com/cse1110/andy/blob/4e53516cc38247149e281646700dd116d8167323/src/main/java/nl/tudelft/cse1110/andy/writer/standard/StandardResultWriter.java#L194
The word `question` should be replaced with `solution`. | e3095a639b2fff45a2df509a5fa1293fd005ed39 | 5b839c6ad771c0355b651748778840fd9edb9262 | https://github.com/cse1110/andy/compare/e3095a639b2fff45a2df509a5fa1293fd005ed39...5b839c6ad771c0355b651748778840fd9edb9262 | diff --git a/src/main/java/nl/tudelft/cse1110/andy/writer/standard/StandardResultWriter.java b/src/main/java/nl/tudelft/cse1110/andy/writer/standard/StandardResultWriter.java
index cad447d..52c9b6d 100644
--- a/src/main/java/nl/tudelft/cse1110/andy/writer/standard/StandardResultWriter.java
+++ b/src/main/java/nl/tudelf... | ['src/main/java/nl/tudelft/cse1110/andy/writer/standard/StandardResultWriter.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 195,939 | 40,216 | 5,916 | 89 | 197 | 40 | 2 | 1 | 221 | 9 | 70 | 3 | 1 | 0 | 1970-01-01T00:27:32 | 65 | Java | {'Java': 1190111, 'JavaScript': 110694, 'HTML': 97754, 'CSS': 91695, 'TypeScript': 22968, 'Python': 2949} | MIT License |
9,311 | cse1110/andy/110/109 | cse1110 | andy | https://github.com/SERG-Delft/andy/issues/109 | https://github.com/SERG-Delft/andy/pull/110 | https://github.com/SERG-Delft/andy/pull/110 | 1 | closes | `assertNull` is not considered an assertion by code check | `assertNull` is not considered an assertion by the TestMethodsHaveAssertions code check: https://github.com/cse1110/andy/blob/main/src/main/java/nl/tudelft/cse1110/andy/codechecker/checks/TestMethodsHaveAssertions.java
This assertion method as well as other JUnit methods that have been missed should be added to this... | 8932a6199da9c6e5760e646fe4ebbdd4b96baa55 | 594ae60cd6d906ca3f8c8373cf29c7630cb192ed | https://github.com/cse1110/andy/compare/8932a6199da9c6e5760e646fe4ebbdd4b96baa55...594ae60cd6d906ca3f8c8373cf29c7630cb192ed | diff --git a/src/main/java/nl/tudelft/cse1110/andy/codechecker/checks/TestMethodsHaveAssertions.java b/src/main/java/nl/tudelft/cse1110/andy/codechecker/checks/TestMethodsHaveAssertions.java
index 76fa129..06db6b4 100644
--- a/src/main/java/nl/tudelft/cse1110/andy/codechecker/checks/TestMethodsHaveAssertions.java
+++ b... | ['src/main/java/nl/tudelft/cse1110/andy/codechecker/checks/TestMethodsHaveAssertions.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 195,686 | 40,163 | 5,908 | 89 | 260 | 53 | 8 | 1 | 332 | 32 | 77 | 3 | 1 | 0 | 1970-01-01T00:27:32 | 65 | Java | {'Java': 1190111, 'JavaScript': 110694, 'HTML': 97754, 'CSS': 91695, 'TypeScript': 22968, 'Python': 2949} | MIT License |
266 | metafacture/metafacture-core/344/343 | metafacture | metafacture-core | https://github.com/metafacture/metafacture-core/issues/343 | https://github.com/metafacture/metafacture-core/pull/344 | https://github.com/metafacture/metafacture-core/pull/344 | 1 | fixes | JSON-LD keywords in input data break _else pass-through in morph | Somehow data input field names like `@id`, `@graph` end up in morph feedback/recursion and are missing in the output. This came up in https://gitlab.com/oersi/oersi-etl/-/issues/29#note_453341447 and I've implemented a fix for metafacture-fix in https://github.com/metafacture/metafacture-fix/commit/f4dc31dbb3a1aae86cfe... | 89a3b261f6cd34e9d65c8e28b35e45c6d5165df1 | 15c29d9f5ebd25bcae78eaa84fc6f9e351d4fab2 | https://github.com/metafacture/metafacture-core/compare/89a3b261f6cd34e9d65c8e28b35e45c6d5165df1...15c29d9f5ebd25bcae78eaa84fc6f9e351d4fab2 | diff --git a/metamorph/src/main/java/org/metafacture/metamorph/Metamorph.java b/metamorph/src/main/java/org/metafacture/metamorph/Metamorph.java
index 43dd9a17..e38b9d05 100644
--- a/metamorph/src/main/java/org/metafacture/metamorph/Metamorph.java
+++ b/metamorph/src/main/java/org/metafacture/metamorph/Metamorph.java
@... | ['metamorph/src/main/java/org/metafacture/metamorph/Metamorph.java', 'metamorph/src/test/java/org/metafacture/metamorph/TestMetamorphBasics.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 1,021,295 | 215,098 | 32,702 | 337 | 732 | 149 | 14 | 1 | 457 | 45 | 138 | 3 | 3 | 0 | 1970-01-01T00:26:46 | 65 | Java | {'Java': 2061460, 'GAP': 9719, 'Shell': 5031, 'Batchfile': 2118, 'JavaScript': 97} | Apache License 2.0 |
9,312 | cse1110/andy/107/106 | cse1110 | andy | https://github.com/SERG-Delft/andy/issues/106 | https://github.com/SERG-Delft/andy/pull/107 | https://github.com/SERG-Delft/andy/pull/107 | 1 | closes | assertThatExceptionOfType is not counted as an assertion by code check | `assertThatExceptionOfType` is not considered an assertion by the TestMethodsHaveAssertions code check: https://github.com/cse1110/andy/blob/main/src/main/java/nl/tudelft/cse1110/andy/codechecker/checks/TestMethodsHaveAssertions.java
This assertion method as well as all other AssertJ methods that have been missed sh... | fb70989e22d025c48335b1ed9683f5cc1397a247 | b2d05bbbcb506cc0bafc56f5766a6d8cc1572b16 | https://github.com/cse1110/andy/compare/fb70989e22d025c48335b1ed9683f5cc1397a247...b2d05bbbcb506cc0bafc56f5766a6d8cc1572b16 | diff --git a/src/main/java/nl/tudelft/cse1110/andy/codechecker/checks/TestMethodsHaveAssertions.java b/src/main/java/nl/tudelft/cse1110/andy/codechecker/checks/TestMethodsHaveAssertions.java
index 523423e..76fa129 100644
--- a/src/main/java/nl/tudelft/cse1110/andy/codechecker/checks/TestMethodsHaveAssertions.java
+++ b... | ['src/main/java/nl/tudelft/cse1110/andy/codechecker/checks/TestMethodsHaveAssertions.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 195,396 | 40,112 | 5,901 | 89 | 296 | 51 | 7 | 1 | 353 | 33 | 80 | 3 | 1 | 0 | 1970-01-01T00:27:32 | 65 | Java | {'Java': 1190111, 'JavaScript': 110694, 'HTML': 97754, 'CSS': 91695, 'TypeScript': 22968, 'Python': 2949} | MIT License |
9,392 | kaotoio/kaoto-backend/730/728 | kaotoio | kaoto-backend | https://github.com/KaotoIO/kaoto-backend/issues/728 | https://github.com/KaotoIO/kaoto-backend/pull/730 | https://github.com/KaotoIO/kaoto-backend/pull/730 | 1 | fixes | [BUG] Documentation GitHub workflow is broken: Invalid miniclass definition: DSLSpecification | **Describe the bug**
```
> @ docs-api /home/runner/work/kaoto-backend/kaoto-backend
> leafdoc -t leafdoc-templates/plain -o docs/index.html -c "🐱" leafdoc-templates/index.leafdoc */src/main/java/ -e true -x .java
Invalid miniclass definition: DSLSpecification
Error: No class/namespace set when parsing throug... | 411a91e0d79e895c5ded32c5a6fe0340cc059d43 | bf66b8331811247fb1204a36f2531062125b3b69 | https://github.com/kaotoio/kaoto-backend/compare/411a91e0d79e895c5ded32c5a6fe0340cc059d43...bf66b8331811247fb1204a36f2531062125b3b69 | diff --git a/services-interfaces/src/main/java/io/kaoto/backend/api/service/dsl/DSLSpecification.java b/services-interfaces/src/main/java/io/kaoto/backend/api/service/dsl/DSLSpecification.java
index c55d9cbc..45ce3198 100644
--- a/services-interfaces/src/main/java/io/kaoto/backend/api/service/dsl/DSLSpecification.java
... | ['services-interfaces/src/main/java/io/kaoto/backend/api/service/dsl/DSLSpecification.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 888,104 | 174,126 | 25,423 | 204 | 59 | 21 | 2 | 1 | 2,585 | 186 | 686 | 53 | 1 | 1 | 1970-01-01T00:28:07 | 63 | Java | {'Java': 1180804, 'Handlebars': 15423, 'Shell': 10824, 'HTML': 5156} | Apache License 2.0 |
9,030 | ballerina-platform/ballerina-distribution/358/350 | ballerina-platform | ballerina-distribution | https://github.com/ballerina-platform/ballerina-distribution/issues/350 | https://github.com/ballerina-platform/ballerina-distribution/pull/358 | https://github.com/ballerina-platform/ballerina-distribution/pull/358 | 1 | fixes | Language server launcher scripts does not have executable permission when pulling the distribution using the updater tool | **Description:**
Please note $title for jballerina-1.1.0-beta distribution, which affects the IntelliJ plugin and ends up as a language server initialization failure.
**Suggested Labels:**
<!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue ... | 854a3b36c452dbf22c1bd42eaf1a26cff124326c | db982268b7b50e85fdcb62b1b85994d857c9884a | https://github.com/ballerina-platform/ballerina-distribution/compare/854a3b36c452dbf22c1bd42eaf1a26cff124326c...db982268b7b50e85fdcb62b1b85994d857c9884a | diff --git a/ballerina-command/src/main/java/org/ballerinalang/command/util/OSUtils.java b/ballerina-command/src/main/java/org/ballerinalang/command/util/OSUtils.java
index cb69e524f..11042ee6b 100644
--- a/ballerina-command/src/main/java/org/ballerinalang/command/util/OSUtils.java
+++ b/ballerina-command/src/main/java... | ['ballerina-command/src/main/java/org/ballerinalang/command/util/ToolUtil.java', 'ballerina-command/src/main/java/org/ballerinalang/command/util/OSUtils.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 84,205 | 16,806 | 2,344 | 20 | 2,085 | 442 | 51 | 2 | 1,062 | 144 | 241 | 25 | 0 | 0 | 1970-01-01T00:26:16 | 63 | Java | {'Java': 300258, 'Ballerina': 216591, 'Shell': 16993, 'Batchfile': 5737} | Apache License 2.0 |
9,164 | wiiiiam278/huskhomes2/392/391 | wiiiiam278 | huskhomes2 | https://github.com/WiIIiam278/HuskHomes/issues/391 | https://github.com/WiIIiam278/HuskHomes/pull/392 | https://github.com/WiIIiam278/HuskHomes/pull/392 | 1 | fixes | Local online user resolution on teleport from username targets by closest match prevents a global exact match | Attempting username resolution against a user that has the partial username of another (i.e requesting a teleport to `APP`, while another user of the name `APPLE` is present on the network) will cause unintended outcomes. Referencing the example, this can result in the use `APPLE` being teleported to INSTEAD of the us... | b1bd44ac642352ac3c982767a18d0c74a4219146 | a11cf17bb1b163b502b2e03d308bb566995d5fc1 | https://github.com/wiiiiam278/huskhomes2/compare/b1bd44ac642352ac3c982767a18d0c74a4219146...a11cf17bb1b163b502b2e03d308bb566995d5fc1 | diff --git a/bukkit/src/test/java/net/william278/huskhomes/BukkitPluginTests.java b/bukkit/src/test/java/net/william278/huskhomes/BukkitPluginTests.java
index b849e815..d255ecd3 100644
--- a/bukkit/src/test/java/net/william278/huskhomes/BukkitPluginTests.java
+++ b/bukkit/src/test/java/net/william278/huskhomes/BukkitPl... | ['common/src/main/java/net/william278/huskhomes/teleport/TeleportRequest.java', 'common/src/main/java/net/william278/huskhomes/teleport/Username.java', 'common/src/main/java/net/william278/huskhomes/manager/RequestsManager.java', 'common/src/main/java/net/william278/huskhomes/command/RtpCommand.java', 'common/src/main/... | {'.java': 11} | 11 | 11 | 0 | 0 | 11 | 854,930 | 178,974 | 23,410 | 191 | 4,920 | 1,083 | 106 | 10 | 329 | 53 | 71 | 1 | 0 | 0 | 1970-01-01T00:28:03 | 62 | Java | {'Java': 919259, 'Shell': 392} | Apache License 2.0 |
1,061 | ita-social-projects/greencity/5164/4465 | ita-social-projects | greencity | https://github.com/ita-social-projects/GreenCity/issues/4465 | https://github.com/ita-social-projects/GreenCity/pull/5164 | https://github.com/ita-social-projects/GreenCity/pull/5164 | 1 | fixed | [Event] User is able to edit ended event. | **Environment:** macOS Monterey 12.4
Safari 15.5
**Reproducible:** always
**Build found:** 22.07.22
**Steps to reproduce**
1. Sign in Green City project.
2. Create event.
3. Open the event page when it ends.
**Actual result**
The "Edit" link is present and the user is able to edit the event.
**Expecte... | 206f90b844331a97c5255f1e813d46bf243c26f1 | 268b72df6808ee78a785fdc95da2093331a1cf9b | https://github.com/ita-social-projects/greencity/compare/206f90b844331a97c5255f1e813d46bf243c26f1...268b72df6808ee78a785fdc95da2093331a1cf9b | diff --git a/service/src/main/java/greencity/service/EventServiceImpl.java b/service/src/main/java/greencity/service/EventServiceImpl.java
index a4e4641ac..23a4afbd0 100644
--- a/service/src/main/java/greencity/service/EventServiceImpl.java
+++ b/service/src/main/java/greencity/service/EventServiceImpl.java
@@ -223,7 +... | ['service/src/test/java/greencity/ModelUtils.java', 'service/src/main/java/greencity/service/EventServiceImpl.java', 'service/src/test/java/greencity/service/EventServiceImplTest.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 1,306,758 | 273,366 | 38,204 | 693 | 112 | 25 | 2 | 1 | 579 | 78 | 157 | 24 | 1 | 0 | 1970-01-01T00:27:55 | 56 | Java | {'Java': 2701205, 'HTML': 429257, 'JavaScript': 135338, 'CSS': 59705, 'PLpgSQL': 5721, 'Go': 2336, 'Dockerfile': 111, 'Procfile': 110} | MIT License |
1,064 | apache/camel-k-runtime/302/301 | apache | camel-k-runtime | https://github.com/apache/camel-k-runtime/issues/301 | https://github.com/apache/camel-k-runtime/pull/302 | https://github.com/apache/camel-k-runtime/pull/302 | 1 | fix | Can't get response from platform HTTP | Getting error whenever I try to read some binary content from a rest endpoint:
```
Error executing reactive work due to You must set the Content-Length header to be the total size of the message body BEFORE sending any data if you are not using HTTP chunked encoding.
```
I'm working on a fix | a0db7e1926e6b046072ed63efe917d29f27ef526 | 80665b0cdb5249938566ec117145a8c11556b1e5 | https://github.com/apache/camel-k-runtime/compare/a0db7e1926e6b046072ed63efe917d29f27ef526...80665b0cdb5249938566ec117145a8c11556b1e5 | diff --git a/camel-k-runtime-http/src/main/java/org/apache/camel/k/http/engine/RuntimePlatformHttpConsumer.java b/camel-k-runtime-http/src/main/java/org/apache/camel/k/http/engine/RuntimePlatformHttpConsumer.java
index 300fe915..bb448643 100644
--- a/camel-k-runtime-http/src/main/java/org/apache/camel/k/http/engine/Run... | ['camel-k-runtime-http/src/main/java/org/apache/camel/k/http/engine/RuntimePlatformHttpConsumer.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 522,794 | 101,131 | 13,953 | 175 | 638 | 122 | 17 | 1 | 300 | 54 | 61 | 7 | 0 | 1 | 1970-01-01T00:26:26 | 56 | Java | {'Java': 379701, 'Groovy': 14549, 'Shell': 9051, 'Kotlin': 870, 'JavaScript': 857} | Apache License 2.0 |
1,063 | ita-social-projects/greencity/2920/2908 | ita-social-projects | greencity | https://github.com/ita-social-projects/GreenCity/issues/2908 | https://github.com/ita-social-projects/GreenCity/pull/2920 | https://github.com/ita-social-projects/GreenCity/pull/2920 | 1 | fix | [GreenCity] Fix bug in CustomShoppingListItemController | **Fix bug in CustomShoppingListItemController:**
`/custom/shopping-list-items/{userId}/custom-shopping-list-items`
Bug occurs when user tries to update items' status.
| 2c72e67aa4c134b5bc076362f262e24c740f9ceb | 23d958cadb924448e6d0f79633f2a3fec4739de4 | https://github.com/ita-social-projects/greencity/compare/2c72e67aa4c134b5bc076362f262e24c740f9ceb...23d958cadb924448e6d0f79633f2a3fec4739de4 | diff --git a/core/src/main/java/greencity/controller/CustomShoppingListItemController.java b/core/src/main/java/greencity/controller/CustomShoppingListItemController.java
index fade95927..549d72cdf 100644
--- a/core/src/main/java/greencity/controller/CustomShoppingListItemController.java
+++ b/core/src/main/java/greenc... | ['service/src/test/java/greencity/service/CustomShoppingListItemServiceImplTest.java', 'service/src/main/java/greencity/service/CustomShoppingListItemServiceImpl.java', 'service-api/src/main/java/greencity/constant/ErrorMessage.java', 'core/src/main/java/greencity/controller/CustomShoppingListItemController.java'] | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 1,192,538 | 250,216 | 34,920 | 660 | 1,787 | 305 | 25 | 3 | 174 | 14 | 37 | 6 | 0 | 0 | 1970-01-01T00:27:04 | 56 | Java | {'Java': 2701205, 'HTML': 429257, 'JavaScript': 135338, 'CSS': 59705, 'PLpgSQL': 5721, 'Go': 2336, 'Dockerfile': 111, 'Procfile': 110} | MIT License |
1,062 | ita-social-projects/greencity/4717/4667 | ita-social-projects | greencity | https://github.com/ita-social-projects/GreenCity/issues/4667 | https://github.com/ita-social-projects/GreenCity/pull/4717 | https://github.com/ita-social-projects/GreenCity/pull/4717 | 1 | fixed | [API][Add a comment]Adding a comment to an existing event | **Environment:** All.
**Reproducible:** always.
**Build found:** 23.10.2022
**Preconditions**
1.Open Postman.
2.The user is authorised.
3.Event added
**Steps to reproduce**
1. Apply the POST method by using request URL https://greencity.testgreencity.ga/events/comments/{eventId}
2.Fill the request "body"e.... | 189891be7af9b3055f84c1ad6bcdb30f7144b1da | f01fc0d0d6c6fc2ca8de4797b2a3b83dcb8b2526 | https://github.com/ita-social-projects/greencity/compare/189891be7af9b3055f84c1ad6bcdb30f7144b1da...f01fc0d0d6c6fc2ca8de4797b2a3b83dcb8b2526 | diff --git a/core/src/main/java/greencity/controller/EventCommentController.java b/core/src/main/java/greencity/controller/EventCommentController.java
index 966639acd..f35963543 100644
--- a/core/src/main/java/greencity/controller/EventCommentController.java
+++ b/core/src/main/java/greencity/controller/EventCommentCon... | ['service-api/src/main/java/greencity/client/RestClient.java', 'service/src/test/java/greencity/service/EventCommentServiceImplTest.java', 'service-api/src/test/java/greencity/client/RestClientTest.java', 'core/src/main/java/greencity/controller/EventCommentController.java', 'service/src/main/java/greencity/service/Eve... | {'.java': 5} | 5 | 5 | 0 | 0 | 5 | 1,288,202 | 269,372 | 37,722 | 690 | 534 | 105 | 10 | 3 | 710 | 88 | 180 | 35 | 1 | 0 | 1970-01-01T00:27:47 | 56 | Java | {'Java': 2701205, 'HTML': 429257, 'JavaScript': 135338, 'CSS': 59705, 'PLpgSQL': 5721, 'Go': 2336, 'Dockerfile': 111, 'Procfile': 110} | MIT License |
803 | ably/ably-java/914/913 | ably | ably-java | https://github.com/ably/ably-java/issues/913 | https://github.com/ably/ably-java/pull/914 | https://github.com/ably/ably-java/pull/914 | 1 | fixes | Released channel re-added to the channel map after DETACHED message | If you call channels.release(), that removes the channel from the channel map and detaches it. However, the protocol messaged for DETACHED returning to us re-adds the channel to the channel map (via a call to channels.get()), therefore undoing the release action.
One way to fix this would be to not re-add the channel ... | 94ecb6fada26982aaa698f3291f150f344eb2cd4 | 42d89759da3fd4b91d9069df3c49609b890afa2c | https://github.com/ably/ably-java/compare/94ecb6fada26982aaa698f3291f150f344eb2cd4...42d89759da3fd4b91d9069df3c49609b890afa2c | diff --git a/lib/src/main/java/io/ably/lib/realtime/AblyRealtime.java b/lib/src/main/java/io/ably/lib/realtime/AblyRealtime.java
index 666521af..ffb33d42 100644
--- a/lib/src/main/java/io/ably/lib/realtime/AblyRealtime.java
+++ b/lib/src/main/java/io/ably/lib/realtime/AblyRealtime.java
@@ -217,8 +217,12 @@ public class... | ['lib/src/test/java/io/ably/lib/test/realtime/RealtimeChannelTest.java', 'lib/src/main/java/io/ably/lib/realtime/AblyRealtime.java', 'lib/src/test/java/io/ably/lib/test/common/Helpers.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 760,441 | 152,227 | 19,909 | 109 | 323 | 49 | 8 | 1 | 364 | 60 | 77 | 5 | 0 | 0 | 1970-01-01T00:27:55 | 55 | Java | {'Java': 2119819, 'Shell': 2346, 'HTML': 1161, 'Groovy': 753, 'JavaScript': 178} | Apache License 2.0 |
801 | ably/ably-java/927/926 | ably | ably-java | https://github.com/ably/ably-java/issues/926 | https://github.com/ably/ably-java/pull/927 | https://github.com/ably/ably-java/pull/927 | 1 | fixes | equals() for TokenDetails is broken | Following is how `equals` has been implemented for `TokenDetails`
```
@Override
public boolean equals(Object obj) {
TokenDetails details = (TokenDetails)obj;
return equalNullableStrings(this.token, details.token) &
equalNullableStrings(this.capability, details.cap... | 99a4ca601093e5a25fe017cccd152aa9bbe405e7 | 565aed9d39b94e7f7f789b30ec471e10cfbba77f | https://github.com/ably/ably-java/compare/99a4ca601093e5a25fe017cccd152aa9bbe405e7...565aed9d39b94e7f7f789b30ec471e10cfbba77f | diff --git a/lib/src/main/java/io/ably/lib/rest/Auth.java b/lib/src/main/java/io/ably/lib/rest/Auth.java
index e1c068b6..dc3fa9fc 100644
--- a/lib/src/main/java/io/ably/lib/rest/Auth.java
+++ b/lib/src/main/java/io/ably/lib/rest/Auth.java
@@ -6,6 +6,7 @@ import java.security.GeneralSecurityException;
import java.util.... | ['lib/src/main/java/io/ably/lib/rest/Auth.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 760,456 | 152,227 | 19,912 | 109 | 246 | 45 | 10 | 1 | 968 | 99 | 188 | 25 | 0 | 2 | 1970-01-01T00:27:59 | 55 | Java | {'Java': 2119819, 'Shell': 2346, 'HTML': 1161, 'Groovy': 753, 'JavaScript': 178} | Apache License 2.0 |
477 | marklogic/java-client-api/869/867 | marklogic | java-client-api | https://github.com/marklogic/java-client-api/issues/867 | https://github.com/marklogic/java-client-api/pull/869 | https://github.com/marklogic/java-client-api/pull/869 | 1 | fix | rowRecord.getString("firstName") returns ...OkHttpServices$OkHttpServiceResult@4dd663d5 | Where I expected to get the value of the firstName column extracted by xpath, I'm getting an OkHttpServiceResult object, which has an undesirable toString. Notice the "firstName: com.marklogic.client.impl.OkHttpServices$OkHttpServiceResult@1b2283a" in the output below. Can you help me see what I'm doing wrong?
Wi... | 1a1bec5be196f44ca587eaaac81ca47ac37592db | 73f9710113ea8a55899a11f8a1ac50d9f3de84d8 | https://github.com/marklogic/java-client-api/compare/1a1bec5be196f44ca587eaaac81ca47ac37592db...73f9710113ea8a55899a11f8a1ac50d9f3de84d8 | diff --git a/src/main/java/com/marklogic/client/impl/RowManagerImpl.java b/src/main/java/com/marklogic/client/impl/RowManagerImpl.java
index 4b81e3ee8..f2fd3f4b2 100644
--- a/src/main/java/com/marklogic/client/impl/RowManagerImpl.java
+++ b/src/main/java/com/marklogic/client/impl/RowManagerImpl.java
@@ -50,6 +50,7 @@ i... | ['src/main/java/com/marklogic/client/impl/RowManagerImpl.java', 'src/test/java/com/marklogic/client/test/RowManagerTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 4,378,052 | 975,960 | 99,799 | 692 | 2,359 | 475 | 54 | 1 | 8,230 | 509 | 2,372 | 149 | 0 | 3 | 1970-01-01T00:25:14 | 55 | Java | {'Java': 10343403, 'Kotlin': 164515, 'JavaScript': 67526, 'XQuery': 59700, 'XSLT': 13897, 'Shell': 1820, 'HTML': 374} | Apache License 2.0 |
478 | marklogic/java-client-api/289/249 | marklogic | java-client-api | https://github.com/marklogic/java-client-api/issues/249 | https://github.com/marklogic/java-client-api/pull/289 | https://github.com/marklogic/java-client-api/pull/289 | 1 | fixes | DocumentPatchBuilder.replaceValue cannot replace boolean values | This is probably actually a bug in the REST API but I found it in Java.
```
patchBuilder.replaceValue("/accepted", true);
patchBuilder.replaceValue("/accepted", new Boolean(true));
```
Both of these insert a string value into the JSON property rather than a boolean.
A workaround is to use replaceFragment
patchBuilde... | 5304c8dfa86ef8053377c0dcd74fbb932dee04c8 | 2faead09a11cb2b8c35bd6e22797e1f33354d559 | https://github.com/marklogic/java-client-api/compare/5304c8dfa86ef8053377c0dcd74fbb932dee04c8...2faead09a11cb2b8c35bd6e22797e1f33354d559 | diff --git a/src/main/java/com/marklogic/client/impl/DocumentPatchBuilderImpl.java b/src/main/java/com/marklogic/client/impl/DocumentPatchBuilderImpl.java
index 37748044c..3c25a176a 100644
--- a/src/main/java/com/marklogic/client/impl/DocumentPatchBuilderImpl.java
+++ b/src/main/java/com/marklogic/client/impl/DocumentP... | ['src/main/java/com/marklogic/client/impl/DocumentPatchBuilderImpl.java', 'src/main/java/com/marklogic/client/impl/JSONStringWriter.java', 'src/test/java/com/marklogic/client/test/JSONDocumentTest.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 1,999,152 | 432,343 | 58,414 | 330 | 765 | 165 | 22 | 2 | 494 | 68 | 104 | 14 | 0 | 1 | 1970-01-01T00:23:50 | 55 | Java | {'Java': 10343403, 'Kotlin': 164515, 'JavaScript': 67526, 'XQuery': 59700, 'XSLT': 13897, 'Shell': 1820, 'HTML': 374} | Apache License 2.0 |
805 | ably/ably-java/900/474 | ably | ably-java | https://github.com/ably/ably-java/issues/474 | https://github.com/ably/ably-java/pull/900 | https://github.com/ably/ably-java/pull/900 | 1 | closes | Lib is not re-sending pending messages on new transport after a resume | Log posted by a customer [here](https://ably-real-time.slack.com/archives/C030C5YLY/p1558623828295800) (cf [conversation](https://app.intercom.io/a/apps/ua39m1ld/inbox/inbox/all/conversations/22156922233)) shows several issues:
1. At one point it disconnects the transport for inactivity at 14:29:08.086Z, 16s after get... | 63aa2a9784a4eec2b536884a74982dd568ead4bc | 07ad898dcfc733fb0cc2a0fc6c9ca56aec93eed3 | https://github.com/ably/ably-java/compare/63aa2a9784a4eec2b536884a74982dd568ead4bc...07ad898dcfc733fb0cc2a0fc6c9ca56aec93eed3 | diff --git a/lib/src/main/java/io/ably/lib/realtime/AblyRealtime.java b/lib/src/main/java/io/ably/lib/realtime/AblyRealtime.java
index fc441118..4a1f9b02 100644
--- a/lib/src/main/java/io/ably/lib/realtime/AblyRealtime.java
+++ b/lib/src/main/java/io/ably/lib/realtime/AblyRealtime.java
@@ -231,6 +231,20 @@ public class... | ['lib/src/main/java/io/ably/lib/transport/WebSocketTransport.java', 'lib/src/test/java/io/ably/lib/test/util/MockWebsocketFactory.java', 'lib/src/main/java/io/ably/lib/realtime/ChannelBase.java', 'lib/src/main/java/io/ably/lib/realtime/AblyRealtime.java', 'lib/src/main/java/io/ably/lib/transport/ITransport.java', 'lib/... | {'.java': 7} | 7 | 7 | 0 | 0 | 7 | 754,644 | 151,140 | 19,787 | 109 | 6,723 | 1,280 | 138 | 5 | 900 | 113 | 240 | 10 | 4 | 0 | 1970-01-01T00:27:53 | 55 | Java | {'Java': 2119819, 'Shell': 2346, 'HTML': 1161, 'Groovy': 753, 'JavaScript': 178} | Apache License 2.0 |
804 | ably/ably-java/909/908 | ably | ably-java | https://github.com/ably/ably-java/issues/908 | https://github.com/ably/ably-java/pull/909 | https://github.com/ably/ably-java/pull/909 | 1 | fixes | Presence messages superseded whilst channel in attaching state | presence.enter and presence.update (and the others) call presence.updatePresence.
updatePresence will put messages on a queue to be sent later, in the event that the channel is currently attaching. This queue is a HashMap that is keyed by clientid. This means if a presence.enter and presence.update occur in quick su... | a1e2c46266df1a6304b72aa1afd736f95f252c2e | d8445cd92989ddbd2ba7623c28b84e5274f68848 | https://github.com/ably/ably-java/compare/a1e2c46266df1a6304b72aa1afd736f95f252c2e...d8445cd92989ddbd2ba7623c28b84e5274f68848 | diff --git a/lib/src/main/java/io/ably/lib/realtime/ChannelBase.java b/lib/src/main/java/io/ably/lib/realtime/ChannelBase.java
index 3d219b33..fb28d966 100644
--- a/lib/src/main/java/io/ably/lib/realtime/ChannelBase.java
+++ b/lib/src/main/java/io/ably/lib/realtime/ChannelBase.java
@@ -196,8 +196,7 @@ public abstract c... | ['lib/src/main/java/io/ably/lib/realtime/Presence.java', 'lib/src/main/java/io/ably/lib/realtime/ChannelBase.java', 'lib/src/test/java/io/ably/lib/test/common/Helpers.java', 'lib/src/test/java/io/ably/lib/test/realtime/RealtimePresenceTest.java'] | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 760,599 | 152,251 | 19,908 | 109 | 1,767 | 329 | 27 | 2 | 864 | 130 | 171 | 11 | 1 | 0 | 1970-01-01T00:27:55 | 55 | Java | {'Java': 2119819, 'Shell': 2346, 'HTML': 1161, 'Groovy': 753, 'JavaScript': 178} | Apache License 2.0 |
806 | ably/ably-java/895/888 | ably | ably-java | https://github.com/ably/ably-java/issues/888 | https://github.com/ably/ably-java/pull/895 | https://github.com/ably/ably-java/pull/895 | 1 | fixes | EventEmitter.on() does not permit the same listener to be added multiple times | https://github.com/ably/ably-java/blob/9786de65bd44c2f139a53ee235535cb7617cbc87/lib/src/main/java/io/ably/lib/util/EventEmitter.java#L41
The two implementations of EventEmitter.on() prevents the same listener from being registered multiple times (and thus being invoked multiple times per event). It should allow this... | ba58297e750218b9c86a30a89a1a58fb91c86c89 | 072d6e9ed3d16044ac673a439c0a5de4fbc130e6 | https://github.com/ably/ably-java/compare/ba58297e750218b9c86a30a89a1a58fb91c86c89...072d6e9ed3d16044ac673a439c0a5de4fbc130e6 | diff --git a/core/src/main/java/io/ably/lib/util/EventEmitter.java b/core/src/main/java/io/ably/lib/util/EventEmitter.java
index 46fac0a7..fc6c7c87 100644
--- a/core/src/main/java/io/ably/lib/util/EventEmitter.java
+++ b/core/src/main/java/io/ably/lib/util/EventEmitter.java
@@ -1,10 +1,7 @@
package io.ably.lib.util;
... | ['core/src/test/java/io/ably/lib/util/EventEmitterTest.java', 'core/src/main/java/io/ably/lib/util/EventEmitter.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 763,826 | 153,172 | 19,991 | 113 | 1,913 | 370 | 36 | 1 | 405 | 32 | 101 | 3 | 2 | 0 | 1970-01-01T00:27:53 | 55 | Java | {'Java': 2119819, 'Shell': 2346, 'HTML': 1161, 'Groovy': 753, 'JavaScript': 178} | Apache License 2.0 |
807 | ably/ably-java/825/823 | ably | ably-java | https://github.com/ably/ably-java/issues/823 | https://github.com/ably/ably-java/pull/825 | https://github.com/ably/ably-java/pull/825 | 1 | closes | waiter.close() is invoked early on onAuthUpdatedAsync method | After release of 1.2.15
Me and KacperKluka realized that waiter is closed too early, just after execute call from background thread. That was a copy/paste mistake from the previous method.
We should move waiter.close method inside the background thread and close it after the while loop breaks.
┆Issue is synchroniz... | 361ee12f4ae0bd227d964a538db015a6e837ec98 | 370a444d305bc47d29e5b0ed654cf25e5097cb33 | https://github.com/ably/ably-java/compare/361ee12f4ae0bd227d964a538db015a6e837ec98...370a444d305bc47d29e5b0ed654cf25e5097cb33 | diff --git a/lib/src/main/java/io/ably/lib/transport/ConnectionManager.java b/lib/src/main/java/io/ably/lib/transport/ConnectionManager.java
index fe29b824..2004cf8c 100644
--- a/lib/src/main/java/io/ably/lib/transport/ConnectionManager.java
+++ b/lib/src/main/java/io/ably/lib/transport/ConnectionManager.java
@@ -988,7... | ['lib/src/test/java/io/ably/lib/test/realtime/RealtimeAuthTest.java', 'lib/src/main/java/io/ably/lib/transport/ConnectionManager.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 661,290 | 129,448 | 17,808 | 107 | 6,174 | 971 | 114 | 1 | 421 | 56 | 102 | 9 | 2 | 0 | 1970-01-01T00:27:37 | 55 | Java | {'Java': 2119819, 'Shell': 2346, 'HTML': 1161, 'Groovy': 753, 'JavaScript': 178} | Apache License 2.0 |
808 | ably/ably-java/816/814 | ably | ably-java | https://github.com/ably/ably-java/issues/814 | https://github.com/ably/ably-java/pull/816 | https://github.com/ably/ably-java/pull/816 | 1 | closes | Early return from onAuthUpdated creates issues | `AblyBase` and `ConnectionManager` have a method called `onAuthUpdated` that contains a `waitForResponse` and is used to decide whether to wait for async response before returning from method.
This seems to be set to `false` only when `Auth.renew()` is called.
This feature doesn't seem to be on spec. Apart from thi... | faa89afa8b6dc4fb535a6f488e3b776c4a0ab8a7 | 1bbbd8ba1617fedc5fbd0cb0afb07e68fa676c04 | https://github.com/ably/ably-java/compare/faa89afa8b6dc4fb535a6f488e3b776c4a0ab8a7...1bbbd8ba1617fedc5fbd0cb0afb07e68fa676c04 | diff --git a/lib/src/main/java/io/ably/lib/realtime/AblyRealtime.java b/lib/src/main/java/io/ably/lib/realtime/AblyRealtime.java
index 2a27a50f..f91e3dbd 100644
--- a/lib/src/main/java/io/ably/lib/realtime/AblyRealtime.java
+++ b/lib/src/main/java/io/ably/lib/realtime/AblyRealtime.java
@@ -4,6 +4,7 @@ import java.util.... | ['lib/src/main/java/io/ably/lib/rest/Auth.java', 'lib/src/test/java/io/ably/lib/test/realtime/RealtimeAuthTest.java', 'lib/src/main/java/io/ably/lib/rest/AblyBase.java', 'lib/src/main/java/io/ably/lib/realtime/AblyRealtime.java', 'lib/src/main/java/io/ably/lib/transport/ConnectionManager.java'] | {'.java': 5} | 5 | 5 | 0 | 0 | 5 | 651,515 | 127,563 | 17,567 | 107 | 7,341 | 1,289 | 162 | 4 | 1,022 | 146 | 244 | 16 | 3 | 0 | 1970-01-01T00:27:37 | 55 | Java | {'Java': 2119819, 'Shell': 2346, 'HTML': 1161, 'Groovy': 753, 'JavaScript': 178} | Apache License 2.0 |
809 | ably/ably-java/746/741 | ably | ably-java | https://github.com/ably/ably-java/issues/741 | https://github.com/ably/ably-java/pull/746 | https://github.com/ably/ably-java/pull/746 | 1 | fixes | `IllegalStateException` in `Crypto` `CBCCipher`'s `decrypt` method | We've had this reported by a customer using our Flutter Plugin.
I've reported this issue in this repository, however, as the call stack falls entirely within code from this SDK.
```
Fatal Exception: java.lang.IllegalStateException
Cipher not initialized
javax.crypto.Cipher.checkCipherState (Cipher.java:1640)
javax.cr... | bcd3bd9c12d8f4b34201a5d4b13493aa03d6aad1 | 2c2d6fd8148e08cf14be5331d014e059e4c1d8ec | https://github.com/ably/ably-java/compare/bcd3bd9c12d8f4b34201a5d4b13493aa03d6aad1...2c2d6fd8148e08cf14be5331d014e059e4c1d8ec | diff --git a/lib/src/main/java/io/ably/lib/types/BaseMessage.java b/lib/src/main/java/io/ably/lib/types/BaseMessage.java
index b5aa6c1c..1dc39eae 100644
--- a/lib/src/main/java/io/ably/lib/types/BaseMessage.java
+++ b/lib/src/main/java/io/ably/lib/types/BaseMessage.java
@@ -8,7 +8,7 @@ import com.google.gson.JsonObject... | ['lib/src/test/java/io/ably/lib/test/rest/RestCryptoTest.java', 'lib/src/test/java/io/ably/lib/util/CryptoTest.java', 'lib/src/main/java/io/ably/lib/types/ChannelOptions.java', 'lib/src/main/java/io/ably/lib/types/BaseMessage.java', 'lib/src/test/java/io/ably/lib/test/realtime/RealtimeCryptoTest.java', 'lib/src/main/ja... | {'.java': 6} | 6 | 6 | 0 | 0 | 6 | 636,482 | 124,595 | 17,211 | 105 | 15,664 | 3,028 | 342 | 3 | 2,156 | 148 | 525 | 41 | 3 | 1 | 1970-01-01T00:27:23 | 55 | Java | {'Java': 2119819, 'Shell': 2346, 'HTML': 1161, 'Groovy': 753, 'JavaScript': 178} | Apache License 2.0 |
810 | ably/ably-java/744/743 | ably | ably-java | https://github.com/ably/ably-java/issues/743 | https://github.com/ably/ably-java/pull/744 | https://github.com/ably/ably-java/pull/744 | 1 | fixes | `ConcurrentModificationException` when `unsubscribe` then `detach` channel presence listener | A customer is experiencing a crash with `ably-java` [version 1.2.10](https://github.com/ably/ably-java/releases/tag/v1.2.10), therefore my understanding is that this is pure JVM (i.e. a server type application - I think it's some kind of a bot), not Android. They have described the scenario to us:
> When the UserA enc... | 36275f5743101a6c76c3d913e85a438094c9db1f | 1a8b857a7e38697994aab6a581bc11d687e83206 | https://github.com/ably/ably-java/compare/36275f5743101a6c76c3d913e85a438094c9db1f...1a8b857a7e38697994aab6a581bc11d687e83206 | diff --git a/lib/src/main/java/io/ably/lib/realtime/ChannelBase.java b/lib/src/main/java/io/ably/lib/realtime/ChannelBase.java
index f5a8cc0d..c32b6769 100644
--- a/lib/src/main/java/io/ably/lib/realtime/ChannelBase.java
+++ b/lib/src/main/java/io/ably/lib/realtime/ChannelBase.java
@@ -782,7 +782,7 @@ public abstract c... | ['lib/src/main/java/io/ably/lib/realtime/ChannelBase.java', 'lib/src/main/java/io/ably/lib/realtime/ConnectionStateListener.java', 'lib/src/main/java/io/ably/lib/util/Multicaster.java', 'lib/src/main/java/io/ably/lib/realtime/Presence.java', 'lib/src/main/java/io/ably/lib/realtime/ChannelStateListener.java', 'lib/src/m... | {'.java': 6} | 6 | 6 | 0 | 0 | 6 | 636,068 | 124,519 | 17,203 | 105 | 1,940 | 365 | 40 | 6 | 3,589 | 220 | 911 | 61 | 5 | 3 | 1970-01-01T00:27:23 | 55 | Java | {'Java': 2119819, 'Shell': 2346, 'HTML': 1161, 'Groovy': 753, 'JavaScript': 178} | Apache License 2.0 |
802 | ably/ably-java/922/920 | ably | ably-java | https://github.com/ably/ably-java/issues/920 | https://github.com/ably/ably-java/pull/922 | https://github.com/ably/ably-java/pull/922 | 1 | fixes | Provide an error code and error message for failed queued messages | The code below creates an empty error info when a pending message fails. It must also contain a convenient code and message (check spec and other SDKs)
https://github.com/ably/ably-java/blob/94ecb6fada26982aaa698f3291f150f344eb2cd4/lib/src/main/java/io/ably/lib/transport/ConnectionManager.java#L1800 | f4a3671fb9ebacebb7adffb8655f56a5aba08441 | acae4782bc003b6c9a93182facb1d78b7f222ba0 | https://github.com/ably/ably-java/compare/f4a3671fb9ebacebb7adffb8655f56a5aba08441...acae4782bc003b6c9a93182facb1d78b7f222ba0 | diff --git a/lib/src/main/java/io/ably/lib/transport/ConnectionManager.java b/lib/src/main/java/io/ably/lib/transport/ConnectionManager.java
index 7dbe8b06..8891bd82 100644
--- a/lib/src/main/java/io/ably/lib/transport/ConnectionManager.java
+++ b/lib/src/main/java/io/ably/lib/transport/ConnectionManager.java
@@ -1682,... | ['lib/src/test/java/io/ably/lib/test/common/Helpers.java', 'lib/src/main/java/io/ably/lib/transport/ConnectionManager.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 760,555 | 152,242 | 19,913 | 109 | 368 | 54 | 8 | 1 | 303 | 28 | 81 | 3 | 1 | 0 | 1970-01-01T00:27:57 | 55 | Java | {'Java': 2119819, 'Shell': 2346, 'HTML': 1161, 'Groovy': 753, 'JavaScript': 178} | Apache License 2.0 |
811 | ably/ably-java/742/741 | ably | ably-java | https://github.com/ably/ably-java/issues/741 | https://github.com/ably/ably-java/pull/742 | https://github.com/ably/ably-java/pull/742 | 1 | fixes | `IllegalStateException` in `Crypto` `CBCCipher`'s `decrypt` method | We've had this reported by a customer using our Flutter Plugin.
I've reported this issue in this repository, however, as the call stack falls entirely within code from this SDK.
```
Fatal Exception: java.lang.IllegalStateException
Cipher not initialized
javax.crypto.Cipher.checkCipherState (Cipher.java:1640)
javax.cr... | 36275f5743101a6c76c3d913e85a438094c9db1f | 4b83312a6679624ef8b923e48f546541255dc9c7 | https://github.com/ably/ably-java/compare/36275f5743101a6c76c3d913e85a438094c9db1f...4b83312a6679624ef8b923e48f546541255dc9c7 | diff --git a/lib/src/main/java/io/ably/lib/util/Crypto.java b/lib/src/main/java/io/ably/lib/util/Crypto.java
index 8fc19796..912b0a2c 100644
--- a/lib/src/main/java/io/ably/lib/util/Crypto.java
+++ b/lib/src/main/java/io/ably/lib/util/Crypto.java
@@ -171,10 +171,28 @@ public class Crypto {
/**
* Interface fo... | ['lib/src/main/java/io/ably/lib/util/Crypto.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 636,068 | 124,519 | 17,203 | 105 | 1,076 | 212 | 22 | 1 | 2,156 | 148 | 525 | 41 | 3 | 1 | 1970-01-01T00:27:23 | 55 | Java | {'Java': 2119819, 'Shell': 2346, 'HTML': 1161, 'Groovy': 753, 'JavaScript': 178} | Apache License 2.0 |
813 | ably/ably-java/657/650 | ably | ably-java | https://github.com/ably/ably-java/issues/650 | https://github.com/ably/ably-java/pull/657 | https://github.com/ably/ably-java/pull/657 | 1 | fixes | Hosts class is not thread safe | The Hosts class is used by various threads when making api calls, however, the internals of this class are not handled in a thread safe way. the various calls to manipulate the primary and preferred hosts and the expirations will not work correctly for more than one thread at a time.
┆Issue is synchronized with thi... | fcb4a1a7f7c15264236298083e7ef73a5bbde690 | 0f28d7b1c070d1287beba243334be35ca9056807 | https://github.com/ably/ably-java/compare/fcb4a1a7f7c15264236298083e7ef73a5bbde690...0f28d7b1c070d1287beba243334be35ca9056807 | diff --git a/lib/src/main/java/io/ably/lib/transport/Hosts.java b/lib/src/main/java/io/ably/lib/transport/Hosts.java
index 3ce5bcaa..a4559b4f 100644
--- a/lib/src/main/java/io/ably/lib/transport/Hosts.java
+++ b/lib/src/main/java/io/ably/lib/transport/Hosts.java
@@ -10,18 +10,19 @@ import java.util.Collections;
/**
... | ['lib/src/main/java/io/ably/lib/transport/Hosts.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 621,507 | 121,572 | 16,762 | 99 | 3,963 | 769 | 95 | 1 | 409 | 60 | 95 | 6 | 2 | 0 | 1970-01-01T00:26:54 | 55 | Java | {'Java': 2119819, 'Shell': 2346, 'HTML': 1161, 'Groovy': 753, 'JavaScript': 178} | Apache License 2.0 |
800 | ably/ably-java/928/925 | ably | ably-java | https://github.com/ably/ably-java/issues/925 | https://github.com/ably/ably-java/pull/928 | https://github.com/ably/ably-java/pull/928 | 1 | fixes | Long-lived connections are immediately transitioned to `SUSPENDED` after disconnection | Relates to spec:
- `DF1a`
- `RTN14d`
- `RTN15g`
The default `connectionStateTtl` value (how long the connection is persisted on the Ably servers) is 120 seconds. This means that after 120 seconds of being `DISCONNECTED`, the connection state should transition to `SUSPENDED`.
We maintain a timer (`ConnectionM... | ffb48cb1da7e47ced6277916b497ca59ed2d9f74 | 37cf4b7e72ff0f06d46057909521eb70ecf92c18 | https://github.com/ably/ably-java/compare/ffb48cb1da7e47ced6277916b497ca59ed2d9f74...37cf4b7e72ff0f06d46057909521eb70ecf92c18 | diff --git a/lib/src/main/java/io/ably/lib/transport/ConnectionManager.java b/lib/src/main/java/io/ably/lib/transport/ConnectionManager.java
index 09ab6505..f326382c 100644
--- a/lib/src/main/java/io/ably/lib/transport/ConnectionManager.java
+++ b/lib/src/main/java/io/ably/lib/transport/ConnectionManager.java
@@ -309,1... | ['lib/src/test/java/io/ably/lib/test/realtime/ConnectionManagerTest.java', 'lib/src/main/java/io/ably/lib/transport/ConnectionManager.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 760,689 | 152,270 | 19,920 | 109 | 532 | 97 | 14 | 1 | 1,401 | 192 | 321 | 24 | 0 | 0 | 1970-01-01T00:27:59 | 55 | Java | {'Java': 2119819, 'Shell': 2346, 'HTML': 1161, 'Groovy': 753, 'JavaScript': 178} | Apache License 2.0 |
799 | ably/ably-java/934/935 | ably | ably-java | https://github.com/ably/ably-java/issues/935 | https://github.com/ably/ably-java/pull/934 | https://github.com/ably/ably-java/pull/934 | 1 | fixes | Realtime with authUrl with token in connection string fails to connect | See failing https://github.com/ably/ably-java/actions/runs/4882297437/jobs/8712194485
When authUrl contains token in query string, realtime does not connect | deec71a40affe522c59160b9278334768b928d90 | 1a153cb5b1b133f3480f9f439496576941330f65 | https://github.com/ably/ably-java/compare/deec71a40affe522c59160b9278334768b928d90...1a153cb5b1b133f3480f9f439496576941330f65 | diff --git a/lib/src/main/java/io/ably/lib/http/HttpUtils.java b/lib/src/main/java/io/ably/lib/http/HttpUtils.java
index 02889449..7852f375 100644
--- a/lib/src/main/java/io/ably/lib/http/HttpUtils.java
+++ b/lib/src/main/java/io/ably/lib/http/HttpUtils.java
@@ -4,6 +4,8 @@ import com.google.gson.JsonElement;
import... | ['lib/src/main/java/io/ably/lib/rest/Auth.java', 'lib/src/main/java/io/ably/lib/http/HttpUtils.java', 'lib/src/test/java/io/ably/lib/test/realtime/RealtimeAuthTest.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 760,958 | 152,319 | 19,928 | 109 | 1,903 | 359 | 31 | 2 | 159 | 14 | 40 | 3 | 1 | 0 | 1970-01-01T00:28:03 | 55 | Java | {'Java': 2119819, 'Shell': 2346, 'HTML': 1161, 'Groovy': 753, 'JavaScript': 178} | Apache License 2.0 |
798 | ably/ably-java/939/932 | ably | ably-java | https://github.com/ably/ably-java/issues/932 | https://github.com/ably/ably-java/pull/939 | https://github.com/ably/ably-java/pull/939 | 1 | fixes | RTN23a: Transport not disconnecting after TTL passed | Per RTN23a, a transport should be disconnected after receiving no activity for `maxIdleInterval` + `realtimeRequestTimeout`. This is implemented in `checkActivity()`: https://github.com/ably/ably-java/blob/deec71a40affe522c59160b9278334768b928d90/lib/src/main/java/io/ably/lib/transport/WebSocketTransport.java#L326
H... | 170e21f045b9a452db953b97607d2587ce5bb9aa | 13943faa5070796ba440c9dcd43f9ec732f2251c | https://github.com/ably/ably-java/compare/170e21f045b9a452db953b97607d2587ce5bb9aa...13943faa5070796ba440c9dcd43f9ec732f2251c | diff --git a/lib/src/main/java/io/ably/lib/transport/WebSocketTransport.java b/lib/src/main/java/io/ably/lib/transport/WebSocketTransport.java
index 85284b17..62a1d4b9 100644
--- a/lib/src/main/java/io/ably/lib/transport/WebSocketTransport.java
+++ b/lib/src/main/java/io/ably/lib/transport/WebSocketTransport.java
@@ -3... | ['lib/src/main/java/io/ably/lib/transport/WebSocketTransport.java', 'lib/src/test/java/io/ably/lib/test/realtime/ConnectionManagerTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 762,050 | 152,527 | 19,955 | 109 | 2,415 | 435 | 55 | 1 | 629 | 77 | 152 | 5 | 1 | 0 | 1970-01-01T00:28:04 | 55 | Java | {'Java': 2119819, 'Shell': 2346, 'HTML': 1161, 'Groovy': 753, 'JavaScript': 178} | Apache License 2.0 |
797 | ably/ably-java/951/950 | ably | ably-java | https://github.com/ably/ably-java/issues/950 | https://github.com/ably/ably-java/pull/951 | https://github.com/ably/ably-java/pull/951 | 1 | fixes | Connection manager switches to fallback hosts on close | https://github.com/ably/ably-java/blob/bbbcb4d1ee6e9bc7a8b98a2b4990259030e50725/lib/src/main/java/io/ably/lib/transport/ConnectionManager.java#L1393
When the transport becomes unavailable due to a number of reasons (including a clean close, or an abnormal close) the connection immediately jumps to a fallback host if... | bbbcb4d1ee6e9bc7a8b98a2b4990259030e50725 | f944ca164be68f1b82fdc41bd15962b8613b4355 | https://github.com/ably/ably-java/compare/bbbcb4d1ee6e9bc7a8b98a2b4990259030e50725...f944ca164be68f1b82fdc41bd15962b8613b4355 | diff --git a/lib/src/main/java/io/ably/lib/transport/ConnectionManager.java b/lib/src/main/java/io/ably/lib/transport/ConnectionManager.java
index 69f91299..cb442abe 100644
--- a/lib/src/main/java/io/ably/lib/transport/ConnectionManager.java
+++ b/lib/src/main/java/io/ably/lib/transport/ConnectionManager.java
@@ -265,6... | ['lib/src/main/java/io/ably/lib/transport/ConnectionManager.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 762,308 | 152,581 | 19,972 | 109 | 203 | 38 | 6 | 1 | 771 | 102 | 176 | 7 | 1 | 0 | 1970-01-01T00:28:05 | 55 | Java | {'Java': 2119819, 'Shell': 2346, 'HTML': 1161, 'Groovy': 753, 'JavaScript': 178} | Apache License 2.0 |
796 | ably/ably-java/960/958 | ably | ably-java | https://github.com/ably/ably-java/issues/958 | https://github.com/ably/ably-java/pull/960 | https://github.com/ably/ably-java/pull/960 | 1 | fixes | Error code for message decoding failure | At the moment, https://github.com/ably/ably-java/blob/main/lib/src/main/java/io/ably/lib/types/MessageDecodeException.java uses code 91200 for decoding failure. This code is undocumented, and we should ideally be using 40013 instead. | c3f438a8b1992850f68a16f9e7517a5dc205727e | 7122c951a610860283eccf502e41781f76bbc28f | https://github.com/ably/ably-java/compare/c3f438a8b1992850f68a16f9e7517a5dc205727e...7122c951a610860283eccf502e41781f76bbc28f | diff --git a/lib/src/main/java/io/ably/lib/types/MessageDecodeException.java b/lib/src/main/java/io/ably/lib/types/MessageDecodeException.java
index 6d89d63a..3c404320 100644
--- a/lib/src/main/java/io/ably/lib/types/MessageDecodeException.java
+++ b/lib/src/main/java/io/ably/lib/types/MessageDecodeException.java
@@ -1... | ['lib/src/main/java/io/ably/lib/types/MessageDecodeException.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 762,506 | 152,618 | 19,978 | 109 | 97 | 20 | 2 | 1 | 233 | 22 | 54 | 1 | 1 | 0 | 1970-01-01T00:28:08 | 55 | Java | {'Java': 2119819, 'Shell': 2346, 'HTML': 1161, 'Groovy': 753, 'JavaScript': 178} | Apache License 2.0 |
795 | ably/ably-java/961/959 | ably | ably-java | https://github.com/ably/ably-java/issues/959 | https://github.com/ably/ably-java/pull/961 | https://github.com/ably/ably-java/pull/961 | 1 | fixes | Error code for channel attachment timed out | In https://github.com/ably/ably-java/blob/c3f438a8b1992850f68a16f9e7517a5dc205727e/lib/src/main/java/io/ably/lib/realtime/ChannelBase.java#L482 we use code 91200 for a timeout whilst attaching to the channel prior to suspension. This code is not documented anywhere.
The error code in question was removed somewhere a... | c3f438a8b1992850f68a16f9e7517a5dc205727e | 483970922736f183142fa6ff27c8c40cf0eccd55 | https://github.com/ably/ably-java/compare/c3f438a8b1992850f68a16f9e7517a5dc205727e...483970922736f183142fa6ff27c8c40cf0eccd55 | diff --git a/lib/src/main/java/io/ably/lib/realtime/ChannelBase.java b/lib/src/main/java/io/ably/lib/realtime/ChannelBase.java
index fb28d966..453ee669 100644
--- a/lib/src/main/java/io/ably/lib/realtime/ChannelBase.java
+++ b/lib/src/main/java/io/ably/lib/realtime/ChannelBase.java
@@ -479,7 +479,7 @@ public abstract c... | ['lib/src/test/java/io/ably/lib/test/realtime/RealtimeChannelTest.java', 'lib/src/main/java/io/ably/lib/realtime/ChannelBase.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 762,506 | 152,618 | 19,978 | 109 | 177 | 30 | 2 | 1 | 396 | 43 | 106 | 3 | 1 | 0 | 1970-01-01T00:28:08 | 55 | Java | {'Java': 2119819, 'Shell': 2346, 'HTML': 1161, 'Groovy': 753, 'JavaScript': 178} | Apache License 2.0 |
815 | ably/ably-java/655/649 | ably | ably-java | https://github.com/ably/ably-java/issues/649 | https://github.com/ably/ably-java/pull/655 | https://github.com/ably/ably-java/pull/655 | 1 | fixes | AblyBase.InternalChannels is not thread-safe | in the AblyBase class, the InternalChannels class holds a map of channels, which gets auto-populated on get. however, the underlying data structure is a simple HashMap (which is not thread-safe). when you do a get for a channel which does not currently exist in the map, a new one is created and then inserted into the... | fcb4a1a7f7c15264236298083e7ef73a5bbde690 | e318ea3807e77705095c02cfe5652486db5f39f8 | https://github.com/ably/ably-java/compare/fcb4a1a7f7c15264236298083e7ef73a5bbde690...e318ea3807e77705095c02cfe5652486db5f39f8 | diff --git a/lib/src/main/java/io/ably/lib/realtime/AblyRealtime.java b/lib/src/main/java/io/ably/lib/realtime/AblyRealtime.java
index a97205cb..0ac891ea 100644
--- a/lib/src/main/java/io/ably/lib/realtime/AblyRealtime.java
+++ b/lib/src/main/java/io/ably/lib/realtime/AblyRealtime.java
@@ -2,7 +2,6 @@ package io.ably.l... | ['lib/src/main/java/io/ably/lib/util/InternalMap.java', 'lib/src/main/java/io/ably/lib/realtime/AblyRealtime.java', 'lib/src/main/java/io/ably/lib/rest/AblyBase.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 621,507 | 121,572 | 16,762 | 99 | 2,285 | 428 | 51 | 3 | 1,131 | 176 | 250 | 15 | 2 | 0 | 1970-01-01T00:26:54 | 55 | Java | {'Java': 2119819, 'Shell': 2346, 'HTML': 1161, 'Groovy': 753, 'JavaScript': 178} | Apache License 2.0 |
814 | ably/ably-java/656/654 | ably | ably-java | https://github.com/ably/ably-java/issues/654 | https://github.com/ably/ably-java/pull/656 | https://github.com/ably/ably-java/pull/656 | 1 | fixes | Crypto.getRandomMessageId isn't working as intended | the value being generated by this method is returning the toString result of a char[], which probably is not the intended "random" value.
┆Issue is synchronized with this [Jira Bug](https://ably.atlassian.net/browse/SDK-659) by [Unito](https://www.unito.io)
| fcb4a1a7f7c15264236298083e7ef73a5bbde690 | e497bdac19519962e71eadc30c1ade9da5e364e0 | https://github.com/ably/ably-java/compare/fcb4a1a7f7c15264236298083e7ef73a5bbde690...e497bdac19519962e71eadc30c1ade9da5e364e0 | diff --git a/lib/src/main/java/io/ably/lib/util/Crypto.java b/lib/src/main/java/io/ably/lib/util/Crypto.java
index b20915b0..56ea62fb 100644
--- a/lib/src/main/java/io/ably/lib/util/Crypto.java
+++ b/lib/src/main/java/io/ably/lib/util/Crypto.java
@@ -321,7 +321,7 @@ public class Crypto {
public static String getRa... | ['lib/src/main/java/io/ably/lib/util/Crypto.java', 'lib/src/test/java/io/ably/lib/util/CryptoTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 621,507 | 121,572 | 16,762 | 99 | 108 | 21 | 2 | 1 | 261 | 32 | 63 | 6 | 2 | 0 | 1970-01-01T00:26:54 | 55 | Java | {'Java': 2119819, 'Shell': 2346, 'HTML': 1161, 'Groovy': 753, 'JavaScript': 178} | Apache License 2.0 |
8,603 | ist-dresden/composum-nodes/77/73 | ist-dresden | composum-nodes | https://github.com/ist-dresden/composum-nodes/issues/73 | https://github.com/ist-dresden/composum-nodes/pull/77 | https://github.com/ist-dresden/composum-nodes/pull/77 | 1 | fix | Package Uploading is not respecting "force" and always forces an upload | Based on CRX Package Manager forcing an upload means that it will replace an already uploaded package and it not forced then the upload will fail.
As far as I understand the code the force tag is actually migrating to Package Zip File strict which is does seem wrong.
Anyhow it would be nice if Composum could act ... | 062e0b2eb6229906a4221c8da55d36647626516a | 273808407f8d7bbcd73b92df825d0c5fab5e9243 | https://github.com/ist-dresden/composum-nodes/compare/062e0b2eb6229906a4221c8da55d36647626516a...273808407f8d7bbcd73b92df825d0c5fab5e9243 | diff --git a/sling/core/pckgmgr/src/main/java/com/composum/sling/core/pckgmgr/PackageServlet.java b/sling/core/pckgmgr/src/main/java/com/composum/sling/core/pckgmgr/PackageServlet.java
index e4c940428..2a6edd2f0 100644
--- a/sling/core/pckgmgr/src/main/java/com/composum/sling/core/pckgmgr/PackageServlet.java
+++ b/slin... | ['sling/core/pckgmgr/src/main/java/com/composum/sling/core/pckgmgr/PackageServlet.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 933,502 | 170,674 | 24,723 | 126 | 182 | 28 | 2 | 1 | 379 | 68 | 76 | 5 | 0 | 0 | 1970-01-01T00:24:53 | 54 | JavaScript | {'JavaScript': 19206236, 'Java': 3257834, 'CSS': 536542, 'SCSS': 162416, 'Less': 78481, 'HTML': 51687, 'Shell': 13522, 'Groovy': 7195, 'XSLT': 451} | MIT License |
8,605 | ist-dresden/composum-nodes/75/73 | ist-dresden | composum-nodes | https://github.com/ist-dresden/composum-nodes/issues/73 | https://github.com/ist-dresden/composum-nodes/pull/75 | https://github.com/ist-dresden/composum-nodes/pull/75 | 1 | fixed | Package Uploading is not respecting "force" and always forces an upload | Based on CRX Package Manager forcing an upload means that it will replace an already uploaded package and it not forced then the upload will fail.
As far as I understand the code the force tag is actually migrating to Package Zip File strict which is does seem wrong.
Anyhow it would be nice if Composum could act ... | a7268cb44a389f3ac79c81ba206db843e18c942f | 2a94dd827a902d3436a3a5c63d8ac77a4abffb22 | https://github.com/ist-dresden/composum-nodes/compare/a7268cb44a389f3ac79c81ba206db843e18c942f...2a94dd827a902d3436a3a5c63d8ac77a4abffb22 | diff --git a/sling/core/commons/src/main/java/com/composum/sling/core/util/RequestUtil.java b/sling/core/commons/src/main/java/com/composum/sling/core/util/RequestUtil.java
index 8e68c578b..1b2ea5d27 100644
--- a/sling/core/commons/src/main/java/com/composum/sling/core/util/RequestUtil.java
+++ b/sling/core/commons/src... | ['sling/core/pckgmgr/src/main/java/com/composum/sling/core/pckgmgr/PackageServlet.java', 'sling/core/commons/src/main/java/com/composum/sling/core/util/RequestUtil.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 933,476 | 170,668 | 24,723 | 126 | 538 | 102 | 8 | 2 | 379 | 68 | 76 | 5 | 0 | 0 | 1970-01-01T00:24:53 | 54 | JavaScript | {'JavaScript': 19206236, 'Java': 3257834, 'CSS': 536542, 'SCSS': 162416, 'Less': 78481, 'HTML': 51687, 'Shell': 13522, 'Groovy': 7195, 'XSLT': 451} | MIT License |
8,606 | ist-dresden/composum-nodes/74/73 | ist-dresden | composum-nodes | https://github.com/ist-dresden/composum-nodes/issues/73 | https://github.com/ist-dresden/composum-nodes/pull/74 | https://github.com/ist-dresden/composum-nodes/pull/74 | 1 | fixed | Package Uploading is not respecting "force" and always forces an upload | Based on CRX Package Manager forcing an upload means that it will replace an already uploaded package and it not forced then the upload will fail.
As far as I understand the code the force tag is actually migrating to Package Zip File strict which is does seem wrong.
Anyhow it would be nice if Composum could act ... | 46be78d0a946d2d0ee8afd38bf2b2f5cd0d1f08b | 96ef9118addaded21b3f03e39cb2e7dd7ceea38d | https://github.com/ist-dresden/composum-nodes/compare/46be78d0a946d2d0ee8afd38bf2b2f5cd0d1f08b...96ef9118addaded21b3f03e39cb2e7dd7ceea38d | diff --git a/sling/core/commons/src/main/java/com/composum/sling/core/util/RequestUtil.java b/sling/core/commons/src/main/java/com/composum/sling/core/util/RequestUtil.java
index 8e68c578b..1b2ea5d27 100644
--- a/sling/core/commons/src/main/java/com/composum/sling/core/util/RequestUtil.java
+++ b/sling/core/commons/src... | ['sling/core/pckgmgr/src/main/java/com/composum/sling/core/pckgmgr/PackageServlet.java', 'sling/core/commons/src/main/java/com/composum/sling/core/util/RequestUtil.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 933,476 | 170,668 | 24,723 | 126 | 538 | 102 | 8 | 2 | 379 | 68 | 76 | 5 | 0 | 0 | 1970-01-01T00:24:53 | 54 | JavaScript | {'JavaScript': 19206236, 'Java': 3257834, 'CSS': 536542, 'SCSS': 162416, 'Less': 78481, 'HTML': 51687, 'Shell': 13522, 'Groovy': 7195, 'XSLT': 451} | MIT License |
8,604 | ist-dresden/composum-nodes/76/73 | ist-dresden | composum-nodes | https://github.com/ist-dresden/composum-nodes/issues/73 | https://github.com/ist-dresden/composum-nodes/pull/76 | https://github.com/ist-dresden/composum-nodes/pull/76 | 1 | fix | Package Uploading is not respecting "force" and always forces an upload | Based on CRX Package Manager forcing an upload means that it will replace an already uploaded package and it not forced then the upload will fail.
As far as I understand the code the force tag is actually migrating to Package Zip File strict which is does seem wrong.
Anyhow it would be nice if Composum could act ... | 2a94dd827a902d3436a3a5c63d8ac77a4abffb22 | aff3e5a3ecbfb98b433423a487b67b39be972582 | https://github.com/ist-dresden/composum-nodes/compare/2a94dd827a902d3436a3a5c63d8ac77a4abffb22...aff3e5a3ecbfb98b433423a487b67b39be972582 | diff --git a/sling/core/pckgmgr/src/main/java/com/composum/sling/core/pckgmgr/PackageServlet.java b/sling/core/pckgmgr/src/main/java/com/composum/sling/core/pckgmgr/PackageServlet.java
index e4c940428..2a6edd2f0 100644
--- a/sling/core/pckgmgr/src/main/java/com/composum/sling/core/pckgmgr/PackageServlet.java
+++ b/slin... | ['sling/core/pckgmgr/src/main/java/com/composum/sling/core/pckgmgr/PackageServlet.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 933,502 | 170,674 | 24,723 | 126 | 182 | 28 | 2 | 1 | 379 | 68 | 76 | 5 | 0 | 0 | 1970-01-01T00:24:53 | 54 | JavaScript | {'JavaScript': 19206236, 'Java': 3257834, 'CSS': 536542, 'SCSS': 162416, 'Less': 78481, 'HTML': 51687, 'Shell': 13522, 'Groovy': 7195, 'XSLT': 451} | MIT License |
9,715 | netflix/conductor-community/242/241 | netflix | conductor-community | https://github.com/Netflix/conductor-community/issues/241 | https://github.com/Netflix/conductor-community/pull/242 | https://github.com/Netflix/conductor-community/pull/242 | 2 | fix | AMQPObservableQueue 'ack' implementation is inconsistent with the interface | **Describe the bug**
The `AMQPObservableQueue` class incorrectly implements the `List<String> ack(List<Message> messages);` function from the `ObservableQueue` interface. The javadoc of `ObservableQueue#ack` states:
```
@return the id of the ones which could not be ack'ed
```
The behaviour of `AMQPObservable... | c0fe98ca5c0e1d05cf48093b5bf74b695cda34e9 | 5a3792e4c803992ee4f36d6881870fe2c588c1fb | https://github.com/netflix/conductor-community/compare/c0fe98ca5c0e1d05cf48093b5bf74b695cda34e9...5a3792e4c803992ee4f36d6881870fe2c588c1fb | diff --git a/event-queue/amqp/src/main/java/com/netflix/conductor/contribs/queue/amqp/AMQPObservableQueue.java b/event-queue/amqp/src/main/java/com/netflix/conductor/contribs/queue/amqp/AMQPObservableQueue.java
index ff26fc7c..c1ecadd7 100644
--- a/event-queue/amqp/src/main/java/com/netflix/conductor/contribs/queue/amq... | ['event-queue/amqp/src/main/java/com/netflix/conductor/contribs/queue/amqp/AMQPObservableQueue.java', 'event-queue/amqp/src/test/java/com/netflix/conductor/contribs/queue/amqp/AMQPObservableQueueTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 631,394 | 115,617 | 16,528 | 99 | 330 | 51 | 6 | 1 | 1,609 | 168 | 374 | 46 | 1 | 2 | 1970-01-01T00:28:08 | 52 | Java | {'Java': 952349, 'Groovy': 29286, 'PLpgSQL': 1962, 'Shell': 168} | Apache License 2.0 |
9,328 | ably/ably-flutter/358/356 | ably | ably-flutter | https://github.com/ably/ably-flutter/issues/356 | https://github.com/ably/ably-flutter/pull/358 | https://github.com/ably/ably-flutter/pull/358 | 1 | resolved | Android only - Returning a TokenDetails with 'issued' and 'expires' values in epoch milliseconds throws java error | Setup:
* Device: Pixel 3XL
* Android: 11
* Flutter: 2.10.3
* Ably package: 1.2.12
Configuration:
Ably with token authentication
{{authCallback}} property in {{ClientOptions}} pointing to a function that returns a {{TokenDetails}} object. As per documentation the object contains {{issued}} and {{expires}} propertie... | fc8078a98f4db1702d904e81f49431d4f5ca529d | 9397c4875119220b00b3e9028fc974da3d094109 | https://github.com/ably/ably-flutter/compare/fc8078a98f4db1702d904e81f49431d4f5ca529d...9397c4875119220b00b3e9028fc974da3d094109 | diff --git a/android/src/main/java/io/ably/flutter/plugin/AblyMessageCodec.java b/android/src/main/java/io/ably/flutter/plugin/AblyMessageCodec.java
index 27447133..455a5f3a 100644
--- a/android/src/main/java/io/ably/flutter/plugin/AblyMessageCodec.java
+++ b/android/src/main/java/io/ably/flutter/plugin/AblyMessageCode... | ['android/src/main/java/io/ably/flutter/plugin/AblyMessageCodec.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 162,049 | 33,109 | 3,682 | 22 | 401 | 104 | 4 | 1 | 5,219 | 348 | 1,426 | 87 | 1 | 0 | 1970-01-01T00:27:28 | 50 | Dart | {'Dart': 556498, 'Java': 177035, 'Objective-C': 121180, 'Swift': 36810, 'C': 19178, 'JavaScript': 4330, 'Ruby': 3899, 'Kotlin': 146, 'Shell': 60} | Apache License 2.0 |
9,332 | ably/ably-flutter/164/156 | ably | ably-flutter | https://github.com/ably/ably-flutter/issues/156 | https://github.com/ably/ably-flutter/pull/164 | https://github.com/ably/ably-flutter/pull/164 | 1 | closes | Token Authentication with authCallback in Android: `java.lang.Exception: Invalid authCallback response` | When using token authentication by setting the authCallback in ably-flutter running on Android devices, an exception is always thrown. Token authentication still works because this method is called until this method does return the value.
More detail: The ably-java expects a synchronous return value when it calls `Obj... | 165afcf5be3307566aaa3ee42becdbd35e59ba47 | dcf217dfef1ae69bde54bdc2fe278435da048a20 | https://github.com/ably/ably-flutter/compare/165afcf5be3307566aaa3ee42becdbd35e59ba47...dcf217dfef1ae69bde54bdc2fe278435da048a20 | diff --git a/android/src/main/java/io/ably/flutter/plugin/AblyMethodCallHandler.java b/android/src/main/java/io/ably/flutter/plugin/AblyMethodCallHandler.java
index 08a49ff0..ae68c4dc 100644
--- a/android/src/main/java/io/ably/flutter/plugin/AblyMethodCallHandler.java
+++ b/android/src/main/java/io/ably/flutter/plugin/... | ['android/src/main/java/io/ably/flutter/plugin/AblyMethodCallHandler.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 124,627 | 25,884 | 2,842 | 15 | 1,916 | 350 | 38 | 1 | 2,554 | 244 | 569 | 32 | 6 | 1 | 1970-01-01T00:27:10 | 50 | Dart | {'Dart': 556498, 'Java': 177035, 'Objective-C': 121180, 'Swift': 36810, 'C': 19178, 'JavaScript': 4330, 'Ruby': 3899, 'Kotlin': 146, 'Shell': 60} | Apache License 2.0 |
9,330 | ably/ably-flutter/321/308 | ably | ably-flutter | https://github.com/ably/ably-flutter/issues/308 | https://github.com/ably/ably-flutter/pull/321 | https://github.com/ably/ably-flutter/pull/321 | 1 | fixes | Android: `java.lang.ArrayIndexOutOfBoundsException` thrown by `AblyInstanceStore`'s `setPaginatedResult` method | We've had a customer report that a small subset of their app users have experienced this crash.
Information provided via Firebase Crashlytics...
{code}
Fatal Exception: java.lang.ArrayIndexOutOfBoundsException
src.length=11 srcPos=0 dst.length=25 dstPos=0 length=12
java.lang.System.arraycopy (System.java)
com.android... | 46c6947febdf87a34f7aa8a03d36a2b6c8a67488 | 1e1c6b9589104cd14cbc2eb62870e6c3d4f84ce3 | https://github.com/ably/ably-flutter/compare/46c6947febdf87a34f7aa8a03d36a2b6c8a67488...1e1c6b9589104cd14cbc2eb62870e6c3d4f84ce3 | diff --git a/android/src/main/java/io/ably/flutter/plugin/AblyInstanceStore.java b/android/src/main/java/io/ably/flutter/plugin/AblyInstanceStore.java
index f0fd689c..d3040f3b 100644
--- a/android/src/main/java/io/ably/flutter/plugin/AblyInstanceStore.java
+++ b/android/src/main/java/io/ably/flutter/plugin/AblyInstance... | ['android/src/main/java/io/ably/flutter/plugin/AblyInstanceStore.java', 'android/src/main/java/io/ably/flutter/plugin/AblyMethodCallHandler.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 156,621 | 32,129 | 3,549 | 21 | 7,073 | 1,356 | 126 | 2 | 1,698 | 118 | 430 | 31 | 1 | 0 | 1970-01-01T00:27:24 | 50 | Dart | {'Dart': 556498, 'Java': 177035, 'Objective-C': 121180, 'Swift': 36810, 'C': 19178, 'JavaScript': 4330, 'Ruby': 3899, 'Kotlin': 146, 'Shell': 60} | Apache License 2.0 |
9,331 | ably/ably-flutter/303/298 | ably | ably-flutter | https://github.com/ably/ably-flutter/issues/298 | https://github.com/ably/ably-flutter/pull/303 | https://github.com/ably/ably-flutter/pull/303 | 1 | fixes | Customer reporting issue with NPE on Android push notifications | Details:
Hi , we also noticed that after the move to official ably plugin, we're getting a surge in the following error for Android:
{code}
Fatal Exception: java.lang.NullPointerException
Attempt to invoke interface method 'void io.flutter.plugin.common.MethodChannel$Result.error(java.lang.String, java.lang.String, ... | afca512c95824e5bd5eeddae4cfd7b25e1ddd051 | f9534e5ef650d32dfd330eec35595ce071dca3b0 | https://github.com/ably/ably-flutter/compare/afca512c95824e5bd5eeddae4cfd7b25e1ddd051...f9534e5ef650d32dfd330eec35595ce071dca3b0 | diff --git a/android/src/main/java/io/ably/flutter/plugin/push/PushActivationEventHandlers.java b/android/src/main/java/io/ably/flutter/plugin/push/PushActivationEventHandlers.java
index 7fd1a7a4..01a7e7fa 100644
--- a/android/src/main/java/io/ably/flutter/plugin/push/PushActivationEventHandlers.java
+++ b/android/src/... | ['android/src/main/java/io/ably/flutter/plugin/push/PushActivationEventHandlers.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 156,141 | 32,026 | 3,539 | 21 | 905 | 183 | 18 | 1 | 1,523 | 117 | 356 | 37 | 0 | 0 | 1970-01-01T00:27:23 | 50 | Dart | {'Dart': 556498, 'Java': 177035, 'Objective-C': 121180, 'Swift': 36810, 'C': 19178, 'JavaScript': 4330, 'Ruby': 3899, 'Kotlin': 146, 'Shell': 60} | Apache License 2.0 |
521 | release-engineering/pom-manipulation-ext/124/122 | release-engineering | pom-manipulation-ext | https://github.com/release-engineering/pom-manipulation-ext/issues/122 | https://github.com/release-engineering/pom-manipulation-ext/pull/124 | https://github.com/release-engineering/pom-manipulation-ext/pull/124#issuecomment-91650270 | 1 | fixes | REGRESSION: versions no longer zero-filled for matching | given POM version: '7'
given metadata versions:
- '7'
- '7.0.0.build-3'
The new version should be '7.0.0.build-4', but it's '7.0.0.build-1' (it's not zero-filling the version when matching against the metadata versions). I've confirmed that this worked when we were using atlas for version parsing / sorting, but broke ... | 621616d0a1dc6611fed872624e8b07e02bb4d99a | 2b1360a54d66f8202a8a357ff6f1555599fbad17 | https://github.com/release-engineering/pom-manipulation-ext/compare/621616d0a1dc6611fed872624e8b07e02bb4d99a...2b1360a54d66f8202a8a357ff6f1555599fbad17 | diff --git a/src/main/java/org/commonjava/maven/ext/manip/impl/Version.java b/src/main/java/org/commonjava/maven/ext/manip/impl/Version.java
index ace29106..c6aafb2a 100644
--- a/src/main/java/org/commonjava/maven/ext/manip/impl/Version.java
+++ b/src/main/java/org/commonjava/maven/ext/manip/impl/Version.java
@@ -611,1... | ['src/test/java/org/commonjava/maven/ext/manip/impl/VersionTest.java', 'src/main/java/org/commonjava/maven/ext/manip/impl/Version.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 264,163 | 50,441 | 7,419 | 38 | 579 | 122 | 9 | 1 | 385 | 58 | 103 | 7 | 0 | 0 | 1970-01-01T00:23:48 | 49 | Java | {'Java': 1611249, 'Groovy': 295181} | Apache License 2.0 |
9,291 | nasa-ammos/aerie/533/526 | nasa-ammos | aerie | https://github.com/NASA-AMMOS/aerie/issues/526 | https://github.com/NASA-AMMOS/aerie/pull/533 | https://github.com/NASA-AMMOS/aerie/pull/533 | 1 | fixes | Negative delay moves simulation time backward | Labeling this as a bug - but maybe it's a feature...? 😅
## Description
Type-wise, everything is fine - delay is defined to work on Duration, and that includes negative durations. However, I think this violates other invariants of the system - such as the invariant that the start offsets of resource profile segment... | 3c2bbff2df4f161fc7ee23cecc8fc878db492dac | 051a0f17ca122d06b99ac830fc51c3966b1e8740 | https://github.com/nasa-ammos/aerie/compare/3c2bbff2df4f161fc7ee23cecc8fc878db492dac...051a0f17ca122d06b99ac830fc51c3966b1e8740 | diff --git a/merlin-driver/src/main/java/gov/nasa/jpl/aerie/merlin/driver/engine/SimulationEngine.java b/merlin-driver/src/main/java/gov/nasa/jpl/aerie/merlin/driver/engine/SimulationEngine.java
index b45646aa3..de252a9c7 100644
--- a/merlin-driver/src/main/java/gov/nasa/jpl/aerie/merlin/driver/engine/SimulationEngine.... | ['merlin-driver/src/main/java/gov/nasa/jpl/aerie/merlin/driver/engine/SimulationEngine.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 1,748,738 | 370,965 | 48,135 | 628 | 300 | 53 | 5 | 1 | 1,906 | 232 | 484 | 22 | 3 | 0 | 1970-01-01T00:27:50 | 46 | Java | {'Java': 3072373, 'TypeScript': 826910, 'PLpgSQL': 504470, 'HCL': 21353, 'Python': 10525, 'Dockerfile': 3010, 'JavaScript': 2717, 'Shell': 1998, 'Makefile': 153} | MIT License |
9,290 | nasa-ammos/aerie/623/457 | nasa-ammos | aerie | https://github.com/NASA-AMMOS/aerie/issues/457 | https://github.com/NASA-AMMOS/aerie/pull/623 | https://github.com/NASA-AMMOS/aerie/pull/623 | 1 | closes | Cardinality goal does not respect applyWhen | I want to write a cardinality goal that is only able to satisfy itself with / create activity instances within a given time bounds specified in an `applyWhen` clause. Currently, this goal finds all of activity instances in the plan even if they are very far from the specified window.
```ts
export default (): Goal =... | 8f9baf32d4d80b918ee912c6cc163eae0159cf96 | abe084f5d5ca35d29a21ab5c3fc403746f2e8ff7 | https://github.com/nasa-ammos/aerie/compare/8f9baf32d4d80b918ee912c6cc163eae0159cf96...abe084f5d5ca35d29a21ab5c3fc403746f2e8ff7 | diff --git a/scheduler-driver/src/main/java/gov/nasa/jpl/aerie/scheduler/constraints/activities/ActivityExpression.java b/scheduler-driver/src/main/java/gov/nasa/jpl/aerie/scheduler/constraints/activities/ActivityExpression.java
index b98ca05fd..ed2ef2564 100644
--- a/scheduler-driver/src/main/java/gov/nasa/jpl/aerie/s... | ['scheduler-driver/src/main/java/gov/nasa/jpl/aerie/scheduler/constraints/activities/ActivityExpression.java', 'scheduler-driver/src/test/java/gov/nasa/jpl/aerie/scheduler/PrioritySolverTest.java', 'scheduler-driver/src/main/java/gov/nasa/jpl/aerie/scheduler/goals/CardinalityGoal.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 1,765,678 | 374,165 | 48,425 | 632 | 443 | 92 | 6 | 2 | 691 | 77 | 154 | 17 | 1 | 1 | 1970-01-01T00:27:55 | 46 | Java | {'Java': 3072373, 'TypeScript': 826910, 'PLpgSQL': 504470, 'HCL': 21353, 'Python': 10525, 'Dockerfile': 3010, 'JavaScript': 2717, 'Shell': 1998, 'Makefile': 153} | MIT License |
9,288 | nasa-ammos/aerie/835/834 | nasa-ammos | aerie | https://github.com/NASA-AMMOS/aerie/issues/834 | https://github.com/NASA-AMMOS/aerie/pull/835 | https://github.com/NASA-AMMOS/aerie/pull/835 | 1 | fixes | Error when saving scheduling simulation results with child activities | Aerie version: 49bfe3f7ed4ccc1826727fd972d9036fb8e7edd0
To reproduce: create a plan with banananation, add a scheduling goal of any sort, e.g.
```typescript
export default (): Goal => {
return Goal.ActivityRecurrenceGoal({
interval: Temporal.Duration.from({hours: 48}),
activityTemplate: ActivityTemp... | cc591d1bf8d477739da73b99eb647269cea96d98 | cde58ebc3fbebd7cdbe4dd47fcf8552a45a254b2 | https://github.com/nasa-ammos/aerie/compare/cc591d1bf8d477739da73b99eb647269cea96d98...cde58ebc3fbebd7cdbe4dd47fcf8552a45a254b2 | diff --git a/scheduler-server/src/main/java/gov/nasa/jpl/aerie/scheduler/server/services/GraphQLMerlinService.java b/scheduler-server/src/main/java/gov/nasa/jpl/aerie/scheduler/server/services/GraphQLMerlinService.java
index 94a1f92a4..2f609da81 100644
--- a/scheduler-server/src/main/java/gov/nasa/jpl/aerie/scheduler/s... | ['scheduler-server/src/main/java/gov/nasa/jpl/aerie/scheduler/server/services/GraphQLMerlinService.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 1,845,295 | 390,776 | 50,095 | 647 | 1,358 | 248 | 20 | 1 | 2,260 | 115 | 513 | 40 | 1 | 2 | 1970-01-01T00:28:00 | 46 | Java | {'Java': 3072373, 'TypeScript': 826910, 'PLpgSQL': 504470, 'HCL': 21353, 'Python': 10525, 'Dockerfile': 3010, 'JavaScript': 2717, 'Shell': 1998, 'Makefile': 153} | MIT License |
9,287 | nasa-ammos/aerie/951/916 | nasa-ammos | aerie | https://github.com/NASA-AMMOS/aerie/issues/916 | https://github.com/NASA-AMMOS/aerie/pull/951 | https://github.com/NASA-AMMOS/aerie/pull/951 | 1 | closes | Cannot use ActivityPresets with Enum Values in Scheduling EDSL | ### Checked for duplicates
Yes - I've already checked
### Is this a regression?
No - This is a new bug
### Version
develop
### Describe the bug
Goals that use ActivityPresets to define the `activityTemplate` or `activityFinder` fields fail to compile with a type error if the ActivityType of the pre... | f9966834894f6f165920dbead80df01ecf91469a | abdbca1556be763c9fc51a825ca9951874cff2d7 | https://github.com/nasa-ammos/aerie/compare/f9966834894f6f165920dbead80df01ecf91469a...abdbca1556be763c9fc51a825ca9951874cff2d7 | diff --git a/scheduler-server/src/main/java/gov/nasa/jpl/aerie/scheduler/server/services/TypescriptCodeGenerationService.java b/scheduler-server/src/main/java/gov/nasa/jpl/aerie/scheduler/server/services/TypescriptCodeGenerationService.java
index 52f4ac042..12602b164 100644
--- a/scheduler-server/src/main/java/gov/nasa... | ['scheduler-server/src/test/java/gov/nasa/jpl/aerie/scheduler/server/services/TypescriptCodeGenerationServiceTest.java', 'scheduler-server/src/testFixtures/java/gov/nasa/jpl/aerie/scheduler/server/services/TypescriptCodeGenerationServiceTestFixtures.java', 'scheduler-server/src/main/java/gov/nasa/jpl/aerie/scheduler/se... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 1,854,682 | 392,646 | 50,250 | 635 | 3,122 | 631 | 54 | 2 | 1,641 | 184 | 400 | 59 | 0 | 3 | 1970-01-01T00:28:04 | 46 | Java | {'Java': 3072373, 'TypeScript': 826910, 'PLpgSQL': 504470, 'HCL': 21353, 'Python': 10525, 'Dockerfile': 3010, 'JavaScript': 2717, 'Shell': 1998, 'Makefile': 153} | MIT License |
9,286 | nasa-ammos/aerie/979/859 | nasa-ammos | aerie | https://github.com/NASA-AMMOS/aerie/issues/859 | https://github.com/NASA-AMMOS/aerie/pull/979 | https://github.com/NASA-AMMOS/aerie/pull/979 | 1 | fixes | Stop the ResumableSimulationDriver when it reaches the plan end bound | When using the simulateActivity method, the driver will stop only when the activity finishes which could happen after the plan end. | 97b373540109bbd3b1fbc37885326381c3c048cb | 96b5e582ac9660a3310c06a53317e183056f1aa5 | https://github.com/nasa-ammos/aerie/compare/97b373540109bbd3b1fbc37885326381c3c048cb...96b5e582ac9660a3310c06a53317e183056f1aa5 | diff --git a/scheduler-driver/src/main/java/gov/nasa/jpl/aerie/scheduler/constraints/activities/ActivityCreationTemplate.java b/scheduler-driver/src/main/java/gov/nasa/jpl/aerie/scheduler/constraints/activities/ActivityCreationTemplate.java
index 7060df2c3..d70203d13 100644
--- a/scheduler-driver/src/main/java/gov/nasa... | ['scheduler-driver/src/main/java/gov/nasa/jpl/aerie/scheduler/simulation/ResumableSimulationDriver.java', 'scheduler-driver/src/main/java/gov/nasa/jpl/aerie/scheduler/simulation/SimulationFacade.java', 'scheduler-driver/src/main/java/gov/nasa/jpl/aerie/scheduler/constraints/activities/ActivityCreationTemplate.java', 's... | {'.java': 5} | 5 | 5 | 0 | 0 | 5 | 1,851,003 | 391,233 | 50,081 | 636 | 4,190 | 794 | 69 | 3 | 131 | 21 | 24 | 1 | 0 | 0 | 1970-01-01T00:28:06 | 46 | Java | {'Java': 3072373, 'TypeScript': 826910, 'PLpgSQL': 504470, 'HCL': 21353, 'Python': 10525, 'Dockerfile': 3010, 'JavaScript': 2717, 'Shell': 1998, 'Makefile': 153} | MIT License |
9,289 | nasa-ammos/aerie/650/633 | nasa-ammos | aerie | https://github.com/NASA-AMMOS/aerie/issues/633 | https://github.com/NASA-AMMOS/aerie/pull/650 | https://github.com/NASA-AMMOS/aerie/pull/650 | 1 | fixes | Cannot read field "durationInMicroseconds" because "right" is null | Running a scheduling goal twice in a row for Banananation on develop gives the error:
```text
java.lang.NullPointerException: Cannot read field "durationInMicroseconds" because "right" is null
at gov.nasa.jpl.aerie.merlin.protocol.types.Duration.add(Duration.java:230)
at gov.nasa.jpl.aerie.merlin.protocol.types... | 91bc4e6d880b3af6a9828aff7bb85bf7644380fa | 15ce8f7c0e1468338f5087b2dbc15330fcf1efb0 | https://github.com/nasa-ammos/aerie/compare/91bc4e6d880b3af6a9828aff7bb85bf7644380fa...15ce8f7c0e1468338f5087b2dbc15330fcf1efb0 | diff --git a/scheduler-driver/src/main/java/gov/nasa/jpl/aerie/scheduler/model/ActivityInstance.java b/scheduler-driver/src/main/java/gov/nasa/jpl/aerie/scheduler/model/ActivityInstance.java
index 1ca2eda70..a2f85e713 100644
--- a/scheduler-driver/src/main/java/gov/nasa/jpl/aerie/scheduler/model/ActivityInstance.java
+... | ['scheduler-driver/src/main/java/gov/nasa/jpl/aerie/scheduler/simulation/SimulationFacade.java', 'scheduler-worker/src/test/java/gov/nasa/jpl/aerie/scheduler/worker/services/SchedulingIntegrationTests.java', 'scheduler-driver/src/main/java/gov/nasa/jpl/aerie/scheduler/model/ActivityInstance.java', 'scheduler-driver/src... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 1,775,913 | 376,384 | 48,659 | 635 | 3,627 | 659 | 70 | 3 | 1,378 | 82 | 321 | 26 | 0 | 2 | 1970-01-01T00:27:55 | 46 | Java | {'Java': 3072373, 'TypeScript': 826910, 'PLpgSQL': 504470, 'HCL': 21353, 'Python': 10525, 'Dockerfile': 3010, 'JavaScript': 2717, 'Shell': 1998, 'Makefile': 153} | MIT License |
9,285 | nasa-ammos/aerie/1098/1092 | nasa-ammos | aerie | https://github.com/NASA-AMMOS/aerie/issues/1092 | https://github.com/NASA-AMMOS/aerie/pull/1098 | https://github.com/NASA-AMMOS/aerie/pull/1098 | 1 | closes | Scheduling Goal Linked to Anchored Activity Failing | ### Checked for duplicates
No - I haven't checked
### Is this a regression?
No - This is a new bug
### Version
1.6.1
### Describe the bug
When running a scheduling goal that is a coexistence goal to link an activity to an anchored activity (already in the plan pre-scheduling) results in a scheduling failure erro... | 0ab198d46536d883fb4b8115d40db57e7385cc5f | 4622ee04578e70ec7312cd930f3e108d4ab9faf4 | https://github.com/nasa-ammos/aerie/compare/0ab198d46536d883fb4b8115d40db57e7385cc5f...4622ee04578e70ec7312cd930f3e108d4ab9faf4 | diff --git a/scheduler-driver/src/main/java/gov/nasa/jpl/aerie/scheduler/simulation/ResumableSimulationDriver.java b/scheduler-driver/src/main/java/gov/nasa/jpl/aerie/scheduler/simulation/ResumableSimulationDriver.java
index 951535d5e..a507c7492 100644
--- a/scheduler-driver/src/main/java/gov/nasa/jpl/aerie/scheduler/s... | ['scheduler-driver/src/main/java/gov/nasa/jpl/aerie/scheduler/solver/PrioritySolver.java', 'scheduler-driver/src/main/java/gov/nasa/jpl/aerie/scheduler/simulation/ResumableSimulationDriver.java', 'scheduler-driver/src/test/java/gov/nasa/jpl/aerie/scheduler/PrioritySolverTest.java', 'scheduler-worker/src/test/java/gov/n... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 1,908,091 | 402,877 | 51,585 | 661 | 843 | 172 | 14 | 2 | 4,055 | 345 | 1,062 | 84 | 1 | 3 | 1970-01-01T00:28:12 | 46 | Java | {'Java': 3072373, 'TypeScript': 826910, 'PLpgSQL': 504470, 'HCL': 21353, 'Python': 10525, 'Dockerfile': 3010, 'JavaScript': 2717, 'Shell': 1998, 'Makefile': 153} | MIT License |
1,197 | microsoftgraph/msgraph-sdk-java-core/219/217 | microsoftgraph | msgraph-sdk-java-core | https://github.com/microsoftgraph/msgraph-sdk-java-core/issues/217 | https://github.com/microsoftgraph/msgraph-sdk-java-core/pull/219 | https://github.com/microsoftgraph/msgraph-sdk-java-core/pull/219 | 2 | fixes | Serialization of TimeOfDay in update mailboxSettings.workingHours.startTime | Greetings! I tried to update the user `mailboxSetting.workingHours.startTime` but ended up with an error. See also https://github.com/microsoftgraph/msgraph-sdk-java/issues/168#issuecomment-852027168.
Code:
```
GraphServiceClient<Request> client = connector.getGraphClient();
MailboxSettings mailboxSetting... | 2ce705b536a49935afab77622c70bd8860fcfa42 | 3925b79a683dfc45af225cb6fe7176db552fdcdd | https://github.com/microsoftgraph/msgraph-sdk-java-core/compare/2ce705b536a49935afab77622c70bd8860fcfa42...3925b79a683dfc45af225cb6fe7176db552fdcdd | diff --git a/src/main/java/com/microsoft/graph/serializer/GsonFactory.java b/src/main/java/com/microsoft/graph/serializer/GsonFactory.java
index d4da626..4a040cc 100644
--- a/src/main/java/com/microsoft/graph/serializer/GsonFactory.java
+++ b/src/main/java/com/microsoft/graph/serializer/GsonFactory.java
@@ -256,6 +256,... | ['src/test/java/com/microsoft/graph/serializer/TimeOfDayTests.java', 'src/main/java/com/microsoft/graph/serializer/GsonFactory.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 442,262 | 86,928 | 11,648 | 102 | 502 | 75 | 10 | 1 | 2,844 | 206 | 632 | 58 | 5 | 2 | 1970-01-01T00:27:02 | 42 | Java | {'Java': 629959, 'PowerShell': 5185} | MIT License |
1,198 | microsoftgraph/msgraph-sdk-java-core/215/209 | microsoftgraph | msgraph-sdk-java-core | https://github.com/microsoftgraph/msgraph-sdk-java-core/issues/209 | https://github.com/microsoftgraph/msgraph-sdk-java-core/pull/215 | https://github.com/microsoftgraph/msgraph-sdk-java-core/pull/215 | 2 | fixes | Unable to change the loglevel for graph sdk | Hi Team,
I have enabled the DEBUG log using below code to debug the below error message:
Error message: Invalid batch payload format.
POST https://graph.microsoft.com/v1.0/$batch
SdkVersion : graph-java/v3.5.0
[...]
400 : Bad Request
[...]
[Some information was truncated for brevity, enable debug logg... | b5e0deb6ffd9ed75a2225a51b49f53cf68045bbc | 96ac49f93bda13862fe914b2a1e737f907f59e21 | https://github.com/microsoftgraph/msgraph-sdk-java-core/compare/b5e0deb6ffd9ed75a2225a51b49f53cf68045bbc...96ac49f93bda13862fe914b2a1e737f907f59e21 | diff --git a/src/main/java/com/microsoft/graph/content/BatchResponseStep.java b/src/main/java/com/microsoft/graph/content/BatchResponseStep.java
index feb1d13..6597613 100644
--- a/src/main/java/com/microsoft/graph/content/BatchResponseStep.java
+++ b/src/main/java/com/microsoft/graph/content/BatchResponseStep.java
@@ ... | ['src/main/java/com/microsoft/graph/content/BatchResponseStep.java', 'src/test/java/com/microsoft/graph/content/BatchResponseContentTest.java', 'src/main/java/com/microsoft/graph/serializer/DefaultSerializer.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 441,874 | 86,881 | 11,643 | 102 | 774 | 136 | 14 | 2 | 1,052 | 121 | 245 | 24 | 2 | 0 | 1970-01-01T00:27:02 | 42 | Java | {'Java': 629959, 'PowerShell': 5185} | MIT License |
1,202 | microsoftgraph/msgraph-sdk-java-core/188/178 | microsoftgraph | msgraph-sdk-java-core | https://github.com/microsoftgraph/msgraph-sdk-java-core/issues/178 | https://github.com/microsoftgraph/msgraph-sdk-java-core/pull/188 | https://github.com/microsoftgraph/msgraph-sdk-java-core/pull/188 | 1 | fixes | Canary url is missing in the authentication provider | https://www.github.com/microsoftgraph/msgraph-sdk-java-core/tree/dev/src%2Fmain%2Fjava%2Fcom%2Fmicrosoft%2Fgraph%2Fauthentication%2FBaseAuthenticationProvider.java
https://github.com/microsoftgraph/msgraph-sdk-javascript/pull/413 | 46f445c2748e783e7b7fc97a3594971f3a0e3043 | 72f044bac2f36c418fa01372d6c54ca5c3d6eab7 | https://github.com/microsoftgraph/msgraph-sdk-java-core/compare/46f445c2748e783e7b7fc97a3594971f3a0e3043...72f044bac2f36c418fa01372d6c54ca5c3d6eab7 | diff --git a/src/main/java/com/microsoft/graph/authentication/BaseAuthenticationProvider.java b/src/main/java/com/microsoft/graph/authentication/BaseAuthenticationProvider.java
index 4b73a21..78a596a 100644
--- a/src/main/java/com/microsoft/graph/authentication/BaseAuthenticationProvider.java
+++ b/src/main/java/com/mi... | ['src/main/java/com/microsoft/graph/authentication/BaseAuthenticationProvider.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 441,049 | 86,739 | 11,631 | 102 | 473 | 105 | 2 | 1 | 230 | 2 | 65 | 3 | 2 | 0 | 1970-01-01T00:26:58 | 42 | Java | {'Java': 629959, 'PowerShell': 5185} | MIT License |
1,203 | microsoftgraph/msgraph-sdk-java-core/163/160 | microsoftgraph | msgraph-sdk-java-core | https://github.com/microsoftgraph/msgraph-sdk-java-core/issues/160 | https://github.com/microsoftgraph/msgraph-sdk-java-core/pull/163 | https://github.com/microsoftgraph/msgraph-sdk-java-core/pull/163 | 2 | fixes | RetryHandler does not retry in case of 429 error | <!-- Read me before you submit this issue
First off, thank you for taking the time to open this issue! We do appreciate it. Please bear with us if we don't get to this right away.
If this is a question about the Microsoft Graph service API, or a question about how to use this SDK, please post your question to Sta... | 09ad2c139e4447e0506dc4bced2cf335dfc86924 | fd1e3c03397ab8d4301ee240236c602a2ea5496f | https://github.com/microsoftgraph/msgraph-sdk-java-core/compare/09ad2c139e4447e0506dc4bced2cf335dfc86924...fd1e3c03397ab8d4301ee240236c602a2ea5496f | diff --git a/src/main/java/com/microsoft/graph/httpcore/RetryHandler.java b/src/main/java/com/microsoft/graph/httpcore/RetryHandler.java
index 6ba5900..314dffe 100644
--- a/src/main/java/com/microsoft/graph/httpcore/RetryHandler.java
+++ b/src/main/java/com/microsoft/graph/httpcore/RetryHandler.java
@@ -22,10 +22,8 @@ ... | ['src/main/java/com/microsoft/graph/httpcore/RetryHandler.java', 'src/test/java/com/microsoft/graph/httpcore/RetryHandlerTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 41,973 | 8,879 | 1,232 | 17 | 1,809 | 363 | 35 | 1 | 4,496 | 487 | 1,183 | 80 | 5 | 0 | 1970-01-01T00:26:54 | 42 | Java | {'Java': 629959, 'PowerShell': 5185} | MIT License |
9,967 | googleapis/sdk-platform-java/1557/1546 | googleapis | sdk-platform-java | https://github.com/googleapis/sdk-platform-java/issues/1546 | https://github.com/googleapis/sdk-platform-java/pull/1557 | https://github.com/googleapis/sdk-platform-java/pull/1557 | 2 | fixes | PathTemplate.toString() not reducing wildcards | `PathTemplate.toString()` does not pretty print the template pattern correctly. It does not reduce wildcard bindings `{name=*}` to `{name}` as mentioned in the code.
#### Environment details
OS type and version: MacOS
Java version: Java 19
api-common-java version(s): 2.6.3
#### Steps to reproduce
```java
... | 461a4e5ab1f81319ac43f008e143f90b2c4d73c6 | ee7add83b438df14458359bc4d7a3146056f27b4 | https://github.com/googleapis/sdk-platform-java/compare/461a4e5ab1f81319ac43f008e143f90b2c4d73c6...ee7add83b438df14458359bc4d7a3146056f27b4 | diff --git a/api-common-java/src/main/java/com/google/api/pathtemplate/PathTemplate.java b/api-common-java/src/main/java/com/google/api/pathtemplate/PathTemplate.java
index cc9f4c110..f43ad7ab8 100644
--- a/api-common-java/src/main/java/com/google/api/pathtemplate/PathTemplate.java
+++ b/api-common-java/src/main/java/c... | ['api-common-java/src/main/java/com/google/api/pathtemplate/PathTemplate.java', 'api-common-java/src/test/java/com/google/api/pathtemplate/PathTemplateTest.java', 'gapic-generator-java/src/main/java/com/google/api/generator/gapic/protoparser/HttpRuleParser.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 16,202,334 | 3,597,170 | 466,768 | 1,315 | 238 | 46 | 4 | 2 | 932 | 75 | 232 | 25 | 1 | 2 | 1970-01-01T00:27:59 | 42 | Java | {'Java': 24208010, 'Starlark': 76638, 'Shell': 37814, 'Python': 3497} | Apache License 2.0 |
1,383 | cloudslang/cs-actions/231/229 | cloudslang | cs-actions | https://github.com/CloudSlang/cs-actions/issues/229 | https://github.com/CloudSlang/cs-actions/pull/231 | https://github.com/CloudSlang/cs-actions/pull/231 | 1 | close | RunInstances doesn't return the expected response | [cs-amazon] The Run Instances operation doesn't return the expected response in case of successfully execution. Instead of expected xml formatted response the return message is "empty response". Please investigate. | 94be847b25c7a5c0d9f1327104cb9ef4ed3e05a1 | 6ff2ff5c920f29db06375aa066f19f903a41fb96 | https://github.com/cloudslang/cs-actions/compare/94be847b25c7a5c0d9f1327104cb9ef4ed3e05a1...6ff2ff5c920f29db06375aa066f19f903a41fb96 | diff --git a/cs-amazon/src/main/java/io/cloudslang/content/amazon/execute/QueryApiExecutor.java b/cs-amazon/src/main/java/io/cloudslang/content/amazon/execute/QueryApiExecutor.java
index 8dcd67b68..35979b011 100644
--- a/cs-amazon/src/main/java/io/cloudslang/content/amazon/execute/QueryApiExecutor.java
+++ b/cs-amazon/... | ['cs-amazon/src/main/java/io/cloudslang/content/amazon/execute/QueryApiExecutor.java', 'cs-amazon/src/main/java/io/cloudslang/content/amazon/utils/OutputsUtil.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 1,826,924 | 354,050 | 37,982 | 363 | 1,122 | 218 | 19 | 2 | 214 | 29 | 38 | 1 | 0 | 0 | 1970-01-01T00:24:39 | 41 | Java | {'Java': 10745706, 'Scala': 475874, 'XSLT': 544, 'HTML': 168} | Apache License 2.0 |
1,384 | cloudslang/cs-actions/79/74 | cloudslang | cs-actions | https://github.com/CloudSlang/cs-actions/issues/74 | https://github.com/CloudSlang/cs-actions/pull/79 | https://github.com/CloudSlang/cs-actions/pull/79 | 1 | fixes | SSH: returnCode=-1 but no exception output [1] | sporadically the SSH call returns -1 but no other info (e.g. exception)
```
24/08/15 14:11:03 [DEBUG] Event received: EVENT_ACTION_END Data is: {DESCRIPTION=Action performed, PATH=0.2.2.0.1.0.0, RETURN_VALUES={returnCode=-1, returnResult=, STDERR=, exitStatus=-1, STDOUT=}, STEP_NAME=null, STEP_TYPE=ACTION, TIMESTAMP=M... | 32f4fea694e85c353cb728d6fe8a7756a3788da3 | 200d5442a674db4ec696821619acb4a1af7c4f08 | https://github.com/cloudslang/cs-actions/compare/32f4fea694e85c353cb728d6fe8a7756a3788da3...200d5442a674db4ec696821619acb4a1af7c4f08 | diff --git a/score-ssh/src/main/java/io/cloudslang/content/ssh/services/SSHService.java b/score-ssh/src/main/java/io/cloudslang/content/ssh/services/SSHService.java
index a422e200e..6a57c5fc3 100644
--- a/score-ssh/src/main/java/io/cloudslang/content/ssh/services/SSHService.java
+++ b/score-ssh/src/main/java/io/cloudsl... | ['score-ssh/src/test/java/io/cloudslang/content/ssh/services/impl/SSHServiceImplTest.java', 'score-ssh/src/main/java/io/cloudslang/content/ssh/services/actions/ScoreSSHShellCommand.java', 'score-ssh/src/main/java/io/cloudslang/content/ssh/services/SSHService.java', 'score-ssh/src/main/java/io/cloudslang/content/ssh/ser... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 462,986 | 91,920 | 11,034 | 112 | 1,090 | 207 | 16 | 3 | 525 | 41 | 165 | 8 | 1 | 1 | 1970-01-01T00:24:03 | 41 | Java | {'Java': 10745706, 'Scala': 475874, 'XSLT': 544, 'HTML': 168} | Apache License 2.0 |
1,380 | cloudslang/cs-actions/75/73 | cloudslang | cs-actions | https://github.com/CloudSlang/cs-actions/issues/73 | https://github.com/CloudSlang/cs-actions/pull/75 | https://github.com/CloudSlang/cs-actions/pull/75#issuecomment-136035003 | 1 | fixes | SSH: session is down | when executing "big" flow, we get the following error message sporadically:
```
11/08/15 08:42:07 [DEBUG] Event received: EVENT_ACTION_END Data is: {DESCRIPTION=Action performed, PATH=0.11.2.1.0.0.1, RETURN_VALUES={returnCode=-1, returnResult=com.jcraft.jsch.JSchException: session is down, exception=java.lang.RuntimeE... | dfc611031f3e1b682975a76e91686cd770af628f | 83471b19bf8ca6db61c552265596f6e6ff9d0c4f | https://github.com/cloudslang/cs-actions/compare/dfc611031f3e1b682975a76e91686cd770af628f...83471b19bf8ca6db61c552265596f6e6ff9d0c4f | diff --git a/score-ssh/src/main/java/io/cloudslang/content/ssh/services/impl/SSHServiceImpl.java b/score-ssh/src/main/java/io/cloudslang/content/ssh/services/impl/SSHServiceImpl.java
index ff738803e..ae2e39d13 100644
--- a/score-ssh/src/main/java/io/cloudslang/content/ssh/services/impl/SSHServiceImpl.java
+++ b/score-s... | ['score-ssh/src/main/java/io/cloudslang/content/ssh/services/impl/SSHServiceImpl.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 461,340 | 91,628 | 10,971 | 111 | 99 | 15 | 3 | 1 | 3,315 | 138 | 771 | 43 | 1 | 1 | 1970-01-01T00:24:00 | 41 | Java | {'Java': 10745706, 'Scala': 475874, 'XSLT': 544, 'HTML': 168} | Apache License 2.0 |
1,381 | cloudslang/cs-actions/312/308 | cloudslang | cs-actions | https://github.com/CloudSlang/cs-actions/issues/308 | https://github.com/CloudSlang/cs-actions/pull/312 | https://github.com/CloudSlang/cs-actions/pull/312 | 2 | fixed | amazon/actions/instances/RunInstancesAction.java did not seem to set instance_type default to m1.small as expected | "amazon/actions/instances/RunInstancesAction.java" did not seem to set instance_type default to m1.small (if not specified) as expected? Instead, it set to "m1_small" be default which would be rejected by AWS
1. CLI:
cslang>run --f /var/tmp/cslang-cli/content/io/cloudslang/amazon/aws/ec2/instances/run_instances.sl ... | 52c57dc905233c02d39c191905619e981c755401 | 009ffbe007ceb6ca8217a0674624a3cda0d66fe0 | https://github.com/cloudslang/cs-actions/compare/52c57dc905233c02d39c191905619e981c755401...009ffbe007ceb6ca8217a0674624a3cda0d66fe0 | diff --git a/cs-amazon/src/main/java/io/cloudslang/content/amazon/actions/instances/RunInstancesAction.java b/cs-amazon/src/main/java/io/cloudslang/content/amazon/actions/instances/RunInstancesAction.java
index 23658f999..86a75671c 100644
--- a/cs-amazon/src/main/java/io/cloudslang/content/amazon/actions/instances/RunI... | ['cs-amazon/src/main/java/io/cloudslang/content/amazon/entities/constants/Constants.java', 'cs-amazon/src/main/java/io/cloudslang/content/amazon/actions/instances/RunInstancesAction.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 2,793,670 | 530,722 | 56,443 | 497 | 268 | 45 | 3 | 2 | 1,907 | 131 | 539 | 25 | 1 | 0 | 1970-01-01T00:25:01 | 41 | Java | {'Java': 10745706, 'Scala': 475874, 'XSLT': 544, 'HTML': 168} | Apache License 2.0 |
771 | workcraft/workcraft/527/97 | workcraft | workcraft | https://github.com/workcraft/workcraft/issues/97 | https://github.com/workcraft/workcraft/pull/527 | https://github.com/workcraft/workcraft/pull/527 | 1 | fixes | Incorrect enabled/disabled menus on changing the work | To reproduce, open two STG works A and B. In work A activate Simulation tool and in work B activate Selection tool.
Initially in work A the edit, transformation and verification tools are disabled. However if one switches to B and than back to A - some of the tools become enabled.
---
This issue was imported from L... | bb88646d24f649d0b716df8b34814b0bf20af8d0 | 2578d77c747831f095f983c0672f69c342a7a4c1 | https://github.com/workcraft/workcraft/compare/bb88646d24f649d0b716df8b34814b0bf20af8d0...2578d77c747831f095f983c0672f69c342a7a4c1 | diff --git a/CircuitPlugin/src/org/workcraft/plugins/circuit/tools/InitialisationAnalyserTool.java b/CircuitPlugin/src/org/workcraft/plugins/circuit/tools/InitialisationAnalyserTool.java
index 87f5e48c6..e7a9d29e9 100644
--- a/CircuitPlugin/src/org/workcraft/plugins/circuit/tools/InitialisationAnalyserTool.java
+++ b/C... | ['WorkcraftCore/src/org/workcraft/gui/ToolboxPanel.java', 'WorkcraftCore/src/org/workcraft/gui/graph/tools/SimulationTool.java', 'WorkcraftCore/src/org/workcraft/gui/graph/tools/GraphEditorTool.java', 'StgPlugin/src/org/workcraft/plugins/stg/tools/EncodingConflictAnalyserTool.java', 'WorkcraftCore/src/org/workcraft/gui... | {'.java': 12} | 12 | 12 | 0 | 0 | 12 | 4,822,788 | 980,534 | 135,707 | 1,286 | 3,826 | 721 | 103 | 12 | 480 | 76 | 125 | 12 | 1 | 0 | 1970-01-01T00:24:24 | 40 | Java | {'Java': 6571756, 'JavaScript': 53266, 'Verilog': 30738, 'Shell': 13097, 'GAP': 11313, 'Kotlin': 3511} | MIT License |
772 | workcraft/workcraft/505/500 | workcraft | workcraft | https://github.com/workcraft/workcraft/issues/500 | https://github.com/workcraft/workcraft/pull/505 | https://github.com/workcraft/workcraft/pull/505 | 1 | fixes | Contracting a circuit component works incorrectly if circuit integrity is violated | E.g. when a connection from an input port to output port is created as the result of a contraction, or a fork to two output port. Maybe it would be better to report an error and leave the circuit unchanged.
| 0fbf64037572ddc399d9888b155cec2fcc666ac4 | 238be7e9f1273a4017c27c6cc46dda1e213a4226 | https://github.com/workcraft/workcraft/compare/0fbf64037572ddc399d9888b155cec2fcc666ac4...238be7e9f1273a4017c27c6cc46dda1e213a4226 | diff --git a/CircuitPlugin/src/org/workcraft/plugins/circuit/VisualCircuit.java b/CircuitPlugin/src/org/workcraft/plugins/circuit/VisualCircuit.java
index bede8cc5f..9075b87a2 100644
--- a/CircuitPlugin/src/org/workcraft/plugins/circuit/VisualCircuit.java
+++ b/CircuitPlugin/src/org/workcraft/plugins/circuit/VisualCirc... | ['CircuitPlugin/src/org/workcraft/plugins/circuit/tools/ComponentContractionTool.java', 'CircuitPlugin/src/org/workcraft/plugins/circuit/VisualCircuit.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 4,839,949 | 984,581 | 136,151 | 1,293 | 7,185 | 1,231 | 107 | 2 | 207 | 40 | 45 | 2 | 0 | 0 | 1970-01-01T00:24:23 | 40 | Java | {'Java': 6571756, 'JavaScript': 53266, 'Verilog': 30738, 'Shell': 13097, 'GAP': 11313, 'Kotlin': 3511} | MIT License |
773 | workcraft/workcraft/491/475 | workcraft | workcraft | https://github.com/workcraft/workcraft/issues/475 | https://github.com/workcraft/workcraft/pull/491 | https://github.com/workcraft/workcraft/pull/491 | 1 | closes | Confusing error message on net synthesis of deadlocked STG | To reproduce:
1. Create an STG with a deadlock, e.g. an empty STG would do.
2. Run `Conversion->Net synsesis [Petrify]` tool.
Observed behaviour:
A cryptic message from .g parser.
Expected behaviour:
An error message explaining why net synthesis cannot be performed.
| d35a8e27be6eac39228bc79a1b7e8dedfe40fcb8 | 9beb8272b25d3baef174bc2d8243f75d881518bc | https://github.com/workcraft/workcraft/compare/d35a8e27be6eac39228bc79a1b7e8dedfe40fcb8...9beb8272b25d3baef174bc2d8243f75d881518bc | diff --git a/CpogPlugin/src/org/workcraft/plugins/cpog/tools/PGMinerImportTool.java b/CpogPlugin/src/org/workcraft/plugins/cpog/tools/PGMinerImportTool.java
index 7aa8cf3a9..c9af0fb9a 100644
--- a/CpogPlugin/src/org/workcraft/plugins/cpog/tools/PGMinerImportTool.java
+++ b/CpogPlugin/src/org/workcraft/plugins/cpog/tool... | ['PetriPlugin/src/org/workcraft/plugins/petri/tools/PetriSimulationTool.java', 'PetrifyPlugin/src/org/workcraft/plugins/petrify/tasks/TransformationTask.java', 'PetrifyPlugin/src/org/workcraft/plugins/petrify/tasks/SynthesisTask.java', 'CpogPlugin/src/org/workcraft/plugins/cpog/tools/PGMinerImportTool.java', 'PetriPlug... | {'.java': 5} | 5 | 5 | 0 | 0 | 5 | 4,839,347 | 984,357 | 136,260 | 1,295 | 3,361 | 605 | 69 | 5 | 269 | 41 | 68 | 10 | 0 | 0 | 1970-01-01T00:24:23 | 40 | Java | {'Java': 6571756, 'JavaScript': 53266, 'Verilog': 30738, 'Shell': 13097, 'GAP': 11313, 'Kotlin': 3511} | MIT License |
774 | workcraft/workcraft/487/476 | workcraft | workcraft | https://github.com/workcraft/workcraft/issues/476 | https://github.com/workcraft/workcraft/pull/487 | https://github.com/workcraft/workcraft/pull/487 | 1 | fixes | In DFS wagging unselected intermediate arcs are not replicated | To reproduce:
1. Create an DFS with a couple of connected nodes.
2. Select the nodes, but not the connection.
3. Apply wagging tool.
Observed behaviour:
Only the nodes are replicated, but not the connection.
Expected behaviour:
Replicate the nodes and also the arcs whose source and destination nodes are both selected... | 50c99ccac220a6870ce0dc1af0852ca312d1cb00 | 712aa880eeb94233e66c43960505476676058d80 | https://github.com/workcraft/workcraft/compare/50c99ccac220a6870ce0dc1af0852ca312d1cb00...712aa880eeb94233e66c43960505476676058d80 | diff --git a/DfsPlugin/src/org/workcraft/plugins/dfs/tools/WaggingGenerator.java b/DfsPlugin/src/org/workcraft/plugins/dfs/tools/WaggingGenerator.java
index 81b7f39de..b362f0410 100644
--- a/DfsPlugin/src/org/workcraft/plugins/dfs/tools/WaggingGenerator.java
+++ b/DfsPlugin/src/org/workcraft/plugins/dfs/tools/WaggingGe... | ['DfsPlugin/src/org/workcraft/plugins/dfs/tools/WaggingGeneratorTool.java', 'DfsPlugin/src/org/workcraft/plugins/dfs/tools/WaggingGenerator.java', 'WorkcraftCore/src/org/workcraft/util/Hierarchy.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 4,837,555 | 984,000 | 136,187 | 1,295 | 4,568 | 867 | 87 | 3 | 322 | 52 | 68 | 11 | 0 | 0 | 1970-01-01T00:24:23 | 40 | Java | {'Java': 6571756, 'JavaScript': 53266, 'Verilog': 30738, 'Shell': 13097, 'GAP': 11313, 'Kotlin': 3511} | MIT License |
775 | workcraft/workcraft/467/466 | workcraft | workcraft | https://github.com/workcraft/workcraft/issues/466 | https://github.com/workcraft/workcraft/pull/467 | https://github.com/workcraft/workcraft/pull/467 | 1 | fixes | Multiple STG implicit places with the same name | Currently Workcraft allows creating several implicit place arcs between a pair of transitions. However, the implicit places are referenced as <from_transition,to_transition> in .g format. As a result it is impossible to distinguish implicit places on the arcs between the same pair of transitions.
To avoid confusion we... | 99cea7dd85de642fcc01c9bec622d63f78cca9eb | aa448735e8fe43f5bf2b57a63638bbc5918d5758 | https://github.com/workcraft/workcraft/compare/99cea7dd85de642fcc01c9bec622d63f78cca9eb...aa448735e8fe43f5bf2b57a63638bbc5918d5758 | diff --git a/PetriNetPlugin/src/org/workcraft/plugins/petri/PetriNetUtils.java b/PetriNetPlugin/src/org/workcraft/plugins/petri/PetriNetUtils.java
index 5a9e17827..23d453eaa 100644
--- a/PetriNetPlugin/src/org/workcraft/plugins/petri/PetriNetUtils.java
+++ b/PetriNetPlugin/src/org/workcraft/plugins/petri/PetriNetUtils.... | ['PetriNetPlugin/src/org/workcraft/plugins/petri/PetriNetUtils.java', 'STGPlugin/src/org/workcraft/plugins/stg/STG.java', 'STGPlugin/src/org/workcraft/plugins/stg/tools/MakePlacesImplicitTool.java', 'STGPlugin/src/org/workcraft/plugins/stg/VisualSTG.java'] | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 4,784,630 | 975,629 | 134,598 | 1,264 | 6,728 | 1,261 | 105 | 4 | 377 | 54 | 66 | 4 | 0 | 0 | 1970-01-01T00:24:21 | 40 | Java | {'Java': 6571756, 'JavaScript': 53266, 'Verilog': 30738, 'Shell': 13097, 'GAP': 11313, 'Kotlin': 3511} | MIT License |
777 | workcraft/workcraft/386/384 | workcraft | workcraft | https://github.com/workcraft/workcraft/issues/384 | https://github.com/workcraft/workcraft/pull/386 | https://github.com/workcraft/workcraft/pull/386 | 1 | fixes | Proxy with read-arc lost on dummy/signal conversion | ### To reproduce:
1. Create an STG work with place `p0` and dummy `dum0`
2. Connect `p0` and `dum0` by a read-arc, so that a proxy is created (hold `Shift`)
3. Convert `dum0` to a signal transition (via popup menu)
### Observed behaviour:
Transition is converted but the read-arc disappears.
### Expected behaviour:
T... | a47c38080245517e827c6db6dc9e1fd05dc0fc53 | 93a56951434f70e8d2022aa37df018c5f1d6ca86 | https://github.com/workcraft/workcraft/compare/a47c38080245517e827c6db6dc9e1fd05dc0fc53...93a56951434f70e8d2022aa37df018c5f1d6ca86 | diff --git a/STGPlugin/src/org/workcraft/plugins/stg/StgUtils.java b/STGPlugin/src/org/workcraft/plugins/stg/StgUtils.java
index 83e1b306a..8cc88578a 100644
--- a/STGPlugin/src/org/workcraft/plugins/stg/StgUtils.java
+++ b/STGPlugin/src/org/workcraft/plugins/stg/StgUtils.java
@@ -4,6 +4,7 @@ import org.workcraft.dom.Co... | ['STGPlugin/src/org/workcraft/plugins/stg/StgUtils.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 5,249,303 | 1,102,134 | 151,854 | 1,301 | 1,564 | 269 | 27 | 1 | 388 | 63 | 104 | 11 | 0 | 0 | 1970-01-01T00:24:16 | 40 | Java | {'Java': 6571756, 'JavaScript': 53266, 'Verilog': 30738, 'Shell': 13097, 'GAP': 11313, 'Kotlin': 3511} | MIT License |
760 | workcraft/workcraft/805/804 | workcraft | workcraft | https://github.com/workcraft/workcraft/issues/804 | https://github.com/workcraft/workcraft/pull/805 | https://github.com/workcraft/workcraft/pull/805 | 1 | fixes | Unresponsive GUI if backend tool produces a lot of stdout/stderr | To reproduce run MPSat in technology mapping mode with `-v9` option. The Output window becomes flooded with updates and GUI becomes unresponsive. A solution may be to throttle update requests.
| 84473712d77da4917e76fa72a4513a96983d6793 | 4538557081b44fe6ba0c4cb4c163e843df0dcf14 | https://github.com/workcraft/workcraft/compare/84473712d77da4917e76fa72a4513a96983d6793...4538557081b44fe6ba0c4cb4c163e843df0dcf14 | diff --git a/WorkcraftCore/src/org/workcraft/interop/ExternalProcess.java b/WorkcraftCore/src/org/workcraft/interop/ExternalProcess.java
index c0c93227a..cd2d25ffe 100644
--- a/WorkcraftCore/src/org/workcraft/interop/ExternalProcess.java
+++ b/WorkcraftCore/src/org/workcraft/interop/ExternalProcess.java
@@ -12,7 +12,8 ... | ['WorkcraftCore/src/org/workcraft/interop/ExternalProcess.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 5,058,848 | 1,024,487 | 141,561 | 1,464 | 260 | 51 | 3 | 1 | 194 | 30 | 38 | 2 | 0 | 0 | 1970-01-01T00:25:20 | 40 | Java | {'Java': 6571756, 'JavaScript': 53266, 'Verilog': 30738, 'Shell': 13097, 'GAP': 11313, 'Kotlin': 3511} | MIT License |
770 | workcraft/workcraft/530/529 | workcraft | workcraft | https://github.com/workcraft/workcraft/issues/529 | https://github.com/workcraft/workcraft/pull/530 | https://github.com/workcraft/workcraft/pull/530 | 1 | closes | Concurrent modification exception on import from Verilog | To reproduce synthesise a relatively complex STG (e.g. VME bus controller). When the resultant Verilog is imported sometimes (not always) the drawing thread tries to access those components that are still being imported. This results in concurrent modification of some collections of nodes.
| 5c7fef4036326384e87cb3c0deb31cb384ca9c1b | ad5bb40f0d92e29eb0cd0f1d2b77af195e92151f | https://github.com/workcraft/workcraft/compare/5c7fef4036326384e87cb3c0deb31cb384ca9c1b...ad5bb40f0d92e29eb0cd0f1d2b77af195e92151f | diff --git a/SonPlugin/src/org/workcraft/plugins/son/exception/TimeEstimationValueException.java b/SonPlugin/src/org/workcraft/plugins/son/exception/TimeEstimationValueException.java
deleted file mode 100644
index ccc130f94..000000000
--- a/SonPlugin/src/org/workcraft/plugins/son/exception/TimeEstimationValueException.... | ['SonPlugin/src/org/workcraft/plugins/son/exception/TimeEstimationValueException.java', 'SonPlugin/src/org/workcraft/plugins/son/util/EstimatedInterval.java', 'WorkcraftCore/src/org/workcraft/dom/visual/DrawMan.java', 'SonPlugin/src/org/workcraft/plugins/son/tools/SONSimulationTool.java', 'SonPlugin/src/org/workcraft/p... | {'.java': 5} | 5 | 5 | 0 | 0 | 5 | 4,823,937 | 980,774 | 135,748 | 1,286 | 1,414 | 255 | 43 | 4 | 291 | 43 | 55 | 2 | 0 | 0 | 1970-01-01T00:24:25 | 40 | Java | {'Java': 6571756, 'JavaScript': 53266, 'Verilog': 30738, 'Shell': 13097, 'GAP': 11313, 'Kotlin': 3511} | MIT License |
755 | workcraft/workcraft/1141/1140 | workcraft | workcraft | https://github.com/workcraft/workcraft/issues/1140 | https://github.com/workcraft/workcraft/pull/1141 | https://github.com/workcraft/workcraft/pull/1141 | 1 | fixes | Incorrect reparent of FST signals | On copy-paste of FST events their associated Signal labels are incorrectly interpreted as Symbol of FSM model. As a result the type of signal (input/output/internal) may be lost if no such signal exists in the destination FST.
To reproduce:
* Create an FST model with two states and an event arc between them.
* Cop... | 0e0ea857e2d386df3f959680bebb4b32969f45f7 | f549ef9bac1d35def230854d7eb7270120e9a912 | https://github.com/workcraft/workcraft/compare/0e0ea857e2d386df3f959680bebb4b32969f45f7...f549ef9bac1d35def230854d7eb7270120e9a912 | diff --git a/workcraft/FsmPlugin/src/org/workcraft/plugins/fsm/Fsm.java b/workcraft/FsmPlugin/src/org/workcraft/plugins/fsm/Fsm.java
index fae5decda..20cfe7407 100644
--- a/workcraft/FsmPlugin/src/org/workcraft/plugins/fsm/Fsm.java
+++ b/workcraft/FsmPlugin/src/org/workcraft/plugins/fsm/Fsm.java
@@ -5,7 +5,6 @@ import ... | ['workcraft/FstPlugin/src/org/workcraft/plugins/fst/Fst.java', 'workcraft/FstPlugin/src/org/workcraft/plugins/fst/VisualFst.java', 'workcraft/FstPlugin/src/org/workcraft/plugins/fst/converters/FstToStgConverter.java', 'workcraft/FsmPlugin/src/org/workcraft/plugins/fsm/FsmPropertyHelper.java', 'workcraft/FsmPlugin/src/o... | {'.java': 12} | 12 | 12 | 0 | 0 | 12 | 5,965,055 | 1,212,437 | 162,685 | 1,655 | 11,896 | 2,268 | 235 | 12 | 556 | 94 | 119 | 12 | 0 | 0 | 1970-01-01T00:26:42 | 40 | Java | {'Java': 6571756, 'JavaScript': 53266, 'Verilog': 30738, 'Shell': 13097, 'GAP': 11313, 'Kotlin': 3511} | MIT License |
748 | workcraft/workcraft/1286/1285 | workcraft | workcraft | https://github.com/workcraft/workcraft/issues/1285 | https://github.com/workcraft/workcraft/pull/1286 | https://github.com/workcraft/workcraft/pull/1286 | 1 | fixes | Truncate hierarchy separator from instance name on SDC export | Exported SDC file for loop breaking has `_` at the end of all instances, as a flat replacer for hierarchy separator. Instead, the trailing hierarchy separator should be the instance name. | cf24c238f27cbcd8d55a9e19c82b0f2d6e77f8b0 | 01a8332c0ba98faa7a7a6ffc19f1653d395ac0f1 | https://github.com/workcraft/workcraft/compare/cf24c238f27cbcd8d55a9e19c82b0f2d6e77f8b0...01a8332c0ba98faa7a7a6ffc19f1653d395ac0f1 | diff --git a/workcraft/CircuitPlugin/src/org/workcraft/plugins/circuit/serialisation/PathbreakConstraintSerialiser.java b/workcraft/CircuitPlugin/src/org/workcraft/plugins/circuit/serialisation/PathbreakConstraintSerialiser.java
index 6384450c2..ed26fdd3d 100644
--- a/workcraft/CircuitPlugin/src/org/workcraft/plugins/c... | ['workcraft/CircuitPlugin/src/org/workcraft/plugins/circuit/serialisation/PathbreakConstraintSerialiser.java', 'workcraft/WorkcraftCore/src/org/workcraft/Info.java', 'workcraft/WorkcraftCore/src/org/workcraft/dom/hierarchy/NamespaceHelper.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 6,127,139 | 1,244,570 | 166,806 | 1,696 | 599 | 113 | 11 | 3 | 188 | 31 | 40 | 1 | 0 | 0 | 1970-01-01T00:27:14 | 40 | Java | {'Java': 6571756, 'JavaScript': 53266, 'Verilog': 30738, 'Shell': 13097, 'GAP': 11313, 'Kotlin': 3511} | MIT License |
749 | workcraft/workcraft/1281/1280 | workcraft | workcraft | https://github.com/workcraft/workcraft/issues/1280 | https://github.com/workcraft/workcraft/pull/1281 | https://github.com/workcraft/workcraft/pull/1281 | 1 | fixes | Pin insertion reduces the size of circuit component | **To reproduce:**
1. Create a Circuit model with a component rendered in Box style.
2. Spread the pins of the component, so its bounding box is bigger than the default size.
3. Add input or output pin.
**Observed behaviour:**
The new pin is inserted as if the component had the default size without taking the exi... | 71233103ff809ed81ec367b833fafcf0c76c783e | b46f2e54e17a47d93c6af4325dffe0203880661a | https://github.com/workcraft/workcraft/compare/71233103ff809ed81ec367b833fafcf0c76c783e...b46f2e54e17a47d93c6af4325dffe0203880661a | diff --git a/workcraft/CircuitPlugin/src/org/workcraft/plugins/circuit/VisualCircuit.java b/workcraft/CircuitPlugin/src/org/workcraft/plugins/circuit/VisualCircuit.java
index 6f7122516..dff9f93ed 100644
--- a/workcraft/CircuitPlugin/src/org/workcraft/plugins/circuit/VisualCircuit.java
+++ b/workcraft/CircuitPlugin/src/... | ['workcraft/CircuitPlugin/src/org/workcraft/plugins/circuit/VisualCircuitComponent.java', 'workcraft/CircuitPlugin/src/org/workcraft/plugins/circuit/VisualCircuit.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 6,117,224 | 1,242,499 | 166,595 | 1,695 | 6,655 | 1,329 | 121 | 2 | 520 | 88 | 108 | 10 | 0 | 0 | 1970-01-01T00:27:14 | 40 | Java | {'Java': 6571756, 'JavaScript': 53266, 'Verilog': 30738, 'Shell': 13097, 'GAP': 11313, 'Kotlin': 3511} | MIT License |
779 | workcraft/workcraft/376/354 | workcraft | workcraft | https://github.com/workcraft/workcraft/issues/354 | https://github.com/workcraft/workcraft/pull/376 | https://github.com/workcraft/workcraft/pull/376 | 1 | fixes | Names of the places that have proxies should always be shown | Never hide the names of places that have proxies. Otherwise it is impossible to track what the proxies are for.
| 9b03bdef8c4da4948ed98648a8b10204105848fa | bb55c7a0c85f88a5efdf0b0a691caddd199fe21f | https://github.com/workcraft/workcraft/compare/9b03bdef8c4da4948ed98648a8b10204105848fa...bb55c7a0c85f88a5efdf0b0a691caddd199fe21f | diff --git a/PetriNetPlugin/src/org/workcraft/plugins/petri/VisualPlace.java b/PetriNetPlugin/src/org/workcraft/plugins/petri/VisualPlace.java
index b0a4916d5..bdc712cc5 100644
--- a/PetriNetPlugin/src/org/workcraft/plugins/petri/VisualPlace.java
+++ b/PetriNetPlugin/src/org/workcraft/plugins/petri/VisualPlace.java
@@ ... | ['PetriNetPlugin/src/org/workcraft/plugins/petri/VisualPlace.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 5,257,334 | 1,103,953 | 151,837 | 1,301 | 136 | 27 | 5 | 1 | 112 | 20 | 22 | 2 | 0 | 0 | 1970-01-01T00:24:16 | 40 | Java | {'Java': 6571756, 'JavaScript': 53266, 'Verilog': 30738, 'Shell': 13097, 'GAP': 11313, 'Kotlin': 3511} | MIT License |
747 | workcraft/workcraft/1293/1292 | workcraft | workcraft | https://github.com/workcraft/workcraft/issues/1292 | https://github.com/workcraft/workcraft/pull/1293 | https://github.com/workcraft/workcraft/pull/1293 | 1 | fixes | Use Normalised path for internal file references | Previously Absolute and Canonical paths were attempted.
The former does not eliminate redundant .. and . in the path.
The latter follows symbolic links in Unix file systems and may end up at a file with incorrect extension.
Normalised path seems to resolve both issues.
For example, this code would print `the/file`:... | f1f4006abb148f4af3dc5fcbe8ae2e761838b6f2 | 80f3a6af1aaf13aaec57b4cb7bb277817c4bfbd9 | https://github.com/workcraft/workcraft/compare/f1f4006abb148f4af3dc5fcbe8ae2e761838b6f2...80f3a6af1aaf13aaec57b4cb7bb277817c4bfbd9 | diff --git a/workcraft/WorkcraftCore/src/org/workcraft/utils/ExecutableUtils.java b/workcraft/WorkcraftCore/src/org/workcraft/utils/ExecutableUtils.java
index 2ba44d64c..1580c6ad9 100644
--- a/workcraft/WorkcraftCore/src/org/workcraft/utils/ExecutableUtils.java
+++ b/workcraft/WorkcraftCore/src/org/workcraft/utils/Exec... | ['workcraft/WorkcraftCore/src/org/workcraft/utils/WorkUtils.java', 'workcraft/WorkcraftCore/src/org/workcraft/utils/FileUtils.java', 'workcraft/WorkcraftCore/src/org/workcraft/utils/ExecutableUtils.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 6,127,513 | 1,244,637 | 166,821 | 1,696 | 2,059 | 373 | 51 | 3 | 436 | 59 | 90 | 10 | 0 | 1 | 1970-01-01T00:27:15 | 40 | Java | {'Java': 6571756, 'JavaScript': 53266, 'Verilog': 30738, 'Shell': 13097, 'GAP': 11313, 'Kotlin': 3511} | MIT License |
746 | workcraft/workcraft/1449/1448 | workcraft | workcraft | https://github.com/workcraft/workcraft/issues/1448 | https://github.com/workcraft/workcraft/pull/1449 | https://github.com/workcraft/workcraft/pull/1449 | 1 | fixes | Incorrect display of UTF-8 symbols in Output window | With the move from Java 8 to Java 11 an interesting problem appeared -- the default charset in Windows, as identified by JVM, changed from *UTF-8* to *windows-1252*. As a result, some of UTF-8 characters (e.g. →) became corrupted in the *Output* window.
One solution to this issue is to explicitly specify UTF-8 enco... | 243661578fd2711fd4266238d44595b9d066c7b4 | 7531d7bbc3d6e0fd0cd6661208904ffd2cc22c0e | https://github.com/workcraft/workcraft/compare/243661578fd2711fd4266238d44595b9d066c7b4...7531d7bbc3d6e0fd0cd6661208904ffd2cc22c0e | diff --git a/workcraft/CircuitPlugin/src/org/workcraft/plugins/circuit/interop/VerilogImporter.java b/workcraft/CircuitPlugin/src/org/workcraft/plugins/circuit/interop/VerilogImporter.java
index 5a9a9aded..37a73a88b 100644
--- a/workcraft/CircuitPlugin/src/org/workcraft/plugins/circuit/interop/VerilogImporter.java
+++ ... | ['workcraft/WorkcraftCore/src/org/workcraft/tasks/ExternalProcessTask.java', 'workcraft/WorkcraftCore/src/org/workcraft/utils/WorkUtils.java', 'workcraft/CpogPlugin/src/org/workcraft/plugins/cpog/tasks/ScencoSolver.java', 'workcraft/WorkcraftCore/src/org/workcraft/gui/tasks/TaskFailureNotifier.java', 'workcraft/Workcra... | {'.java': 16} | 16 | 16 | 0 | 0 | 16 | 6,505,747 | 1,321,941 | 176,174 | 1,751 | 4,972 | 856 | 81 | 16 | 780 | 113 | 186 | 10 | 0 | 0 | 1970-01-01T00:27:58 | 40 | Java | {'Java': 6571756, 'JavaScript': 53266, 'Verilog': 30738, 'Shell': 13097, 'GAP': 11313, 'Kotlin': 3511} | MIT License |
745 | workcraft/workcraft/818/816 | workcraft | workcraft | https://github.com/workcraft/workcraft/issues/816 | https://github.com/workcraft/workcraft/pull/818 | https://github.com/workcraft/workcraft/pull/818#issuecomment-387678181 | 2 | fixes | Selected non-leaf items without Checkbox are added to the checked list in TreeWindow component | To reproduce open _Parallel composition_ (or _N-way conformation_) dialog and select Workspace or External item. When Run button is clicked the composition process is interrupted with a null-pointer exception. This happens because the selected non-leaf item is interpreted as a path to a work file, even though it does ... | 3c135476689684d09ebba4acfe7daf7068c4d12a | ec7b1c4556a88d0bbd6ff1f2dc76e8eed6293ed5 | https://github.com/workcraft/workcraft/compare/3c135476689684d09ebba4acfe7daf7068c4d12a...ec7b1c4556a88d0bbd6ff1f2dc76e8eed6293ed5 | diff --git a/MpsatVerificationPlugin/src/org/workcraft/plugins/mpsat/tasks/MpsatConformationNwayTask.java b/MpsatVerificationPlugin/src/org/workcraft/plugins/mpsat/tasks/MpsatConformationNwayTask.java
index 56f648611..013fea9aa 100644
--- a/MpsatVerificationPlugin/src/org/workcraft/plugins/mpsat/tasks/MpsatConformation... | ['MpsatVerificationPlugin/src/org/workcraft/plugins/mpsat/tasks/MpsatOutputPersistencyOutputHandler.java', 'MpsatVerificationPlugin/src/org/workcraft/plugins/mpsat/tasks/MpsatCscConflictResolutionOutputHandler.java', 'MpsatVerificationPlugin/src/org/workcraft/plugins/mpsat/tasks/MpsatConformationOutputHandler.java', 'M... | {'.java': 9} | 9 | 9 | 0 | 0 | 9 | 5,066,047 | 1,026,630 | 141,767 | 1,467 | 15,874 | 3,010 | 330 | 9 | 353 | 54 | 70 | 1 | 0 | 0 | 1970-01-01T00:25:25 | 40 | Java | {'Java': 6571756, 'JavaScript': 53266, 'Verilog': 30738, 'Shell': 13097, 'GAP': 11313, 'Kotlin': 3511} | MIT License |
751 | workcraft/workcraft/1232/1231 | workcraft | workcraft | https://github.com/workcraft/workcraft/issues/1231 | https://github.com/workcraft/workcraft/pull/1232 | https://github.com/workcraft/workcraft/pull/1232 | 1 | fixes | Simulation of Circuit model does not highlight suggested component | **To reproduce:**
Start simulating a Circuit model and thengo few steps back in the simulation trace
**Observed behaviour:**
Excited components/ports/pins are highlighted in orange (but no "suggested" component/port/pin with green background).
**Expected behaviour:**
The next component/port/pin in the simulati... | a1e8e5cc701e67633c463dd786c2da33a6e5aeea | ac6ec12c632870e6d4a8efa6e27f1f7f7bdb4df4 | https://github.com/workcraft/workcraft/compare/a1e8e5cc701e67633c463dd786c2da33a6e5aeea...ac6ec12c632870e6d4a8efa6e27f1f7f7bdb4df4 | diff --git a/workcraft/StgPlugin/src/org/workcraft/plugins/stg/tools/StgSimulationTool.java b/workcraft/StgPlugin/src/org/workcraft/plugins/stg/tools/StgSimulationTool.java
index 2171f42a4..352627395 100644
--- a/workcraft/StgPlugin/src/org/workcraft/plugins/stg/tools/StgSimulationTool.java
+++ b/workcraft/StgPlugin/sr... | ['workcraft/StgPlugin/src/org/workcraft/plugins/stg/tools/StgSimulationTool.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 6,087,301 | 1,237,680 | 165,835 | 1,689 | 201 | 50 | 2 | 1 | 424 | 55 | 87 | 10 | 0 | 0 | 1970-01-01T00:26:59 | 40 | Java | {'Java': 6571756, 'JavaScript': 53266, 'Verilog': 30738, 'Shell': 13097, 'GAP': 11313, 'Kotlin': 3511} | MIT License |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.