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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
752 | workcraft/workcraft/1205/1204 | workcraft | workcraft | https://github.com/workcraft/workcraft/issues/1204 | https://github.com/workcraft/workcraft/pull/1205 | https://github.com/workcraft/workcraft/pull/1205 | 1 | fixes | Use MPSat continuations to extend violation trace for output persistency check | Legacy code in Workcraft detects non-persistent signals after the violation trace using some heuristics at composition STG. This may produce incorrect extension of the projection traces to the component STG ([env.stg.work.zip](https://github.com/workcraft/workcraft/files/6188778/env.stg.work.zip) [xor.circuit.work.zip]... | 3ceb719ec8d6348bc5d026c97eb876f9d34e9b72 | 2336a6a02415412abfa0b910c347a059fe787566 | https://github.com/workcraft/workcraft/compare/3ceb719ec8d6348bc5d026c97eb876f9d34e9b72...2336a6a02415412abfa0b910c347a059fe787566 | diff --git a/workcraft/MpsatVerificationPlugin/src/org/workcraft/plugins/mpsat_verification/tasks/OutputPersistencyOutputInterpreter.java b/workcraft/MpsatVerificationPlugin/src/org/workcraft/plugins/mpsat_verification/tasks/OutputPersistencyOutputInterpreter.java
index ed5878c38..e63f3919e 100644
--- a/workcraft/Mpsat... | ['workcraft/MpsatVerificationPlugin/src/org/workcraft/plugins/mpsat_verification/tasks/OutputPersistencyOutputInterpreter.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 6,056,800 | 1,231,440 | 165,124 | 1,687 | 2,970 | 556 | 48 | 1 | 668 | 70 | 141 | 3 | 2 | 0 | 1970-01-01T00:26:56 | 40 | Java | {'Java': 6571756, 'JavaScript': 53266, 'Verilog': 30738, 'Shell': 13097, 'GAP': 11313, 'Kotlin': 3511} | MIT License |
753 | workcraft/workcraft/1196/1195 | workcraft | workcraft | https://github.com/workcraft/workcraft/issues/1195 | https://github.com/workcraft/workcraft/pull/1196 | https://github.com/workcraft/workcraft/pull/1196 | 1 | closes | Limit grid density | Grid density may become excessive for small viewport. A solution is to suppress grid if there is too many crosses/lines to draw. | c8f3d21efbb8b96693e7dcd5c83c5fab0ab93cc1 | 85d7d42c30113e8a0f256c5b8d7c52c9549ca7a5 | https://github.com/workcraft/workcraft/compare/c8f3d21efbb8b96693e7dcd5c83c5fab0ab93cc1...85d7d42c30113e8a0f256c5b8d7c52c9549ca7a5 | diff --git a/workcraft/WorkcraftCore/src/org/workcraft/gui/editor/Grid.java b/workcraft/WorkcraftCore/src/org/workcraft/gui/editor/Grid.java
index 999f6b86c..1548f1af9 100644
--- a/workcraft/WorkcraftCore/src/org/workcraft/gui/editor/Grid.java
+++ b/workcraft/WorkcraftCore/src/org/workcraft/gui/editor/Grid.java
@@ -13,... | ['workcraft/WorkcraftCore/src/org/workcraft/gui/editor/Grid.java', 'workcraft/WorkcraftCore/src/org/workcraft/gui/editor/Viewport.java', 'workcraft/WorkcraftCore/src/org/workcraft/gui/editor/Ruler.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 6,049,423 | 1,230,136 | 164,994 | 1,684 | 17,200 | 3,815 | 355 | 3 | 128 | 22 | 26 | 1 | 0 | 0 | 1970-01-01T00:26:55 | 40 | Java | {'Java': 6571756, 'JavaScript': 53266, 'Verilog': 30738, 'Shell': 13097, 'GAP': 11313, 'Kotlin': 3511} | MIT License |
754 | workcraft/workcraft/1192/1191 | workcraft | workcraft | https://github.com/workcraft/workcraft/issues/1191 | https://github.com/workcraft/workcraft/pull/1192 | https://github.com/workcraft/workcraft/pull/1192 | 1 | fixes | Tool control icons do not size correctly when base font size is modified | Tool control icons are loaded together with their plugins, which happens before configuration variables are read from `config.xml`. As a result the tool control buttons may have incorrect icon size in case _Base font size_ is changed (its default value is used instead). A solution is to load the tool control icons only... | 3a71ed6ce6f8fbebf57cda5c2ae6adc144b23939 | 92be3eacedb34f1c6d0c346c4547707e5e9054e3 | https://github.com/workcraft/workcraft/compare/3a71ed6ce6f8fbebf57cda5c2ae6adc144b23939...92be3eacedb34f1c6d0c346c4547707e5e9054e3 | diff --git a/workcraft/CircuitPlugin/src/org/workcraft/plugins/circuit/tools/CycleAnalyserTool.java b/workcraft/CircuitPlugin/src/org/workcraft/plugins/circuit/tools/CycleAnalyserTool.java
index 450dbb23a..6f75b58ec 100644
--- a/workcraft/CircuitPlugin/src/org/workcraft/plugins/circuit/tools/CycleAnalyserTool.java
+++ ... | ['workcraft/WorkcraftCore/src/org/workcraft/gui/tools/SelectionTool.java', 'workcraft/CircuitPlugin/src/org/workcraft/plugins/circuit/tools/CycleAnalyserTool.java', 'workcraft/WorkcraftCore/src/org/workcraft/utils/GuiUtils.java', 'workcraft/CircuitPlugin/src/org/workcraft/plugins/circuit/tools/InitialisationAnalyserToo... | {'.java': 8} | 8 | 8 | 0 | 0 | 8 | 6,048,903 | 1,229,827 | 164,984 | 1,684 | 24,654 | 4,679 | 397 | 8 | 381 | 63 | 72 | 1 | 0 | 0 | 1970-01-01T00:26:54 | 40 | Java | {'Java': 6571756, 'JavaScript': 53266, 'Verilog': 30738, 'Shell': 13097, 'GAP': 11313, 'Kotlin': 3511} | MIT License |
769 | workcraft/workcraft/590/587 | workcraft | workcraft | https://github.com/workcraft/workcraft/issues/587 | https://github.com/workcraft/workcraft/pull/590 | https://github.com/workcraft/workcraft/pull/590 | 1 | closes | Changing colour of tokens in DFS simulation | Color of tokens in DFS simulation is not changing as specified in global preferences.
| d93096de7a2dbe295aa1ed2962188a1d5cc67fa1 | 72e144632497a58296b962aadf6774ed617aaa90 | https://github.com/workcraft/workcraft/compare/d93096de7a2dbe295aa1ed2962188a1d5cc67fa1...72e144632497a58296b962aadf6774ed617aaa90 | diff --git a/PetriPlugin/src/org/workcraft/plugins/petri/tools/PetriSimulationTool.java b/PetriPlugin/src/org/workcraft/plugins/petri/tools/PetriSimulationTool.java
index e91f9fb20..331ba1805 100644
--- a/PetriPlugin/src/org/workcraft/plugins/petri/tools/PetriSimulationTool.java
+++ b/PetriPlugin/src/org/workcraft/plug... | ['PetriPlugin/src/org/workcraft/plugins/petri/tools/PetriSimulationTool.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 4,930,081 | 1,002,433 | 138,460 | 1,300 | 2,630 | 523 | 51 | 1 | 86 | 14 | 15 | 2 | 0 | 0 | 1970-01-01T00:24:36 | 40 | Java | {'Java': 6571756, 'JavaScript': 53266, 'Verilog': 30738, 'Shell': 13097, 'GAP': 11313, 'Kotlin': 3511} | MIT License |
757 | workcraft/workcraft/986/985 | workcraft | workcraft | https://github.com/workcraft/workcraft/issues/985 | https://github.com/workcraft/workcraft/pull/986 | https://github.com/workcraft/workcraft/pull/986 | 1 | fixes | Trace conversion to DTD misses first level if initial state is high | To reproduce, create a simulation trace "a-" and convert it to DTD -- the resultant waveform misses the initial high level. | d724afdc9b7ff2f684132c17f3bae10fef577d31 | 16a79af9a87ab9a3a2e21f76e85782e490f27b1e | https://github.com/workcraft/workcraft/compare/d724afdc9b7ff2f684132c17f3bae10fef577d31...16a79af9a87ab9a3a2e21f76e85782e490f27b1e | diff --git a/CircuitPlugin/src/org/workcraft/plugins/circuit/interop/VerilogImporter.java b/CircuitPlugin/src/org/workcraft/plugins/circuit/interop/VerilogImporter.java
index ede94d41e..8db61a816 100644
--- a/CircuitPlugin/src/org/workcraft/plugins/circuit/interop/VerilogImporter.java
+++ b/CircuitPlugin/src/org/workcr... | ['DtdPlugin/src/org/workcraft/plugins/dtd/VisualDtd.java', 'StgPlugin/src/org/workcraft/plugins/stg/converters/StgToDtdConverter.java', 'GraphPlugin/src/org/workcraft/plugins/graph/Graph.java', 'CircuitPlugin/src/org/workcraft/plugins/circuit/interop/VerilogImporter.java'] | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 5,665,871 | 1,150,764 | 156,229 | 1,559 | 1,739 | 303 | 31 | 4 | 123 | 21 | 26 | 1 | 0 | 0 | 1970-01-01T00:26:00 | 40 | Java | {'Java': 6571756, 'JavaScript': 53266, 'Verilog': 30738, 'Shell': 13097, 'GAP': 11313, 'Kotlin': 3511} | MIT License |
759 | workcraft/workcraft/896/884 | workcraft | workcraft | https://github.com/workcraft/workcraft/issues/884 | https://github.com/workcraft/workcraft/pull/896 | https://github.com/workcraft/workcraft/pull/896 | 1 | fixes | Signal type consistency across waveforms | When creating a new signal in a waveform that coincides with an existing signal in another waveform, the type might be inconsistent. This also happens when renaming a signal into a previously existing signal.
Additionally, renaming a signal should rename any guards that reference it. | 4ad049ebbe9f28686c5b9f1dca5eddad510cd3ce | f4aea0f5d58b1737e442c4ae11b322c4c752f269 | https://github.com/workcraft/workcraft/compare/4ad049ebbe9f28686c5b9f1dca5eddad510cd3ce...f4aea0f5d58b1737e442c4ae11b322c4c752f269 | diff --git a/WtgPlugin/src/org/workcraft/plugins/wtg/commands/WtgInputPropernessVerificationCommand.java b/WtgPlugin/src/org/workcraft/plugins/wtg/commands/WtgInputPropernessVerificationCommand.java
index 80ec9f4c4..cac82011b 100644
--- a/WtgPlugin/src/org/workcraft/plugins/wtg/commands/WtgInputPropernessVerificationCo... | ['WtgPlugin/src/org/workcraft/plugins/wtg/supervisors/SignalTypeConsistencySupervisor.java', 'WtgPlugin/src/org/workcraft/plugins/wtg/utils/VerificationUtils.java', 'WtgPlugin/src/org/workcraft/plugins/wtg/properties/SignalNamePropertyDescriptor.java', 'WtgPlugin/src/org/workcraft/plugins/wtg/commands/WtgReachabilityVe... | {'.java': 6} | 6 | 6 | 0 | 0 | 6 | 5,524,721 | 1,124,663 | 153,922 | 1,554 | 3,706 | 733 | 84 | 6 | 287 | 45 | 51 | 3 | 0 | 0 | 1970-01-01T00:25:37 | 40 | Java | {'Java': 6571756, 'JavaScript': 53266, 'Verilog': 30738, 'Shell': 13097, 'GAP': 11313, 'Kotlin': 3511} | MIT License |
761 | workcraft/workcraft/681/215 | workcraft | workcraft | https://github.com/workcraft/workcraft/issues/215 | https://github.com/workcraft/workcraft/pull/681 | https://github.com/workcraft/workcraft/pull/681 | 1 | fixes | Name of a transformed STG work remains the same | To reproduce:
1. Create an STG work with a basic non-dedalock specification, e.g. p0->out- -> out+ ->p0 and p0 marked.
2. Save it as a.work
3. Do Tools->Convert->Net synthesis [Petrify]
Observed behaviour:
The produced STG is named "a" (without ".work", but still confusing)
Expected behaviour:
Add a numerical suf... | 5a936c12f136883fb963d04b2c123717c618bbc6 | 54c787f028441a1e73b062c224c3139e887eec32 | https://github.com/workcraft/workcraft/compare/5a936c12f136883fb963d04b2c123717c618bbc6...54c787f028441a1e73b062c224c3139e887eec32 | diff --git a/CircuitPlugin/src/org/workcraft/plugins/circuit/stg/CircuitToStgConverter.java b/CircuitPlugin/src/org/workcraft/plugins/circuit/stg/CircuitToStgConverter.java
index 5190aa60d..854908f72 100644
--- a/CircuitPlugin/src/org/workcraft/plugins/circuit/stg/CircuitToStgConverter.java
+++ b/CircuitPlugin/src/org/... | ['WorkcraftCore/src/org/workcraft/Framework.java', 'MpsatSynthesisPlugin/src/org/workcraft/plugins/mpsat/tasks/MpsatSynthesisResultHandler.java', 'PetrifyPlugin/src/org/workcraft/plugins/petrify/tasks/PetrifySynthesisResultHandler.java', 'WorkcraftCore/src/org/workcraft/gui/graph/commands/AbstractConversionCommand.java... | {'.java': 13} | 13 | 13 | 0 | 0 | 13 | 4,839,482 | 971,864 | 135,255 | 1,381 | 35,060 | 6,501 | 492 | 13 | 724 | 109 | 210 | 20 | 1 | 0 | 1970-01-01T00:24:53 | 40 | Java | {'Java': 6571756, 'JavaScript': 53266, 'Verilog': 30738, 'Shell': 13097, 'GAP': 11313, 'Kotlin': 3511} | MIT License |
762 | workcraft/workcraft/676/113 | workcraft | workcraft | https://github.com/workcraft/workcraft/issues/113 | https://github.com/workcraft/workcraft/pull/676 | https://github.com/workcraft/workcraft/pull/676 | 1 | fixes | Problem creating a new work while another work is maximised | - Work with an existing document
- Maximize it's editor window
- Create a new document
Now it is not possible to exit the maximized editor mode properly....
The error message is:
Exception in thread "AWT-EventQueue-0" java.lang.IllegalStateException: Can't maximize while different dockable is maximized
at org.fl... | 2702122bbed73b0ec111cbc2107a97dc4614af7f | b3f511fe8dbc3f14df1a723550f3fcb3d3616a7b | https://github.com/workcraft/workcraft/compare/2702122bbed73b0ec111cbc2107a97dc4614af7f...b3f511fe8dbc3f14df1a723550f3fcb3d3616a7b | diff --git a/MpsatVerificationPlugin/src/org/workcraft/plugins/mpsat/gui/MpsatSolutionPanel.java b/MpsatVerificationPlugin/src/org/workcraft/plugins/mpsat/gui/MpsatSolutionPanel.java
index 5186264cb..1e56a028f 100644
--- a/MpsatVerificationPlugin/src/org/workcraft/plugins/mpsat/gui/MpsatSolutionPanel.java
+++ b/MpsatVe... | ['WorkcraftCore/src/org/workcraft/gui/tabs/DockableTab.java', 'WorkcraftCore/src/org/workcraft/gui/MainWindow.java', 'WorkcraftCore/src/org/workcraft/gui/DockableWindowTabListener.java', 'WorkcraftCore/src/org/workcraft/gui/DockableWindowContentPanel.java', 'MpsatVerificationPlugin/src/org/workcraft/plugins/mpsat/gui/M... | {'.java': 10} | 10 | 10 | 0 | 0 | 10 | 4,835,392 | 970,958 | 135,144 | 1,378 | 10,588 | 1,956 | 202 | 10 | 1,044 | 84 | 260 | 25 | 1 | 0 | 1970-01-01T00:24:53 | 40 | Java | {'Java': 6571756, 'JavaScript': 53266, 'Verilog': 30738, 'Shell': 13097, 'GAP': 11313, 'Kotlin': 3511} | MIT License |
763 | workcraft/workcraft/636/631 | workcraft | workcraft | https://github.com/workcraft/workcraft/issues/631 | https://github.com/workcraft/workcraft/pull/636 | https://github.com/workcraft/workcraft/pull/636 | 1 | fixes | Anchor points are not moved on DFS copying for wagging | If there is an anchor point on the ark where wagging is applied, then the result may be confusing, as in all copies the anchor points will have the same coordinate -- it looks like an intersection of arcs.
The relative position of anchor points to the arc should be preserved relative to the arc, not their global pos... | 5239dcd60bc4e7180ce10040140a760595e0007b | 16c1c0cbc1516056dabe93d3a52915fca57fb8f7 | https://github.com/workcraft/workcraft/compare/5239dcd60bc4e7180ce10040140a760595e0007b...16c1c0cbc1516056dabe93d3a52915fca57fb8f7 | diff --git a/DfsPlugin/src/org/workcraft/plugins/dfs/commands/WaggingGenerator.java b/DfsPlugin/src/org/workcraft/plugins/dfs/commands/WaggingGenerator.java
index 54b60bc9a..0a89e25ec 100644
--- a/DfsPlugin/src/org/workcraft/plugins/dfs/commands/WaggingGenerator.java
+++ b/DfsPlugin/src/org/workcraft/plugins/dfs/comman... | ['WorkcraftCore/src/org/workcraft/workspace/WorkspaceEntry.java', 'DfsPlugin/src/org/workcraft/plugins/dfs/commands/WaggingGenerator.java', 'WorkcraftCore/src/org/workcraft/dom/visual/ConnectionHelper.java', 'WorkcraftCore/src/org/workcraft/gui/MainWindow.java'] | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 4,968,154 | 1,008,598 | 139,234 | 1,304 | 1,879 | 371 | 41 | 4 | 326 | 59 | 65 | 3 | 0 | 0 | 1970-01-01T00:24:42 | 40 | Java | {'Java': 6571756, 'JavaScript': 53266, 'Verilog': 30738, 'Shell': 13097, 'GAP': 11313, 'Kotlin': 3511} | MIT License |
764 | workcraft/workcraft/635/634 | workcraft | workcraft | https://github.com/workcraft/workcraft/issues/634 | https://github.com/workcraft/workcraft/pull/635 | https://github.com/workcraft/workcraft/pull/635 | 1 | fixes | Error on Verilog export | When exporting verilog from a circuit with standard C-gates, the resulting file does not
import correctly. The reason is that the assignments representing C-gates are wrong. The
C-gate output has been concatenated to onto the previous variable instead of being ORed.
From the example:
```
assign gn = assign_g... | 31d821d3c1a8a6669c06169f434c2b99382c4ae7 | dcfb3880b24e1cb64e20b3e82d76301f83b873b1 | https://github.com/workcraft/workcraft/compare/31d821d3c1a8a6669c06169f434c2b99382c4ae7...dcfb3880b24e1cb64e20b3e82d76301f83b873b1 | diff --git a/CircuitPlugin/src/org/workcraft/plugins/circuit/CircuitUtils.java b/CircuitPlugin/src/org/workcraft/plugins/circuit/CircuitUtils.java
index 29d4d8b30..0be3e1293 100644
--- a/CircuitPlugin/src/org/workcraft/plugins/circuit/CircuitUtils.java
+++ b/CircuitPlugin/src/org/workcraft/plugins/circuit/CircuitUtils.... | ['WorkcraftCore/src/org/workcraft/Framework.java', 'CircuitPlugin/src/org/workcraft/plugins/circuit/CircuitUtils.java', 'CircuitPlugin/src/org/workcraft/plugins/circuit/interop/VerilogImporter.java', 'CircuitPlugin/src/org/workcraft/plugins/circuit/serialisation/VerilogSerialiser.java'] | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 4,966,636 | 1,008,315 | 139,201 | 1,304 | 7,153 | 1,396 | 135 | 4 | 2,253 | 247 | 600 | 37 | 6 | 2 | 1970-01-01T00:24:42 | 40 | Java | {'Java': 6571756, 'JavaScript': 53266, 'Verilog': 30738, 'Shell': 13097, 'GAP': 11313, 'Kotlin': 3511} | MIT License |
765 | workcraft/workcraft/613/609 | workcraft | workcraft | https://github.com/workcraft/workcraft/issues/609 | https://github.com/workcraft/workcraft/pull/613 | https://github.com/workcraft/workcraft/pull/613 | 1 | fixes | Connection from output port to input pin | To reproduce
1. Create a digital circuit with a output port and an inverter.
2. Connect output port to the inverter input.
3. Generate the circuit STG.
Observed:
An isolated elementary cycle is crested for inverter input pin.
Expected behaviour:
The STG for inverter input is redundant.
Possible solutions:... | d2b13a24b7254c7f5c94c4938b9f0b14048eb2a4 | 5be83c88a1db445bf71d12ced312227569a9bcd4 | https://github.com/workcraft/workcraft/compare/d2b13a24b7254c7f5c94c4938b9f0b14048eb2a4...5be83c88a1db445bf71d12ced312227569a9bcd4 | diff --git a/CircuitPlugin/src/org/workcraft/plugins/circuit/CircuitUtils.java b/CircuitPlugin/src/org/workcraft/plugins/circuit/CircuitUtils.java
index dad9b787d..29d4d8b30 100644
--- a/CircuitPlugin/src/org/workcraft/plugins/circuit/CircuitUtils.java
+++ b/CircuitPlugin/src/org/workcraft/plugins/circuit/CircuitUtils.... | ['CircuitPlugin/src/org/workcraft/plugins/circuit/CircuitUtils.java', 'StgPlugin/src/org/workcraft/plugins/stg/StgSettings.java', 'CircuitPlugin/src/org/workcraft/plugins/circuit/stg/CircuitToStgConverter.java', 'StgPlugin/src/org/workcraft/plugins/stg/generator/StgGenerator.java'] | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 4,957,689 | 1,008,188 | 139,157 | 1,302 | 6,770 | 1,235 | 129 | 4 | 414 | 63 | 90 | 14 | 0 | 0 | 1970-01-01T00:24:40 | 40 | Java | {'Java': 6571756, 'JavaScript': 53266, 'Verilog': 30738, 'Shell': 13097, 'GAP': 11313, 'Kotlin': 3511} | MIT License |
766 | workcraft/workcraft/612/602 | workcraft | workcraft | https://github.com/workcraft/workcraft/issues/602 | https://github.com/workcraft/workcraft/pull/612 | https://github.com/workcraft/workcraft/pull/612 | 1 | fixes | Inconsistent state of global settings | To reproduce, run Workcraft with the following script:
```
workcraft -nogui -exec:<(echo "setConfigVar(\\"CircuitSettings.gateLibrary\\", \\"libraries/test.lib\\");; exit();")
```
Examine the saved `~/.config/workcraft/config.xml` file. The `gateLibrary` variable in `CircuitSettings` group is still set to 'librarie... | 7d9d08b09793382ac6bea8ad629fdaa153e34e3e | 0a19fb635a25a6f0c760e12cf615d056168abf5c | https://github.com/workcraft/workcraft/compare/7d9d08b09793382ac6bea8ad629fdaa153e34e3e...0a19fb635a25a6f0c760e12cf615d056168abf5c | diff --git a/WorkcraftCore/src/org/workcraft/Framework.java b/WorkcraftCore/src/org/workcraft/Framework.java
index c326e21b0..b986bfbf2 100644
--- a/WorkcraftCore/src/org/workcraft/Framework.java
+++ b/WorkcraftCore/src/org/workcraft/Framework.java
@@ -239,65 +239,57 @@ public final class Framework {
return in... | ['WorkcraftCore/src/org/workcraft/Framework.java', 'WorkcraftCore/src/org/workcraft/gui/workspace/WorkspaceWindow.java', 'WorkcraftCore/src/org/workcraft/gui/MainWindow.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 4,957,782 | 1,008,207 | 139,167 | 1,302 | 5,252 | 1,010 | 98 | 3 | 1,032 | 136 | 219 | 11 | 0 | 1 | 1970-01-01T00:24:39 | 40 | Java | {'Java': 6571756, 'JavaScript': 53266, 'Verilog': 30738, 'Shell': 13097, 'GAP': 11313, 'Kotlin': 3511} | MIT License |
767 | workcraft/workcraft/606/605 | workcraft | workcraft | https://github.com/workcraft/workcraft/issues/605 | https://github.com/workcraft/workcraft/pull/606 | https://github.com/workcraft/workcraft/pull/606 | 1 | fixed | Right-click (two-finger click) doesn't work on Mac trackpad. | Please answer these questions before submitting your issue. Thanks!
1. What version of Workcraft are you using?
3.1.2
master from tuura/workcraft
2. What operating system are you using?
macOS 12 Sierra
I am unsure whether this is because I updated my mac.
I have looked into how right-click works on macs, and... | 6e659bb47caa8c6c855e309122b65b6c5a271bc9 | 34a928e2c292292ef7a84ba97043486ef9bbc047 | https://github.com/workcraft/workcraft/compare/6e659bb47caa8c6c855e309122b65b6c5a271bc9...34a928e2c292292ef7a84ba97043486ef9bbc047 | diff --git a/WorkcraftCore/src/org/workcraft/gui/graph/GraphEditorPanelMouseListener.java b/WorkcraftCore/src/org/workcraft/gui/graph/GraphEditorPanelMouseListener.java
index 5b7943238..1dd28ce2e 100644
--- a/WorkcraftCore/src/org/workcraft/gui/graph/GraphEditorPanelMouseListener.java
+++ b/WorkcraftCore/src/org/workcr... | ['WorkcraftCore/src/org/workcraft/gui/graph/GraphEditorPanelMouseListener.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 4,936,525 | 1,003,685 | 138,578 | 1,300 | 183 | 37 | 4 | 1 | 668 | 117 | 159 | 20 | 0 | 0 | 1970-01-01T00:24:38 | 40 | Java | {'Java': 6571756, 'JavaScript': 53266, 'Verilog': 30738, 'Shell': 13097, 'GAP': 11313, 'Kotlin': 3511} | MIT License |
768 | workcraft/workcraft/598/597 | workcraft | workcraft | https://github.com/workcraft/workcraft/issues/597 | https://github.com/workcraft/workcraft/pull/598 | https://github.com/workcraft/workcraft/pull/598 | 1 | fixes | Petrify issue if installed in a non-user-writable directory | Using Workcraft V3.1.2 on Arch Linux.
With a basic STG, selecting `Tools -> External visualizer -> State graph ({basic,binary-coded})` fails when the directory `workcraft/Tools/PetrifyTools` is not writable by the user who invoked `workcraft`. The error is:
> Petrify tool chain execution failed.
>
> Errors running d... | 2705569e76b732d633777da68a38acbbe31f2226 | 47aa852e2101584917e256bbbf10a6323363e918 | https://github.com/workcraft/workcraft/compare/2705569e76b732d633777da68a38acbbe31f2226...47aa852e2101584917e256bbbf10a6323363e918 | diff --git a/FstPlugin/src/org/workcraft/plugins/fst/task/WriteSgConversionTask.java b/FstPlugin/src/org/workcraft/plugins/fst/task/WriteSgConversionTask.java
index 08cf8b9e1..44251be2d 100644
--- a/FstPlugin/src/org/workcraft/plugins/fst/task/WriteSgConversionTask.java
+++ b/FstPlugin/src/org/workcraft/plugins/fst/tas... | ['PetrifyExtraPlugin/src/org/workcraft/plugins/petrify/tasks/DrawAstgTask.java', 'PetrifyExtraPlugin/src/org/workcraft/plugins/petrify/AstgExporter.java', 'FstPlugin/src/org/workcraft/plugins/fst/task/WriteSgConversionTask.java', 'PetrifyExtraPlugin/src/org/workcraft/plugins/petrify/tasks/DrawSgTask.java', 'WorkcraftCo... | {'.java': 6} | 6 | 6 | 0 | 0 | 6 | 4,936,044 | 1,003,590 | 138,566 | 1,300 | 3,404 | 711 | 58 | 6 | 1,361 | 216 | 314 | 15 | 0 | 0 | 1970-01-01T00:24:36 | 40 | Java | {'Java': 6571756, 'JavaScript': 53266, 'Verilog': 30738, 'Shell': 13097, 'GAP': 11313, 'Kotlin': 3511} | MIT License |
778 | workcraft/workcraft/377/355 | workcraft | workcraft | https://github.com/workcraft/workcraft/issues/355 | https://github.com/workcraft/workcraft/pull/377 | https://github.com/workcraft/workcraft/pull/377 | 1 | fixes | Position implicit place token in the middle of the polyline segment | If the transitions connected by an arc (with implicit place) have significantly different name length, then a token on that arc would appear closer to the transition with the longer name. This happens because the connection start and end point are considered as the the centres of the adjacent nodes. Instead the interse... | a90083fae09e8aaffcb819fdc1bd63cfdfc83ffd | 417453033303ab63c913c91ed4d4fbf32f44b4f9 | https://github.com/workcraft/workcraft/compare/a90083fae09e8aaffcb819fdc1bd63cfdfc83ffd...417453033303ab63c913c91ed4d4fbf32f44b4f9 | diff --git a/STGPlugin/src/org/workcraft/plugins/stg/VisualImplicitPlaceArc.java b/STGPlugin/src/org/workcraft/plugins/stg/VisualImplicitPlaceArc.java
index c8393fa56..3ed21ea4f 100644
--- a/STGPlugin/src/org/workcraft/plugins/stg/VisualImplicitPlaceArc.java
+++ b/STGPlugin/src/org/workcraft/plugins/stg/VisualImplicitP... | ['WorkcraftCore/src/org/workcraft/dom/visual/connections/Polyline.java', 'STGPlugin/src/org/workcraft/plugins/stg/VisualImplicitPlaceArc.java', 'WorkcraftCore/src/org/workcraft/dom/visual/connections/VisualConnection.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 5,257,466 | 1,103,980 | 151,842 | 1,301 | 1,153 | 252 | 20 | 3 | 398 | 66 | 73 | 2 | 0 | 0 | 1970-01-01T00:24:16 | 40 | Java | {'Java': 6571756, 'JavaScript': 53266, 'Verilog': 30738, 'Shell': 13097, 'GAP': 11313, 'Kotlin': 3511} | MIT License |
709 | phac-nml/irida/245/222 | phac-nml | irida | https://github.com/phac-nml/irida/issues/222 | https://github.com/phac-nml/irida/pull/245 | https://github.com/phac-nml/irida/pull/245 | 1 | fixes | Synchronizing projects with metadata does not work | In our latest `development` branch, if I try to sync a project where samples have metadata assigned (e.g., derived from a pipeline) I will get the following exception:
```
14 Dec 2018 13:40:06,639 DEBUG ca.corefacility.bioinformatics.irida.service.remote.ProjectSynchronizationService:151 - An error occurred while s... | 061febba909d0a203f8a5988d992799a58bdfe8d | 4004923eff53d5309db0d6465ddd2774a05fef58 | https://github.com/phac-nml/irida/compare/061febba909d0a203f8a5988d992799a58bdfe8d...4004923eff53d5309db0d6465ddd2774a05fef58 | diff --git a/src/main/java/ca/corefacility/bioinformatics/irida/model/sample/metadata/MetadataEntry.java b/src/main/java/ca/corefacility/bioinformatics/irida/model/sample/metadata/MetadataEntry.java
index 9878c7d751..5d602d9a53 100644
--- a/src/main/java/ca/corefacility/bioinformatics/irida/model/sample/metadata/Metada... | ['src/main/java/ca/corefacility/bioinformatics/irida/model/sample/metadata/MetadataEntry.java', 'src/main/java/ca/corefacility/bioinformatics/irida/service/remote/ProjectSynchronizationService.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 2,172,644 | 470,184 | 63,685 | 552 | 122 | 33 | 9 | 2 | 4,703 | 156 | 919 | 38 | 1 | 1 | 1970-01-01T00:25:46 | 40 | Java | {'Java': 5148223, 'JavaScript': 876296, 'TypeScript': 447025, 'HTML': 41041, 'CSS': 21537, 'Kotlin': 19654, 'Shell': 13267, 'Python': 11481, 'Perl': 6980, 'Dockerfile': 4941} | Apache License 2.0 |
1,190 | ibi-group/datatools-server/307/306 | ibi-group | datatools-server | https://github.com/ibi-group/datatools-server/issues/306 | https://github.com/ibi-group/datatools-server/pull/307 | https://github.com/ibi-group/datatools-server/pull/307 | 1 | fix | Bug report: MTC feed merge | From MTC:
> Production TDM's Merge functionality is not following [rule number 5 defined in user docs](https://mtc-datatools.readthedocs.io/en/mtc-docs/user/merging-feeds/#merge-rules). Two feeds with same service_id and overlapping dates are merged but the start and end dates are not updated. Attached are sample fee... | 4d110f9077c92c5885e5a3cd9488f772241d31da | 1c3c1caef92ea9f5643ddc2c2261f51838df9cb7 | https://github.com/ibi-group/datatools-server/compare/4d110f9077c92c5885e5a3cd9488f772241d31da...1c3c1caef92ea9f5643ddc2c2261f51838df9cb7 | diff --git a/src/main/java/com/conveyal/datatools/manager/jobs/MergeFeedsJob.java b/src/main/java/com/conveyal/datatools/manager/jobs/MergeFeedsJob.java
index 1279464e..3770f435 100644
--- a/src/main/java/com/conveyal/datatools/manager/jobs/MergeFeedsJob.java
+++ b/src/main/java/com/conveyal/datatools/manager/jobs/Merg... | ['src/main/java/com/conveyal/datatools/manager/jobs/MergeFeedsJob.java', 'src/test/java/com/conveyal/datatools/manager/jobs/MergeFeedsJobTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 1,003,110 | 201,904 | 23,110 | 153 | 867 | 133 | 9 | 1 | 975 | 81 | 254 | 10 | 3 | 0 | 1970-01-01T00:26:28 | 40 | Java | {'Java': 1499491, 'Shell': 4860, 'Python': 3466, 'JavaScript': 2627, 'HTML': 824, 'Dockerfile': 588} | MIT License |
700 | phac-nml/irida/606/605 | phac-nml | irida | https://github.com/phac-nml/irida/issues/605 | https://github.com/phac-nml/irida/pull/606 | https://github.com/phac-nml/irida/pull/606 | 1 | fixes | ClientsControllerTest failing after hotfix | ## Describe the bug
`ClientsControllerTest.testGetAjaxClientList` is failing due to the hotfix lower casing the search terms coming in to the new ant tables.
## Steps to reproduce the problem
What were you doing when you encountered the problem?
1. ran `mvn test`
2. `ClientsControllerTest.testGetAjaxClientList` ... | 7472c7472b2b8f415181c7685172341ff5ba9397 | abd800f8d88d173d6750d5b9f311f0f5d73c7599 | https://github.com/phac-nml/irida/compare/7472c7472b2b8f415181c7685172341ff5ba9397...abd800f8d88d173d6750d5b9f311f0f5d73c7599 | diff --git a/src/main/java/ca/corefacility/bioinformatics/irida/ria/web/models/tables/TableRequest.java b/src/main/java/ca/corefacility/bioinformatics/irida/ria/web/models/tables/TableRequest.java
index 37382b124d..4e7aafa2d9 100644
--- a/src/main/java/ca/corefacility/bioinformatics/irida/ria/web/models/tables/TableReq... | ['src/test/java/ca/corefacility/bioinformatics/irida/ria/integration/pages/analysis/AnalysesUserPage.java', 'src/main/java/ca/corefacility/bioinformatics/irida/ria/web/models/tables/TableRequest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 2,272,384 | 491,162 | 66,564 | 596 | 746 | 179 | 19 | 1 | 575 | 81 | 131 | 15 | 0 | 0 | 1970-01-01T00:26:22 | 40 | Java | {'Java': 5148223, 'JavaScript': 876296, 'TypeScript': 447025, 'HTML': 41041, 'CSS': 21537, 'Kotlin': 19654, 'Shell': 13267, 'Python': 11481, 'Perl': 6980, 'Dockerfile': 4941} | Apache License 2.0 |
1,194 | ibi-group/datatools-server/209/208 | ibi-group | datatools-server | https://github.com/ibi-group/datatools-server/issues/208 | https://github.com/ibi-group/datatools-server/pull/209 | https://github.com/ibi-group/datatools-server/pull/209 | 1 | fixes | MTC sync fails (if not first sync) | ## Observed behavior
MTC sync fails if not attempting sync for the first time. This is because the code attempts to create a new feed source each time sync is initiated and hits a duplicate ID error in the MongoDB database when re-creating a feed that already exists.
## Steps to reproduce the problem
Create pr... | a99a4f648030a3796d6311ce385dbcd6627c1352 | 289ed0e899e503f35902525f950b793ddc6921e6 | https://github.com/ibi-group/datatools-server/compare/a99a4f648030a3796d6311ce385dbcd6627c1352...289ed0e899e503f35902525f950b793ddc6921e6 | diff --git a/src/main/java/com/conveyal/datatools/manager/extensions/mtc/MtcFeedResource.java b/src/main/java/com/conveyal/datatools/manager/extensions/mtc/MtcFeedResource.java
index 822de30c..5b7eb075 100644
--- a/src/main/java/com/conveyal/datatools/manager/extensions/mtc/MtcFeedResource.java
+++ b/src/main/java/com/... | ['src/main/java/com/conveyal/datatools/manager/extensions/mtc/MtcFeedResource.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 871,993 | 175,493 | 20,879 | 150 | 6,388 | 1,148 | 104 | 1 | 587 | 95 | 121 | 16 | 0 | 0 | 1970-01-01T00:26:01 | 40 | Java | {'Java': 1499491, 'Shell': 4860, 'Python': 3466, 'JavaScript': 2627, 'HTML': 824, 'Dockerfile': 588} | MIT License |
1,191 | ibi-group/datatools-server/302/301 | ibi-group | datatools-server | https://github.com/ibi-group/datatools-server/issues/301 | https://github.com/ibi-group/datatools-server/pull/302 | https://github.com/ibi-group/datatools-server/pull/302 | 1 | fixes | During OTP ELB deployment, a condition exists where no running EC2 servers remain, but the job succeeds | ## Observed behavior
If during deployment to ELB, a different graph build config is used than the final servers to run, there is a case where the graph build server succeeds (and shut downs as per its instructions), but the graph loading server(s) fail but the deploy job still succeeds.
## Expected behavior
If... | 146d85f39d182bbc7f16a9dba78884b032c05c2b | becbee101a811748ed980254657d54a20aaedc5d | https://github.com/ibi-group/datatools-server/compare/146d85f39d182bbc7f16a9dba78884b032c05c2b...becbee101a811748ed980254657d54a20aaedc5d | diff --git a/src/main/java/com/conveyal/datatools/manager/jobs/DeployJob.java b/src/main/java/com/conveyal/datatools/manager/jobs/DeployJob.java
index cc59b1de..4f87a150 100644
--- a/src/main/java/com/conveyal/datatools/manager/jobs/DeployJob.java
+++ b/src/main/java/com/conveyal/datatools/manager/jobs/DeployJob.java
@... | ['src/main/java/com/conveyal/datatools/manager/jobs/DeployJob.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 1,002,617 | 201,809 | 23,104 | 153 | 930 | 157 | 14 | 1 | 966 | 161 | 199 | 21 | 0 | 0 | 1970-01-01T00:26:27 | 40 | Java | {'Java': 1499491, 'Shell': 4860, 'Python': 3466, 'JavaScript': 2627, 'HTML': 824, 'Dockerfile': 588} | MIT License |
1,188 | ibi-group/datatools-server/423/422 | ibi-group | datatools-server | https://github.com/ibi-group/datatools-server/issues/422 | https://github.com/ibi-group/datatools-server/pull/423 | https://github.com/ibi-group/datatools-server/pull/423 | 1 | closes | Labels: 404 warning when assigning labels | ## Observed behavior
When adding labels to feeds, a 404 error would appear, even though the label would be assigned correctly.
## Expected behavior
The label should be assigned without error
## Steps to reproduce the problem
Assign a label to a feed, observe error modal appearing.
## Any special notes... | 7513fec4bc98ee2d333d2f2a7e139361a8036e37 | 42c560a53bbc97648bf105fb85e31d091cafd6c0 | https://github.com/ibi-group/datatools-server/compare/7513fec4bc98ee2d333d2f2a7e139361a8036e37...42c560a53bbc97648bf105fb85e31d091cafd6c0 | diff --git a/src/main/java/com/conveyal/datatools/manager/models/FeedSource.java b/src/main/java/com/conveyal/datatools/manager/models/FeedSource.java
index cdd7bc2a..612e4504 100644
--- a/src/main/java/com/conveyal/datatools/manager/models/FeedSource.java
+++ b/src/main/java/com/conveyal/datatools/manager/models/FeedS... | ['src/main/java/com/conveyal/datatools/manager/models/FeedSource.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 1,043,252 | 206,736 | 23,548 | 166 | 1,209 | 233 | 19 | 1 | 459 | 71 | 93 | 17 | 0 | 0 | 1970-01-01T00:27:12 | 40 | Java | {'Java': 1499491, 'Shell': 4860, 'Python': 3466, 'JavaScript': 2627, 'HTML': 824, 'Dockerfile': 588} | MIT License |
1,193 | ibi-group/datatools-server/211/210 | ibi-group | datatools-server | https://github.com/ibi-group/datatools-server/issues/210 | https://github.com/ibi-group/datatools-server/pull/211 | https://github.com/ibi-group/datatools-server/pull/211 | 1 | fixes | New MTC feed source does not contain nulled out MTC external feed source properties | ## Observed behavior
Creating a new feed source for MTC results in no external feed source properties being available in the UI (`Feed Source > Settings > MTC Properties`). The workflow for creating a new feed requires that these props be available because in order to register a new feed with MTC's external database... | eedf4e7358a3ce352e9bc196e69c6ec4779d2002 | f8d393dea5f4f447f78ca1a47c95bad2b6b680ce | https://github.com/ibi-group/datatools-server/compare/eedf4e7358a3ce352e9bc196e69c6ec4779d2002...f8d393dea5f4f447f78ca1a47c95bad2b6b680ce | diff --git a/src/main/java/com/conveyal/datatools/manager/extensions/ExternalFeedResource.java b/src/main/java/com/conveyal/datatools/manager/extensions/ExternalFeedResource.java
index d3c0c61b..c761449d 100644
--- a/src/main/java/com/conveyal/datatools/manager/extensions/ExternalFeedResource.java
+++ b/src/main/java/c... | ['src/main/java/com/conveyal/datatools/manager/extensions/mtc/RtdCarrier.java', 'src/main/java/com/conveyal/datatools/manager/extensions/ExternalFeedResource.java', 'src/main/java/com/conveyal/datatools/manager/extensions/mtc/MtcFeedResource.java', 'src/main/java/com/conveyal/datatools/manager/models/FeedSource.java'] | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 872,814 | 175,668 | 20,871 | 150 | 4,715 | 866 | 72 | 4 | 717 | 116 | 142 | 15 | 0 | 0 | 1970-01-01T00:26:01 | 40 | Java | {'Java': 1499491, 'Shell': 4860, 'Python': 3466, 'JavaScript': 2627, 'HTML': 824, 'Dockerfile': 588} | MIT License |
1,192 | ibi-group/datatools-server/268/267 | ibi-group | datatools-server | https://github.com/ibi-group/datatools-server/issues/267 | https://github.com/ibi-group/datatools-server/pull/268 | https://github.com/ibi-group/datatools-server/pull/268 | 1 | fixes | MTC feed merge shapes issue | ## Observed behavior (please include a screenshot if possible)
MTC has reported an issue with shapes.txt during an MTC feed merge (future + active). Essentially, identical shape_ids found in both feeds are causing the merged dataset to contain shape_id:shape_pt_sequence values from both datasets (e.g., if future dat... | 4594e97cc06508dd0f19c5d6397674da29009394 | c0944fabc8b8292ac71378ca263cd4822c9c72bf | https://github.com/ibi-group/datatools-server/compare/4594e97cc06508dd0f19c5d6397674da29009394...c0944fabc8b8292ac71378ca263cd4822c9c72bf | diff --git a/src/main/java/com/conveyal/datatools/manager/jobs/MergeFeedsJob.java b/src/main/java/com/conveyal/datatools/manager/jobs/MergeFeedsJob.java
index 829224d2..30e147c5 100644
--- a/src/main/java/com/conveyal/datatools/manager/jobs/MergeFeedsJob.java
+++ b/src/main/java/com/conveyal/datatools/manager/jobs/Merg... | ['src/main/java/com/conveyal/datatools/manager/jobs/MergeFeedsJob.java', 'src/test/java/com/conveyal/datatools/manager/jobs/MergeFeedsJobTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 963,644 | 194,421 | 22,441 | 153 | 2,851 | 415 | 33 | 1 | 1,007 | 139 | 246 | 19 | 1 | 0 | 1970-01-01T00:26:15 | 40 | Java | {'Java': 1499491, 'Shell': 4860, 'Python': 3466, 'JavaScript': 2627, 'HTML': 824, 'Dockerfile': 588} | MIT License |
1,325 | googleapis/java-spanner/107/106 | googleapis | java-spanner | https://github.com/googleapis/java-spanner/issues/106 | https://github.com/googleapis/java-spanner/pull/107 | https://github.com/googleapis/java-spanner/pull/107 | 1 | fixes | Session pool metrics registered multiple times | The new metrics that have been added for the `SessionPool` are added multiple times if multiple different session pools are created by a `Spanner` instance. This could happen if the user creates database clients for different databases, or if multiple database clients using different `SessionPoolOptions` are requested.... | ea279c424689265fa2ad21922e948a616d850398 | 4a251ea5bd3306ceee4fd5c39e712f727d3ac11f | https://github.com/googleapis/java-spanner/compare/ea279c424689265fa2ad21922e948a616d850398...4a251ea5bd3306ceee4fd5c39e712f727d3ac11f | diff --git a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/MetricRegistryConstants.java b/google-cloud-spanner/src/main/java/com/google/cloud/spanner/MetricRegistryConstants.java
index 60111618..5902598c 100644
--- a/google-cloud-spanner/src/main/java/com/google/cloud/spanner/MetricRegistryConstants.java
... | ['google-cloud-spanner/src/test/java/com/google/cloud/spanner/SessionPoolTest.java', 'google-cloud-spanner/src/main/java/com/google/cloud/spanner/SessionPool.java', 'google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerImpl.java', 'google-cloud-spanner/src/main/java/com/google/cloud/spanner/MetricRegistry... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 5,948,480 | 1,322,723 | 167,404 | 280 | 6,361 | 1,210 | 170 | 3 | 565 | 60 | 137 | 1 | 1 | 0 | 1970-01-01T00:26:24 | 39 | Java | {'Java': 13449843, 'Shell': 25900, 'PLpgSQL': 9025, 'Python': 1698, 'Batchfile': 933} | Apache License 2.0 |
1,065 | avaje/avaje-http/114/113 | avaje | avaje-http | https://github.com/avaje/avaje-http/issues/113 | https://github.com/avaje/avaje-http/pull/114 | https://github.com/avaje/avaje-http/pull/114 | 1 | resolves | Support List/Array Types in client generation | The following fails to compile.
```
@Client
public interface ApiClient {
@Post("/post")
HttpResponse<byte[]> call(Holder[] body);
@Post("/post2")
HttpResponse<byte[]> call2(List<Holder> body);
public static record Holder(int s) {}
}
```
It seems that imports are not being added correctly to t... | b2d75dd302c6f1b33630a99285dc1fad961be0f1 | 2ef121c15d80c292fdd67dd8df9a173c06240e35 | https://github.com/avaje/avaje-http/compare/b2d75dd302c6f1b33630a99285dc1fad961be0f1...2ef121c15d80c292fdd67dd8df9a173c06240e35 | diff --git a/http-generator-client/src/main/java/io/avaje/http/generator/client/ClientMethodWriter.java b/http-generator-client/src/main/java/io/avaje/http/generator/client/ClientMethodWriter.java
index ff0c4f3b..5c0abe1d 100644
--- a/http-generator-client/src/main/java/io/avaje/http/generator/client/ClientMethodWriter... | ['http-generator-client/src/main/java/io/avaje/http/generator/client/ClientMethodWriter.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 198,572 | 44,668 | 7,361 | 85 | 471 | 115 | 11 | 1 | 1,334 | 114 | 305 | 54 | 0 | 2 | 1970-01-01T00:27:50 | 39 | Java | {'Java': 716599, 'Dockerfile': 1302} | Apache License 2.0 |
562 | karamelchef/karamel/23/22 | karamelchef | karamel | https://github.com/karamelchef/karamel/issues/22 | https://github.com/karamelchef/karamel/pull/23 | https://github.com/karamelchef/karamel/pull/23 | 1 | resolves | chmod id_rsa to 600 | The generated keys have too open permissions on apple/linux. Apple won't let you run
"ssh -i .karamel/.ssh/id_rsa ubuntu@...."
unless you change the permissions.
It's a one-line fix, i guess.
| ab39925225d9d75267385dcc62e20e484c5ab728 | 6c006d53ef530ef9cfb10ca630138ad5ed12223b | https://github.com/karamelchef/karamel/compare/ab39925225d9d75267385dcc62e20e484c5ab728...6c006d53ef530ef9cfb10ca630138ad5ed12223b | diff --git a/karamel-core/src/main/java/se/kth/karamel/common/SshKeyService.java b/karamel-core/src/main/java/se/kth/karamel/common/SshKeyService.java
index a669166b..1b071f18 100644
--- a/karamel-core/src/main/java/se/kth/karamel/common/SshKeyService.java
+++ b/karamel-core/src/main/java/se/kth/karamel/common/SshKeySe... | ['karamel-core/src/main/java/se/kth/karamel/common/SshKeyService.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 315,644 | 69,325 | 9,902 | 107 | 554 | 123 | 13 | 1 | 193 | 29 | 49 | 5 | 0 | 0 | 1970-01-01T00:23:48 | 37 | Java | {'Java': 598018, 'JavaScript': 396533, 'Ruby': 255788, 'HTML': 80815, 'CSS': 46174, 'SCSS': 9131, 'Scala': 2669, 'Shell': 1647} | Apache License 2.0 |
8,599 | gwtmaterialdesign/gwt-material-addins/176/173 | gwtmaterialdesign | gwt-material-addins | https://github.com/GwtMaterialDesign/gwt-material-addins/issues/173 | https://github.com/GwtMaterialDesign/gwt-material-addins/pull/176 | https://github.com/GwtMaterialDesign/gwt-material-addins/pull/176 | 1 | fixes | Adding MaterialTreeItem programmatically does not set owning MaterialTree. | The onLoad handler and the addItem method do not follow the same strategy to add items to the tree. | 7ba93c7f8ee7a15f6d8aa87942b0bf577e3fb8bc | 3d4a7cfef047f56446a925143540efe17e45c3a9 | https://github.com/gwtmaterialdesign/gwt-material-addins/compare/7ba93c7f8ee7a15f6d8aa87942b0bf577e3fb8bc...3d4a7cfef047f56446a925143540efe17e45c3a9 | diff --git a/src/main/java/gwt/material/design/addins/client/tree/MaterialTree.java b/src/main/java/gwt/material/design/addins/client/tree/MaterialTree.java
index e3c7837d..2c5669a3 100644
--- a/src/main/java/gwt/material/design/addins/client/tree/MaterialTree.java
+++ b/src/main/java/gwt/material/design/addins/client/... | ['src/main/java/gwt/material/design/addins/client/tree/MaterialTree.java', 'src/test/java/gwt/material/design/addins/client/MaterialTreeTest.java', 'src/main/java/gwt/material/design/addins/client/tree/MaterialTreeItem.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 457,487 | 100,104 | 14,872 | 154 | 424 | 88 | 8 | 2 | 100 | 19 | 21 | 1 | 0 | 0 | 1970-01-01T00:24:41 | 36 | JavaScript | {'JavaScript': 3347930, 'Java': 1798807, 'CSS': 248665, 'Shell': 384} | Apache License 2.0 |
8,600 | gwtmaterialdesign/gwt-material-addins/99/92 | gwtmaterialdesign | gwt-material-addins | https://github.com/GwtMaterialDesign/gwt-material-addins/issues/92 | https://github.com/GwtMaterialDesign/gwt-material-addins/pull/99 | https://github.com/GwtMaterialDesign/gwt-material-addins/pull/99 | 1 | fixed | MaterialAutoComplete.setFocus(true) does nothing | It appears that the call to **uiObject.getElement().focus()** in **FocusableMixin.java** results in **focus()** getting called on the underlying **DIV**, rather than on the **INPUT**, which is nested 3 levels deeper.
The issue is related to **AutocompleteType.CHIP**
GMD 1.5.1, GMA 1.5.1
| 183f6c666812191e2a2ab90221db4a67a80e187c | b6a882c1dd2989f9a7162ec7e96f72fcf100a007 | https://github.com/gwtmaterialdesign/gwt-material-addins/compare/183f6c666812191e2a2ab90221db4a67a80e187c...b6a882c1dd2989f9a7162ec7e96f72fcf100a007 | diff --git a/src/main/java/gwt/material/design/addins/client/autocomplete/MaterialAutoComplete.java b/src/main/java/gwt/material/design/addins/client/autocomplete/MaterialAutoComplete.java
index dc7258f4..ee63a4d2 100644
--- a/src/main/java/gwt/material/design/addins/client/autocomplete/MaterialAutoComplete.java
+++ b/... | ['src/main/java/gwt/material/design/addins/client/autocomplete/MaterialAutoComplete.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 369,015 | 79,869 | 11,882 | 118 | 370 | 79 | 10 | 1 | 288 | 39 | 80 | 4 | 0 | 0 | 1970-01-01T00:24:26 | 36 | JavaScript | {'JavaScript': 3347930, 'Java': 1798807, 'CSS': 248665, 'Shell': 384} | Apache License 2.0 |
3,811 | alfasoftware/morf/29/28 | alfasoftware | morf | https://github.com/alfasoftware/morf/issues/28 | https://github.com/alfasoftware/morf/pull/29 | https://github.com/alfasoftware/morf/pull/29 | 1 | fixes | Upgrade step with description longer than 200 characters fails when run | The `UpgradeAudit` table has a 200-character `description` field. This is populated with the `.getDescription()` from the `UpgradeStep` when it is applied. If the description is over 200 characters, this isn't detected until the upgrade step is run and the insert fails.
`UpgradeTestHelper` is supposed to check thi... | e6edf2734a5bad17898e2ebca49f91937c901d02 | 75c68af1df32fdd4191cbd5c94183742434bc081 | https://github.com/alfasoftware/morf/compare/e6edf2734a5bad17898e2ebca49f91937c901d02...75c68af1df32fdd4191cbd5c94183742434bc081 | diff --git a/morf-testsupport/src/main/java/org/alfasoftware/morf/testing/UpgradeTestHelper.java b/morf-testsupport/src/main/java/org/alfasoftware/morf/testing/UpgradeTestHelper.java
index 09c73f79..45af5dd8 100755
--- a/morf-testsupport/src/main/java/org/alfasoftware/morf/testing/UpgradeTestHelper.java
+++ b/morf-test... | ['morf-testsupport/src/main/java/org/alfasoftware/morf/testing/UpgradeTestHelper.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 1,672,106 | 375,529 | 51,912 | 238 | 98 | 20 | 1 | 1 | 336 | 50 | 75 | 3 | 0 | 0 | 1970-01-01T00:24:59 | 34 | Java | {'Java': 4030914, 'HTML': 4952} | Apache License 2.0 |
1,388 | azuread/microsoft-authentication-library-common-for-android/771/770 | azuread | microsoft-authentication-library-common-for-android | https://github.com/AzureAD/microsoft-authentication-library-common-for-android/issues/770 | https://github.com/AzureAD/microsoft-authentication-library-common-for-android/pull/771 | https://github.com/AzureAD/microsoft-authentication-library-common-for-android/pull/771 | 1 | resolves | Null pointer on AcquireTokenResult.getSucceeded | COBO app reported a null pointer on a failed silent flow where`AcquireTokenResult` is null.
StackTrace
```
com.microsoft.intune.common.presentationcomponent.abstraction.UiModelErrorState$Authentication@6b4a87a
2020-01-08T00:02:51.4700000 INFO com.microsoft.intune.authentication.authcomponent.abstraction.AadToken... | f8dc8cbf08faf3b8b58ac5e79c85fc8e4b83a52d | 23396ed2cd3335cbbf712630e9621dddc9a8fbbd | https://github.com/azuread/microsoft-authentication-library-common-for-android/compare/f8dc8cbf08faf3b8b58ac5e79c85fc8e4b83a52d...23396ed2cd3335cbbf712630e9621dddc9a8fbbd | diff --git a/common/src/main/java/com/microsoft/identity/common/internal/controllers/TokenCommand.java b/common/src/main/java/com/microsoft/identity/common/internal/controllers/TokenCommand.java
index 3f5b6e0cd..7748ade89 100644
--- a/common/src/main/java/com/microsoft/identity/common/internal/controllers/TokenCommand.... | ['common/src/main/java/com/microsoft/identity/common/internal/controllers/TokenCommand.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 1,906,695 | 364,736 | 49,294 | 338 | 328 | 51 | 9 | 1 | 3,444 | 105 | 683 | 38 | 0 | 1 | 1970-01-01T00:26:18 | 34 | Java | {'Java': 6707989, 'Kotlin': 138989, 'C#': 122387, 'AIDL': 3757, 'Python': 3144, 'Shell': 2998} | MIT License |
633 | spineeventengine/core-java/1130/1000 | spineeventengine | core-java | https://github.com/SpineEventEngine/core-java/issues/1000 | https://github.com/SpineEventEngine/core-java/pull/1130 | https://github.com/SpineEventEngine/core-java/pull/1130 | 1 | resolves | Events.clearEnrichments should clear enrichments for all parent context | Current implementation clears enrichments only for the current context and its origin, but in theory, the `origin` of the current context origin can also have enrichment.
In order to be sure that **no** enrichments are stored, the `clearEnrichments` should recursively clear enrichments from origins. | 80d21ac9d7e9d1a1dca7a4483bff83c51cc3d6db | 2dffe9f0d119e5bd9344d627b2aa9318adedfa12 | https://github.com/spineeventengine/core-java/compare/80d21ac9d7e9d1a1dca7a4483bff83c51cc3d6db...2dffe9f0d119e5bd9344d627b2aa9318adedfa12 | diff --git a/core/src/main/java/io/spine/core/Enrichments.java b/core/src/main/java/io/spine/core/Enrichments.java
index 5fe65c1331..416cd571f3 100644
--- a/core/src/main/java/io/spine/core/Enrichments.java
+++ b/core/src/main/java/io/spine/core/Enrichments.java
@@ -26,8 +26,10 @@ import io.spine.core.Enrichment.Contai... | ['core/src/main/java/io/spine/core/Enrichments.java', 'server/src/test/java/io/spine/core/EventTest.java', 'core/src/main/java/io/spine/core/EventMixin.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 2,673,423 | 540,425 | 72,727 | 698 | 5,754 | 1,074 | 124 | 2 | 304 | 44 | 62 | 3 | 0 | 0 | 1970-01-01T00:26:04 | 33 | Java | {'Java': 6679521, 'Kotlin': 755047, 'Shell': 40419, 'CSS': 1739} | Apache License 2.0 |
635 | spineeventengine/core-java/673/672 | spineeventengine | core-java | https://github.com/SpineEventEngine/core-java/issues/672 | https://github.com/SpineEventEngine/core-java/pull/673 | https://github.com/SpineEventEngine/core-java/pull/673 | 1 | fixes | The `targetVersion` of `CommandFactory.create(Message, int)` is not documented properly | Currently it is documented as follows.
```java
@param targetVersion the ID of the entity for applying commands if {@code null}
the commands can be applied to any entity
```
When clearly it isn't what we say about it.
Also, for some reason, we check this `int`-typed parameter for not b... | 5f96796ffe20253464f547cc62b7fe0ea9125760 | 18153ada8ee6b7d7d2753fc7129c06563d11570b | https://github.com/spineeventengine/core-java/compare/5f96796ffe20253464f547cc62b7fe0ea9125760...18153ada8ee6b7d7d2753fc7129c06563d11570b | diff --git a/client/src/main/java/io/spine/client/ActorRequestFactory.java b/client/src/main/java/io/spine/client/ActorRequestFactory.java
index 932c696a7e..ab2d1821b7 100644
--- a/client/src/main/java/io/spine/client/ActorRequestFactory.java
+++ b/client/src/main/java/io/spine/client/ActorRequestFactory.java
@@ -93,14... | ['client/src/main/java/io/spine/client/QueryFactory.java', 'client/src/main/java/io/spine/client/ActorRequestFactory.java', 'client/src/main/java/io/spine/client/TopicFactory.java', 'client/src/main/java/io/spine/client/CommandFactory.java', 'client/src/main/java/io/spine/client/QueryBuilder.java'] | {'.java': 5} | 5 | 5 | 0 | 0 | 5 | 1,899,725 | 380,937 | 51,150 | 430 | 9,326 | 2,014 | 154 | 5 | 426 | 67 | 90 | 12 | 0 | 1 | 1970-01-01T00:25:19 | 33 | Java | {'Java': 6679521, 'Kotlin': 755047, 'Shell': 40419, 'CSS': 1739} | Apache License 2.0 |
9,856 | ballerina-platform/openapi-tools/812/811 | ballerina-platform | openapi-tools | https://github.com/ballerina-platform/openapi-tools/issues/811 | https://github.com/ballerina-platform/openapi-tools/pull/812 | https://github.com/ballerina-platform/openapi-tools/pull/812 | 1 | resolves | Invalid access of record field when the field name `key` | **Description:**
Generated Code
```bal
map<anydata> queryParam = {"id": id, "details": details, "key": self.apiKeyConfig.''key};
```
Expected Code
```bal
map<anydata> queryParam = {"id": id, "details": details, "key": self.apiKeyConfig.'key};
```
Found in several connectors
Ex: [BrowShot](https://github... | 03aec77c16c290a54ecb499d4f68d5cdeb1c68a0 | 2c88f8917ec1482e58d258be909051491f2ac92d | https://github.com/ballerina-platform/openapi-tools/compare/03aec77c16c290a54ecb499d4f68d5cdeb1c68a0...2c88f8917ec1482e58d258be909051491f2ac92d | diff --git a/openapi-cli/src/main/java/io/ballerina/openapi/generators/client/FunctionBodyGenerator.java b/openapi-cli/src/main/java/io/ballerina/openapi/generators/client/FunctionBodyGenerator.java
index 676c46d6..37efda31 100644
--- a/openapi-cli/src/main/java/io/ballerina/openapi/generators/client/FunctionBodyGenera... | ['openapi-cli/src/main/java/io/ballerina/openapi/generators/client/FunctionBodyGenerator.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 987,456 | 189,381 | 20,808 | 128 | 132 | 23 | 2 | 1 | 1,180 | 139 | 263 | 30 | 1 | 2 | 1970-01-01T00:27:19 | 32 | Java | {'Java': 2065888, 'Ballerina': 865920} | Apache License 2.0 |
9,857 | ballerina-platform/openapi-tools/789/787 | ballerina-platform | openapi-tools | https://github.com/ballerina-platform/openapi-tools/issues/787 | https://github.com/ballerina-platform/openapi-tools/pull/789 | https://github.com/ballerina-platform/openapi-tools/pull/789 | 1 | fix | OpenAPI build extension generate duplicate OAS for multiple service node in same ballerina file | **Description:**
<!-- Give a brief description of the bug -->
```ballerina file
import ballerina/http;
listener http:Listener backendEP01 = check new(8080);
listener http:Listener backendEP02 = check new(8081);
service /v1 on backendEP01 {
resource function get mock(@http:Payload json payload) returns str... | ae85c2f26f9a0d41fa2c96a66a6108749016e83b | 09458a860e6ec379722b10c96e1003ffd2c029ea | https://github.com/ballerina-platform/openapi-tools/compare/ae85c2f26f9a0d41fa2c96a66a6108749016e83b...09458a860e6ec379722b10c96e1003ffd2c029ea | diff --git a/openapi-bal-service/src/main/java/io/ballerina/openapi/converter/utils/CodegenUtils.java b/openapi-bal-service/src/main/java/io/ballerina/openapi/converter/utils/CodegenUtils.java
index 66f6e3d9..7589282e 100644
--- a/openapi-bal-service/src/main/java/io/ballerina/openapi/converter/utils/CodegenUtils.java
... | ['openapi-build-extension/src/main/java/io/ballerina/openapi/build/HttpServiceAnalysisTask.java', 'openapi-build-extension/src/main/java/io/ballerina/openapi/build/PluginConstants.java', 'openapi-bal-service/src/main/java/io/ballerina/openapi/converter/utils/ConverterCommonUtils.java', 'openapi-bal-service/src/main/jav... | {'.java': 5} | 5 | 5 | 0 | 0 | 5 | 961,457 | 184,644 | 20,346 | 127 | 9,404 | 1,687 | 151 | 5 | 1,398 | 188 | 300 | 34 | 0 | 1 | 1970-01-01T00:27:18 | 32 | Java | {'Java': 2065888, 'Ballerina': 865920} | Apache License 2.0 |
9,858 | ballerina-platform/openapi-tools/736/735 | ballerina-platform | openapi-tools | https://github.com/ballerina-platform/openapi-tools/issues/735 | https://github.com/ballerina-platform/openapi-tools/pull/736 | https://github.com/ballerina-platform/openapi-tools/pull/736 | 1 | fix | OpenAPI validator plugin gives error when ballerina file has multiple service | **Description:**
Gives error for below example
```ballerina
import ballerina/http;
import ballerina/openapi;
listener http:Listener ep0 = new (80, config = {host: "petstore.openapi.io"});
service /v1 on ep0 {
resource function get pets(http:Caller caller, http:Request req) returns error? {
}
... | a9df05e769a3016665c5247638ce470868da9b14 | c537f44f4468d9c68e7154ed180b116dd9c13f12 | https://github.com/ballerina-platform/openapi-tools/compare/a9df05e769a3016665c5247638ce470868da9b14...c537f44f4468d9c68e7154ed180b116dd9c13f12 | diff --git a/openapi-validator/src/main/java/io/ballerina/openapi/validator/ServiceValidator.java b/openapi-validator/src/main/java/io/ballerina/openapi/validator/ServiceValidator.java
index 8b162e86..12fb5754 100644
--- a/openapi-validator/src/main/java/io/ballerina/openapi/validator/ServiceValidator.java
+++ b/openap... | ['openapi-validator/src/main/java/io/ballerina/openapi/validator/ServiceValidator.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 862,013 | 163,743 | 18,038 | 101 | 741 | 114 | 11 | 1 | 2,000 | 255 | 467 | 50 | 0 | 2 | 1970-01-01T00:27:17 | 32 | Java | {'Java': 2065888, 'Ballerina': 865920} | Apache License 2.0 |
9,860 | ballerina-platform/openapi-tools/575/573 | ballerina-platform | openapi-tools | https://github.com/ballerina-platform/openapi-tools/issues/573 | https://github.com/ballerina-platform/openapi-tools/pull/575 | https://github.com/ballerina-platform/openapi-tools/pull/575 | 1 | fix | OpenAPI module compiler plugin breaks when the `contract` path is invalid in `openapi:ServiceInfo` annotation | **Description:**
OpenAPI module compiler plugin breaks when the `contract` path is invalid in `openapi:ServiceInfo` annotation.
**Steps to reproduce:**
* Use following sample code.
```ballerina
import ballerina/http;
import ballerina/openapi;
@openapi:ServiceInfo{
contract: "service_openapi.json"
}
@h... | da96c0e264760391f1efdd2a855970efea7f155b | a4e010cdd6475766d1ecb4aed85cd17e4e6f2f27 | https://github.com/ballerina-platform/openapi-tools/compare/da96c0e264760391f1efdd2a855970efea7f155b...a4e010cdd6475766d1ecb4aed85cd17e4e6f2f27 | diff --git a/openapi-validator/src/main/java/io/ballerina/openapi/validator/ServiceValidator.java b/openapi-validator/src/main/java/io/ballerina/openapi/validator/ServiceValidator.java
index 72fd9f6a..e895df9e 100644
--- a/openapi-validator/src/main/java/io/ballerina/openapi/validator/ServiceValidator.java
+++ b/openap... | ['openapi-validator/src/main/java/io/ballerina/openapi/validator/ServiceValidator.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 760,088 | 142,417 | 15,826 | 78 | 376 | 76 | 4 | 1 | 1,016 | 104 | 250 | 32 | 1 | 2 | 1970-01-01T00:27:11 | 32 | Java | {'Java': 2065888, 'Ballerina': 865920} | Apache License 2.0 |
9,861 | ballerina-platform/openapi-tools/543/544 | ballerina-platform | openapi-tools | https://github.com/ballerina-platform/openapi-tools/issues/544 | https://github.com/ballerina-platform/openapi-tools/pull/543 | https://github.com/ballerina-platform/openapi-tools/pull/543 | 1 | fix | The Ballerina to OpenAPI command return type casting error for listeners | **Description:**
Related issue https://github.com/wso2-enterprise/choreo/issues/7447
Since the Ballerina to OpenAPI command implement base on the HTTP protocol , it won't support for listener and other parameters from other packages | d5988a9d381c861e1bc6962e4d58e0d84c7db68d | c8619e5c20ddd8045d06644049e6c8c9c39ebea4 | https://github.com/ballerina-platform/openapi-tools/compare/d5988a9d381c861e1bc6962e4d58e0d84c7db68d...c8619e5c20ddd8045d06644049e6c8c9c39ebea4 | diff --git a/openapi-bal-service/src/main/java/io/ballerina/openapi/converter/service/OpenAPIEndpointMapper.java b/openapi-bal-service/src/main/java/io/ballerina/openapi/converter/service/OpenAPIEndpointMapper.java
index a7f8a624..7e20d736 100644
--- a/openapi-bal-service/src/main/java/io/ballerina/openapi/converter/se... | ['openapi-bal-service/src/main/java/io/ballerina/openapi/converter/service/OpenAPIEndpointMapper.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 740,817 | 138,685 | 15,359 | 77 | 114 | 33 | 2 | 1 | 234 | 28 | 51 | 3 | 1 | 0 | 1970-01-01T00:27:09 | 32 | Java | {'Java': 2065888, 'Ballerina': 865920} | Apache License 2.0 |
9,863 | ballerina-platform/openapi-tools/377/376 | ballerina-platform | openapi-tools | https://github.com/ballerina-platform/openapi-tools/issues/376 | https://github.com/ballerina-platform/openapi-tools/pull/377 | https://github.com/ballerina-platform/openapi-tools/pull/377 | 1 | fix | Json open-api definition files are not supported in the tool | **Description:**
> When executing `bal openapi -i openapi.json --mode client` on a json type open-api definition file following error is returned
```
Invalid file type. Provide either a .yaml or .json file.
```
**Suggested Labels:**
* Bug | 7ee67005fabd7dc795e89967c090f771c543f1cc | 158f04d5ff699dcdec1a6fea0a2ccf49e534b398 | https://github.com/ballerina-platform/openapi-tools/compare/7ee67005fabd7dc795e89967c090f771c543f1cc...158f04d5ff699dcdec1a6fea0a2ccf49e534b398 | diff --git a/openapi-cli/src/main/java/io/ballerina/generators/GeneratorUtils.java b/openapi-cli/src/main/java/io/ballerina/generators/GeneratorUtils.java
index 00c1f58c..e25c6c81 100644
--- a/openapi-cli/src/main/java/io/ballerina/generators/GeneratorUtils.java
+++ b/openapi-cli/src/main/java/io/ballerina/generators/G... | ['openapi-cli/src/main/java/io/ballerina/generators/GeneratorUtils.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 626,755 | 115,749 | 12,843 | 55 | 352 | 66 | 5 | 1 | 244 | 37 | 59 | 7 | 0 | 1 | 1970-01-01T00:27:06 | 32 | Java | {'Java': 2065888, 'Ballerina': 865920} | Apache License 2.0 |
8,595 | mythicdrops/mythicdrops/376/375 | mythicdrops | mythicdrops | https://github.com/MythicDrops/MythicDrops/issues/375 | https://github.com/MythicDrops/MythicDrops/pull/376 | https://github.com/MythicDrops/MythicDrops/pull/376 | 1 | fixes | Custom Socket Names Not Working | 5.0.1 release candidate from the Discord, Spigot 1.13.2
Editing the socket-name in the socketting file stops the socket gems from working at all.
For example if I have it set to `&5Power Gem - &6%socketgem%` it works fine, however if I even change it just to`&5Power Gem &7- &6%socketgem%` the gems no longer do an... | bc94d9fdb67b309a9a32a5f4db87e768215831dc | 465cf9dedf4782d17dae667aa769c3725f3e3beb | https://github.com/mythicdrops/mythicdrops/compare/bc94d9fdb67b309a9a32a5f4db87e768215831dc...465cf9dedf4782d17dae667aa769c3725f3e3beb | diff --git a/src/main/java/com/tealcube/minecraft/bukkit/mythicdrops/socketting/SockettingListener.java b/src/main/java/com/tealcube/minecraft/bukkit/mythicdrops/socketting/SockettingListener.java
index 6c5b8e2a..2e1bad33 100644
--- a/src/main/java/com/tealcube/minecraft/bukkit/mythicdrops/socketting/SockettingListener... | ['src/main/java/com/tealcube/minecraft/bukkit/mythicdrops/socketting/SockettingListener.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 440,579 | 98,499 | 12,395 | 75 | 1,040 | 221 | 24 | 1 | 625 | 113 | 174 | 7 | 0 | 0 | 1970-01-01T00:26:03 | 32 | Kotlin | {'Kotlin': 1281863, 'JavaScript': 7655, 'CSS': 5286, 'Shell': 244} | MIT License |
9,832 | ballerina-platform/openapi-tools/1409/1401 | ballerina-platform | openapi-tools | https://github.com/ballerina-platform/openapi-tools/issues/1401 | https://github.com/ballerina-platform/openapi-tools/pull/1409 | https://github.com/ballerina-platform/openapi-tools/pull/1409 | 1 | resolves | OpenAPI LS Extension returns wrong response without running the code modifier | **Description:**
We have introduced a default http payload parameter support in 2201.5.x. It automatically adds the payload annotation to a compatible signature parameter type using the code modifier. This change has been adhered to open API-tools by running the code modifiers before generating the document. But see... | 20520d8072a88961d28ff83acaf699e220b11bc5 | 91563ce8cfe610f0ad9e83031e4012a23da36138 | https://github.com/ballerina-platform/openapi-tools/compare/20520d8072a88961d28ff83acaf699e220b11bc5...91563ce8cfe610f0ad9e83031e4012a23da36138 | diff --git a/openapi-ls-extension/src/main/java/io/ballerina/openapi/extension/OpenAPIConverterService.java b/openapi-ls-extension/src/main/java/io/ballerina/openapi/extension/OpenAPIConverterService.java
index 7015c08b..c098b301 100644
--- a/openapi-ls-extension/src/main/java/io/ballerina/openapi/extension/OpenAPIConv... | ['openapi-ls-extension/src/main/java/io/ballerina/openapi/extension/OpenAPIConverterService.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 1,255,696 | 241,002 | 26,308 | 139 | 1,185 | 201 | 17 | 1 | 811 | 114 | 187 | 15 | 1 | 0 | 1970-01-01T00:28:07 | 32 | Java | {'Java': 2065888, 'Ballerina': 865920} | Apache License 2.0 |
9,365 | adessose/budgeteer/444/442 | adessose | budgeteer | https://github.com/adessoSE/budgeteer/issues/442 | https://github.com/adessoSE/budgeteer/pull/444 | https://github.com/adessoSE/budgeteer/pull/444 | 1 | closes | contract: Contract summary creation is missing null safety when accessing attributes | If a Contract is missing the custom field value "rechnungsempfaenger" as required by ContractReportService.createSummary, it exits with an internal error, since ContractReportService.getAttribute is missing null safety.
@tinne attached this stack trace:
[budgeteer.-.ContractReportService.log](https://github.com/ade... | 3e5af41d27ccd141ff1919172365c174b47d18fe | c360cb77db33d1839213566b77929ffd1b8fb396 | https://github.com/adessose/budgeteer/compare/3e5af41d27ccd141ff1919172365c174b47d18fe...c360cb77db33d1839213566b77929ffd1b8fb396 | diff --git a/budgeteer-report-exporter/src/main/java/org/wickedsource/budgeteer/SheetTemplate/SheetTemplateSerializable.java b/budgeteer-report-exporter/src/main/java/org/wickedsource/budgeteer/SheetTemplate/SheetTemplateSerializable.java
index 55e50c1b..86503fdb 100644
--- a/budgeteer-report-exporter/src/main/java/org... | ['budgeteer-web-interface/src/main/java/org/wickedsource/budgeteer/service/budget/report/BudgetReportService.java', 'budgeteer-web-interface/src/main/java/org/wickedsource/budgeteer/service/contract/report/ContractReportService.java', 'budgeteer-report-exporter/src/main/java/org/wickedsource/budgeteer/SheetTemplate/She... | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 1,011,931 | 207,695 | 25,370 | 418 | 1,837 | 405 | 51 | 3 | 390 | 32 | 87 | 5 | 1 | 0 | 1970-01-01T00:26:45 | 32 | Java | {'Java': 1745050, 'JavaScript': 1564690, 'HTML': 1517687, 'CSS': 576139, 'Less': 141886, 'PHP': 5016, 'Dockerfile': 312} | MIT License |
9,366 | adessose/budgeteer/438/383 | adessose | budgeteer | https://github.com/adessoSE/budgeteer/issues/383 | https://github.com/adessoSE/budgeteer/pull/438 | https://github.com/adessoSE/budgeteer/pull/438 | 1 | closes | Adding beginning and end to a late project | When I edit a project which existed before (in the view of the Budgeteer data model) a project had a start and end date, in its administration view the project time frame is displayed as the current year, e.g. 1/1/19–12/31/19. This works as expected, as it was the required migrational view.
Now that I come and enter... | 3e5af41d27ccd141ff1919172365c174b47d18fe | 45c0ec37691dafded2724a65dc20ba15e74bc23d | https://github.com/adessose/budgeteer/compare/3e5af41d27ccd141ff1919172365c174b47d18fe...45c0ec37691dafded2724a65dc20ba15e74bc23d | diff --git a/budgeteer-web-interface/src/main/java/org/wickedsource/budgeteer/web/pages/administration/ProjectAdministrationPage.java b/budgeteer-web-interface/src/main/java/org/wickedsource/budgeteer/web/pages/administration/ProjectAdministrationPage.java
index 3d1ef66d..86f41706 100644
--- a/budgeteer-web-interface/s... | ['budgeteer-web-interface/src/main/java/org/wickedsource/budgeteer/web/pages/administration/ProjectAdministrationPage.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 1,011,931 | 207,695 | 25,370 | 418 | 688 | 139 | 6 | 1 | 753 | 130 | 189 | 7 | 0 | 0 | 1970-01-01T00:26:44 | 32 | Java | {'Java': 1745050, 'JavaScript': 1564690, 'HTML': 1517687, 'CSS': 576139, 'Less': 141886, 'PHP': 5016, 'Dockerfile': 312} | MIT License |
9,367 | adessose/budgeteer/437/426 | adessose | budgeteer | https://github.com/adessoSE/budgeteer/issues/426 | https://github.com/adessoSE/budgeteer/pull/437 | https://github.com/adessoSE/budgeteer/pull/437 | 1 | closes | Risk of calling WorkRecordRepository.updateDailyRates with null values | When updating the daily rates in the PersonService by calling the updateDailyRates method in the WorkRecordRepository there is the risk of executing this query with null values.
This code snippet show the issue:
` workRecordRepository.updateDailyRates(rate.getBudget().getId(), person.getPersonId(),
... | ed1cd425a003100fa57dca0cd6d62b587005667b | 34306423841fb1f1e802521fd5c7af2fc0026ea7 | https://github.com/adessose/budgeteer/compare/ed1cd425a003100fa57dca0cd6d62b587005667b...34306423841fb1f1e802521fd5c7af2fc0026ea7 | diff --git a/budgeteer-web-interface/src/main/java/org/wickedsource/budgeteer/service/person/PersonRate.java b/budgeteer-web-interface/src/main/java/org/wickedsource/budgeteer/service/person/PersonRate.java
index 21289f46..951a6929 100644
--- a/budgeteer-web-interface/src/main/java/org/wickedsource/budgeteer/service/pe... | ['budgeteer-web-interface/src/main/java/org/wickedsource/budgeteer/service/person/PersonRate.java', 'budgeteer-web-interface/src/main/java/org/wickedsource/budgeteer/service/person/PersonService.java', 'budgeteer-web-interface/src/main/java/org/wickedsource/budgeteer/web/pages/person/edit/personrateform/EditPersonForm.... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 1,018,916 | 208,940 | 25,478 | 418 | 4,511 | 798 | 97 | 3 | 844 | 111 | 164 | 8 | 0 | 0 | 1970-01-01T00:26:44 | 32 | Java | {'Java': 1745050, 'JavaScript': 1564690, 'HTML': 1517687, 'CSS': 576139, 'Less': 141886, 'PHP': 5016, 'Dockerfile': 312} | MIT License |
9,368 | adessose/budgeteer/436/422 | adessose | budgeteer | https://github.com/adessoSE/budgeteer/issues/422 | https://github.com/adessoSE/budgeteer/pull/436 | https://github.com/adessoSE/budgeteer/pull/436 | 1 | fixes | Error displaying person details for non-existing people | In the current merge HEAD of project 1 (maybe after merging #413?) an internal error is triggered when displaying the details page of a person that has not yet been created but for whom hours have been imported - the expected behaviour is to display basic information and let the user create a new person as it used be.
... | 3e5af41d27ccd141ff1919172365c174b47d18fe | 2aeefb083a387e0f1bf09ff538e0e443d2d9175e | https://github.com/adessose/budgeteer/compare/3e5af41d27ccd141ff1919172365c174b47d18fe...2aeefb083a387e0f1bf09ff538e0e443d2d9175e | diff --git a/budgeteer-web-interface/src/main/java/org/wickedsource/budgeteer/persistence/person/PersonDetailDataBean.java b/budgeteer-web-interface/src/main/java/org/wickedsource/budgeteer/persistence/person/PersonDetailDataBean.java
index da586e48..7dc00760 100644
--- a/budgeteer-web-interface/src/main/java/org/wicke... | ['budgeteer-web-interface/src/main/java/org/wickedsource/budgeteer/persistence/person/PersonDetailDataBean.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 1,011,931 | 207,695 | 25,370 | 418 | 83 | 27 | 2 | 1 | 17,118 | 453 | 3,413 | 169 | 0 | 1 | 1970-01-01T00:26:44 | 32 | Java | {'Java': 1745050, 'JavaScript': 1564690, 'HTML': 1517687, 'CSS': 576139, 'Less': 141886, 'PHP': 5016, 'Dockerfile': 312} | MIT License |
9,369 | adessose/budgeteer/425/175 | adessose | budgeteer | https://github.com/adessoSE/budgeteer/issues/175 | https://github.com/adessoSE/budgeteer/pull/425 | https://github.com/adessoSE/budgeteer/pull/425 | 1 | closes | Aggregation period sorting defective | The Aggregation Period column of the Budget Bured table in all Week Reports on Budget is sorted lexically.
It must be sorted by date. For projects that do not exceed a year, this is equivalent to sort by week number. However, I recommend to fix the general case, i.e., week 28 of 2020 should have sorting key "2020-28... | 3e5af41d27ccd141ff1919172365c174b47d18fe | c79d9a094227178479af0107e4173212325a2313 | https://github.com/adessose/budgeteer/compare/3e5af41d27ccd141ff1919172365c174b47d18fe...c79d9a094227178479af0107e4173212325a2313 | diff --git a/budgeteer-web-interface/src/main/java/org/wickedsource/budgeteer/service/record/AggregatedRecord.java b/budgeteer-web-interface/src/main/java/org/wickedsource/budgeteer/service/record/AggregatedRecord.java
index c03fe2a5..8c094c30 100644
--- a/budgeteer-web-interface/src/main/java/org/wickedsource/budgetee... | ['budgeteer-web-interface/src/main/java/org/wickedsource/budgeteer/service/record/RecordJoiner.java', 'budgeteer-web-interface/src/test/java/org/wickedsource/budgeteer/service/record/RecordJoinerTest.java', 'budgeteer-web-interface/src/main/java/org/wickedsource/budgeteer/service/record/AggregatedRecord.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 1,011,931 | 207,695 | 25,370 | 418 | 959 | 212 | 8 | 2 | 322 | 58 | 77 | 3 | 0 | 0 | 1970-01-01T00:26:39 | 32 | Java | {'Java': 1745050, 'JavaScript': 1564690, 'HTML': 1517687, 'CSS': 576139, 'Less': 141886, 'PHP': 5016, 'Dockerfile': 312} | MIT License |
9,370 | adessose/budgeteer/412/395 | adessose | budgeteer | https://github.com/adessoSE/budgeteer/issues/395 | https://github.com/adessoSE/budgeteer/pull/412 | https://github.com/adessoSE/budgeteer/pull/412 | 1 | closes | Remove additional information not possible | A contract may have one or more fields of “additional information” which may be used, e.g., for project specific contract ids.
Once I have added and saved some information to a specific contract and later decide to remove this piece of information from the field, the removal is not saved. Neither is a workaround, e.... | ea5a68b94f4a5c1b85009ee7eca47f4a743e6afb | 192538182a679b870e107dc53d73e1394a7605d1 | https://github.com/adessose/budgeteer/compare/ea5a68b94f4a5c1b85009ee7eca47f4a743e6afb...192538182a679b870e107dc53d73e1394a7605d1 | diff --git a/budgeteer-web-interface/src/main/java/org/wickedsource/budgeteer/persistence/contract/ContractFieldEntity.java b/budgeteer-web-interface/src/main/java/org/wickedsource/budgeteer/persistence/contract/ContractFieldEntity.java
index 3ea03cf5..e09882f0 100644
--- a/budgeteer-web-interface/src/main/java/org/wic... | ['budgeteer-web-interface/src/test/java/org/wickedsource/budgeteer/service/contract/ContractServiceTest.java', 'budgeteer-web-interface/src/main/java/org/wickedsource/budgeteer/persistence/contract/ContractFieldEntity.java', 'budgeteer-web-interface/src/main/java/org/wickedsource/budgeteer/service/contract/ContractServ... | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 1,009,645 | 207,242 | 25,325 | 415 | 4,726 | 795 | 76 | 2 | 530 | 86 | 104 | 5 | 0 | 0 | 1970-01-01T00:26:36 | 32 | Java | {'Java': 1745050, 'JavaScript': 1564690, 'HTML': 1517687, 'CSS': 576139, 'Less': 141886, 'PHP': 5016, 'Dockerfile': 312} | MIT License |
9,371 | adessose/budgeteer/354/353 | adessose | budgeteer | https://github.com/adessoSE/budgeteer/issues/353 | https://github.com/adessoSE/budgeteer/pull/354 | https://github.com/adessoSE/budgeteer/pull/354 | 1 | fixes | Budget without Contract - details NPE | In case I have a budget without an associated contract and actual work records exist on this budget, Budgeteer warns, "The budget is not assigned to a contract. Please assign a contract."
Clicking on this warning sometimes leads to Edit Budget Details, sometimes, however, it leads to an internal server error.
See... | 8999c921b73647fefa64dab930834b3fb0a93c8d | 58456362de38ded350195c1ac3222f9e64b83f4b | https://github.com/adessose/budgeteer/compare/8999c921b73647fefa64dab930834b3fb0a93c8d...58456362de38ded350195c1ac3222f9e64b83f4b | diff --git a/budgeteer-web-interface/src/main/java/org/wickedsource/budgeteer/web/BudgeteerSession.java b/budgeteer-web-interface/src/main/java/org/wickedsource/budgeteer/web/BudgeteerSession.java
index 5c4116a9..b0180985 100644
--- a/budgeteer-web-interface/src/main/java/org/wickedsource/budgeteer/web/BudgeteerSession... | ['budgeteer-web-interface/src/main/java/org/wickedsource/budgeteer/web/pages/budgets/overview/BudgetsOverviewPage.java', 'budgeteer-web-interface/src/main/java/org/wickedsource/budgeteer/web/BudgeteerSession.java', 'budgeteer-web-interface/src/main/java/org/wickedsource/budgeteer/web/pages/budgets/edit/form/EditBudgetF... | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 1,067,624 | 219,277 | 26,637 | 429 | 1,613 | 325 | 41 | 3 | 454 | 59 | 99 | 6 | 1 | 0 | 1970-01-01T00:25:49 | 32 | Java | {'Java': 1745050, 'JavaScript': 1564690, 'HTML': 1517687, 'CSS': 576139, 'Less': 141886, 'PHP': 5016, 'Dockerfile': 312} | MIT License |
9,830 | ballerina-platform/openapi-tools/1501/1500 | ballerina-platform | openapi-tools | https://github.com/ballerina-platform/openapi-tools/issues/1500 | https://github.com/ballerina-platform/openapi-tools/pull/1501 | https://github.com/ballerina-platform/openapi-tools/pull/1501 | 1 | resolves | vscode `try it` command not working for record type payload parameters | **Description:**
$subject
**Steps to reproduce:**
Please try to run `try it` code lense for below bal service. `try it` windows is not loading and does not display any error message.
```bal
import ballerina/http;
type Album readonly & record {|
string title;
string artist;
|};
table<Album> k... | 6213ea77770272fff793b97879817e9e6d31ce15 | 17a8dec49dd6fa3d55be05a2c1a144f70089de9f | https://github.com/ballerina-platform/openapi-tools/compare/6213ea77770272fff793b97879817e9e6d31ce15...17a8dec49dd6fa3d55be05a2c1a144f70089de9f | diff --git a/openapi-ls-extension/src/main/java/io/ballerina/openapi/extension/OpenAPIConverterService.java b/openapi-ls-extension/src/main/java/io/ballerina/openapi/extension/OpenAPIConverterService.java
index f374a819..58e9ffb0 100644
--- a/openapi-ls-extension/src/main/java/io/ballerina/openapi/extension/OpenAPIConv... | ['openapi-ls-extension/src/main/java/io/ballerina/openapi/extension/OpenAPIConverterService.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 1,270,361 | 243,797 | 26,563 | 139 | 1,425 | 241 | 20 | 1 | 1,397 | 192 | 299 | 40 | 0 | 1 | 1970-01-01T00:28:12 | 32 | Java | {'Java': 2065888, 'Ballerina': 865920} | Apache License 2.0 |
9,831 | ballerina-platform/openapi-tools/1445/1401 | ballerina-platform | openapi-tools | https://github.com/ballerina-platform/openapi-tools/issues/1401 | https://github.com/ballerina-platform/openapi-tools/pull/1445 | https://github.com/ballerina-platform/openapi-tools/pull/1445 | 1 | resolves | OpenAPI LS Extension returns wrong response without running the code modifier | **Description:**
We have introduced a default http payload parameter support in 2201.5.x. It automatically adds the payload annotation to a compatible signature parameter type using the code modifier. This change has been adhered to open API-tools by running the code modifiers before generating the document. But see... | 3200391bf6031e0b76ea9d27bae47d68eecac00a | 11340a9623cca4959e74c67f59eb4bd61aa50db7 | https://github.com/ballerina-platform/openapi-tools/compare/3200391bf6031e0b76ea9d27bae47d68eecac00a...11340a9623cca4959e74c67f59eb4bd61aa50db7 | diff --git a/openapi-ls-extension/src/main/java/io/ballerina/openapi/extension/OpenAPIConverterService.java b/openapi-ls-extension/src/main/java/io/ballerina/openapi/extension/OpenAPIConverterService.java
index 7015c08b..c098b301 100644
--- a/openapi-ls-extension/src/main/java/io/ballerina/openapi/extension/OpenAPIConv... | ['openapi-ls-extension/src/main/java/io/ballerina/openapi/extension/OpenAPIConverterService.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 1,256,244 | 241,139 | 26,310 | 139 | 1,185 | 201 | 17 | 1 | 811 | 114 | 187 | 15 | 1 | 0 | 1970-01-01T00:28:08 | 32 | Java | {'Java': 2065888, 'Ballerina': 865920} | Apache License 2.0 |
9,372 | adessose/budgeteer/326/267 | adessose | budgeteer | https://github.com/adessoSE/budgeteer/issues/267 | https://github.com/adessoSE/budgeteer/pull/326 | https://github.com/adessoSE/budgeteer/pull/326 | 1 | fixes | Import Working Hours: Budget Planned values of old budgets are deleted | I had a project with two budgets filled with data of the last few months.
For testing purpose, I decided to add a third budget which should be assigned to a different contract.
I downloaded the example import files, manipulated them to have data for the last months of a new budget and uploaded them again.
Now the "... | 78de3f820c35a41c9ae9d80baea3a4e4cb57bb1e | 06396bc288ae2c344e36da791230fcc6b302f33a | https://github.com/adessose/budgeteer/compare/78de3f820c35a41c9ae9d80baea3a4e4cb57bb1e...06396bc288ae2c344e36da791230fcc6b302f33a | diff --git a/budgeteer-resourceplan-importer/src/main/java/org/wickedsource/budgeteer/importer/resourceplan/ResourcePlanImporter.java b/budgeteer-resourceplan-importer/src/main/java/org/wickedsource/budgeteer/importer/resourceplan/ResourcePlanImporter.java
index 1144129f..16ecc86e 100644
--- a/budgeteer-resourceplan-im... | ['budgeteer-web-interface/src/main/java/org/wickedsource/budgeteer/persistence/record/PlanRecordRepository.java', 'budgeteer-web-interface/src/main/java/org/wickedsource/budgeteer/service/imports/PlanRecordDatabaseImporter.java', 'budgeteer-resourceplan-importer/src/main/java/org/wickedsource/budgeteer/importer/resourc... | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 1,064,686 | 218,642 | 26,567 | 429 | 3,906 | 828 | 69 | 3 | 462 | 83 | 95 | 4 | 0 | 0 | 1970-01-01T00:25:43 | 32 | Java | {'Java': 1745050, 'JavaScript': 1564690, 'HTML': 1517687, 'CSS': 576139, 'Less': 141886, 'PHP': 5016, 'Dockerfile': 312} | MIT License |
9,833 | ballerina-platform/openapi-tools/1408/1401 | ballerina-platform | openapi-tools | https://github.com/ballerina-platform/openapi-tools/issues/1401 | https://github.com/ballerina-platform/openapi-tools/pull/1408 | https://github.com/ballerina-platform/openapi-tools/pull/1408 | 1 | resolves | OpenAPI LS Extension returns wrong response without running the code modifier | **Description:**
We have introduced a default http payload parameter support in 2201.5.x. It automatically adds the payload annotation to a compatible signature parameter type using the code modifier. This change has been adhered to open API-tools by running the code modifiers before generating the document. But see... | a4b39270ba2091d3632a9429bf8bbbb3c18e77e9 | b170d6c8b95cce033f42b3b8fec590a4ce054377 | https://github.com/ballerina-platform/openapi-tools/compare/a4b39270ba2091d3632a9429bf8bbbb3c18e77e9...b170d6c8b95cce033f42b3b8fec590a4ce054377 | diff --git a/openapi-ls-extension/src/main/java/io/ballerina/openapi/extension/OpenAPIConverterService.java b/openapi-ls-extension/src/main/java/io/ballerina/openapi/extension/OpenAPIConverterService.java
index 7015c08b..c098b301 100644
--- a/openapi-ls-extension/src/main/java/io/ballerina/openapi/extension/OpenAPIConv... | ['openapi-ls-extension/src/main/java/io/ballerina/openapi/extension/OpenAPIConverterService.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 1,255,696 | 241,002 | 26,308 | 139 | 1,185 | 201 | 17 | 1 | 811 | 114 | 187 | 15 | 1 | 0 | 1970-01-01T00:28:07 | 32 | Java | {'Java': 2065888, 'Ballerina': 865920} | Apache License 2.0 |
9,834 | ballerina-platform/openapi-tools/1406/1401 | ballerina-platform | openapi-tools | https://github.com/ballerina-platform/openapi-tools/issues/1401 | https://github.com/ballerina-platform/openapi-tools/pull/1406 | https://github.com/ballerina-platform/openapi-tools/pull/1406 | 1 | resolves | OpenAPI LS Extension returns wrong response without running the code modifier | **Description:**
We have introduced a default http payload parameter support in 2201.5.x. It automatically adds the payload annotation to a compatible signature parameter type using the code modifier. This change has been adhered to open API-tools by running the code modifiers before generating the document. But see... | cab0d62a96e38618c72eda2d923186b2c7d11de6 | 27846846f696c1fbe6ed320c8ef9ea62f453535c | https://github.com/ballerina-platform/openapi-tools/compare/cab0d62a96e38618c72eda2d923186b2c7d11de6...27846846f696c1fbe6ed320c8ef9ea62f453535c | diff --git a/openapi-ls-extension/src/main/java/io/ballerina/openapi/extension/OpenAPIConverterService.java b/openapi-ls-extension/src/main/java/io/ballerina/openapi/extension/OpenAPIConverterService.java
index e8916fa5..79025149 100644
--- a/openapi-ls-extension/src/main/java/io/ballerina/openapi/extension/OpenAPIConv... | ['openapi-ls-extension/src/main/java/io/ballerina/openapi/extension/OpenAPIConverterService.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 1,236,672 | 237,083 | 25,892 | 136 | 1,185 | 201 | 17 | 1 | 811 | 114 | 187 | 15 | 1 | 0 | 1970-01-01T00:28:07 | 32 | Java | {'Java': 2065888, 'Ballerina': 865920} | Apache License 2.0 |
9,839 | ballerina-platform/openapi-tools/1186/1185 | ballerina-platform | openapi-tools | https://github.com/ballerina-platform/openapi-tools/issues/1185 | https://github.com/ballerina-platform/openapi-tools/pull/1186 | https://github.com/ballerina-platform/openapi-tools/pull/1186 | 1 | resolves | utils.bal file not getting over written in regeneration of clients | **Description:**
$subject
**Steps to reproduce:**
Regenerate a client using the openapi file within the same directory where the client is generated earlier
**Affected Versions:**
**OS, DB, other environment details and versions:**
**Related Issues (optional):**
<!-- Any related issues such as sub tasks,... | 116b448307833cfd7087b272e1b07575f1fcff2e | 92b25eda09945f6f44b3a0bb1993d328fbb0f429 | https://github.com/ballerina-platform/openapi-tools/compare/116b448307833cfd7087b272e1b07575f1fcff2e...92b25eda09945f6f44b3a0bb1993d328fbb0f429 | diff --git a/openapi-core/src/main/java/io/ballerina/openapi/core/model/GenSrcFile.java b/openapi-core/src/main/java/io/ballerina/openapi/core/model/GenSrcFile.java
index 8174e355..55d4463e 100644
--- a/openapi-core/src/main/java/io/ballerina/openapi/core/model/GenSrcFile.java
+++ b/openapi-core/src/main/java/io/baller... | ['openapi-core/src/main/java/io/ballerina/openapi/core/model/GenSrcFile.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 1,187,225 | 228,273 | 25,019 | 135 | 163 | 41 | 2 | 1 | 911 | 125 | 181 | 19 | 0 | 0 | 1970-01-01T00:27:55 | 32 | Java | {'Java': 2065888, 'Ballerina': 865920} | Apache License 2.0 |
9,838 | ballerina-platform/openapi-tools/1195/1185 | ballerina-platform | openapi-tools | https://github.com/ballerina-platform/openapi-tools/issues/1185 | https://github.com/ballerina-platform/openapi-tools/pull/1195 | https://github.com/ballerina-platform/openapi-tools/pull/1195 | 1 | resolves | utils.bal file not getting over written in regeneration of clients | **Description:**
$subject
**Steps to reproduce:**
Regenerate a client using the openapi file within the same directory where the client is generated earlier
**Affected Versions:**
**OS, DB, other environment details and versions:**
**Related Issues (optional):**
<!-- Any related issues such as sub tasks,... | ecd5fd924d9fce635f9d548f241d2279609d0d33 | c96dab4da94fea83a78ba00f7420e82529a09bf2 | https://github.com/ballerina-platform/openapi-tools/compare/ecd5fd924d9fce635f9d548f241d2279609d0d33...c96dab4da94fea83a78ba00f7420e82529a09bf2 | diff --git a/openapi-core/src/main/java/io/ballerina/openapi/core/model/GenSrcFile.java b/openapi-core/src/main/java/io/ballerina/openapi/core/model/GenSrcFile.java
index 8174e355..55d4463e 100644
--- a/openapi-core/src/main/java/io/ballerina/openapi/core/model/GenSrcFile.java
+++ b/openapi-core/src/main/java/io/baller... | ['openapi-core/src/main/java/io/ballerina/openapi/core/model/GenSrcFile.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 1,162,677 | 223,612 | 24,541 | 133 | 163 | 41 | 2 | 1 | 911 | 125 | 181 | 19 | 0 | 0 | 1970-01-01T00:27:56 | 32 | Java | {'Java': 2065888, 'Ballerina': 865920} | Apache License 2.0 |
9,679 | gchq/sleeper/1080/1073 | gchq | sleeper | https://github.com/gchq/sleeper/issues/1073 | https://github.com/gchq/sleeper/pull/1080 | https://github.com/gchq/sleeper/pull/1080 | 1 | resolves | WaitForStackToDelete doesn't deal with failed deletes | ### Description
When running `./scripts/test/tearDown.sh`, the `WaitForStackToDelete` class got stuck as the stack entered a state of `DELETE_FAILED`.
### Steps to reproduce
The stack failed to delete because there were some files in the system test bucket. It's not clear why that was so it's hard to reproduce... | 29ba6b34c237306d25d421faa8189d012ed6df31 | 0d2425aee2917677562ef597b570f8e54c49ce68 | https://github.com/gchq/sleeper/compare/29ba6b34c237306d25d421faa8189d012ed6df31...0d2425aee2917677562ef597b570f8e54c49ce68 | diff --git a/java/clients/src/main/java/sleeper/clients/teardown/WaitForStackToDelete.java b/java/clients/src/main/java/sleeper/clients/teardown/WaitForStackToDelete.java
index aed4032fd..b0b359257 100644
--- a/java/clients/src/main/java/sleeper/clients/teardown/WaitForStackToDelete.java
+++ b/java/clients/src/main/jav... | ['java/clients/src/test/java/sleeper/clients/teardown/WaitForStackToDeleteIT.java', 'java/clients/src/main/java/sleeper/clients/teardown/WaitForStackToDelete.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 2,998,420 | 588,565 | 71,523 | 641 | 362 | 61 | 9 | 1 | 573 | 89 | 124 | 13 | 0 | 0 | 1970-01-01T00:28:10 | 31 | Java | {'Java': 6479577, 'Shell': 147907, 'Python': 36618, 'Dockerfile': 11264} | Apache License 2.0 |
9,673 | gchq/sleeper/1158/1134 | gchq | sleeper | https://github.com/gchq/sleeper/issues/1134 | https://github.com/gchq/sleeper/pull/1158 | https://github.com/gchq/sleeper/pull/1158 | 1 | resolves | Average rates in reports include runs with no records | ### Description
The average record rate is computed as `NaN` if runs are present with no records.
Here is an example of a report where the calculation was incorrect: [compactionPerformance.report.log](https://github.com/gchq/sleeper/files/12367795/compactionPerformance.report.2.log)
### Steps to reproduce
1.... | 910a92e99cd23c798c0d3756e1532c44ffc231a0 | 6c5a66abb390af3d44bab508548747c20626955d | https://github.com/gchq/sleeper/compare/910a92e99cd23c798c0d3756e1532c44ffc231a0...6c5a66abb390af3d44bab508548747c20626955d | diff --git a/java/core/src/main/java/sleeper/core/record/process/AverageRecordRate.java b/java/core/src/main/java/sleeper/core/record/process/AverageRecordRate.java
index 0218ef974..7941a1a6c 100644
--- a/java/core/src/main/java/sleeper/core/record/process/AverageRecordRate.java
+++ b/java/core/src/main/java/sleeper/co... | ['java/core/src/main/java/sleeper/core/record/process/AverageRecordRate.java', 'java/core/src/test/java/sleeper/core/record/process/AverageRecordRateTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 3,087,136 | 606,416 | 73,335 | 659 | 502 | 88 | 8 | 1 | 613 | 85 | 139 | 17 | 1 | 0 | 1970-01-01T00:28:12 | 31 | Java | {'Java': 6479577, 'Shell': 147907, 'Python': 36618, 'Dockerfile': 11264} | Apache License 2.0 |
9,674 | gchq/sleeper/1144/929 | gchq | sleeper | https://github.com/gchq/sleeper/issues/929 | https://github.com/gchq/sleeper/pull/1144 | https://github.com/gchq/sleeper/pull/1144 | 1 | resolves | Ingest batcher state store tests fail intermittently | A test failed to query pending records and assert the sort order. No records were returned at all, when 3 records were added to the store.
It's not clear why this would happen. We can update this issue when it happens and try to figure it out.
Here are several times this happened in DynamoDBIngestBatcherStoreIT$Order... | 88d62b56dbac566bf3d82bd07e1ae149741d5f49 | e32762d810a734361cc90d4af012fdb1aa33f2e2 | https://github.com/gchq/sleeper/compare/88d62b56dbac566bf3d82bd07e1ae149741d5f49...e32762d810a734361cc90d4af012fdb1aa33f2e2 | diff --git a/java/ingest/ingest-batcher-store/src/main/java/sleeper/ingest/batcher/store/DynamoDBIngestBatcherStore.java b/java/ingest/ingest-batcher-store/src/main/java/sleeper/ingest/batcher/store/DynamoDBIngestBatcherStore.java
index 0441358ab..ac1c48f3e 100644
--- a/java/ingest/ingest-batcher-store/src/main/java/sl... | ['java/ingest/ingest-batcher-store/src/test/java/sleeper/ingest/batcher/store/DynamoDBIngestBatcherStoreTestBase.java', 'java/ingest/ingest-batcher-store/src/test/java/sleeper/ingest/batcher/store/DynamoDBIngestBatcherStoreIT.java', 'java/ingest/ingest-batcher-store/src/main/java/sleeper/ingest/batcher/store/DynamoDBIn... | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 3,066,944 | 602,390 | 72,831 | 652 | 1,803 | 331 | 22 | 1 | 1,646 | 95 | 466 | 31 | 12 | 0 | 1970-01-01T00:28:11 | 31 | Java | {'Java': 6479577, 'Shell': 147907, 'Python': 36618, 'Dockerfile': 11264} | Apache License 2.0 |
9,675 | gchq/sleeper/1129/1127 | gchq | sleeper | https://github.com/gchq/sleeper/issues/1127 | https://github.com/gchq/sleeper/pull/1129 | https://github.com/gchq/sleeper/pull/1129 | 1 | resolves | EMR instance types are invalid with the same weight for different types | ### Description
In all the EMR instance types properties, weights for the different instance types are set in-line with the instance types.
A validation predicate has been added for those properties which ensures that duplicate instance types are not set, but it includes the weights in the duplication test. This ... | 64b25ae2789015e9df88eb60c3f8f0b768dc4357 | 46cdf0f74fe39ccd1b6031749019de233b10cbdc | https://github.com/gchq/sleeper/compare/64b25ae2789015e9df88eb60c3f8f0b768dc4357...46cdf0f74fe39ccd1b6031749019de233b10cbdc | diff --git a/java/configuration/src/main/java/sleeper/configuration/properties/validation/EmrInstanceTypeConfig.java b/java/configuration/src/main/java/sleeper/configuration/properties/validation/EmrInstanceTypeConfig.java
index 73c852553..9d5f312f5 100644
--- a/java/configuration/src/main/java/sleeper/configuration/pr... | ['java/configuration/src/main/java/sleeper/configuration/properties/validation/EmrInstanceTypeConfig.java', 'java/configuration/src/test/java/sleeper/configuration/properties/validation/EmrInstanceTypeConfigTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 3,062,766 | 601,509 | 72,754 | 652 | 67 | 14 | 3 | 1 | 770 | 112 | 161 | 15 | 0 | 0 | 1970-01-01T00:28:11 | 31 | Java | {'Java': 6479577, 'Shell': 147907, 'Python': 36618, 'Dockerfile': 11264} | Apache License 2.0 |
9,676 | gchq/sleeper/1128/1127 | gchq | sleeper | https://github.com/gchq/sleeper/issues/1127 | https://github.com/gchq/sleeper/pull/1128 | https://github.com/gchq/sleeper/pull/1128 | 1 | resolves | EMR instance types are invalid with the same weight for different types | ### Description
In all the EMR instance types properties, weights for the different instance types are set in-line with the instance types.
A validation predicate has been added for those properties which ensures that duplicate instance types are not set, but it includes the weights in the duplication test. This ... | 7fcb9fa29ff0340d4a3839c0863b02aaabf69b05 | 23ed30872c8620cf313b9ae95f0a0c2763007297 | https://github.com/gchq/sleeper/compare/7fcb9fa29ff0340d4a3839c0863b02aaabf69b05...23ed30872c8620cf313b9ae95f0a0c2763007297 | diff --git a/java/bulk-import/bulk-import-starter/src/main/java/sleeper/bulkimport/starter/executor/EmrInstanceFleets.java b/java/bulk-import/bulk-import-starter/src/main/java/sleeper/bulkimport/starter/executor/EmrInstanceFleets.java
index 7577fbd3a..336074cda 100644
--- a/java/bulk-import/bulk-import-starter/src/main... | ['java/bulk-import/bulk-import-starter/src/main/java/sleeper/bulkimport/starter/executor/EmrInstanceFleets.java', 'java/configuration/src/main/java/sleeper/configuration/properties/table/TableProperty.java', 'java/configuration/src/main/java/sleeper/configuration/properties/instance/NonPersistentEMRProperty.java', 'jav... | {'.java': 9} | 9 | 9 | 0 | 0 | 9 | 3,022,034 | 593,625 | 72,128 | 649 | 6,194 | 1,299 | 79 | 7 | 770 | 112 | 161 | 15 | 0 | 0 | 1970-01-01T00:28:11 | 31 | Java | {'Java': 6479577, 'Shell': 147907, 'Python': 36618, 'Dockerfile': 11264} | Apache License 2.0 |
9,677 | gchq/sleeper/1121/929 | gchq | sleeper | https://github.com/gchq/sleeper/issues/929 | https://github.com/gchq/sleeper/pull/1121 | https://github.com/gchq/sleeper/pull/1121 | 1 | resolves | Ingest batcher state store tests fail intermittently | A test failed to query pending records and assert the sort order. No records were returned at all, when 3 records were added to the store.
It's not clear why this would happen. We can update this issue when it happens and try to figure it out.
Here are several times this happened in DynamoDBIngestBatcherStoreIT$Order... | 6c47b9ec65078a270a4859612697695185e4f1f2 | 5d17cbb132efff6b21d1a17ed2bc4b2bd0fdf61b | https://github.com/gchq/sleeper/compare/6c47b9ec65078a270a4859612697695185e4f1f2...5d17cbb132efff6b21d1a17ed2bc4b2bd0fdf61b | diff --git a/java/ingest/ingest-batcher-job-creator/src/test/java/sleeper/ingest/batcher/job/creator/IngestBatcherJobCreatorLambdaIT.java b/java/ingest/ingest-batcher-job-creator/src/test/java/sleeper/ingest/batcher/job/creator/IngestBatcherJobCreatorLambdaIT.java
index 2ea932ba2..82f66f3f8 100644
--- a/java/ingest/ing... | ['java/ingest/ingest-batcher-job-creator/src/test/java/sleeper/ingest/batcher/job/creator/IngestBatcherJobCreatorLambdaIT.java', 'java/ingest/ingest-batcher-store/src/test/java/sleeper/ingest/batcher/store/DynamoDBIngestBatcherStoreTestBase.java', 'java/ingest/ingest-batcher-store/src/test/java/sleeper/ingest/batcher/s... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 3,022,034 | 593,625 | 72,128 | 649 | 1,029 | 179 | 20 | 1 | 1,646 | 95 | 466 | 31 | 12 | 0 | 1970-01-01T00:28:11 | 31 | Java | {'Java': 6479577, 'Shell': 147907, 'Python': 36618, 'Dockerfile': 11264} | Apache License 2.0 |
9,678 | gchq/sleeper/1098/1092 | gchq | sleeper | https://github.com/gchq/sleeper/issues/1092 | https://github.com/gchq/sleeper/pull/1098 | https://github.com/gchq/sleeper/pull/1098 | 1 | resolves | Deployment fails if duplicate x86 or arm64 instances are defined in properties | ### Description
CDK fails to configure the instance fleets if duplicate instances are defined in x86 or arm64 instance properties.
An example error is below:
`The instance fleet: Driver contains duplicate instance types [m6g.xlarge]`
### Steps to reproduce
1. Set one of the x86 or arm64 instance propertie... | 34c9d4a402aa6ea880bb548b13bc0fb6bb9c413b | 642ca221d877fc3464b3071e32037bd0d559c466 | https://github.com/gchq/sleeper/compare/34c9d4a402aa6ea880bb548b13bc0fb6bb9c413b...642ca221d877fc3464b3071e32037bd0d559c466 | diff --git a/java/configuration/src/main/java/sleeper/configuration/Utils.java b/java/configuration/src/main/java/sleeper/configuration/Utils.java
index 891b89e87..7753af077 100644
--- a/java/configuration/src/main/java/sleeper/configuration/Utils.java
+++ b/java/configuration/src/main/java/sleeper/configuration/Utils.... | ['java/configuration/src/test/java/sleeper/configuration/UtilsTest.java', 'java/configuration/src/main/java/sleeper/configuration/properties/instance/PersistentEMRProperty.java', 'java/configuration/src/main/java/sleeper/configuration/properties/instance/NonPersistentEMRProperty.java', 'java/configuration/src/main/java... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 3,001,371 | 589,398 | 71,589 | 642 | 959 | 196 | 19 | 3 | 509 | 77 | 106 | 16 | 0 | 0 | 1970-01-01T00:28:10 | 31 | Java | {'Java': 6479577, 'Shell': 147907, 'Python': 36618, 'Dockerfile': 11264} | Apache License 2.0 |
9,680 | gchq/sleeper/1005/1004 | gchq | sleeper | https://github.com/gchq/sleeper/issues/1004 | https://github.com/gchq/sleeper/pull/1005 | https://github.com/gchq/sleeper/pull/1005 | 1 | resolves | DeployNewInstance uses incorrect number of minimum arguments | ### Description
When you run `scripts/deploy/deployNew.sh` it invokes `DeployNewInstance`. If you don't specify your own instance.properties file, it fails and you get a usage message.
In issue https://github.com/gchq/sleeper/issues/993, we corrected the minimum number of arguments in the shell script, but not in... | 6763b6c4cdbd2a95df417ffcfd89affa1b54e624 | 2a6923addd3a70e14e103408a12e307d45024675 | https://github.com/gchq/sleeper/compare/6763b6c4cdbd2a95df417ffcfd89affa1b54e624...2a6923addd3a70e14e103408a12e307d45024675 | diff --git a/java/clients/src/main/java/sleeper/clients/deploy/DeployNewInstance.java b/java/clients/src/main/java/sleeper/clients/deploy/DeployNewInstance.java
index 4064287d8..1b37910a7 100644
--- a/java/clients/src/main/java/sleeper/clients/deploy/DeployNewInstance.java
+++ b/java/clients/src/main/java/sleeper/clien... | ['java/clients/src/main/java/sleeper/clients/deploy/DeployNewInstance.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 2,958,668 | 581,637 | 70,484 | 621 | 101 | 32 | 2 | 1 | 663 | 86 | 145 | 16 | 1 | 0 | 1970-01-01T00:28:09 | 31 | Java | {'Java': 6479577, 'Shell': 147907, 'Python': 36618, 'Dockerfile': 11264} | Apache License 2.0 |
9,689 | gchq/sleeper/700/697 | gchq | sleeper | https://github.com/gchq/sleeper/issues/697 | https://github.com/gchq/sleeper/pull/700 | https://github.com/gchq/sleeper/pull/700 | 1 | resolves | Compaction test fails if a job starts before it's reported as created | When you run the compaction performance system test, sometimes a compaction job may be pulled off the queue by a compaction task before the status update is recorded in DynamoDB to report that the job has been created. If that happens, the job start time can be recorded as happening before the creation of the job.
The... | b534ff968a00f9b7747a5dcc140f8f384ec6c15f | 3fb18cfcc7f360c79769e7b2662f02ce24c61cba | https://github.com/gchq/sleeper/compare/b534ff968a00f9b7747a5dcc140f8f384ec6c15f...3fb18cfcc7f360c79769e7b2662f02ce24c61cba | diff --git a/java/compaction/compaction-core/src/main/java/sleeper/compaction/job/status/CompactionJobStatus.java b/java/compaction/compaction-core/src/main/java/sleeper/compaction/job/status/CompactionJobStatus.java
index 4cf12ba81..dbb20eaae 100644
--- a/java/compaction/compaction-core/src/main/java/sleeper/compactio... | ['java/compaction/compaction-core/src/test/java/sleeper/compaction/job/CompactionJobStatusTest.java', 'java/compaction/compaction-core/src/main/java/sleeper/compaction/job/status/CompactionJobStatus.java', 'java/compaction/compaction-core/src/test/java/sleeper/compaction/job/CompactionJobStatusFromRecordsTest.java', 'j... | {'.java': 4} | 4 | 4 | 0 | 0 | 4 | 2,435,615 | 478,358 | 58,439 | 515 | 1,428 | 263 | 28 | 2 | 650 | 116 | 139 | 5 | 0 | 0 | 1970-01-01T00:27:59 | 31 | Java | {'Java': 6479577, 'Shell': 147907, 'Python': 36618, 'Dockerfile': 11264} | Apache License 2.0 |
9,696 | gchq/sleeper/256/253 | gchq | sleeper | https://github.com/gchq/sleeper/issues/253 | https://github.com/gchq/sleeper/pull/256 | https://github.com/gchq/sleeper/pull/256 | 1 | resolves | DynamoDB connection closed before compaction task reported as finished | When a compaction task finishes, the DynamoDB client is shut down before it reports the task as finished. Sometimes it still manages to report it as finished, but often the connection is closed first and it fails. | f47295f5d78d87c808846aed99a9753491125a91 | 6ff3c245fc0b5467d64dfb70545e256f2c330b89 | https://github.com/gchq/sleeper/compare/f47295f5d78d87c808846aed99a9753491125a91...6ff3c245fc0b5467d64dfb70545e256f2c330b89 | diff --git a/java/clients/src/test/java/sleeper/status/report/compactiontask/CompactionTaskStatusReportTest.java b/java/clients/src/test/java/sleeper/status/report/compactiontask/CompactionTaskStatusReportTest.java
index 67e29a91c..6d0101f93 100644
--- a/java/clients/src/test/java/sleeper/status/report/compactiontask/C... | ['java/compaction-status-store/src/test/java/sleeper/compaction/status/testutils/DynamoDBCompactionTaskStatusStoreTestBase.java', 'java/clients/src/test/java/sleeper/status/report/compactiontask/CompactionTaskStatusReportTest.java', 'java/compaction-status-store/src/test/java/sleeper/compaction/status/task/QueryCompact... | {'.java': 9} | 9 | 9 | 0 | 0 | 9 | 1,784,842 | 348,549 | 41,985 | 340 | 3,130 | 583 | 54 | 2 | 213 | 37 | 43 | 1 | 0 | 0 | 1970-01-01T00:27:45 | 31 | Java | {'Java': 6479577, 'Shell': 147907, 'Python': 36618, 'Dockerfile': 11264} | Apache License 2.0 |
9,695 | gchq/sleeper/273/271 | gchq | sleeper | https://github.com/gchq/sleeper/issues/271 | https://github.com/gchq/sleeper/pull/273 | https://github.com/gchq/sleeper/pull/273 | 1 | resolves | Exception generated when querying finished Compaction Task | ```
Exception in thread "main" java.lang.NumberFormatException: For input string: "1416.976"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Long.parseLong(Long.java:589)
at java.lang.Long.parseLong(Long.java:631)
at sleeper.compaction.status.DynamoDBAttributes.get... | ca76f5c100e5e4bbe39dccfc48a13a47fe48a49f | f4ec70601cc7b4e3fbee67b978c4d262f7f911db | https://github.com/gchq/sleeper/compare/ca76f5c100e5e4bbe39dccfc48a13a47fe48a49f...f4ec70601cc7b4e3fbee67b978c4d262f7f911db | diff --git a/java/compaction-status-store/src/main/java/sleeper/compaction/status/task/DynamoDBCompactionTaskStatusFormat.java b/java/compaction-status-store/src/main/java/sleeper/compaction/status/task/DynamoDBCompactionTaskStatusFormat.java
index 955bec6b8..1c4ab4fea 100644
--- a/java/compaction-status-store/src/main... | ['java/compaction-status-store/src/main/java/sleeper/compaction/status/task/DynamoDBCompactionTaskStatusFormat.java', 'java/compaction-status-store/src/test/java/sleeper/compaction/status/testutils/DynamoDBCompactionTaskStatusStoreTestBase.java', 'java/compaction-status-store/src/test/java/sleeper/compaction/status/tas... | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 1,794,748 | 350,443 | 42,260 | 343 | 204 | 31 | 2 | 1 | 1,303 | 51 | 280 | 16 | 0 | 1 | 1970-01-01T00:27:45 | 31 | Java | {'Java': 6479577, 'Shell': 147907, 'Python': 36618, 'Dockerfile': 11264} | Apache License 2.0 |
9,694 | gchq/sleeper/276/275 | gchq | sleeper | https://github.com/gchq/sleeper/issues/275 | https://github.com/gchq/sleeper/pull/276 | https://github.com/gchq/sleeper/pull/276 | 1 | resolves | Compaction Job status reports use local timezone in range query | When using the Compaction Job status reporter, entered ranges use the local timezone, whereas dates and times are stored in UTC in the database, leading to incorrect query results. Converting range input to UTC will prevent this. | 0f6223f532b84f38c3c4491fda86603f9259a660 | dcd81b27e2bddd242b632915e67b845b98301fb5 | https://github.com/gchq/sleeper/compare/0f6223f532b84f38c3c4491fda86603f9259a660...dcd81b27e2bddd242b632915e67b845b98301fb5 | diff --git a/java/clients/src/main/java/sleeper/status/report/CompactionJobStatusReport.java b/java/clients/src/main/java/sleeper/status/report/CompactionJobStatusReport.java
index d6575f447..98df75c7b 100644
--- a/java/clients/src/main/java/sleeper/status/report/CompactionJobStatusReport.java
+++ b/java/clients/src/ma... | ['java/clients/src/main/java/sleeper/status/report/CompactionJobStatusReport.java', 'java/clients/src/test/java/sleeper/status/report/compactionjob/StatusReporterRangeQueryTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 1,794,767 | 350,442 | 42,260 | 343 | 1,813 | 314 | 32 | 1 | 229 | 37 | 44 | 1 | 0 | 0 | 1970-01-01T00:27:45 | 31 | Java | {'Java': 6479577, 'Shell': 147907, 'Python': 36618, 'Dockerfile': 11264} | Apache License 2.0 |
9,693 | gchq/sleeper/424/423 | gchq | sleeper | https://github.com/gchq/sleeper/issues/423 | https://github.com/gchq/sleeper/pull/424 | https://github.com/gchq/sleeper/pull/424 | 1 | resolves | If sleeper.compaction.status.store.enabled is set to false, compaction crashes on reporting task status | When the status store is disabled, no DynamoDB table is created for compaction tasks, but the status store DynamoDB implementation is still used. This means all compaction tasks will crash at startup as they try to report that they've started. | c2ff0a495483df525df4ef1466ab9746341aeefb | 69cdeac188481fc72e878308d014a2bff1b8d4c3 | https://github.com/gchq/sleeper/compare/c2ff0a495483df525df4ef1466ab9746341aeefb...69cdeac188481fc72e878308d014a2bff1b8d4c3 | diff --git a/java/cdk/src/main/java/sleeper/cdk/Utils.java b/java/cdk/src/main/java/sleeper/cdk/Utils.java
index 371c11092..c752ef7f5 100644
--- a/java/cdk/src/main/java/sleeper/cdk/Utils.java
+++ b/java/cdk/src/main/java/sleeper/cdk/Utils.java
@@ -193,7 +193,7 @@ public class Utils {
}
public static Remova... | ['java/cdk/src/main/java/sleeper/cdk/Utils.java', 'java/compaction-core/src/main/java/sleeper/compaction/task/CompactionTaskStatusStore.java', 'java/compaction-core/src/main/java/sleeper/compaction/job/CompactionJobStatusStore.java', 'java/ingest/ingest-status-store/src/main/java/sleeper/ingest/job/status/DynamoDBInges... | {'.java': 12} | 12 | 12 | 0 | 0 | 12 | 1,930,537 | 378,633 | 46,399 | 400 | 2,745 | 522 | 55 | 9 | 243 | 40 | 49 | 1 | 0 | 0 | 1970-01-01T00:27:49 | 31 | Java | {'Java': 6479577, 'Shell': 147907, 'Python': 36618, 'Dockerfile': 11264} | Apache License 2.0 |
9,691 | gchq/sleeper/618/611 | gchq | sleeper | https://github.com/gchq/sleeper/issues/611 | https://github.com/gchq/sleeper/pull/618 | https://github.com/gchq/sleeper/pull/618 | 1 | resolves | Bulk import fails with serialisation error | A recent change has caused bulk import jobs to fail with an error due to Kryo serialisation being unable to deal with the list of row key types in a partition being an unmodifiable list. This change has been introduced since the last release, and is due to the change in `getMappedFields` in `Schema` to return an unmodi... | 94c3c82bc2c34597774ce5231a1c93c086becddd | 6c0cb7559bd163463426df3c19550ee95c5f1907 | https://github.com/gchq/sleeper/compare/94c3c82bc2c34597774ce5231a1c93c086becddd...6c0cb7559bd163463426df3c19550ee95c5f1907 | diff --git a/java/core/src/main/java/sleeper/core/schema/Schema.java b/java/core/src/main/java/sleeper/core/schema/Schema.java
index e7d806c6a..fcfe982e2 100644
--- a/java/core/src/main/java/sleeper/core/schema/Schema.java
+++ b/java/core/src/main/java/sleeper/core/schema/Schema.java
@@ -103,7 +103,7 @@ public class Sc... | ['java/core/src/main/java/sleeper/core/schema/Schema.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 2,348,707 | 460,999 | 56,276 | 483 | 107 | 15 | 2 | 1 | 798 | 143 | 176 | 10 | 0 | 0 | 1970-01-01T00:27:57 | 31 | Java | {'Java': 6479577, 'Shell': 147907, 'Python': 36618, 'Dockerfile': 11264} | Apache License 2.0 |
9,690 | gchq/sleeper/641/290 | gchq | sleeper | https://github.com/gchq/sleeper/issues/290 | https://github.com/gchq/sleeper/pull/641 | https://github.com/gchq/sleeper/pull/641 | 1 | resolves | Can't deploy environment EC2 into existing VPC | The documentation suggests that the following should allow you to use the Environment stack to deploy an EC2 only, but it fails with the error "Caused by: java.lang.RuntimeException: Error: App at '' should be created in the scope of a Stack, but no Stack found":
cdk deploy -c instanceId=myenv -c vpcId=myvpc "*-... | 404ba9d621e2a1bd3495fa15e94ec2c64847ba66 | 4a43eee203b30ac2b467792cf89b5944db1047d4 | https://github.com/gchq/sleeper/compare/404ba9d621e2a1bd3495fa15e94ec2c64847ba66...4a43eee203b30ac2b467792cf89b5944db1047d4 | diff --git a/java/cdk-environment/src/main/java/sleeper/environment/cdk/buildec2/BuildEC2Stack.java b/java/cdk-environment/src/main/java/sleeper/environment/cdk/buildec2/BuildEC2Stack.java
index f116d7e26..cdb7e8fbb 100644
--- a/java/cdk-environment/src/main/java/sleeper/environment/cdk/buildec2/BuildEC2Stack.java
+++ ... | ['java/cdk-environment/src/main/java/sleeper/environment/cdk/buildec2/BuildEC2Stack.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 2,358,500 | 463,075 | 56,584 | 489 | 218 | 64 | 2 | 1 | 329 | 52 | 82 | 3 | 0 | 0 | 1970-01-01T00:27:57 | 31 | Java | {'Java': 6479577, 'Shell': 147907, 'Python': 36618, 'Dockerfile': 11264} | Apache License 2.0 |
9,681 | gchq/sleeper/980/979 | gchq | sleeper | https://github.com/gchq/sleeper/issues/979 | https://github.com/gchq/sleeper/pull/980 | https://github.com/gchq/sleeper/pull/980 | 1 | resolves | DynamoDBIngestJobStatusStore is used directly even when store may not be enabled | It's not possible to disable the ingest job status store fully because DynamoDBIngestJobStatusStore is used directly in several places. IngestJobStatusStoreFactory should be used instead. | 50d50906e4370f81c7b4dc5c1d247471049dd976 | 43a30e6b865cae446b6e55498217738792fd02bd | https://github.com/gchq/sleeper/compare/50d50906e4370f81c7b4dc5c1d247471049dd976...43a30e6b865cae446b6e55498217738792fd02bd | diff --git a/java/bulk-import/bulk-import-starter/src/main/java/sleeper/bulkimport/starter/BulkImportStarterLambda.java b/java/bulk-import/bulk-import-starter/src/main/java/sleeper/bulkimport/starter/BulkImportStarterLambda.java
index 321bb58ec..fade1c2a4 100644
--- a/java/bulk-import/bulk-import-starter/src/main/java/... | ['java/system-test/src/main/java/sleeper/systemtest/ingest/batcher/InvokeIngestBatcher.java', 'java/ingest/ingest-status-store/src/main/java/sleeper/ingest/status/store/job/IngestJobStatusStoreFactory.java', 'java/bulk-import/bulk-import-starter/src/test/java/sleeper/bulkimport/starter/executor/BulkImportExecutorIT.jav... | {'.java': 6} | 6 | 6 | 0 | 0 | 6 | 2,958,547 | 581,593 | 70,478 | 621 | 1,194 | 267 | 19 | 3 | 187 | 24 | 38 | 1 | 0 | 0 | 1970-01-01T00:28:08 | 31 | Java | {'Java': 6479577, 'Shell': 147907, 'Python': 36618, 'Dockerfile': 11264} | Apache License 2.0 |
9,686 | gchq/sleeper/817/816 | gchq | sleeper | https://github.com/gchq/sleeper/issues/816 | https://github.com/gchq/sleeper/pull/817 | https://github.com/gchq/sleeper/pull/817 | 1 | resolves | Ingest task reporting fails when task exits immediately | If an ingest task starts up and then immediately exits, it will try to report a task finished event with zero duration. This produces an ingest rate of NaN as it's divided by zero.
This throws an exception when it tries to store the event like `AmazonDynamoDBException: The parameter cannot be converted to a numeric ... | f68f779db1488428bfd1ad725c5e8dac36205981 | b4e33ab50d0c24371b4d96faee0de6d7aeae1816 | https://github.com/gchq/sleeper/compare/f68f779db1488428bfd1ad725c5e8dac36205981...b4e33ab50d0c24371b4d96faee0de6d7aeae1816 | diff --git a/java/compaction/compaction-status-store/src/main/java/sleeper/compaction/status/store/task/DynamoDBCompactionTaskStatusFormat.java b/java/compaction/compaction-status-store/src/main/java/sleeper/compaction/status/store/task/DynamoDBCompactionTaskStatusFormat.java
index dedfa526a..adb529d56 100644
--- a/jav... | ['java/dynamodb-tools/src/test/java/sleeper/dynamodb/tools/DynamoDBUtilsPagingIT.java', 'java/dynamodb-tools/src/test/java/sleeper/dynamodb/tools/DynamoDBAttributesTest.java', 'java/dynamodb-tools/src/main/java/sleeper/dynamodb/tools/DynamoDBAttributes.java', 'java/ingest/ingest-status-store/src/main/java/sleeper/inges... | {'.java': 10} | 10 | 10 | 0 | 0 | 10 | 2,733,096 | 537,899 | 65,076 | 574 | 2,377 | 427 | 45 | 4 | 404 | 68 | 83 | 5 | 0 | 0 | 1970-01-01T00:28:03 | 31 | Java | {'Java': 6479577, 'Shell': 147907, 'Python': 36618, 'Dockerfile': 11264} | Apache License 2.0 |
9,685 | gchq/sleeper/880/874 | gchq | sleeper | https://github.com/gchq/sleeper/issues/874 | https://github.com/gchq/sleeper/pull/880 | https://github.com/gchq/sleeper/pull/880 | 1 | resolves | Admin client doesn't display default value of table property when editing | To reproduce, in the admin client, set a value for a table property which was previously taking its default value from an instance property.
In the screen where it summarises the change, it does not show you the default value. It only tells you it was previously unset. | 6fde7486dbe01bd53e6f91380c7b068536d8b737 | bfa0845e8ac161152f81103852ea693e878e030b | https://github.com/gchq/sleeper/compare/6fde7486dbe01bd53e6f91380c7b068536d8b737...bfa0845e8ac161152f81103852ea693e878e030b | diff --git a/java/clients/src/test/java/sleeper/clients/admin/InstanceConfigurationTest.java b/java/clients/src/test/java/sleeper/clients/admin/InstanceConfigurationTest.java
index b4624caa5..d50cbdef2 100644
--- a/java/clients/src/test/java/sleeper/clients/admin/InstanceConfigurationTest.java
+++ b/java/clients/src/te... | ['java/configuration/src/main/java/sleeper/configuration/properties/table/TablePropertyImpl.java', 'java/configuration/src/test/java/sleeper/configuration/properties/table/TablePropertiesTest.java', 'java/clients/src/test/java/sleeper/clients/admin/InstanceConfigurationTest.java'] | {'.java': 3} | 3 | 3 | 0 | 0 | 3 | 2,822,288 | 555,806 | 67,107 | 591 | 67 | 9 | 1 | 1 | 272 | 48 | 55 | 3 | 0 | 0 | 1970-01-01T00:28:05 | 31 | Java | {'Java': 6479577, 'Shell': 147907, 'Python': 36618, 'Dockerfile': 11264} | Apache License 2.0 |
9,684 | gchq/sleeper/947/946 | gchq | sleeper | https://github.com/gchq/sleeper/issues/946 | https://github.com/gchq/sleeper/pull/947 | https://github.com/gchq/sleeper/pull/947 | 1 | resolves | Cannot set a defaulted list property to an empty list | For some list properties that have a default value, there isn't a way to set the property to an empty list.
```properties
sleeper.list.property=
```
does not work as `getList()` returns a list containing the empty string, instead of an empty list | 7f6cab72f62338316693582a053ace3bb2ea5a19 | 42f4705339ded4c7dfa1ccb72261f5a19e261063 | https://github.com/gchq/sleeper/compare/7f6cab72f62338316693582a053ace3bb2ea5a19...42f4705339ded4c7dfa1ccb72261f5a19e261063 | diff --git a/java/configuration/src/main/java/sleeper/configuration/properties/SleeperProperties.java b/java/configuration/src/main/java/sleeper/configuration/properties/SleeperProperties.java
index 993a4394c..ab7cdd170 100644
--- a/java/configuration/src/main/java/sleeper/configuration/properties/SleeperProperties.jav... | ['java/configuration/src/main/java/sleeper/configuration/properties/SleeperProperties.java', 'java/configuration/src/test/java/sleeper/configuration/properties/SleeperPropertiesTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 2,931,764 | 576,573 | 69,783 | 612 | 290 | 55 | 8 | 1 | 250 | 41 | 56 | 5 | 0 | 1 | 1970-01-01T00:28:08 | 31 | Java | {'Java': 6479577, 'Shell': 147907, 'Python': 36618, 'Dockerfile': 11264} | Apache License 2.0 |
9,683 | gchq/sleeper/969/960 | gchq | sleeper | https://github.com/gchq/sleeper/issues/960 | https://github.com/gchq/sleeper/pull/969 | https://github.com/gchq/sleeper/pull/969 | 1 | resolves | Bulk import performance test fails as BulkImportStarterLambda times out processing all jobs | With the new validation changes, the BulkImportStarterLambda reaches the timeout of 20 seconds when trying to process all 5 jobs and record their validation status. We should increase this timeout so that jobs have enough time to be processed.
This has failed the bulk import performance test as the same execution of t... | 956330f12bcac73d22a51330af75918c4a7de46e | e970f44757ab66c8bbffac68a579349a66ed4b1f | https://github.com/gchq/sleeper/compare/956330f12bcac73d22a51330af75918c4a7de46e...e970f44757ab66c8bbffac68a579349a66ed4b1f | diff --git a/java/cdk/src/main/java/sleeper/cdk/stack/bulkimport/CommonEmrBulkImportHelper.java b/java/cdk/src/main/java/sleeper/cdk/stack/bulkimport/CommonEmrBulkImportHelper.java
index 7ba3d0a23..840e4d62d 100644
--- a/java/cdk/src/main/java/sleeper/cdk/stack/bulkimport/CommonEmrBulkImportHelper.java
+++ b/java/cdk/s... | ['java/cdk/src/main/java/sleeper/cdk/stack/bulkimport/CommonEmrBulkImportHelper.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 2,936,487 | 577,180 | 69,895 | 614 | 280 | 53 | 4 | 1 | 755 | 121 | 151 | 7 | 0 | 0 | 1970-01-01T00:28:08 | 31 | Java | {'Java': 6479577, 'Shell': 147907, 'Python': 36618, 'Dockerfile': 11264} | Apache License 2.0 |
9,682 | gchq/sleeper/976/975 | gchq | sleeper | https://github.com/gchq/sleeper/issues/975 | https://github.com/gchq/sleeper/pull/976 | https://github.com/gchq/sleeper/pull/976 | 1 | resolves | Bulk import stack does not deploy because queue timeout is less than function timeout | When the bulk import performance test ran, we found this error trying to deploy to CloudFormation:
Resource handler returned message: "Invalid request provided: Queue visibility timeout: 30 seconds is less than Function timeout: 120 seconds (Service: Lambda, Status Code: 400, Request ID: 123)" (RequestToken: abc, Ha... | 3c99e3330153cbaacf2b9b767038c0dd3dbfd9d5 | 8a4db13a5dea7bb203562005f3c266fc9fc6964b | https://github.com/gchq/sleeper/compare/3c99e3330153cbaacf2b9b767038c0dd3dbfd9d5...8a4db13a5dea7bb203562005f3c266fc9fc6964b | diff --git a/java/cdk/src/main/java/sleeper/cdk/stack/bulkimport/CommonEmrBulkImportHelper.java b/java/cdk/src/main/java/sleeper/cdk/stack/bulkimport/CommonEmrBulkImportHelper.java
index 840e4d62d..3492e256d 100644
--- a/java/cdk/src/main/java/sleeper/cdk/stack/bulkimport/CommonEmrBulkImportHelper.java
+++ b/java/cdk/s... | ['java/cdk/src/main/java/sleeper/cdk/stack/bulkimport/CommonEmrBulkImportHelper.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 2,936,518 | 577,188 | 69,895 | 614 | 56 | 9 | 1 | 1 | 462 | 62 | 104 | 5 | 1 | 0 | 1970-01-01T00:28:08 | 31 | Java | {'Java': 6479577, 'Shell': 147907, 'Python': 36618, 'Dockerfile': 11264} | Apache License 2.0 |
971 | wso2/testgrid/457/456 | wso2 | testgrid | https://github.com/wso2/testgrid/issues/456 | https://github.com/wso2/testgrid/pull/457 | https://github.com/wso2/testgrid/pull/457 | 1 | resolves | Cannot run two cloudformation-based test plans in parallel | **Description:**
Cannot run two cloudformation-based test plans in parallel. There will be a naming conflict if both cloudformation scripts tried to create stacks with same name.
We need to randomize the strings in order to fix this.
**Affected Product Version:**
0.9.0-m11
**Steps to reproduce:**
See above.... | e7d8c1974c9b77c65537309706d47636aad69fdc | 95437ba737b4748475fed2d9a9c9ce3ef45749b4 | https://github.com/wso2/testgrid/compare/e7d8c1974c9b77c65537309706d47636aad69fdc...95437ba737b4748475fed2d9a9c9ce3ef45749b4 | diff --git a/common/src/main/java/org/wso2/testgrid/common/util/StringUtil.java b/common/src/main/java/org/wso2/testgrid/common/util/StringUtil.java
index 50d2fca8..6dc78269 100644
--- a/common/src/main/java/org/wso2/testgrid/common/util/StringUtil.java
+++ b/common/src/main/java/org/wso2/testgrid/common/util/StringUti... | ['core/src/main/java/org/wso2/testgrid/core/command/GenerateTestPlanCommand.java', 'common/src/main/java/org/wso2/testgrid/common/util/StringUtil.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 571,639 | 118,759 | 16,064 | 142 | 1,358 | 274 | 35 | 2 | 348 | 49 | 77 | 13 | 0 | 0 | 1970-01-01T00:25:17 | 29 | Java | {'Java': 1684597, 'Shell': 197778, 'Python': 51092, 'Mustache': 50400, 'Groovy': 12493, 'Dockerfile': 11869, 'CSS': 2656, 'PowerShell': 2278, 'Batchfile': 806, 'HTML': 515} | Apache License 2.0 |
970 | wso2/testgrid/470/469 | wso2 | testgrid | https://github.com/wso2/testgrid/issues/469 | https://github.com/wso2/testgrid/pull/470 | https://github.com/wso2/testgrid/pull/470 | 1 | fixes | DescribeStacksRequest should use the CloudFormation stackId instead of its name. | **Description:**
Using the stackId is the only guaranteed way to make sure we get the stack that actually belong to this particular test-run.
**Affected Product Version:**
0.9... | 9d6b37a38bf90d18c7630e0c67e34edcf06fd59c | 9f2807b3b7882a8b74c2da6f03d900ae2c07ac9c | https://github.com/wso2/testgrid/compare/9d6b37a38bf90d18c7630e0c67e34edcf06fd59c...9f2807b3b7882a8b74c2da6f03d900ae2c07ac9c | diff --git a/infrastructure/src/main/java/org/wso2/testgrid/infrastructure/aws/AWSManager.java b/infrastructure/src/main/java/org/wso2/testgrid/infrastructure/aws/AWSManager.java
index 3d396a18..6b1eab58 100644
--- a/infrastructure/src/main/java/org/wso2/testgrid/infrastructure/aws/AWSManager.java
+++ b/infrastructure/... | ['infrastructure/src/main/java/org/wso2/testgrid/infrastructure/aws/AWSManager.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 596,560 | 123,915 | 16,660 | 147 | 824 | 145 | 11 | 1 | 902 | 43 | 88 | 13 | 0 | 0 | 1970-01-01T00:25:18 | 29 | Java | {'Java': 1684597, 'Shell': 197778, 'Python': 51092, 'Mustache': 50400, 'Groovy': 12493, 'Dockerfile': 11869, 'CSS': 2656, 'PowerShell': 2278, 'Batchfile': 806, 'HTML': 515} | Apache License 2.0 |
969 | wso2/testgrid/473/455 | wso2 | testgrid | https://github.com/wso2/testgrid/issues/455 | https://github.com/wso2/testgrid/pull/473 | https://github.com/wso2/testgrid/pull/473 | 1 | resolves | Waiting for server startup in AWS logic does not work | **Description:**
I'm seeing below error when running the `run-test-plan`. The cloudformation scripts need to properly present the serverURLs in order to wait for the server startup.
```log
[2018-02-02 13:58:25,516] INFO {org.wso2.testgrid.infrastructure.aws.AWSManager} - Waiting for stack : wso2-is-public-branc... | 022326aef4213e041327f8e09fb8d390943cd713 | feecc8e868194d5b22c4575bdbb40d7037d6c32c | https://github.com/wso2/testgrid/compare/022326aef4213e041327f8e09fb8d390943cd713...feecc8e868194d5b22c4575bdbb40d7037d6c32c | diff --git a/deployment/src/main/java/org/wso2/testgrid/deployment/deployers/AWSDeployer.java b/deployment/src/main/java/org/wso2/testgrid/deployment/deployers/AWSDeployer.java
index a9b1b739..f743dd34 100644
--- a/deployment/src/main/java/org/wso2/testgrid/deployment/deployers/AWSDeployer.java
+++ b/deployment/src/mai... | ['deployment/src/main/java/org/wso2/testgrid/deployment/deployers/AWSDeployer.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 573,774 | 119,188 | 16,112 | 142 | 382 | 77 | 4 | 1 | 2,013 | 204 | 670 | 25 | 0 | 1 | 1970-01-01T00:25:18 | 29 | Java | {'Java': 1684597, 'Shell': 197778, 'Python': 51092, 'Mustache': 50400, 'Groovy': 12493, 'Dockerfile': 11869, 'CSS': 2656, 'PowerShell': 2278, 'Batchfile': 806, 'HTML': 515} | Apache License 2.0 |
972 | wso2/testgrid/444/427 | wso2 | testgrid | https://github.com/wso2/testgrid/issues/427 | https://github.com/wso2/testgrid/pull/444 | https://github.com/wso2/testgrid/pull/444 | 1 | resolves | Code violation: incorrect closing of inputstream. | **Description:**
Incorrect closing of inputstream:
https://github.com/wso2/testgrid/blob/03d4ba54c56d2c06287a6f66f19951d1624a2f11/common/src/main/java/org/wso2/testgrid/common/util/FileUtil.java#L43 ... | a722a63936f08e7b7852ef517f68caff11504da1 | e48660e049f88fd7035997ab3580e5db6607dea3 | https://github.com/wso2/testgrid/compare/a722a63936f08e7b7852ef517f68caff11504da1...e48660e049f88fd7035997ab3580e5db6607dea3 | diff --git a/automation/src/test/java/org/wso2/testgrid/automation/executor/JMeterExecutorTest.java b/automation/src/test/java/org/wso2/testgrid/automation/executor/JMeterExecutorTest.java
index 8722946b..280ad260 100644
--- a/automation/src/test/java/org/wso2/testgrid/automation/executor/JMeterExecutorTest.java
+++ b/... | ['automation/src/test/java/org/wso2/testgrid/automation/executor/JMeterExecutorTest.java', 'common/src/main/java/org/wso2/testgrid/common/util/FileUtil.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 571,323 | 118,675 | 16,053 | 142 | 381 | 65 | 7 | 1 | 964 | 26 | 126 | 15 | 1 | 0 | 1970-01-01T00:25:17 | 29 | Java | {'Java': 1684597, 'Shell': 197778, 'Python': 51092, 'Mustache': 50400, 'Groovy': 12493, 'Dockerfile': 11869, 'CSS': 2656, 'PowerShell': 2278, 'Batchfile': 806, 'HTML': 515} | Apache License 2.0 |
966 | wso2/testgrid/541/537 | wso2 | testgrid | https://github.com/wso2/testgrid/issues/537 | https://github.com/wso2/testgrid/pull/541 | https://github.com/wso2/testgrid/pull/541 | 1 | resolves | job-config.yaml cannot contain absolute paths | **Description:**
When absolute paths are given for infra, deployment and scenario repo locations, generate-test-plan command fails when resolving the path.
**Suggested Labels:**
Type/Bug
**Suggested Assignees:**
AsmaJ | af89ae19b0a16cc7f76a49845b8f7cacdb88ea6b | 045fdc99d1e958850e505d8f71219d1677d9feda | https://github.com/wso2/testgrid/compare/af89ae19b0a16cc7f76a49845b8f7cacdb88ea6b...045fdc99d1e958850e505d8f71219d1677d9feda | diff --git a/core/src/main/java/org/wso2/testgrid/core/command/GenerateTestPlanCommand.java b/core/src/main/java/org/wso2/testgrid/core/command/GenerateTestPlanCommand.java
index 22495490..922b1e32 100644
--- a/core/src/main/java/org/wso2/testgrid/core/command/GenerateTestPlanCommand.java
+++ b/core/src/main/java/org/w... | ['core/src/main/java/org/wso2/testgrid/core/command/GenerateTestPlanCommand.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 637,330 | 131,837 | 17,549 | 153 | 131 | 32 | 2 | 1 | 226 | 26 | 48 | 8 | 0 | 0 | 1970-01-01T00:25:20 | 29 | Java | {'Java': 1684597, 'Shell': 197778, 'Python': 51092, 'Mustache': 50400, 'Groovy': 12493, 'Dockerfile': 11869, 'CSS': 2656, 'PowerShell': 2278, 'Batchfile': 806, 'HTML': 515} | Apache License 2.0 |
965 | wso2/testgrid/564/558 | wso2 | testgrid | https://github.com/wso2/testgrid/issues/558 | https://github.com/wso2/testgrid/pull/564 | https://github.com/wso2/testgrid/pull/564 | 1 | fixes | Multiple test-plan yaml files contain same infrastructure combination | **Description:**
When there are multiple possible infrastructure combinations exists, Generate Test-Plan should create test-plan yaml files for each of these combinations. But ATM, although multiple test-plan yaml files are generated, the content of them are identical.
<!-- Give a brief description of the issue -->
... | 0e66de32b96b854691f2da75be8d6fac0802e501 | 1edc47ec370a4e34d7cbb30dd8beb626df1b23ff | https://github.com/wso2/testgrid/compare/0e66de32b96b854691f2da75be8d6fac0802e501...1edc47ec370a4e34d7cbb30dd8beb626df1b23ff | diff --git a/common/src/main/java/org/wso2/testgrid/common/config/InfrastructureConfig.java b/common/src/main/java/org/wso2/testgrid/common/config/InfrastructureConfig.java
index 046a0f48..02c8cffb 100644
--- a/common/src/main/java/org/wso2/testgrid/common/config/InfrastructureConfig.java
+++ b/common/src/main/java/org... | ['core/src/main/java/org/wso2/testgrid/core/command/GenerateTestPlanCommand.java', 'common/src/main/java/org/wso2/testgrid/common/config/InfrastructureConfig.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 652,484 | 134,794 | 17,905 | 154 | 1,345 | 214 | 23 | 2 | 997 | 141 | 189 | 15 | 0 | 0 | 1970-01-01T00:25:20 | 29 | Java | {'Java': 1684597, 'Shell': 197778, 'Python': 51092, 'Mustache': 50400, 'Groovy': 12493, 'Dockerfile': 11869, 'CSS': 2656, 'PowerShell': 2278, 'Batchfile': 806, 'HTML': 515} | Apache License 2.0 |
947 | wso2/testgrid/1224/1127 | wso2 | testgrid | https://github.com/wso2/testgrid/issues/1127 | https://github.com/wso2/testgrid/pull/1224 | https://github.com/wso2/testgrid/pull/1224 | 1 | resolves | Validate input for config name property | **Description:**
eg:
```yaml
deploymentConfig:
deploymentPatterns:
- name: 'scenario tests'
description: 'dummy'
remoteRepository: "https://github.com/ballerina-platform/ballerina-lang.git"
remoteBranch: "ballerina-scenarios"
dir: .
scripts:
- name: 'default'
... | 443baf4cbb8a6a0e88be3aff61e2647e8c6a89f2 | 88d98e938eada85f7598bdd7d114158965a41e5f | https://github.com/wso2/testgrid/compare/443baf4cbb8a6a0e88be3aff61e2647e8c6a89f2...88d98e938eada85f7598bdd7d114158965a41e5f | diff --git a/core/src/main/java/org/wso2/testgrid/core/command/GenerateTestPlanCommand.java b/core/src/main/java/org/wso2/testgrid/core/command/GenerateTestPlanCommand.java
index cf196217..08824cfa 100644
--- a/core/src/main/java/org/wso2/testgrid/core/command/GenerateTestPlanCommand.java
+++ b/core/src/main/java/org/w... | ['core/src/main/java/org/wso2/testgrid/core/command/GenerateTestPlanCommand.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 1,442,685 | 292,340 | 37,601 | 276 | 547 | 112 | 13 | 1 | 1,783 | 111 | 524 | 35 | 1 | 2 | 1970-01-01T00:26:02 | 29 | Java | {'Java': 1684597, 'Shell': 197778, 'Python': 51092, 'Mustache': 50400, 'Groovy': 12493, 'Dockerfile': 11869, 'CSS': 2656, 'PowerShell': 2278, 'Batchfile': 806, 'HTML': 515} | Apache License 2.0 |
973 | wso2/testgrid/441/439 | wso2 | testgrid | https://github.com/wso2/testgrid/issues/439 | https://github.com/wso2/testgrid/pull/441 | https://github.com/wso2/testgrid/pull/441 | 1 | fixes | Support DBEngine, DBEngineVersion as infrastructure parameters. | **Description:**
Support DBEngine, DBEngineVersion as infrastructure parameters.
**Affected Product Version:**
0.9.0-m10 ... | 0d0dda88fa7570815ce3bfb7a0de70b543f533d4 | 5d5238608619bc4886e74f86bb261c475e9ef8c3 | https://github.com/wso2/testgrid/compare/0d0dda88fa7570815ce3bfb7a0de70b543f533d4...5d5238608619bc4886e74f86bb261c475e9ef8c3 | diff --git a/common/src/main/java/org/wso2/testgrid/common/infrastructure/InfrastructureParameter.java b/common/src/main/java/org/wso2/testgrid/common/infrastructure/InfrastructureParameter.java
index f313bee5..5ce13073 100644
--- a/common/src/main/java/org/wso2/testgrid/common/infrastructure/InfrastructureParameter.ja... | ['common/src/main/java/org/wso2/testgrid/common/infrastructure/InfrastructureParameter.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 571,293 | 118,670 | 16,052 | 142 | 30 | 5 | 1 | 1 | 841 | 27 | 74 | 13 | 0 | 0 | 1970-01-01T00:25:17 | 29 | Java | {'Java': 1684597, 'Shell': 197778, 'Python': 51092, 'Mustache': 50400, 'Groovy': 12493, 'Dockerfile': 11869, 'CSS': 2656, 'PowerShell': 2278, 'Batchfile': 806, 'HTML': 515} | Apache License 2.0 |
975 | wso2/testgrid/418/415 | wso2 | testgrid | https://github.com/wso2/testgrid/issues/415 | https://github.com/wso2/testgrid/pull/418 | https://github.com/wso2/testgrid/pull/418 | 1 | resolves | Absence of TESTGRID_HOME breaks shell execution | **Description:**
In ShellDeployer we are retrieving the TESTGRID_HOME environment variable. If TG Home is not set this will break the execution.
https://github.com/wso2/testgrid/blob/master/deployment/src/main/java/org/wso2/testgrid/deployment/deployers/ShellDeployer.java#L49
**Suggested Labels:**
Bug
| 6da8eb0cef2a19943958253904f94759c2915f05 | e86b2f1a05ad523f585711f6dbd27bb6327ec3ba | https://github.com/wso2/testgrid/compare/6da8eb0cef2a19943958253904f94759c2915f05...e86b2f1a05ad523f585711f6dbd27bb6327ec3ba | diff --git a/deployment/src/main/java/org/wso2/testgrid/deployment/deployers/ShellDeployer.java b/deployment/src/main/java/org/wso2/testgrid/deployment/deployers/ShellDeployer.java
index 0ab3557d..5ebdebf9 100644
--- a/deployment/src/main/java/org/wso2/testgrid/deployment/deployers/ShellDeployer.java
+++ b/deployment/s... | ['deployment/src/main/java/org/wso2/testgrid/deployment/deployers/ShellDeployer.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 535,970 | 111,457 | 15,069 | 132 | 428 | 86 | 6 | 1 | 312 | 25 | 74 | 8 | 1 | 0 | 1970-01-01T00:25:17 | 29 | Java | {'Java': 1684597, 'Shell': 197778, 'Python': 51092, 'Mustache': 50400, 'Groovy': 12493, 'Dockerfile': 11869, 'CSS': 2656, 'PowerShell': 2278, 'Batchfile': 806, 'HTML': 515} | Apache License 2.0 |
976 | wso2/testgrid/402/390 | wso2 | testgrid | https://github.com/wso2/testgrid/issues/390 | https://github.com/wso2/testgrid/pull/402 | https://github.com/wso2/testgrid/pull/402 | 1 | resolves | The 'usage' help output is outdated | **Description:**
The help output provided right now is quite outdated. We need to fix this for this milestone.
```
[2018-01-23 18:33:01,687] INFO {org.wso2.testgrid.core.command.HelpCommand} -
usage: create-product-testplan -p PRODUCT_NAME -v PRODUCT_VERSION -c CHANNEL
usage: run-testplan -p PRODUCT_NAME -v PR... | 7833358e2fef8fda5795f1b4234758040d305d08 | e74670217ac993467e9de436914f4569d5bee2bb | https://github.com/wso2/testgrid/compare/7833358e2fef8fda5795f1b4234758040d305d08...e74670217ac993467e9de436914f4569d5bee2bb | diff --git a/core/src/main/java/org/wso2/testgrid/core/command/HelpCommand.java b/core/src/main/java/org/wso2/testgrid/core/command/HelpCommand.java
index d9145575..cc26f473 100644
--- a/core/src/main/java/org/wso2/testgrid/core/command/HelpCommand.java
+++ b/core/src/main/java/org/wso2/testgrid/core/command/HelpComman... | ['core/src/main/java/org/wso2/testgrid/core/command/HelpCommand.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 519,386 | 108,022 | 14,634 | 129 | 1,299 | 338 | 14 | 1 | 1,185 | 113 | 341 | 29 | 1 | 1 | 1970-01-01T00:25:16 | 29 | Java | {'Java': 1684597, 'Shell': 197778, 'Python': 51092, 'Mustache': 50400, 'Groovy': 12493, 'Dockerfile': 11869, 'CSS': 2656, 'PowerShell': 2278, 'Batchfile': 806, 'HTML': 515} | Apache License 2.0 |
968 | wso2/testgrid/485/362 | wso2 | testgrid | https://github.com/wso2/testgrid/issues/362 | https://github.com/wso2/testgrid/pull/485 | https://github.com/wso2/testgrid/pull/485 | 1 | resolves | Report Displaying duplicate entries | **Description:**
The final report is generated considering all the tests for all the deployments and infra parameters. However, the detailed report may list the same entry multiple times (actually different test cases). The distinct entries should be displayed instead. | 4cf693abe8fbb582a1402e925b713ce0a39840dd | 390ec694d728200d2a4383e57602126742a1765f | https://github.com/wso2/testgrid/compare/4cf693abe8fbb582a1402e925b713ce0a39840dd...390ec694d728200d2a4383e57602126742a1765f | diff --git a/reporting/src/main/java/org/wso2/testgrid/reporting/TestReportEngine.java b/reporting/src/main/java/org/wso2/testgrid/reporting/TestReportEngine.java
index 23e0b779..c8f9adb6 100755
--- a/reporting/src/main/java/org/wso2/testgrid/reporting/TestReportEngine.java
+++ b/reporting/src/main/java/org/wso2/testgr... | ['reporting/src/main/java/org/wso2/testgrid/reporting/TestReportEngine.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 598,439 | 124,311 | 16,696 | 148 | 1,066 | 208 | 19 | 1 | 270 | 39 | 47 | 2 | 0 | 0 | 1970-01-01T00:25:18 | 29 | Java | {'Java': 1684597, 'Shell': 197778, 'Python': 51092, 'Mustache': 50400, 'Groovy': 12493, 'Dockerfile': 11869, 'CSS': 2656, 'PowerShell': 2278, 'Batchfile': 806, 'HTML': 515} | Apache License 2.0 |
962 | wso2/testgrid/609/608 | wso2 | testgrid | https://github.com/wso2/testgrid/issues/608 | https://github.com/wso2/testgrid/pull/609 | https://github.com/wso2/testgrid/pull/609 | 1 | resolves | Testcase persistence fails with "data too long for failure message" | **Description:**
Response data in testcase failure message is too long for the failure_message field in the database. This causes in persistence failure.
**Suggested Labels:**
Type/Bug
**Suggested Assignees:**
AsmaJ | 2c9282dd46b850c7dddd86d077b8d61626ca471a | 6d702df441189ee1d90326b1aed6f19c216504c4 | https://github.com/wso2/testgrid/compare/2c9282dd46b850c7dddd86d077b8d61626ca471a...6d702df441189ee1d90326b1aed6f19c216504c4 | diff --git a/automation/src/main/java/org/wso2/testgrid/automation/executor/JMeterResultCollector.java b/automation/src/main/java/org/wso2/testgrid/automation/executor/JMeterResultCollector.java
index 10b746ae..5244d379 100644
--- a/automation/src/main/java/org/wso2/testgrid/automation/executor/JMeterResultCollector.ja... | ['automation/src/main/java/org/wso2/testgrid/automation/executor/JMeterResultCollector.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 678,728 | 139,748 | 18,583 | 158 | 311 | 46 | 4 | 1 | 226 | 28 | 48 | 9 | 0 | 0 | 1970-01-01T00:25:21 | 29 | Java | {'Java': 1684597, 'Shell': 197778, 'Python': 51092, 'Mustache': 50400, 'Groovy': 12493, 'Dockerfile': 11869, 'CSS': 2656, 'PowerShell': 2278, 'Batchfile': 806, 'HTML': 515} | Apache License 2.0 |
963 | wso2/testgrid/605/496 | wso2 | testgrid | https://github.com/wso2/testgrid/issues/496 | https://github.com/wso2/testgrid/pull/605 | https://github.com/wso2/testgrid/pull/605 | 1 | fixes | AWS region can be configured via infrastructureConfig now. | **Description:**
This can be done by setting the inputParameter 'region' under the `infrastructureConfig -> scripts`.
However, this does not work ATM. We need to look at why this does not happen.
**Affected Product Version:**
0.9.0-m14
**OS, DB, other environment details and versions:**
**Steps to re... | 2123250f7b59e13777bd2445a113f570d43e2b0c | 3f0b6f141e39298cf85031737adae0f6981e7f30 | https://github.com/wso2/testgrid/compare/2123250f7b59e13777bd2445a113f570d43e2b0c...3f0b6f141e39298cf85031737adae0f6981e7f30 | diff --git a/infrastructure/src/main/java/org/wso2/testgrid/infrastructure/providers/AWSProvider.java b/infrastructure/src/main/java/org/wso2/testgrid/infrastructure/providers/AWSProvider.java
index c9b1bc10..3cc654b4 100644
--- a/infrastructure/src/main/java/org/wso2/testgrid/infrastructure/providers/AWSProvider.java
... | ['infrastructure/src/main/java/org/wso2/testgrid/infrastructure/providers/AWSProvider.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 678,585 | 139,710 | 18,580 | 158 | 541 | 102 | 7 | 1 | 1,545 | 140 | 376 | 46 | 0 | 1 | 1970-01-01T00:25:21 | 29 | Java | {'Java': 1684597, 'Shell': 197778, 'Python': 51092, 'Mustache': 50400, 'Groovy': 12493, 'Dockerfile': 11869, 'CSS': 2656, 'PowerShell': 2278, 'Batchfile': 806, 'HTML': 515} | Apache License 2.0 |
961 | wso2/testgrid/613/612 | wso2 | testgrid | https://github.com/wso2/testgrid/issues/612 | https://github.com/wso2/testgrid/pull/613 | https://github.com/wso2/testgrid/pull/613 | 1 | resolves | DB Instance Deletion Policy should be set to "Delete" | **Description:**
The DBInstance deletion policy is preprocessed to take the default. This applies "Snapshot" to DeletionPolicy. Therefore, DeletionPolicy should be set to "Delete" by preprocessing the CF script
**Suggested Labels:**
Type/Bug
**Suggested Assignees:**
AsmaJ | 282fe8235a901f0b575a56d47706cacc8394a3df | 22dc28f24f983fefb096eac4ad4ebd711e7b2c72 | https://github.com/wso2/testgrid/compare/282fe8235a901f0b575a56d47706cacc8394a3df...22dc28f24f983fefb096eac4ad4ebd711e7b2c72 | diff --git a/infrastructure/src/main/java/org/wso2/testgrid/infrastructure/CloudFormationScriptPreprocessor.java b/infrastructure/src/main/java/org/wso2/testgrid/infrastructure/CloudFormationScriptPreprocessor.java
index 3bbd6082..83a4c2ad 100644
--- a/infrastructure/src/main/java/org/wso2/testgrid/infrastructure/Cloud... | ['infrastructure/src/main/java/org/wso2/testgrid/infrastructure/CloudFormationScriptPreprocessor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 679,228 | 139,835 | 18,596 | 158 | 1,138 | 237 | 15 | 1 | 281 | 34 | 65 | 8 | 0 | 0 | 1970-01-01T00:25:21 | 29 | Java | {'Java': 1684597, 'Shell': 197778, 'Python': 51092, 'Mustache': 50400, 'Groovy': 12493, 'Dockerfile': 11869, 'CSS': 2656, 'PowerShell': 2278, 'Batchfile': 806, 'HTML': 515} | Apache License 2.0 |
960 | wso2/testgrid/620/616 | wso2 | testgrid | https://github.com/wso2/testgrid/issues/616 | https://github.com/wso2/testgrid/pull/620 | https://github.com/wso2/testgrid/pull/620 | 1 | resolves | Deployment.json is not parsed properly | **Description:**
Deployment.json created by deploy.sh should be parsed in the format of tomcat host to be able to pass the correct values to replace in the jmeter scripts.
**Suggested Labels:**
Type/Bug
**Suggested Assignees:**
AsmaJ | 23932851f3a2c33f9f9b0370b647a79ae764ae77 | a0f5e7e332148715a30689e7c81a3d7712da7efc | https://github.com/wso2/testgrid/compare/23932851f3a2c33f9f9b0370b647a79ae764ae77...a0f5e7e332148715a30689e7c81a3d7712da7efc | diff --git a/deployment/src/main/java/org/wso2/testgrid/deployment/DeploymentUtil.java b/deployment/src/main/java/org/wso2/testgrid/deployment/DeploymentUtil.java
index 168a2537..6b1623f7 100755
--- a/deployment/src/main/java/org/wso2/testgrid/deployment/DeploymentUtil.java
+++ b/deployment/src/main/java/org/wso2/testg... | ['deployment/src/main/java/org/wso2/testgrid/deployment/DeploymentUtil.java', 'deployment/src/main/java/org/wso2/testgrid/deployment/deployers/ShellDeployer.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 679,410 | 139,882 | 18,597 | 158 | 2,712 | 483 | 44 | 2 | 242 | 34 | 56 | 8 | 0 | 0 | 1970-01-01T00:25:21 | 29 | Java | {'Java': 1684597, 'Shell': 197778, 'Python': 51092, 'Mustache': 50400, 'Groovy': 12493, 'Dockerfile': 11869, 'CSS': 2656, 'PowerShell': 2278, 'Batchfile': 806, 'HTML': 515} | Apache License 2.0 |
959 | wso2/testgrid/632/630 | wso2 | testgrid | https://github.com/wso2/testgrid/issues/630 | https://github.com/wso2/testgrid/pull/632 | https://github.com/wso2/testgrid/pull/632 | 1 | resolves | Scenario tests execution hangs | **Description:**
Scenario test execution hangs just after the server startup.
**Affected Product Version:**
0.9.0-m18
**OS, DB, other environment details and versions:**
N/A
**Steps to reproduce:**
- Generate test palns
- Execute one test-plan
| 80d30411fe3ec9b365e1fc9b56b69cbc4f94699e | 10935b85529ab1ceb124ecee2e0827c002b9901d | https://github.com/wso2/testgrid/compare/80d30411fe3ec9b365e1fc9b56b69cbc4f94699e...10935b85529ab1ceb124ecee2e0827c002b9901d | diff --git a/deployment/src/main/java/org/wso2/testgrid/deployment/deployers/ShellDeployer.java b/deployment/src/main/java/org/wso2/testgrid/deployment/deployers/ShellDeployer.java
index e1e98acf..1f995f53 100644
--- a/deployment/src/main/java/org/wso2/testgrid/deployment/deployers/ShellDeployer.java
+++ b/deployment/s... | ['infrastructure/src/main/java/org/wso2/testgrid/infrastructure/providers/AWSProvider.java', 'deployment/src/main/java/org/wso2/testgrid/deployment/deployers/ShellDeployer.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 680,721 | 140,131 | 18,624 | 158 | 292 | 92 | 4 | 2 | 264 | 33 | 62 | 13 | 0 | 0 | 1970-01-01T00:25:22 | 29 | Java | {'Java': 1684597, 'Shell': 197778, 'Python': 51092, 'Mustache': 50400, 'Groovy': 12493, 'Dockerfile': 11869, 'CSS': 2656, 'PowerShell': 2278, 'Batchfile': 806, 'HTML': 515} | Apache License 2.0 |
958 | wso2/testgrid/648/647 | wso2 | testgrid | https://github.com/wso2/testgrid/issues/647 | https://github.com/wso2/testgrid/pull/648 | https://github.com/wso2/testgrid/pull/648 | 1 | resolves | generate-test-plan command fails for incomplete testgrid.yaml | **Description:**
When testgrid.yaml does not contain scenarioConfig, the file is not ignored.
Also, TestGrid does not support config-change-sets yet. Therefore, this missing property in testgrid.yaml should be ignored which otherwise breaks the flow.
**Suggested Labels:**
Type/Bug
**Suggested Assignees:**
... | 0a5b2673f0c239ff53d8962ca0101afc3df0643f | 0155adcf704b4566d092c94da1bedd129a464fd7 | https://github.com/wso2/testgrid/compare/0a5b2673f0c239ff53d8962ca0101afc3df0643f...0155adcf704b4566d092c94da1bedd129a464fd7 | diff --git a/core/src/main/java/org/wso2/testgrid/core/command/GenerateTestPlanCommand.java b/core/src/main/java/org/wso2/testgrid/core/command/GenerateTestPlanCommand.java
index d1662a38..604f88df 100644
--- a/core/src/main/java/org/wso2/testgrid/core/command/GenerateTestPlanCommand.java
+++ b/core/src/main/java/org/w... | ['core/src/main/java/org/wso2/testgrid/core/command/GenerateTestPlanCommand.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 683,109 | 140,519 | 18,696 | 158 | 635 | 144 | 10 | 1 | 328 | 39 | 71 | 12 | 0 | 0 | 1970-01-01T00:25:22 | 29 | Java | {'Java': 1684597, 'Shell': 197778, 'Python': 51092, 'Mustache': 50400, 'Groovy': 12493, 'Dockerfile': 11869, 'CSS': 2656, 'PowerShell': 2278, 'Batchfile': 806, 'HTML': 515} | Apache License 2.0 |
957 | wso2/testgrid/656/655 | wso2 | testgrid | https://github.com/wso2/testgrid/issues/655 | https://github.com/wso2/testgrid/pull/656 | https://github.com/wso2/testgrid/pull/656 | 1 | resolves | Test scenarios are duplicated | **Description:**
Test scenarios are duplicated due to a bug in persistence logic in TestPlanExecutor#runScenarioTests.
**Suggested Labels:**
Type/Bug, Priority/Highest, Severity/Critical
**Suggested Assignees:**
AsmaJ | c20c171319026830d24d7af4e71f9bfb18aa35aa | 137fde30d25c6ce518340d57321a82ee8ff8de71 | https://github.com/wso2/testgrid/compare/c20c171319026830d24d7af4e71f9bfb18aa35aa...137fde30d25c6ce518340d57321a82ee8ff8de71 | diff --git a/core/src/main/java/org/wso2/testgrid/core/TestPlanExecutor.java b/core/src/main/java/org/wso2/testgrid/core/TestPlanExecutor.java
index 717f9fe5..0d102084 100644
--- a/core/src/main/java/org/wso2/testgrid/core/TestPlanExecutor.java
+++ b/core/src/main/java/org/wso2/testgrid/core/TestPlanExecutor.java
@@ -1... | ['core/src/main/java/org/wso2/testgrid/core/TestPlanExecutor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 683,514 | 140,597 | 18,703 | 158 | 424 | 80 | 9 | 1 | 232 | 22 | 52 | 11 | 0 | 0 | 1970-01-01T00:25:22 | 29 | Java | {'Java': 1684597, 'Shell': 197778, 'Python': 51092, 'Mustache': 50400, 'Groovy': 12493, 'Dockerfile': 11869, 'CSS': 2656, 'PowerShell': 2278, 'Batchfile': 806, 'HTML': 515} | Apache License 2.0 |
956 | wso2/testgrid/668/667 | wso2 | testgrid | https://github.com/wso2/testgrid/issues/667 | https://github.com/wso2/testgrid/pull/668 | https://github.com/wso2/testgrid/pull/668 | 1 | resolve | Stack deletion does not get notified to the TestGrid | **Description:**
TestGrid waits indefinitely for stack delete response from AWS waiters. This causes the build jobs to hang in stack deletion request forever.
**Affected Product Version:**
0.9.0-m20
**Steps to reproduce:**
1. Run a job in TestGrid dev or prod environments
2. Check for stack delete request
... | c43d090816993eec8c07f7fa28901133a07ef4a7 | 3c080d603f7a40b90907c2017427816d6fad6918 | https://github.com/wso2/testgrid/compare/c43d090816993eec8c07f7fa28901133a07ef4a7...3c080d603f7a40b90907c2017427816d6fad6918 | diff --git a/infrastructure/src/main/java/org/wso2/testgrid/infrastructure/providers/AWSProvider.java b/infrastructure/src/main/java/org/wso2/testgrid/infrastructure/providers/AWSProvider.java
index 3f407582..5defdaba 100644
--- a/infrastructure/src/main/java/org/wso2/testgrid/infrastructure/providers/AWSProvider.java
... | ['infrastructure/src/main/java/org/wso2/testgrid/infrastructure/providers/AWSProvider.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 684,010 | 140,686 | 18,713 | 158 | 244 | 46 | 3 | 1 | 390 | 59 | 87 | 11 | 0 | 0 | 1970-01-01T00:25:23 | 29 | Java | {'Java': 1684597, 'Shell': 197778, 'Python': 51092, 'Mustache': 50400, 'Groovy': 12493, 'Dockerfile': 11869, 'CSS': 2656, 'PowerShell': 2278, 'Batchfile': 806, 'HTML': 515} | Apache License 2.0 |
955 | wso2/testgrid/717/716 | wso2 | testgrid | https://github.com/wso2/testgrid/issues/716 | https://github.com/wso2/testgrid/pull/717 | https://github.com/wso2/testgrid/pull/717 | 1 | fix | [AWS] Test grid infrastructure creation failed when AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY are not in environment variables. | **Description:**
Test grid infrastructure creation failed with following exception when AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY are not in environment variables. Ideally this values should take from config.properties file.
```
[10:25:59,137] Error on infrastructure creation for deployment pattern 'DeploymentPa... | 4533088b1b80c8c755ebafff47d13510e9a8997e | f97d764535bc9e273e345d14eb381995382274a7 | https://github.com/wso2/testgrid/compare/4533088b1b80c8c755ebafff47d13510e9a8997e...f97d764535bc9e273e345d14eb381995382274a7 | diff --git a/infrastructure/src/main/java/org/wso2/testgrid/infrastructure/providers/AWSProvider.java b/infrastructure/src/main/java/org/wso2/testgrid/infrastructure/providers/AWSProvider.java
index 56877875..af0a5e54 100644
--- a/infrastructure/src/main/java/org/wso2/testgrid/infrastructure/providers/AWSProvider.java
... | ['infrastructure/src/main/java/org/wso2/testgrid/infrastructure/providers/AWSProvider.java', 'infrastructure/src/test/java/org/wso2/testgrid/infrastructure/AWSProviderTest.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 686,547 | 141,129 | 18,758 | 158 | 638 | 119 | 9 | 1 | 1,860 | 115 | 508 | 32 | 2 | 1 | 1970-01-01T00:25:24 | 29 | Java | {'Java': 1684597, 'Shell': 197778, 'Python': 51092, 'Mustache': 50400, 'Groovy': 12493, 'Dockerfile': 11869, 'CSS': 2656, 'PowerShell': 2278, 'Batchfile': 806, 'HTML': 515} | Apache License 2.0 |
952 | wso2/testgrid/868/867 | wso2 | testgrid | https://github.com/wso2/testgrid/issues/867 | https://github.com/wso2/testgrid/pull/868 | https://github.com/wso2/testgrid/pull/868 | 1 | fixes | Change integration-test log file path as to refer from databucket | **Description:**
With the introduction of data-buckets, the integration-test log file is downloaded to the data-bucket of the relevant build. So the report generator must refer the log from there.
<!-- Give a brief description of the issue -->
**Suggested Labels:**
Bug
<!-- Optional comma separated list of s... | cf1d8174dfb0d11522d98a04a43da8c7886b3241 | 78d94ea51c25fc089978292cb6fb58198d619623 | https://github.com/wso2/testgrid/compare/cf1d8174dfb0d11522d98a04a43da8c7886b3241...78d94ea51c25fc089978292cb6fb58198d619623 | diff --git a/common/src/main/java/org/wso2/testgrid/common/util/TestGridUtil.java b/common/src/main/java/org/wso2/testgrid/common/util/TestGridUtil.java
index 59f676db..f44d1825 100755
--- a/common/src/main/java/org/wso2/testgrid/common/util/TestGridUtil.java
+++ b/common/src/main/java/org/wso2/testgrid/common/util/Tes... | ['common/src/main/java/org/wso2/testgrid/common/util/TestGridUtil.java', 'reporting/src/main/java/org/wso2/testgrid/reporting/EmailReportProcessor.java'] | {'.java': 2} | 2 | 2 | 0 | 0 | 2 | 977,938 | 199,833 | 26,243 | 221 | 1,110 | 219 | 16 | 2 | 775 | 113 | 159 | 16 | 0 | 0 | 1970-01-01T00:25:31 | 29 | Java | {'Java': 1684597, 'Shell': 197778, 'Python': 51092, 'Mustache': 50400, 'Groovy': 12493, 'Dockerfile': 11869, 'CSS': 2656, 'PowerShell': 2278, 'Batchfile': 806, 'HTML': 515} | Apache License 2.0 |
977 | wso2/testgrid/358/359 | wso2 | testgrid | https://github.com/wso2/testgrid/issues/359 | https://github.com/wso2/testgrid/pull/358 | https://github.com/wso2/testgrid/pull/358 | 1 | resolves | Thread hangs when a shell command is executed | **Description:**
Thread hangs when a shell command is executed. The shutdown method is not called in the ShellExecutor. | 8ea5d2b2613dc60495420e7328c035a97596fb25 | caaab90e28d7b145128a1ce6a581876549dd8f0e | https://github.com/wso2/testgrid/compare/8ea5d2b2613dc60495420e7328c035a97596fb25...caaab90e28d7b145128a1ce6a581876549dd8f0e | diff --git a/common/src/main/java/org/wso2/testgrid/common/ShellExecutor.java b/common/src/main/java/org/wso2/testgrid/common/ShellExecutor.java
index d0be5ae9..e3acb5a6 100644
--- a/common/src/main/java/org/wso2/testgrid/common/ShellExecutor.java
+++ b/common/src/main/java/org/wso2/testgrid/common/ShellExecutor.java
@... | ['common/src/main/java/org/wso2/testgrid/common/ShellExecutor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 464,989 | 96,066 | 13,103 | 111 | 432 | 74 | 10 | 1 | 123 | 18 | 25 | 3 | 0 | 0 | 1970-01-01T00:25:16 | 29 | Java | {'Java': 1684597, 'Shell': 197778, 'Python': 51092, 'Mustache': 50400, 'Groovy': 12493, 'Dockerfile': 11869, 'CSS': 2656, 'PowerShell': 2278, 'Batchfile': 806, 'HTML': 515} | Apache License 2.0 |
964 | wso2/testgrid/595/594 | wso2 | testgrid | https://github.com/wso2/testgrid/issues/594 | https://github.com/wso2/testgrid/pull/595 | https://github.com/wso2/testgrid/pull/595 | 1 | resolves | Tests fail in testgrid-core | **Description:**
Build in jenkins goes unstable due to failing tests in org.wso2.testgrid.core
**Suggested Labels:**
Type/Bug
**Suggested Assignees:**
AsmaJ | 3e1232968b9af122c72475918646e24d5e3e95d7 | 173192e349ea28486992c4dfb56aaf96f430e109 | https://github.com/wso2/testgrid/compare/3e1232968b9af122c72475918646e24d5e3e95d7...173192e349ea28486992c4dfb56aaf96f430e109 | diff --git a/core/src/main/java/org/wso2/testgrid/core/TestPlanExecutor.java b/core/src/main/java/org/wso2/testgrid/core/TestPlanExecutor.java
index a11f1d4f..1951d5c1 100644
--- a/core/src/main/java/org/wso2/testgrid/core/TestPlanExecutor.java
+++ b/core/src/main/java/org/wso2/testgrid/core/TestPlanExecutor.java
@@ -9... | ['core/src/main/java/org/wso2/testgrid/core/TestPlanExecutor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 676,163 | 139,235 | 18,519 | 158 | 57 | 16 | 1 | 1 | 165 | 18 | 43 | 8 | 0 | 0 | 1970-01-01T00:25:21 | 29 | Java | {'Java': 1684597, 'Shell': 197778, 'Python': 51092, 'Mustache': 50400, 'Groovy': 12493, 'Dockerfile': 11869, 'CSS': 2656, 'PowerShell': 2278, 'Batchfile': 806, 'HTML': 515} | Apache License 2.0 |
948 | wso2/testgrid/1030/1029 | wso2 | testgrid | https://github.com/wso2/testgrid/issues/1029 | https://github.com/wso2/testgrid/pull/1030 | https://github.com/wso2/testgrid/pull/1030 | 1 | resolves | Test results download in the dashboard fails | **Description:**
Test results download in the dashboard fails though results exist in S3.
| 893b828a05d1459712d2c7161f703c66ce384a9e | e2a9caa04bfaafe86e944e658a3dad69e7366612 | https://github.com/wso2/testgrid/compare/893b828a05d1459712d2c7161f703c66ce384a9e...e2a9caa04bfaafe86e944e658a3dad69e7366612 | diff --git a/common/src/main/java/org/wso2/testgrid/common/plugins/AWSArtifactReader.java b/common/src/main/java/org/wso2/testgrid/common/plugins/AWSArtifactReader.java
index 5eb25ee4..e9e2c698 100644
--- a/common/src/main/java/org/wso2/testgrid/common/plugins/AWSArtifactReader.java
+++ b/common/src/main/java/org/wso2/... | ['common/src/main/java/org/wso2/testgrid/common/plugins/AWSArtifactReader.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 1,272,540 | 257,995 | 33,471 | 258 | 195 | 50 | 3 | 1 | 94 | 13 | 18 | 4 | 0 | 0 | 1970-01-01T00:25:39 | 29 | Java | {'Java': 1684597, 'Shell': 197778, 'Python': 51092, 'Mustache': 50400, 'Groovy': 12493, 'Dockerfile': 11869, 'CSS': 2656, 'PowerShell': 2278, 'Batchfile': 806, 'HTML': 515} | Apache License 2.0 |
981 | wso2/testgrid/220/219 | wso2 | testgrid | https://github.com/wso2/testgrid/issues/219 | https://github.com/wso2/testgrid/pull/220 | https://github.com/wso2/testgrid/pull/220 | 1 | resolves | Parameters have extra surrounding spaces | **Description:**
Parameters that are replaced in the jmx files contain extra spaces.
| 6fb276850d70afaefbacd0a232f95c236ae5eb5c | 55f818fe877849eaea285d733d52960cd2606735 | https://github.com/wso2/testgrid/compare/6fb276850d70afaefbacd0a232f95c236ae5eb5c...55f818fe877849eaea285d733d52960cd2606735 | diff --git a/automation/src/main/java/org/wso2/testgrid/automation/executor/JMeterExecutor.java b/automation/src/main/java/org/wso2/testgrid/automation/executor/JMeterExecutor.java
index 27c6c685..d4a68cbd 100644
--- a/automation/src/main/java/org/wso2/testgrid/automation/executor/JMeterExecutor.java
+++ b/automation/s... | ['automation/src/main/java/org/wso2/testgrid/automation/executor/JMeterExecutor.java'] | {'.java': 1} | 1 | 1 | 0 | 0 | 1 | 440,662 | 91,613 | 12,516 | 109 | 228 | 58 | 2 | 1 | 89 | 12 | 17 | 4 | 0 | 0 | 1970-01-01T00:25:13 | 29 | Java | {'Java': 1684597, 'Shell': 197778, 'Python': 51092, 'Mustache': 50400, 'Groovy': 12493, 'Dockerfile': 11869, 'CSS': 2656, 'PowerShell': 2278, 'Batchfile': 806, 'HTML': 515} | Apache License 2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.