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
308
apache/fluo/837/835
apache
fluo
https://github.com/apache/fluo/issues/835
https://github.com/apache/fluo/pull/837
https://github.com/apache/fluo/pull/837
1
fixes
Collision trace logging does not hex escape data
While trying to debug some unexpected collisions in webindex, I noticed that logging of collisions does not hex escape binary data like other transaction trace logging does. ``` 17:48:45.466 [Fluo-0002-007-async-commits] TRACE fluo.tx.collisions - txid: 14580734 trigger: p:1prp:net.analystratings>.www>o>/stocks/NYSE/...
88fbff6ef1d1673a267dff2e86d73aaf73042430
6a05f6cc53619b666d672df2c43a6813c332e1de
https://github.com/apache/fluo/compare/88fbff6ef1d1673a267dff2e86d73aaf73042430...6a05f6cc53619b666d672df2c43a6813c332e1de
diff --git a/modules/core/src/main/java/org/apache/fluo/core/log/TracingTransaction.java b/modules/core/src/main/java/org/apache/fluo/core/log/TracingTransaction.java index 62f61a18..0753cd41 100644 --- a/modules/core/src/main/java/org/apache/fluo/core/log/TracingTransaction.java +++ b/modules/core/src/main/java/org/ap...
['modules/integration/src/test/java/org/apache/fluo/integration/log/LogIT.java', 'modules/core/src/main/java/org/apache/fluo/core/log/TracingTransaction.java', 'modules/integration/src/test/java/org/apache/fluo/integration/TestUtil.java']
{'.java': 3}
3
3
0
0
3
828,150
182,682
24,938
189
4,069
1,007
64
1
785
64
287
6
0
1
1970-01-01T00:24:54
181
Java
{'Java': 1444123, 'Shell': 37149, 'Thrift': 990}
Apache License 2.0
309
apache/fluo/836/834
apache
fluo
https://github.com/apache/fluo/issues/834
https://github.com/apache/fluo/pull/836
https://github.com/apache/fluo/pull/836
1
fixes
Seeing spurious NPE in worker logs
Saw the following exception in worker logs while testing 1.1.0-SNAP. I was using commit 4055cdfbe13eb34f8830db3ba2201c6428d26fd4 I think at [Oracle client line 117][1] that `leaderSelector` needs to be created before stating `pathChildrenCache` [1]: https://github.com/apache/incubator-fluo/blob/4055cdfbe13eb34...
4055cdfbe13eb34f8830db3ba2201c6428d26fd4
26c01b98b332b54038ddc1775accd389d554a417
https://github.com/apache/fluo/compare/4055cdfbe13eb34f8830db3ba2201c6428d26fd4...26c01b98b332b54038ddc1775accd389d554a417
diff --git a/modules/core/src/main/java/org/apache/fluo/core/oracle/OracleClient.java b/modules/core/src/main/java/org/apache/fluo/core/oracle/OracleClient.java index 66a0c9e6..d8eaed4c 100644 --- a/modules/core/src/main/java/org/apache/fluo/core/oracle/OracleClient.java +++ b/modules/core/src/main/java/org/apache/fluo...
['modules/core/src/main/java/org/apache/fluo/core/oracle/OracleClient.java']
{'.java': 1}
1
1
0
0
1
828,150
182,682
24,938
189
205
40
4
1
2,395
85
679
26
1
1
1970-01-01T00:24:54
181
Java
{'Java': 1444123, 'Shell': 37149, 'Thrift': 990}
Apache License 2.0
310
apache/fluo/563/562
apache
fluo
https://github.com/apache/fluo/issues/562
https://github.com/apache/fluo/pull/563
https://github.com/apache/fluo/pull/563
1
closed
Stop timing out while retrieving ResourceReport when starting Fluo application
This exception puts Fluo in a weird state as the YARN application ID is not written to Zookeeper. In this case, Fluo should just keep on trying to get the ResourceReport and a exception should not be thrown. ``` java.lang.IllegalStateException: java.lang.IllegalStateException: Failed to get resource report at...
50d5fde1f9f47db07c313d9e7e6f6fa6fcf5a117
96af2864b70a5702cd422d797a80c1041b1f7345
https://github.com/apache/fluo/compare/50d5fde1f9f47db07c313d9e7e6f6fa6fcf5a117...96af2864b70a5702cd422d797a80c1041b1f7345
diff --git a/modules/cluster/src/main/java/io/fluo/cluster/runner/YarnAppRunner.java b/modules/cluster/src/main/java/io/fluo/cluster/runner/YarnAppRunner.java index f9af6095..66e129a9 100644 --- a/modules/cluster/src/main/java/io/fluo/cluster/runner/YarnAppRunner.java +++ b/modules/cluster/src/main/java/io/fluo/cluster...
['modules/cluster/src/main/java/io/fluo/cluster/runner/YarnAppRunner.java']
{'.java': 1}
1
1
0
0
1
638,382
143,432
20,357
142
1,234
256
22
1
726
66
171
12
0
1
1970-01-01T00:24:04
181
Java
{'Java': 1444123, 'Shell': 37149, 'Thrift': 990}
Apache License 2.0
326
apache/fluo/69/67
apache
fluo
https://github.com/apache/fluo/issues/67
https://github.com/apache/fluo/pull/69
https://github.com/apache/fluo/pull/69
1
closes
Oracle is advertising its IP address as 0.0.0.0 in Zookeeper
This is preventing remote oracle clients from connecting to the Oracle in a distributed environment. This should be changed to the hostname of the machine where the oracle resides.
4c71b7f1c9b1890abfdc0be2403a1eda56a4898a
2a5582750dbf02dc3e948e1188548addfec316ae
https://github.com/apache/fluo/compare/4c71b7f1c9b1890abfdc0be2403a1eda56a4898a...2a5582750dbf02dc3e948e1188548addfec316ae
diff --git a/modules/core/src/main/java/accismus/impl/OracleServer.java b/modules/core/src/main/java/accismus/impl/OracleServer.java index 0104cf4c..3b13c9e6 100644 --- a/modules/core/src/main/java/accismus/impl/OracleServer.java +++ b/modules/core/src/main/java/accismus/impl/OracleServer.java @@ -16,9 +16,11 @@ */ ...
['modules/core/src/main/java/accismus/impl/OracleServer.java']
{'.java': 1}
1
1
0
0
1
296,118
64,915
8,978
76
926
180
23
1
182
29
32
2
0
0
1970-01-01T00:23:25
181
Java
{'Java': 1444123, 'Shell': 37149, 'Thrift': 990}
Apache License 2.0
315
apache/fluo/420/419
apache
fluo
https://github.com/apache/fluo/issues/419
https://github.com/apache/fluo/pull/420
https://github.com/apache/fluo/pull/420
1
fixes
Fluo not building against Accumulo 1.6.2RC4
the garbage collection iterator is using non public Accumulo API that changed.
d8885c60a31cf45274c01188225eafd6dad648df
f093dbee29a1f463b381c9a62a379c8e88abaac3
https://github.com/apache/fluo/compare/d8885c60a31cf45274c01188225eafd6dad648df...f093dbee29a1f463b381c9a62a379c8e88abaac3
diff --git a/modules/accumulo/src/main/java/io/fluo/accumulo/iterators/GarbageCollectionIterator.java b/modules/accumulo/src/main/java/io/fluo/accumulo/iterators/GarbageCollectionIterator.java index 8a99a9dd..8dfa8c34 100644 --- a/modules/accumulo/src/main/java/io/fluo/accumulo/iterators/GarbageCollectionIterator.java ...
['modules/accumulo/src/main/java/io/fluo/accumulo/iterators/GarbageCollectionIterator.java']
{'.java': 1}
1
1
0
0
1
555,269
124,662
17,358
131
1,807
373
32
1
79
12
14
2
0
0
1970-01-01T00:23:43
181
Java
{'Java': 1444123, 'Shell': 37149, 'Thrift': 990}
Apache License 2.0
317
apache/fluo/392/391
apache
fluo
https://github.com/apache/fluo/issues/391
https://github.com/apache/fluo/pull/392
https://github.com/apache/fluo/pull/392
1
closes
Remove unnecessary @SuppressWarnings("resource") annotations
At one point `@SuppressWarnings("resource")` annotations were added to the code to reduce false positives from the `Potential resource leak` warning. However, if a user doesn't turn on the warning in Eclipse, another `Unnecessary @SuppressWarnings("resource")` appears. The `Potential resource leak` warning does not ...
de35439266f77731c2731c51e1c9e949262cbd5e
f13450297079db1fcfb9d9f0289df40fb95a7e4c
https://github.com/apache/fluo/compare/de35439266f77731c2731c51e1c9e949262cbd5e...f13450297079db1fcfb9d9f0289df40fb95a7e4c
diff --git a/modules/core/src/main/java/io/fluo/core/impl/LockResolver.java b/modules/core/src/main/java/io/fluo/core/impl/LockResolver.java index 31f56634..40f6db3d 100644 --- a/modules/core/src/main/java/io/fluo/core/impl/LockResolver.java +++ b/modules/core/src/main/java/io/fluo/core/impl/LockResolver.java @@ -91,7 ...
['modules/core/src/test/java/io/fluo/core/impl/FailureIT.java', 'modules/core/src/test/java/io/fluo/core/TestTransaction.java', 'modules/core/src/test/java/io/fluo/core/TestBaseImpl.java', 'modules/core/src/main/java/io/fluo/core/impl/LockResolver.java', 'modules/core/src/test/java/io/fluo/core/impl/StochasticBankIT.ja...
{'.java': 7}
7
7
0
0
7
585,594
131,807
18,354
142
32
6
1
1
427
61
87
2
0
0
1970-01-01T00:23:40
181
Java
{'Java': 1444123, 'Shell': 37149, 'Thrift': 990}
Apache License 2.0
318
apache/fluo/389/386
apache
fluo
https://github.com/apache/fluo/issues/386
https://github.com/apache/fluo/pull/389
https://github.com/apache/fluo/pull/389
1
closes
Exception thrown if fluo yarn commands run on empty Zookeeper
This exception is thrown every time the command `fluo-dev deploy` is run with fresh Zookeeper. No root node '/' exists in ZK which causes exception. Commands should check if root node exists before reading ZK. ``` Exception in thread "YarnTwillRunnerService STARTING" java.lang.RuntimeException: java.util.concurrent....
de35439266f77731c2731c51e1c9e949262cbd5e
156db0f5ccf163589e6876efdb40ae91e1429aef
https://github.com/apache/fluo/compare/de35439266f77731c2731c51e1c9e949262cbd5e...156db0f5ccf163589e6876efdb40ae91e1429aef
diff --git a/modules/cluster/src/main/java/io/fluo/cluster/yarn/YarnAdmin.java b/modules/cluster/src/main/java/io/fluo/cluster/yarn/YarnAdmin.java index a15ee0fc..0e1d3f2c 100644 --- a/modules/cluster/src/main/java/io/fluo/cluster/yarn/YarnAdmin.java +++ b/modules/cluster/src/main/java/io/fluo/cluster/yarn/YarnAdmin.ja...
['modules/cluster/src/main/java/io/fluo/cluster/yarn/YarnAdmin.java']
{'.java': 1}
1
1
0
0
1
585,594
131,807
18,354
142
249
59
6
1
1,258
78
278
19
0
1
1970-01-01T00:23:40
181
Java
{'Java': 1444123, 'Shell': 37149, 'Thrift': 990}
Apache License 2.0
319
apache/fluo/379/378
apache
fluo
https://github.com/apache/fluo/issues/378
https://github.com/apache/fluo/pull/379
https://github.com/apache/fluo/pull/379
1
closes
MutableBytesFactory & MutableBytes are not being found by Accumulo Tserver
Accumulo is not finding the classes because its classpath only includes the fluo-api & fluo-accumulo jars and not fluo-core. The classes should be moved to fluo-accumulo as the Accumulo classpath should avoid including fluo-core. ``` java Caused by: java.lang.IllegalStateException: java.lang.ClassNotFoundException: i...
1083eee23bf890d39e068d74aee46aeb786186ea
36f1404758cad3a4769b2e8d25350afca6f155f4
https://github.com/apache/fluo/compare/1083eee23bf890d39e068d74aee46aeb786186ea...36f1404758cad3a4769b2e8d25350afca6f155f4
diff --git a/modules/core/src/main/java/io/fluo/core/data/MutableBytes.java b/modules/accumulo/src/main/java/io/fluo/accumulo/data/MutableBytes.java similarity index 99% rename from modules/core/src/main/java/io/fluo/core/data/MutableBytes.java rename to modules/accumulo/src/main/java/io/fluo/accumulo/data/MutableBytes...
['modules/mapreduce/src/main/java/io/fluo/mapreduce/MutationBuilder.java', 'modules/core/src/main/java/io/fluo/core/util/ByteUtil.java', 'modules/core/src/main/java/io/fluo/core/data/MutableBytesFactory.java', 'modules/core/src/test/java/io/fluo/core/data/MutableBytesTest.java', 'modules/core/src/main/java/io/fluo/core...
{'.java': 6}
6
6
0
0
6
583,384
131,269
18,311
142
357
82
6
5
968
74
226
17
0
1
1970-01-01T00:23:39
181
Java
{'Java': 1444123, 'Shell': 37149, 'Thrift': 990}
Apache License 2.0
320
apache/fluo/330/329
apache
fluo
https://github.com/apache/fluo/issues/329
https://github.com/apache/fluo/pull/330
https://github.com/apache/fluo/pull/330
1
fixes
hash notification log message is misleading
The following message is misleading. After its printed 118 notification were queued for processing, they may not be finished. The word `processed` seems to imply they were finished. ``` 19:45:18.389 [HashNotificationFinder ScanTask] DEBUG i.f.core.worker.finder.hash.ScanTask - Scanned 50 of 68 tablets, processed 118...
abf5dd4fdced4e1e89d1693df7fd90232c04f2fe
51249a07ef7f3e5f82946d109db0d562a9f01d39
https://github.com/apache/fluo/compare/abf5dd4fdced4e1e89d1693df7fd90232c04f2fe...51249a07ef7f3e5f82946d109db0d562a9f01d39
diff --git a/modules/core/src/main/java/io/fluo/core/worker/finder/hash/ScanTask.java b/modules/core/src/main/java/io/fluo/core/worker/finder/hash/ScanTask.java index 4a49bbcf..85d96529 100644 --- a/modules/core/src/main/java/io/fluo/core/worker/finder/hash/ScanTask.java +++ b/modules/core/src/main/java/io/fluo/core/wo...
['modules/core/src/main/java/io/fluo/core/worker/finder/hash/ScanTask.java']
{'.java': 1}
1
1
0
0
1
544,354
122,597
17,193
134
295
61
2
1
351
46
84
6
0
1
1970-01-01T00:23:35
181
Java
{'Java': 1444123, 'Shell': 37149, 'Thrift': 990}
Apache License 2.0
322
apache/fluo/326/325
apache
fluo
https://github.com/apache/fluo/issues/325
https://github.com/apache/fluo/pull/326
https://github.com/apache/fluo/pull/326
1
closes
FluoInputFormat is configured for wrong Zookeeper connection property
In the `configure()` method of FluoInputFormat the `config.getZookeepers()` is used rather than `config.getAccumuloZookeepers()` to create connection to Accumulo.
4edaa615874ea4db9eda615c413b6c35688122bf
475a4417e6eda92c147dad383e6f87c5a140ec9f
https://github.com/apache/fluo/compare/4edaa615874ea4db9eda615c413b6c35688122bf...475a4417e6eda92c147dad383e6f87c5a140ec9f
diff --git a/modules/mapreduce/src/main/java/io/fluo/mapreduce/FluoInputFormat.java b/modules/mapreduce/src/main/java/io/fluo/mapreduce/FluoInputFormat.java index b4f1ad74..be879fe2 100644 --- a/modules/mapreduce/src/main/java/io/fluo/mapreduce/FluoInputFormat.java +++ b/modules/mapreduce/src/main/java/io/fluo/mapreduc...
['modules/mapreduce/src/main/java/io/fluo/mapreduce/FluoInputFormat.java']
{'.java': 1}
1
1
0
0
1
544,093
122,553
17,187
134
229
52
2
1
163
18
39
2
0
0
1970-01-01T00:23:35
181
Java
{'Java': 1444123, 'Shell': 37149, 'Thrift': 990}
Apache License 2.0
307
apache/fluo/840/839
apache
fluo
https://github.com/apache/fluo/issues/839
https://github.com/apache/fluo/pull/840
https://github.com/apache/fluo/pull/840
1
fixes
Stress test hangs with unprocessed notifications.
When running the Fluo Stress test locally against 1.1.0-SNAPSHOT, sometimes it hangs with unprocessed notifications. These notifications never get processed. I took head dump of the workers and see that the map that tracks notifications has entries in it that indicate notifications are queued. However nothing is bein...
225ffe450c89400926cc21a9cc50bb5eeced9043
21746e5cf2955894e5151d3e00b07c95081363e1
https://github.com/apache/fluo/compare/225ffe450c89400926cc21a9cc50bb5eeced9043...21746e5cf2955894e5151d3e00b07c95081363e1
diff --git a/modules/core/src/main/java/org/apache/fluo/core/worker/NotificationProcessor.java b/modules/core/src/main/java/org/apache/fluo/core/worker/NotificationProcessor.java index 3b6bba52..c8216848 100644 --- a/modules/core/src/main/java/org/apache/fluo/core/worker/NotificationProcessor.java +++ b/modules/core/sr...
['modules/core/src/main/java/org/apache/fluo/core/worker/WorkTaskAsync.java', 'modules/core/src/main/java/org/apache/fluo/core/worker/NotificationProcessor.java', 'modules/core/src/main/java/org/apache/fluo/core/worker/finder/hash/ScanTask.java']
{'.java': 3}
3
3
0
0
3
828,898
182,838
24,948
189
2,405
464
52
3
1,050
133
261
9
0
1
1970-01-01T00:24:55
181
Java
{'Java': 1444123, 'Shell': 37149, 'Thrift': 990}
Apache License 2.0
327
apache/fluo/61/55
apache
fluo
https://github.com/apache/fluo/issues/55
https://github.com/apache/fluo/pull/61
https://github.com/apache/fluo/pull/61
1
closes
MiniAccismus.waitForObservers() returns before processing is finished
In MiniAccismus, the waitForObservers() method is occasionally returning before all observers are done processing. This is because the method returns if there a no notifications available in the table. However, observers could still be running and creating new notifications. The method should instead check that no...
aa98781a6b96204ed3c559d4ff670dc673671d92
166c2993ed24f935aa6cd4bce693f700f89ba9c1
https://github.com/apache/fluo/compare/aa98781a6b96204ed3c559d4ff670dc673671d92...166c2993ed24f935aa6cd4bce693f700f89ba9c1
diff --git a/modules/core/src/main/java/accismus/api/test/MiniAccismus.java b/modules/core/src/main/java/accismus/api/test/MiniAccismus.java index e89fa064..0a25d75e 100644 --- a/modules/core/src/main/java/accismus/api/test/MiniAccismus.java +++ b/modules/core/src/main/java/accismus/api/test/MiniAccismus.java @@ -40,6 ...
['modules/core/src/main/java/accismus/impl/WorkerTask.java', 'modules/core/src/main/java/accismus/api/test/MiniAccismus.java']
{'.java': 2}
2
2
0
0
2
290,823
63,895
8,827
74
195
32
7
1
403
59
73
4
0
0
1970-01-01T00:23:24
181
Java
{'Java': 1444123, 'Shell': 37149, 'Thrift': 990}
Apache License 2.0
821
azuread/microsoft-authentication-library-for-android/976/967
azuread
microsoft-authentication-library-for-android
https://github.com/AzureAD/microsoft-authentication-library-for-android/issues/967
https://github.com/AzureAD/microsoft-authentication-library-for-android/pull/976
https://github.com/AzureAD/microsoft-authentication-library-for-android/pull/976
1
fix
Cache Migration not performed in below scenarios. See Description.
- Single Account - Multiple Account - getAccount(id) - Multiple Account - getAccounts - if an interactive call was already made post adoption of MSAL
7cfcbf62f7b25d4ccf6989ead34b3ee7648aa635
89aab9279aa57a4ee1eb2bc940cfa22338a5b8ff
https://github.com/azuread/microsoft-authentication-library-for-android/compare/7cfcbf62f7b25d4ccf6989ead34b3ee7648aa635...89aab9279aa57a4ee1eb2bc940cfa22338a5b8ff
diff --git a/msal/src/main/java/com/microsoft/identity/client/MultipleAccountPublicClientApplication.java b/msal/src/main/java/com/microsoft/identity/client/MultipleAccountPublicClientApplication.java index 49dd50a2..58d11be9 100644 --- a/msal/src/main/java/com/microsoft/identity/client/MultipleAccountPublicClientAppli...
['msal/src/main/java/com/microsoft/identity/client/MultipleAccountPublicClientApplication.java', 'msal/src/main/java/com/microsoft/identity/client/SingleAccountPublicClientApplication.java', 'msal/src/main/java/com/microsoft/identity/client/PublicClientApplication.java']
{'.java': 3}
3
3
0
0
3
630,066
116,041
14,788
90
21,704
2,949
403
3
151
25
31
3
0
0
1970-01-01T00:26:24
181
Java
{'Java': 1654367, 'Kotlin': 94116, 'Shell': 437}
MIT License
323
apache/fluo/324/323
apache
fluo
https://github.com/apache/fluo/issues/323
https://github.com/apache/fluo/pull/324
https://github.com/apache/fluo/pull/324
1
fixes
FluoOutputFormat is dropping zookeepers from config
Trying to run the stress test on a 20 node aws cluster. I have 3 zookeepers. My config looks like the following ``` io.fluo.client.zookeeper.connect=ip-10-1-2-10,ip-10-1-2-11,ip-10-1-2-12/fluo ``` Mappers fail w/ the following exception ``` Caused by: java.lang.IllegalStateException: org.apache.zookeeper.KeeperExc...
4edaa615874ea4db9eda615c413b6c35688122bf
0a5876c8fa7e3aabde7790385fb87d6f6ca53523
https://github.com/apache/fluo/compare/4edaa615874ea4db9eda615c413b6c35688122bf...0a5876c8fa7e3aabde7790385fb87d6f6ca53523
diff --git a/modules/api/src/main/java/io/fluo/api/config/FluoConfiguration.java b/modules/api/src/main/java/io/fluo/api/config/FluoConfiguration.java index 2d8bd37d..156c38bf 100644 --- a/modules/api/src/main/java/io/fluo/api/config/FluoConfiguration.java +++ b/modules/api/src/main/java/io/fluo/api/config/FluoConfigur...
['modules/api/src/main/java/io/fluo/api/config/FluoConfiguration.java', 'modules/api/src/test/java/io/fluo/api/config/FluoConfigurationTest.java']
{'.java': 2}
2
2
0
0
2
544,093
122,553
17,187
134
257
39
6
1
943
83
273
22
0
3
1970-01-01T00:23:35
181
Java
{'Java': 1444123, 'Shell': 37149, 'Thrift': 990}
Apache License 2.0
324
apache/fluo/219/218
apache
fluo
https://github.com/apache/fluo/issues/218
https://github.com/apache/fluo/pull/219
https://github.com/apache/fluo/pull/219
1
closes
Stop accumulo classpath value from being shortened
While working on #214, I discovered that the Accumulo classpath was being shortened when fluo.properties was used to create FluoConfiguration. This is due to the properties file being loaded into a PropertiesConfiguration object that did not have `setDelimiterParsingDisable()` set to true. This bug needs to be fixed ...
3340f5d3a909ae76f0c8309d3913b1639574811c
7d86080479b593684452d96eab574d59d2950c2a
https://github.com/apache/fluo/compare/3340f5d3a909ae76f0c8309d3913b1639574811c...7d86080479b593684452d96eab574d59d2950c2a
diff --git a/modules/api/src/main/java/io/fluo/api/config/FluoConfiguration.java b/modules/api/src/main/java/io/fluo/api/config/FluoConfiguration.java index cddf6604..82bfc6b7 100644 --- a/modules/api/src/main/java/io/fluo/api/config/FluoConfiguration.java +++ b/modules/api/src/main/java/io/fluo/api/config/FluoConfigur...
['modules/api/src/main/java/io/fluo/api/config/FluoConfiguration.java', 'modules/cluster/src/main/java/io/fluo/cluster/InitializeTool.java', 'modules/api/src/test/java/io/fluo/api/config/FluoConfigurationTest.java']
{'.java': 3}
3
3
0
0
3
476,316
107,491
15,095
113
435
74
8
2
414
65
85
4
0
0
1970-01-01T00:23:31
181
Java
{'Java': 1444123, 'Shell': 37149, 'Thrift': 990}
Apache License 2.0
305
apache/fluo/862/860
apache
fluo
https://github.com/apache/fluo/issues/860
https://github.com/apache/fluo/pull/862
https://github.com/apache/fluo/pull/862
1
fixes
Fix name of ParitionManger class
The name of the class `ParitionManager` should be fixed and renamed to `PartitionManager`.
2703575139ea6a36981981d86c551b6c1ea6c95e
d907f727b37b200e32e38bb2d209463edc6d0146
https://github.com/apache/fluo/compare/2703575139ea6a36981981d86c551b6c1ea6c95e...d907f727b37b200e32e38bb2d209463edc6d0146
diff --git a/modules/core/src/main/java/org/apache/fluo/core/worker/finder/hash/ParitionManager.java b/modules/core/src/main/java/org/apache/fluo/core/worker/finder/hash/PartitionManager.java similarity index 98% rename from modules/core/src/main/java/org/apache/fluo/core/worker/finder/hash/ParitionManager.java rename ...
['modules/core/src/main/java/org/apache/fluo/core/worker/finder/hash/ParitionManager.java', 'modules/core/src/test/java/org/apache/fluo/core/worker/finder/hash/PartitionManagerTest.java', 'modules/core/src/main/java/org/apache/fluo/core/worker/finder/hash/PartitionNotificationFinder.java', 'modules/core/src/main/java/o...
{'.java': 5}
5
5
0
0
5
831,237
183,403
25,009
189
913
177
14
3
90
13
20
1
0
0
1970-01-01T00:24:56
181
Java
{'Java': 1444123, 'Shell': 37149, 'Thrift': 990}
Apache License 2.0
306
apache/fluo/859/858
apache
fluo
https://github.com/apache/fluo/issues/858
https://github.com/apache/fluo/pull/859
https://github.com/apache/fluo/pull/859
1
fixes
Notification scanner slept max time when tablets changed
I noticed this while running the stress test. The test started the Fluo app and then later added splits to the table. Fluo eventually noticed these new splits and when it did scanned 0 tablets and then slept for 5 mins (which is the max time to sleep between tablet scans). This case could be handled in a more respo...
f0403a1d41f994fc36ea0629e426e13b99c0c5dd
c155bdc7d74cac201fca5cd409312c9acd110154
https://github.com/apache/fluo/compare/f0403a1d41f994fc36ea0629e426e13b99c0c5dd...c155bdc7d74cac201fca5cd409312c9acd110154
diff --git a/modules/core/src/main/java/org/apache/fluo/core/worker/finder/hash/ScanTask.java b/modules/core/src/main/java/org/apache/fluo/core/worker/finder/hash/ScanTask.java index 35f3215f..00726a8d 100644 --- a/modules/core/src/main/java/org/apache/fluo/core/worker/finder/hash/ScanTask.java +++ b/modules/core/src/m...
['modules/core/src/main/java/org/apache/fluo/core/worker/finder/hash/ScanTask.java']
{'.java': 1}
1
1
0
0
1
831,084
183,372
25,005
189
346
68
8
1
876
118
242
7
0
1
1970-01-01T00:24:56
181
Java
{'Java': 1444123, 'Shell': 37149, 'Thrift': 990}
Apache License 2.0
905
archy-x/aureliumskills/149/144
archy-x
aureliumskills
https://github.com/Archy-X/AureliumSkills/issues/144
https://github.com/Archy-X/AureliumSkills/pull/149
https://github.com/Archy-X/AureliumSkills/pull/149
1
fix
Placed dirt, sand, etc. will still drop loot items
### Server software and version purpur 1.19.2 ### Expected behavior Placed dirt will not drop loot items ### Actual behavior Placed dirt will drop loot items, resulting in unlimited items ### How to reproduce 1、place dirt 2、dig the dirt 3、pick up dirt and loot items 4、place dirt... ### Additional informati...
7ce4fe700d59303eb82eac601531efdfcd1d287a
e3ac5dc853cee56cd44136ebfd7eed7751a11565
https://github.com/archy-x/aureliumskills/compare/7ce4fe700d59303eb82eac601531efdfcd1d287a...e3ac5dc853cee56cd44136ebfd7eed7751a11565
diff --git a/src/main/java/com/archyx/aureliumskills/loot/handler/BlockLootHandler.java b/src/main/java/com/archyx/aureliumskills/loot/handler/BlockLootHandler.java index 907d37bb..e1cb9a97 100644 --- a/src/main/java/com/archyx/aureliumskills/loot/handler/BlockLootHandler.java +++ b/src/main/java/com/archyx/aureliumski...
['src/main/java/com/archyx/aureliumskills/loot/handler/BlockLootHandler.java']
{'.java': 1}
1
1
0
0
1
1,196,733
258,024
30,377
297
234
50
6
1
645
91
165
30
2
0
1970-01-01T00:27:49
180
Java
{'Java': 1225534, 'Kotlin': 4108}
MIT License
898
fraunhofer-aisec/cpg/193/192
fraunhofer-aisec
cpg
https://github.com/Fraunhofer-AISEC/cpg/issues/192
https://github.com/Fraunhofer-AISEC/cpg/pull/193
https://github.com/Fraunhofer-AISEC/cpg/pull/193
1
fixes
Field `annotations` must not be null, breaks OGM
Commit 7d56eda487e8ec408b13036581d08b5e9800ff3e breaks the object graph mapper (OGM) of Codyze (and possibly Neo4J) and makes CPG structure ambiguous. Collection fields of `Node`s must not be null. Fields of classes in the CPG structure will result in either _edges_ or _properties_ of a node. The clearest way is...
d3301f6a1d76b28a571b2446a098bd3d45c74a14
14ea7925b60771c2103f3837af39be0266c2adc7
https://github.com/fraunhofer-aisec/cpg/compare/d3301f6a1d76b28a571b2446a098bd3d45c74a14...14ea7925b60771c2103f3837af39be0266c2adc7
diff --git a/src/main/java/de/fraunhofer/aisec/cpg/frontends/cpp/CXXLanguageFrontend.java b/src/main/java/de/fraunhofer/aisec/cpg/frontends/cpp/CXXLanguageFrontend.java index 4f1e2bd0e..5cfe36af0 100644 --- a/src/main/java/de/fraunhofer/aisec/cpg/frontends/cpp/CXXLanguageFrontend.java +++ b/src/main/java/de/fraunhofer/...
['src/main/java/de/fraunhofer/aisec/cpg/graph/MethodDeclaration.java', 'src/main/java/de/fraunhofer/aisec/cpg/graph/Node.java', 'src/main/java/de/fraunhofer/aisec/cpg/frontends/cpp/CXXLanguageFrontend.java', 'src/main/java/de/fraunhofer/aisec/cpg/graph/ConstructorDeclaration.java']
{'.java': 4}
4
4
0
0
4
782,401
176,530
23,133
147
1,684
373
49
4
784
128
194
7
0
0
1970-01-01T00:26:36
176
Kotlin
{'Kotlin': 2820067, 'LLVM': 170593, 'Python': 62850, 'C++': 46273, 'Java': 40608, 'C': 31212, 'Go': 28639, 'TypeScript': 4908, 'Shell': 2785, 'JavaScript': 751, 'CMake': 204}
Apache License 2.0
896
fraunhofer-aisec/cpg/309/308
fraunhofer-aisec
cpg
https://github.com/Fraunhofer-AISEC/cpg/issues/308
https://github.com/Fraunhofer-AISEC/cpg/pull/309
https://github.com/Fraunhofer-AISEC/cpg/pull/309
1
fixes
Bug in ExpressionHandler::handleMethodCallExpression
[...] I just tried CPG version 3.3.1. There, another error occurred to me: ``` Unable to calculate the type of a parameter of a method call. Method call: addParameter("label", findString(label)), Parameter: findString(label) ``` The function is indeed not defined but this wasn't an issue with CPG version 3.2.0 (...
e68da425e984d9f365f7c5f39096b4e2eb0aeac6
fe7c17740246c6a5003140b8315331b94ab6cd69
https://github.com/fraunhofer-aisec/cpg/compare/e68da425e984d9f365f7c5f39096b4e2eb0aeac6...fe7c17740246c6a5003140b8315331b94ab6cd69
diff --git a/src/main/java/de/fraunhofer/aisec/cpg/frontends/java/ExpressionHandler.java b/src/main/java/de/fraunhofer/aisec/cpg/frontends/java/ExpressionHandler.java index 0d49a9f43..536403945 100644 --- a/src/main/java/de/fraunhofer/aisec/cpg/frontends/java/ExpressionHandler.java +++ b/src/main/java/de/fraunhofer/ais...
['src/main/java/de/fraunhofer/aisec/cpg/frontends/java/ExpressionHandler.java']
{'.java': 1}
1
1
0
0
1
878,880
198,612
25,515
155
382
79
5
1
799
111
196
12
1
1
1970-01-01T00:26:51
176
Kotlin
{'Kotlin': 2820067, 'LLVM': 170593, 'Python': 62850, 'C++': 46273, 'Java': 40608, 'C': 31212, 'Go': 28639, 'TypeScript': 4908, 'Shell': 2785, 'JavaScript': 751, 'CMake': 204}
Apache License 2.0
899
fraunhofer-aisec/cpg/173/171
fraunhofer-aisec
cpg
https://github.com/Fraunhofer-AISEC/cpg/issues/171
https://github.com/Fraunhofer-AISEC/cpg/pull/173
https://github.com/Fraunhofer-AISEC/cpg/pull/173
1
fixes
C++ generics with elaborated type specifiers fail to parse
The following: `TypeParser.createFrom("Array<struct Node>", true)` will create a generic type with a type parameter of type `"structNode"`. This seems to happen here, because of some reason this function here will remove all the whitespace within the generic block. Therefore, the type parser cannot correctly identity t...
fd198bd4e0ee84c08f2e7425e8b7b45fb9363c9d
455d021315527c6aae12a5c291275fc87e8ae269
https://github.com/fraunhofer-aisec/cpg/compare/fd198bd4e0ee84c08f2e7425e8b7b45fb9363c9d...455d021315527c6aae12a5c291275fc87e8ae269
diff --git a/src/main/java/de/fraunhofer/aisec/cpg/graph/type/TypeParser.java b/src/main/java/de/fraunhofer/aisec/cpg/graph/type/TypeParser.java index 2d5accfdb..96c86e6ed 100644 --- a/src/main/java/de/fraunhofer/aisec/cpg/graph/type/TypeParser.java +++ b/src/main/java/de/fraunhofer/aisec/cpg/graph/type/TypeParser.java...
['src/main/java/de/fraunhofer/aisec/cpg/graph/type/TypeParser.java', 'src/test/java/de/fraunhofer/aisec/cpg/TypeTests.java']
{'.java': 2}
2
2
0
0
2
767,123
173,075
22,732
146
1,477
325
29
1
699
82
169
3
1
0
1970-01-01T00:26:34
176
Kotlin
{'Kotlin': 2820067, 'LLVM': 170593, 'Python': 62850, 'C++': 46273, 'Java': 40608, 'C': 31212, 'Go': 28639, 'TypeScript': 4908, 'Shell': 2785, 'JavaScript': 751, 'CMake': 204}
Apache License 2.0
902
fraunhofer-aisec/cpg/91/83
fraunhofer-aisec
cpg
https://github.com/Fraunhofer-AISEC/cpg/issues/83
https://github.com/Fraunhofer-AISEC/cpg/pull/91
https://github.com/Fraunhofer-AISEC/cpg/pull/91
1
closes
FQN wrong for some static calls
For the following snippet, the fqn is `Cipher.getInstance(...)` but should be `javax.crypto.Cipher.getInstance(...)` ```java import javax.crypto.Cipher; import org.bouncycastle.jce.provider.BouncyCastleProvider; public class BCProviderCipher { public static void main(String[] args) { Cipher c4 = Cipher.g...
fa053cf7bc8cd38d13f3c6f20b05854eb47a0ac9
f9082b8df1870f1f342ea6f7b2ffaaf25ed1ef3a
https://github.com/fraunhofer-aisec/cpg/compare/fa053cf7bc8cd38d13f3c6f20b05854eb47a0ac9...f9082b8df1870f1f342ea6f7b2ffaaf25ed1ef3a
diff --git a/src/main/java/de/fraunhofer/aisec/cpg/frontends/java/ExpressionHandler.java b/src/main/java/de/fraunhofer/aisec/cpg/frontends/java/ExpressionHandler.java index abeb65285..716907aaf 100644 --- a/src/main/java/de/fraunhofer/aisec/cpg/frontends/java/ExpressionHandler.java +++ b/src/main/java/de/fraunhofer/ais...
['src/main/java/de/fraunhofer/aisec/cpg/graph/StaticCallExpression.java', 'src/main/java/de/fraunhofer/aisec/cpg/frontends/java/JavaLanguageFrontend.java', 'src/main/java/de/fraunhofer/aisec/cpg/frontends/java/ExpressionHandler.java']
{'.java': 3}
3
3
0
0
3
697,805
158,033
20,164
125
765
169
23
3
533
60
120
15
0
1
1970-01-01T00:26:27
176
Kotlin
{'Kotlin': 2820067, 'LLVM': 170593, 'Python': 62850, 'C++': 46273, 'Java': 40608, 'C': 31212, 'Go': 28639, 'TypeScript': 4908, 'Shell': 2785, 'JavaScript': 751, 'CMake': 204}
Apache License 2.0
901
fraunhofer-aisec/cpg/97/96
fraunhofer-aisec
cpg
https://github.com/Fraunhofer-AISEC/cpg/issues/96
https://github.com/Fraunhofer-AISEC/cpg/pull/97
https://github.com/Fraunhofer-AISEC/cpg/pull/97
1
fixes
Nodes referring to Java fields are missing parent and location
The following snippet instantiates a field `cipher` in an incorrect/unsafe way. However, the node referring to `cipher` does not have a `parent`, nor a `range` and consequently no `location`. ``` public class SealObject { private final Cipher cipher; public SealObject(String Password) throws Exception ...
5ec244271d3bf49e4e980920d787392be2111325
487558afba9539db62484b02eb23112ecc85478a
https://github.com/fraunhofer-aisec/cpg/compare/5ec244271d3bf49e4e980920d787392be2111325...487558afba9539db62484b02eb23112ecc85478a
diff --git a/src/main/java/de/fraunhofer/aisec/cpg/frontends/java/ExpressionHandler.java b/src/main/java/de/fraunhofer/aisec/cpg/frontends/java/ExpressionHandler.java index 716907aaf..ea638a22f 100644 --- a/src/main/java/de/fraunhofer/aisec/cpg/frontends/java/ExpressionHandler.java +++ b/src/main/java/de/fraunhofer/ais...
['src/main/java/de/fraunhofer/aisec/cpg/frontends/java/ExpressionHandler.java']
{'.java': 1}
1
1
0
0
1
699,043
158,387
20,208
125
579
118
8
1
394
50
83
11
0
1
1970-01-01T00:26:29
176
Kotlin
{'Kotlin': 2820067, 'LLVM': 170593, 'Python': 62850, 'C++': 46273, 'Java': 40608, 'C': 31212, 'Go': 28639, 'TypeScript': 4908, 'Shell': 2785, 'JavaScript': 751, 'CMake': 204}
Apache License 2.0
897
fraunhofer-aisec/cpg/279/278
fraunhofer-aisec
cpg
https://github.com/Fraunhofer-AISEC/cpg/issues/278
https://github.com/Fraunhofer-AISEC/cpg/pull/279
https://github.com/Fraunhofer-AISEC/cpg/pull/279
1
fixed
Support implicit annotation style in Java
In Java you can either specifiy annotation values for keys directly, such as `@RequestMapping(value = "/test")` or indirectly using `@RequestMapping("hello")`. If you use the latter, then it will be assigned to an attribute named `value`, if it exists. Currently, the CPG does just ignore this example; it should be p...
a45ed0ab080244305a3cfb065000acd3a380ddc1
8433084ff937c6a7d077042969eec1f5af140cf3
https://github.com/fraunhofer-aisec/cpg/compare/a45ed0ab080244305a3cfb065000acd3a380ddc1...8433084ff937c6a7d077042969eec1f5af140cf3
diff --git a/src/main/java/de/fraunhofer/aisec/cpg/frontends/java/JavaLanguageFrontend.java b/src/main/java/de/fraunhofer/aisec/cpg/frontends/java/JavaLanguageFrontend.java index fbad7a321..70917d820 100644 --- a/src/main/java/de/fraunhofer/aisec/cpg/frontends/java/JavaLanguageFrontend.java +++ b/src/main/java/de/fraun...
['src/test/java/de/fraunhofer/aisec/cpg/frontends/java/JavaLanguageFrontendTest.java', 'src/test/resources/Annotation.java', 'src/main/java/de/fraunhofer/aisec/cpg/frontends/java/JavaLanguageFrontend.java']
{'.java': 3}
3
3
0
0
3
875,290
197,860
25,396
155
1,481
303
33
1
383
60
87
4
0
0
1970-01-01T00:26:46
176
Kotlin
{'Kotlin': 2820067, 'LLVM': 170593, 'Python': 62850, 'C++': 46273, 'Java': 40608, 'C': 31212, 'Go': 28639, 'TypeScript': 4908, 'Shell': 2785, 'JavaScript': 751, 'CMake': 204}
Apache License 2.0
900
fraunhofer-aisec/cpg/101/92
fraunhofer-aisec
cpg
https://github.com/Fraunhofer-AISEC/cpg/issues/92
https://github.com/Fraunhofer-AISEC/cpg/pull/101
https://github.com/Fraunhofer-AISEC/cpg/pull/101
1
resolve
Endless parsing for some files
Sometimes I try to get CPG for one file. But it looks like endless process. I haven't got any errors but the process takes more than 1 hour and I stop it. I can provide with such several files.
50d47380d1fbfce1e5ed937099bc3e4104cb59ca
f289991593c9a0e9bfe5cabe442299eae2dc7080
https://github.com/fraunhofer-aisec/cpg/compare/50d47380d1fbfce1e5ed937099bc3e4104cb59ca...f289991593c9a0e9bfe5cabe442299eae2dc7080
diff --git a/src/main/java/de/fraunhofer/aisec/cpg/graph/CallExpression.java b/src/main/java/de/fraunhofer/aisec/cpg/graph/CallExpression.java index 70a48057a..f5fcfe019 100644 --- a/src/main/java/de/fraunhofer/aisec/cpg/graph/CallExpression.java +++ b/src/main/java/de/fraunhofer/aisec/cpg/graph/CallExpression.java @@ ...
['src/main/java/de/fraunhofer/aisec/cpg/graph/FunctionDeclaration.java', 'src/main/java/de/fraunhofer/aisec/cpg/graph/CompoundStatement.java', 'src/main/java/de/fraunhofer/aisec/cpg/graph/UnaryOperator.java', 'src/main/java/de/fraunhofer/aisec/cpg/helpers/SubgraphWalker.java', 'src/main/java/de/fraunhofer/aisec/cpg/pas...
{'.java': 7}
7
7
0
0
7
699,615
158,505
20,216
125
1,172
250
29
7
197
39
47
3
0
0
1970-01-01T00:26:29
176
Kotlin
{'Kotlin': 2820067, 'LLVM': 170593, 'Python': 62850, 'C++': 46273, 'Java': 40608, 'C': 31212, 'Go': 28639, 'TypeScript': 4908, 'Shell': 2785, 'JavaScript': 751, 'CMake': 204}
Apache License 2.0
895
fraunhofer-aisec/cpg/72/65
fraunhofer-aisec
cpg
https://github.com/Fraunhofer-AISEC/cpg/issues/65
https://github.com/Fraunhofer-AISEC/cpg/pull/72
https://github.com/Fraunhofer-AISEC/cpg/pull/72#issuecomment-595653087
1
closes
NullPointerException in ScopeManager
I am running the CPG on a large code base and I discovered this NPE. I am trying to isolate the file where it occurs, unfortunately I cannot share the whole code base. Stracktrace ``` Exception in thread "main" java.util.concurrent.ExecutionException: java.lang.NullPointerException at java.base/java.util.concu...
ef80ed0d39b2fc2ec96dffc85665e6ea5cecf065
a31cb53dd13c2d4b3c76349a6b3cf761ce8f8c05
https://github.com/fraunhofer-aisec/cpg/compare/ef80ed0d39b2fc2ec96dffc85665e6ea5cecf065...a31cb53dd13c2d4b3c76349a6b3cf761ce8f8c05
diff --git a/src/main/java/de/fraunhofer/aisec/cpg/passes/scopes/ScopeManager.java b/src/main/java/de/fraunhofer/aisec/cpg/passes/scopes/ScopeManager.java index c1c6ba86a..e1b988fb1 100644 --- a/src/main/java/de/fraunhofer/aisec/cpg/passes/scopes/ScopeManager.java +++ b/src/main/java/de/fraunhofer/aisec/cpg/passes/scop...
['src/main/java/de/fraunhofer/aisec/cpg/passes/scopes/ScopeManager.java']
{'.java': 1}
1
1
0
0
1
659,478
149,222
19,067
123
480
104
9
1
2,320
87
585
30
0
1
1970-01-01T00:26:23
176
Kotlin
{'Kotlin': 2820067, 'LLVM': 170593, 'Python': 62850, 'C++': 46273, 'Java': 40608, 'C': 31212, 'Go': 28639, 'TypeScript': 4908, 'Shell': 2785, 'JavaScript': 751, 'CMake': 204}
Apache License 2.0
574
faforever/downlords-faf-client/243/242
faforever
downlords-faf-client
https://github.com/FAForever/downlords-faf-client/issues/242
https://github.com/FAForever/downlords-faf-client/pull/243
https://github.com/FAForever/downlords-faf-client/pull/243
1
fixes
Fix generated avatar in message notification
My avatar is yellow, but in the notification it was some blue one. I assume it still uses the username when it should use the user ID. Make sure that for IRC users it still uses the username.
10d1770ed3fcc4a6bf447d3dc587973527ed74d1
d2cac3faa937cd7fb78303faf68d7423694b96f4
https://github.com/faforever/downlords-faf-client/compare/10d1770ed3fcc4a6bf447d3dc587973527ed74d1...d2cac3faa937cd7fb78303faf68d7423694b96f4
diff --git a/src/main/java/com/faforever/client/chat/AbstractChatTabController.java b/src/main/java/com/faforever/client/chat/AbstractChatTabController.java index d63ea7d2..f0cb7f46 100644 --- a/src/main/java/com/faforever/client/chat/AbstractChatTabController.java +++ b/src/main/java/com/faforever/client/chat/Abstract...
['src/main/java/com/faforever/client/chat/AbstractChatTabController.java']
{'.java': 1}
1
1
0
0
1
999,441
213,214
32,955
436
1,135
206
27
1
192
38
42
4
0
0
1970-01-01T00:24:26
175
Java
{'Java': 3120337, 'CSS': 69562, 'HTML': 9932, 'Lua': 6869, 'JavaScript': 4215}
MIT License
1,987
eventfahrplan/eventfahrplan/363/362
eventfahrplan
eventfahrplan
https://github.com/EventFahrplan/EventFahrplan/issues/362
https://github.com/EventFahrplan/EventFahrplan/pull/363
https://github.com/EventFahrplan/EventFahrplan/pull/363
1
resolves
List of favorites scrolls to the top when returning from details screen
# Environment - App version: [v.1.49.0](https://github.com/EventFahrplan/EventFahrplan/releases/tag/v.1.49.0) - Android version: all - Branch: `master` - Device: phones & tablets # How to reproduce 1. Create a long list of favorites which is **longer** then the device screen 2. Scroll to the bottom of the list...
bf1a71d972913766f13695bafb4d7b44132b024c
5e42d05c18412b517c4b1f4aa911cd67c4a35833
https://github.com/eventfahrplan/eventfahrplan/compare/bf1a71d972913766f13695bafb4d7b44132b024c...5e42d05c18412b517c4b1f4aa911cd67c4a35833
diff --git a/app/src/main/java/nerd/tuxmobil/fahrplan/congress/favorites/StarredListFragment.java b/app/src/main/java/nerd/tuxmobil/fahrplan/congress/favorites/StarredListFragment.java index 42bea820..a204aae1 100644 --- a/app/src/main/java/nerd/tuxmobil/fahrplan/congress/favorites/StarredListFragment.java +++ b/app/sr...
['app/src/main/java/nerd/tuxmobil/fahrplan/congress/favorites/StarredListFragment.java']
{'.java': 1}
1
1
0
0
1
239,618
45,781
6,248
48
1,678
331
43
1
732
118
188
20
1
0
1970-01-01T00:26:50
175
Kotlin
{'Kotlin': 891035, 'Java': 53095}
Apache License 2.0
1,993
eventfahrplan/eventfahrplan/87/81
eventfahrplan
eventfahrplan
https://github.com/EventFahrplan/EventFahrplan/issues/81
https://github.com/EventFahrplan/EventFahrplan/pull/87
https://github.com/EventFahrplan/EventFahrplan/pull/87
1
resolves
EventDetailFragment: IllegalArgumentException: Parameter specified as non-null is null: parameter event
Crash report from a user: - sent: 22.09.2018 - Version: [1.36.1 (Datenspuren Edition)](https://github.com/johnjohndoe/CampFahrplan/releases/tag/v.1.36.1-Datenspuren-Edition) - Android version: 8.1.0 - Device model: MI 8 # Stacktrace ``` java java.lang.RuntimeException: Unable to start activity Componen...
f8d2191e871a6c72bd9c99b257347dde22c3ad84
377f5fba206b64615b430f9a0f2b413f78c61113
https://github.com/eventfahrplan/eventfahrplan/compare/f8d2191e871a6c72bd9c99b257347dde22c3ad84...377f5fba206b64615b430f9a0f2b413f78c61113
diff --git a/app/src/main/java/nerd/tuxmobil/fahrplan/congress/base/AbstractListFragment.java b/app/src/main/java/nerd/tuxmobil/fahrplan/congress/base/AbstractListFragment.java index 3724beb6..865c9da9 100644 --- a/app/src/main/java/nerd/tuxmobil/fahrplan/congress/base/AbstractListFragment.java +++ b/app/src/main/java/...
['app/src/main/java/nerd/tuxmobil/fahrplan/congress/schedule/MainActivity.java', 'app/src/main/java/nerd/tuxmobil/fahrplan/congress/changes/ChangesDialog.java', 'app/src/main/java/nerd/tuxmobil/fahrplan/congress/details/EventDetail.java', 'app/src/main/java/nerd/tuxmobil/fahrplan/congress/details/EventDetailFragment.ja...
{'.java': 11}
11
11
0
0
11
320,698
62,034
8,516
71
6,615
1,185
103
11
3,307
140
753
54
1
2
1970-01-01T00:25:42
175
Kotlin
{'Kotlin': 891035, 'Java': 53095}
Apache License 2.0
1,992
eventfahrplan/eventfahrplan/109/42
eventfahrplan
eventfahrplan
https://github.com/EventFahrplan/EventFahrplan/issues/42
https://github.com/EventFahrplan/EventFahrplan/pull/109
https://github.com/EventFahrplan/EventFahrplan/pull/109
1
resolves
Stay at current scroll position when going back from event details view
It is really beneficial for the normal user workflow to stay at the current scroll position. At the moment, the app **always scrolls back to the current time** and the user has to scroll all the way down again. Many users go through the schedule and try to decide which lectures/talks to go to. # Enviroment ...
ab016a156562c356d7345ede67827435f04225f2
e47a60b6aca9109824935591c137bd820c8f1158
https://github.com/eventfahrplan/eventfahrplan/compare/ab016a156562c356d7345ede67827435f04225f2...e47a60b6aca9109824935591c137bd820c8f1158
diff --git a/app/src/main/java/nerd/tuxmobil/fahrplan/congress/schedule/FahrplanFragment.java b/app/src/main/java/nerd/tuxmobil/fahrplan/congress/schedule/FahrplanFragment.java index 2532aa42..cfab0102 100644 --- a/app/src/main/java/nerd/tuxmobil/fahrplan/congress/schedule/FahrplanFragment.java +++ b/app/src/main/java/...
['app/src/main/java/nerd/tuxmobil/fahrplan/congress/schedule/MainActivity.java', 'app/src/main/java/nerd/tuxmobil/fahrplan/congress/schedule/FahrplanFragment.java']
{'.java': 2}
2
2
0
0
2
316,870
61,072
8,383
68
884
168
24
2
930
149
242
26
1
0
1970-01-01T00:25:45
175
Kotlin
{'Kotlin': 891035, 'Java': 53095}
Apache License 2.0
1,991
eventfahrplan/eventfahrplan/111/103
eventfahrplan
eventfahrplan
https://github.com/EventFahrplan/EventFahrplan/issues/103
https://github.com/EventFahrplan/EventFahrplan/pull/111
https://github.com/EventFahrplan/EventFahrplan/pull/111
1
resolves
IllegalStateException: Lecture list does not contain eventId
Crash report from users: - Sent: 25.12.2018 - App version: [v.1.38.0](https://github.com/EventFahrplan/EventFahrplan/releases/tag/v.1.38.0), [v.1.38.1](https://github.com/EventFahrplan/EventFahrplan/releases/tag/v.1.38.1), [v.1.38.2](https://github.com/EventFahrplan/EventFahrplan/releases/tag/v.1.38.2) - Android v...
74955970bfcf5360979715f914d24a11e5819999
3786a9a2ac1e49529d5e5fddad19c0d2ae077ab2
https://github.com/eventfahrplan/eventfahrplan/compare/74955970bfcf5360979715f914d24a11e5819999...3786a9a2ac1e49529d5e5fddad19c0d2ae077ab2
diff --git a/app/src/main/java/nerd/tuxmobil/fahrplan/congress/utils/FahrplanMisc.java b/app/src/main/java/nerd/tuxmobil/fahrplan/congress/utils/FahrplanMisc.java index e94fb95d..8f351c9e 100644 --- a/app/src/main/java/nerd/tuxmobil/fahrplan/congress/utils/FahrplanMisc.java +++ b/app/src/main/java/nerd/tuxmobil/fahrpla...
['app/src/main/java/nerd/tuxmobil/fahrplan/congress/utils/FahrplanMisc.java']
{'.java': 1}
1
1
0
0
1
317,320
61,142
8,395
68
94
17
3
1
5,730
433
1,828
88
5
2
1970-01-01T00:25:46
175
Kotlin
{'Kotlin': 891035, 'Java': 53095}
Apache License 2.0
1,990
eventfahrplan/eventfahrplan/184/127
eventfahrplan
eventfahrplan
https://github.com/EventFahrplan/EventFahrplan/issues/127
https://github.com/EventFahrplan/EventFahrplan/pull/184
https://github.com/EventFahrplan/EventFahrplan/pull/184
1
resolves
Restrict usage while screen is locked
# Environment - App version: [v.1.38.4](https://github.com/EventFahrplan/EventFahrplan/releases/tag/v.1.38.4) # How to reproduce 1. Launch the app. 2. Lock the device. 3. Use the app on the **lock screen**. # Observed behavior - **All screens** of the app can be used. # Expected behavior - Only the **sch...
3c3507ff3a435bb23c9a5953b0f6c086cc635c1e
dbd733fed64589ead1e9f6a51a3d74c63cc6e6e0
https://github.com/eventfahrplan/eventfahrplan/compare/3c3507ff3a435bb23c9a5953b0f6c086cc635c1e...dbd733fed64589ead1e9f6a51a3d74c63cc6e6e0
diff --git a/app/src/main/java/nerd/tuxmobil/fahrplan/congress/base/BaseActivity.java b/app/src/main/java/nerd/tuxmobil/fahrplan/congress/base/BaseActivity.java index 34be9483..d602d365 100644 --- a/app/src/main/java/nerd/tuxmobil/fahrplan/congress/base/BaseActivity.java +++ b/app/src/main/java/nerd/tuxmobil/fahrplan/c...
['app/src/main/java/nerd/tuxmobil/fahrplan/congress/schedule/MainActivity.java', 'app/src/main/java/nerd/tuxmobil/fahrplan/congress/base/BaseActivity.java', 'app/src/main/java/nerd/tuxmobil/fahrplan/congress/details/EventDetail.java']
{'.java': 3}
3
3
0
0
3
312,786
60,159
8,187
64
1,888
371
48
3
981
142
268
23
2
0
1970-01-01T00:26:09
175
Kotlin
{'Kotlin': 891035, 'Java': 53095}
Apache License 2.0
1,989
eventfahrplan/eventfahrplan/206/205
eventfahrplan
eventfahrplan
https://github.com/EventFahrplan/EventFahrplan/issues/205
https://github.com/EventFahrplan/EventFahrplan/pull/206
https://github.com/EventFahrplan/EventFahrplan/pull/206
1
resolves
NullPointerException: Attempt to invoke virtual method 'void AppRepository.cancelLoading()' on a null object reference
Crash report from a user: - Sent: 22.12.2019 - 24.12.2019 - App version: [v.1.41.0](https://github.com/EventFahrplan/EventFahrplan/releases/tag/v.1.41.0) - Android version: 9 - Device models: Mi MIX 2, Redmi Note 7 # Stacktrace ``` java java.lang.RuntimeException: Unable to stop service nerd.tuxmobil.f...
73e003b133e39f1de782b01c5fb76f05673db8df
9194d67c4768b94fe69232efb84f32df89744316
https://github.com/eventfahrplan/eventfahrplan/compare/73e003b133e39f1de782b01c5fb76f05673db8df...9194d67c4768b94fe69232efb84f32df89744316
diff --git a/app/src/main/java/nerd/tuxmobil/fahrplan/congress/autoupdate/UpdateService.java b/app/src/main/java/nerd/tuxmobil/fahrplan/congress/autoupdate/UpdateService.java index 5eeb19c7..b3110062 100644 --- a/app/src/main/java/nerd/tuxmobil/fahrplan/congress/autoupdate/UpdateService.java +++ b/app/src/main/java/ner...
['app/src/main/java/nerd/tuxmobil/fahrplan/congress/autoupdate/UpdateService.java']
{'.java': 1}
1
1
0
0
1
317,474
61,253
8,296
63
201
37
4
1
4,756
446
1,572
77
1
2
1970-01-01T00:26:17
175
Kotlin
{'Kotlin': 891035, 'Java': 53095}
Apache License 2.0
573
faforever/downlords-faf-client/258/235
faforever
downlords-faf-client
https://github.com/FAForever/downlords-faf-client/issues/235
https://github.com/FAForever/downlords-faf-client/pull/258
https://github.com/FAForever/downlords-faf-client/pull/258
1
fixes
1v1 ladder games pops up in Play tab for a split second.
I was watching what games was hosted, and I saw a game pop up and disappear almost immediately named "PlayerX" vs "PlayerY". The game was hosted on Ranaoke abyss. I quickly suspected it was a ladder game. And indeed it was checked the replay 1v1 ladder rating of players. TL;DR Ladder matches shows up on hosted games t...
53c3b8b494436ad6b7aebae1c4babfc3e8d6ee84
815672598ba9f26f47a83a58832826a98b7eb106
https://github.com/faforever/downlords-faf-client/compare/53c3b8b494436ad6b7aebae1c4babfc3e8d6ee84...815672598ba9f26f47a83a58832826a98b7eb106
diff --git a/src/main/java/com/faforever/client/game/GameType.java b/src/main/java/com/faforever/client/game/GameType.java index 9de8e0e7..fb467ffa 100644 --- a/src/main/java/com/faforever/client/game/GameType.java +++ b/src/main/java/com/faforever/client/game/GameType.java @@ -5,8 +5,10 @@ import java.util.Map; pub...
['src/main/java/com/faforever/client/game/GamesController.java', 'src/main/java/com/faforever/client/game/GameType.java']
{'.java': 2}
2
2
0
0
2
1,005,417
214,368
33,153
436
1,189
282
23
2
489
92
116
10
0
0
1970-01-01T00:24:26
175
Java
{'Java': 3120337, 'CSS': 69562, 'HTML': 9932, 'Lua': 6869, 'JavaScript': 4215}
MIT License
569
faforever/downlords-faf-client/297/279
faforever
downlords-faf-client
https://github.com/FAForever/downlords-faf-client/issues/279
https://github.com/FAForever/downlords-faf-client/pull/297
https://github.com/FAForever/downlords-faf-client/pull/297
1
fixes
Rejoining IRC-channel is broken
**Steps to reproduce:** 1. Join any channel (e.g. _/join #allhailbrutus_) 2. Close the channel tab 3. Rejoin the channel (send first command again) **Expected result:** the channel tab opens a second time. **Observed result:** nothing happens
a9669953aa8ba566a5aec28723bf4478c111c0b5
c491aee6d9ff3424c0b3ac276441cf0cf56a1780
https://github.com/faforever/downlords-faf-client/compare/a9669953aa8ba566a5aec28723bf4478c111c0b5...c491aee6d9ff3424c0b3ac276441cf0cf56a1780
diff --git a/src/main/java/com/faforever/client/chat/ChatController.java b/src/main/java/com/faforever/client/chat/ChatController.java index 939e8f86..d3b51f7f 100644 --- a/src/main/java/com/faforever/client/chat/ChatController.java +++ b/src/main/java/com/faforever/client/chat/ChatController.java @@ -115,7 +115,10 @@ ...
['src/test/java/com/faforever/client/chat/PircBotXChatServiceTest.java', 'src/main/java/com/faforever/client/chat/ChatController.java', 'src/main/java/com/faforever/client/chat/PircBotXChatService.java']
{'.java': 3}
3
3
0
0
3
1,045,613
223,094
34,524
439
537
111
21
2
244
36
65
8
0
0
1970-01-01T00:24:29
175
Java
{'Java': 3120337, 'CSS': 69562, 'HTML': 9932, 'Lua': 6869, 'JavaScript': 4215}
MIT License
571
faforever/downlords-faf-client/270/183
faforever
downlords-faf-client
https://github.com/FAForever/downlords-faf-client/issues/183
https://github.com/FAForever/downlords-faf-client/pull/270
https://github.com/FAForever/downlords-faf-client/pull/270
1
closes
Chat filter is no longer applied for people joining
When the chat user list is filtered by a name in the search field, this filter is no longer applied to people joining afterwards. I say "no longer" because I'm 99% sure I explicitly implemented this case, and that it worked :-)
b95ce4570a3b5d4997d6d7a75634b28802fddd30
f92b1986c250c6ef3315070f79a7cf9f77920d45
https://github.com/faforever/downlords-faf-client/compare/b95ce4570a3b5d4997d6d7a75634b28802fddd30...f92b1986c250c6ef3315070f79a7cf9f77920d45
diff --git a/src/main/java/com/faforever/client/chat/ChannelTabController.java b/src/main/java/com/faforever/client/chat/ChannelTabController.java index 66a22aba..84bb0818 100644 --- a/src/main/java/com/faforever/client/chat/ChannelTabController.java +++ b/src/main/java/com/faforever/client/chat/ChannelTabController.ja...
['src/main/java/com/faforever/client/chat/ChannelTabController.java', 'src/main/java/com/faforever/client/chat/FilterUserController.java']
{'.java': 2}
2
2
0
0
2
988,845
210,562
32,629
431
978
189
21
2
229
42
51
4
0
0
1970-01-01T00:24:26
175
Java
{'Java': 3120337, 'CSS': 69562, 'HTML': 9932, 'Lua': 6869, 'JavaScript': 4215}
MIT License
575
faforever/downlords-faf-client/204/203
faforever
downlords-faf-client
https://github.com/FAForever/downlords-faf-client/issues/203
https://github.com/FAForever/downlords-faf-client/pull/204
https://github.com/FAForever/downlords-faf-client/pull/204
1
fixes
Exception when cache/theme folders are missing
Please create the following directories before using them: C:\\ProgramData\\FAForever\\themes C:\\ProgramData\\FAForever\\cache Also, we should fix updateTaskbarProgress in MainController.java crashing when the taskBarList hasn't been created yet.
84079306e042c5737b09a7eaac1b9e69c797436b
3826e05fc78ee88af83a06bbcc5108c0f85fab7f
https://github.com/faforever/downlords-faf-client/compare/84079306e042c5737b09a7eaac1b9e69c797436b...3826e05fc78ee88af83a06bbcc5108c0f85fab7f
diff --git a/src/main/java/com/faforever/client/main/MainController.java b/src/main/java/com/faforever/client/main/MainController.java index 3b54fbc4..d4368528 100644 --- a/src/main/java/com/faforever/client/main/MainController.java +++ b/src/main/java/com/faforever/client/main/MainController.java @@ -307,7 +307,7 @@ p...
['src/main/java/com/faforever/client/theme/ThemeServiceImpl.java', 'src/main/java/com/faforever/client/main/MainController.java']
{'.java': 2}
2
2
0
0
2
973,712
207,843
32,195
439
866
170
24
2
243
25
54
6
0
0
1970-01-01T00:24:17
175
Java
{'Java': 3120337, 'CSS': 69562, 'HTML': 9932, 'Lua': 6869, 'JavaScript': 4215}
MIT License
64
jenkinsci/jira-plugin/509/459
jenkinsci
jira-plugin
https://github.com/jenkinsci/jira-plugin/issues/459
https://github.com/jenkinsci/jira-plugin/pull/509
https://github.com/jenkinsci/jira-plugin/pull/509
1
fix
"No Proxy Host"-List is not used
<!-- Never report security issues on GitHub or other public channels (Gitter/Twitter/etc.), follow the instruction from [Jenkins Security](https://jenkins.io/security/). --> ### Your checklist for this issue 🚨 Please review the [guidelines for contributing](../blob/master/CONTRIBUTING.md) to this repository. ...
f5e78917864788e17740c45254410bbcfa30f53a
78e9ced2f217b995c453d2ae03f7f16f546a4d40
https://github.com/jenkinsci/jira-plugin/compare/f5e78917864788e17740c45254410bbcfa30f53a...78e9ced2f217b995c453d2ae03f7f16f546a4d40
diff --git a/src/main/java/hudson/plugins/jira/JiraRestService.java b/src/main/java/hudson/plugins/jira/JiraRestService.java index 11e8d23..592fe7a 100644 --- a/src/main/java/hudson/plugins/jira/JiraRestService.java +++ b/src/main/java/hudson/plugins/jira/JiraRestService.java @@ -445,7 +445,13 @@ public class JiraRestS...
['src/main/java/hudson/plugins/jira/JiraRestService.java', 'src/test/java/hudson/plugins/jira/JiraRestServiceProxyTest.java']
{'.java': 2}
2
2
0
0
2
330,196
65,946
9,888
73
310
57
8
1
2,649
252
651
61
5
1
1970-01-01T00:27:55
169
Java
{'Java': 582340, 'HTML': 14979}
MIT License
823
auth0/auth0.android/517/461
auth0
auth0.android
https://github.com/auth0/Auth0.Android/issues/461
https://github.com/auth0/Auth0.Android/pull/517
https://github.com/auth0/Auth0.Android/pull/517
1
fixes
Activity com.auth0.android.provider.AuthenticationActivity has leaked ServiceConnection com.auth0.android.provider.CustomTabsController
### Describe the problem ``` ActivityThread: Activity com.auth0.android.provider.AuthenticationActivity has leaked ServiceConnection com.auth0.android.provider.CustomTabsController@4a42179 that was originally bound here android.app.ServiceConnectionLeaked: Activity com.auth0.android.provider.AuthenticationActi...
2b91d8fdbb8cf8d7a5a234564e4dd473fc52ffbe
85243558aa2ae68c8d46bec74010906be4bddb9a
https://github.com/auth0/auth0.android/compare/2b91d8fdbb8cf8d7a5a234564e4dd473fc52ffbe...85243558aa2ae68c8d46bec74010906be4bddb9a
diff --git a/auth0/src/main/java/com/auth0/android/provider/CustomTabsController.java b/auth0/src/main/java/com/auth0/android/provider/CustomTabsController.java index 4e5edde..a4d233c 100644 --- a/auth0/src/main/java/com/auth0/android/provider/CustomTabsController.java +++ b/auth0/src/main/java/com/auth0/android/provid...
['auth0/src/main/java/com/auth0/android/provider/CustomTabsController.java', 'auth0/src/test/java/com/auth0/android/provider/CustomTabsControllerTest.java']
{'.java': 2}
2
2
0
0
2
91,117
17,777
2,314
24
691
155
14
1
2,581
94
524
37
0
1
1970-01-01T00:27:12
163
Kotlin
{'Kotlin': 772321, 'Java': 370150}
MIT License
826
auth0/auth0.android/266/261
auth0
auth0.android
https://github.com/auth0/Auth0.Android/issues/261
https://github.com/auth0/Auth0.Android/pull/266
https://github.com/auth0/Auth0.Android/pull/266
1
closes
NPE in com.auth0.android.authentication.storage.CredentialsManager
### Description > NullPointerException inside com.auth0.android.authentication.storage.CredentialsManager ### Reproduction Reproduced in user on fabric. > Details of crash: ``` Non-fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'long java.lang.Long.longValue()' on a null obj...
b47b84ed91ffef7a8158d235c2568530faa0103f
9a02595e6ff0d9a29799a23d957a3ad0bcda2296
https://github.com/auth0/auth0.android/compare/b47b84ed91ffef7a8158d235c2568530faa0103f...9a02595e6ff0d9a29799a23d957a3ad0bcda2296
diff --git a/auth0/src/main/java/com/auth0/android/authentication/storage/CredentialsManager.java b/auth0/src/main/java/com/auth0/android/authentication/storage/CredentialsManager.java index 2594e03..17840fc 100644 --- a/auth0/src/main/java/com/auth0/android/authentication/storage/CredentialsManager.java +++ b/auth0/sr...
['auth0/src/test/java/com/auth0/android/authentication/storage/CredentialsManagerTest.java', 'auth0/src/main/java/com/auth0/android/authentication/storage/CredentialsManager.java']
{'.java': 2}
2
2
0
0
2
361,892
72,945
9,329
80
90
20
3
1
2,648
160
577
45
1
2
1970-01-01T00:26:14
163
Kotlin
{'Kotlin': 772321, 'Java': 370150}
MIT License
827
auth0/auth0.android/120/119
auth0
auth0.android
https://github.com/auth0/Auth0.Android/issues/119
https://github.com/auth0/Auth0.Android/pull/120
https://github.com/auth0/Auth0.Android/pull/120
1
fixes
NPE when resuming AuthenticationActivity
Has anyone else encountered this error? After calling `WebAuthProvider.init(auth0)...start()` to display the chrome tab view simply tapping "Back" or the "Close" button results in a crash: ``` 09-29 14:41:39.355 11231 11231 E AndroidRuntime: java.lang.RuntimeException: Unable to resume activity {com.dat.template...
bff4601e6f02b3f713bdfc4c1f9ed6877bc1b14c
38ca0e4e239d0ff594f78ee06173be1fedac62e6
https://github.com/auth0/auth0.android/compare/bff4601e6f02b3f713bdfc4c1f9ed6877bc1b14c...38ca0e4e239d0ff594f78ee06173be1fedac62e6
diff --git a/auth0/src/main/java/com/auth0/android/provider/AuthenticationActivity.java b/auth0/src/main/java/com/auth0/android/provider/AuthenticationActivity.java index 8450fec..ccd6054 100644 --- a/auth0/src/main/java/com/auth0/android/provider/AuthenticationActivity.java +++ b/auth0/src/main/java/com/auth0/android/...
['auth0/src/test/java/com/auth0/android/provider/WebAuthProviderTest.java', 'auth0/src/test/java/com/auth0/android/provider/AuthenticationActivityTest.java', 'auth0/src/main/java/com/auth0/android/provider/AuthenticationActivity.java']
{'.java': 3}
3
3
0
0
3
282,870
57,389
7,479
67
498
92
8
1
3,238
244
946
29
0
1
1970-01-01T00:25:07
163
Kotlin
{'Kotlin': 772321, 'Java': 370150}
MIT License
1,187
newrelic/newrelic-java-agent/885/387
newrelic
newrelic-java-agent
https://github.com/newrelic/newrelic-java-agent/issues/387
https://github.com/newrelic/newrelic-java-agent/pull/885
https://github.com/newrelic/newrelic-java-agent/pull/885
1
fixes
HttpURLConnection instrumentation does not mark trace as external
## Description When a transaction has an HTTP call using `HttpURLConnection`, the distributed traces for the HTTP call do show as being in the same transaction and not as a remote call. ## Expected Behavior These HTTP calls show as remotes, like calls that use Apache's HTTP client. ## Steps to Reproduce Have 2...
79b177bb3c68f470891bec891b9a7b1d5b31f4f3
81c521b12b942779140991dd3ce65381896c6227
https://github.com/newrelic/newrelic-java-agent/compare/79b177bb3c68f470891bec891b9a7b1d5b31f4f3...81c521b12b942779140991dd3ce65381896c6227
diff --git a/agent-bridge/src/main/java/com/newrelic/agent/bridge/external/ExternalMetrics.java b/agent-bridge/src/main/java/com/newrelic/agent/bridge/external/ExternalMetrics.java index a1d60832a..a2207c4ef 100644 --- a/agent-bridge/src/main/java/com/newrelic/agent/bridge/external/ExternalMetrics.java +++ b/agent-brid...
['newrelic-api/src/main/java/com/newrelic/api/agent/TracedMethod.java', 'functional_test/src/test/java/com/newrelic/agent/instrumentation/pointcuts/net/HttpURLConnectionTest.java', 'instrumentation/httpurlconnection/src/main/java/java/net/HttpURLConnection.java', 'agent-bridge/src/main/java/com/newrelic/agent/bridge/ex...
{'.java': 7}
7
7
0
0
7
7,303,697
1,496,563
204,070
2,433
3,584
668
60
4
536
87
120
15
0
0
1970-01-01T00:27:35
163
Java
{'Java': 16381608, 'Scala': 728478, 'HTML': 62037, 'Kotlin': 21562, 'Shell': 9932, 'Groovy': 5230, 'Dockerfile': 519}
Apache License 2.0
825
auth0/auth0.android/325/324
auth0
auth0.android
https://github.com/auth0/Auth0.Android/issues/324
https://github.com/auth0/Auth0.Android/pull/325
https://github.com/auth0/Auth0.Android/pull/325
1
fix
Credentials lost after update
### Description We just released a new version of our app (upgrading to Android X) and it seems like every user has lost their credentials: > A change on the Lock Screen security settings have deemed the encryption keys invalid and have been recreated. Any previously stored content is now lost. Please, try saving...
4134c71abddcfca477f11d4903f12b5ab46de936
05cdbbfabb643f8f4dd71c9e784cdfd630e03ba2
https://github.com/auth0/auth0.android/compare/4134c71abddcfca477f11d4903f12b5ab46de936...05cdbbfabb643f8f4dd71c9e784cdfd630e03ba2
diff --git a/auth0/src/main/java/com/auth0/android/authentication/storage/SecureCredentialsManager.java b/auth0/src/main/java/com/auth0/android/authentication/storage/SecureCredentialsManager.java index 2fde37d..3b2bbf9 100644 --- a/auth0/src/main/java/com/auth0/android/authentication/storage/SecureCredentialsManager.j...
['auth0/src/main/java/com/auth0/android/authentication/storage/SecureCredentialsManager.java', 'auth0/src/test/java/com/auth0/android/authentication/storage/SecureCredentialsManagerTest.java']
{'.java': 2}
2
2
0
0
2
394,971
79,680
10,138
88
799
160
13
1
834
105
184
18
1
0
1970-01-01T00:26:36
163
Kotlin
{'Kotlin': 772321, 'Java': 370150}
MIT License
1,176
consensys/tessera/582/576
consensys
tessera
https://github.com/Consensys/tessera/issues/576
https://github.com/Consensys/tessera/pull/582
https://github.com/Consensys/tessera/pull/582
1
fixes
AddPeer API accept duplicated url
tessera version: 0.7.3 I test `addPeer` API by below command: ``` curl -XPUT http://localhost:9002/config/peers -d '{"url":"http://localhost:9001"}' -H 'content-type:application/json' curl -XPUT http://localhost:9002/config/peers -d '{"url":"http://localhost:9001"}' -H 'content-type:application/json' curl -XPUT ...
518f2a583865f24b21cb0d414200feff36bb7f63
70d2728aa64745202d1a82994dfae99e21d204fb
https://github.com/consensys/tessera/compare/518f2a583865f24b21cb0d414200feff36bb7f63...70d2728aa64745202d1a82994dfae99e21d204fb
diff --git a/jaxrs-service/src/main/java/com/quorum/tessera/p2p/ConfigResource.java b/jaxrs-service/src/main/java/com/quorum/tessera/p2p/ConfigResource.java index b4f4dcb91..142c5782b 100644 --- a/jaxrs-service/src/main/java/com/quorum/tessera/p2p/ConfigResource.java +++ b/jaxrs-service/src/main/java/com/quorum/tessera...
['jaxrs-service/src/main/java/com/quorum/tessera/p2p/ConfigResource.java', 'jaxrs-service/src/test/java/com/quorum/tessera/p2p/ConfigResourceTest.java']
{'.java': 2}
2
2
0
0
2
562,380
112,855
17,718
328
1,362
248
33
1
979
62
285
16
15
2
1970-01-01T00:25:46
162
Java
{'Java': 3402794, 'Gherkin': 11338, 'Shell': 6831, 'Dockerfile': 5224, 'XSLT': 3932, 'JavaScript': 3693, 'Groovy': 1175, 'HCL': 257}
Apache License 2.0
1,174
consensys/tessera/843/842
consensys
tessera
https://github.com/Consensys/tessera/issues/842
https://github.com/Consensys/tessera/pull/843
https://github.com/Consensys/tessera/pull/843
1
fixes
Fatal node sync call stops subsequent calls
When the PartyInfo poller makes requests to other nodes there are two classes of exceptions that can occur, general connection issues and then other, more serious issues. A simple connection issue gets logged and passed over, as this is expected to happen from time to time, and all other exception types were presume...
6693bbd07ae0b312f23a321683f5b1cf11da692d
f733123b814638962127b686ba2169774ff9b017
https://github.com/consensys/tessera/compare/6693bbd07ae0b312f23a321683f5b1cf11da692d...f733123b814638962127b686ba2169774ff9b017
diff --git a/tessera-core/src/main/java/com/quorum/tessera/threading/TesseraScheduledExecutor.java b/tessera-core/src/main/java/com/quorum/tessera/threading/TesseraScheduledExecutor.java index 9bfc5579d..b46039041 100644 --- a/tessera-core/src/main/java/com/quorum/tessera/threading/TesseraScheduledExecutor.java +++ b/t...
['tessera-partyinfo/src/main/java/com/quorum/tessera/partyinfo/PartyInfoPoller.java', 'tessera-core/src/main/java/com/quorum/tessera/threading/TesseraScheduledExecutor.java', 'tessera-partyinfo/src/test/java/com/quorum/tessera/partyinfo/PartyInfoPollerTest.java']
{'.java': 3}
3
3
0
0
3
747,754
148,303
23,202
416
3,697
672
69
2
807
135
154
7
0
0
1970-01-01T00:26:04
162
Java
{'Java': 3402794, 'Gherkin': 11338, 'Shell': 6831, 'Dockerfile': 5224, 'XSLT': 3932, 'JavaScript': 3693, 'Groovy': 1175, 'HCL': 257}
Apache License 2.0
1,173
consensys/tessera/896/895
consensys
tessera
https://github.com/Consensys/tessera/issues/895
https://github.com/Consensys/tessera/pull/896
https://github.com/Consensys/tessera/pull/896
1
fixes
Cannot send raw transactions with no other private participants
When sending a raw transaction with no recipients, the transaction failed to be retrieved. This is caused by the fact we have no recipient public key to decrypt with. For regular transactions, we add ourselves as a recipient for exactly this case, and the same should be done for raw transactions.
07066da23f0575ce5d88e013856173af1de61830
7456134bf0ffb75679c3cbc735d876cd302d0d3e
https://github.com/consensys/tessera/compare/07066da23f0575ce5d88e013856173af1de61830...7456134bf0ffb75679c3cbc735d876cd302d0d3e
diff --git a/tessera-core/src/main/java/com/quorum/tessera/transaction/TransactionManagerImpl.java b/tessera-core/src/main/java/com/quorum/tessera/transaction/TransactionManagerImpl.java index 73008b79b..ca2eb294f 100644 --- a/tessera-core/src/main/java/com/quorum/tessera/transaction/TransactionManagerImpl.java +++ b/t...
['tessera-jaxrs/thirdparty-jaxrs/src/main/java/com/quorum/tessera/thirdparty/RawTransactionResource.java', 'tessera-core/src/main/java/com/quorum/tessera/transaction/TransactionManagerImpl.java', 'tessera-core/src/test/java/com/quorum/tessera/transaction/TransactionManagerTest.java', 'tessera-jaxrs/thirdparty-jaxrs/src...
{'.java': 4}
4
4
0
0
4
758,752
150,619
23,427
423
1,717
346
33
2
300
51
57
3
0
0
1970-01-01T00:26:10
162
Java
{'Java': 3402794, 'Gherkin': 11338, 'Shell': 6831, 'Dockerfile': 5224, 'XSLT': 3932, 'JavaScript': 3693, 'Groovy': 1175, 'HCL': 257}
Apache License 2.0
1,171
consensys/tessera/1179/1178
consensys
tessera
https://github.com/Consensys/tessera/issues/1178
https://github.com/Consensys/tessera/pull/1179
https://github.com/Consensys/tessera/pull/1179
1
fixes
Tessera Peer Discovery - Exclude 'Self' as active 'configured peer list' in Partystore
When a node has intermittent connection drop from a network it will drop all connection to the network and repopulates 'Partystore' from configured peer list to reestablish connection. But if 'self' url is also in the configured peer list, it will be fooled to believe it is connected to at least 1 active peer list and ...
f5e3c20dbc18ad02098e71373debc525bbb7bb5b
66013acf54f6dc125b9018e52b2a89fbad5eac53
https://github.com/consensys/tessera/compare/f5e3c20dbc18ad02098e71373debc525bbb7bb5b...66013acf54f6dc125b9018e52b2a89fbad5eac53
diff --git a/tessera-jaxrs/sync-jaxrs/src/main/java/com/quorum/tessera/p2p/partyinfo/PartyStore.java b/tessera-jaxrs/sync-jaxrs/src/main/java/com/quorum/tessera/p2p/partyinfo/PartyStore.java index f51bb93f7..8c0971a39 100644 --- a/tessera-jaxrs/sync-jaxrs/src/main/java/com/quorum/tessera/p2p/partyinfo/PartyStore.java +...
['tessera-jaxrs/sync-jaxrs/src/test/java/com/quorum/tessera/p2p/partyinfo/PartyStoreFactoryTest.java', 'tessera-jaxrs/sync-jaxrs/src/test/java/com/quorum/tessera/p2p/MockRuntimeContextFactory.java', 'tessera-jaxrs/sync-jaxrs/src/test/java/com/quorum/tessera/p2p/P2PRestAppTest.java', 'tessera-jaxrs/sync-jaxrs/src/main/j...
{'.java': 4}
4
4
0
0
4
1,004,470
195,002
30,134
537
670
135
14
1
430
74
89
1
0
0
1970-01-01T00:26:44
162
Java
{'Java': 3402794, 'Gherkin': 11338, 'Shell': 6831, 'Dockerfile': 5224, 'XSLT': 3932, 'JavaScript': 3693, 'Groovy': 1175, 'HCL': 257}
Apache License 2.0
9,300
mercedes-benz/sechub/2015/2014
mercedes-benz
sechub
https://github.com/mercedes-benz/sechub/issues/2014
https://github.com/mercedes-benz/sechub/pull/2015
https://github.com/mercedes-benz/sechub/pull/2015
1
closes
Code call hierarchy not shown for scans of type `secretScan`
## Situation Code call hierarchy not shown for scans of type `secretScan` - in JSON and also in HTML reports ## Wanted In both reports the information shall be available
12bd02b6d11e9cc5b6db82f27ffbbfa9942e62d6
3b5bf071b0375c872c88f75a1642a6ac2f5b5620
https://github.com/mercedes-benz/sechub/compare/12bd02b6d11e9cc5b6db82f27ffbbfa9942e62d6...3b5bf071b0375c872c88f75a1642a6ac2f5b5620
diff --git a/sechub-integrationtest/src/main/java/com/mercedesbenz/sechub/integrationtest/api/AssertReport.java b/sechub-integrationtest/src/main/java/com/mercedesbenz/sechub/integrationtest/api/AssertReport.java index 1873078e8..cfe1fa0ee 100644 --- a/sechub-integrationtest/src/main/java/com/mercedesbenz/sechub/integr...
['sechub-scan-product-sereco/src/test/java/com/mercedesbenz/sechub/domain/scan/product/sereco/SerecoProductResultTransformerTest.java', 'sechub-integrationtest/src/main/java/com/mercedesbenz/sechub/integrationtest/api/AssertReport.java', 'sechub-integrationtest/src/test/java/com/mercedesbenz/sechub/integrationtest/scen...
{'.java': 4}
4
4
0
0
4
3,638,634
752,614
104,284
1,603
30
5
1
1
174
30
36
5
0
0
1970-01-01T00:27:58
159
Java
{'Java': 7354269, 'Shell': 285620, 'Go': 207604, 'Dockerfile': 58303, 'HTML': 27680, 'TypeScript': 17921, 'Groovy': 8898, 'CSS': 7405, 'Python': 7341, 'C': 748, 'Assembly': 401, 'Batchfile': 391, 'JavaScript': 312, 'Visual Basic .NET': 178, 'Ada': 169, 'Erlang': 140, 'OpenEdge ABL': 139, 'Fortran': 138, 'ABAP': 134, 'R...
MIT License
358
opencb/opencga/128/107
opencb
opencga
https://github.com/opencb/opencga/issues/107
https://github.com/opencb/opencga/pull/128
https://github.com/opencb/opencga/pull/128
1
fixes
Index from FileWSServer does not work properly
When we launch this WS the system stores the VCF into the DB but the annotation tool is not launched. We have the data but we do not have the annotations. Then, when we use the Fetch WS we get a Null Pointer Exception. `````` java.lang.NullPointerException org.opencb.datastore.core.QueryResult.<init>(QueryResult....
a9364d48969e2965a7931d65f390f632da89e34a
93740ba5547a116560b5d6f0c3ca69f223d028c5
https://github.com/opencb/opencga/compare/a9364d48969e2965a7931d65f390f632da89e34a...93740ba5547a116560b5d6f0c3ca69f223d028c5
diff --git a/opencga-storage/opencga-storage-core/src/main/java/org/opencb/opencga/storage/core/variant/stats/VariantStatisticsCalculator.java b/opencga-storage/opencga-storage-core/src/main/java/org/opencb/opencga/storage/core/variant/stats/VariantStatisticsCalculator.java index 554f61d11e..6eb3f396a2 100644 --- a/ope...
['opencga-storage/opencga-storage-core/src/main/java/org/opencb/opencga/storage/core/variant/stats/VariantStatisticsCalculator.java', 'opencga-storage/opencga-storage-core/src/main/java/org/opencb/opencga/storage/core/variant/stats/VariantStatisticsManager.java']
{'.java': 2}
2
2
0
0
2
2,736,683
569,381
71,119
278
3,652
669
57
2
3,813
84
867
44
0
2
1970-01-01T00:23:52
159
Java
{'Java': 19466288, 'Jupyter Notebook': 6290799, 'JavaScript': 629614, 'Python': 598047, 'R': 479859, 'Shell': 137088, 'CSS': 95683, 'Dockerfile': 14459, 'Mustache': 9851, 'Makefile': 3567, 'Smarty': 2215, 'HTML': 1001}
Apache License 2.0
9,301
mercedes-benz/sechub/1908/1907
mercedes-benz
sechub
https://github.com/mercedes-benz/sechub/issues/1907
https://github.com/mercedes-benz/sechub/pull/1908
https://github.com/mercedes-benz/sechub/pull/1908
1
closes
Fix develop branch
With #1887 the GH action build workflow broke due to a misspelled variable. This shall be fixed here.
9d624d6bf3cb50f2c3cb4270193b034f604f7638
07cdf3d8f71f548f123587ca490e59ccf20a454d
https://github.com/mercedes-benz/sechub/compare/9d624d6bf3cb50f2c3cb4270193b034f604f7638...07cdf3d8f71f548f123587ca490e59ccf20a454d
diff --git a/sechub-notification/src/main/java/com/mercedesbenz/sechub/domain/notification/user/NewApiTokenRequestedUserNotificationService.java b/sechub-notification/src/main/java/com/mercedesbenz/sechub/domain/notification/user/NewApiTokenRequestedUserNotificationService.java index 992773fb0..54d1ef4d5 100644 --- a/s...
['sechub-notification/src/main/java/com/mercedesbenz/sechub/domain/notification/user/NewApiTokenRequestedUserNotificationService.java']
{'.java': 1}
1
1
0
0
1
3,476,594
718,588
99,935
1,539
157
31
2
1
101
18
24
1
0
0
1970-01-01T00:27:55
159
Java
{'Java': 7354269, 'Shell': 285620, 'Go': 207604, 'Dockerfile': 58303, 'HTML': 27680, 'TypeScript': 17921, 'Groovy': 8898, 'CSS': 7405, 'Python': 7341, 'C': 748, 'Assembly': 401, 'Batchfile': 391, 'JavaScript': 312, 'Visual Basic .NET': 178, 'Ada': 169, 'Erlang': 140, 'OpenEdge ABL': 139, 'Fortran': 138, 'ABAP': 134, 'R...
MIT License
9,302
mercedes-benz/sechub/1809/1808
mercedes-benz
sechub
https://github.com/mercedes-benz/sechub/issues/1808
https://github.com/mercedes-benz/sechub/pull/1809
https://github.com/mercedes-benz/sechub/pull/1809
1
closes
HTML report downloaded in browser shows no trafficlight or any other style information
## Situation While testing #1807 I became aware, that the HTML report does no longer show any style information and looks very ugly when directly downloaded from server (e.g. when using DAUI and downloading a report directly via HTTPS with Browser) When storing the file locally and showing it inside the browser every...
a34e59612e8059395eff3ce6411f7e7badeda20a
59e5183a9b11fac58f4a9818b1ce07ae76b65df5
https://github.com/mercedes-benz/sechub/compare/a34e59612e8059395eff3ce6411f7e7badeda20a...59e5183a9b11fac58f4a9818b1ce07ae76b65df5
diff --git a/sechub-shared-kernel/src/main/java/com/mercedesbenz/sechub/sharedkernel/configuration/AbstractAllowSecHubAPISecurityConfiguration.java b/sechub-shared-kernel/src/main/java/com/mercedesbenz/sechub/sharedkernel/configuration/AbstractAllowSecHubAPISecurityConfiguration.java index 0a0a6f42b..1c71f6bdf 100644 -...
['sechub-shared-kernel/src/main/java/com/mercedesbenz/sechub/sharedkernel/configuration/AbstractAllowSecHubAPISecurityConfiguration.java']
{'.java': 1}
1
1
0
0
1
3,437,801
710,586
98,907
1,518
126
27
2
1
638
100
130
13
0
0
1970-01-01T00:27:50
159
Java
{'Java': 7354269, 'Shell': 285620, 'Go': 207604, 'Dockerfile': 58303, 'HTML': 27680, 'TypeScript': 17921, 'Groovy': 8898, 'CSS': 7405, 'Python': 7341, 'C': 748, 'Assembly': 401, 'Batchfile': 391, 'JavaScript': 312, 'Visual Basic .NET': 178, 'Ada': 169, 'Erlang': 140, 'OpenEdge ABL': 139, 'Fortran': 138, 'ABAP': 134, 'R...
MIT License
9,309
mercedes-benz/sechub/727/714
mercedes-benz
sechub
https://github.com/mercedes-benz/sechub/issues/714
https://github.com/mercedes-benz/sechub/pull/727
https://github.com/mercedes-benz/sechub/pull/727
1
closes
Optimistic Locks on multiple PDS - members leads to duplicated Job execution
##### Note - The origin problem is described here: the occurrence of optimistic lock entries. - This was more or less only annoying - After anlaysing the mentioned problem source it became clear that on a clusters this also did execute the JOBS multiple times (see comment below with title "Critical bug detected") ...
d1c303d97e668d71e88f11590f7ba27edb0c7561
466401750c1914acf7989e4d9902b340fad9bdfb
https://github.com/mercedes-benz/sechub/compare/d1c303d97e668d71e88f11590f7ba27edb0c7561...466401750c1914acf7989e4d9902b340fad9bdfb
diff --git a/sechub-integrationtest/src/main/java/com/daimler/sechub/integrationtest/api/ExecutionConstants.java b/sechub-integrationtest/src/main/java/com/daimler/sechub/integrationtest/api/ExecutionConstants.java index c54f3fb56..3ec235a73 100644 --- a/sechub-integrationtest/src/main/java/com/daimler/sechub/integrati...
['sechub-integrationtest/src/main/java/com/daimler/sechub/integrationtest/scenario5/Scenario5.java', 'sechub-integrationtest/src/main/java/com/daimler/sechub/integrationtest/internal/ScenarioInitializer.java', 'sechub-pds/src/main/java/com/daimler/sechub/pds/job/PDSJobRepositoryImpl.java', 'sechub-integrationtest/src/m...
{'.java': 14}
14
14
0
0
14
2,435,934
518,771
74,308
1,169
6,367
1,360
147
5
9,693
882
3,588
84
1
0
1970-01-01T00:27:06
159
Java
{'Java': 7354269, 'Shell': 285620, 'Go': 207604, 'Dockerfile': 58303, 'HTML': 27680, 'TypeScript': 17921, 'Groovy': 8898, 'CSS': 7405, 'Python': 7341, 'C': 748, 'Assembly': 401, 'Batchfile': 391, 'JavaScript': 312, 'Visual Basic .NET': 178, 'Ada': 169, 'Erlang': 140, 'OpenEdge ABL': 139, 'Fortran': 138, 'ABAP': 134, 'R...
MIT License
9,308
mercedes-benz/sechub/866/864
mercedes-benz
sechub
https://github.com/mercedes-benz/sechub/issues/864
https://github.com/mercedes-benz/sechub/pull/866
https://github.com/mercedes-benz/sechub/pull/866
1
closes
SecHub report results do not contain job UUID
## Situation With release `v0.27.0-server` the reports did not conain a job uuid any longer. This is critical for sechub client interactive false-positive handling were the Job UUID of an report is used - and will fail because not existing. ## Wanted When user fetches reports the Job UUID must be in report again...
f874525cc3b01eda12d74934fd79782b25b370c6
5810a49ce9dd6895502d71765886164430270aa3
https://github.com/mercedes-benz/sechub/compare/f874525cc3b01eda12d74934fd79782b25b370c6...5810a49ce9dd6895502d71765886164430270aa3
diff --git a/sechub-integrationtest/src/main/java/com/daimler/sechub/integrationtest/api/AssertReport.java b/sechub-integrationtest/src/main/java/com/daimler/sechub/integrationtest/api/AssertReport.java index b5e6ac84e..f7237c685 100644 --- a/sechub-integrationtest/src/main/java/com/daimler/sechub/integrationtest/api/A...
['sechub-integrationtest/src/main/java/com/daimler/sechub/integrationtest/api/AssertReport.java', 'sechub-scan-product-sereco/src/main/java/com/daimler/sechub/domain/scan/product/sereco/SerecoProductResultTransformer.java', 'sechub-integrationtest/src/test/java/com/daimler/sechub/integrationtest/scenario10/PDSCodeScanS...
{'.java': 5}
5
5
0
0
5
2,583,770
548,549
78,306
1,218
437
88
6
2
604
91
130
15
0
0
1970-01-01T00:27:15
159
Java
{'Java': 7354269, 'Shell': 285620, 'Go': 207604, 'Dockerfile': 58303, 'HTML': 27680, 'TypeScript': 17921, 'Groovy': 8898, 'CSS': 7405, 'Python': 7341, 'C': 748, 'Assembly': 401, 'Batchfile': 391, 'JavaScript': 312, 'Visual Basic .NET': 178, 'Ada': 169, 'Erlang': 140, 'OpenEdge ABL': 139, 'Fortran': 138, 'ABAP': 134, 'R...
MIT License
357
opencb/opencga/130/108
opencb
opencga
https://github.com/opencb/opencga/issues/108
https://github.com/opencb/opencga/pull/130
https://github.com/opencb/opencga/pull/130
1
fixes
Ensure that indices are created in mongo
It's not clear if we are creating indices consistently in all branches and in all the collections that need them. For example, in 0.5 currently there are no indices in `variants` collection.
fc85135196bf86e1c781b3a1fb9dbd353c752585
c0f672a15365660ff3c7aa7344012514c8a1adcf
https://github.com/opencb/opencga/compare/fc85135196bf86e1c781b3a1fb9dbd353c752585...c0f672a15365660ff3c7aa7344012514c8a1adcf
diff --git a/opencga-storage/opencga-storage-mongodb/src/main/java/org/opencb/opencga/storage/mongodb/variant/VariantMongoDBWriter.java b/opencga-storage/opencga-storage-mongodb/src/main/java/org/opencb/opencga/storage/mongodb/variant/VariantMongoDBWriter.java index 5504f07c64..8604fd22fc 100644 --- a/opencga-storage/o...
['opencga-storage/opencga-storage-mongodb/src/main/java/org/opencb/opencga/storage/mongodb/variant/VariantMongoDBWriter.java']
{'.java': 1}
1
1
0
0
1
2,640,582
548,562
68,771
260
2,067
432
20
1
192
32
41
4
0
0
1970-01-01T00:23:52
159
Java
{'Java': 19466288, 'Jupyter Notebook': 6290799, 'JavaScript': 629614, 'Python': 598047, 'R': 479859, 'Shell': 137088, 'CSS': 95683, 'Dockerfile': 14459, 'Mustache': 9851, 'Makefile': 3567, 'Smarty': 2215, 'HTML': 1001}
Apache License 2.0
356
opencb/opencga/529/528
opencb
opencga
https://github.com/opencb/opencga/issues/528
https://github.com/opencb/opencga/pull/529
https://github.com/opencb/opencga/pull/529
1
fix
OpenCGA fails to parse NC_007605 contigs.
Our samples contain Human herpesvirus 4 complete wild type genome (NC_007605) [1] for QC purpose. OpenCGA fails to parse gVCF files with it. Exception [2] is below and pull request will follow. [1] https://www.ncbi.nlm.nih.gov/nuccore/82503188 [2] ``` Caused by: org.opencb.opencga.storage.core.exceptions.Stor...
6f14d3aba69bd85b723b6805ea967ae0a6cb3e9c
079fe277faecc7bca762571fb68d39ec19bc7138
https://github.com/opencb/opencga/compare/6f14d3aba69bd85b723b6805ea967ae0a6cb3e9c...079fe277faecc7bca762571fb68d39ec19bc7138
diff --git a/opencga-storage/opencga-storage-hadoop/opencga-storage-hadoop-core/src/main/java/org/opencb/opencga/storage/hadoop/variant/GenomeHelper.java b/opencga-storage/opencga-storage-hadoop/opencga-storage-hadoop-core/src/main/java/org/opencb/opencga/storage/hadoop/variant/GenomeHelper.java index 590d34469b..116c3...
['opencga-storage/opencga-storage-hadoop/opencga-storage-hadoop-core/src/main/java/org/opencb/opencga/storage/hadoop/variant/GenomeHelper.java']
{'.java': 1}
1
1
0
0
1
6,278,997
1,275,042
147,678
594
873
198
20
1
2,358
101
557
29
1
1
1970-01-01T00:24:47
159
Java
{'Java': 19466288, 'Jupyter Notebook': 6290799, 'JavaScript': 629614, 'Python': 598047, 'R': 479859, 'Shell': 137088, 'CSS': 95683, 'Dockerfile': 14459, 'Mustache': 9851, 'Makefile': 3567, 'Smarty': 2215, 'HTML': 1001}
Apache License 2.0
359
opencb/opencga/121/111
opencb
opencga
https://github.com/opencb/opencga/issues/111
https://github.com/opencb/opencga/pull/121
https://github.com/opencb/opencga/pull/121
1
resolves
VepVariantAnnotator hangs when an exception occurs
If the VEP file used as input is not found, the following exceptions are displayed: http://pastebin.com/cAMW0vQh, but the application is not aborted, it just hangs.
93c4c3b6c21e0d1b344c0b5e83407d5b2e60e829
711b2dc91403a75b36266ad7c839ac15f05126ad
https://github.com/opencb/opencga/compare/93c4c3b6c21e0d1b344c0b5e83407d5b2e60e829...711b2dc91403a75b36266ad7c839ac15f05126ad
diff --git a/opencga-storage/opencga-storage-core/src/main/java/org/opencb/opencga/storage/core/variant/annotation/VepVariantAnnotator.java b/opencga-storage/opencga-storage-core/src/main/java/org/opencb/opencga/storage/core/variant/annotation/VepVariantAnnotator.java index 7f5219313d..c917599c06 100644 --- a/opencga-s...
['opencga-storage/opencga-storage-core/src/main/java/org/opencb/opencga/storage/core/variant/annotation/VepVariantAnnotator.java']
{'.java': 1}
1
1
0
0
1
2,646,783
549,926
68,909
261
1,531
234
27
1
165
25
42
2
1
0
1970-01-01T00:23:51
159
Java
{'Java': 19466288, 'Jupyter Notebook': 6290799, 'JavaScript': 629614, 'Python': 598047, 'R': 479859, 'Shell': 137088, 'CSS': 95683, 'Dockerfile': 14459, 'Mustache': 9851, 'Makefile': 3567, 'Smarty': 2215, 'HTML': 1001}
Apache License 2.0
364
opencb/opencga/74/69
opencb
opencga
https://github.com/opencb/opencga/issues/69
https://github.com/opencb/opencga/pull/74
https://github.com/opencb/opencga/pull/74
1
resolves
OpenCGA main command line sets too many Storage arguments
The following opencga-storage arguments should not be set by the main OpenCGA command line: - include-genotypes - compress-genotypes - include-stats
53f064e16e1b0481ed6762993cff17f85bd932bd
ff6b57ba12a05bf7fc104d172a2b96859253acfe
https://github.com/opencb/opencga/compare/53f064e16e1b0481ed6762993cff17f85bd932bd...ff6b57ba12a05bf7fc104d172a2b96859253acfe
diff --git a/opencga-analysis/src/main/java/org/opencb/opencga/analysis/storage/AnalysisFileIndexer.java b/opencga-analysis/src/main/java/org/opencb/opencga/analysis/storage/AnalysisFileIndexer.java index e0ab3801c3..f90a1bd147 100644 --- a/opencga-analysis/src/main/java/org/opencb/opencga/analysis/storage/AnalysisFile...
['opencga-analysis/src/main/java/org/opencb/opencga/analysis/storage/AnalysisFileIndexer.java']
{'.java': 1}
1
1
0
0
1
2,622,126
544,952
68,411
259
158
26
3
1
149
20
34
5
0
0
1970-01-01T00:23:49
159
Java
{'Java': 19466288, 'Jupyter Notebook': 6290799, 'JavaScript': 629614, 'Python': 598047, 'R': 479859, 'Shell': 137088, 'CSS': 95683, 'Dockerfile': 14459, 'Mustache': 9851, 'Makefile': 3567, 'Smarty': 2215, 'HTML': 1001}
Apache License 2.0
9,303
mercedes-benz/sechub/1785/1780
mercedes-benz
sechub
https://github.com/mercedes-benz/sechub/issues/1780
https://github.com/mercedes-benz/sechub/pull/1785
https://github.com/mercedes-benz/sechub/pull/1785
1
closes
Fix problem of failing FileUploadSizeScenario2IntTest on S3 storage
## Situation In integration test `FileUploadSizeScenario2IntTest` the test method `when_binaries_tarfile_exceeds_NOT_max_bin_file_size_file_is_uploaded` fails on S3 usage. The problematic part is here: ```java assertEquals("Fetched file size not as expected for " + data.fileNameAtServerSide + " !", realFileSizeI...
c12429348c718cdf050c9be143bc38b7a2f38dba
14c9b31d9e656ed6cb81d5f0322b5a1bcb7924bd
https://github.com/mercedes-benz/sechub/compare/c12429348c718cdf050c9be143bc38b7a2f38dba...14c9b31d9e656ed6cb81d5f0322b5a1bcb7924bd
diff --git a/sechub-integrationtest/src/main/java/com/mercedesbenz/sechub/integrationtest/api/AsUser.java b/sechub-integrationtest/src/main/java/com/mercedesbenz/sechub/integrationtest/api/AsUser.java index 28cd47c47..0d638bc56 100644 --- a/sechub-integrationtest/src/main/java/com/mercedesbenz/sechub/integrationtest/ap...
['sechub-integrationtest/src/main/java/com/mercedesbenz/sechub/integrationtest/api/AsUser.java', 'sechub-server-core/src/main/java/com/mercedesbenz/sechub/server/core/IntegrationTestServerRestController.java', 'sechub-integrationtest/src/main/java/com/mercedesbenz/sechub/integrationtest/api/TestAPI.java']
{'.java': 3}
3
3
0
0
3
3,405,276
703,875
98,000
1,505
435
73
10
1
518
66
119
13
0
1
1970-01-01T00:27:49
159
Java
{'Java': 7354269, 'Shell': 285620, 'Go': 207604, 'Dockerfile': 58303, 'HTML': 27680, 'TypeScript': 17921, 'Groovy': 8898, 'CSS': 7405, 'Python': 7341, 'C': 748, 'Assembly': 401, 'Batchfile': 391, 'JavaScript': 312, 'Visual Basic .NET': 178, 'Ada': 169, 'Erlang': 140, 'OpenEdge ABL': 139, 'Fortran': 138, 'ABAP': 134, 'R...
MIT License
9,305
mercedes-benz/sechub/1644/1643
mercedes-benz
sechub
https://github.com/mercedes-benz/sechub/issues/1643
https://github.com/mercedes-benz/sechub/pull/1644
https://github.com/mercedes-benz/sechub/pull/1644
1
closes
Improve SerecoSourceRelevantPartResolver to avoid NPE inside Sereco
### Situation The relevant part resolver inside Sereco can fail when doing the regular expression matching when the source is null. ### Wanted No NPE when source is null ### Solution Inside `SerecoSourceRelevantPartResolver.java` we check for `null` and return an empty string as a fallback result. https...
e63c92044d315d2602f82a39ab25b43e99f2b493
dc61fdfd6a5516ee0cf012a396152dd1d7d59117
https://github.com/mercedes-benz/sechub/compare/e63c92044d315d2602f82a39ab25b43e99f2b493...dc61fdfd6a5516ee0cf012a396152dd1d7d59117
diff --git a/sechub-scan-product-sereco/src/main/java/com/mercedesbenz/sechub/domain/scan/product/sereco/SerecoSourceRelevantPartResolver.java b/sechub-scan-product-sereco/src/main/java/com/mercedesbenz/sechub/domain/scan/product/sereco/SerecoSourceRelevantPartResolver.java index 0b92a107d..1599733c8 100644 --- a/sechu...
['sechub-scan-product-sereco/src/test/java/com/mercedesbenz/sechub/domain/scan/product/sereco/SerecoSourceRelevantPartResolverTest.java', 'sechub-scan-product-sereco/src/main/java/com/mercedesbenz/sechub/domain/scan/product/sereco/SerecoSourceRelevantPartResolver.java']
{'.java': 2}
2
2
0
0
2
3,318,687
686,724
95,831
1,479
65
13
3
1
2,628
103
626
37
1
2
1970-01-01T00:27:43
159
Java
{'Java': 7354269, 'Shell': 285620, 'Go': 207604, 'Dockerfile': 58303, 'HTML': 27680, 'TypeScript': 17921, 'Groovy': 8898, 'CSS': 7405, 'Python': 7341, 'C': 748, 'Assembly': 401, 'Batchfile': 391, 'JavaScript': 312, 'Visual Basic .NET': 178, 'Ada': 169, 'Erlang': 140, 'OpenEdge ABL': 139, 'Fortran': 138, 'ABAP': 134, 'R...
MIT License
360
opencb/opencga/112/108
opencb
opencga
https://github.com/opencb/opencga/issues/108
https://github.com/opencb/opencga/pull/112
https://github.com/opencb/opencga/pull/112
1
resolves
Ensure that indices are created in mongo
It's not clear if we are creating indices consistently in all branches and in all the collections that need them. For example, in 0.5 currently there are no indices in `variants` collection.
d54cd38bcf0645c61178d6d083bbf56954c94609
6054188d422240d717c2dd03b71982562d97f73c
https://github.com/opencb/opencga/compare/d54cd38bcf0645c61178d6d083bbf56954c94609...6054188d422240d717c2dd03b71982562d97f73c
diff --git a/opencga-storage/opencga-storage-mongodb/src/main/java/org/opencb/opencga/storage/mongodb/variant/VariantMongoDBWriter.java b/opencga-storage/opencga-storage-mongodb/src/main/java/org/opencb/opencga/storage/mongodb/variant/VariantMongoDBWriter.java index 2d99b9223d..5504f07c64 100644 --- a/opencga-storage/o...
['opencga-storage/opencga-storage-mongodb/src/main/java/org/opencb/opencga/storage/mongodb/variant/VariantMongoDBWriter.java']
{'.java': 1}
1
1
0
0
1
2,638,413
548,122
68,737
260
1,481
307
18
1
192
32
41
4
0
0
1970-01-01T00:23:51
159
Java
{'Java': 19466288, 'Jupyter Notebook': 6290799, 'JavaScript': 629614, 'Python': 598047, 'R': 479859, 'Shell': 137088, 'CSS': 95683, 'Dockerfile': 14459, 'Mustache': 9851, 'Makefile': 3567, 'Smarty': 2215, 'HTML': 1001}
Apache License 2.0
9,306
mercedes-benz/sechub/1619/1615
mercedes-benz
sechub
https://github.com/mercedes-benz/sechub/issues/1615
https://github.com/mercedes-benz/sechub/pull/1619
https://github.com/mercedes-benz/sechub/pull/1619
1
closes
OWASP ZAP Wrapper OpenApi Scanning exits because missing condition
### Situation During the implementation of the open api scanning there was a misunterstanding regarding the data section part on my side. I thought the ENV variable: `PDS_JOB_EXTRACTED_SOURCES_FOLDER` on PDS side will only be set if there are sources extracted to the PDS. I relied on this condition, but this is not e...
bfd344fde3d47fbb87a6bfe7bf935a9ecc78e108
0cc45c7ae425ad1e98bc01bd0b82688b348bd7be
https://github.com/mercedes-benz/sechub/compare/bfd344fde3d47fbb87a6bfe7bf935a9ecc78e108...0cc45c7ae425ad1e98bc01bd0b82688b348bd7be
diff --git a/sechub-wrapper-owasp-zap/src/main/java/com/mercedesbenz/sechub/owaspzapwrapper/config/ApiDefinitionFileProvider.java b/sechub-wrapper-owasp-zap/src/main/java/com/mercedesbenz/sechub/owaspzapwrapper/config/ApiDefinitionFileProvider.java index 15ef0fde2..d77d6184b 100644 --- a/sechub-wrapper-owasp-zap/src/ma...
['sechub-wrapper-owasp-zap/src/test/java/com/mercedesbenz/sechub/owaspzapwrapper/config/ApiDefinitionFileProviderTest.java', 'sechub-wrapper-owasp-zap/src/main/java/com/mercedesbenz/sechub/owaspzapwrapper/config/OwaspZapScanConfigurationFactory.java', 'sechub-wrapper-owasp-zap/src/main/java/com/mercedesbenz/sechub/owas...
{'.java': 3}
3
3
0
0
3
3,318,687
686,724
95,831
1,479
1,414
266
24
2
429
69
92
6
0
0
1970-01-01T00:27:42
159
Java
{'Java': 7354269, 'Shell': 285620, 'Go': 207604, 'Dockerfile': 58303, 'HTML': 27680, 'TypeScript': 17921, 'Groovy': 8898, 'CSS': 7405, 'Python': 7341, 'C': 748, 'Assembly': 401, 'Batchfile': 391, 'JavaScript': 312, 'Visual Basic .NET': 178, 'Ada': 169, 'Erlang': 140, 'OpenEdge ABL': 139, 'Fortran': 138, 'ABAP': 134, 'R...
MIT License
361
opencb/opencga/109/93
opencb
opencga
https://github.com/opencb/opencga/issues/93
https://github.com/opencb/opencga/pull/109
https://github.com/opencb/opencga/pull/109
1
fixes
Job status is not cleaned up when aborted
If a job fails under normal conditions (a managed exception) the status of the involved files is properly handled. But when a job queue manager aborts it for reasons such as too much memory usage, then this status is not cleaned and must be corrected by hand (or forced to be ignored in a re-run). One solution would be...
d54cd38bcf0645c61178d6d083bbf56954c94609
816666a76dcbfc60c7ffed9eab11e912f47f1642
https://github.com/opencb/opencga/compare/d54cd38bcf0645c61178d6d083bbf56954c94609...816666a76dcbfc60c7ffed9eab11e912f47f1642
diff --git a/opencga-analysis/src/main/java/org/opencb/opencga/analysis/AnalysisJobExecuter.java b/opencga-analysis/src/main/java/org/opencb/opencga/analysis/AnalysisJobExecuter.java index 494e22d360..9537714af9 100644 --- a/opencga-analysis/src/main/java/org/opencb/opencga/analysis/AnalysisJobExecuter.java +++ b/openc...
['opencga-analysis/src/main/java/org/opencb/opencga/analysis/AnalysisJobExecuter.java']
{'.java': 1}
1
1
0
0
1
2,638,413
548,122
68,737
260
2,964
471
40
1
539
92
109
4
0
0
1970-01-01T00:23:51
159
Java
{'Java': 19466288, 'Jupyter Notebook': 6290799, 'JavaScript': 629614, 'Python': 598047, 'R': 479859, 'Shell': 137088, 'CSS': 95683, 'Dockerfile': 14459, 'Mustache': 9851, 'Makefile': 3567, 'Smarty': 2215, 'HTML': 1001}
Apache License 2.0
363
opencb/opencga/79/51
opencb
opencga
https://github.com/opencb/opencga/issues/51
https://github.com/opencb/opencga/pull/79
https://github.com/opencb/opencga/pull/79
1
resolves
tag names in vcf header with dots
DBObjectToVariantSourceConverter complains when a vcf has a line in the header like: ``` ##source_20120715.1=... ``` because mongo doesn't allow dots in field names, so they are not loaded. Maybe it's interesting adding a char mapping in the converter.
804790e9e3cef9b5ba6923420da43e3e95ba0a6e
1cc6e9d5eb2bfd951a0bd6d77e8a5bd37c455e0e
https://github.com/opencb/opencga/compare/804790e9e3cef9b5ba6923420da43e3e95ba0a6e...1cc6e9d5eb2bfd951a0bd6d77e8a5bd37c455e0e
diff --git a/opencga-storage/opencga-storage-mongodb/src/main/java/org/opencb/opencga/storage/mongodb/variant/DBObjectToVariantSourceConverter.java b/opencga-storage/opencga-storage-mongodb/src/main/java/org/opencb/opencga/storage/mongodb/variant/DBObjectToVariantSourceConverter.java index 539e8d83bf..a71627772b 100644...
['opencga-storage/opencga-storage-mongodb/src/test/java/org/opencb/opencga/storage/mongodb/variant/DBObjectToVariantSourceConverterTest.java', 'opencga-storage/opencga-storage-mongodb/src/main/java/org/opencb/opencga/storage/mongodb/variant/DBObjectToVariantSourceConverter.java']
{'.java': 2}
2
2
0
0
2
2,624,665
545,471
68,458
259
916
165
11
1
256
38
61
8
0
1
1970-01-01T00:23:49
159
Java
{'Java': 19466288, 'Jupyter Notebook': 6290799, 'JavaScript': 629614, 'Python': 598047, 'R': 479859, 'Shell': 137088, 'CSS': 95683, 'Dockerfile': 14459, 'Mustache': 9851, 'Makefile': 3567, 'Smarty': 2215, 'HTML': 1001}
Apache License 2.0
362
opencb/opencga/82/71
opencb
opencga
https://github.com/opencb/opencga/issues/71
https://github.com/opencb/opencga/pull/82
https://github.com/opencb/opencga/pull/82
1
resolves
Error calling opencga/rest/users/demo/info with lastActivity query parameter
When calling this ws with lastActivity parameter an error is returned: "User { id: \\"demo\\" } not found." ``` json {"warning":"","error":"","queryOptions":{"metadata":true,"exclude":["password","sessions"]},"response":[{"id":"","time":0,"dbTime":-1,"numResults":-1,"numTotalResults":-1,"warningMsg":"","errorMsg":"U...
0006c49c8141bf10a5884cb493fd65a2f3ef89d9
ca665080e691a22e25ace64d20fb8c9359e1961e
https://github.com/opencb/opencga/compare/0006c49c8141bf10a5884cb493fd65a2f3ef89d9...ca665080e691a22e25ace64d20fb8c9359e1961e
diff --git a/opencga-catalog/src/main/java/org/opencb/opencga/catalog/db/CatalogMongoDBAdaptor.java b/opencga-catalog/src/main/java/org/opencb/opencga/catalog/db/CatalogMongoDBAdaptor.java index fa29164b67..cb73744769 100644 --- a/opencga-catalog/src/main/java/org/opencb/opencga/catalog/db/CatalogMongoDBAdaptor.java ++...
['opencga-catalog/src/main/java/org/opencb/opencga/catalog/db/CatalogMongoDBAdaptor.java', 'opencga-catalog/src/test/java/org/opencb/opencga/catalog/CatalogManagerTest.java']
{'.java': 2}
2
2
0
0
2
2,634,663
547,575
68,825
262
611
120
12
1
525
45
134
14
0
1
1970-01-01T00:23:49
159
Java
{'Java': 19466288, 'Jupyter Notebook': 6290799, 'JavaScript': 629614, 'Python': 598047, 'R': 479859, 'Shell': 137088, 'CSS': 95683, 'Dockerfile': 14459, 'Mustache': 9851, 'Makefile': 3567, 'Smarty': 2215, 'HTML': 1001}
Apache License 2.0
857
wso2/micro-integrator/1302/1301
wso2
micro-integrator
https://github.com/wso2/micro-integrator/issues/1301
https://github.com/wso2/micro-integrator/pull/1302
https://github.com/wso2/micro-integrator/pull/1302
1
fixes
Message Processors are scheduled in paused stated when hot deployed.
**Description:** $subject. **Steps** - Deploy a MP in MI. - Delete the file and add it again. - It will be scheduled and be in paused state.
32aa3da3d9c6f4bde5dbca111303353b0f365ca2
5d83bf8336331a5c528c5f91b7dd048420f872cf
https://github.com/wso2/micro-integrator/compare/32aa3da3d9c6f4bde5dbca111303353b0f365ca2...5d83bf8336331a5c528c5f91b7dd048420f872cf
diff --git a/components/mediation/tasks/org.wso2.micro.integrator.ntask.core/src/main/java/org/wso2/micro/integrator/ntask/core/impl/FileBasedTaskRepository.java b/components/mediation/tasks/org.wso2.micro.integrator.ntask.core/src/main/java/org/wso2/micro/integrator/ntask/core/impl/FileBasedTaskRepository.java index b...
['components/mediation/tasks/org.wso2.micro.integrator.ntask.core/src/main/java/org/wso2/micro/integrator/ntask/core/impl/FileBasedTaskRepository.java']
{'.java': 1}
1
1
0
0
1
9,014,923
1,786,346
227,076
1,273
93
17
1
1
149
27
38
8
0
0
1970-01-01T00:26:25
154
Java
{'Java': 16580512, 'Shell': 271199, 'Jinja': 131746, 'XSLT': 77329, 'Batchfile': 49378, 'JavaScript': 46701, 'PLSQL': 37765, 'Ballerina': 22977, 'SQLPL': 17882, 'Ruby': 17030, 'TSQL': 15030, 'Dockerfile': 7861, 'XQuery': 2384, 'HTML': 609}
Apache License 2.0
848
wso2/micro-integrator/1705/1700
wso2
micro-integrator
https://github.com/wso2/micro-integrator/issues/1700
https://github.com/wso2/micro-integrator/pull/1705
https://github.com/wso2/micro-integrator/pull/1705
1
fixes
When the Message Processor gets deactivated due to an issue, it keeps deactivated state even after restarting the server.
**Description:** After redeploying a carbon application / restarted the server, the Message Processor goes to a Paused state. If the Message Processor gets deactivated due to some issue (as an example, the endpoint not existing), even if the car file is redeployed and the server is restarted, the message processor...
a29ead51eb85887e69c8b8e75fe953977598d5a9
0a4a85d803b5836f0386f441b8304952a52c7bd6
https://github.com/wso2/micro-integrator/compare/a29ead51eb85887e69c8b8e75fe953977598d5a9...0a4a85d803b5836f0386f441b8304952a52c7bd6
diff --git a/components/mediation/registry/org.wso2.micro.integrator.registry/src/main/java/org/wso2/micro/integrator/registry/MicroIntegratorRegistry.java b/components/mediation/registry/org.wso2.micro.integrator.registry/src/main/java/org/wso2/micro/integrator/registry/MicroIntegratorRegistry.java index 5b85cfa69..14...
['components/mediation/registry/org.wso2.micro.integrator.registry/src/main/java/org/wso2/micro/integrator/registry/MicroIntegratorRegistry.java']
{'.java': 1}
1
1
0
0
1
9,122,849
1,807,442
229,637
1,297
523
80
9
1
1,160
93
308
17
2
1
1970-01-01T00:26:32
154
Java
{'Java': 16580512, 'Shell': 271199, 'Jinja': 131746, 'XSLT': 77329, 'Batchfile': 49378, 'JavaScript': 46701, 'PLSQL': 37765, 'Ballerina': 22977, 'SQLPL': 17882, 'Ruby': 17030, 'TSQL': 15030, 'Dockerfile': 7861, 'XQuery': 2384, 'HTML': 609}
Apache License 2.0
856
wso2/micro-integrator/1380/1071
wso2
micro-integrator
https://github.com/wso2/micro-integrator/issues/1071
https://github.com/wso2/micro-integrator/pull/1380
https://github.com/wso2/micro-integrator/pull/1380
1
fixes
Message Processor state is not saved properly in MI registry
**Description:** The Activate parameter we configure in synapse configurations is only helpful for the message processor to deploy for the very first time. Once it is deployed, the message processor's state is preserved in the registry [1]. The current state is assigned to the property MESSAGE_PROCESSOR_STATE and save...
ca3409646204b84ea3e79030df3e4b1e8b50f96a
bf5ab53019e15af90f10bbc6975f8712078e9151
https://github.com/wso2/micro-integrator/compare/ca3409646204b84ea3e79030df3e4b1e8b50f96a...bf5ab53019e15af90f10bbc6975f8712078e9151
diff --git a/components/mediation/registry/org.wso2.micro.integrator.registry/src/main/java/org/wso2/micro/integrator/registry/MicroIntegratorRegistry.java b/components/mediation/registry/org.wso2.micro.integrator.registry/src/main/java/org/wso2/micro/integrator/registry/MicroIntegratorRegistry.java index 8f879f8d2..62...
['components/mediation/registry/org.wso2.micro.integrator.registry/src/main/java/org/wso2/micro/integrator/registry/MicroIntegratorRegistry.java', 'integration/mediation-tests/tests-platform/tests-coordination/src/test/java/org/wso2/micro/integrator/message/processor/MessageProcessorTests.java']
{'.java': 2}
2
2
0
0
2
9,065,629
1,796,261
228,368
1,284
1,812
287
37
1
1,323
131
312
17
3
0
1970-01-01T00:26:26
154
Java
{'Java': 16580512, 'Shell': 271199, 'Jinja': 131746, 'XSLT': 77329, 'Batchfile': 49378, 'JavaScript': 46701, 'PLSQL': 37765, 'Ballerina': 22977, 'SQLPL': 17882, 'Ruby': 17030, 'TSQL': 15030, 'Dockerfile': 7861, 'XQuery': 2384, 'HTML': 609}
Apache License 2.0
855
wso2/micro-integrator/1422/1060
wso2
micro-integrator
https://github.com/wso2/micro-integrator/issues/1060
https://github.com/wso2/micro-integrator/pull/1422
https://github.com/wso2/micro-integrator/pull/1422
1
fixes
Error thrown when securevault.sh is run
**Description:** The following exception is thrown when securevault.sh is run as described in https://ei.docs.wso2.com/en/latest/micro-integrator/develop/creating-artifacts/encrypting-synapse-passwords/#encrypting-passwords-for-synapse-configurations ``` writing to: /home/user/temp/wso2mi-1.1.0/registry/config/repos...
eb5b754d40972ee360e5b8d34948d852cd1b2eb8
da1e778ff594b555779c504cf29ab7b5bdad5776
https://github.com/wso2/micro-integrator/compare/eb5b754d40972ee360e5b8d34948d852cd1b2eb8...da1e778ff594b555779c504cf29ab7b5bdad5776
diff --git a/components/org.wso2.micro.integrator.security/src/main/java/org/wso2/micro/integrator/security/vault/utils/Utils.java b/components/org.wso2.micro.integrator.security/src/main/java/org/wso2/micro/integrator/security/vault/utils/Utils.java index 6136ed394..15a2ac781 100644 --- a/components/org.wso2.micro.int...
['components/org.wso2.micro.integrator.security/src/main/java/org/wso2/micro/integrator/security/vault/utils/Utils.java']
{'.java': 1}
1
1
0
0
1
9,066,653
1,796,432
228,386
1,284
266
41
7
1
1,344
62
328
14
1
1
1970-01-01T00:26:27
154
Java
{'Java': 16580512, 'Shell': 271199, 'Jinja': 131746, 'XSLT': 77329, 'Batchfile': 49378, 'JavaScript': 46701, 'PLSQL': 37765, 'Ballerina': 22977, 'SQLPL': 17882, 'Ruby': 17030, 'TSQL': 15030, 'Dockerfile': 7861, 'XQuery': 2384, 'HTML': 609}
Apache License 2.0
854
wso2/micro-integrator/1432/1431
wso2
micro-integrator
https://github.com/wso2/micro-integrator/issues/1431
https://github.com/wso2/micro-integrator/pull/1432
https://github.com/wso2/micro-integrator/pull/1432
1
fixes
Nodes with duplicate Ids are allowed to join cluster.
**Description:** When two nodes have same node-id , they are still allowed to join the cluster with a warn log.
607ee76566fb06c5ca50a1a78d05b10760d0a0ba
fac2e904c901412f0345e7401400adf1db19e4b5
https://github.com/wso2/micro-integrator/compare/607ee76566fb06c5ca50a1a78d05b10760d0a0ba...fac2e904c901412f0345e7401400adf1db19e4b5
diff --git a/components/org.wso2.micro.integrator.coordination/src/main/java/org/wso2/micro/integrator/coordination/RDBMSCoordinationStrategy.java b/components/org.wso2.micro.integrator.coordination/src/main/java/org/wso2/micro/integrator/coordination/RDBMSCoordinationStrategy.java index 6119670e3..0c3e54ede 100644 ---...
['components/org.wso2.micro.integrator.coordination/src/main/java/org/wso2/micro/integrator/coordination/RDBMSCoordinationStrategy.java']
{'.java': 1}
1
1
0
0
1
9,067,861
1,796,675
228,415
1,284
519
77
6
1
112
20
25
2
0
0
1970-01-01T00:26:27
154
Java
{'Java': 16580512, 'Shell': 271199, 'Jinja': 131746, 'XSLT': 77329, 'Batchfile': 49378, 'JavaScript': 46701, 'PLSQL': 37765, 'Ballerina': 22977, 'SQLPL': 17882, 'Ruby': 17030, 'TSQL': 15030, 'Dockerfile': 7861, 'XQuery': 2384, 'HTML': 609}
Apache License 2.0
853
wso2/micro-integrator/1479/1476
wso2
micro-integrator
https://github.com/wso2/micro-integrator/issues/1476
https://github.com/wso2/micro-integrator/pull/1479
https://github.com/wso2/micro-integrator/pull/1479
1
fix
JMS Topic subscription is not removed when node looses connection to the cluster.
**Description:** When using JMS inbound endpoint in a clustered scenario, the JMS topic subscription is not removed when the connection to the cluster is lost. Ideally the subscription should be removed as we are stopping the underlying running task and need to be re established when the task is resumed again.
429254dfb02ce67b088a042544a66903e243b4c6
c5b53c7db3f8964c8e68ceeb63eed31662806ac4
https://github.com/wso2/micro-integrator/compare/429254dfb02ce67b088a042544a66903e243b4c6...c5b53c7db3f8964c8e68ceeb63eed31662806ac4
diff --git a/components/mediation/inbound-endpoints/org.wso2.micro.integrator.inbound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/jms/JMSTask.java b/components/mediation/inbound-endpoints/org.wso2.micro.integrator.inbound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/jms/JMSTask....
['components/mediation/tasks/org.wso2.micro.integrator.ntask.core/src/main/java/org/wso2/micro/integrator/ntask/core/impl/AbstractQuartzTaskManager.java', 'components/mediation/inbound-endpoints/org.wso2.micro.integrator.inbound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/jms/JMSTask.java', 'compon...
{'.java': 3}
3
3
0
0
3
9,083,361
1,799,831
228,820
1,286
1,090
223
19
3
313
51
60
2
0
0
1970-01-01T00:26:27
154
Java
{'Java': 16580512, 'Shell': 271199, 'Jinja': 131746, 'XSLT': 77329, 'Batchfile': 49378, 'JavaScript': 46701, 'PLSQL': 37765, 'Ballerina': 22977, 'SQLPL': 17882, 'Ruby': 17030, 'TSQL': 15030, 'Dockerfile': 7861, 'XQuery': 2384, 'HTML': 609}
Apache License 2.0
852
wso2/micro-integrator/1481/1477
wso2
micro-integrator
https://github.com/wso2/micro-integrator/issues/1477
https://github.com/wso2/micro-integrator/pull/1481
https://github.com/wso2/micro-integrator/pull/1481
1
fixes
RabbitMq Inbound Ep message consumption is not paused when the underlying task is stopped.
**Description:** When a node looses connection to the cluster, the rabbit mq inbound task is paused, however the inbound endpoint continues to receive the message and not paused. This need to be fixed.
ca55da26c8b32ffd2701d957f087cb5a7eefd71b
c7332eb422243ed75e0902ad0633edab6d193323
https://github.com/wso2/micro-integrator/compare/ca55da26c8b32ffd2701d957f087cb5a7eefd71b...c7332eb422243ed75e0902ad0633edab6d193323
diff --git a/components/mediation/inbound-endpoints/org.wso2.micro.integrator.inbound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/common/InboundOneTimeTriggerRequestProcessor.java b/components/mediation/inbound-endpoints/org.wso2.micro.integrator.inbound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoi...
['components/mediation/inbound-endpoints/org.wso2.micro.integrator.inbound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/common/InboundOneTimeTriggerRequestProcessor.java', 'components/mediation/inbound-endpoints/org.wso2.micro.integrator.inbound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protoco...
{'.java': 3}
3
3
0
0
3
9,083,693
1,799,894
228,827
1,286
1,752
327
38
3
202
33
41
2
0
0
1970-01-01T00:26:27
154
Java
{'Java': 16580512, 'Shell': 271199, 'Jinja': 131746, 'XSLT': 77329, 'Batchfile': 49378, 'JavaScript': 46701, 'PLSQL': 37765, 'Ballerina': 22977, 'SQLPL': 17882, 'Ruby': 17030, 'TSQL': 15030, 'Dockerfile': 7861, 'XQuery': 2384, 'HTML': 609}
Apache License 2.0
860
wso2/micro-integrator/981/977
wso2
micro-integrator
https://github.com/wso2/micro-integrator/issues/977
https://github.com/wso2/micro-integrator/pull/981
https://github.com/wso2/micro-integrator/pull/981
1
fix
Can not deploy main and fault sequence
**Description:** When trying to deploy main and fault sequence using Capp in mi at the first run it does not get deployed.
3d279eb3fd315d05721e0c7a069842f8649525eb
b0b3e750ea25760f4dcfe6284770699b1e918b74
https://github.com/wso2/micro-integrator/compare/3d279eb3fd315d05721e0c7a069842f8649525eb...b0b3e750ea25760f4dcfe6284770699b1e918b74
diff --git a/components/org.wso2.micro.integrator.initializer/src/main/java/org/wso2/micro/integrator/initializer/deployment/synapse/deployer/SynapseAppDeployer.java b/components/org.wso2.micro.integrator.initializer/src/main/java/org/wso2/micro/integrator/initializer/deployment/synapse/deployer/SynapseAppDeployer.java...
['components/org.wso2.micro.integrator.initializer/src/main/java/org/wso2/micro/integrator/initializer/deployment/synapse/deployer/SynapseAppDeployer.java']
{'.java': 1}
1
1
0
0
1
8,822,370
1,747,918
222,478
1,243
2,402
406
34
1
125
22
28
2
0
0
1970-01-01T00:26:10
154
Java
{'Java': 16580512, 'Shell': 271199, 'Jinja': 131746, 'XSLT': 77329, 'Batchfile': 49378, 'JavaScript': 46701, 'PLSQL': 37765, 'Ballerina': 22977, 'SQLPL': 17882, 'Ruby': 17030, 'TSQL': 15030, 'Dockerfile': 7861, 'XQuery': 2384, 'HTML': 609}
Apache License 2.0
851
wso2/micro-integrator/1576/1575
wso2
micro-integrator
https://github.com/wso2/micro-integrator/issues/1575
https://github.com/wso2/micro-integrator/pull/1576
https://github.com/wso2/micro-integrator/pull/1576
1
fixes
HTTP Inbound endpoint creates new inbound worker thread pool for each request
**Description:** HTTP Inboundendpoint creates a new inbound worker thread pool for each request. The thread pool needs to be initialized once and then the threads should be taken from the pool for every consequent request. **Affected Product Version:** MI 1.1.0 **Steps to reproduce:** 1. Deploy the InboundWor...
67a6d37acbb7c51ed4b866bdba072670398bec2a
72105ef297f0ccc0d12c27b3c43fe06b377205e8
https://github.com/wso2/micro-integrator/compare/67a6d37acbb7c51ed4b866bdba072670398bec2a...72105ef297f0ccc0d12c27b3c43fe06b377205e8
diff --git a/components/mediation/inbound-endpoints/org.wso2.micro.integrator.inbound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/http/InboundHttpSourceHandler.java b/components/mediation/inbound-endpoints/org.wso2.micro.integrator.inbound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/pro...
['components/mediation/inbound-endpoints/org.wso2.micro.integrator.inbound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/http/InboundHttpSourceHandler.java']
{'.java': 1}
1
1
0
0
1
9,171,233
1,816,664
230,994
1,307
2,021
262
28
1
2,503
204
580
56
3
3
1970-01-01T00:26:30
154
Java
{'Java': 16580512, 'Shell': 271199, 'Jinja': 131746, 'XSLT': 77329, 'Batchfile': 49378, 'JavaScript': 46701, 'PLSQL': 37765, 'Ballerina': 22977, 'SQLPL': 17882, 'Ruby': 17030, 'TSQL': 15030, 'Dockerfile': 7861, 'XQuery': 2384, 'HTML': 609}
Apache License 2.0
849
wso2/micro-integrator/1645/1594
wso2
micro-integrator
https://github.com/wso2/micro-integrator/issues/1594
https://github.com/wso2/micro-integrator/pull/1645
https://github.com/wso2/micro-integrator/pull/1645
1
fix
NumberFormatException occurs when invoking the Management API resource for transaction count
**Description:** The following NumberFormatException is printed in logs when invoking the following Management API resource for transaction count. `curl -X GET "https://localhost:9164/management/transactions" -H "accept: application/json" -H "Authorization: Bearer %AccessToken%"` ``` [2020-05-28 14:28:41,203] ...
46552f7b3374ef2916c32c219fcd6ea8c0850765
9c272b1c40de3950105936d4ab4b5b151735c7ac
https://github.com/wso2/micro-integrator/compare/46552f7b3374ef2916c32c219fcd6ea8c0850765...9c272b1c40de3950105936d4ab4b5b151735c7ac
diff --git a/components/org.wso2.micro.integrator.extensions/org.wso2.micro.integrator.management.apis/src/main/java/org/wso2/micro/integrator/management/apis/RequestCountResource.java b/components/org.wso2.micro.integrator.extensions/org.wso2.micro.integrator.management.apis/src/main/java/org/wso2/micro/integrator/man...
['components/org.wso2.micro.integrator.extensions/org.wso2.micro.integrator.management.apis/src/main/java/org/wso2/micro/integrator/management/apis/RequestCountResource.java']
{'.java': 1}
1
1
0
0
1
9,108,978
1,804,747
229,321
1,296
1,671
299
26
1
1,869
115
429
30
2
1
1970-01-01T00:26:31
154
Java
{'Java': 16580512, 'Shell': 271199, 'Jinja': 131746, 'XSLT': 77329, 'Batchfile': 49378, 'JavaScript': 46701, 'PLSQL': 37765, 'Ballerina': 22977, 'SQLPL': 17882, 'Ruby': 17030, 'TSQL': 15030, 'Dockerfile': 7861, 'XQuery': 2384, 'HTML': 609}
Apache License 2.0
858
wso2/micro-integrator/1180/1165
wso2
micro-integrator
https://github.com/wso2/micro-integrator/issues/1165
https://github.com/wso2/micro-integrator/pull/1180
https://github.com/wso2/micro-integrator/pull/1180
1
fixes
[Management API] Cannot retrieve the list of available endpoints using management api
**Description:** The following exception occurs when trying to retrieve the list of available endpoints using management api by invoking [1]. ``` [2020-02-21 15:18:31,254] ERROR {org.wso2.carbon.inbound.endpoint.protocol.http.InboundHttpServerWorker} - Exception occurred when running org.wso2.carbon.inbound.endpoi...
7b7a0411fd48a56894c33b1e888e8ead46611a49
b9224d8b9f2e96bf4a89aff961f5d370ff653fe4
https://github.com/wso2/micro-integrator/compare/7b7a0411fd48a56894c33b1e888e8ead46611a49...b9224d8b9f2e96bf4a89aff961f5d370ff653fe4
diff --git a/components/org.wso2.micro.integrator.extensions/org.wso2.micro.integrator.management.apis/src/main/java/org/wso2/micro/integrator/management/apis/EndpointResource.java b/components/org.wso2.micro.integrator.extensions/org.wso2.micro.integrator.management.apis/src/main/java/org/wso2/micro/integrator/managem...
['components/org.wso2.micro.integrator.extensions/org.wso2.micro.integrator.management.apis/src/main/java/org/wso2/micro/integrator/management/apis/EndpointResource.java']
{'.java': 1}
1
1
0
0
1
8,824,998
1,748,795
222,582
1,243
429
73
10
1
1,338
64
311
16
1
1
1970-01-01T00:26:22
154
Java
{'Java': 16580512, 'Shell': 271199, 'Jinja': 131746, 'XSLT': 77329, 'Batchfile': 49378, 'JavaScript': 46701, 'PLSQL': 37765, 'Ballerina': 22977, 'SQLPL': 17882, 'Ruby': 17030, 'TSQL': 15030, 'Dockerfile': 7861, 'XQuery': 2384, 'HTML': 609}
Apache License 2.0
847
wso2/micro-integrator/1795/1773
wso2
micro-integrator
https://github.com/wso2/micro-integrator/issues/1773
https://github.com/wso2/micro-integrator/pull/1795
https://github.com/wso2/micro-integrator/pull/1795
1
fixes
Prometheus API - basic authentication does not work with an external user store
**Steps to reproduce:** 1. Start the Prometheus server with the below configs in the prometheus.yml file. ``` scrape_configs: - job_name: "esb_stats" static_configs: - targets: ['localhost:9201'] metrics_path: "metric-service/metrics" ``` 2. Have the following configurations in...
622c5d1d8c7208f3f2c7a912827f4bc088d700ce
35c83ceb65c1773e23895aaa023039e14688e87c
https://github.com/wso2/micro-integrator/compare/622c5d1d8c7208f3f2c7a912827f4bc088d700ce...35c83ceb65c1773e23895aaa023039e14688e87c
diff --git a/components/org.wso2.micro.integrator.extensions/org.wso2.micro.integrator.management.apis/src/main/java/org/wso2/micro/integrator/management/apis/security/handler/AuthenticationHandlerAdapter.java b/components/org.wso2.micro.integrator.extensions/org.wso2.micro.integrator.management.apis/src/main/java/org/...
['components/org.wso2.micro.integrator.extensions/org.wso2.micro.integrator.management.apis/src/main/java/org/wso2/micro/integrator/management/apis/security/handler/BasicSecurityHandler.java', 'components/org.wso2.micro.integrator.extensions/org.wso2.micro.integrator.management.apis/src/main/java/org/wso2/micro/integra...
{'.java': 3}
3
3
0
0
3
9,220,650
1,826,315
231,759
1,305
8,531
1,546
202
3
2,502
162
587
73
2
4
1970-01-01T00:26:34
154
Java
{'Java': 16580512, 'Shell': 271199, 'Jinja': 131746, 'XSLT': 77329, 'Batchfile': 49378, 'JavaScript': 46701, 'PLSQL': 37765, 'Ballerina': 22977, 'SQLPL': 17882, 'Ruby': 17030, 'TSQL': 15030, 'Dockerfile': 7861, 'XQuery': 2384, 'HTML': 609}
Apache License 2.0
846
wso2/micro-integrator/1851/1837
wso2
micro-integrator
https://github.com/wso2/micro-integrator/issues/1837
https://github.com/wso2/micro-integrator/pull/1851
https://github.com/wso2/micro-integrator/pull/1851
1
fixes
Incorrect url is returned for an API with version
**Description:** The URL returned for an API with a version using the MI CLI is incorrect. **Example API configuration:** ``` <?xml version="1.0" encoding="UTF-8"?> <api context="/HelloWorld" name="HelloWorld" version="2.0.0" version-type="url" xmlns="http://ws.apache.org/ns/synapse"> <resource methods="GET"...
1f5559689f039aff2a38ede2df0ca746f689bdd2
74a9b6da9fde9178c6a0e4e76edda171c47a4365
https://github.com/wso2/micro-integrator/compare/1f5559689f039aff2a38ede2df0ca746f689bdd2...74a9b6da9fde9178c6a0e4e76edda171c47a4365
diff --git a/components/org.wso2.micro.integrator.extensions/org.wso2.micro.integrator.management.apis/src/main/java/org/wso2/micro/integrator/management/apis/ApiResource.java b/components/org.wso2.micro.integrator.extensions/org.wso2.micro.integrator.management.apis/src/main/java/org/wso2/micro/integrator/management/a...
['components/org.wso2.micro.integrator.extensions/org.wso2.micro.integrator.management.apis/src/main/java/org/wso2/micro/integrator/management/apis/ApiResource.java']
{'.java': 1}
1
1
0
0
1
9,244,216
1,831,025
232,419
1,312
1,721
333
42
1
1,511
155
346
43
3
1
1970-01-01T00:26:34
154
Java
{'Java': 16580512, 'Shell': 271199, 'Jinja': 131746, 'XSLT': 77329, 'Batchfile': 49378, 'JavaScript': 46701, 'PLSQL': 37765, 'Ballerina': 22977, 'SQLPL': 17882, 'Ruby': 17030, 'TSQL': 15030, 'Dockerfile': 7861, 'XQuery': 2384, 'HTML': 609}
Apache License 2.0
840
wso2/micro-integrator/2649/2648
wso2
micro-integrator
https://github.com/wso2/micro-integrator/issues/2648
https://github.com/wso2/micro-integrator/pull/2649
https://github.com/wso2/micro-integrator/pull/2649
1
fixes
Cannot create a new super admin user
**Description:** When we use a JDBC user store and try to add a superuser using the following config, the newly created user will be a non-admin user if there is a super admin user already present in the user store. But if we try the same in EI 660, it will create a new super admin user. ```toml [super_admin] use...
a59eb9b199e47e6d1e22579aba70ffc94b7e77be
186c6fe55afee4efe407ae917cecb2228c3d2eed
https://github.com/wso2/micro-integrator/compare/a59eb9b199e47e6d1e22579aba70ffc94b7e77be...186c6fe55afee4efe407ae917cecb2228c3d2eed
diff --git a/components/org.wso2.micro.integrator.security/src/main/java/org/wso2/micro/integrator/security/user/core/common/AbstractUserStoreManager.java b/components/org.wso2.micro.integrator.security/src/main/java/org/wso2/micro/integrator/security/user/core/common/AbstractUserStoreManager.java index 6e56da6d1..d581...
['components/org.wso2.micro.integrator.security/src/main/java/org/wso2/micro/integrator/security/user/core/common/AbstractUserStoreManager.java']
{'.java': 1}
1
1
0
0
1
10,215,536
2,025,142
257,085
1,478
132
23
2
1
1,003
158
250
17
1
1
1970-01-01T00:27:27
154
Java
{'Java': 16580512, 'Shell': 271199, 'Jinja': 131746, 'XSLT': 77329, 'Batchfile': 49378, 'JavaScript': 46701, 'PLSQL': 37765, 'Ballerina': 22977, 'SQLPL': 17882, 'Ruby': 17030, 'TSQL': 15030, 'Dockerfile': 7861, 'XQuery': 2384, 'HTML': 609}
Apache License 2.0
841
wso2/micro-integrator/2628/2625
wso2
micro-integrator
https://github.com/wso2/micro-integrator/issues/2625
https://github.com/wso2/micro-integrator/pull/2628
https://github.com/wso2/micro-integrator/pull/2628
1
fixes
[Management API] NPE when calling CApp resource without Accept header
**Description:** When we try to retrieve information about a capp, MI will throw an NPE if we haven't defined the `Accept` header in the request. To fix this we need to have a null check at [[1](https://github.com/wso2/micro-integrator/blob/master/components/org.wso2.micro.integrator.extensions/org.wso2.micro.integr...
1b9bbda77891c9f00ddfd31294f2f895fb6e791c
d3a8a25c0edc2785001c74ff1b6ae4e797269273
https://github.com/wso2/micro-integrator/compare/1b9bbda77891c9f00ddfd31294f2f895fb6e791c...d3a8a25c0edc2785001c74ff1b6ae4e797269273
diff --git a/components/org.wso2.micro.integrator.extensions/org.wso2.micro.integrator.management.apis/src/main/java/org/wso2/micro/integrator/management/apis/CarbonAppResource.java b/components/org.wso2.micro.integrator.extensions/org.wso2.micro.integrator.management.apis/src/main/java/org/wso2/micro/integrator/manage...
['components/org.wso2.micro.integrator.extensions/org.wso2.micro.integrator.management.apis/src/main/java/org/wso2/micro/integrator/management/apis/CarbonAppResource.java']
{'.java': 1}
1
1
0
0
1
10,215,513
2,025,133
257,085
1,478
199
33
2
1
659
63
167
11
2
1
1970-01-01T00:27:26
154
Java
{'Java': 16580512, 'Shell': 271199, 'Jinja': 131746, 'XSLT': 77329, 'Batchfile': 49378, 'JavaScript': 46701, 'PLSQL': 37765, 'Ballerina': 22977, 'SQLPL': 17882, 'Ruby': 17030, 'TSQL': 15030, 'Dockerfile': 7861, 'XQuery': 2384, 'HTML': 609}
Apache License 2.0
842
wso2/micro-integrator/2489/2430
wso2
micro-integrator
https://github.com/wso2/micro-integrator/issues/2430
https://github.com/wso2/micro-integrator/pull/2489
https://github.com/wso2/micro-integrator/pull/2489
1
fixes
Metric Handler causes OOM issues.
**Description:** Under heavy load (in cases where APIs with query parameters), the metrics publishing leads to OOM issues. Suspected cause for this having the invocation URL in labels, which causes more and more metrics to be created each time the path param changes. This leads to issues when formatting the metrics in...
0cbc20d6a8bf45cefcd04d9db54dbe1e97d8413a
369402745b1a943e630420a0c366245c019f3751
https://github.com/wso2/micro-integrator/compare/0cbc20d6a8bf45cefcd04d9db54dbe1e97d8413a...369402745b1a943e630420a0c366245c019f3751
diff --git a/components/mediation/data-publishers/org.wso2.micro.integrator.observability/src/main/java/org/wso2/micro/integrator/observability/metric/handler/MetricHandler.java b/components/mediation/data-publishers/org.wso2.micro.integrator.observability/src/main/java/org/wso2/micro/integrator/observability/metric/ha...
['components/mediation/data-publishers/org.wso2.micro.integrator.observability/src/main/java/org/wso2/micro/integrator/observability/metric/handler/MetricHandler.java']
{'.java': 1}
1
1
0
0
1
9,811,564
1,942,294
246,419
1,399
1,032
171
15
1
802
91
187
6
1
0
1970-01-01T00:27:14
154
Java
{'Java': 16580512, 'Shell': 271199, 'Jinja': 131746, 'XSLT': 77329, 'Batchfile': 49378, 'JavaScript': 46701, 'PLSQL': 37765, 'Ballerina': 22977, 'SQLPL': 17882, 'Ruby': 17030, 'TSQL': 15030, 'Dockerfile': 7861, 'XQuery': 2384, 'HTML': 609}
Apache License 2.0
843
wso2/micro-integrator/2452/2438
wso2
micro-integrator
https://github.com/wso2/micro-integrator/issues/2438
https://github.com/wso2/micro-integrator/pull/2452
https://github.com/wso2/micro-integrator/pull/2452
1
fix
Issues in Management APIs
**Description:** 1. The transport values in data-services are missing GET data-services from the management api. 2. The sequence name is missing in response form GET sequence from the management api 3. If there is a de-active proxy service, an AxisFault is thrown when retrieving data-services 4. Missing fields such...
3135abf8fa714b2294d6bcb03ec7238fab760a75
ff2dd64cfd4203b4f019b229e7e9ef9ca1d3cb87
https://github.com/wso2/micro-integrator/compare/3135abf8fa714b2294d6bcb03ec7238fab760a75...ff2dd64cfd4203b4f019b229e7e9ef9ca1d3cb87
diff --git a/components/data/data-services/org.wso2.micro.integrator.dataservices.core/src/main/java/org/wso2/micro/integrator/dataservices/core/DBUtils.java b/components/data/data-services/org.wso2.micro.integrator.dataservices.core/src/main/java/org/wso2/micro/integrator/dataservices/core/DBUtils.java index a214dc1c8...
['components/data/data-services/org.wso2.micro.integrator.dataservices.core/src/main/java/org/wso2/micro/integrator/dataservices/core/DataServiceFactory.java', 'components/data/data-services/org.wso2.micro.integrator.dataservices.core/src/main/java/org/wso2/micro/integrator/dataservices/core/DBUtils.java', 'components/...
{'.java': 3}
3
3
0
0
3
9,799,755
1,940,152
246,178
1,398
1,756
286
29
3
1,950
248
411
35
2
0
1970-01-01T00:27:12
154
Java
{'Java': 16580512, 'Shell': 271199, 'Jinja': 131746, 'XSLT': 77329, 'Batchfile': 49378, 'JavaScript': 46701, 'PLSQL': 37765, 'Ballerina': 22977, 'SQLPL': 17882, 'Ruby': 17030, 'TSQL': 15030, 'Dockerfile': 7861, 'XQuery': 2384, 'HTML': 609}
Apache License 2.0
844
wso2/micro-integrator/2377/2376
wso2
micro-integrator
https://github.com/wso2/micro-integrator/issues/2376
https://github.com/wso2/micro-integrator/pull/2377
https://github.com/wso2/micro-integrator/pull/2377
1
fixes
RabbitMQ Exchage declaration fails when there is already an exchange with extra paramters
**Description:** $subject **Affected Product Version:** MI-1.2.0 **Steps to reproduce:** 1. Configure RabbitMQ AMQP with Micro Integrator. 2. Add the following configurations to deployment.toml file. ```toml [transport.rabbitmq] sender_enable = true listener_enable = true [[transport.rabbitmq.se...
86823dc84e7d5648e5ed68d45bfb6d27ab8ae075
fa195ac306a96bee1de1257b3a70f1c97cb72838
https://github.com/wso2/micro-integrator/compare/86823dc84e7d5648e5ed68d45bfb6d27ab8ae075...fa195ac306a96bee1de1257b3a70f1c97cb72838
diff --git a/components/mediation/inbound-endpoints/org.wso2.micro.integrator.inbound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/rabbitmq/RabbitMQConsumer.java b/components/mediation/inbound-endpoints/org.wso2.micro.integrator.inbound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protoco...
['components/mediation/inbound-endpoints/org.wso2.micro.integrator.inbound.endpoint/src/main/java/org/wso2/carbon/inbound/endpoint/protocol/rabbitmq/RabbitMQConsumer.java']
{'.java': 1}
1
1
0
0
1
9,763,961
1,933,508
245,459
1,396
885
172
15
1
1,861
126
431
59
1
2
1970-01-01T00:27:09
154
Java
{'Java': 16580512, 'Shell': 271199, 'Jinja': 131746, 'XSLT': 77329, 'Batchfile': 49378, 'JavaScript': 46701, 'PLSQL': 37765, 'Ballerina': 22977, 'SQLPL': 17882, 'Ruby': 17030, 'TSQL': 15030, 'Dockerfile': 7861, 'XQuery': 2384, 'HTML': 609}
Apache License 2.0
845
wso2/micro-integrator/1928/1927
wso2
micro-integrator
https://github.com/wso2/micro-integrator/issues/1927
https://github.com/wso2/micro-integrator/pull/1928
https://github.com/wso2/micro-integrator/pull/1928
1
fixes
API - When the version-type of the synapse API is context, the url shown in dashboard does not work
**Description:** When the following API is deployed the URL shown in the Dashboard is `http://localhost:8290/v2/pet/1.0.5/findByStatus`. But the working URL is `http://localhost:8290/v2/pet/findByStatus`. ``` <?xml version="1.0" encoding="UTF-8"?> <api context="/v2" name="Swagger Petstore" publishSwagger="/_syste...
b025e32b3218bb94828d31ca778228e4a20f6110
77094efb54a22ed3771331d5595aa1bbcdcb48f5
https://github.com/wso2/micro-integrator/compare/b025e32b3218bb94828d31ca778228e4a20f6110...77094efb54a22ed3771331d5595aa1bbcdcb48f5
diff --git a/components/org.wso2.micro.integrator.extensions/org.wso2.micro.integrator.management.apis/src/main/java/org/wso2/micro/integrator/management/apis/ApiResource.java b/components/org.wso2.micro.integrator.extensions/org.wso2.micro.integrator.management.apis/src/main/java/org/wso2/micro/integrator/management/a...
['components/org.wso2.micro.integrator.extensions/org.wso2.micro.integrator.management.apis/src/main/java/org/wso2/micro/integrator/management/apis/ApiResource.java']
{'.java': 1}
1
1
0
0
1
9,269,204
1,836,078
233,053
1,315
216
44
3
1
12,106
676
2,490
325
6
1
1970-01-01T00:26:35
154
Java
{'Java': 16580512, 'Shell': 271199, 'Jinja': 131746, 'XSLT': 77329, 'Batchfile': 49378, 'JavaScript': 46701, 'PLSQL': 37765, 'Ballerina': 22977, 'SQLPL': 17882, 'Ruby': 17030, 'TSQL': 15030, 'Dockerfile': 7861, 'XQuery': 2384, 'HTML': 609}
Apache License 2.0
720
finos/waltz/4287/4286
finos
waltz
https://github.com/finos/waltz/issues/4286
https://github.com/finos/waltz/pull/4287
https://github.com/finos/waltz/pull/4287
1
fix
Revert Maria Union fix
bringing in way too much on app-selector with groups (and probably elsewhere)
ba73fb04f74ebe170e3c4020ccb5dcac271375f4
77eb9291dd53160d6d696ac2108ac7540ba78fe1
https://github.com/finos/waltz/compare/ba73fb04f74ebe170e3c4020ccb5dcac271375f4...77eb9291dd53160d6d696ac2108ac7540ba78fe1
diff --git a/waltz-data/src/main/java/com/khartec/waltz/data/application/ApplicationDao.java b/waltz-data/src/main/java/com/khartec/waltz/data/application/ApplicationDao.java index d629081c3..778c85b8a 100644 --- a/waltz-data/src/main/java/com/khartec/waltz/data/application/ApplicationDao.java +++ b/waltz-data/src/main...
['waltz-data/src/main/java/com/khartec/waltz/data/change_initiative/ChangeInitiativeIdSelectorFactory.java', 'waltz-data/src/main/java/com/khartec/waltz/data/measurable/MeasurableIdSelectorFactory.java', 'waltz-data/src/main/java/com/khartec/waltz/data/licence/LicenceIdSelectorFactory.java', 'waltz-data/src/main/java/c...
{'.java': 7}
7
7
0
0
7
3,107,973
642,181
81,478
922
3,172
694
70
7
77
12
15
1
0
0
1970-01-01T00:26:05
153
Java
{'Java': 5787749, 'JavaScript': 2747626, 'HTML': 1447638, 'Svelte': 1041672, 'SCSS': 136037, 'EJS': 6787, 'Shell': 1560, 'FreeMarker': 1496, 'Dockerfile': 1346, 'CSS': 1298}
Apache License 2.0
716
finos/waltz/5889/5865
finos
waltz
https://github.com/finos/waltz/issues/5865
https://github.com/finos/waltz/pull/5889
https://github.com/finos/waltz/pull/5889
1
fix
Grid export: reports of timeout when exporting large numbers of rows
### Description Needs further investigation as initial tests seem fine. ### Waltz Version 1.39
3c248a23280ed81799fdb6b54c83acb6fa24711e
2d4f4a15e96d5d07dfc75394253e75b1fb3b4726
https://github.com/finos/waltz/compare/3c248a23280ed81799fdb6b54c83acb6fa24711e...2d4f4a15e96d5d07dfc75394253e75b1fb3b4726
diff --git a/waltz-web/src/main/java/org/finos/waltz/web/endpoints/extracts/AttestationExtractor.java b/waltz-web/src/main/java/org/finos/waltz/web/endpoints/extracts/AttestationExtractor.java index fd365e32e..d0af431ef 100644 --- a/waltz-web/src/main/java/org/finos/waltz/web/endpoints/extracts/AttestationExtractor.jav...
['waltz-web/src/main/java/org/finos/waltz/web/endpoints/extracts/SurveyInstanceExtractor.java', 'waltz-web/src/main/java/org/finos/waltz/web/endpoints/extracts/CustomDataExtractor.java', 'waltz-web/src/main/java/org/finos/waltz/web/endpoints/extracts/DirectQueryBasedDataExtractor.java', 'waltz-web/src/main/java/org/fin...
{'.java': 4}
4
4
0
0
4
4,084,896
842,947
108,199
1,166
570
108
10
4
109
14
22
10
0
0
1970-01-01T00:27:23
153
Java
{'Java': 5787749, 'JavaScript': 2747626, 'HTML': 1447638, 'Svelte': 1041672, 'SCSS': 136037, 'EJS': 6787, 'Shell': 1560, 'FreeMarker': 1496, 'Dockerfile': 1346, 'CSS': 1298}
Apache License 2.0
715
finos/waltz/5902/5894
finos
waltz
https://github.com/finos/waltz/issues/5894
https://github.com/finos/waltz/pull/5902
https://github.com/finos/waltz/pull/5902
1
fix
Survey export from run view doesn't export NOT_STARTED instances
### Description Works for the IN_PROGRESS and COMPLETED/APPROVED exports ### Waltz Version 1.39.1 ### Steps to Reproduce 1. 2. 3. ... ### Expected Result Should export a list of not started survey instances (number indicated in the progress bar) ### Actual Result Produces an export with no data
0425f06b7986500d61678a5525ac8639dc0e792c
d019710e393ecad5ac3cb5a2a7352597be2ec1e1
https://github.com/finos/waltz/compare/0425f06b7986500d61678a5525ac8639dc0e792c...d019710e393ecad5ac3cb5a2a7352597be2ec1e1
diff --git a/waltz-web/src/main/java/org/finos/waltz/web/endpoints/extracts/SurveyInstanceExtractor.java b/waltz-web/src/main/java/org/finos/waltz/web/endpoints/extracts/SurveyInstanceExtractor.java index 222114d0d..464692fc6 100644 --- a/waltz-web/src/main/java/org/finos/waltz/web/endpoints/extracts/SurveyInstanceExtr...
['waltz-web/src/main/java/org/finos/waltz/web/endpoints/extracts/SurveyInstanceExtractor.java']
{'.java': 1}
1
1
0
0
1
4,086,442
843,217
108,231
1,166
865
222
12
1
309
48
73
23
0
0
1970-01-01T00:27:24
153
Java
{'Java': 5787749, 'JavaScript': 2747626, 'HTML': 1447638, 'Svelte': 1041672, 'SCSS': 136037, 'EJS': 6787, 'Shell': 1560, 'FreeMarker': 1496, 'Dockerfile': 1346, 'CSS': 1298}
Apache License 2.0
1,054
snowflakedb/snowflake-jdbc/1298/1270
snowflakedb
snowflake-jdbc
https://github.com/snowflakedb/snowflake-jdbc/issues/1270
https://github.com/snowflakedb/snowflake-jdbc/pull/1298
https://github.com/snowflakedb/snowflake-jdbc/pull/1298
1
fixes
SNOW-752403: Enabling Illegal Reflective Access Warnings
<!-- If you need urgent assistance then file the issue using the support process: https://community.snowflake.com/s/article/How-To-Submit-a-Support-Case-in-Snowflake-Lodge otherwise continue here. --> Please answer these questions before submitting your issue. In order to accurately debug the issue this i...
4be4b184dd9817e5c25688802a24960e73e7537d
5886edbac3b636ed16d8aab787bc6bf561f25b2b
https://github.com/snowflakedb/snowflake-jdbc/compare/4be4b184dd9817e5c25688802a24960e73e7537d...5886edbac3b636ed16d8aab787bc6bf561f25b2b
diff --git a/src/main/java/net/snowflake/client/jdbc/SnowflakeDriver.java b/src/main/java/net/snowflake/client/jdbc/SnowflakeDriver.java index 45d4f5ad..66c60666 100644 --- a/src/main/java/net/snowflake/client/jdbc/SnowflakeDriver.java +++ b/src/main/java/net/snowflake/client/jdbc/SnowflakeDriver.java @@ -61,6 +61,10 @...
['src/main/java/net/snowflake/client/jdbc/SnowflakeDriver.java']
{'.java': 1}
1
1
0
0
1
1,856,971
397,262
55,607
204
136
30
4
1
1,857
237
457
29
3
0
1970-01-01T00:27:58
151
Java
{'Java': 3678518, 'Shell': 18685, 'Python': 4357, 'Lua': 3489, 'Standard ML': 833}
Apache License 2.0
9,870
eclipse-vertx/vertx-auth/625/619
eclipse-vertx
vertx-auth
https://github.com/eclipse-vertx/vertx-auth/issues/619
https://github.com/eclipse-vertx/vertx-auth/pull/625
https://github.com/eclipse-vertx/vertx-auth/pull/625
1
fixes
WebAuthn : MetadataServiceImpl parseX5c method returns emptyList when x5c is null
### Version Which version(s) did you encounter this bug ? 4.3.8 ### Context I encountered an exception which looks suspicious while I tried to verify my Webauthn authenticator using the metadataService.verify() method and when my authenticator attestationStatement (packed) looks like this : `"{"alg":"ES256"...
67b237b1cdca069c1a8b2d2b1f4f2f15c8e4b113
b1ee486c1ac9187002e352d7de94187cac4b0f8b
https://github.com/eclipse-vertx/vertx-auth/compare/67b237b1cdca069c1a8b2d2b1f4f2f15c8e4b113...b1ee486c1ac9187002e352d7de94187cac4b0f8b
diff --git a/vertx-auth-webauthn/src/main/java/io/vertx/ext/auth/webauthn/impl/metadata/MetaDataServiceImpl.java b/vertx-auth-webauthn/src/main/java/io/vertx/ext/auth/webauthn/impl/metadata/MetaDataServiceImpl.java index 86636dfe..a31208f3 100644 --- a/vertx-auth-webauthn/src/main/java/io/vertx/ext/auth/webauthn/impl/m...
['vertx-auth-webauthn/src/main/java/io/vertx/ext/auth/webauthn/impl/metadata/MetaDataServiceImpl.java', 'vertx-auth-webauthn/src/test/java/io/vertx/ext/auth/webauthn/MetaDataServiceTest.java']
{'.java': 2}
2
2
0
0
2
885,507
219,148
26,540
219
164
35
6
1
1,262
167
314
46
0
2
1970-01-01T00:27:58
146
Java
{'Java': 1401518, 'JavaScript': 10208}
Apache License 2.0
9,869
eclipse-vertx/vertx-auth/569/567
eclipse-vertx
vertx-auth
https://github.com/eclipse-vertx/vertx-auth/issues/567
https://github.com/eclipse-vertx/vertx-auth/pull/569
https://github.com/eclipse-vertx/vertx-auth/pull/569#issuecomment-1167255878
1
fixes
4.2.1: NoSuchAlgorithmException: RSA-OAEP no longer a warning
### Questions Do not use this issue tracker to ask questions, instead use one of these [channels](https://vertx.io/community/). Questions will likely be closed without notice. ### Version 4.2.1 ### Context I encountered an exception which looks suspicious while ... ### Do you have a reproducer? JWT...
6011b23bdf3ce28b10d8c58009b945158ab83909
a8df7dd75d60f50371b6090e0fb2cd9c0fa27309
https://github.com/eclipse-vertx/vertx-auth/compare/6011b23bdf3ce28b10d8c58009b945158ab83909...a8df7dd75d60f50371b6090e0fb2cd9c0fa27309
diff --git a/vertx-auth-common/src/main/java/io/vertx/ext/auth/impl/asn/ASN1.java b/vertx-auth-common/src/main/java/io/vertx/ext/auth/impl/asn/ASN1.java index 5c1e8a13..b0b05d48 100644 --- a/vertx-auth-common/src/main/java/io/vertx/ext/auth/impl/asn/ASN1.java +++ b/vertx-auth-common/src/main/java/io/vertx/ext/auth/impl...
['vertx-auth-oauth2/src/main/java/io/vertx/ext/auth/oauth2/impl/OAuth2AuthProviderImpl.java', 'vertx-auth-common/src/main/java/io/vertx/ext/auth/impl/asn/ASN1.java', 'vertx-auth-jwt/src/main/java/io/vertx/ext/auth/jwt/impl/JWTAuthProviderImpl.java']
{'.java': 3}
3
3
0
0
3
1,036,200
240,632
31,744
273
1,020
219
31
3
1,061
113
227
52
1
0
1970-01-01T00:27:36
146
Java
{'Java': 1401518, 'JavaScript': 10208}
Apache License 2.0
945
zrips/jobs/215/203
zrips
jobs
https://github.com/Zrips/Jobs/issues/203
https://github.com/Zrips/Jobs/pull/215
https://github.com/Zrips/Jobs/pull/215
1
fixes
MELON not recognized as block for Break or Place
Doesn't look like MELON is being recognized as a proper block type on 1.13. [Jobs] Job Farmer has an invalid Break type property: MELON! Material must be a block! [Jobs] Job Farmer has an invalid Place type property: MELON! Material must be a block! On 1.12 and earlier versions, MELON referred to the melon slice...
9dee8c76f8ab5e45a783c149bce801c7f4dd2642
96fbc8e19f9cdad1142f57d8f5ce0513bda7dfe3
https://github.com/zrips/jobs/compare/9dee8c76f8ab5e45a783c149bce801c7f4dd2642...96fbc8e19f9cdad1142f57d8f5ce0513bda7dfe3
diff --git a/src/main/java/com/gamingmesh/jobs/CMILib/ItemManager.java b/src/main/java/com/gamingmesh/jobs/CMILib/ItemManager.java index 9073accc..60b4a211 100644 --- a/src/main/java/com/gamingmesh/jobs/CMILib/ItemManager.java +++ b/src/main/java/com/gamingmesh/jobs/CMILib/ItemManager.java @@ -1089,7 +1089,7 @@ public ...
['src/main/java/com/gamingmesh/jobs/CMILib/ItemManager.java']
{'.java': 1}
1
1
0
0
1
1,153,421
297,241
35,722
213
102
47
2
1
454
80
129
7
0
0
1970-01-01T00:25:34
142
Java
{'Java': 1300453}
Apache License 2.0
944
zrips/jobs/338/337
zrips
jobs
https://github.com/Zrips/Jobs/issues/337
https://github.com/Zrips/Jobs/pull/338
https://github.com/Zrips/Jobs/pull/338
1
fix
Could not register Brewing Stand in v1.12.2
I join the Brewer job. and, place and interact to brewer stand. but, it's did not registerd. Jobs: 4.9.5 Spigot: 1.12.2
3adbf6eebddf7b8ee8921e9071370900aa1d03cd
f3a9346dba2b8d514a94a18247932ba56043db31
https://github.com/zrips/jobs/compare/3adbf6eebddf7b8ee8921e9071370900aa1d03cd...f3a9346dba2b8d514a94a18247932ba56043db31
diff --git a/src/main/java/com/gamingmesh/jobs/CMILib/ItemManager.java b/src/main/java/com/gamingmesh/jobs/CMILib/ItemManager.java index cd7e44aa..caa0427a 100644 --- a/src/main/java/com/gamingmesh/jobs/CMILib/ItemManager.java +++ b/src/main/java/com/gamingmesh/jobs/CMILib/ItemManager.java @@ -671,7 +671,7 @@ public cl...
['src/main/java/com/gamingmesh/jobs/stuff/FurnaceBrewingHandling.java', 'src/main/java/com/gamingmesh/jobs/CMILib/ItemManager.java', 'src/main/java/com/gamingmesh/jobs/listeners/JobsPaymentListener.java']
{'.java': 3}
3
3
0
0
3
1,155,289
293,799
37,174
220
2,048
763
34
3
125
21
44
6
0
0
1970-01-01T00:25:48
142
Java
{'Java': 1300453}
Apache License 2.0
943
zrips/jobs/346/37
zrips
jobs
https://github.com/Zrips/Jobs/issues/37
https://github.com/Zrips/Jobs/pull/346
https://github.com/Zrips/Jobs/pull/346
1
fix
Jobs db not 'transferring' data to game, and/or retaining all jobs info
After updating to 1.9.4 from 1.8.8, I am getting complaints that 'my jobs are losing levels'. I have updated the plugin to vs. 3.5.1. I have tried using MySQL instead of SQLite, and have tried manually adding levels/xp/points either in-game, or through the MySQL itself. The issue appears to be this: the data is saved c...
6753f24876dcb3e8b417cf00ca802ac520d394cf
82620c0d01cf3871f7588f1e895837a8bc203642
https://github.com/zrips/jobs/compare/6753f24876dcb3e8b417cf00ca802ac520d394cf...82620c0d01cf3871f7588f1e895837a8bc203642
diff --git a/src/main/java/com/gamingmesh/jobs/economy/PointsData.java b/src/main/java/com/gamingmesh/jobs/economy/PointsData.java index c6c8de12..cc871d39 100644 --- a/src/main/java/com/gamingmesh/jobs/economy/PointsData.java +++ b/src/main/java/com/gamingmesh/jobs/economy/PointsData.java @@ -3,6 +3,7 @@ package com.g...
['src/main/java/com/gamingmesh/jobs/economy/PointsData.java']
{'.java': 1}
1
1
0
0
1
1,164,711
296,149
37,496
220
298
69
5
1
728
133
189
4
0
0
1970-01-01T00:25:49
142
Java
{'Java': 1300453}
Apache License 2.0
939
zrips/jobs/255/254
zrips
jobs
https://github.com/Zrips/Jobs/issues/254
https://github.com/Zrips/Jobs/pull/255
https://github.com/Zrips/Jobs/pull/255#issuecomment-429337396
1
fixes
Carpet block being detected wrongly
using /jobs editjobs if you look at a white carpet and click the "LOOKING AT" button: https://gyazo.com/6b3e8acc4670a1ad4cd55ac38526b99e It will say you looked at a `BLACK_CARPET:0` instead of `CARPET:0` paperspigot 1.12.2
e05a7f34af4a3ee0c6fabce20679e63e9faccd32
bccf89cc77a608b4c79ba8319d0a4916d622aadd
https://github.com/zrips/jobs/compare/e05a7f34af4a3ee0c6fabce20679e63e9faccd32...bccf89cc77a608b4c79ba8319d0a4916d622aadd
diff --git a/src/main/java/com/gamingmesh/jobs/CMILib/ItemManager.java b/src/main/java/com/gamingmesh/jobs/CMILib/ItemManager.java index f4d3a9c3..4576f157 100644 --- a/src/main/java/com/gamingmesh/jobs/CMILib/ItemManager.java +++ b/src/main/java/com/gamingmesh/jobs/CMILib/ItemManager.java @@ -676,7 +676,7 @@ public cl...
['src/main/java/com/gamingmesh/jobs/CMILib/ItemManager.java']
{'.java': 1}
1
1
0
0
1
1,160,094
300,145
35,993
213
2,248
931
40
1
232
30
83
7
1
0
1970-01-01T00:25:39
142
Java
{'Java': 1300453}
Apache License 2.0
940
zrips/jobs/1291/1290
zrips
jobs
https://github.com/Zrips/Jobs/issues/1290
https://github.com/Zrips/Jobs/pull/1291
https://github.com/Zrips/Jobs/pull/1291
1
fix
The "jobsr_description_" does not work!
***Detailed description of the issue:*** `%jobsr_description_(jname/number)% - Returns jobs description` **Does not work!** --- **Jobs version:** Dev (commit 52547b94a566574cad1e318c2df985b38fc6a8e7) **Server Type (Spigot/Paper/etc):** Spigot **Server Version (using `/ver`):** 1.12.2
52547b94a566574cad1e318c2df985b38fc6a8e7
182367acd100c8dd206a0d7d7594e306d3a777d2
https://github.com/zrips/jobs/compare/52547b94a566574cad1e318c2df985b38fc6a8e7...182367acd100c8dd206a0d7d7594e306d3a777d2
diff --git a/src/main/java/com/gamingmesh/jobs/container/Job.java b/src/main/java/com/gamingmesh/jobs/container/Job.java index 2510203e..da47738f 100644 --- a/src/main/java/com/gamingmesh/jobs/container/Job.java +++ b/src/main/java/com/gamingmesh/jobs/container/Job.java @@ -566,7 +566,8 @@ public class Job { if (f...
['src/main/java/com/gamingmesh/jobs/container/Job.java']
{'.java': 1}
1
1
0
0
1
1,060,942
258,199
33,929
207
78
19
3
1
303
28
98
13
0
0
1970-01-01T00:27:13
142
Java
{'Java': 1300453}
Apache License 2.0
942
zrips/jobs/945/940
zrips
jobs
https://github.com/Zrips/Jobs/issues/940
https://github.com/Zrips/Jobs/pull/945
https://github.com/Zrips/Jobs/pull/945
1
fixes
stripping logs are respected as stripped_*_log block place
***Description of issue:*** --- When stripping logs by right clicking on it with an axe, Jobs respects it as if it has been placed which results in unwanted payments. **CONFIG SECTION:** ``` *Extracted from jobConfig.yml* Jobs: Gaertner: Place: STRIPPED_ACACIA_LOG: income: -2.49 ...
c8bb020587776f49ebd7499a141abac7ba7189ae
8aff873a5b38f4d906bc77c9285fc7d2583d72de
https://github.com/zrips/jobs/compare/c8bb020587776f49ebd7499a141abac7ba7189ae...8aff873a5b38f4d906bc77c9285fc7d2583d72de
diff --git a/src/main/java/com/gamingmesh/jobs/listeners/JobsPaymentListener.java b/src/main/java/com/gamingmesh/jobs/listeners/JobsPaymentListener.java index 0c9f5ddc..522291ab 100644 --- a/src/main/java/com/gamingmesh/jobs/listeners/JobsPaymentListener.java +++ b/src/main/java/com/gamingmesh/jobs/listeners/JobsPaymen...
['src/main/java/com/gamingmesh/jobs/listeners/JobsPaymentListener.java']
{'.java': 1}
1
1
0
0
1
1,389,049
364,599
44,510
247
162
43
4
1
688
91
191
27
0
1
1970-01-01T00:26:41
142
Java
{'Java': 1300453}
Apache License 2.0
430
wso2/carbon-apimgt/6584/4980
wso2
carbon-apimgt
https://github.com/wso2/carbon-apimgt/issues/4980
https://github.com/wso2/carbon-apimgt/pull/6584
https://github.com/wso2/carbon-apimgt/pull/6584
1
fixes
Build fail on Windows [APIM 2.2.0][6.x]
**Description:** The following error occurs when the 6.x branch is being built on a windows machine. Failed tests: TenantManagerHostObjectTest.testGetStoreTenantThemesPath:23 expected:<repository[\\deployment\\server\\jaggeryapps\\store\\site\\tenant_themes\\]> but was:<repository[/deployment/server/jaggeryapps/...
667c62b97ea03a8722258adcdf9b86a8c7db0868
a32ad1b675ed1a992c795449d1682db530b1497d
https://github.com/wso2/carbon-apimgt/compare/667c62b97ea03a8722258adcdf9b86a8c7db0868...a32ad1b675ed1a992c795449d1682db530b1497d
diff --git a/components/apimgt/org.wso2.carbon.apimgt.rest.api.publisher/src/main/java/org/wso2/carbon/apimgt/rest/api/publisher/impl/ApisApiServiceImpl.java b/components/apimgt/org.wso2.carbon.apimgt.rest.api.publisher/src/main/java/org/wso2/carbon/apimgt/rest/api/publisher/impl/ApisApiServiceImpl.java index 3d0a5a3ed...
['components/apimgt/org.wso2.carbon.apimgt.rest.api.publisher/src/main/java/org/wso2/carbon/apimgt/rest/api/publisher/impl/ApisApiServiceImpl.java']
{'.java': 1}
1
1
0
0
1
9,978,750
2,008,907
239,942
1,329
2,264
417
51
1
1,096
126
230
21
0
0
1970-01-01T00:26:01
136
Java
{'Java': 17505227, 'HTML': 1653332, 'PLSQL': 304432, 'TSQL': 241929, 'SQLPL': 112457, 'Jinja': 102262, 'CSS': 27317, 'Shell': 26899, 'Mustache': 23530, 'JavaScript': 12876, 'Batchfile': 11203}
Apache License 2.0
429
wso2/carbon-apimgt/8413/8411
wso2
carbon-apimgt
https://github.com/wso2/carbon-apimgt/issues/8411
https://github.com/wso2/carbon-apimgt/pull/8413
https://github.com/wso2/carbon-apimgt/pull/8413
1
fixes
Message Mediation Policies (xml_validator) failing with Global Mediation Extensions with FULL log
### Description: Message Mediation Policies (xml_validator) isn't working if Global Mediation Extension with a FULL log mediator added to the synapse folder. XMLSchemaValidator directly consumes the stream from the pipe. Therefore, if log full is used in global in_sequence or any content-aware mediators, it wil...
1feec0f17dc9a7b1602ac3cd6407b504344960a4
cd2e263248421eabdcfcbb1b16229d4e606da1b8
https://github.com/wso2/carbon-apimgt/compare/1feec0f17dc9a7b1602ac3cd6407b504344960a4...cd2e263248421eabdcfcbb1b16229d4e606da1b8
diff --git a/components/apimgt/org.wso2.carbon.apimgt.gateway/src/main/java/org/wso2/carbon/apimgt/gateway/utils/GatewayUtils.java b/components/apimgt/org.wso2.carbon.apimgt.gateway/src/main/java/org/wso2/carbon/apimgt/gateway/utils/GatewayUtils.java index cad3e17f2e1..1953626ce0a 100644 --- a/components/apimgt/org.wso...
['components/apimgt/org.wso2.carbon.apimgt.gateway/src/main/java/org/wso2/carbon/apimgt/gateway/utils/GatewayUtils.java']
{'.java': 1}
1
1
0
0
1
11,912,399
2,396,261
284,253
1,523
3,737
577
59
1
942
119
220
19
1
0
1970-01-01T00:26:27
136
Java
{'Java': 17505227, 'HTML': 1653332, 'PLSQL': 304432, 'TSQL': 241929, 'SQLPL': 112457, 'Jinja': 102262, 'CSS': 27317, 'Shell': 26899, 'Mustache': 23530, 'JavaScript': 12876, 'Batchfile': 11203}
Apache License 2.0
8,980
kruize/autotune/710/697
kruize
autotune
https://github.com/kruize/autotune/issues/697
https://github.com/kruize/autotune/pull/710
https://github.com/kruize/autotune/pull/710
1
fixes
Typo with percentile for cpu requests recommendations
The cpu requests generated by algorithm is using 0.9 percentile instead of 90th percentile. https://github.com/kruize/autotune/blob/0c7043d8cd8dd369265e1c9f0517863c7830815b/src/main/java/com/autotune/analyzer/recommendations/GenerateRecommendation.java#L141
ef137d417024ac20b55ab75845915ee7cfe6a32e
5b1adca970f67423309c409e5d36fa527add5d26
https://github.com/kruize/autotune/compare/ef137d417024ac20b55ab75845915ee7cfe6a32e...5b1adca970f67423309c409e5d36fa527add5d26
diff --git a/src/main/java/com/autotune/analyzer/recommendations/engine/DurationBasedRecommendationEngine.java b/src/main/java/com/autotune/analyzer/recommendations/engine/DurationBasedRecommendationEngine.java index b9d492df..ecf1be0f 100644 --- a/src/main/java/com/autotune/analyzer/recommendations/engine/DurationBase...
['src/main/java/com/autotune/analyzer/recommendations/engine/DurationBasedRecommendationEngine.java']
{'.java': 1}
1
1
0
0
1
1,073,903
206,981
25,362
266
474
88
4
1
260
15
78
3
1
0
1970-01-01T00:28:00
133
Java
{'Java': 1278738, 'Shell': 283720, 'Python': 244636}
Apache License 2.0
8,979
kruize/autotune/713/700
kruize
autotune
https://github.com/kruize/autotune/issues/700
https://github.com/kruize/autotune/pull/713
https://github.com/kruize/autotune/pull/713
2
fixes
Remove resultData from the KruizeObject
Currently we're a getting a redundant result response in the `listExperiments` API. We need to remove the `resultData` object from the JSON and keep the results inside `kubernetes_objects`
ffff426cf44476c14ed2f4609654ff4d6ce3a3a8
06ba47028296930697bc1c154428199a65dc08d0
https://github.com/kruize/autotune/compare/ffff426cf44476c14ed2f4609654ff4d6ce3a3a8...06ba47028296930697bc1c154428199a65dc08d0
diff --git a/src/main/java/com/autotune/analyzer/experiment/ExperimentInterfaceImpl.java b/src/main/java/com/autotune/analyzer/experiment/ExperimentInterfaceImpl.java index b22d187c..4da1efb6 100644 --- a/src/main/java/com/autotune/analyzer/experiment/ExperimentInterfaceImpl.java +++ b/src/main/java/com/autotune/analyz...
['src/main/java/com/autotune/analyzer/kruizeObject/KruizeObject.java', 'src/main/java/com/autotune/analyzer/experiment/ExperimentResultValidation.java', 'src/main/java/com/autotune/analyzer/experiment/ExperimentInterfaceImpl.java']
{'.java': 3}
3
3
0
0
3
1,074,174
207,040
25,362
266
1,576
260
30
3
188
28
41
1
0
0
1970-01-01T00:28:00
133
Java
{'Java': 1278738, 'Shell': 283720, 'Python': 244636}
Apache License 2.0
2,086
smallrye/smallrye-graphql/1006/1005
smallrye
smallrye-graphql
https://github.com/smallrye/smallrye-graphql/issues/1005
https://github.com/smallrye/smallrye-graphql/pull/1006
https://github.com/smallrye/smallrye-graphql/pull/1006
1
fix
Typesafe Client: exception while reading array path index
It throws, e.g., `GraphQlClientException: invalid java.lang.Object value for test.graphql.OrderIT$Api#order.items[0].product.path[2]: 0`
510fc53b3d44c0fb9920cfff5b5f945eca7db0b2
d20302d1e693c15ab937ff755728b3efd8fa7369
https://github.com/smallrye/smallrye-graphql/compare/510fc53b3d44c0fb9920cfff5b5f945eca7db0b2...d20302d1e693c15ab937ff755728b3efd8fa7369
diff --git a/client/implementation/src/main/java/io/smallrye/graphql/client/typesafe/impl/json/JsonNumberReader.java b/client/implementation/src/main/java/io/smallrye/graphql/client/typesafe/impl/json/JsonNumberReader.java index 73592ddb..389d6259 100644 --- a/client/implementation/src/main/java/io/smallrye/graphql/cli...
['client/implementation/src/main/java/io/smallrye/graphql/client/typesafe/impl/json/JsonNumberReader.java', 'client/tck/src/main/java/tck/graphql/typesafe/ErrorBehavior.java']
{'.java': 2}
2
2
0
0
2
1,106,261
217,841
31,525
342
2,749
571
65
2
136
10
40
1
0
0
1970-01-01T00:27:10
132
Java
{'Java': 2081470, 'JavaScript': 4025, 'Shell': 1757, 'Kotlin': 1745, 'HTML': 1357, 'CSS': 737}
Apache License 2.0