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
9,587
thundernest/k-9/5110/5106
thundernest
k-9
https://github.com/thundernest/k-9/issues/5106
https://github.com/thundernest/k-9/pull/5110
https://github.com/thundernest/k-9/pull/5110
1
fixes
Import functionality is almost broken
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: ### 1 1. Export k9s_settings on older App version. 2. Remove older App version. 3. Install build v5.727. 4. Have firewall block App from internet. 5. Import all previously exported setti...
2b769f8db3d1c68c286792fb9f7fee6cace901aa
71e2d24fbbe8301bcaea363ff0b930d8ff3327d5
https://github.com/thundernest/k-9/compare/2b769f8db3d1c68c286792fb9f7fee6cace901aa...71e2d24fbbe8301bcaea363ff0b930d8ff3327d5
diff --git a/app/core/src/main/java/com/fsck/k9/controller/MessagingController.java b/app/core/src/main/java/com/fsck/k9/controller/MessagingController.java index 67c365a44..38fb82ca2 100644 --- a/app/core/src/main/java/com/fsck/k9/controller/MessagingController.java +++ b/app/core/src/main/java/com/fsck/k9/controller/...
['app/core/src/main/java/com/fsck/k9/controller/MessagingController.java']
{'.java': 1}
1
1
0
0
1
2,574,874
509,020
71,922
412
45
9
2
1
1,972
315
473
48
1
0
1970-01-01T00:26:51
8,156
Kotlin
{'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946}
Apache License 2.0
9,586
thundernest/k-9/5131/5004
thundernest
k-9
https://github.com/thundernest/k-9/issues/5004
https://github.com/thundernest/k-9/pull/5131
https://github.com/thundernest/k-9/pull/5131
1
fixes
Email address too long for line
**Describe the bug** A mail address that is too long to fit on the display won't be accepted as one address but two (or more) addresses. **To Reproduce** Try to send an email to an address that is too long for your display width, for example `abcdefghijklmnopqrstuvwxyz@outlook.com`. The app will now display the ad...
5655bf3c03147f2d145e750057e12cd1530eacfd
09ab26f763ca53f0dd146636cd72add74647ce3a
https://github.com/thundernest/k-9/compare/5655bf3c03147f2d145e750057e12cd1530eacfd...09ab26f763ca53f0dd146636cd72add74647ce3a
diff --git a/app/ui/legacy/src/main/java/com/fsck/k9/view/RecipientSelectView.java b/app/ui/legacy/src/main/java/com/fsck/k9/view/RecipientSelectView.java index 8e5452e08..72e46e091 100644 --- a/app/ui/legacy/src/main/java/com/fsck/k9/view/RecipientSelectView.java +++ b/app/ui/legacy/src/main/java/com/fsck/k9/view/Reci...
['app/ui/legacy/src/main/java/com/fsck/k9/view/RecipientSelectView.java']
{'.java': 1}
1
1
0
0
1
2,559,059
505,701
71,434
406
72
13
4
1
739
117
167
16
0
0
1970-01-01T00:26:52
8,156
Kotlin
{'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946}
Apache License 2.0
9,582
thundernest/k-9/5146/4125
thundernest
k-9
https://github.com/thundernest/k-9/issues/4125
https://github.com/thundernest/k-9/pull/5146
https://github.com/thundernest/k-9/pull/5146
1
fixes
Not handling reject response correctly when multiple recipients
### Similar issues found #3616 ### Root Cause My mail server is enforcing a 'reject' rule on unknown recipient domain. So any email containing unknown domain will **not** be accepted. It works with other MUA I tested, and indeed the 450 error is raised and no mail is sent until the list of recipients is sanitize...
3457f69c562f47ca1fe5daebfbdb5a02b7c856c4
987325d226dc225c8f9158e4534a3120c938b0e5
https://github.com/thundernest/k-9/compare/3457f69c562f47ca1fe5daebfbdb5a02b7c856c4...987325d226dc225c8f9158e4534a3120c938b0e5
diff --git a/mail/protocols/smtp/src/main/java/com/fsck/k9/mail/transport/smtp/SmtpTransport.java b/mail/protocols/smtp/src/main/java/com/fsck/k9/mail/transport/smtp/SmtpTransport.java index aeaff52f6..001919834 100644 --- a/mail/protocols/smtp/src/main/java/com/fsck/k9/mail/transport/smtp/SmtpTransport.java +++ b/mail...
['mail/protocols/smtp/src/main/java/com/fsck/k9/mail/transport/smtp/SmtpTransport.java', 'mail/protocols/smtp/src/test/java/com/fsck/k9/mail/transport/smtp/SmtpTransportTest.java']
{'.java': 2}
2
2
0
0
2
2,558,990
505,695
71,435
406
1,158
212
29
1
4,451
551
1,382
49
2
1
1970-01-01T00:26:53
8,156
Kotlin
{'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946}
Apache License 2.0
9,580
thundernest/k-9/5216/5204
thundernest
k-9
https://github.com/thundernest/k-9/issues/5204
https://github.com/thundernest/k-9/pull/5216
https://github.com/thundernest/k-9/pull/5216
1
fixes
Crash when sending to address with an umlaut
I haven't done any variation testing, as I just finally found out. What I had was: A contact which I accidentially typed an `ü` instead of `ue`, used the contact suggestion feature for recepient. As soon as I hit send, Android's "Application has stopped working" window popped up, after a restart it's as if nothing h...
cc2413a180af45b76fa12d4440111d34a1e92c94
12213b53165ff051552483ff32caa4eddef91b14
https://github.com/thundernest/k-9/compare/cc2413a180af45b76fa12d4440111d34a1e92c94...12213b53165ff051552483ff32caa4eddef91b14
diff --git a/app/ui/legacy/src/main/java/com/fsck/k9/activity/compose/RecipientLoader.java b/app/ui/legacy/src/main/java/com/fsck/k9/activity/compose/RecipientLoader.java index e2cf5893e..d9ca0307c 100644 --- a/app/ui/legacy/src/main/java/com/fsck/k9/activity/compose/RecipientLoader.java +++ b/app/ui/legacy/src/main/ja...
['app/ui/legacy/src/main/java/com/fsck/k9/activity/compose/RecipientLoader.java']
{'.java': 1}
1
1
0
0
1
2,528,405
500,145
70,553
402
1,328
220
21
1
448
78
100
5
0
0
1970-01-01T00:26:56
8,156
Kotlin
{'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946}
Apache License 2.0
9,651
thundernest/k-9/2003/1965
thundernest
k-9
https://github.com/thundernest/k-9/issues/1965
https://github.com/thundernest/k-9/pull/2003
https://github.com/thundernest/k-9/pull/2003
1
fixes
CC/BCC Disappear if you tap subject first
### Expected behavior While composing a new email, if I type the subject first, and compose the email, THEN go back and fill out the addresses of BCC and CC. ### Actual behavior While composing a new email, if I type the subject first, the BCC and CC address fields disappear (have them configured to show by defau...
6beb9902dade44b5f6dce8e8e8a2638e7be9e6ef
963645cad626c3ea2f732ebf66390b072aa444f5
https://github.com/thundernest/k-9/compare/6beb9902dade44b5f6dce8e8e8a2638e7be9e6ef...963645cad626c3ea2f732ebf66390b072aa444f5
diff --git a/k9mail/src/main/java/com/fsck/k9/activity/compose/RecipientPresenter.java b/k9mail/src/main/java/com/fsck/k9/activity/compose/RecipientPresenter.java index cf805041d..be62c922a 100644 --- a/k9mail/src/main/java/com/fsck/k9/activity/compose/RecipientPresenter.java +++ b/k9mail/src/main/java/com/fsck/k9/acti...
['k9mail/src/main/java/com/fsck/k9/activity/compose/RecipientPresenter.java']
{'.java': 1}
1
1
0
0
1
3,455,426
685,807
94,549
422
149
28
4
1
655
109
168
18
0
0
1970-01-01T00:24:43
8,156
Kotlin
{'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946}
Apache License 2.0
9,578
thundernest/k-9/5262/5261
thundernest
k-9
https://github.com/thundernest/k-9/issues/5261
https://github.com/thundernest/k-9/pull/5262
https://github.com/thundernest/k-9/pull/5262
1
fixes
Crash when clicking compose button in message list widget
**Describe the bug** Clicking the envelope icon in the message list widget crashes the app. **To Reproduce** Steps to reproduce the behavior: 1. Set up an account 2. Drag the message list widget to a home screen 3. Click the envelope icon (compose message) in the upper right of the home screen widget 4. Observ...
f58860f8bbe3a59e180cc87dc410e16b295592f7
034e1fbd790dc4af6f60bd980f59489e375a31fe
https://github.com/thundernest/k-9/compare/f58860f8bbe3a59e180cc87dc410e16b295592f7...034e1fbd790dc4af6f60bd980f59489e375a31fe
diff --git a/app/ui/legacy/src/main/java/com/fsck/k9/activity/MessageCompose.java b/app/ui/legacy/src/main/java/com/fsck/k9/activity/MessageCompose.java index 0601958fd..c2cb3fd28 100644 --- a/app/ui/legacy/src/main/java/com/fsck/k9/activity/MessageCompose.java +++ b/app/ui/legacy/src/main/java/com/fsck/k9/activity/Mes...
['app/ui/legacy/src/main/java/com/fsck/k9/activity/MessageCompose.java']
{'.java': 1}
1
1
0
0
1
2,515,829
497,753
70,226
402
162
27
4
1
759
89
171
19
0
1
1970-01-01T00:26:58
8,156
Kotlin
{'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946}
Apache License 2.0
9,655
thundernest/k-9/1890/1879
thundernest
k-9
https://github.com/thundernest/k-9/issues/1879
https://github.com/thundernest/k-9/pull/1890
https://github.com/thundernest/k-9/pull/1890
1
fixes
Crash: OOM during migration
Via Play Developer Console App version: 5.200 ``` java.lang.OutOfMemoryError: Failed to allocate a 2060 byte allocation with 1974 free bytes and 1974B until OOM at org.apache.james.mime4j.stream.MimeEntity.advanceToBoundary(MimeEntity.java:387) at org.apache.james.mime4j.stream.MimeEntity.advance(MimeEntity.ja...
50d81f7034e60e50cbd67007144bf7e23137aa87
b0574804813c978d9826380667cf01b8e50429de
https://github.com/thundernest/k-9/compare/50d81f7034e60e50cbd67007144bf7e23137aa87...b0574804813c978d9826380667cf01b8e50429de
diff --git a/k9mail/src/main/java/com/fsck/k9/mailstore/LocalFolder.java b/k9mail/src/main/java/com/fsck/k9/mailstore/LocalFolder.java index e9458479a..9cd8f2319 100644 --- a/k9mail/src/main/java/com/fsck/k9/mailstore/LocalFolder.java +++ b/k9mail/src/main/java/com/fsck/k9/mailstore/LocalFolder.java @@ -896,6 +896,42 @...
['k9mail/src/main/java/com/fsck/k9/mailstore/LocalFolder.java', 'k9mail/src/main/java/com/fsck/k9/mailstore/migrations/MigrationTo55.java']
{'.java': 2}
2
2
0
0
2
3,440,397
682,554
94,169
420
2,413
385
52
2
2,654
89
677
38
0
1
1970-01-01T00:24:43
8,156
Kotlin
{'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946}
Apache License 2.0
9,654
thundernest/k-9/1891/1878
thundernest
k-9
https://github.com/thundernest/k-9/issues/1878
https://github.com/thundernest/k-9/pull/1891
https://github.com/thundernest/k-9/pull/1891
1
fixes
Crash: NPE in MessageCryptoHelper.addCryptoResultAnnotationToMessage()
Via Play Developer Console App version: 5.200 ``` java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=65916, result=0, data=null} to activity {com.fsck.k9/com.fsck.k9.activity.MessageList}: java.lang.NullPointerException: Attempt to read from field 'com.fsck.k9.mail.Part com.fsck.k9....
50d81f7034e60e50cbd67007144bf7e23137aa87
97e9e3267f35a67eeb1ff6542224825dad6f9aba
https://github.com/thundernest/k-9/compare/50d81f7034e60e50cbd67007144bf7e23137aa87...97e9e3267f35a67eeb1ff6542224825dad6f9aba
diff --git a/k9mail/src/main/java/com/fsck/k9/ui/crypto/MessageCryptoHelper.java b/k9mail/src/main/java/com/fsck/k9/ui/crypto/MessageCryptoHelper.java index 28387c9f7..2600ddcf0 100644 --- a/k9mail/src/main/java/com/fsck/k9/ui/crypto/MessageCryptoHelper.java +++ b/k9mail/src/main/java/com/fsck/k9/ui/crypto/MessageCrypt...
['k9mail/src/main/java/com/fsck/k9/ui/crypto/MessageCryptoHelper.java']
{'.java': 1}
1
1
0
0
1
3,440,397
682,554
94,169
420
2,260
447
41
1
1,969
88
443
26
0
1
1970-01-01T00:24:43
8,156
Kotlin
{'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946}
Apache License 2.0
9,570
thundernest/k-9/5546/5545
thundernest
k-9
https://github.com/thundernest/k-9/issues/5545
https://github.com/thundernest/k-9/pull/5546
https://github.com/thundernest/k-9/pull/5546
1
fixes
v5.802 doesn't retract android notification on delete of unread message
**Describe the bug** Separate IMAP client deletes unread message, v5.802 does not retract New Message notification previously posted when IMAP PUSH saw new msg arrive **To Reproduce** 1. send message to an account watched via IMAP PUSH by K-9 v5.802 2. K-9 posts a notification immediately (cool) 3. via another ...
11c85745d0369db1b2d7e3a7bffbbf2ee6fbdc61
04d68624ada65bc96ee8b5102f02d9022c7fdbe7
https://github.com/thundernest/k-9/compare/11c85745d0369db1b2d7e3a7bffbbf2ee6fbdc61...04d68624ada65bc96ee8b5102f02d9022c7fdbe7
diff --git a/app/core/src/main/java/com/fsck/k9/controller/MessagingController.java b/app/core/src/main/java/com/fsck/k9/controller/MessagingController.java index d84f5ec96..716322605 100644 --- a/app/core/src/main/java/com/fsck/k9/controller/MessagingController.java +++ b/app/core/src/main/java/com/fsck/k9/controller/...
['app/core/src/main/java/com/fsck/k9/controller/MessagingController.java']
{'.java': 1}
1
1
0
0
1
2,505,728
495,533
69,968
400
335
59
5
1
2,263
348
532
38
0
0
1970-01-01T00:27:08
8,156
Kotlin
{'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946}
Apache License 2.0
9,633
thundernest/k-9/3315/3138
thundernest
k-9
https://github.com/thundernest/k-9/issues/3138
https://github.com/thundernest/k-9/pull/3315
https://github.com/thundernest/k-9/pull/3315
1
fixes
twitter background image - td element
the background images (for previewing videos in the twitter e-mails) aren't displayed for some reason. [twitter.zip](https://github.com/k9mail/k-9/files/1667936/twitter.zip) Could you pls take a look? :) Regards, Djfe
fd07e1a2264988f5c67f21cd92a88874dd11800c
9cad669af8bc0a4c64e4b896beed6b21b15053b7
https://github.com/thundernest/k-9/compare/fd07e1a2264988f5c67f21cd92a88874dd11800c...9cad669af8bc0a4c64e4b896beed6b21b15053b7
diff --git a/k9mail/src/main/java/com/fsck/k9/message/html/HtmlSanitizer.java b/k9mail/src/main/java/com/fsck/k9/message/html/HtmlSanitizer.java index 1707f7c9e..ad11115fc 100644 --- a/k9mail/src/main/java/com/fsck/k9/message/html/HtmlSanitizer.java +++ b/k9mail/src/main/java/com/fsck/k9/message/html/HtmlSanitizer.java...
['k9mail/src/main/java/com/fsck/k9/message/html/HtmlSanitizer.java']
{'.java': 1}
1
1
0
0
1
3,651,204
716,146
100,113
503
801
189
10
1
229
25
58
9
1
0
1970-01-01T00:25:23
8,156
Kotlin
{'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946}
Apache License 2.0
9,650
thundernest/k-9/2025/1908
thundernest
k-9
https://github.com/thundernest/k-9/issues/1908
https://github.com/thundernest/k-9/pull/2025
https://github.com/thundernest/k-9/pull/2025
1
fixes
Cannot zoom HTML messages properly if at all
### Expected behavior HTML mail should pinch zoom as it always has ### Actual behavior In 5.201 I tried zooming a few HTML emails. Nether would pinch zoom (though double tapping made them a tiny bit bigger). At least once this led to a crash of the app. I reverted to 5.010 and zoom works just fine with the same...
217c61430d55949316a645d23f24717f7bc098bb
c7c0ad0b7b77db1960dcf8956e54e549d9599644
https://github.com/thundernest/k-9/compare/217c61430d55949316a645d23f24717f7bc098bb...c7c0ad0b7b77db1960dcf8956e54e549d9599644
diff --git a/k9mail/src/main/java/com/fsck/k9/view/NonLockingScrollView.java b/k9mail/src/main/java/com/fsck/k9/view/NonLockingScrollView.java index 5897c3b22..d97ec9ced 100644 --- a/k9mail/src/main/java/com/fsck/k9/view/NonLockingScrollView.java +++ b/k9mail/src/main/java/com/fsck/k9/view/NonLockingScrollView.java @@ ...
['k9mail/src/main/java/com/fsck/k9/view/NonLockingScrollView.java']
{'.java': 1}
1
1
0
0
1
3,455,680
685,885
94,555
423
2,536
481
53
1
681
124
170
22
0
0
1970-01-01T00:24:44
8,156
Kotlin
{'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946}
Apache License 2.0
9,649
thundernest/k-9/2037/1950
thundernest
k-9
https://github.com/thundernest/k-9/issues/1950
https://github.com/thundernest/k-9/pull/2037
https://github.com/thundernest/k-9/pull/2037
1
fixes
Contact auto selecting first item
If there are "FirstUser@example.com" and "SecondUser@example.com" in my Contacts and i type "User@example.com" then app selects first entry from contacts and i cannot send email to "User@example.com". Previous versions allowed me type address and select one from suggestions if i want. Work around is to end the address ...
92196c012823b626d92e13349d160e8516e4abc2
bb514f7140052ea9a0b85cb4ba34c275419c7013
https://github.com/thundernest/k-9/compare/92196c012823b626d92e13349d160e8516e4abc2...bb514f7140052ea9a0b85cb4ba34c275419c7013
diff --git a/k9mail/src/main/java/com/fsck/k9/view/RecipientSelectView.java b/k9mail/src/main/java/com/fsck/k9/view/RecipientSelectView.java index 28ca83b25..bae224116 100644 --- a/k9mail/src/main/java/com/fsck/k9/view/RecipientSelectView.java +++ b/k9mail/src/main/java/com/fsck/k9/view/RecipientSelectView.java @@ -229...
['k9mail/src/main/java/com/fsck/k9/view/RecipientSelectView.java']
{'.java': 1}
1
1
0
0
1
3,456,480
686,030
94,572
423
532
94
11
1
409
64
91
6
0
0
1970-01-01T00:24:44
8,156
Kotlin
{'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946}
Apache License 2.0
9,600
thundernest/k-9/4931/4914
thundernest
k-9
https://github.com/thundernest/k-9/issues/4914
https://github.com/thundernest/k-9/pull/4931
https://github.com/thundernest/k-9/pull/4931
1
fixes
Wrong OpenPGP key used when sending signed-only email
I have recently noticed that if I set the sending of an email with the openpgp signature only option, I don't have the possibility to choose which identity to use. k9 v5.718 uses the first signature key available in openkeychain although it is not even that of the email from which I send. then an email is sent with t...
22cdb8c41fc58c865c853c6d7efc6db61724fbf0
d718b33ef62c5b728a85ea563561f210aa1acfb3
https://github.com/thundernest/k-9/compare/22cdb8c41fc58c865c853c6d7efc6db61724fbf0...d718b33ef62c5b728a85ea563561f210aa1acfb3
diff --git a/app/ui/legacy/src/main/java/com/fsck/k9/activity/compose/RecipientPresenter.java b/app/ui/legacy/src/main/java/com/fsck/k9/activity/compose/RecipientPresenter.java index a9e1ace70..66b261bed 100644 --- a/app/ui/legacy/src/main/java/com/fsck/k9/activity/compose/RecipientPresenter.java +++ b/app/ui/legacy/sr...
['app/ui/legacy/src/main/java/com/fsck/k9/activity/compose/RecipientPresenter.java']
{'.java': 1}
1
1
0
0
1
2,740,265
540,532
76,542
417
35
6
1
1
433
83
102
1
0
0
1970-01-01T00:26:38
8,156
Kotlin
{'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946}
Apache License 2.0
9,601
thundernest/k-9/4921/4918
thundernest
k-9
https://github.com/thundernest/k-9/issues/4918
https://github.com/thundernest/k-9/pull/4921
https://github.com/thundernest/k-9/pull/4921
1
fixes
Umlauts in encrypted headings
When I sent a mail with the heading "Test verschlüsselt", it after receiving it read "?ISO-8859-1?Q?Test_verschl=FCsselt_?=".
753e03aa22a1f1d97e426f719de0844874ce7521
bdbd8d98b2592d5dbf1e236ddeb81fd0dccb2444
https://github.com/thundernest/k-9/compare/753e03aa22a1f1d97e426f719de0844874ce7521...bdbd8d98b2592d5dbf1e236ddeb81fd0dccb2444
diff --git a/app/core/src/main/java/com/fsck/k9/mailstore/MessageViewInfoExtractor.java b/app/core/src/main/java/com/fsck/k9/mailstore/MessageViewInfoExtractor.java index 3d902654e..4499e955b 100644 --- a/app/core/src/main/java/com/fsck/k9/mailstore/MessageViewInfoExtractor.java +++ b/app/core/src/main/java/com/fsck/k9...
['app/core/src/main/java/com/fsck/k9/mailstore/MessageViewInfoExtractor.java']
{'.java': 1}
1
1
0
0
1
2,785,395
549,471
77,730
424
122
23
2
1
126
16
42
1
0
0
1970-01-01T00:26:38
8,156
Kotlin
{'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946}
Apache License 2.0
9,603
thundernest/k-9/4795/4790
thundernest
k-9
https://github.com/thundernest/k-9/issues/4790
https://github.com/thundernest/k-9/pull/4795
https://github.com/thundernest/k-9/pull/4795
2
fixes
Crash when attachment file is changed while TC document picker dialog is open
### Expected behavior error message "File not found" or Folder rescan when switching back to file picker (TC issue) ### Actual behavior short glimpse of mail editor with attached file, then app crash ### Steps to reproduce 1. Compose mail 2. open file attachment dialog 3. select "Total Commander" 5. navig...
b9eba6971fa86b95a4855caddbfa7144e5c23884
a2287ce31cee3b6d229c782cc6cb00f6be0470d8
https://github.com/thundernest/k-9/compare/b9eba6971fa86b95a4855caddbfa7144e5c23884...a2287ce31cee3b6d229c782cc6cb00f6be0470d8
diff --git a/app/ui/legacy/src/main/java/com/fsck/k9/activity/loader/AttachmentContentLoader.java b/app/ui/legacy/src/main/java/com/fsck/k9/activity/loader/AttachmentContentLoader.java index 1da4ce6e5..5c699dcf8 100644 --- a/app/ui/legacy/src/main/java/com/fsck/k9/activity/loader/AttachmentContentLoader.java +++ b/app/...
['app/ui/legacy/src/main/java/com/fsck/k9/activity/loader/AttachmentContentLoader.java']
{'.java': 1}
1
1
0
0
1
2,831,249
558,404
78,943
423
276
46
7
1
947
135
246
32
2
0
1970-01-01T00:26:30
8,156
Kotlin
{'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946}
Apache License 2.0
9,604
thundernest/k-9/4743/4742
thundernest
k-9
https://github.com/thundernest/k-9/issues/4742
https://github.com/thundernest/k-9/pull/4743
https://github.com/thundernest/k-9/pull/4743
1
fixes
when replying to a message, original message is not quoted
### Expected behavior upon selecting "reply" or "reply all", i expect the original email to be quoted in the compose message interface. (this was also the previous behavior before i updated to 5.711) ### Actual behavior the compose message interface is empty and looks like crafting a new message. ### Ste...
5a4a269926116a4f373699510bf868a848cdb8d8
e830656d80c62f9d667a83aafde11cd1dc2d157c
https://github.com/thundernest/k-9/compare/5a4a269926116a4f373699510bf868a848cdb8d8...e830656d80c62f9d667a83aafde11cd1dc2d157c
diff --git a/app/core/src/main/java/com/fsck/k9/controller/MessagingController.java b/app/core/src/main/java/com/fsck/k9/controller/MessagingController.java index bae37949f..ef0f6eb1a 100644 --- a/app/core/src/main/java/com/fsck/k9/controller/MessagingController.java +++ b/app/core/src/main/java/com/fsck/k9/controller/...
['app/core/src/main/java/com/fsck/k9/controller/MessagingController.java', 'app/core/src/test/java/com/fsck/k9/controller/MessagingControllerTest.java', 'app/core/src/main/java/com/fsck/k9/mailstore/LocalFolder.java', 'app/core/src/main/java/com/fsck/k9/provider/RawMessageProvider.java']
{'.java': 4}
4
4
0
0
4
2,834,763
558,975
79,051
424
10,104
1,850
196
3
473
74
104
22
0
0
1970-01-01T00:26:28
8,156
Kotlin
{'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946}
Apache License 2.0
9,606
thundernest/k-9/4702/4100
thundernest
k-9
https://github.com/thundernest/k-9/issues/4100
https://github.com/thundernest/k-9/pull/4702
https://github.com/thundernest/k-9/pull/4702
1
fixes
Remove placeholder in database when message deletion on server is finished
The "Clear messages (Dangerous!)" option in mailbox action popup menu suggests that ALL messages are deleted (either for privacy or to recreate corrupted mail-queue). However the placeholders are not deleted - exposing potentially sensitive information about deleted conversations. I dont know if the clear() method h...
447dbe1bf0c977e6bab0d03659a5807586ad2da4
d33643ba99aa50b2d5de5c37e2afe327e910a9ed
https://github.com/thundernest/k-9/compare/447dbe1bf0c977e6bab0d03659a5807586ad2da4...d33643ba99aa50b2d5de5c37e2afe327e910a9ed
diff --git a/app/core/src/main/java/com/fsck/k9/controller/MessagingController.java b/app/core/src/main/java/com/fsck/k9/controller/MessagingController.java index 13a25745f..1c6dfe0a9 100644 --- a/app/core/src/main/java/com/fsck/k9/controller/MessagingController.java +++ b/app/core/src/main/java/com/fsck/k9/controller/...
['app/core/src/main/java/com/fsck/k9/controller/MessagingController.java']
{'.java': 1}
1
1
0
0
1
2,838,565
559,204
79,086
425
1,647
326
32
1
607
71
141
5
1
0
1970-01-01T00:26:27
8,156
Kotlin
{'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946}
Apache License 2.0
9,608
thundernest/k-9/4686/4678
thundernest
k-9
https://github.com/thundernest/k-9/issues/4678
https://github.com/thundernest/k-9/pull/4686
https://github.com/thundernest/k-9/pull/4686
1
fixes
POP3: trash folder remains empty
Hi, When i delete a mail, the trash folder remains empty [log.txt](https://github.com/k9mail/k-9/files/4505545/log.txt) ### Expected behavior Deleted mail should be found in the trash folder ### Actual behavior No mail is found in the trash folder ### Steps to reproduce 1. delete a mail 2. go to the tr...
2530dea98acd8df04bbcac37c6451fe27df111db
d1c3cca21373ba79eed444c654660097668f9d46
https://github.com/thundernest/k-9/compare/2530dea98acd8df04bbcac37c6451fe27df111db...d1c3cca21373ba79eed444c654660097668f9d46
diff --git a/app/core/src/main/java/com/fsck/k9/controller/MessagingController.java b/app/core/src/main/java/com/fsck/k9/controller/MessagingController.java index 337b8c54a..785bd60e5 100644 --- a/app/core/src/main/java/com/fsck/k9/controller/MessagingController.java +++ b/app/core/src/main/java/com/fsck/k9/controller/...
['app/core/src/main/java/com/fsck/k9/controller/MessagingController.java']
{'.java': 1}
1
1
0
0
1
2,835,761
558,523
78,991
418
147
29
2
1
496
74
132
23
1
0
1970-01-01T00:26:27
8,156
Kotlin
{'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946}
Apache License 2.0
9,609
thundernest/k-9/4683/2705
thundernest
k-9
https://github.com/thundernest/k-9/issues/2705
https://github.com/thundernest/k-9/pull/4683
https://github.com/thundernest/k-9/pull/4683
1
fixes
Deleted mail from inbox is doubled in trash directory
Please search to check for an existing issue (including closed issues, for which the fix may not have yet been released) before opening a new issue: https://github.com/k9mail/k-9/issues?q=is%3Aissue ### Expected behavior When deleting one or more mails from inbox, I expect every deleted mail one time in trash direc...
2530dea98acd8df04bbcac37c6451fe27df111db
2dccbb7c480a0e6435580533b6f0caefc177e7aa
https://github.com/thundernest/k-9/compare/2530dea98acd8df04bbcac37c6451fe27df111db...2dccbb7c480a0e6435580533b6f0caefc177e7aa
diff --git a/app/core/src/main/java/com/fsck/k9/controller/MessagingController.java b/app/core/src/main/java/com/fsck/k9/controller/MessagingController.java index 337b8c54a..1e49338d9 100644 --- a/app/core/src/main/java/com/fsck/k9/controller/MessagingController.java +++ b/app/core/src/main/java/com/fsck/k9/controller/...
['app/core/src/main/java/com/fsck/k9/controller/MessagingController.java']
{'.java': 1}
1
1
0
0
1
2,835,761
558,523
78,991
418
2,557
484
49
1
1,116
177
259
27
1
0
1970-01-01T00:26:27
8,156
Kotlin
{'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946}
Apache License 2.0
9,643
thundernest/k-9/2862/2856
thundernest
k-9
https://github.com/thundernest/k-9/issues/2856
https://github.com/thundernest/k-9/pull/2862
https://github.com/thundernest/k-9/pull/2862
1
fixes
5.301 plain-text body rendering issues
It appears that somewhere between 5.208 and 5.301 some issues were introduced in the rendering the body of (single-part) plain-text messages. For instance, a message that ends with: Davide ------------------------------------------------------------------------------ Check out the vibrant tec...
27bc562ebe37bc139b84c13142681dbfe5640688
77f821cbbe5b6e01742fd8ba8f556a735b0e818a
https://github.com/thundernest/k-9/compare/27bc562ebe37bc139b84c13142681dbfe5640688...77f821cbbe5b6e01742fd8ba8f556a735b0e818a
diff --git a/k9mail/src/main/java/com/fsck/k9/message/html/HtmlSanitizer.java b/k9mail/src/main/java/com/fsck/k9/message/html/HtmlSanitizer.java index 1b9cbf737..fc74be844 100644 --- a/k9mail/src/main/java/com/fsck/k9/message/html/HtmlSanitizer.java +++ b/k9mail/src/main/java/com/fsck/k9/message/html/HtmlSanitizer.java...
['k9mail/src/main/java/com/fsck/k9/message/html/HtmlSanitizer.java', 'k9mail/src/test/java/com/fsck/k9/message/html/HtmlSanitizerTest.java']
{'.java': 2}
2
2
0
0
2
3,600,094
707,876
98,981
484
73
17
2
1
1,342
148
282
29
4
0
1970-01-01T00:25:08
8,156
Kotlin
{'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946}
Apache License 2.0
9,642
thundernest/k-9/2863/2861
thundernest
k-9
https://github.com/thundernest/k-9/issues/2861
https://github.com/thundernest/k-9/pull/2863
https://github.com/thundernest/k-9/pull/2863
1
fixes
URL at the beginning of a line in plain text body isn't linkified
This happens because we first convert the plain text to HTML and end up with something like: ```html <br>http://uri.example.org<br> ``` But right now only supported schemes preceded by a space, a newline, or an opening parenthesis are candidates for linkifying. https://github.com/k9mail/k-9/blob/27bc562ebe37...
27bc562ebe37bc139b84c13142681dbfe5640688
2e20ddf6a5a5783ee483a5070eadf4c8b98a1ee2
https://github.com/thundernest/k-9/compare/27bc562ebe37bc139b84c13142681dbfe5640688...2e20ddf6a5a5783ee483a5070eadf4c8b98a1ee2
diff --git a/k9mail/src/main/java/com/fsck/k9/message/html/UriLinkifier.java b/k9mail/src/main/java/com/fsck/k9/message/html/UriLinkifier.java index 815acc5ce..3d2565f27 100644 --- a/k9mail/src/main/java/com/fsck/k9/message/html/UriLinkifier.java +++ b/k9mail/src/main/java/com/fsck/k9/message/html/UriLinkifier.java @@ ...
['k9mail/src/test/java/com/fsck/k9/message/html/UriLinkifierTest.java', 'k9mail/src/main/java/com/fsck/k9/message/html/UriLinkifier.java']
{'.java': 2}
2
2
0
0
2
3,600,094
707,876
98,981
484
124
32
2
1
416
41
108
9
2
1
1970-01-01T00:25:08
8,156
Kotlin
{'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946}
Apache License 2.0
9,648
thundernest/k-9/2203/2143
thundernest
k-9
https://github.com/thundernest/k-9/issues/2143
https://github.com/thundernest/k-9/pull/2203
https://github.com/thundernest/k-9/pull/2203
1
fixes
Clear local messages -> freeze
### Expected behavior "Clear local messages" should clear the locally stored messages, allowing one to re-download the messages from the server. ### Actual behavior Freeze. ### Steps to reproduce 1. Have a folder with some large amount of messages. A few hundred should suffice. 2. Make sure it's NOT up-to-dat...
c150bafac3aa1137376af532bba1b13dfac85fd2
4161b914415aef08ab645387893812d13356bda3
https://github.com/thundernest/k-9/compare/c150bafac3aa1137376af532bba1b13dfac85fd2...4161b914415aef08ab645387893812d13356bda3
diff --git a/k9mail/src/main/java/com/fsck/k9/activity/FolderList.java b/k9mail/src/main/java/com/fsck/k9/activity/FolderList.java index 4235018bf..203b6eb54 100644 --- a/k9mail/src/main/java/com/fsck/k9/activity/FolderList.java +++ b/k9mail/src/main/java/com/fsck/k9/activity/FolderList.java @@ -476,31 +476,9 @@ public...
['k9mail/src/main/java/com/fsck/k9/activity/FolderList.java', 'k9mail/src/test/java/com/fsck/k9/controller/MessagingControllerTest.java', 'k9mail/src/main/java/com/fsck/k9/controller/MessagingController.java']
{'.java': 3}
3
3
0
0
3
3,476,576
690,051
95,154
439
2,165
412
55
2
491
73
120
18
0
0
1970-01-01T00:24:46
8,156
Kotlin
{'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946}
Apache License 2.0
9,636
thundernest/k-9/3174/2164
thundernest
k-9
https://github.com/thundernest/k-9/issues/2164
https://github.com/thundernest/k-9/pull/3174
https://github.com/thundernest/k-9/pull/3174
1
fixes
Drafts deleted when syncronizing with IMAP server
Please search to check for an existing issue (including closed issues, for which the fix may not have yet been released) before opening a new issue: https://github.com/k9mail/k-9/issues?q=is%3Aissue ### Expected behavior When "Save as Draft" is selected, draft should be remain saved either locally or on the server ...
3009752cac4a0f7ea6341bbef01e41cf4ab27963
f4147483e14bc42c7544a6336b2e40d34b43ebb4
https://github.com/thundernest/k-9/compare/3009752cac4a0f7ea6341bbef01e41cf4ab27963...f4147483e14bc42c7544a6336b2e40d34b43ebb4
diff --git a/k9mail/src/main/java/com/fsck/k9/controller/MessagingController.java b/k9mail/src/main/java/com/fsck/k9/controller/MessagingController.java index 0f42badfa..718c6efe1 100644 --- a/k9mail/src/main/java/com/fsck/k9/controller/MessagingController.java +++ b/k9mail/src/main/java/com/fsck/k9/controller/Messagin...
['k9mail/src/main/java/com/fsck/k9/controller/MessagingController.java', 'k9mail/src/main/java/com/fsck/k9/controller/imap/ImapSync.java']
{'.java': 2}
2
2
0
0
2
3,643,983
713,898
99,791
492
5,025
882
80
2
1,696
276
400
29
1
0
1970-01-01T00:25:18
8,156
Kotlin
{'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946}
Apache License 2.0
9,637
thundernest/k-9/3146/3004
thundernest
k-9
https://github.com/thundernest/k-9/issues/3004
https://github.com/thundernest/k-9/pull/3146
https://github.com/thundernest/k-9/pull/3146
1
fixes
Body in decrypted mails empty by reply or forwarding
### Expected behavior If I click reply or forward, the body of the original mail should be filled with the whole original text and maybe attachments by forwarding . ### Actual behavior There is only the header (Mailadress and so on) and the subject line of the original mail ### Steps to reproduce 1. Receive a ...
6767f41505e6e784af03befd1a122a99f771ead1
8b11a7284ee2e4c2dd1c9b43d05859bcd3468187
https://github.com/thundernest/k-9/compare/6767f41505e6e784af03befd1a122a99f771ead1...8b11a7284ee2e4c2dd1c9b43d05859bcd3468187
diff --git a/k9mail/src/main/java/com/fsck/k9/mailstore/MessageViewInfo.java b/k9mail/src/main/java/com/fsck/k9/mailstore/MessageViewInfo.java index 6d6daccf7..bda32a1fc 100644 --- a/k9mail/src/main/java/com/fsck/k9/mailstore/MessageViewInfo.java +++ b/k9mail/src/main/java/com/fsck/k9/mailstore/MessageViewInfo.java @@ ...
['k9mail/src/main/java/com/fsck/k9/mailstore/MessageViewInfoExtractor.java', 'k9mail/src/main/java/com/fsck/k9/mailstore/MessageViewInfo.java', 'k9mail/src/test/java/com/fsck/k9/mailstore/MessageViewInfoExtractorTest.java']
{'.java': 3}
3
3
0
0
3
3,656,715
717,769
100,395
492
643
118
6
2
566
93
137
19
0
0
1970-01-01T00:25:17
8,156
Kotlin
{'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946}
Apache License 2.0
9,638
thundernest/k-9/3130/3129
thundernest
k-9
https://github.com/thundernest/k-9/issues/3129
https://github.com/thundernest/k-9/pull/3130
https://github.com/thundernest/k-9/pull/3130
1
fixes
App crashes when I click on contact logo
Hi, I've not found a recent issue related to my issue. Thanks for your answer ### Expected behavior It should be create a new message with the clicked contact, as recipient. ### Actual behavior Since the update, the app crashes when I click on contact logo square. ### Steps to reproduce 1. Open the app ...
7c3b90b356ffe045c27b2ab5ceb0a4db3381a7b9
2ec1b3fe29aa8ce745acd03169f70cf0978c5b20
https://github.com/thundernest/k-9/compare/7c3b90b356ffe045c27b2ab5ceb0a4db3381a7b9...2ec1b3fe29aa8ce745acd03169f70cf0978c5b20
diff --git a/k9mail/src/main/java/com/fsck/k9/ui/ContactBadge.java b/k9mail/src/main/java/com/fsck/k9/ui/ContactBadge.java index fbea32426..6a09fedca 100644 --- a/k9mail/src/main/java/com/fsck/k9/ui/ContactBadge.java +++ b/k9mail/src/main/java/com/fsck/k9/ui/ContactBadge.java @@ -1,6 +1,7 @@ package com.fsck.k9.ui; ...
['k9mail/src/main/java/com/fsck/k9/ui/ContactBadge.java']
{'.java': 1}
1
1
0
0
1
3,656,975
718,237
100,405
492
814
131
16
1
537
89
140
23
0
0
1970-01-01T00:25:16
8,156
Kotlin
{'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946}
Apache License 2.0
9,639
thundernest/k-9/3073/3065
thundernest
k-9
https://github.com/thundernest/k-9/issues/3065
https://github.com/thundernest/k-9/pull/3073
https://github.com/thundernest/k-9/pull/3073
1
fixes
tel URI links are stripped by HtmlSanitizer
Please search to check for an existing issue (including closed issues, for which the fix may not have yet been released) before opening a new issue: https://github.com/k9mail/k-9/issues?q=is%3Aissue ### Expected behavior Tell us what should happen Click to call link does not work since a few weeks. A click to call...
e4467ef959d5dc13d84afb9e49029cc6676fe6f5
11f6614a3b63371e2ce8b7d41623692990de2930
https://github.com/thundernest/k-9/compare/e4467ef959d5dc13d84afb9e49029cc6676fe6f5...11f6614a3b63371e2ce8b7d41623692990de2930
diff --git a/k9mail/src/main/java/com/fsck/k9/message/html/HtmlSanitizer.java b/k9mail/src/main/java/com/fsck/k9/message/html/HtmlSanitizer.java index 63e9eaedb..2b197857a 100644 --- a/k9mail/src/main/java/com/fsck/k9/message/html/HtmlSanitizer.java +++ b/k9mail/src/main/java/com/fsck/k9/message/html/HtmlSanitizer.java...
['k9mail/src/main/java/com/fsck/k9/message/html/HtmlSanitizer.java', 'k9mail/src/test/java/com/fsck/k9/message/html/HtmlSanitizerTest.java']
{'.java': 2}
2
2
0
0
2
3,654,448
717,970
100,340
492
244
73
3
1
952
147
256
24
1
0
1970-01-01T00:25:15
8,156
Kotlin
{'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946}
Apache License 2.0
9,647
thundernest/k-9/2215/1500
thundernest
k-9
https://github.com/thundernest/k-9/issues/1500
https://github.com/thundernest/k-9/pull/2215
https://github.com/thundernest/k-9/pull/2215
1
fix
Webdav (Exchange) sending email is broken since v5.109 (alpha)
Android version: 6.01 Using K-9 Mail v5.010 (stable) i could send emails using my old WEBDAV account. But never delete emails on the server. Then Updated to K-9 Mail v5.109 (alpha) / and also to K-9 Mail v5.110 (alpha). Now I can delete emails on the server, but I can not send emails any more. They end up on the outgo...
c150bafac3aa1137376af532bba1b13dfac85fd2
2cec47491d963b0e7493469aba1bf9497ccf2678
https://github.com/thundernest/k-9/compare/c150bafac3aa1137376af532bba1b13dfac85fd2...2cec47491d963b0e7493469aba1bf9497ccf2678
diff --git a/k9mail-library/src/main/java/com/fsck/k9/mail/store/webdav/WebDavFolder.java b/k9mail-library/src/main/java/com/fsck/k9/mail/store/webdav/WebDavFolder.java index 7eda5d5b3..0f7d8da1b 100644 --- a/k9mail-library/src/main/java/com/fsck/k9/mail/store/webdav/WebDavFolder.java +++ b/k9mail-library/src/main/java...
['k9mail-library/src/test/java/com/fsck/k9/mail/store/webdav/WebDavFolderTest.java', 'k9mail-library/src/main/java/com/fsck/k9/mail/store/webdav/WebDavStore.java', 'k9mail-library/src/main/java/com/fsck/k9/mail/store/webdav/WebDavFolder.java']
{'.java': 3}
3
3
0
0
3
3,476,576
690,051
95,154
439
1,247
207
25
2
516
93
136
11
0
0
1970-01-01T00:24:46
8,156
Kotlin
{'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946}
Apache License 2.0
9,646
thundernest/k-9/2380/2282
thundernest
k-9
https://github.com/thundernest/k-9/issues/2282
https://github.com/thundernest/k-9/pull/2380
https://github.com/thundernest/k-9/pull/2380
1
fixes
Crash in 5.205: Bug in ParcelableUtil.unmarshall()?
Crash reported via Google Play. User messages: * crash when opening from 1x1 widget * using inbox icon to start k9 results in crash * force closes on start from widget ``` java.lang.RuntimeException: Unable to start activity ComponentInfo{com.fsck.k9/com.fsck.k9.activity.MessageList}: java.lang.NullPointerE...
7880e8396e9f4674a3728543742eec64ad389242
5485f7a1bb8c5d816706e58b35a176cfd79c7de9
https://github.com/thundernest/k-9/compare/7880e8396e9f4674a3728543742eec64ad389242...5485f7a1bb8c5d816706e58b35a176cfd79c7de9
diff --git a/k9mail/src/main/java/com/fsck/k9/activity/MessageList.java b/k9mail/src/main/java/com/fsck/k9/activity/MessageList.java index f1addf57f..28f4c0df3 100644 --- a/k9mail/src/main/java/com/fsck/k9/activity/MessageList.java +++ b/k9mail/src/main/java/com/fsck/k9/activity/MessageList.java @@ -72,8 +72,11 @@ publ...
['k9mail/src/main/java/com/fsck/k9/activity/MessageList.java']
{'.java': 1}
1
1
0
0
1
3,498,297
692,380
95,953
446
469
104
10
1
1,647
95
371
30
0
1
1970-01-01T00:24:49
8,156
Kotlin
{'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946}
Apache License 2.0
9,645
thundernest/k-9/2521/2503
thundernest
k-9
https://github.com/thundernest/k-9/issues/2503
https://github.com/thundernest/k-9/pull/2521
https://github.com/thundernest/k-9/pull/2521
1
fixes
Export settings does not export 'Support signing of unecrypted mail' setting
If I set 'Support signing of unecrypted mail' option, then export the settings, then clear K9 mail app. data, then import the settings, the 'Support signing of unecrypted mail' option does not get set.
231b46f27839f599d95ef3f62cd66f4a20e0e62e
35a29ec4560a031c6ada2849be987aee08108e60
https://github.com/thundernest/k-9/compare/231b46f27839f599d95ef3f62cd66f4a20e0e62e...35a29ec4560a031c6ada2849be987aee08108e60
diff --git a/k9mail/src/main/java/com/fsck/k9/preferences/GlobalSettings.java b/k9mail/src/main/java/com/fsck/k9/preferences/GlobalSettings.java index 14c77e63e..f1a799ed9 100644 --- a/k9mail/src/main/java/com/fsck/k9/preferences/GlobalSettings.java +++ b/k9mail/src/main/java/com/fsck/k9/preferences/GlobalSettings.java...
['k9mail/src/main/java/com/fsck/k9/preferences/GlobalSettings.java']
{'.java': 1}
1
1
0
0
1
3,519,596
691,880
96,815
464
225
56
4
1
201
34
49
1
0
0
1970-01-01T00:24:53
8,156
Kotlin
{'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946}
Apache License 2.0
9,640
thundernest/k-9/3025/3018
thundernest
k-9
https://github.com/thundernest/k-9/issues/3018
https://github.com/thundernest/k-9/pull/3025
https://github.com/thundernest/k-9/pull/3025
1
fixes
Bad <hr> detection causes emails to appear empty
Some emails displayed empty, despite there is text in the email body. Note: Email preview in notification window shows (part) of body; but email body seems empty in K9. This behavior has been introduced with the latest K9 update a few days ago. ### Expected behavior Email displayed correctly. ### Actual beh...
1506c6d4c028586da0cac60d0688f6a2493ed1e5
b49af84dc803c361244ece7e0333787d2e321573
https://github.com/thundernest/k-9/compare/1506c6d4c028586da0cac60d0688f6a2493ed1e5...b49af84dc803c361244ece7e0333787d2e321573
diff --git a/k9mail/src/main/java/com/fsck/k9/message/html/HtmlConverter.java b/k9mail/src/main/java/com/fsck/k9/message/html/HtmlConverter.java index 9d5d27aa4..fb618e80d 100644 --- a/k9mail/src/main/java/com/fsck/k9/message/html/HtmlConverter.java +++ b/k9mail/src/main/java/com/fsck/k9/message/html/HtmlConverter.java...
['k9mail/src/main/java/com/fsck/k9/message/html/HtmlConverter.java', 'k9mail/src/test/java/com/fsck/k9/message/html/HtmlConverterTest.java']
{'.java': 2}
2
2
0
0
2
3,599,243
707,505
98,930
484
543
178
8
1
711
112
166
23
0
0
1970-01-01T00:25:14
8,156
Kotlin
{'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946}
Apache License 2.0
9,641
thundernest/k-9/2885/2846
thundernest
k-9
https://github.com/thundernest/k-9/issues/2846
https://github.com/thundernest/k-9/pull/2885
https://github.com/thundernest/k-9/pull/2885
1
fixes
Parsing email address list with invalid base64 encoded word crashes the app
Test case: ```java Address.parse("=?utf-8?b?invalid#?= <oops@example.com>"); ``` Exception: ``` java.lang.Error: java.io.IOException: Unexpected base64 byte at org.apache.james.mime4j.codec.DecoderUtil.decodeBase64(DecoderUtil.java:89) at org.apache.james.mime4j.codec.DecoderUtil.decodeB(DecoderUtil.java:...
d696723023d8eb2c5dde223fdbcef1d67bd49bb9
ddcf1e257e43a9e08bb4bdcd237f93651c3651d5
https://github.com/thundernest/k-9/compare/d696723023d8eb2c5dde223fdbcef1d67bd49bb9...ddcf1e257e43a9e08bb4bdcd237f93651c3651d5
diff --git a/k9mail-library/src/main/java/com/fsck/k9/mail/Address.java b/k9mail-library/src/main/java/com/fsck/k9/mail/Address.java index 042fbbf44..eb8183768 100644 --- a/k9mail-library/src/main/java/com/fsck/k9/mail/Address.java +++ b/k9mail-library/src/main/java/com/fsck/k9/mail/Address.java @@ -2,12 +2,14 @@ pack...
['k9mail-library/src/test/java/com/fsck/k9/mail/AddressTest.java', 'k9mail-library/src/main/java/com/fsck/k9/mail/Address.java']
{'.java': 2}
2
2
0
0
2
3,600,355
707,916
98,987
484
296
59
5
1
1,711
105
408
28
0
2
1970-01-01T00:25:09
8,156
Kotlin
{'Kotlin': 4058553, 'Java': 2375292, 'Shell': 7553, 'AIDL': 1946}
Apache License 2.0
670
apache/shardingsphere-elasticjob/368/367
apache
shardingsphere-elasticjob
https://github.com/apache/shardingsphere-elasticjob/issues/367
https://github.com/apache/shardingsphere-elasticjob/pull/368
https://github.com/apache/shardingsphere-elasticjob/pull/368
1
fixed
Resuming Transient Job is abnormal
### Which version of Elastic-Job do you using? 2.1.4 ### Expected behavior Disable the job and then resume the job, then triggered by cron expression. ### Actual behavior Disable the job and then resume the job, immediately triggered several times. ### Steps to reproduce the behavior Disable the transient...
a3db7607ea9d33beb7b94c95ac0f56b7589d2b11
064eca0ab1804af654599bb06eae2ad6a1e59ea5
https://github.com/apache/shardingsphere-elasticjob/compare/a3db7607ea9d33beb7b94c95ac0f56b7589d2b11...064eca0ab1804af654599bb06eae2ad6a1e59ea5
diff --git a/elastic-job-cloud/elastic-job-cloud-scheduler/src/main/java/com/dangdang/ddframe/job/cloud/scheduler/config/job/CloudJobConfigurationListener.java b/elastic-job-cloud/elastic-job-cloud-scheduler/src/main/java/com/dangdang/ddframe/job/cloud/scheduler/config/job/CloudJobConfigurationListener.java index 0f9e5...
['elastic-job-cloud/elastic-job-cloud-scheduler/src/main/java/com/dangdang/ddframe/job/cloud/scheduler/restful/CloudJobRestfulApi.java', 'elastic-job-cloud/elastic-job-cloud-scheduler/src/test/java/com/dangdang/ddframe/job/cloud/scheduler/mesos/FacadeServiceTest.java', 'elastic-job-cloud/elastic-job-cloud-scheduler/src...
{'.java': 9}
9
9
0
0
9
841,618
188,763
24,229
277
2,092
393
45
6
411
65
93
12
0
0
1970-01-01T00:24:58
7,920
Java
{'Java': 2266368, 'Shell': 3428, 'Dockerfile': 1094, 'Batchfile': 861}
Apache License 2.0
115
spring-projects/spring-security/13276/13243
spring-projects
spring-security
https://github.com/spring-projects/spring-security/issues/13243
https://github.com/spring-projects/spring-security/pull/13276
https://github.com/spring-projects/spring-security/pull/13276
1
fixes
CasAuthenticationFilter.successfulAuthentication missing call to securityContextRepository.saveContext
**Describe the bug** `org.springframework.security.cas.web.CasAuthenticationFilter.successfulAuthentication` seems to be missing a call to `securityContextRepository.saveContext` as per [the Spring 6 migration document](https://docs.spring.io/spring-security/reference/migration/servlet/session-management.html). I thin...
537e10cf9c7feaf8c00d5523052823f3c469410d
52b87f339c36eaa95d835f456aadd37425bbad02
https://github.com/spring-projects/spring-security/compare/537e10cf9c7feaf8c00d5523052823f3c469410d...52b87f339c36eaa95d835f456aadd37425bbad02
diff --git a/cas/src/main/java/org/springframework/security/cas/web/CasAuthenticationFilter.java b/cas/src/main/java/org/springframework/security/cas/web/CasAuthenticationFilter.java index a951168f66..6f2920b3d0 100644 --- a/cas/src/main/java/org/springframework/security/cas/web/CasAuthenticationFilter.java +++ b/cas/s...
['cas/src/main/java/org/springframework/security/cas/web/CasAuthenticationFilter.java']
{'.java': 1}
1
1
0
0
1
7,476,540
1,614,247
200,846
1,671
399
56
6
1
592
57
118
9
1
0
1970-01-01T00:28:05
7,860
Java
{'Java': 16395664, 'Kotlin': 860788, 'Groovy': 47907, 'AspectJ': 16776, 'Ruby': 7008, 'PLSQL': 3180, 'XSLT': 2369, 'Shell': 811, 'Python': 129, 'HTML': 80, 'JavaScript': 10}
Apache License 2.0
51
dropwizard/metrics/505/444
dropwizard
metrics
https://github.com/dropwizard/metrics/issues/444
https://github.com/dropwizard/metrics/pull/505
https://github.com/dropwizard/metrics/pull/505
1
fix
Another ClassCastException in metrics-jetty9's InstrumentedHandler
I found another ClassCastException in metrics-jetty9. Commit 622ef9b which is included in 3.0.1 doesn't seem to completly fix issue #435 that I reported earlier. ``` java.lang.ClassCastException: org.atmosphere.cpr.AtmosphereRequest cannot be cast to org.eclipse.jetty.server.Request at com.codahale.metrics.jetty9....
32f19d565b2883d91a9a9dbc52684891d58a8cd0
92f7d920deac3c0065ae504784a3b271d6b46fe7
https://github.com/dropwizard/metrics/compare/32f19d565b2883d91a9a9dbc52684891d58a8cd0...92f7d920deac3c0065ae504784a3b271d6b46fe7
diff --git a/metrics-jetty9-legacy/src/main/java/com/codahale/metrics/jetty9/InstrumentedHandler.java b/metrics-jetty9-legacy/src/main/java/com/codahale/metrics/jetty9/InstrumentedHandler.java index 56805cdc9..503e7867f 100644 --- a/metrics-jetty9-legacy/src/main/java/com/codahale/metrics/jetty9/InstrumentedHandler.jav...
['metrics-jetty9-legacy/src/main/java/com/codahale/metrics/jetty9/InstrumentedHandler.java', 'metrics-jetty9/src/main/java/com/codahale/metrics/jetty9/InstrumentedHandler.java']
{'.java': 2}
2
2
0
0
2
394,935
77,392
11,434
109
2,454
400
40
2
2,933
96
957
27
0
1
1970-01-01T00:23:08
7,744
Java
{'Java': 1542841, 'Shell': 1659, 'Python': 351}
Apache License 2.0
102
swagger-api/swagger-core/1579/1578
swagger-api
swagger-core
https://github.com/swagger-api/swagger-core/issues/1578
https://github.com/swagger-api/swagger-core/pull/1579
https://github.com/swagger-api/swagger-core/pull/1579
1
fixes
byte and binary properties are wrong
It looks like these two commits are backwards: Addition of `binary` property: https://github.com/swagger-api/swagger-core/commit/a18409eb69d9c69435bb2f0bbec7b2540b46616d Addition of `byte` property: https://github.com/swagger-api/swagger-core/commit/4e7a8014d14a8d0dd54f31f825858ae072be1061
05475b8552b8ac18864de841468f8665f8c3de10
deda3feafc61377ccf55883cca0e396a07615bc5
https://github.com/swagger-api/swagger-core/compare/05475b8552b8ac18864de841468f8665f8c3de10...deda3feafc61377ccf55883cca0e396a07615bc5
diff --git a/modules/swagger-core/src/main/java/io/swagger/util/PrimitiveType.java b/modules/swagger-core/src/main/java/io/swagger/util/PrimitiveType.java index 8c4980987..237c592c2 100644 --- a/modules/swagger-core/src/main/java/io/swagger/util/PrimitiveType.java +++ b/modules/swagger-core/src/main/java/io/swagger/uti...
['modules/swagger-core/src/main/java/io/swagger/util/PrimitiveType.java', 'modules/swagger-models/src/test/java/io/swagger/StringPropertyTest.java', 'modules/swagger-models/src/main/java/io/swagger/models/properties/ByteArrayProperty.java', 'modules/swagger-models/src/test/java/io/swagger/models/properties/PropertyBuil...
{'.java': 8}
8
8
0
0
8
578,968
111,634
18,293
165
1,727
295
45
5
293
18
96
8
2
0
1970-01-01T00:24:10
7,244
Java
{'Java': 2870337, 'Shell': 9095, 'Python': 4538}
Apache License 2.0
101
swagger-api/swagger-core/1678/1512
swagger-api
swagger-core
https://github.com/swagger-api/swagger-core/issues/1512
https://github.com/swagger-api/swagger-core/pull/1678
https://github.com/swagger-api/swagger-core/pull/1678
1
fix
swagger-servlet generating non-unique operationIds
using swagger-servlet-1.5.4. first of all, @iushankin huuuge thanks for swagger-servlet migration with 1.5.4! works almost flawlessly. i noticed that swagger-servlet will use `@ApiOperation`s `nickname` attribute for path generation as well as for `operationId`. however, it may be necessary to have multiple operation...
9e93afaf1ee7a9a0130b262fd2112b3c20bbb825
b2ae3198f993ac3d20446e4da7725153c19185b3
https://github.com/swagger-api/swagger-core/compare/9e93afaf1ee7a9a0130b262fd2112b3c20bbb825...b2ae3198f993ac3d20446e4da7725153c19185b3
diff --git a/modules/swagger-servlet/src/main/java/io/swagger/servlet/extensions/ServletReaderExtension.java b/modules/swagger-servlet/src/main/java/io/swagger/servlet/extensions/ServletReaderExtension.java index 5345b1a9f..5eaae4195 100644 --- a/modules/swagger-servlet/src/main/java/io/swagger/servlet/extensions/Servl...
['modules/swagger-servlet/src/main/java/io/swagger/servlet/extensions/ServletReaderExtension.java', 'modules/swagger-servlet/src/test/java/io/swagger/servlet/extensions/PathGetterTest.java', 'modules/swagger-servlet/src/test/java/io/swagger/servlet/ReaderTest.java']
{'.java': 3}
3
3
0
0
3
601,624
116,159
18,969
167
114
15
2
1
686
100
159
14
0
0
1970-01-01T00:24:16
7,244
Java
{'Java': 2870337, 'Shell': 9095, 'Python': 4538}
Apache License 2.0
103
swagger-api/swagger-core/1556/1526
swagger-api
swagger-core
https://github.com/swagger-api/swagger-core/issues/1526
https://github.com/swagger-api/swagger-core/pull/1556
https://github.com/swagger-api/swagger-core/pull/1556
1
fixes
Example Value overwrites Parameter's DataType
Hi, I encountered the following unexpected behavior. When specifying an example value in a `@ApiImplicitParam` annotation the parameter's dataType will be set to the example value. For instance annotation ``` java @ApiImplicitParam(name="id", paramType="path", dataType="string", example="123456") ``` will lead to J...
436a9cb792be23fc835cf2dcbe1bdb087590f483
edeca227123e85ab03666f3d5e131d6e2c457663
https://github.com/swagger-api/swagger-core/compare/436a9cb792be23fc835cf2dcbe1bdb087590f483...edeca227123e85ab03666f3d5e131d6e2c457663
diff --git a/modules/swagger-core/src/main/java/io/swagger/util/ParameterProcessor.java b/modules/swagger-core/src/main/java/io/swagger/util/ParameterProcessor.java index b75656013..adb4106f0 100644 --- a/modules/swagger-core/src/main/java/io/swagger/util/ParameterProcessor.java +++ b/modules/swagger-core/src/main/java...
['modules/swagger-core/src/main/java/io/swagger/util/ParameterProcessor.java', 'modules/swagger-jaxrs/src/test/java/io/swagger/resources/ResourceWithImplicitFileParam.java']
{'.java': 2}
2
2
0
0
2
564,498
108,724
17,783
163
125
19
3
1
969
116
236
36
0
3
1970-01-01T00:24:08
7,244
Java
{'Java': 2870337, 'Shell': 9095, 'Python': 4538}
Apache License 2.0
104
swagger-api/swagger-core/1453/1440
swagger-api
swagger-core
https://github.com/swagger-api/swagger-core/issues/1440
https://github.com/swagger-api/swagger-core/pull/1453
https://github.com/swagger-api/swagger-core/pull/1453
1
fixes
The ApiOperation.nickname property does not work
The reason: please check this class: io.swagger.jaxrs.Reader, line 711 I think there should be: operationId = apiOperation.nickname(); instead of: operationId = method.getName(); Sincerely yours Nazar
4e6793564819457e5724464b27a782afad145e10
91a4dbef7c3756ecc69f334bd5d7a89ecf4b5737
https://github.com/swagger-api/swagger-core/compare/4e6793564819457e5724464b27a782afad145e10...91a4dbef7c3756ecc69f334bd5d7a89ecf4b5737
diff --git a/modules/swagger-jaxrs/src/main/java/io/swagger/jaxrs/Reader.java b/modules/swagger-jaxrs/src/main/java/io/swagger/jaxrs/Reader.java index 937ec0a52..464d77c2a 100644 --- a/modules/swagger-jaxrs/src/main/java/io/swagger/jaxrs/Reader.java +++ b/modules/swagger-jaxrs/src/main/java/io/swagger/jaxrs/Reader.java...
['modules/swagger-jaxrs/src/main/java/io/swagger/jaxrs/Reader.java']
{'.java': 1}
1
1
0
0
1
532,171
102,641
16,824
160
104
15
2
1
203
25
49
7
0
0
1970-01-01T00:24:02
7,244
Java
{'Java': 2870337, 'Shell': 9095, 'Python': 4538}
Apache License 2.0
105
swagger-api/swagger-core/1262/1175
swagger-api
swagger-core
https://github.com/swagger-api/swagger-core/issues/1175
https://github.com/swagger-api/swagger-core/pull/1262
https://github.com/swagger-api/swagger-core/pull/1262
1
fixes
Change logging level to DEBUG for some messages in PropertyBuilder
Change logging level for [this](https://github.com/swagger-api/swagger-core/blob/400662d7253c0c2efb14316f8948ddc61a60069e/modules/swagger-models/src/main/java/io/swagger/models/properties/PropertyBuilder.java#L569) message to DEBUG as these messages look confusing for [codegen](https://github.com/swagger-api/swagger-co...
42056f20c52407e4c13283794a65d6d71b3a7e41
183a6fccd65bc0cd6de129aa2c7b35b13bfd2797
https://github.com/swagger-api/swagger-core/compare/42056f20c52407e4c13283794a65d6d71b3a7e41...183a6fccd65bc0cd6de129aa2c7b35b13bfd2797
diff --git a/modules/swagger-models/src/main/java/io/swagger/models/properties/PropertyBuilder.java b/modules/swagger-models/src/main/java/io/swagger/models/properties/PropertyBuilder.java index 41fbdf96a..660d11c86 100644 --- a/modules/swagger-models/src/main/java/io/swagger/models/properties/PropertyBuilder.java +++ ...
['modules/swagger-models/src/main/java/io/swagger/models/properties/PropertyBuilder.java']
{'.java': 1}
1
1
0
0
1
438,099
84,995
14,008
142
139
32
2
1
392
17
96
2
3
0
1970-01-01T00:23:56
7,244
Java
{'Java': 2870337, 'Shell': 9095, 'Python': 4538}
Apache License 2.0
107
swagger-api/swagger-core/1190/1185
swagger-api
swagger-core
https://github.com/swagger-api/swagger-core/issues/1185
https://github.com/swagger-api/swagger-core/pull/1190
https://github.com/swagger-api/swagger-core/pull/1190
1
fixes
'hidden' variable is not used
'hidden' variable is declared, but isn't used https://github.com/swagger-api/swagger-core/blob/9c67549cc4e30db916dac0165f0549485a6eb4c7/modules/swagger-jaxrs/src/main/java/io/swagger/jaxrs/Reader.java#L834-L837
8999c5b5a862cc4b9f533d1692ba9db7858b1d5f
a671881ac26a1df940012f2b2ff370d393f2dfee
https://github.com/swagger-api/swagger-core/compare/8999c5b5a862cc4b9f533d1692ba9db7858b1d5f...a671881ac26a1df940012f2b2ff370d393f2dfee
diff --git a/modules/swagger-jaxrs/src/main/java/io/swagger/jaxrs/Reader.java b/modules/swagger-jaxrs/src/main/java/io/swagger/jaxrs/Reader.java index 1657326ca..145416564 100644 --- a/modules/swagger-jaxrs/src/main/java/io/swagger/jaxrs/Reader.java +++ b/modules/swagger-jaxrs/src/main/java/io/swagger/jaxrs/Reader.java...
['modules/swagger-jaxrs/src/main/java/io/swagger/jaxrs/Reader.java']
{'.java': 1}
1
1
0
0
1
431,150
83,484
13,753
140
127
24
5
1
211
8
66
2
1
0
1970-01-01T00:23:54
7,244
Java
{'Java': 2870337, 'Shell': 9095, 'Python': 4538}
Apache License 2.0
109
swagger-api/swagger-core/1033/1000
swagger-api
swagger-core
https://github.com/swagger-api/swagger-core/issues/1000
https://github.com/swagger-api/swagger-core/pull/1033
https://github.com/swagger-api/swagger-core/pull/1033
1
fixes
NPE without any class with @Api annotation
If there is no class with `@Api` annotation trying to get `swagger.json` causes NPE. This may be very confusing at the beginning, when we are implementing Swagger step-by-step and get exception. Stack: ``` java.lang.NullPointerException at com.wordnik.swagger.jaxrs.config.BeanConfig.configure(BeanConfig.java:196)...
e9cad60100c883f171b6d2a989ee6eb398fd3a25
e2e459b0a134e4310b91f60e2fb31625a40f57f0
https://github.com/swagger-api/swagger-core/compare/e9cad60100c883f171b6d2a989ee6eb398fd3a25...e2e459b0a134e4310b91f60e2fb31625a40f57f0
diff --git a/modules/swagger-jaxrs/src/main/java/com/wordnik/swagger/jaxrs/Reader.java b/modules/swagger-jaxrs/src/main/java/com/wordnik/swagger/jaxrs/Reader.java index 0574c9891..23aea9a17 100644 --- a/modules/swagger-jaxrs/src/main/java/com/wordnik/swagger/jaxrs/Reader.java +++ b/modules/swagger-jaxrs/src/main/java/c...
['modules/swagger-jaxrs/src/main/java/com/wordnik/swagger/jaxrs/Reader.java']
{'.java': 1}
1
1
0
0
1
887,167
204,437
29,102
399
148
33
4
1
764
54
192
14
1
1
1970-01-01T00:23:50
7,244
Java
{'Java': 2870337, 'Shell': 9095, 'Python': 4538}
Apache License 2.0
100
swagger-api/swagger-core/1718/1714
swagger-api
swagger-core
https://github.com/swagger-api/swagger-core/issues/1714
https://github.com/swagger-api/swagger-core/pull/1718
https://github.com/swagger-api/swagger-core/pull/1718
1
fix
jersey2 listing resource broken
1.5.8 seems to have broken the listing resource for jersey2. Now this class: ``` java package io.swagger.jersey.listing; /* */ @Path("/") public class ApiListingResourceJSON extends ApiListingResource { } ``` causes the swagger definition to appear only on `"/"` instead of `"/swagger.{type:json|yaml}"` as d...
3e5a7e613daaa95028f3aeb45cd8545c14deaa8c
2425b7f3aa36d7661777ca8819445180af792431
https://github.com/swagger-api/swagger-core/compare/3e5a7e613daaa95028f3aeb45cd8545c14deaa8c...2425b7f3aa36d7661777ca8819445180af792431
diff --git a/modules/swagger-jersey2-jaxrs/src/main/java/io/swagger/jersey/listing/ApiListingResourceJSON.java b/modules/swagger-jersey2-jaxrs/src/main/java/io/swagger/jersey/listing/ApiListingResourceJSON.java index 05a54d0cf..dbe40f642 100644 --- a/modules/swagger-jersey2-jaxrs/src/main/java/io/swagger/jersey/listing...
['modules/swagger-jersey2-jaxrs/src/main/java/io/swagger/jersey/listing/ApiListingResourceJSON.java']
{'.java': 1}
1
1
0
0
1
618,360
119,346
19,394
169
52
12
4
1
656
83
164
18
0
1
1970-01-01T00:24:18
7,244
Java
{'Java': 2870337, 'Shell': 9095, 'Python': 4538}
Apache License 2.0
8,978
karatelabs/karate/1556/1555
karatelabs
karate
https://github.com/karatelabs/karate/issues/1555
https://github.com/karatelabs/karate/pull/1556
https://github.com/karatelabs/karate/pull/1556
1
fixes
`logPrettyResponse` configuration parameter is not considered
`logPrettyResponse` is not considered when configured, either in `karate-config.js` or in the feature itself. Looking at the code I found the issue and will submit a PR to fix it.
e2b4f3a875805da0a6f2531952af26540eb7c7c1
d5abda97bfcd507f7bd1fcd5b31a876f564b5bc5
https://github.com/karatelabs/karate/compare/e2b4f3a875805da0a6f2531952af26540eb7c7c1...d5abda97bfcd507f7bd1fcd5b31a876f564b5bc5
diff --git a/karate-core/src/main/java/com/intuit/karate/http/HttpLogger.java b/karate-core/src/main/java/com/intuit/karate/http/HttpLogger.java index f6d7466cd..bc5464d12 100644 --- a/karate-core/src/main/java/com/intuit/karate/http/HttpLogger.java +++ b/karate-core/src/main/java/com/intuit/karate/http/HttpLogger.java...
['karate-core/src/main/java/com/intuit/karate/http/HttpLogger.java']
{'.java': 1}
1
1
0
0
1
1,614,061
334,168
47,449
310
601
115
14
1
182
30
42
3
0
0
1970-01-01T00:26:58
7,226
Java
{'Java': 2164729, 'Gherkin': 262656, 'JavaScript': 70334, 'HTML': 44272, 'Scala': 13901, 'CSS': 7856, 'ANTLR': 4088, 'Shell': 3629, 'Dockerfile': 2919}
MIT License
8,977
karatelabs/karate/2376/2259
karatelabs
karate
https://github.com/karatelabs/karate/issues/2259
https://github.com/karatelabs/karate/pull/2376
https://github.com/karatelabs/karate/pull/2376
1
resolves
Double Click and Right Click in Karate Robot framework for windows app
Double click doesnt work in Karate Robot framework for windows app ``` locate('abc').doubleClick(0,0) ``` It clicks twice but does it slowly such that the double click does not really work. I found doubleClick() method in RobotBase.Java which has a 40ms delay between the clicks and i'm not sure if that is the reas...
7e1f3b3bb0405847722f814d4ab8fed08e7f8832
7ee8b8bd272a7e12a7e2318a193ab84b4c45da6a
https://github.com/karatelabs/karate/compare/7e1f3b3bb0405847722f814d4ab8fed08e7f8832...7ee8b8bd272a7e12a7e2318a193ab84b4c45da6a
diff --git a/karate-robot/src/main/java/com/intuit/karate/robot/RobotBase.java b/karate-robot/src/main/java/com/intuit/karate/robot/RobotBase.java index af420922a..0ee7dfbfc 100644 --- a/karate-robot/src/main/java/com/intuit/karate/robot/RobotBase.java +++ b/karate-robot/src/main/java/com/intuit/karate/robot/RobotBase....
['karate-robot/src/main/java/com/intuit/karate/robot/RobotBase.java']
{'.java': 1}
1
1
0
0
1
1,727,793
357,449
50,168
307
562
110
19
1
504
82
115
7
0
1
1970-01-01T00:28:11
7,226
Java
{'Java': 2164729, 'Gherkin': 262656, 'JavaScript': 70334, 'HTML': 44272, 'Scala': 13901, 'CSS': 7856, 'ANTLR': 4088, 'Shell': 3629, 'Dockerfile': 2919}
MIT License
3,321
apache/beam/27699/27670
apache
beam
https://github.com/apache/beam/issues/27670
https://github.com/apache/beam/pull/27699
https://github.com/apache/beam/pull/27699
1
fixes
[Bug]: Storage Write API fails on Batch Pipelines on 2.49
### What happened? When writing to a BigQuery sink in a Batch pipeline using Storage Write API the pipeline fails due to the following error, ``` java.lang.RuntimeException: org.apache.beam.sdk.util.UserCodeException: java.lang.RuntimeException: Schema field not found: eventid at org.apache.beam.runners.dataf...
f35a6365e8a6a67e74e933f29789f5bbf5f59315
2e958499e5d9060706d54b2fd99a347e48f3f1db
https://github.com/apache/beam/compare/f35a6365e8a6a67e74e933f29789f5bbf5f59315...2e958499e5d9060706d54b2fd99a347e48f3f1db
diff --git a/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/TableRowToStorageApiProto.java b/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/TableRowToStorageApiProto.java index d231d84aea..d98f9115cb 100644 --- a/sdks/java/io/google-cloud-platf...
['sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIOWriteTest.java', 'sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/TableRowToStorageApiProto.java']
{'.java': 2}
2
2
0
0
2
26,087,797
5,616,266
667,143
3,970
461
78
6
1
12,687
590
2,911
125
0
1
1970-01-01T00:28:10
7,039
Java
{'Java': 44997581, 'Python': 11684345, 'Go': 6460783, 'TypeScript': 2009450, 'Dart': 1436710, 'Groovy': 981282, 'Shell': 411640, 'SCSS': 319433, 'Kotlin': 251827, 'HCL': 233427, 'HTML': 200724, 'JavaScript': 122178, 'Cython': 75277, 'Dockerfile': 73608, 'Jupyter Notebook': 61209, 'Sass': 27577, 'FreeMarker': 7933, 'CSS...
Apache License 2.0
516
google/closure-compiler/1409/1407
google
closure-compiler
https://github.com/google/closure-compiler/issues/1407
https://github.com/google/closure-compiler/pull/1409
https://github.com/google/closure-compiler/pull/1409
1
fixes
Cannot use globs when running the compiler.
Since 62ca536... I am no longer able to use globs for files when running the compiler: Running this command used to work before that change: ``` java -jar ../../compiler/compiler.jar \\ --flagfile=options/compile.ini \\ --define "goog.json.USE_NATIVE_JSON=true" --define "goog.ui.Component.ALLOW_DETACHED_DECORATION=tr...
00adf761809e997aadadcf07050310d5d1dbad68
dfd1853feeb252fd57cf245816cef4305d3e1fe8
https://github.com/google/closure-compiler/compare/00adf761809e997aadadcf07050310d5d1dbad68...dfd1853feeb252fd57cf245816cef4305d3e1fe8
diff --git a/src/com/google/javascript/jscomp/CommandLineRunner.java b/src/com/google/javascript/jscomp/CommandLineRunner.java index 34c79d686..019b4d62e 100644 --- a/src/com/google/javascript/jscomp/CommandLineRunner.java +++ b/src/com/google/javascript/jscomp/CommandLineRunner.java @@ -26,8 +26,6 @@ import com.google...
['src/com/google/javascript/jscomp/CommandLineRunner.java', 'test/com/google/javascript/jscomp/CommandLineRunnerTest.java']
{'.java': 2}
2
2
0
0
2
7,125,544
1,615,261
217,124
706
2,277
480
48
1
3,904
319
1,206
100
0
2
1970-01-01T00:24:13
7,031
Java
{'Java': 20926778, 'JavaScript': 13942727, 'Starlark': 32989, 'Shell': 3465, 'HTML': 3018, 'Smarty': 2078}
Apache License 2.0
515
google/closure-compiler/1469/1407
google
closure-compiler
https://github.com/google/closure-compiler/issues/1407
https://github.com/google/closure-compiler/pull/1469
https://github.com/google/closure-compiler/pull/1469
1
fixes
Cannot use globs when running the compiler.
Since 62ca536... I am no longer able to use globs for files when running the compiler: Running this command used to work before that change: ``` java -jar ../../compiler/compiler.jar \\ --flagfile=options/compile.ini \\ --define "goog.json.USE_NATIVE_JSON=true" --define "goog.ui.Component.ALLOW_DETACHED_DECORATION=tr...
f98608a07dc43fb3e950a730ca59906179386ffb
16d143d67f4c27aa1435d3561a64acbe039dc972
https://github.com/google/closure-compiler/compare/f98608a07dc43fb3e950a730ca59906179386ffb...16d143d67f4c27aa1435d3561a64acbe039dc972
diff --git a/src/com/google/javascript/jscomp/AbstractCommandLineRunner.java b/src/com/google/javascript/jscomp/AbstractCommandLineRunner.java index fbdc565a5..87f9c2037 100644 --- a/src/com/google/javascript/jscomp/AbstractCommandLineRunner.java +++ b/src/com/google/javascript/jscomp/AbstractCommandLineRunner.java @@ ...
['src/com/google/javascript/jscomp/AbstractCommandLineRunner.java', 'src/com/google/javascript/jscomp/CommandLineRunner.java', 'test/com/google/javascript/jscomp/CommandLineRunnerTest.java']
{'.java': 3}
3
3
0
0
3
7,155,232
1,622,150
217,888
708
1,800
354
40
2
3,904
319
1,206
100
0
2
1970-01-01T00:24:14
7,031
Java
{'Java': 20926778, 'JavaScript': 13942727, 'Starlark': 32989, 'Shell': 3465, 'HTML': 3018, 'Smarty': 2078}
Apache License 2.0
514
google/closure-compiler/1549/1548
google
closure-compiler
https://github.com/google/closure-compiler/issues/1548
https://github.com/google/closure-compiler/pull/1549
https://github.com/google/closure-compiler/pull/1549
2
fixes
File order not maintained
I call the closure compiler like: ``` java.exe -jar dev\\jars\\closure\\compiler.jar --compilation_level WHITESPACE_ONLY --formatting PRETTY_PRINT --formatting PRINT_INPUT_DELIMITER --formatting SINGLE_QUOTES --js_output_file jQuery_a52d83c3.min.js --js jquery.js ui\\core.js ui\\widget.js ui\\mouse.js ui\\draggable.js...
4544359bba2cac67e0ff13fda514b6e52d9d29cb
b193c1b5b10c1246877c384526fc01d9f0db448b
https://github.com/google/closure-compiler/compare/4544359bba2cac67e0ff13fda514b6e52d9d29cb...b193c1b5b10c1246877c384526fc01d9f0db448b
diff --git a/src/com/google/javascript/jscomp/CommandLineRunner.java b/src/com/google/javascript/jscomp/CommandLineRunner.java index 65e615bdd..cd1896c4a 100644 --- a/src/com/google/javascript/jscomp/CommandLineRunner.java +++ b/src/com/google/javascript/jscomp/CommandLineRunner.java @@ -62,6 +62,7 @@ import java.util....
['src/com/google/javascript/jscomp/CommandLineRunner.java', 'test/com/google/javascript/jscomp/CommandLineRunnerTest.java']
{'.java': 2}
2
2
0
0
2
7,185,495
1,629,249
218,744
712
865
174
18
1
883
109
223
11
0
1
1970-01-01T00:24:15
7,031
Java
{'Java': 20926778, 'JavaScript': 13942727, 'Starlark': 32989, 'Shell': 3465, 'HTML': 3018, 'Smarty': 2078}
Apache License 2.0
517
google/closure-compiler/1322/1314
google
closure-compiler
https://github.com/google/closure-compiler/issues/1314
https://github.com/google/closure-compiler/pull/1322
https://github.com/google/closure-compiler/pull/1322
1
fixes
Unlike var statements, const statements do not support multiple types
Code - ``` // ==ClosureCompiler== // @output_file_name default.js // @compilation_level ADVANCED_OPTIMIZATIONS // @language ECMASCRIPT6_STRICT // ==/ClosureCompiler== "use strict"; const /** @const {string} */ foo = "1", /** @const {number} */ bar = 1; const /** @type {string} */ baz = "1", /** @type {number}...
0767ef6c3863cd188d1f5fe61b73967ea9e3c912
7de586e22e0663c275f2320ad4ddac4e23abb145
https://github.com/google/closure-compiler/compare/0767ef6c3863cd188d1f5fe61b73967ea9e3c912...7de586e22e0663c275f2320ad4ddac4e23abb145
diff --git a/src/com/google/javascript/jscomp/Es6RewriteBlockScopedDeclaration.java b/src/com/google/javascript/jscomp/Es6RewriteBlockScopedDeclaration.java index 291ff9a2e..bf678d067 100644 --- a/src/com/google/javascript/jscomp/Es6RewriteBlockScopedDeclaration.java +++ b/src/com/google/javascript/jscomp/Es6RewriteBlo...
['test/com/google/javascript/jscomp/Es6RewriteBlockScopedDeclarationTest.java', 'src/com/google/javascript/jscomp/Es6RewriteBlockScopedDeclaration.java']
{'.java': 2}
2
2
0
0
2
7,100,552
1,609,557
216,424
705
1,284
278
27
1
651
96
182
31
0
2
1970-01-01T00:24:10
7,031
Java
{'Java': 20926778, 'JavaScript': 13942727, 'Starlark': 32989, 'Shell': 3465, 'HTML': 3018, 'Smarty': 2078}
Apache License 2.0
513
google/closure-compiler/3988/3840
google
closure-compiler
https://github.com/google/closure-compiler/issues/3840
https://github.com/google/closure-compiler/pull/3988
https://github.com/google/closure-compiler/pull/3988
1
fixes
--create_source_map throws exception on windows when using input source maps and chunks
Closure throws an exception when I try to build source maps for chunks: java.io.FileNotFoundException: .\\dist\\closure\\common.js.map (The system cannot find the path specified) It seems like there's a race condition issue if the source map of a depending module is built before the dependency. It seems to work prope...
3784fba4f48519472ca66792d0ed318ee443d44a
55e3c557a2d9aae7cffefdad42140911130c8551
https://github.com/google/closure-compiler/compare/3784fba4f48519472ca66792d0ed318ee443d44a...55e3c557a2d9aae7cffefdad42140911130c8551
diff --git a/src/com/google/javascript/jscomp/AbstractCommandLineRunner.java b/src/com/google/javascript/jscomp/AbstractCommandLineRunner.java index e27089744..ad4fdaff2 100644 --- a/src/com/google/javascript/jscomp/AbstractCommandLineRunner.java +++ b/src/com/google/javascript/jscomp/AbstractCommandLineRunner.java @@ ...
['src/com/google/javascript/jscomp/AbstractCommandLineRunner.java']
{'.java': 1}
1
1
0
0
1
9,466,863
2,112,089
269,013
876
600
130
12
1
1,643
150
423
31
1
0
1970-01-01T00:27:41
7,031
Java
{'Java': 20926778, 'JavaScript': 13942727, 'Starlark': 32989, 'Shell': 3465, 'HTML': 3018, 'Smarty': 2078}
Apache License 2.0
404
gocd/gocd/9900/9890
gocd
gocd
https://github.com/gocd/gocd/issues/9890
https://github.com/gocd/gocd/pull/9900
https://github.com/gocd/gocd/pull/9900
1
fixes
Double-Checked Locking might be incorrect in PipelineGroups
https://github.com/gocd/gocd/blob/86b555e57daccec6b53b246f0dcdd4d0090566ef/config/config-api/src/main/java/com/thoughtworks/go/domain/PipelineGroups.java#L183-L187 Double-Checked Locking is widely cited and used as an efficient method for implementing lazy initialization in a multithreaded environment. Unfortunatel...
0c6b1a98742b3aaa1e019d52c670ad9a1be013a9
9d8ecf50f70adb4b80987d15a3f857bb257b5349
https://github.com/gocd/gocd/compare/0c6b1a98742b3aaa1e019d52c670ad9a1be013a9...9d8ecf50f70adb4b80987d15a3f857bb257b5349
diff --git a/config/config-api/src/main/java/com/thoughtworks/go/domain/PipelineGroups.java b/config/config-api/src/main/java/com/thoughtworks/go/domain/PipelineGroups.java index 02747ee396..abaa4e98d8 100644 --- a/config/config-api/src/main/java/com/thoughtworks/go/domain/PipelineGroups.java +++ b/config/config-api/sr...
['domain/src/main/java/com/thoughtworks/go/domain/materials/tfs/TfsSDKCommandBuilder.java', 'config/config-api/src/main/java/com/thoughtworks/go/domain/PipelineGroups.java']
{'.java': 2}
2
2
0
0
2
15,875,936
3,177,194
374,335
3,354
2,008
393
28
2
523
48
119
6
1
0
1970-01-01T00:27:18
6,872
Java
{'Java': 20634641, 'TypeScript': 4429797, 'Groovy': 2083065, 'JavaScript': 777429, 'SCSS': 597726, 'Ruby': 404083, 'HTML': 257482, 'XSLT': 206746, 'NSIS': 24216, 'Sass': 21277, 'Shell': 15583, 'FreeMarker': 13166, 'EJS': 1626, 'CSS': 1580, 'PowerShell': 664, 'Batchfile': 474}
Apache License 2.0
408
gocd/gocd/1052/1045
gocd
gocd
https://github.com/gocd/gocd/issues/1045
https://github.com/gocd/gocd/pull/1052
https://github.com/gocd/gocd/pull/1052
1
fixed
Temporary console log issues
1) ~~Even though console logs are available in 'Artifacts' tab, yet i see following message there which should not be happen~~ ~~"Artifacts for this job instance are unavailable as they may have been purged by Go or deleted externally. Re-run the stage or job to generate them again."~~ This is not an issue [@arikagoy...
dd9050b6c43282dfcb1d7684038ea9cd9934d819
81080bc7ced42ef543338721f9ca582e85ac8aef
https://github.com/gocd/gocd/compare/dd9050b6c43282dfcb1d7684038ea9cd9934d819...81080bc7ced42ef543338721f9ca582e85ac8aef
diff --git a/common/src/com/thoughtworks/go/remote/work/BuildWork.java b/common/src/com/thoughtworks/go/remote/work/BuildWork.java index 2732b8543e..b6bc734e87 100644 --- a/common/src/com/thoughtworks/go/remote/work/BuildWork.java +++ b/common/src/com/thoughtworks/go/remote/work/BuildWork.java @@ -94,6 +94,8 @@ public ...
['server/src/com/thoughtworks/go/domain/activity/ConsoleLogArtifactHandler.java', 'common/src/com/thoughtworks/go/work/DefaultGoPublisher.java', 'server/test/unit/com/thoughtworks/go/domain/activity/ConsoleLogArtifactHandlerTest.java', 'common/src/com/thoughtworks/go/remote/work/BuildWork.java', 'server/src/com/thought...
{'.java': 5}
5
5
0
0
5
7,843,133
1,575,547
204,493
1,780
967
172
22
4
1,861
292
454
31
0
0
1970-01-01T00:23:49
6,872
Java
{'Java': 20634641, 'TypeScript': 4429797, 'Groovy': 2083065, 'JavaScript': 777429, 'SCSS': 597726, 'Ruby': 404083, 'HTML': 257482, 'XSLT': 206746, 'NSIS': 24216, 'Sass': 21277, 'Shell': 15583, 'FreeMarker': 13166, 'EJS': 1626, 'CSS': 1580, 'PowerShell': 664, 'Batchfile': 474}
Apache License 2.0
409
gocd/gocd/1003/1000
gocd
gocd
https://github.com/gocd/gocd/issues/1000
https://github.com/gocd/gocd/pull/1003
https://github.com/gocd/gocd/pull/1003
1
fixes
handle special characters in material name in pipeline label template
In XSD [here](https://github.com/gocd/gocd/blob/master/config/config-server/resources/cruise-config.xsd#L715) the label template allows special characters like `-` in material name inside `${ }`. But [here](https://github.com/gocd/gocd/blob/master/config/config-api/src/com/thoughtworks/go/domain/label/PipelineLabel.jav...
0e31f680841b78cc06d851d731ff7da9ee1493ae
ee180c73421285ee93905caa7c0db27166df1219
https://github.com/gocd/gocd/compare/0e31f680841b78cc06d851d731ff7da9ee1493ae...ee180c73421285ee93905caa7c0db27166df1219
diff --git a/common/test/unit/com/thoughtworks/go/domain/PipelineLabelTest.java b/common/test/unit/com/thoughtworks/go/domain/PipelineLabelTest.java index 36e2d48f34..7a834ee52a 100644 --- a/common/test/unit/com/thoughtworks/go/domain/PipelineLabelTest.java +++ b/common/test/unit/com/thoughtworks/go/domain/PipelineLabe...
['config/config-api/src/com/thoughtworks/go/domain/label/PipelineLabel.java', 'common/test/unit/com/thoughtworks/go/domain/PipelineLabelTest.java']
{'.java': 2}
2
2
0
0
2
7,829,565
1,572,877
204,139
1,777
222
81
2
1
420
34
106
4
2
0
1970-01-01T00:23:48
6,872
Java
{'Java': 20634641, 'TypeScript': 4429797, 'Groovy': 2083065, 'JavaScript': 777429, 'SCSS': 597726, 'Ruby': 404083, 'HTML': 257482, 'XSLT': 206746, 'NSIS': 24216, 'Sass': 21277, 'Shell': 15583, 'FreeMarker': 13166, 'EJS': 1626, 'CSS': 1580, 'PowerShell': 664, 'Batchfile': 474}
Apache License 2.0
405
gocd/gocd/9899/9889
gocd
gocd
https://github.com/gocd/gocd/issues/9889
https://github.com/gocd/gocd/pull/9899
https://github.com/gocd/gocd/pull/9899
1
fixes
Unreleased Resource: Streams in business continuity ViewResolver
https://github.com/gocd/gocd/blob/86b555e57daccec6b53b246f0dcdd4d0090566ef/server/src/main/java/com/thoughtworks/go/addon/businesscontinuity/ViewResolver.java#L40 The program can potentially fail to release a system resource.
c83d03b8ff7b4dd04915476f409c7625ce0c7602
750effbf9f204a1c9203f4caefa7a9f5a768e483
https://github.com/gocd/gocd/compare/c83d03b8ff7b4dd04915476f409c7625ce0c7602...750effbf9f204a1c9203f4caefa7a9f5a768e483
diff --git a/base/src/main/java/com/thoughtworks/go/util/validators/FileValidator.java b/base/src/main/java/com/thoughtworks/go/util/validators/FileValidator.java index d45bf86971..edd169b2c2 100644 --- a/base/src/main/java/com/thoughtworks/go/util/validators/FileValidator.java +++ b/base/src/main/java/com/thoughtworks...
['server/src/main/java/com/thoughtworks/go/server/service/plugins/AnalyticsPluginAssetsService.java', 'plugin-infra/go-plugin-access/src/test/java/com/thoughtworks/go/plugin/access/configrepo/ConfigRepoDocumentMother.java', 'server/src/test-integration/java/com/thoughtworks/go/config/GoConfigMigrationIntegrationTest.ja...
{'.java': 15}
15
15
0
0
15
15,876,612
3,177,279
374,348
3,354
8,706
1,665
111
11
228
11
67
3
1
0
1970-01-01T00:27:18
6,872
Java
{'Java': 20634641, 'TypeScript': 4429797, 'Groovy': 2083065, 'JavaScript': 777429, 'SCSS': 597726, 'Ruby': 404083, 'HTML': 257482, 'XSLT': 206746, 'NSIS': 24216, 'Sass': 21277, 'Shell': 15583, 'FreeMarker': 13166, 'EJS': 1626, 'CSS': 1580, 'PowerShell': 664, 'Batchfile': 474}
Apache License 2.0
403
gocd/gocd/10087/10086
gocd
gocd
https://github.com/gocd/gocd/issues/10086
https://github.com/gocd/gocd/pull/10087
https://github.com/gocd/gocd/pull/10087
1
fixes
Test Drive/standalone GoCD fails to start when commit GPG signing is enabled at system/user level
##### Issue Type - Bug Report ##### Summary When I run Test Drive 21.4.0 (`gocd-21.4.0-13469-1477-osx`) which is current stable version, GoCD server couldn't be started. ##### Environment On my macbook ###### Basic environment details * Go Version: `21.4.0` * JAVA Version: `openjdk 15.0.4` * OS: `m...
fb73c589ce0052f30d576f115a8bafe101d1c1c3
2db3a23f2bd8f4836e3db34bf7d80b7b242221e9
https://github.com/gocd/gocd/compare/fb73c589ce0052f30d576f115a8bafe101d1c1c3...2db3a23f2bd8f4836e3db34bf7d80b7b242221e9
diff --git a/config/config-server/src/main/java/com/thoughtworks/go/service/ConfigRepository.java b/config/config-server/src/main/java/com/thoughtworks/go/service/ConfigRepository.java index 8eb6f587f3..9f2520ca6b 100644 --- a/config/config-server/src/main/java/com/thoughtworks/go/service/ConfigRepository.java +++ b/co...
['config/config-server/src/main/java/com/thoughtworks/go/service/ConfigRepository.java', 'config/config-server/src/test/java/com/thoughtworks/go/service/ConfigRepositoryTest.java']
{'.java': 2}
2
2
0
0
2
15,850,828
3,172,153
373,812
3,347
393
83
6
1
6,058
278
1,380
89
2
1
1970-01-01T00:27:22
6,872
Java
{'Java': 20634641, 'TypeScript': 4429797, 'Groovy': 2083065, 'JavaScript': 777429, 'SCSS': 597726, 'Ruby': 404083, 'HTML': 257482, 'XSLT': 206746, 'NSIS': 24216, 'Sass': 21277, 'Shell': 15583, 'FreeMarker': 13166, 'EJS': 1626, 'CSS': 1580, 'PowerShell': 664, 'Batchfile': 474}
Apache License 2.0
402
gocd/gocd/10649/10648
gocd
gocd
https://github.com/gocd/gocd/issues/10648
https://github.com/gocd/gocd/pull/10649
https://github.com/gocd/gocd/pull/10649
1
fixes
Plugin admin page can display stale plugin information after plugin upgrades
##### Issue Type - Bug Report ##### Summary <!--- Provide a brief summary of the issue --> When plugins are updated to new versions without changing which plugins are installed, `/go/admin/plugins` will display stale data in the browser until browser cache expiry. ###### Basic environment details <!--...
c2293bcb6397761bc052789ae59facf315afbfe2
85d5ba31393959d8328f5d0dec8e33b27afce6ce
https://github.com/gocd/gocd/compare/c2293bcb6397761bc052789ae59facf315afbfe2...85d5ba31393959d8328f5d0dec8e33b27afce6ce
diff --git a/api/api-plugin-infos-v7/src/main/java/com/thoughtworks/go/apiv7/plugininfos/PluginInfosControllerV7.java b/api/api-plugin-infos-v7/src/main/java/com/thoughtworks/go/apiv7/plugininfos/PluginInfosControllerV7.java index a75120a5a9..1568613acb 100644 --- a/api/api-plugin-infos-v7/src/main/java/com/thoughtwork...
['server/src/main/java/com/thoughtworks/go/server/service/EntityHashes.java', 'api/api-plugin-infos-v7/src/main/java/com/thoughtworks/go/apiv7/plugininfos/PluginInfosControllerV7.java', 'server/src/test-fast/java/com/thoughtworks/go/server/service/EntityHashingServiceTest.java']
{'.java': 3}
3
3
0
0
3
15,791,732
3,160,232
372,429
3,334
3,440
626
55
3
1,709
257
382
39
1
0
1970-01-01T00:27:39
6,872
Java
{'Java': 20634641, 'TypeScript': 4429797, 'Groovy': 2083065, 'JavaScript': 777429, 'SCSS': 597726, 'Ruby': 404083, 'HTML': 257482, 'XSLT': 206746, 'NSIS': 24216, 'Sass': 21277, 'Shell': 15583, 'FreeMarker': 13166, 'EJS': 1626, 'CSS': 1580, 'PowerShell': 664, 'Batchfile': 474}
Apache License 2.0
401
gocd/gocd/10676/10036
gocd
gocd
https://github.com/gocd/gocd/issues/10036
https://github.com/gocd/gocd/pull/10676
https://github.com/gocd/gocd/pull/10676
1
fixes
HTTP 500 when using external authorization plugins and GoCD site urls are blank
##### Issue Type - Bug Report ##### Summary When using GoCD GitLab or GitHub authentication plugins, the server site URLs must be set properly in the server configuration, otherwise the GoCD will fail with HTTP 500. ##### Environment Discovered on 21.2.0, Java 15. I suppose it is not related to the GoCD...
4fae75d5c7e6e6dcfcacaea0577eafb193e6f29b
5b7c362731eae1fd8deec665bc025c2e99cba3be
https://github.com/gocd/gocd/compare/4fae75d5c7e6e6dcfcacaea0577eafb193e6f29b...5b7c362731eae1fd8deec665bc025c2e99cba3be
diff --git a/config/config-api/src/main/java/com/thoughtworks/go/config/ServerConfig.java b/config/config-api/src/main/java/com/thoughtworks/go/config/ServerConfig.java index 0fef04a87e..51f01b601b 100644 --- a/config/config-api/src/main/java/com/thoughtworks/go/config/ServerConfig.java +++ b/config/config-api/src/main...
['config/config-api/src/main/java/com/thoughtworks/go/domain/ServerSiteUrlConfig.java', 'config/config-api/src/main/java/com/thoughtworks/go/config/ServerConfig.java', 'server/src/main/java/com/thoughtworks/go/server/newsecurity/providers/WebBasedPluginAuthenticationProvider.java', 'config/config-api/src/test/java/com/...
{'.java': 6}
6
6
0
0
6
15,770,573
3,155,800
372,021
3,332
3,869
815
68
4
1,275
188
312
47
1
1
1970-01-01T00:27:39
6,872
Java
{'Java': 20634641, 'TypeScript': 4429797, 'Groovy': 2083065, 'JavaScript': 777429, 'SCSS': 597726, 'Ruby': 404083, 'HTML': 257482, 'XSLT': 206746, 'NSIS': 24216, 'Sass': 21277, 'Shell': 15583, 'FreeMarker': 13166, 'EJS': 1626, 'CSS': 1580, 'PowerShell': 664, 'Batchfile': 474}
Apache License 2.0
400
gocd/gocd/11262/11260
gocd
gocd
https://github.com/gocd/gocd/issues/11260
https://github.com/gocd/gocd/pull/11262
https://github.com/gocd/gocd/pull/11262
1
fixes
Loading materials admin page creates syntax error on MySQL 8.0
### Issue Type - Bug Report ### Summary the error occurs after start go-server: ``` 2023-01-31 11:17:15,621 ERROR [qtp338329632-38] JDBCExceptionReporter:234 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '* FROM ...
b3a6bad328f3e0e7e6739e6913f13499725c605c
c173255552af0656a9adbbd7c725d93ba8f62ab3
https://github.com/gocd/gocd/compare/b3a6bad328f3e0e7e6739e6913f13499725c605c...c173255552af0656a9adbbd7c725d93ba8f62ab3
diff --git a/server/src/main/java/com/thoughtworks/go/server/persistence/MaterialRepository.java b/server/src/main/java/com/thoughtworks/go/server/persistence/MaterialRepository.java index 8fe5c7ba3d..162fc4e57c 100644 --- a/server/src/main/java/com/thoughtworks/go/server/persistence/MaterialRepository.java +++ b/serve...
['server/src/main/java/com/thoughtworks/go/server/persistence/MaterialRepository.java']
{'.java': 1}
1
1
0
0
1
15,411,055
3,088,725
363,908
3,249
181
45
2
1
2,265
300
632
72
1
7
1970-01-01T00:27:55
6,872
Java
{'Java': 20634641, 'TypeScript': 4429797, 'Groovy': 2083065, 'JavaScript': 777429, 'SCSS': 597726, 'Ruby': 404083, 'HTML': 257482, 'XSLT': 206746, 'NSIS': 24216, 'Sass': 21277, 'Shell': 15583, 'FreeMarker': 13166, 'EJS': 1626, 'CSS': 1580, 'PowerShell': 664, 'Batchfile': 474}
Apache License 2.0
397
gocd/gocd/11874/11868
gocd
gocd
https://github.com/gocd/gocd/issues/11868
https://github.com/gocd/gocd/pull/11874
https://github.com/gocd/gocd/pull/11874
1
fixes
`runOnAllAgents="true"` added to jobs at GoCD startup
##### Issue Type <!--- Please specify the issue type to help us categorize the issue, mention any one of the below types --> - Bug Report ##### Summary <!--- Provide a brief summary of the issue --> GoCD surprisingly adds `runOnAllAgents="true"` to jobs. ##### Environment <!--- Describe the envir...
9a9a12047df94036b92106d4296555278eb7bce6
04e6ccb02476a095b12ff09f909a93bee210d2dd
https://github.com/gocd/gocd/compare/9a9a12047df94036b92106d4296555278eb7bce6...04e6ccb02476a095b12ff09f909a93bee210d2dd
diff --git a/config/config-api/src/main/java/com/thoughtworks/go/config/GoConfigFieldWriter.java b/config/config-api/src/main/java/com/thoughtworks/go/config/GoConfigFieldWriter.java index 3087dc0b1f..de6c0c0a5f 100644 --- a/config/config-api/src/main/java/com/thoughtworks/go/config/GoConfigFieldWriter.java +++ b/confi...
['config/config-server/src/test/java/com/thoughtworks/go/config/parser/GoConfigFieldLoaderTest.java', 'config/config-api/src/main/java/com/thoughtworks/go/config/parser/GoConfigFieldTypeConverter.java', 'config/config-api/src/main/java/com/thoughtworks/go/config/GoConfigFieldWriter.java', 'config/config-api/src/test/ja...
{'.java': 5}
5
5
0
0
5
15,198,620
3,045,503
359,172
3,182
4,463
843
64
3
2,831
347
748
97
1
3
1970-01-01T00:28:12
6,872
Java
{'Java': 20634641, 'TypeScript': 4429797, 'Groovy': 2083065, 'JavaScript': 777429, 'SCSS': 597726, 'Ruby': 404083, 'HTML': 257482, 'XSLT': 206746, 'NSIS': 24216, 'Sass': 21277, 'Shell': 15583, 'FreeMarker': 13166, 'EJS': 1626, 'CSS': 1580, 'PowerShell': 664, 'Batchfile': 474}
Apache License 2.0
395
gocd/gocd/631/548
gocd
gocd
https://github.com/gocd/gocd/issues/548
https://github.com/gocd/gocd/pull/631
https://github.com/gocd/gocd/issues/548#issuecomment-58576865
2
fixes
Polling and builds fail when a git submodule URL changes
This causes `git submodule update --init` to fail which means material updates fail and builds running on the agent fail if they have the stale submodule url: ``` git submodule update --init --- Environment --- {} --- INPUT ---- --OUTPUT --- <cut> ERROR: fatal: reference is not a tree: 176026c856dd4cecd80fcdd5fe904f...
c08ce3bedd2bccb769537e6d811283a57782a842
89442cfbb75236c00391d846bf2364ef4beef4cd
https://github.com/gocd/gocd/compare/c08ce3bedd2bccb769537e6d811283a57782a842...89442cfbb75236c00391d846bf2364ef4beef4cd
diff --git a/common/src/com/thoughtworks/go/domain/materials/git/GitCommand.java b/common/src/com/thoughtworks/go/domain/materials/git/GitCommand.java index 65d377c49a..849470b65d 100644 --- a/common/src/com/thoughtworks/go/domain/materials/git/GitCommand.java +++ b/common/src/com/thoughtworks/go/domain/materials/git/G...
['common/test/com/thoughtworks/go/helper/GitSubmoduleRepos.java', 'common/test/com/thoughtworks/go/domain/materials/git/GitCommandTest.java', 'common/src/com/thoughtworks/go/domain/materials/git/GitCommand.java']
{'.java': 3}
3
3
0
0
3
7,018,116
1,409,995
184,079
1,644
1,700
362
34
1
673
101
174
19
0
1
1970-01-01T00:23:32
6,872
Java
{'Java': 20634641, 'TypeScript': 4429797, 'Groovy': 2083065, 'JavaScript': 777429, 'SCSS': 597726, 'Ruby': 404083, 'HTML': 257482, 'XSLT': 206746, 'NSIS': 24216, 'Sass': 21277, 'Shell': 15583, 'FreeMarker': 13166, 'EJS': 1626, 'CSS': 1580, 'PowerShell': 664, 'Batchfile': 474}
Apache License 2.0
407
gocd/gocd/7738/7737
gocd
gocd
https://github.com/gocd/gocd/issues/7737
https://github.com/gocd/gocd/pull/7738
https://github.com/gocd/gocd/pull/7738
1
fixes
Issues with moving pipelines between groups
##### Issue Type - Bug Report ##### Summary Moving pipelines between groups on the pipelines page fails if the given pipeline has a dependency material defined and uses parameters to define the upstream pipeline. If a dependency material is defined without a name, the name defaults to the pipeline name. If th...
fbe640c871dfe4bff5b3e3ddead658e6ca9694a0
504b1403e2f25ab90650f9590fd6f0562ce55c4b
https://github.com/gocd/gocd/compare/fbe640c871dfe4bff5b3e3ddead658e6ca9694a0...504b1403e2f25ab90650f9590fd6f0562ce55c4b
diff --git a/config/config-api/src/main/java/com/thoughtworks/go/config/materials/dependency/DependencyMaterialConfig.java b/config/config-api/src/main/java/com/thoughtworks/go/config/materials/dependency/DependencyMaterialConfig.java index b1e9b4bf15..d86ea9bef4 100644 --- a/config/config-api/src/main/java/com/thought...
['config/config-server/src/test/java/com/thoughtworks/go/config/serialization/DependencyMaterialConfigTest.java', 'config/config-api/src/main/java/com/thoughtworks/go/config/materials/dependency/DependencyMaterialConfig.java']
{'.java': 2}
2
2
0
0
2
15,603,778
3,124,659
370,187
3,319
314
58
8
1
513
83
94
9
0
0
1970-01-01T00:26:21
6,872
Java
{'Java': 20634641, 'TypeScript': 4429797, 'Groovy': 2083065, 'JavaScript': 777429, 'SCSS': 597726, 'Ruby': 404083, 'HTML': 257482, 'XSLT': 206746, 'NSIS': 24216, 'Sass': 21277, 'Shell': 15583, 'FreeMarker': 13166, 'EJS': 1626, 'CSS': 1580, 'PowerShell': 664, 'Batchfile': 474}
Apache License 2.0
396
gocd/gocd/1869/1799
gocd
gocd
https://github.com/gocd/gocd/issues/1799
https://github.com/gocd/gocd/pull/1869
https://github.com/gocd/gocd/pull/1869#issuecomment-194664589
2
close
pipeline config API: cannot create pipeline with dependency on an upstream with a template
Pipeline "upstream" uses some template that has a stage called "run". Using the pipeline config API, try to create a pipeline "downstream" with a material that points to the upstream pipeline. ``` "materials": [ some_git_repo, {"attributes": {"auto_update": true, "name": "upstream", "pipeline": "upstream", "stage":...
68e97393b25c016f55f58e9ba37d808c5577b429
e075da259f523da22a32fe0f663c9ef516abc1aa
https://github.com/gocd/gocd/compare/68e97393b25c016f55f58e9ba37d808c5577b429...e075da259f523da22a32fe0f663c9ef516abc1aa
diff --git a/server/src/com/thoughtworks/go/server/service/PipelineConfigService.java b/server/src/com/thoughtworks/go/server/service/PipelineConfigService.java index a9821da177..d3e1e95df0 100644 --- a/server/src/com/thoughtworks/go/server/service/PipelineConfigService.java +++ b/server/src/com/thoughtworks/go/server/...
['server/src/com/thoughtworks/go/server/service/PipelineConfigService.java', 'server/test/integration/com/thoughtworks/go/server/service/PipelineConfigServiceIntegrationTest.java']
{'.java': 2}
2
2
0
0
2
7,502,322
1,499,524
198,300
1,822
278
52
4
1
524
71
132
14
0
2
1970-01-01T00:24:14
6,872
Java
{'Java': 20634641, 'TypeScript': 4429797, 'Groovy': 2083065, 'JavaScript': 777429, 'SCSS': 597726, 'Ruby': 404083, 'HTML': 257482, 'XSLT': 206746, 'NSIS': 24216, 'Sass': 21277, 'Shell': 15583, 'FreeMarker': 13166, 'EJS': 1626, 'CSS': 1580, 'PowerShell': 664, 'Batchfile': 474}
Apache License 2.0
428
real-logic/aeron/145/29
real-logic
aeron
https://github.com/real-logic/aeron/issues/29
https://github.com/real-logic/aeron/pull/145
https://github.com/real-logic/aeron/pull/145
1
fixes
ReceiverTest setUp() method throws exception
OS (uname -a): Linux 3.5.0-51-generic #77~precise1-Ubuntu SMP Thu Jun 5 00:48:28 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux Thanks for open sourcing this library. I hope to learn a lot about high performance messaging from it. I noticed that the ReceiverTest tearDown() method was throwing NPEs when closing the receiveC...
fb68c69719010f56b9698572bbeb2dac0b597f2e
308142d22d1afb0efdefce2867b5097ba0b2dbc4
https://github.com/real-logic/aeron/compare/fb68c69719010f56b9698572bbeb2dac0b597f2e...308142d22d1afb0efdefce2867b5097ba0b2dbc4
diff --git a/aeron-driver/src/main/java/uk/co/real_logic/aeron/driver/MediaDriver.java b/aeron-driver/src/main/java/uk/co/real_logic/aeron/driver/MediaDriver.java index e3430f374..dfd794552 100644 --- a/aeron-driver/src/main/java/uk/co/real_logic/aeron/driver/MediaDriver.java +++ b/aeron-driver/src/main/java/uk/co/real...
['aeron-driver/src/main/java/uk/co/real_logic/aeron/driver/MediaDriver.java', 'aeron-driver/src/main/java/uk/co/real_logic/aeron/driver/media/UdpChannelTransport.java']
{'.java': 2}
2
2
0
0
2
1,023,943
209,160
30,104
188
2,273
459
53
2
813
112
212
18
0
0
1970-01-01T00:23:53
6,607
Java
{'Java': 7808647, 'C++': 2885942, 'C': 2193186, 'CMake': 83950, 'Shell': 66446, 'Batchfile': 43311, 'Dockerfile': 3239}
Apache License 2.0
258
alluxio/alluxio/14635/14620
alluxio
alluxio
https://github.com/Alluxio/alluxio/issues/14620
https://github.com/Alluxio/alluxio/pull/14635
https://github.com/Alluxio/alluxio/pull/14635
1
solve
workerFuse stressbench write Input/output error
**Alluxio Version:** Current master branch **Describe the bug** Fuse stress bench with workerFuse writing data errors out. Not tuning MaxDirectMemorySize, all threads fail. Logs from `worker.out`: ``` io.netty.util.internal.OutOfDirectMemoryError: failed to allocate 16777216 byte(s) of direct memory (used: 427...
4325774f94b2acb2019adeaf3d53713529209e5d
eecfcd4358dfa2cac0ae6b0275d8e7eb09f85c90
https://github.com/alluxio/alluxio/compare/4325774f94b2acb2019adeaf3d53713529209e5d...eecfcd4358dfa2cac0ae6b0275d8e7eb09f85c90
diff --git a/core/client/fs/src/main/java/alluxio/client/block/stream/BlockWorkerDataWriter.java b/core/client/fs/src/main/java/alluxio/client/block/stream/BlockWorkerDataWriter.java index 0076f9b427..ffe84c9b91 100644 --- a/core/client/fs/src/main/java/alluxio/client/block/stream/BlockWorkerDataWriter.java +++ b/core/...
['core/client/fs/src/main/java/alluxio/client/block/stream/BlockWorkerDataWriter.java']
{'.java': 1}
1
1
0
0
1
9,523,936
2,143,288
272,269
1,621
1,346
309
25
1
3,483
169
871
60
0
3
1970-01-01T00:27:18
6,326
Java
{'Java': 15817407, 'TypeScript': 340217, 'Shell': 175186, 'Go': 79288, 'C++': 47930, 'Mustache': 15785, 'Ruby': 15044, 'SCSS': 12027, 'JavaScript': 9992, 'C': 7326, 'Roff': 5919, 'Python': 4554, 'Dockerfile': 3642, 'Handlebars': 3633, 'HTML': 3412, 'Makefile': 2362}
Apache License 2.0
1,432
micronaut-projects/micronaut-core/1273/1272
micronaut-projects
micronaut-core
https://github.com/micronaut-projects/micronaut-core/issues/1272
https://github.com/micronaut-projects/micronaut-core/pull/1273
https://github.com/micronaut-projects/micronaut-core/pull/1273
1
fixes
Regression on bean with preDestroy
My project has a factory that replaces the `DefaultMongoClientFactory`: ```kotlin @Requirements(Requires(beans = [DefaultMongoConfiguration::class]), Requires(classes = [MongoClient::class])) @Replaces(factory = DefaultMongoClientFactory::class) @Factory class KMongoClientFactory { companion object: KLogg...
bb11cd1e6e5b1d1360f9c0f941df8bcbf57363a7
6985a5886137dbd18d8be09a0cc12dbd386b200a
https://github.com/micronaut-projects/micronaut-core/compare/bb11cd1e6e5b1d1360f9c0f941df8bcbf57363a7...6985a5886137dbd18d8be09a0cc12dbd386b200a
diff --git a/inject-java/src/main/java/io/micronaut/annotation/processing/ModelUtils.java b/inject-java/src/main/java/io/micronaut/annotation/processing/ModelUtils.java index 0929252063..4696741dd0 100644 --- a/inject-java/src/main/java/io/micronaut/annotation/processing/ModelUtils.java +++ b/inject-java/src/main/java/...
['inject-java/src/main/java/io/micronaut/annotation/processing/ModelUtils.java']
{'.java': 1}
1
1
0
0
1
6,970,541
1,407,026
198,293
1,950
157
26
2
1
2,372
259
569
72
1
2
1970-01-01T00:25:50
5,790
Java
{'Java': 11816931, 'Groovy': 6321305, 'Kotlin': 1605995, 'HTML': 143, 'Shell': 14}
Apache License 2.0
1,426
micronaut-projects/micronaut-core/2153/2152
micronaut-projects
micronaut-core
https://github.com/micronaut-projects/micronaut-core/issues/2152
https://github.com/micronaut-projects/micronaut-core/pull/2153
https://github.com/micronaut-projects/micronaut-core/pull/2153
1
fixes
HTTP client pool caches dns lookup forever
When the DefaultHttpClient creates it's poolMap instance a DNS lookup is made and stored in the bootstrap instance: ` Bootstrap newBootstrap = bootstrap.clone(group); newBootstrap.remoteAddress(key.getRemoteAddress()); ` The remoteAddress is never updated, which means ...
11e6988348ea8ae0c740d74e91b28c4f13937472
601d4e69dfd188ac8ae8ca376bee3407c858cb05
https://github.com/micronaut-projects/micronaut-core/compare/11e6988348ea8ae0c740d74e91b28c4f13937472...601d4e69dfd188ac8ae8ca376bee3407c858cb05
diff --git a/http-client/src/main/java/io/micronaut/http/client/DefaultHttpClient.java b/http-client/src/main/java/io/micronaut/http/client/DefaultHttpClient.java index f46d23daad..760d142124 100644 --- a/http-client/src/main/java/io/micronaut/http/client/DefaultHttpClient.java +++ b/http-client/src/main/java/io/micron...
['http-client/src/main/java/io/micronaut/http/client/DefaultHttpClient.java']
{'.java': 1}
1
1
0
0
1
7,131,028
1,428,690
200,862
1,797
126
21
4
1
1,100
141
240
30
2
0
1970-01-01T00:26:09
5,790
Java
{'Java': 11816931, 'Groovy': 6321305, 'Kotlin': 1605995, 'HTML': 143, 'Shell': 14}
Apache License 2.0
1,421
micronaut-projects/micronaut-core/9427/9423
micronaut-projects
micronaut-core
https://github.com/micronaut-projects/micronaut-core/issues/9423
https://github.com/micronaut-projects/micronaut-core/pull/9427
https://github.com/micronaut-projects/micronaut-core/pull/9427
1
fixes
New allowed-origins-regex property not working..?
### Expected Behavior With 3.9.0 allowed-origins no longer supports a regex value for the cors configuration. Instead you now need to use a new property called allowed-origins-regex. When replacing allowed-origins with allowed-origins-regex using the same regular expression and previously, it's expected that calls ...
2c1bee6be0af723c66e8ce790590f4f7d22a84d3
5d60708289271499c5435b7558880f01b6941656
https://github.com/micronaut-projects/micronaut-core/compare/2c1bee6be0af723c66e8ce790590f4f7d22a84d3...5d60708289271499c5435b7558880f01b6941656
diff --git a/http-server-tck/src/main/java/io/micronaut/http/server/tck/tests/cors/CorsSimpleRequestTest.java b/http-server-tck/src/main/java/io/micronaut/http/server/tck/tests/cors/CorsSimpleRequestTest.java index 6dc7342aad..33278f69cc 100644 --- a/http-server-tck/src/main/java/io/micronaut/http/server/tck/tests/cors...
['http-server-tck/src/main/java/io/micronaut/http/server/tck/tests/cors/CorsSimpleRequestTest.java', 'http-server/src/main/java/io/micronaut/http/server/cors/CorsFilter.java']
{'.java': 2}
2
2
0
0
2
9,143,135
1,805,359
250,070
1,907
615
132
10
1
1,611
190
369
59
1
2
1970-01-01T00:28:06
5,790
Java
{'Java': 11816931, 'Groovy': 6321305, 'Kotlin': 1605995, 'HTML': 143, 'Shell': 14}
Apache License 2.0
1,434
micronaut-projects/micronaut-core/623/618
micronaut-projects
micronaut-core
https://github.com/micronaut-projects/micronaut-core/issues/618
https://github.com/micronaut-projects/micronaut-core/pull/623
https://github.com/micronaut-projects/micronaut-core/pull/623
1
fixes
Inconsistent @Body handling in browser
Body is occasionally lost when uploaded from browser ### Steps to Reproduce See sample ### Expected Behaviour Body handling should work ### Actual Behaviour Occasional: ``` i.m.h.s.netty.RoutingInBoundHandler - Encoding emitted response object [ /command - Required argument [LoginCommand command] ...
2c286aba5a06c3b684ba3475d39ca6be48ed2d2f
454e9d34b5d7968931b92b59600029da5fac911f
https://github.com/micronaut-projects/micronaut-core/compare/2c286aba5a06c3b684ba3475d39ca6be48ed2d2f...454e9d34b5d7968931b92b59600029da5fac911f
diff --git a/http-netty/src/main/java/io/micronaut/http/netty/stream/HttpStreamsHandler.java b/http-netty/src/main/java/io/micronaut/http/netty/stream/HttpStreamsHandler.java index cffc0be9cf..6c91f26c8e 100644 --- a/http-netty/src/main/java/io/micronaut/http/netty/stream/HttpStreamsHandler.java +++ b/http-netty/src/ma...
['http-server-netty/src/main/java/io/micronaut/http/server/netty/NettyHttpServer.java', 'http-server-netty/src/main/java/io/micronaut/http/server/netty/types/files/NettySystemFileCustomizableResponseType.java', 'http-netty/src/main/java/io/micronaut/http/netty/stream/HttpStreamsHandler.java', 'http-server-netty/src/mai...
{'.java': 5}
5
5
0
0
5
6,796,725
1,368,789
195,312
2,007
2,798
532
61
5
487
49
108
23
1
1
1970-01-01T00:25:37
5,790
Java
{'Java': 11816931, 'Groovy': 6321305, 'Kotlin': 1605995, 'HTML': 143, 'Shell': 14}
Apache License 2.0
1,423
micronaut-projects/micronaut-core/2984/2934
micronaut-projects
micronaut-core
https://github.com/micronaut-projects/micronaut-core/issues/2934
https://github.com/micronaut-projects/micronaut-core/pull/2984
https://github.com/micronaut-projects/micronaut-core/pull/2984
1
fixes
AmazonComputeInstanceMetadataResolver has an invalid path
While connecting the application to a consul running in a different ec2 instance (same VPC) the following error occurs in the logs `i.m.d.c.a.AmazonComputeInstanceMetadataResolver - error getting public host name from:http://169.254.169.254//latest/meta-data/publicHostname java.io.FileNotFoundException:...
bd51d3353b629abddfbc3ad9f909c135ab47c150
4876cc6f12e22b0e99acd59105550a8d546db82a
https://github.com/micronaut-projects/micronaut-core/compare/bd51d3353b629abddfbc3ad9f909c135ab47c150...4876cc6f12e22b0e99acd59105550a8d546db82a
diff --git a/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonMetadataConfiguration.java b/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonMetadataConfiguration.java index 8fb8db8f8d..779a3499e3 100644 --- a/runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonMetadataConfiguration.java...
['runtime/src/main/java/io/micronaut/discovery/cloud/aws/AmazonMetadataConfiguration.java']
{'.java': 1}
1
1
0
0
1
7,542,554
1,507,719
211,614
1,858
144
38
2
1
414
38
99
7
2
0
1970-01-01T00:26:25
5,790
Java
{'Java': 11816931, 'Groovy': 6321305, 'Kotlin': 1605995, 'HTML': 143, 'Shell': 14}
Apache License 2.0
386
raphw/byte-buddy/528/527
raphw
byte-buddy
https://github.com/raphw/byte-buddy/issues/527
https://github.com/raphw/byte-buddy/pull/528
https://github.com/raphw/byte-buddy/pull/528
1
fixes
Using MethodCall onField with field locator pointing to different class fails
```java DynamicType.Loaded<Object> loaded = new ByteBuddy() .subclass(Object.class) .invokable(isTypeInitializer()) .intercept(MethodCall.invoke(named("println").and(takesArguments(Object.class))) .onField("out", new FieldLocator.ForExactType.Factory(TypeDescription.ForLoadedTyp...
0f9f5d84a878b3f04cd52475c48215dbd53e5053
7abdaf36e9ba49e5aae30e421344d30728e68cf8
https://github.com/raphw/byte-buddy/compare/0f9f5d84a878b3f04cd52475c48215dbd53e5053...7abdaf36e9ba49e5aae30e421344d30728e68cf8
diff --git a/byte-buddy-dep/src/main/java/net/bytebuddy/implementation/MethodCall.java b/byte-buddy-dep/src/main/java/net/bytebuddy/implementation/MethodCall.java index 9b06dc57a6..6c241dc565 100644 --- a/byte-buddy-dep/src/main/java/net/bytebuddy/implementation/MethodCall.java +++ b/byte-buddy-dep/src/main/java/net/by...
['byte-buddy-dep/src/test/java/net/bytebuddy/implementation/MethodCallTest.java', 'byte-buddy-dep/src/main/java/net/bytebuddy/implementation/MethodCall.java']
{'.java': 2}
2
2
0
0
2
5,630,943
947,133
125,923
304
484
80
5
1
1,111
76
287
37
0
3
1970-01-01T00:25:35
5,668
Java
{'Java': 13588158, 'C': 5763, 'Batchfile': 4028, 'Shell': 3742}
Apache License 2.0
385
raphw/byte-buddy/951/948
raphw
byte-buddy
https://github.com/raphw/byte-buddy/issues/948
https://github.com/raphw/byte-buddy/pull/951
https://github.com/raphw/byte-buddy/pull/951
2
fix
JavaConstant.MethodHandle.getDescriptor() returns wrong value for PUT_FIELD and PUT_FIELD_STATIC cases
As always, thanks for this project. I am nervous filing this bug because there are so few bugs in ByteBuddy that I feel like this can't actually be one! But I think it is. For background, see https://stackoverflow.com/questions/64296731/how-do-i-install-and-use-a-constant-methodhandle-in-bytebuddy. In the case ...
291a512c609b647edccfdead540764ee402abd00
3795ee8733b2f8d0904fe28121a550c5e2b95997
https://github.com/raphw/byte-buddy/compare/291a512c609b647edccfdead540764ee402abd00...3795ee8733b2f8d0904fe28121a550c5e2b95997
diff --git a/byte-buddy-dep/src/main/java/net/bytebuddy/utility/JavaConstant.java b/byte-buddy-dep/src/main/java/net/bytebuddy/utility/JavaConstant.java index 51ad4443c8..5e0e4e2bb6 100644 --- a/byte-buddy-dep/src/main/java/net/bytebuddy/utility/JavaConstant.java +++ b/byte-buddy-dep/src/main/java/net/bytebuddy/utility...
['byte-buddy-dep/src/test/java/net/bytebuddy/utility/JavaConstantMethodHandleTest.java', 'byte-buddy-dep/src/main/java/net/bytebuddy/utility/JavaConstant.java']
{'.java': 2}
2
2
0
0
2
7,028,418
1,179,473
163,217
353
299
51
8
1
3,029
321
786
42
7
2
1970-01-01T00:26:42
5,668
Java
{'Java': 13588158, 'C': 5763, 'Batchfile': 4028, 'Shell': 3742}
Apache License 2.0
384
raphw/byte-buddy/955/954
raphw
byte-buddy
https://github.com/raphw/byte-buddy/issues/954
https://github.com/raphw/byte-buddy/pull/955
https://github.com/raphw/byte-buddy/pull/955
1
fixes
The type assignability check in JavaConstant.Dynamic.ofInvocation() is too strict
Hi; it's me again; sorry! For background: https://stackoverflow.com/questions/64360249/is-type-assignability-too-strict-in-javaconstant-dynamic-ofinvocation In very concrete terms, I think that this assignability check: https://github.com/raphw/byte-buddy/blob/e4ce4af1bab578a7ac3497d07449e50628d050e7/byte-budd...
e4ce4af1bab578a7ac3497d07449e50628d050e7
9c7ce054a3607820241310f85a2fe44ed45e6473
https://github.com/raphw/byte-buddy/compare/e4ce4af1bab578a7ac3497d07449e50628d050e7...9c7ce054a3607820241310f85a2fe44ed45e6473
diff --git a/byte-buddy-dep/src/main/java/net/bytebuddy/utility/JavaConstant.java b/byte-buddy-dep/src/main/java/net/bytebuddy/utility/JavaConstant.java index 51ad4443c8..b4b1b108ca 100644 --- a/byte-buddy-dep/src/main/java/net/bytebuddy/utility/JavaConstant.java +++ b/byte-buddy-dep/src/main/java/net/bytebuddy/utility...
['byte-buddy-dep/src/test/java/net/bytebuddy/utility/JavaConstantDynamicTest.java', 'byte-buddy-dep/src/main/java/net/bytebuddy/utility/JavaConstant.java']
{'.java': 2}
2
2
0
0
2
7,028,418
1,179,473
163,217
353
1,062
189
11
1
1,640
176
421
31
2
2
1970-01-01T00:26:42
5,668
Java
{'Java': 13588158, 'C': 5763, 'Batchfile': 4028, 'Shell': 3742}
Apache License 2.0
383
raphw/byte-buddy/958/957
raphw
byte-buddy
https://github.com/raphw/byte-buddy/issues/957
https://github.com/raphw/byte-buddy/pull/958
https://github.com/raphw/byte-buddy/pull/958
2
fixes
JavaConstant.Dynamic.ofInvocation() doesn't seem to permit interface default methods as bootstrap methods
Using JDK 15, if I try to use `List#of(E[])` (a `static` interface method declared on `List` itself) as a bootstrap method, I get: ``` java.lang.IncompatibleClassChangeError: Inconsistent constant pool data in classfile for class java/util/List. Method 'java.util.List of(java.lang.Object[])' at index 19 is CONSTANT_M...
e4ce4af1bab578a7ac3497d07449e50628d050e7
265b0c623ffe1c323d524f0ffdbdf104adba1071
https://github.com/raphw/byte-buddy/compare/e4ce4af1bab578a7ac3497d07449e50628d050e7...265b0c623ffe1c323d524f0ffdbdf104adba1071
diff --git a/byte-buddy-dep/src/main/java/net/bytebuddy/utility/JavaConstant.java b/byte-buddy-dep/src/main/java/net/bytebuddy/utility/JavaConstant.java index 51ad4443c8..85769d7735 100644 --- a/byte-buddy-dep/src/main/java/net/bytebuddy/utility/JavaConstant.java +++ b/byte-buddy-dep/src/main/java/net/bytebuddy/utility...
['byte-buddy-dep/src/main/java/net/bytebuddy/utility/JavaConstant.java']
{'.java': 1}
1
1
0
0
1
7,028,418
1,179,473
163,217
353
104
14
2
1
1,434
91
318
14
0
1
1970-01-01T00:26:42
5,668
Java
{'Java': 13588158, 'C': 5763, 'Batchfile': 4028, 'Shell': 3742}
Apache License 2.0
8,968
wiremock/wiremock/2277/2085
wiremock
wiremock
https://github.com/wiremock/wiremock/issues/2085
https://github.com/wiremock/wiremock/pull/2277
https://github.com/wiremock/wiremock/pull/2277
1
closes
Result (emptyJson) returned immediately without being stored in a variable, if any
https://github.com/wiremock/wiremock/blob/25b82f9f97f3cc09136097b249cfd37aef924c36/src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/ParseJsonHelper.java#L60 Result (emptyJson) returned immediately without being stored in a variable, if any
7b8a7d351255342d8d22cb5217b6847cc8ddaa29
831fc3090d83148420aee214bb0bb892163d87f5
https://github.com/wiremock/wiremock/compare/7b8a7d351255342d8d22cb5217b6847cc8ddaa29...831fc3090d83148420aee214bb0bb892163d87f5
diff --git a/src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/ParseJsonHelper.java b/src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/ParseJsonHelper.java index 6260fa064..e7f42f687 100644 --- a/src/main/java/com/github/tomakehurst/wiremock/extension/r...
['src/test/java/com/github/tomakehurst/wiremock/extension/responsetemplating/ResponseTemplateTransformerTest.java', 'src/test/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/ParseJsonHelperTest.java', 'src/main/java/com/github/tomakehurst/wiremock/extension/responsetemplating/helpers/ParseJson...
{'.java': 4}
4
4
0
0
4
1,437,077
305,440
43,967
518
878
190
18
2
276
13
80
3
1
0
1970-01-01T00:28:09
5,664
Java
{'Java': 3153326, 'SCSS': 65082, 'XSLT': 14502, 'HTML': 11389, 'Scala': 6556, 'JavaScript': 1343, 'Shell': 1066, 'Ruby': 117}
Apache License 2.0
9,220
shopify/react-native-skia/814/813
shopify
react-native-skia
https://github.com/Shopify/react-native-skia/issues/813
https://github.com/Shopify/react-native-skia/pull/814
https://github.com/Shopify/react-native-skia/pull/814
1
fixes
Android: Multitouch not working as expected
### Description Multitouch example (API/Touch) is not working on Android. ### Version 0.1.139 ### Steps to reproduce Run the API/Touch Handling on Android in the Example app and perform one or more touches on the screen with multiple fingers. Expected: Each finger should have a colored ring that follows your f...
1612227e4dcfc5662a40ef887b2d93409657e8a1
f81d6327163661096155788f502322ce762e9008
https://github.com/shopify/react-native-skia/compare/1612227e4dcfc5662a40ef887b2d93409657e8a1...f81d6327163661096155788f502322ce762e9008
diff --git a/package/android/src/main/java/com/shopify/reactnative/skia/SkiaDrawView.java b/package/android/src/main/java/com/shopify/reactnative/skia/SkiaDrawView.java index 4df19305..540b77e1 100644 --- a/package/android/src/main/java/com/shopify/reactnative/skia/SkiaDrawView.java +++ b/package/android/src/main/java/...
['package/android/src/main/java/com/shopify/reactnative/skia/SkiaDrawView.java']
{'.java': 1}
1
1
0
0
1
32,586
6,587
992
12
3,252
615
88
1
531
79
119
18
1
0
1970-01-01T00:27:40
5,300
TypeScript
{'TypeScript': 1013030, 'C++': 584955, 'Java': 36511, 'Objective-C++': 26443, 'JavaScript': 16557, 'Objective-C': 9224, 'CMake': 6620, 'Ruby': 3879, 'Starlark': 602, 'HTML': 428, 'C': 104}
MIT License
10,190
StarRocks/starrocks/23320/2527
StarRocks
starrocks
https://github.com/StarRocks/starrocks/issues/2527
https://github.com/StarRocks/starrocks/pull/23320
https://github.com/StarRocks/starrocks/pull/23320
1
fixes
Wrong result return while date type of column is `datetime`.
<!-- (At least include the following, feel free to add if you have more content) --> insert and delete error. 1. Precision problem of `datetime` when insert into table values. 2. Delete error('ERROR 1064 (HY000): Invalid column value[null] for column k2') ### Steps to reproduce the behavior (Required) ``` mysql> ...
3585258b549767bff6c4638d379c8e67a697e923
1836a3a138a9ea19ff8795e0315bf04e1373a2d1
https://github.com/StarRocks/starrocks/compare/3585258b549767bff6c4638d379c8e67a697e923...1836a3a138a9ea19ff8795e0315bf04e1373a2d1
diff --git a/fe/fe-core/src/main/java/com/starrocks/common/MarkedCountDownLatch.java b/fe/fe-core/src/main/java/com/starrocks/common/MarkedCountDownLatch.java index 42f8a622dd..406ea029fc 100644 --- a/fe/fe-core/src/main/java/com/starrocks/common/MarkedCountDownLatch.java +++ b/fe/fe-core/src/main/java/com/starrocks/co...
['fe/fe-core/src/main/java/com/starrocks/load/OlapDeleteJob.java', 'fe/fe-core/src/main/java/com/starrocks/task/PushTask.java', 'fe/fe-core/src/main/java/com/starrocks/common/MarkedCountDownLatch.java', 'fe/fe-core/src/main/java/com/starrocks/leader/LeaderImpl.java']
{'.java': 4}
4
4
0
0
4
18,914,418
3,826,410
461,671
2,365
7,414
1,353
138
4
2,968
304
846
71
0
4
1970-01-01T00:28:03
5,115
Java
{'Java': 29776837, 'C++': 27957184, 'C': 338709, 'Python': 280032, 'Thrift': 259942, 'CMake': 170285, 'Shell': 104253, 'ANTLR': 86095, 'HTML': 26561, 'Dockerfile': 24829, 'JavaScript': 10136, 'Makefile': 7808, 'CSS': 6187, 'Yacc': 4189, 'Lex': 1752, 'Mustache': 959}
Apache License 2.0
1,075
reactor/reactor-core/206/204
reactor
reactor-core
https://github.com/reactor/reactor-core/issues/204
https://github.com/reactor/reactor-core/pull/206
https://github.com/reactor/reactor-core/pull/206
1
fixes
Self Suppression IllegalArgumentException when 'onErrorResume' propagates existing exception
Sometime conditional logic is required to determine if an error signal should be handled or propagated. The easiest and most flexible way to do this is via the use of something like this: ``` flux.onErrorResume(e -> { if(something){ return just(someValue); else { throw propagate(e); }); ``` In t...
de3a2bbbdadc767ba568373feec5d5a72a568e65
6327441f30b599594a31db4d5e1a4604274e5219
https://github.com/reactor/reactor-core/compare/de3a2bbbdadc767ba568373feec5d5a72a568e65...6327441f30b599594a31db4d5e1a4604274e5219
diff --git a/src/main/java/reactor/core/publisher/FluxResume.java b/src/main/java/reactor/core/publisher/FluxResume.java index 17120d9d6..cdd99d31f 100644 --- a/src/main/java/reactor/core/publisher/FluxResume.java +++ b/src/main/java/reactor/core/publisher/FluxResume.java @@ -89,7 +89,9 @@ final class FluxResume<T> ext...
['src/test/java/reactor/core/publisher/FluxResumeTest.java', 'src/main/java/reactor/core/publisher/FluxResume.java']
{'.java': 2}
2
2
0
0
2
1,977,113
488,605
75,285
258
83
27
4
1
581
68
131
13
1
1
1970-01-01T00:24:36
4,602
Java
{'Java': 8928316, 'Kotlin': 48023}
Apache License 2.0
1,067
reactor/reactor-core/3492/3359
reactor
reactor-core
https://github.com/reactor/reactor-core/issues/3359
https://github.com/reactor/reactor-core/pull/3492
https://github.com/reactor/reactor-core/pull/3492
1
closes
EmitterProcessor queue not cleared on immediate cancellation
`EmitterProcessor#remove` has support to discard the buffer once the last subscriber is gone. However, it returns early if the subscribers array is already `EMPTY`. For cases where the subscription is immediately cancelled (e.g. `.take(0)`) this may leak the buffered elements. Here is a repro case: ``` @Test voi...
75d48b443b2e0038519e362063417a79d544e200
258e2852c0ffffa710b0ae745315d151b0185cab
https://github.com/reactor/reactor-core/compare/75d48b443b2e0038519e362063417a79d544e200...258e2852c0ffffa710b0ae745315d151b0185cab
diff --git a/reactor-core/src/main/java/reactor/core/publisher/EmitterProcessor.java b/reactor-core/src/main/java/reactor/core/publisher/EmitterProcessor.java index cedbf7d68..47ffd686e 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/EmitterProcessor.java +++ b/reactor-core/src/main/java/reactor/core/pub...
['reactor-core/src/main/java/reactor/core/publisher/Sinks.java', 'reactor-core/src/test/java/reactor/test/MemoryUtils.java', 'reactor-core/src/test/java/reactor/core/publisher/SinkManyEmitterProcessorTest.java', 'reactor-core/src/main/java/reactor/core/publisher/UnicastProcessor.java', 'reactor-core/src/main/java/react...
{'.java': 7}
7
7
0
0
7
4,080,238
1,014,099
138,124
496
10,881
2,762
270
4
770
80
186
23
0
1
1970-01-01T00:28:06
4,602
Java
{'Java': 8928316, 'Kotlin': 48023}
Apache License 2.0
1,068
reactor/reactor-core/3486/3359
reactor
reactor-core
https://github.com/reactor/reactor-core/issues/3359
https://github.com/reactor/reactor-core/pull/3486
https://github.com/reactor/reactor-core/pull/3486
1
closes
EmitterProcessor queue not cleared on immediate cancellation
`EmitterProcessor#remove` has support to discard the buffer once the last subscriber is gone. However, it returns early if the subscribers array is already `EMPTY`. For cases where the subscription is immediately cancelled (e.g. `.take(0)`) this may leak the buffered elements. Here is a repro case: ``` @Test voi...
8549191d09486a6baf94712f1ec6ca6bf1e76ccf
236c84f7e96c7e5426cf1c25bbece4584d8ad088
https://github.com/reactor/reactor-core/compare/8549191d09486a6baf94712f1ec6ca6bf1e76ccf...236c84f7e96c7e5426cf1c25bbece4584d8ad088
diff --git a/reactor-core/src/main/java/reactor/core/publisher/EmitterProcessor.java b/reactor-core/src/main/java/reactor/core/publisher/EmitterProcessor.java index fbd251e96..82319a6d3 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/EmitterProcessor.java +++ b/reactor-core/src/main/java/reactor/core/pub...
['reactor-core/src/main/java/reactor/core/publisher/Sinks.java', 'reactor-core/src/test/java/reactor/core/publisher/EmitterProcessorTest.java', 'reactor-core/src/test/java/reactor/test/MemoryUtils.java', 'reactor-core/src/main/java/reactor/core/publisher/UnicastProcessor.java', 'reactor-core/src/main/java/reactor/core/...
{'.java': 7}
7
7
0
0
7
3,793,901
946,852
129,078
463
10,801
2,752
270
4
770
80
186
23
0
1
1970-01-01T00:28:05
4,602
Java
{'Java': 8928316, 'Kotlin': 48023}
Apache License 2.0
1,071
reactor/reactor-core/3156/3137
reactor
reactor-core
https://github.com/reactor/reactor-core/issues/3137
https://github.com/reactor/reactor-core/pull/3156
https://github.com/reactor/reactor-core/pull/3156
2
closes
ClassCastException when using Hooks
<!--- Provide a general summary of the issue in the Title above --> We have a registered Hook for metrics purposes, which transforms Monos and Fluxes. When using in in conjunction with `collectList` and `flatMap`, we get a `ClassCastException` (see example below): ``` java.lang.ClassCastException: class react...
4768c43f0e6cd3ff2806e6cfc8e659f88b39b513
ff5769678f6d7c498aa5bb547e7116f131bdf965
https://github.com/reactor/reactor-core/compare/4768c43f0e6cd3ff2806e6cfc8e659f88b39b513...ff5769678f6d7c498aa5bb547e7116f131bdf965
diff --git a/reactor-core/src/main/java/reactor/core/publisher/Flux.java b/reactor-core/src/main/java/reactor/core/publisher/Flux.java index 6ac402e20..222ad4336 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/Flux.java +++ b/reactor-core/src/main/java/reactor/core/publisher/Flux.java @@ -8445,6 +8445,10...
['reactor-core/src/test/java/reactor/core/publisher/HooksTest.java', 'reactor-core/src/main/java/reactor/core/publisher/Mono.java', 'reactor-core/src/main/java/reactor/core/publisher/Flux.java']
{'.java': 3}
3
3
0
0
3
3,738,196
932,081
127,518
458
444
86
8
2
10,536
394
2,208
144
0
2
1970-01-01T00:27:40
4,602
Java
{'Java': 8928316, 'Kotlin': 48023}
Apache License 2.0
1,069
reactor/reactor-core/3351/3336
reactor
reactor-core
https://github.com/reactor/reactor-core/issues/3336
https://github.com/reactor/reactor-core/pull/3351
https://github.com/reactor/reactor-core/pull/3351
1
closes
FlatMapDelayError hangs on callable source error
<!--- Provide a general summary of the issue in the Title above --> FlatMapDelayError does not propagate an onError signal when a callable source produces an error. It also does not cancel the upstream subscription. This results in a hanging flux that can never complete because it does not process any more values ...
3dbc0701a061f7e20e304e0475a5ddac1745bddd
075639613aeec1890f7d10ba4e747a261da6adde
https://github.com/reactor/reactor-core/compare/3dbc0701a061f7e20e304e0475a5ddac1745bddd...075639613aeec1890f7d10ba4e747a261da6adde
diff --git a/reactor-core/src/main/java/reactor/core/publisher/FluxFlatMap.java b/reactor-core/src/main/java/reactor/core/publisher/FluxFlatMap.java index f3959edd3..e14d6eb1f 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxFlatMap.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxFlat...
['reactor-core/src/main/java/reactor/core/publisher/FluxFlatMap.java', 'reactor-core/src/test/java/reactor/core/publisher/FluxFlatMapTest.java']
{'.java': 2}
2
2
0
0
2
3,998,388
995,207
135,651
489
186
51
3
1
4,430
532
1,016
88
5
1
1970-01-01T00:27:56
4,602
Java
{'Java': 8928316, 'Kotlin': 48023}
Apache License 2.0
1,070
reactor/reactor-core/3262/3253
reactor
reactor-core
https://github.com/reactor/reactor-core/issues/3253
https://github.com/reactor/reactor-core/pull/3262
https://github.com/reactor/reactor-core/pull/3262
1
closes
Mono and Flux with onErrorContinue hangs on network errors (thrown by Netty)
When I use an `onErrorContinue` on a `Mono` or a `Flux` that gets its input from a `WebClient`, the whole chain hangs in case a network error is thrown. I've seen this behaviour with errors caused by a connection timeout, read timeout, unknown host and a refused connection. Please note that I created this bug in rea...
b31b331e1c37bf468320185474d39bc504afea99
0cc9e9831f1609f268c9f45de7d0782615cc0309
https://github.com/reactor/reactor-core/compare/b31b331e1c37bf468320185474d39bc504afea99...0cc9e9831f1609f268c9f45de7d0782615cc0309
diff --git a/reactor-core/src/main/java/reactor/util/retry/RetryBackoffSpec.java b/reactor-core/src/main/java/reactor/util/retry/RetryBackoffSpec.java index 3283bd781..540501b5c 100644 --- a/reactor-core/src/main/java/reactor/util/retry/RetryBackoffSpec.java +++ b/reactor-core/src/main/java/reactor/util/retry/RetryBack...
['reactor-core/src/main/java/reactor/util/retry/RetrySpec.java', 'reactor-core/src/test/java/reactor/core/publisher/FluxRetryWhenTest.java', 'reactor-core/src/main/java/reactor/util/retry/RetryBackoffSpec.java']
{'.java': 3}
3
3
0
0
3
3,974,838
989,269
134,931
486
6,265
1,511
173
2
5,454
534
1,293
102
3
2
1970-01-01T00:27:47
4,602
Java
{'Java': 8928316, 'Kotlin': 48023}
Apache License 2.0
1,066
reactor/reactor-core/3555/3554
reactor
reactor-core
https://github.com/reactor/reactor-core/issues/3554
https://github.com/reactor/reactor-core/pull/3555
https://github.com/reactor/reactor-core/pull/3555
2
closes
`FluxGroupBy`'s `GroupedFlux` does not propagate the `Subscription` to the second (rejected) `Subscriber`
When calling flatMap on a Publisher which throws an exception upon subscription, there are certain cases where checkTerminated throws a NPE and masks the actual exception. Furthermore flatMap never terminates. ## Expected Behavior flatMap terminates with the actual Error ## Actual Behavior NPE and no Terminatio...
b38936e387c31c36044f55448dce5033c580bc9c
91a201de9651a2242d4ec66cda310d9b18f125fc
https://github.com/reactor/reactor-core/compare/b38936e387c31c36044f55448dce5033c580bc9c...91a201de9651a2242d4ec66cda310d9b18f125fc
diff --git a/reactor-core/src/main/java/reactor/core/publisher/FluxGroupBy.java b/reactor-core/src/main/java/reactor/core/publisher/FluxGroupBy.java index 30cad47c3..08092c8e0 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/FluxGroupBy.java +++ b/reactor-core/src/main/java/reactor/core/publisher/FluxGrou...
['reactor-core/src/main/java/reactor/core/publisher/FluxGroupBy.java', 'reactor-core/src/test/java/reactor/core/publisher/FluxGroupByTest.java']
{'.java': 2}
2
2
0
0
2
3,812,390
951,638
129,701
464
262
59
4
1
3,961
222
1,214
61
0
2
1970-01-01T00:28:11
4,602
Java
{'Java': 8928316, 'Kotlin': 48023}
Apache License 2.0
1,072
reactor/reactor-core/2216/2196
reactor
reactor-core
https://github.com/reactor/reactor-core/issues/2196
https://github.com/reactor/reactor-core/pull/2216
https://github.com/reactor/reactor-core/pull/2216
1
fix
repeatWhenEmpty hangs on cancel when discard hook is present
## Expected Behavior It should be safe to cancel the sequence. ## Actual Behavior Cancelling a sequence which is in a `repeatWhenEmpty()` loop will cause issues when a discard hook has been registered. In that case `Operators.onDiscardMultiple()` is invoked with the iterator used to keep track of the current itera...
19d1c1c9808641b2d50922a3c9cc800fbc33d4c6
f6a5f5b920aec6a55b7887e252feb5aa112e4392
https://github.com/reactor/reactor-core/compare/19d1c1c9808641b2d50922a3c9cc800fbc33d4c6...f6a5f5b920aec6a55b7887e252feb5aa112e4392
diff --git a/reactor-core/src/main/java/reactor/core/publisher/Mono.java b/reactor-core/src/main/java/reactor/core/publisher/Mono.java index 6cd3bd838..14e668db1 100644 --- a/reactor-core/src/main/java/reactor/core/publisher/Mono.java +++ b/reactor-core/src/main/java/reactor/core/publisher/Mono.java @@ -27,6 +27,7 @@ i...
['reactor-core/src/test/java/reactor/core/publisher/MonoRepeatWhenEmptyTest.java', 'reactor-core/src/main/java/reactor/core/publisher/Mono.java']
{'.java': 2}
2
2
0
0
2
2,953,786
734,107
104,103
385
947
237
30
1
1,209
139
252
28
0
1
1970-01-01T00:26:32
4,602
Java
{'Java': 8928316, 'Kotlin': 48023}
Apache License 2.0
3,322
vespa-engine/vespa/14164/14153
vespa-engine
vespa
https://github.com/vespa-engine/vespa/issues/14153
https://github.com/vespa-engine/vespa/pull/14164
https://github.com/vespa-engine/vespa/pull/14164
1
resolves
bm25 does not give any relevance score for fields defined outside the document
/search/?yql=select%20*%20from%20sources%20*%20where%20titlebest%20contains%20"best"%3B&ranking=titlebest => `"relevance": 0,` /search/?yql=select%20*%20from%20sources%20*%20where%20title%20contains%20"best"%3B&ranking=title => `"relevance": 0.31872690041420326,` Schema: ``` schema music { document ...
f454184d22c6c46d23710f7cfda988ee40efa641
5fa9bce02e30aa93cf986a3d946363df35a50cc0
https://github.com/vespa-engine/vespa/compare/f454184d22c6c46d23710f7cfda988ee40efa641...5fa9bce02e30aa93cf986a3d946363df35a50cc0
diff --git a/config-model/src/main/java/com/yahoo/searchdefinition/Search.java b/config-model/src/main/java/com/yahoo/searchdefinition/Search.java index 0ab8a2308a4..3a60a75f75f 100644 --- a/config-model/src/main/java/com/yahoo/searchdefinition/Search.java +++ b/config-model/src/main/java/com/yahoo/searchdefinition/Sea...
['config-model/src/main/java/com/yahoo/searchdefinition/Search.java', 'config-model/src/test/java/com/yahoo/searchdefinition/IndexSettingsTestCase.java']
{'.java': 2}
2
2
0
0
2
20,798,737
4,247,905
549,412
5,592
127
22
3
1
748
66
222
35
0
1
1970-01-01T00:26:38
4,562
Java
{'Java': 42949616, 'C++': 30143509, 'Go': 685517, 'CMake': 604483, 'Shell': 271272, 'JavaScript': 73336, 'Python': 56537, 'C': 54788, 'HTML': 54520, 'CSS': 40916, 'TLA': 36167, 'Perl': 23134, 'Roff': 17506, 'Yacc': 14735, 'Objective-C': 12547, 'Lex': 11499, 'Ruby': 10690, 'ANTLR': 7984, 'LLVM': 6152, 'Makefile': 5906, ...
Apache License 2.0
3,812
muzei/muzei/46/45
muzei
muzei
https://github.com/muzei/muzei/issues/45
https://github.com/muzei/muzei/pull/46
https://github.com/muzei/muzei/pull/46
2
fixes
Bad image URL crashes Muzei
I'm writing an extension, which pulls the image URLs from a web site. When the URL is formatted incorrectly, Muzei crashes. It should be made more error tolerant. Most of the time this shouldn't be a problem, but if the web site designer changes the site, the code retrieving the image URLs could be bad/incorrect unt...
a9d2ccfaeccabad26f9c6eba26355882654cc4c1
bb64b9572c3c66d656bd6301fc231cec083d1111
https://github.com/muzei/muzei/compare/a9d2ccfaeccabad26f9c6eba26355882654cc4c1...bb64b9572c3c66d656bd6301fc231cec083d1111
diff --git a/main/src/main/java/com/google/android/apps/muzei/util/IOUtil.java b/main/src/main/java/com/google/android/apps/muzei/util/IOUtil.java index efffc15e..225ae342 100644 --- a/main/src/main/java/com/google/android/apps/muzei/util/IOUtil.java +++ b/main/src/main/java/com/google/android/apps/muzei/util/IOUtil.ja...
['main/src/main/java/com/google/android/apps/muzei/util/IOUtil.java']
{'.java': 1}
1
1
0
0
1
552,584
113,670
14,734
78
131
26
5
1
1,328
103
311
17
0
0
1970-01-01T00:23:14
4,519
Kotlin
{'Kotlin': 1044847, 'Python': 283216, 'Java': 116450, 'HTML': 36975, 'JavaScript': 32588, 'SCSS': 30501, 'CSS': 23867}
Apache License 2.0
1,441
geysermc/geyser/316/307
geysermc
geyser
https://github.com/GeyserMC/Geyser/issues/307
https://github.com/GeyserMC/Geyser/pull/316
https://github.com/GeyserMC/Geyser/pull/316
1
closes
Xbox, Switch crashes when loading in a dimension that is not the overworld
<!--- Please follow this format COMPLETELY and make sure the bug you are reporting has not been reported yet. Reports should contain as much information or context as possible to help us find the problem. Simply creating an issue on a vague topic will not help us at all, and if you are unsure if something should belong...
e5f08403357add9dc1d1800b9c117d3864ab7f83
f04a267d98c1edc03ab5af0e2d392992f4c78deb
https://github.com/geysermc/geyser/compare/e5f08403357add9dc1d1800b9c117d3864ab7f83...f04a267d98c1edc03ab5af0e2d392992f4c78deb
diff --git a/connector/src/main/java/org/geysermc/connector/network/UpstreamPacketHandler.java b/connector/src/main/java/org/geysermc/connector/network/UpstreamPacketHandler.java index 6fffcda8..cf6c2ee2 100644 --- a/connector/src/main/java/org/geysermc/connector/network/UpstreamPacketHandler.java +++ b/connector/src/m...
['connector/src/main/java/org/geysermc/connector/network/translators/bedrock/BedrockSetLocalPlayerAsInitializedTranslator.java', 'connector/src/main/java/org/geysermc/connector/network/translators/java/JavaJoinGameTranslator.java', 'connector/src/main/java/org/geysermc/connector/network/session/GeyserSession.java', 'co...
{'.java': 4}
4
4
0
0
4
762,725
164,911
19,418
233
1,454
272
29
4
983
144
224
22
2
0
1970-01-01T00:26:26
4,071
Java
{'Java': 3890490, 'Kotlin': 27417}
MIT License
1,439
geysermc/geyser/203/207
geysermc
geyser
https://github.com/GeyserMC/Geyser/issues/207
https://github.com/GeyserMC/Geyser/pull/203
https://github.com/GeyserMC/Geyser/pull/203#issuecomment-598746853
2
fix
Xbox cannot seem to join the server but other platforms can
**Describe the bug** Ive attempted to get my xbox to join my Geyser server running the inventory branch and floodgate and i receive the error "We were unable to connect you." **To Reproduce** Steps to reproduce the behavior: 1. Attempt to join the Geyser Lan game on a xbox 4. See error **Expected behavior** ...
105ce2b3b59a40c8438a88207c33d00dccd393a6
9f36ba14cd32c7e1f9f0dac21602dfb2f711a658
https://github.com/geysermc/geyser/compare/105ce2b3b59a40c8438a88207c33d00dccd393a6...9f36ba14cd32c7e1f9f0dac21602dfb2f711a658
diff --git a/common/src/main/java/org/geysermc/floodgate/util/DeviceOS.java b/common/src/main/java/org/geysermc/floodgate/util/DeviceOS.java index ee14fc90..0705d169 100644 --- a/common/src/main/java/org/geysermc/floodgate/util/DeviceOS.java +++ b/common/src/main/java/org/geysermc/floodgate/util/DeviceOS.java @@ -42,7 ...
['common/src/main/java/org/geysermc/floodgate/util/DeviceOS.java']
{'.java': 1}
1
1
0
0
1
690,628
148,188
17,416
215
40
11
3
1
471
83
109
14
0
0
1970-01-01T00:26:23
4,071
Java
{'Java': 3890490, 'Kotlin': 27417}
MIT License
1,440
geysermc/geyser/347/333
geysermc
geyser
https://github.com/GeyserMC/Geyser/issues/333
https://github.com/GeyserMC/Geyser/pull/347
https://github.com/GeyserMC/Geyser/pull/347
2
fixes
Pistons disappear from inventory when getting them from creative tab
**Description** Piston items dissapear from inventory after obtaining them via creative tab. (getting them from the ground works well both on creative and survival) **To Reproduce** 1. Make sure your gamemode is creative 2. Find piston or sticky piston in your creative tab 3. Try to put it to your inventory ...
1cb2e658e02f60db32b280ec70d1132821d15de8
d7b8f088990fcfdc9748eadbce47766b21fb6aaa
https://github.com/geysermc/geyser/compare/1cb2e658e02f60db32b280ec70d1132821d15de8...d7b8f088990fcfdc9748eadbce47766b21fb6aaa
diff --git a/connector/src/main/java/org/geysermc/connector/network/translators/item/ItemTranslator.java b/connector/src/main/java/org/geysermc/connector/network/translators/item/ItemTranslator.java index 8ca95159..0bcbf4b7 100644 --- a/connector/src/main/java/org/geysermc/connector/network/translators/item/ItemTransla...
['connector/src/main/java/org/geysermc/connector/network/translators/item/ItemTranslator.java']
{'.java': 1}
1
1
0
0
1
971,532
209,382
23,920
281
386
76
7
1
525
73
123
21
0
0
1970-01-01T00:26:26
4,071
Java
{'Java': 3890490, 'Kotlin': 27417}
MIT License
1,444
geysermc/geyser/170/157
geysermc
geyser
https://github.com/GeyserMC/Geyser/issues/157
https://github.com/GeyserMC/Geyser/pull/170
https://github.com/GeyserMC/Geyser/pull/170
2
fixes
Swimming Action Bugged
**Describe the bug** Once you enter swimming mode, you can't exit it resulting in death by Drowning as you cannot reach land. **To Reproduce** Steps to reproduce the behavior: 1. Dive into an Ocean 2. Enter Swimming Mode 4. Try exiting Swimming Mode **Expected behavior** Enter and exit swimming mode based o...
5913cb616419f5abd1e566d5eddaedc1acbfe6b5
2d0a5841064e06b9d05cf85617b29c84b8dfc94b
https://github.com/geysermc/geyser/compare/5913cb616419f5abd1e566d5eddaedc1acbfe6b5...2d0a5841064e06b9d05cf85617b29c84b8dfc94b
diff --git a/connector/src/main/java/org/geysermc/connector/network/translators/bedrock/BedrockActionTranslator.java b/connector/src/main/java/org/geysermc/connector/network/translators/bedrock/BedrockActionTranslator.java index 56e573c6..e5bec698 100644 --- a/connector/src/main/java/org/geysermc/connector/network/tran...
['connector/src/main/java/org/geysermc/connector/network/translators/bedrock/BedrockActionTranslator.java']
{'.java': 1}
1
1
0
0
1
648,516
139,188
16,321
205
555
107
8
1
677
95
167
26
0
0
1970-01-01T00:26:21
4,071
Java
{'Java': 3890490, 'Kotlin': 27417}
MIT License
1,442
geysermc/geyser/305/218
geysermc
geyser
https://github.com/GeyserMC/Geyser/issues/218
https://github.com/GeyserMC/Geyser/pull/305
https://github.com/GeyserMC/Geyser/pull/305
1
fixes
Bricks slab and trap door can't be placed properly
**Describe the bug** When player place a bricks slab or a trap door it just fall down. More information in the video [video](https://streamable.com/zptei) **To Reproduce** Steps to reproduce the behavior: 1. Setup server with geyser 2. Place a brick slab or a trap door 3. See error **Expected behavior** ...
27f4879f0a9db8f620c769bda347d672c83f463b
23d98bb25f89919ff4f913f9bd7bf411cdec4d3b
https://github.com/geysermc/geyser/compare/27f4879f0a9db8f620c769bda347d672c83f463b...23d98bb25f89919ff4f913f9bd7bf411cdec4d3b
diff --git a/connector/src/main/java/org/geysermc/connector/network/translators/bedrock/BedrockActionTranslator.java b/connector/src/main/java/org/geysermc/connector/network/translators/bedrock/BedrockActionTranslator.java index ebc45ff0..206f42d1 100644 --- a/connector/src/main/java/org/geysermc/connector/network/tran...
['connector/src/main/java/org/geysermc/connector/network/translators/bedrock/BedrockInventoryTransactionTranslator.java', 'connector/src/main/java/org/geysermc/connector/network/translators/bedrock/BedrockActionTranslator.java']
{'.java': 2}
2
2
0
0
2
762,283
164,888
19,409
233
3,117
546
37
2
557
81
132
28
1
0
1970-01-01T00:26:26
4,071
Java
{'Java': 3890490, 'Kotlin': 27417}
MIT License
1,443
geysermc/geyser/274/253
geysermc
geyser
https://github.com/GeyserMC/Geyser/issues/253
https://github.com/GeyserMC/Geyser/pull/274
https://github.com/GeyserMC/Geyser/pull/274
1
fixes
Geyser does not shut down with /geyser shutdown, or Control-C after a player has joined
**Describe the bug** `/geyser shutdown` does not fully shutdown Geyser after a player has joined through Geyser - in Linux, two Control-Cs are required to terminate the process. **To Reproduce** Steps to reproduce the behavior: 1. Run Geyser 2. Join Geyser 3. Try to shutdown Geyser **Expected behavior** Gey...
ade40d5a8b34e848b9c71d16427317e429bc6f07
8e1b5de4b0143ad980a0fc71f3bbc90b324289f3
https://github.com/geysermc/geyser/compare/ade40d5a8b34e848b9c71d16427317e429bc6f07...8e1b5de4b0143ad980a0fc71f3bbc90b324289f3
diff --git a/bootstrap/standalone/src/main/java/org/geysermc/platform/standalone/console/GeyserLogger.java b/bootstrap/standalone/src/main/java/org/geysermc/platform/standalone/console/GeyserLogger.java index 7df8a4ef..ac21215c 100644 --- a/bootstrap/standalone/src/main/java/org/geysermc/platform/standalone/console/Gey...
['bootstrap/standalone/src/main/java/org/geysermc/platform/standalone/console/GeyserLogger.java', 'connector/src/main/java/org/geysermc/connector/command/defaults/StopCommand.java', 'connector/src/main/java/org/geysermc/connector/GeyserConnector.java']
{'.java': 3}
3
3
0
0
3
738,490
160,116
18,755
230
1,594
271
44
3
393
57
98
15
0
0
1970-01-01T00:26:26
4,071
Java
{'Java': 3890490, 'Kotlin': 27417}
MIT License
248
killbill/killbill/1289/1288
killbill
killbill
https://github.com/killbill/killbill/issues/1288
https://github.com/killbill/killbill/pull/1289
https://github.com/killbill/killbill/pull/1289
1
fixes
NPE in /1.0/kb/invoices/:invoiceId/payments
Aborted `payment_attempts` can have a corresponding row in `invoice_payments` with a `NULL` `payment_id` (note that the `payment_cookie_id` i.e. the `payment_attempts. transaction_external_key` won't be `NULL` though): ``` MySQL [killbill]> select * from invoice_payments order by record_id desc limit 1\\G ********...
1be24a4a144e80abcf45a5982deb7c1f2e22aa3b
35e7720d186913255dab22053598ebfed436a7c7
https://github.com/killbill/killbill/compare/1be24a4a144e80abcf45a5982deb7c1f2e22aa3b...35e7720d186913255dab22053598ebfed436a7c7
diff --git a/jaxrs/src/main/java/org/killbill/billing/jaxrs/resources/InvoiceResource.java b/jaxrs/src/main/java/org/killbill/billing/jaxrs/resources/InvoiceResource.java index 6d1def04a1..b917d4a740 100644 --- a/jaxrs/src/main/java/org/killbill/billing/jaxrs/resources/InvoiceResource.java +++ b/jaxrs/src/main/java/org...
['profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestPayment.java', 'jaxrs/src/main/java/org/killbill/billing/jaxrs/resources/JaxRsResourceBase.java', 'jaxrs/src/main/java/org/killbill/billing/jaxrs/resources/InvoiceResource.java']
{'.java': 3}
3
3
0
0
3
6,411,254
1,198,901
138,507
1,026
4,350
551
52
2
1,747
104
470
34
1
2
1970-01-01T00:26:25
4,053
Java
{'Java': 13504959, 'JavaScript': 136386, 'CSS': 105855, 'Shell': 23107, 'HTML': 16358, 'PLpgSQL': 14609, 'Ruby': 9048, 'Mustache': 4593}
Apache License 2.0
247
killbill/killbill/1371/1370
killbill
killbill
https://github.com/killbill/killbill/issues/1370
https://github.com/killbill/killbill/pull/1371
https://github.com/killbill/killbill/pull/1371
1
fixes
Sub-millisecond precision in catalog date can lead to duplicate invoice items
If the catalog effective date is set to `2020-09-16T10:34:25.348646Z` for instance, the DDL must support sub-millisecond precision (by default, it doesn't).
0b850e9bcf5b632c2422691d6f2c731d179f4f84
2796799bb8a7e73acfde0dfd1d318852ade8ca8d
https://github.com/killbill/killbill/compare/0b850e9bcf5b632c2422691d6f2c731d179f4f84...2796799bb8a7e73acfde0dfd1d318852ade8ca8d
diff --git a/invoice/src/main/java/org/killbill/billing/invoice/model/InvoiceItemCatalogBase.java b/invoice/src/main/java/org/killbill/billing/invoice/model/InvoiceItemCatalogBase.java index 398f49bb61..65c0cd69cb 100644 --- a/invoice/src/main/java/org/killbill/billing/invoice/model/InvoiceItemCatalogBase.java +++ b/in...
['invoice/src/test/java/org/killbill/billing/invoice/dao/TestInvoiceItemDao.java', 'invoice/src/main/java/org/killbill/billing/invoice/model/InvoiceItemCatalogBase.java']
{'.java': 2}
2
2
0
0
2
6,434,529
1,203,210
139,094
1,027
533
113
7
1
156
21
46
1
0
0
1970-01-01T00:26:42
4,053
Java
{'Java': 13504959, 'JavaScript': 136386, 'CSS': 105855, 'Shell': 23107, 'HTML': 16358, 'PLpgSQL': 14609, 'Ruby': 9048, 'Mustache': 4593}
Apache License 2.0
246
killbill/killbill/1427/1422
killbill
killbill
https://github.com/killbill/killbill/issues/1422
https://github.com/killbill/killbill/pull/1427
https://github.com/killbill/killbill/pull/1427
1
fixes
Search endpoint issue
``` GET http://127.0.0.1:8080/1.0/kb/accounts/search/john?offset=0&limit=1&accountWithBalance=true&accountWithBalanceAndCBA=false ``` Results in: ``` org.glassfish.jersey.server.internal.process.MappableException: java.lang.IllegalArgumentException: The template variable 'searchKey' has no value ``` It loo...
535e3f5278786dae29bef6da40bd0ca1cff46426
d7661c8d75f73248928f0e2b1e5c542f428e4b1f
https://github.com/killbill/killbill/compare/535e3f5278786dae29bef6da40bd0ca1cff46426...d7661c8d75f73248928f0e2b1e5c542f428e4b1f
diff --git a/jaxrs/src/main/java/org/killbill/billing/jaxrs/resources/AccountResource.java b/jaxrs/src/main/java/org/killbill/billing/jaxrs/resources/AccountResource.java index 0d414e234a..f86d400bf5 100644 --- a/jaxrs/src/main/java/org/killbill/billing/jaxrs/resources/AccountResource.java +++ b/jaxrs/src/main/java/org...
['jaxrs/src/main/java/org/killbill/billing/jaxrs/resources/PaymentResource.java', 'jaxrs/src/main/java/org/killbill/billing/jaxrs/resources/AdminResource.java', 'jaxrs/src/main/java/org/killbill/billing/jaxrs/resources/TagResource.java', 'profiles/killbill/src/test/java/org/killbill/billing/jaxrs/TestAccount.java', 'ja...
{'.java': 10}
10
10
0
0
10
6,492,754
1,215,206
140,489
1,042
15,066
2,117
109
9
563
46
148
17
2
3
1970-01-01T00:26:58
4,053
Java
{'Java': 13504959, 'JavaScript': 136386, 'CSS': 105855, 'Shell': 23107, 'HTML': 16358, 'PLpgSQL': 14609, 'Ruby': 9048, 'Mustache': 4593}
Apache License 2.0
245
killbill/killbill/1530/1528
killbill
killbill
https://github.com/killbill/killbill/issues/1528
https://github.com/killbill/killbill/pull/1530
https://github.com/killbill/killbill/pull/1530#discussion_r751898548
1
close
Pending subscription shows a `PENDING` state after being canceled
Scenario: 1. Create a subscription with an future start (billing) date -> `PENDING` state 2. Cancel the subscription immediately -> This will default to the future start date 3. Fetch the subscription and check the state -> `CANCELLED` state It seems that in step 3. `state` is incorrectly showing `PENDING`
2b80b0445c7baf1f613425bb236a8cb36f1f377a
9890c11b6b4cdcdb5c3196f890fa672cb250da44
https://github.com/killbill/killbill/compare/2b80b0445c7baf1f613425bb236a8cb36f1f377a...9890c11b6b4cdcdb5c3196f890fa672cb250da44
diff --git a/subscription/src/main/java/org/killbill/billing/subscription/api/user/DefaultSubscriptionBase.java b/subscription/src/main/java/org/killbill/billing/subscription/api/user/DefaultSubscriptionBase.java index 1a9e0cfa83..157269856b 100644 --- a/subscription/src/main/java/org/killbill/billing/subscription/api/...
['subscription/src/main/java/org/killbill/billing/subscription/api/user/DefaultSubscriptionBase.java', 'subscription/src/test/java/org/killbill/billing/subscription/api/user/TestUserApiCancel.java']
{'.java': 2}
2
2
0
0
2
6,580,195
1,232,435
142,320
1,051
1
1
1
1
313
50
72
6
0
0
1970-01-01T00:27:17
4,053
Java
{'Java': 13504959, 'JavaScript': 136386, 'CSS': 105855, 'Shell': 23107, 'HTML': 16358, 'PLpgSQL': 14609, 'Ruby': 9048, 'Mustache': 4593}
Apache License 2.0
251
killbill/killbill/1075/1074
killbill
killbill
https://github.com/killbill/killbill/issues/1074
https://github.com/killbill/killbill/pull/1075
https://github.com/killbill/killbill/pull/1075
1
fixes
Wrong computed invoice target date for non-UTC TZ
See [mailing-list thread](https://groups.google.com/forum/#!msg/killbilling-users/ChJ7DeOQCzk/BQzCL5E0BAAJ).
938aa3e7d3c8c980cfa3b9416927ca7ae69e2dd9
b6860e565acc632e859e67ab72721f9a06d7aef1
https://github.com/killbill/killbill/compare/938aa3e7d3c8c980cfa3b9416927ca7ae69e2dd9...b6860e565acc632e859e67ab72721f9a06d7aef1
diff --git a/beatrix/src/test/java/org/killbill/billing/beatrix/integration/TestIntegrationBase.java b/beatrix/src/test/java/org/killbill/billing/beatrix/integration/TestIntegrationBase.java index a7140c378f..0e8cd1a603 100644 --- a/beatrix/src/test/java/org/killbill/billing/beatrix/integration/TestIntegrationBase.java...
['beatrix/src/test/java/org/killbill/billing/beatrix/integration/TestIntegrationBase.java', 'invoice/src/main/java/org/killbill/billing/invoice/InvoiceDispatcher.java', 'beatrix/src/test/java/org/killbill/billing/beatrix/integration/TestIntegrationWithAutoInvoiceOffTag.java', 'beatrix/src/test/java/org/killbill/billing...
{'.java': 4}
4
4
0
0
4
6,223,188
1,167,835
135,115
1,018
122
25
2
1
108
3
39
1
1
0
1970-01-01T00:25:44
4,053
Java
{'Java': 13504959, 'JavaScript': 136386, 'CSS': 105855, 'Shell': 23107, 'HTML': 16358, 'PLpgSQL': 14609, 'Ruby': 9048, 'Mustache': 4593}
Apache License 2.0
257
killbill/killbill/405/118
killbill
killbill
https://github.com/killbill/killbill/issues/118
https://github.com/killbill/killbill/pull/405
https://github.com/killbill/killbill/pull/405
1
fixed
Invoice formatter display wrong currency symbol
First of all, the code is using the locale to set the currency formatter. For instance in DefaultInvoiceFormatter: ``` public String getFormattedPaidAmount() { final NumberFormat number = NumberFormat.getCurrencyInstance(locale); return number.format(getPaidAmount().doubleValue()); } ``` The number...
2eda0f052c5c04c53b18bf249c02ba489881349b
43afb0759795e3ffdf748925e592b65738e00f25
https://github.com/killbill/killbill/compare/2eda0f052c5c04c53b18bf249c02ba489881349b...43afb0759795e3ffdf748925e592b65738e00f25
diff --git a/invoice/src/main/java/org/killbill/billing/invoice/template/formatters/DefaultInvoiceFormatter.java b/invoice/src/main/java/org/killbill/billing/invoice/template/formatters/DefaultInvoiceFormatter.java index 8ae278acfc..a3fed268b4 100644 --- a/invoice/src/main/java/org/killbill/billing/invoice/template/for...
['invoice/src/main/java/org/killbill/billing/invoice/template/formatters/DefaultInvoiceFormatter.java', 'invoice/src/main/java/org/killbill/billing/invoice/template/formatters/DefaultInvoiceFormatterFactory.java', 'invoice/src/test/java/org/killbill/billing/invoice/template/formatters/TestDefaultInvoiceFormatter.java',...
{'.java': 4}
4
4
0
0
4
4,510,922
859,544
101,923
872
5,674
993
96
3
475
63
96
12
0
1
1970-01-01T00:24:04
4,053
Java
{'Java': 13504959, 'JavaScript': 136386, 'CSS': 105855, 'Shell': 23107, 'HTML': 16358, 'PLpgSQL': 14609, 'Ruby': 9048, 'Mustache': 4593}
Apache License 2.0
253
killbill/killbill/1016/1015
killbill
killbill
https://github.com/killbill/killbill/issues/1015
https://github.com/killbill/killbill/pull/1016
https://github.com/killbill/killbill/pull/1016
1
fixes
Possible double payments with invoice payments in UNKNOWN state
Scenario: 1. Invoice payment in `UNKNOWN` state 2. Trigger a new successful payment by calling `invoicePaymentApi.createPurchaseForInvoicePayment` 3. Fix the original payment (`UNKNOWN -> SUCCESS`) Result: the invoice ends up double payed and the invoice balance is negative (absolute value is the amount of the ...
08ffcbbd2cf366a9f26603248384fab50722da14
29a6f930250b640dd511002a6a60597509e24a10
https://github.com/killbill/killbill/compare/08ffcbbd2cf366a9f26603248384fab50722da14...29a6f930250b640dd511002a6a60597509e24a10
diff --git a/api/src/main/java/org/killbill/billing/invoice/api/InvoiceInternalApi.java b/api/src/main/java/org/killbill/billing/invoice/api/InvoiceInternalApi.java index ffe6ad5e9a..e6534c81d5 100644 --- a/api/src/main/java/org/killbill/billing/invoice/api/InvoiceInternalApi.java +++ b/api/src/main/java/org/killbill/b...
['beatrix/src/test/java/org/killbill/billing/beatrix/integration/TestInvoicePayment.java', 'invoice/src/test/java/org/killbill/billing/invoice/dao/MockInvoiceDao.java', 'invoice/src/main/java/org/killbill/billing/invoice/api/svcs/DefaultInvoiceInternalApi.java', 'api/src/main/java/org/killbill/billing/invoice/api/Invoi...
{'.java': 8}
8
8
0
0
8
6,119,816
1,147,700
132,717
1,008
3,226
500
40
5
331
45
68
8
0
0
1970-01-01T00:25:30
4,053
Java
{'Java': 13504959, 'JavaScript': 136386, 'CSS': 105855, 'Shell': 23107, 'HTML': 16358, 'PLpgSQL': 14609, 'Ruby': 9048, 'Mustache': 4593}
Apache License 2.0
256
killbill/killbill/550/548
killbill
killbill
https://github.com/killbill/killbill/issues/548
https://github.com/killbill/killbill/pull/550
https://github.com/killbill/killbill/pull/550
1
fixes
DefaultPaymentGatewayApi doesn't respect isAborted flag
We should make sure 422 is returned if the HPP payment is aborted by a control plugin.
071796f5dcb8dd7c52fd8a0cd28aa0cf1a6a0120
13fd4001d59e59868186e2a306146d572be750dc
https://github.com/killbill/killbill/compare/071796f5dcb8dd7c52fd8a0cd28aa0cf1a6a0120...13fd4001d59e59868186e2a306146d572be750dc
diff --git a/payment/src/main/java/org/killbill/billing/payment/api/DefaultPaymentGatewayApi.java b/payment/src/main/java/org/killbill/billing/payment/api/DefaultPaymentGatewayApi.java index ec17b19c60..09685fa60b 100644 --- a/payment/src/main/java/org/killbill/billing/payment/api/DefaultPaymentGatewayApi.java +++ b/pa...
['payment/src/main/java/org/killbill/billing/payment/api/DefaultPaymentGatewayApi.java', 'payment/src/main/java/org/killbill/billing/payment/core/sm/control/ControlPluginRunner.java', 'payment/src/main/java/org/killbill/billing/payment/core/sm/control/PaymentControlApiAbortException.java', 'payment/src/test/java/org/ki...
{'.java': 4}
4
4
0
0
4
4,876,641
926,318
109,381
927
596
95
7
3
87
17
20
2
0
0
1970-01-01T00:24:23
4,053
Java
{'Java': 13504959, 'JavaScript': 136386, 'CSS': 105855, 'Shell': 23107, 'HTML': 16358, 'PLpgSQL': 14609, 'Ruby': 9048, 'Mustache': 4593}
Apache License 2.0