task_id
stringlengths
10
58
repo
stringclasses
854 values
pr_number
int32
1
321k
base_sha
stringlengths
40
40
head_sha
stringlengths
40
40
task
stringlengths
2
105k
plan
listlengths
1
100
subagents
listlengths
1
100
revisions
listlengths
0
100
final_diff
stringlengths
256
202M
num_subtasks
int32
1
100
num_changed_files
int32
2
100
ytdl-org/youtube-dl#33109
ytdl-org/youtube-dl
33,109
3eb8d22ddb8982ca4fb56bb7a8d6517538bf14c6
dfc33fe3bb742c08e9f2bfa41d87aef788c874fc
[YouTube] Unable to decode n-parameter with player `20830619` (eg, Cannot get index 43 in: "<class 'youtube_dl.jsinterp.JS_Undefined'>") <!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE #############...
[ { "subtask_id": "s1", "goal": "Implement the changes under `test/` needed for: [YouTube] Unable to decode n-parameter with player `20830619` (eg, Cannot get index 43 in: \"<class 'youtube_dl.jsinterp.JS_Undefined'>\")", "scope_files": [ "test/test_cache.py", "test/test_jsinterp.py", "t...
[ { "subtask_id": "s1", "scope_files": [ "test/test_cache.py", "test/test_jsinterp.py", "test/test_youtube_signature.py" ], "solution_diff": "diff --git a/test/test_cache.py b/test/test_cache.py\nindex 931074aa1de..21dfb6cfcdb 100644\n--- a/test/test_cache.py\n+++ b/test/test_cache.p...
[]
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index 9e5620eefa1..8367b6e5345 100755 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -540,10 +540,14 @@ def to_screen(self, message, skip_eol=False): """Print message to stdout if not in quiet mode.""" return self.to_stdout...
3
11
ytdl-org/youtube-dl#29432
ytdl-org/youtube-dl
29,432
b7fca0fab36c71fee02d6ecf81acbbaa46942be4
320f89ef892f6bc3681492f5ff1c176a3433108e
Add support for gbnews.uk ## Checklist - [x] I'm reporting a new site support request - [x] I've verified that I'm running youtube-dl version **2021.06.06** - [x] I've checked that all provided URLs are alive and playable in a browser - [x] I've checked that none of provided URLs violate any copyrights - [x] I'...
[ { "subtask_id": "s1", "goal": "Implement the changes under `youtube_dl/extractor/` needed for: Add support for gbnews.uk", "scope_files": [ "youtube_dl/extractor/extractors.py", "youtube_dl/extractor/gbnews.py" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "youtube_dl/extractor/extractors.py", "youtube_dl/extractor/gbnews.py" ], "solution_diff": "diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py\nindex 402e542ae96..bee3ba22c78 100644\n--- a/youtube_dl/extractor/extra...
[ { "subtask_id": "s1", "comment": "It turns out we can extract the Live stream in the same way:\r\n```suggestion\r\nfrom .gbnews import GBNewsIE\r\n```", "revised_diff": "diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py\nindex 402e542ae96..bee3ba22c78 100644\n--- a/you...
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 402e542ae96..bee3ba22c78 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -426,6 +426,7 @@ from .gamestar import GameStarIE from .gaskrank import GaskrankIE from .gazeta import Gazeta...
1
2
ytdl-org/youtube-dl#32987
ytdl-org/youtube-dl
32,987
c5098961b04ce83f4615f2a846c84f803b072639
12bc3775d963039efaf4a36b0ea124a6b5e5ca8a
[YOUTUBE] ERROR: Unable to extract nsig function code (caused by RegexNotFoundError('Unable to extract Initial JS player n function name... <!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE #########...
[ { "subtask_id": "s1", "goal": "Implement the changes under `test/` needed for: [YOUTUBE] ERROR: Unable to extract nsig function code (caused by RegexNotFoundError('Unable to extract Initial JS player n function name... ", "scope_files": [ "test/test_jsinterp.py", "test/test_youtube_signature...
[ { "subtask_id": "s1", "scope_files": [ "test/test_jsinterp.py", "test/test_youtube_signature.py" ], "solution_diff": "diff --git a/test/test_jsinterp.py b/test/test_jsinterp.py\nindex c7a4f2cbf23..12e7b9b9485 100644\n--- a/test/test_jsinterp.py\n+++ b/test/test_jsinterp.py\n@@ -1,4 +1,5 ...
[ { "subtask_id": "s1", "comment": "```suggestion\r\n # from MDN: surrogate pairs aren't handled: case 1 fails, and case 2 beats Py3.2\r\n if sys.version_info >= (2, 6) and not ((3, 0) <= sys.version_info <= (3, 2)):\r\n # self._test('function f(){return \"😄😄\".split(/(?:)/)}',\r\n ...
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index 9b0016d07ec..78704b55718 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -3170,7 +3170,7 @@ def _parse_jwplayer_formats(self, jwplayer_sources_data, video_id=None, # See com/longta...
3
5
ytdl-org/youtube-dl#33082
ytdl-org/youtube-dl
33,082
673277e510ebd996b62a2fcc76169bf3cce29910
0da30320aefe3ca0c3096d197a496a2f102cf3b6
[YouTube] Latest release 2025.02.28 unable to download video data: HTTP Error 403: Forbidden Platform: ubuntu 18.04 ```console $ youtube-dl --version 2025.02.28 ``` Here is a verbose error: ```console $ youtube-dl -v https://www.youtube.com/watch?v=NXEbLs00bT0 --youtube-skip-dash-manifest -f mp4 [debug] ...
[ { "subtask_id": "s1", "goal": "Implement the changes under `test/` needed for: [YouTube] Latest release 2025.02.28 unable to download video data: HTTP Error 403: Forbidden", "scope_files": [ "test/test_jsinterp.py", "test/test_youtube_signature.py" ] }, { "subtask_id": "s2", ...
[ { "subtask_id": "s1", "scope_files": [ "test/test_jsinterp.py", "test/test_youtube_signature.py" ], "solution_diff": "diff --git a/test/test_jsinterp.py b/test/test_jsinterp.py\nindex 6c34bc89620..3c9650ab62b 100644\n--- a/test/test_jsinterp.py\n+++ b/test/test_jsinterp.py\n@@ -11,6 +11,...
[]
diff --git a/youtube_dl/__init__.py b/youtube_dl/__init__.py index 06bdfb68903..3c1272e7b05 100644 --- a/youtube_dl/__init__.py +++ b/youtube_dl/__init__.py @@ -18,7 +18,7 @@ compat_getpass, compat_register_utf8, compat_shlex_split, - workaround_optparse_bug9161, + _workaround_optparse_bug9161, ) ...
3
6
ytdl-org/youtube-dl#33074
ytdl-org/youtube-dl
33,074
711e72c292327674c4a0593fdbb83d6347738ec9
c6f27dd88ec0c3e583a60cdeb00c2ad7fa1ab5ae
[YouTube] Fix channel playlist extraction <details><summary>Boilerplate: yt-dlp code/bug fix</summary> ## Please follow the guide below - You will be asked some questions, please read them **carefully** and answer honestly - Put an `x` into all the boxes [ ] relevant to your *pull request* (like that [x]) - Us...
[ { "subtask_id": "s1", "goal": "Implement the changes under `test/` needed for: [YouTube] Fix channel playlist extraction", "scope_files": [ "test/test_jsinterp.py", "test/test_youtube_signature.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `youtube_dl/` ...
[ { "subtask_id": "s1", "scope_files": [ "test/test_jsinterp.py", "test/test_youtube_signature.py" ], "solution_diff": "diff --git a/test/test_jsinterp.py b/test/test_jsinterp.py\nindex 12e7b9b9485..6c34bc89620 100644\n--- a/test/test_jsinterp.py\n+++ b/test/test_jsinterp.py\n@@ -459,6 +45...
[]
diff --git a/youtube_dl/casefold.py b/youtube_dl/casefold.py index ad9c66f8ede..712b2e7faa8 100644 --- a/youtube_dl/casefold.py +++ b/youtube_dl/casefold.py @@ -10,9 +10,10 @@ # https://github.com/unicode-org/icu/blob/main/icu4c/source/data/unidata/CaseFolding.txt # In case newly foldable Unicode characters are defin...
3
6
ytdl-org/youtube-dl#33049
ytdl-org/youtube-dl
33,049
5975d7bb96095fae7c35e7cfcd819255a5b57087
8ba28b76105faf465d5c5331643571376aa8e7d6
[YouTube] Unable to decode n-parameter with player 9c6dfc4a _Originally posted by @LaurentVB in https://github.com/ytdl-org/youtube-dl/issues/32905#issuecomment-2637984269_ >I just updated to the latest version (2025.01.23), full of hope 😅 and I'm still getting 403 errors. Forcing `-f 18` does not seem to help ...
[ { "subtask_id": "s1", "goal": "Implement the changes under `test/` needed for: [YouTube] Unable to decode n-parameter with player 9c6dfc4a ", "scope_files": [ "test/test_jsinterp.py", "test/test_youtube_signature.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes u...
[ { "subtask_id": "s1", "scope_files": [ "test/test_jsinterp.py", "test/test_youtube_signature.py" ], "solution_diff": "diff --git a/test/test_jsinterp.py b/test/test_jsinterp.py\nindex 12e7b9b9485..6c34bc89620 100644\n--- a/test/test_jsinterp.py\n+++ b/test/test_jsinterp.py\n@@ -459,6 +45...
[]
diff --git a/youtube_dl/casefold.py b/youtube_dl/casefold.py index ad9c66f8ede..712b2e7faa8 100644 --- a/youtube_dl/casefold.py +++ b/youtube_dl/casefold.py @@ -10,9 +10,10 @@ # https://github.com/unicode-org/icu/blob/main/icu4c/source/data/unidata/CaseFolding.txt # In case newly foldable Unicode characters are defin...
2
5
ytdl-org/youtube-dl#32845
ytdl-org/youtube-dl
32,845
a452f9437c8a3048f75fc12f75bcfd3eed78430f
e40a428fc2cb8dff4cdbbd6bf692e1b5bf35e2c6
[YouTube] Unable to extract nsig jsi ... <!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Care...
[ { "subtask_id": "s1", "goal": "Implement the changes under `test/` needed for: [YouTube] Unable to extract nsig jsi ...", "scope_files": [ "test/test_jsinterp.py", "test/test_youtube_signature.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `youtube_dl/` n...
[ { "subtask_id": "s1", "scope_files": [ "test/test_jsinterp.py", "test/test_youtube_signature.py" ], "solution_diff": "diff --git a/test/test_jsinterp.py b/test/test_jsinterp.py\nindex da8e980207a..104e766be36 100644\n--- a/test/test_jsinterp.py\n+++ b/test/test_jsinterp.py\n@@ -11,194 +1...
[ { "subtask_id": "s2", "comment": "why not \r\n```suggestion\r\n new_member, _, rest = member.partition('.')\r\n```", "revised_diff": "diff --git a/youtube_dl/jsinterp.py b/youtube_dl/jsinterp.py\nindex 02adf667846..949f77775e8 100644\n--- a/youtube_dl/jsinterp.py\n+++ b/youtube_dl/jsi...
diff --git a/youtube_dl/extractor/youtube.py b/youtube_dl/extractor/youtube.py index 90c16e172bd..2e31a89798e 100644 --- a/youtube_dl/extractor/youtube.py +++ b/youtube_dl/extractor/youtube.py @@ -1636,7 +1636,7 @@ def _decrypt_nsig(self, n, video_id, player_url): try: jsi, player_id, func_code = ...
3
5
ytdl-org/youtube-dl#10556
ytdl-org/youtube-dl
10,556
340e31ca7449197450e0a50c925cf9ebd95a76d4
a493f1020888e87a464ab8a948c797c18fc3aca3
[miaopai] Add new extractor ## Please follow the guide below - You will be asked some questions, please read them **carefully** and answer honestly - Put an `x` into all the boxes [ ] relevant to your _pull request_ (like that [x]) - Use _Preview_ tab to see how your _pull request_ will actually look like --- ### Bef...
[ { "subtask_id": "s1", "goal": "Implement the changes under `youtube_dl/extractor/` needed for: [miaopai] Add new extractor", "scope_files": [ "youtube_dl/extractor/extractors.py", "youtube_dl/extractor/miaopai.py" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "youtube_dl/extractor/extractors.py", "youtube_dl/extractor/miaopai.py" ], "solution_diff": "diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py\nindex 8c6ee0503a9..d511b04bcee 100644\n--- a/youtube_dl/extractor/extr...
[ { "subtask_id": "s1", "comment": "Use `self._parse_html5_media_entries` instead.\n", "revised_diff": "diff --git a/youtube_dl/extractor/miaopai.py b/youtube_dl/extractor/miaopai.py\nnew file mode 100644\nindex 00000000000..2477d1009ca\n--- /dev/null\n+++ b/youtube_dl/extractor/miaopai.py\n@@ -0,0 +1,44 ...
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 8c6ee0503a9..d511b04bcee 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -471,6 +471,7 @@ from .metacritic import MetacriticIE from .mgoon import MgoonIE from .mgtv import MGTVIE +fr...
1
2
ytdl-org/youtube-dl#32891
ytdl-org/youtube-dl
32,891
e1b3fa242cb94eb9dc949ab3f2cace91c46f11bf
8765808cd22c712b0dc22f8ccffa2e9c0b365e85
New Player 20dfca59 has broken YouTube extractor <!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!...
[ { "subtask_id": "s1", "goal": "Implement the changes under `test/` needed for: New Player 20dfca59 has broken YouTube extractor", "scope_files": [ "test/test_youtube_signature.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `youtube_dl/extractor/` needed for: Ne...
[ { "subtask_id": "s1", "scope_files": [ "test/test_youtube_signature.py" ], "solution_diff": "diff --git a/test/test_youtube_signature.py b/test/test_youtube_signature.py\nindex 5b4aa3aa05b..1c5f667f57a 100644\n--- a/test/test_youtube_signature.py\n+++ b/test/test_youtube_signature.py\n@@ -174,...
[ { "subtask_id": "s2", "comment": "```suggestion\r\n ''', jscode, 'Initial JS player n function name', group=('nfunc', 'idx'),\r\n default=(None, None))\r\n # thx bashonly: yt-dlp/yt-dlp/pull/10611\r\n if not func_name:\r\n self.report_warning('Falling back to g...
diff --git a/youtube_dl/extractor/youtube.py b/youtube_dl/extractor/youtube.py index 84371ff063d..509e374a4d7 100644 --- a/youtube_dl/extractor/youtube.py +++ b/youtube_dl/extractor/youtube.py @@ -1659,18 +1659,38 @@ def _decrypt_nsig(self, n, video_id, player_url): def _extract_n_function_name(self, jscode): ...
2
2
ytdl-org/youtube-dl#32802
ytdl-org/youtube-dl
32,802
21924742f79ccbd62d16ef4120518c6a5da8614e
fc03c3bb3e16efad9fd75500afce6b3c3d97290b
ORF Radiothek has changed the URLs youtube-dl version 2021.06.06 ORF has changed the URLs for Radiothek. I have tested the URLs in the file "orf.py.new" and the downloads are working now without problems. But how these URLs can be changed in the official youtube-dl version? **diff orf.py orf.py.new** **191c19...
[ { "subtask_id": "s1", "goal": "Implement the changes under `test/` needed for: ORF Radiothek has changed the URLs", "scope_files": [ "test/helper.py", "test/test_download.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `youtube_dl/` needed for: ORF Radioth...
[ { "subtask_id": "s1", "scope_files": [ "test/helper.py", "test/test_download.py" ], "solution_diff": "diff --git a/test/helper.py b/test/helper.py\nindex 5b7e3dfe20b..6f2129efff3 100644\n--- a/test/helper.py\n+++ b/test/helper.py\n@@ -5,9 +5,9 @@\n import json\n import os.path\n import r...
[]
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index 6f2aba5ac8e..dad44435f0a 100755 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -1039,8 +1039,8 @@ def process_ie_result(self, ie_result, download=True, extra_info={}): elif result_type in ('playlist', 'multi_video'): ...
3
5
ytdl-org/youtube-dl#32830
ytdl-org/youtube-dl
32,830
4d05f84325070c3f6fe2ed6096138757675469a4
e15101cb9970aa683d8e7e3e3f492869e4844e5b
[core] Validate proposed file extensions <details><summary>Boilerplate: yt-dlp/own code, fix</summary> ## Please follow the guide below - You will be asked some questions, please read them **carefully** and answer honestly - Put an `x` into all the boxes [ ] relevant to your *pull request* (like that [x]) - Use ...
[ { "subtask_id": "s1", "goal": "Implement the changes under `test/` needed for: [core] Validate proposed file extensions", "scope_files": [ "test/test_utils.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `youtube_dl/` needed for: [core] Validate proposed file ex...
[ { "subtask_id": "s1", "scope_files": [ "test/test_utils.py" ], "solution_diff": "diff --git a/test/test_utils.py b/test/test_utils.py\nindex de7fe80b8b6..2947cce7eb3 100644\n--- a/test/test_utils.py\n+++ b/test/test_utils.py\n@@ -14,9 +14,11 @@\n import io\n import itertools\n import json\n+im...
[]
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index dad44435f0a..c19501915e4 100755 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -7,6 +7,7 @@ import copy import datetime import errno +import functools import io import itertools import json @@ -53,6 +54,7 @@ compat_urllib_re...
2
5
ytdl-org/youtube-dl#30664
ytdl-org/youtube-dl
30,664
34722270741fb9c06f978861c1e5f503291070d8
8db78afe671ec15774fdf71756ae471405203586
Unrecognized option 'x' Two issues going on the first for a long time: - `youtube-dl`, not able to download youtube stories anymore (a couple of months now) - website Crunchyroll when listing with `youtube-dl -F`, `ffmpeg 5.0` throw two errors: - `Unrecognized option 'x'.` (which I have none in my scripts, I ...
[ { "subtask_id": "s1", "goal": "Implement the changes under `youtube_dl/` needed for: Unrecognized option 'x'", "scope_files": [ "youtube_dl/YoutubeDL.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `youtube_dl/downloader/` needed for: Unrecognized option 'x'", ...
[ { "subtask_id": "s1", "scope_files": [ "youtube_dl/YoutubeDL.py" ], "solution_diff": "diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py\nindex fe30758ef9c..82412baf49d 100755\n--- a/youtube_dl/YoutubeDL.py\n+++ b/youtube_dl/YoutubeDL.py\n@@ -1906,8 +1906,17 @@ def ensure_dir_exist...
[]
diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index fe30758ef9c..82412baf49d 100755 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -1906,8 +1906,17 @@ def ensure_dir_exists(path): if not self.params.get('skip_download', False): try: + def checked_g...
2
2
ytdl-org/youtube-dl#30329
ytdl-org/youtube-dl
30,329
af9e72507ea38e5ab3fa2751ed09ec88021260cb
c74716d92f1cd8a56717ea389336973f4d2cde11
[niconico] Downloading long videos requires heartbeat signals ## Please follow the guide below - You will be asked some questions and requested to provide some information, please read them **carefully** and answer honestly - Put an `x` into all the boxes [ ] relevant to your *issue* (like this: `[x]`) - Use the ...
[ { "subtask_id": "s1", "goal": "Implement the changes under `test/` needed for: [niconico] Downloading long videos requires heartbeat signals", "scope_files": [ "test/parameters.json", "test/test_download.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `you...
[ { "subtask_id": "s1", "scope_files": [ "test/parameters.json", "test/test_download.py" ], "solution_diff": "diff --git a/test/parameters.json b/test/parameters.json\nindex 65fd5442860..864c9d13044 100644\n--- a/test/parameters.json\n+++ b/test/parameters.json\n@@ -18,7 +18,6 @@\n \"n...
[]
diff --git a/youtube_dl/downloader/__init__.py b/youtube_dl/downloader/__init__.py index 2e485df9dac..d8f2fa34226 100644 --- a/youtube_dl/downloader/__init__.py +++ b/youtube_dl/downloader/__init__.py @@ -1,22 +1,31 @@ from __future__ import unicode_literals +from ..utils import ( + determine_protocol, +) + + +de...
3
6
ytdl-org/youtube-dl#30582
ytdl-org/youtube-dl
30,582
af9e72507ea38e5ab3fa2751ed09ec88021260cb
f2ebd5263bb183effa32d1fd3060bbefdfa62c8d
Youtube download speed still slow <!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully r...
[ { "subtask_id": "s1", "goal": "Implement the changes under `test/` needed for: Youtube download speed still slow", "scope_files": [ "test/test_youtube_signature.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `youtube_dl/extractor/` needed for: Youtube download ...
[ { "subtask_id": "s1", "scope_files": [ "test/test_youtube_signature.py" ], "solution_diff": "diff --git a/test/test_youtube_signature.py b/test/test_youtube_signature.py\nindex c8e85b5005a..fc5e9828e2c 100644\n--- a/test/test_youtube_signature.py\n+++ b/test/test_youtube_signature.py\n@@ -82,6...
[]
diff --git a/youtube_dl/extractor/youtube.py b/youtube_dl/extractor/youtube.py index 63918924df8..7943b94f9d5 100644 --- a/youtube_dl/extractor/youtube.py +++ b/youtube_dl/extractor/youtube.py @@ -28,6 +28,7 @@ dict_get, float_or_none, int_or_none, + js_to_json, mimetype2ext, parse_codecs, ...
2
2
ytdl-org/youtube-dl#31043
ytdl-org/youtube-dl
31,043
384f632e8a9b61e864a26678d85b2b39933b9bae
09761f0e86e0bb57c985af68ad9264f6003e6ab5
Extract age-gated player URLs Currently, for videos with age gate, we don't get the player URL. Look in the /embed version of the video for it. Wrong error message for yt videos that are both age-gated and private Getting this error when trying to download this video: https://youtu.be/N-aDHKKRdso ``` [youtube] N-a...
[ { "subtask_id": "s1", "goal": "Implement the changes under `devscripts/` needed for: Extract age-gated player URLs", "scope_files": [ "devscripts/make_lazy_extractors.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `test/` needed for: Extract age-gated player UR...
[ { "subtask_id": "s1", "scope_files": [ "devscripts/make_lazy_extractors.py" ], "solution_diff": "diff --git a/devscripts/make_lazy_extractors.py b/devscripts/make_lazy_extractors.py\nindex 878ae72b132..edc19183da5 100644\n--- a/devscripts/make_lazy_extractors.py\n+++ b/devscripts/make_lazy_ext...
[ { "subtask_id": "s3", "comment": "```suggestion\r\n returns: compat_str\r\n \"\"\"\r\n```", "revised_diff": "diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py\nindex e3c3ccff904..4edbfa27ba6 100644\n--- a/youtube_dl/utils.py\n+++ b/youtube_dl/utils.py\n@@ -42,6 +42,7 @@\n compat_HTMLPar...
diff --git a/devscripts/make_lazy_extractors.py b/devscripts/make_lazy_extractors.py index 878ae72b132..edc19183da5 100644 --- a/devscripts/make_lazy_extractors.py +++ b/devscripts/make_lazy_extractors.py @@ -13,6 +13,11 @@ lazy_extractors_filename = sys.argv[1] if os.path.exists(lazy_extractors_filename): os.re...
4
7
ytdl-org/youtube-dl#32820
ytdl-org/youtube-dl
32,820
0153b387e57e0bb8e580f1869f85596d2767fb0d
9edcf8c67e4a67366b029d202913f94ecc410530
[YouTube] Error 403 when downloading, with "Unable to decode n-parameter", not solved by new cookies <!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE #################################################...
[ { "subtask_id": "s1", "goal": "Implement the changes under `test/` needed for: [YouTube] Error 403 when downloading, with \"Unable to decode n-parameter\", not solved by new cookies", "scope_files": [ "test/test_jsinterp.py", "test/test_youtube_signature.py" ] }, { "subtask_id": ...
[ { "subtask_id": "s1", "scope_files": [ "test/test_jsinterp.py", "test/test_youtube_signature.py" ], "solution_diff": "diff --git a/test/test_jsinterp.py b/test/test_jsinterp.py\nindex 91b12f5441b..da8e980207a 100644\n--- a/test/test_jsinterp.py\n+++ b/test/test_jsinterp.py\n@@ -577,9 +57...
[]
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index b10e844168c..9b0016d07ec 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -3033,7 +3033,6 @@ def _find_jwplayer_data(self, webpage, video_id=None, transform_source=js_to_jso transform_sourc...
3
6
ytdl-org/youtube-dl#32799
ytdl-org/youtube-dl
32,799
a08f2b7e4567cdc50c0614ee0a4ffdff49b8b6e6
42f60fe3c22f8d8f6f70c4aa08880fe0ab21f1f6
[utils,ie] Misc yt-dlp back-ports, etc <details><summary>Own/yt-dlp code, Improvement</summary> ## Please follow the guide below - You will be asked some questions, please read them **carefully** and answer honestly - Put an `x` into all the boxes [ ] relevant to your *pull request* (like that [x]) - Use *Prev...
[ { "subtask_id": "s1", "goal": "Implement the changes under `test/` needed for: [utils,ie] Misc yt-dlp back-ports, etc", "scope_files": [ "test/test_InfoExtractor.py", "test/test_traversal.py", "test/test_utils.py" ] }, { "subtask_id": "s2", "goal": "Implement the change...
[ { "subtask_id": "s1", "scope_files": [ "test/test_InfoExtractor.py", "test/test_traversal.py", "test/test_utils.py" ], "solution_diff": "diff --git a/test/test_InfoExtractor.py b/test/test_InfoExtractor.py\nindex d55d6ad5428..09100a1d667 100644\n--- a/test/test_InfoExtractor.py\n++...
[]
diff --git a/youtube_dl/compat.py b/youtube_dl/compat.py index 53ff2a892af..ed1a33cf2fb 100644 --- a/youtube_dl/compat.py +++ b/youtube_dl/compat.py @@ -2719,8 +2719,222 @@ def compat_xpath(xpath): if isinstance(xpath, compat_str): xpath = xpath.encode('ascii') return xpath + + # furth...
3
7
ytdl-org/youtube-dl#32740
ytdl-org/youtube-dl
32,740
e0727e4ab61b6e45f7792546b8b5ff52a0ea22b5
f66e450bfd8c3c5e4a0048fdd0240d5b8b1f3ba3
[YouPorn] Fix and improve extraction; add playlist extraction <details><summary>Boilerplate: own/yt-dlp code, bug fix/improvement</summary> ## Please follow the guide below - You will be asked some questions, please read them **carefully** and answer honestly - Put an `x` into all the boxes [ ] relevant to your...
[ { "subtask_id": "s1", "goal": "Implement the changes under `test/` needed for: [YouPorn] Fix and improve extraction; add playlist extraction", "scope_files": [ "test/test_download.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `youtube_dl/extractor/` needed for...
[ { "subtask_id": "s1", "scope_files": [ "test/test_download.py" ], "solution_diff": "diff --git a/test/test_download.py b/test/test_download.py\nindex e0bc8cb9542..df8b370cfdc 100644\n--- a/test/test_download.py\n+++ b/test/test_download.py\n@@ -10,6 +10,7 @@\n \n from test.helper import (\n ...
[ { "subtask_id": "s2", "comment": "This gets an/the internal video ID that is not revealed in the URL or displayed page content. I used this since it appears to index the actual media items on the site (ie, there could be two pages with different URL IDs but identical media content), but still have doubts.",...
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index a56a7c52f37..03d035a275d 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -1653,7 +1653,15 @@ YouNowChannelIE, YouNowMomentIE, ) -from .youporn import YouPornIE +from .youporn...
2
3
ytdl-org/youtube-dl#32741
ytdl-org/youtube-dl
32,741
820fae3b3a8587a6f57afbe803b4f91de7d4e086
26a5f1ba1c5221e2b6aca7308736603b2efc745e
External-downloader "ffmpeg" does not understand ffmpeg-location parameter YoutubeDownloader does not use `ffmpeg-location` path for an `external-downloader` argument I think? Full folder value did not work in an external args. ``` youtube-dl.exe --verbose ^ --ffmpeg-location "c:/apps/ffmpeg" ^ --format "(bes...
[ { "subtask_id": "s1", "goal": "Implement the changes under `test/` needed for: External-downloader \"ffmpeg\" does not understand ffmpeg-location parameter", "scope_files": [ "test/test_downloader_external.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `youtube...
[ { "subtask_id": "s1", "scope_files": [ "test/test_downloader_external.py" ], "solution_diff": "diff --git a/test/test_downloader_external.py b/test/test_downloader_external.py\nindex 029f9b05f64..4491bd9dee6 100644\n--- a/test/test_downloader_external.py\n+++ b/test/test_downloader_external.py...
[]
diff --git a/youtube_dl/compat.py b/youtube_dl/compat.py index 818ccebd0a6..53ff2a892af 100644 --- a/youtube_dl/compat.py +++ b/youtube_dl/compat.py @@ -2421,29 +2421,26 @@ def load(self, rawdata): compat_urllib_request_urlretrieve = compat_urlretrieve try: + from HTMLParser import ( + HTMLParser as compa...
4
5
ytdl-org/youtube-dl#32725
ytdl-org/youtube-dl
32,725
f0812d784836d18fd25ea32f9b5a0c9c6e92425b
132fb777dc78121c0cd123ce254f79602fe9c537
filemoon.sx jwplayer error <!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and...
[ { "subtask_id": "s1", "goal": "Implement the changes under `test/` needed for: filemoon.sx jwplayer error", "scope_files": [ "test/test_utils.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `youtube_dl/` needed for: filemoon.sx jwplayer error", "scope_files"...
[ { "subtask_id": "s1", "scope_files": [ "test/test_utils.py" ], "solution_diff": "diff --git a/test/test_utils.py b/test/test_utils.py\nindex 102420fcb88..d1d9ca1b24e 100644\n--- a/test/test_utils.py\n+++ b/test/test_utils.py\n@@ -512,11 +512,14 @@ def test_float_or_none(self):\n self.a...
[ { "subtask_id": "s3", "comment": "```suggestion\r\n transform_source=transform_source, default=None)\r\n```", "revised_diff": "diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py\nindex 0e5dfd8fa99..7fae9e57bab 100644\n--- a/youtube_dl/extractor/common.py\n+++ b/youtu...
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index 0e5dfd8fa99..7fae9e57bab 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -25,6 +25,7 @@ compat_getpass, compat_integer_types, compat_http_client, + compat_kwargs, compat_map as m...
3
6
ytdl-org/youtube-dl#28801
ytdl-org/youtube-dl
28,801
40bd5c18153afe765caa6726302ee1dd8a9a2ce6
bcd12630e1b322609f4682eda94c98d8b9dbe925
Vimeo embed-only video behind basic auth ## Please follow the guide below - You will be asked some questions and requested to provide some information, please read them **carefully** and answer honestly - Put an `x` into all the boxes [ ] relevant to your *issue* (like this: `[x]`) - Use the *Preview* tab to see ...
[ { "subtask_id": "s1", "goal": "Implement the changes under `test/` needed for: Vimeo embed-only video behind basic auth", "scope_files": [ "test/test_utils.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `youtube_dl/` needed for: Vimeo embed-only video behind ba...
[ { "subtask_id": "s1", "scope_files": [ "test/test_utils.py" ], "solution_diff": "diff --git a/test/test_utils.py b/test/test_utils.py\nindex 102420fcb88..90d64b5811e 100644\n--- a/test/test_utils.py\n+++ b/test/test_utils.py\n@@ -81,6 +81,7 @@\n sanitize_filename,\n sanitize_path,\n ...
[ { "subtask_id": "s2", "comment": "Align with yt-dlp:\r\n```suggestion\r\n url, auth_header = extract_basic_auth(escape_url(sanitize_url(url)))\r\n if auth_header is not None:\r\n headers = args[1] if len(args) > 1 else kwargs.get'headers')\r\n headers = headers or {}\r\n headers['...
diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py index 61b94d84c44..c249e71681d 100644 --- a/youtube_dl/utils.py +++ b/youtube_dl/utils.py @@ -2182,8 +2182,28 @@ def sanitize_url(url): return url +def extract_basic_auth(url): + parts = compat_urllib_parse.urlsplit(url) + if parts.username is None: ...
2
2
ytdl-org/youtube-dl#32514
ytdl-org/youtube-dl
32,514
b7fca0fab36c71fee02d6ecf81acbbaa46942be4
a6754081fd639d1fee65b557a6e5e9d02938779a
Caffeine support <!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work thro...
[ { "subtask_id": "s1", "goal": "Implement the changes under `youtube_dl/extractor/` needed for: Caffeine support", "scope_files": [ "youtube_dl/extractor/caffeine.py", "youtube_dl/extractor/extractors.py" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "youtube_dl/extractor/caffeine.py", "youtube_dl/extractor/extractors.py" ], "solution_diff": "diff --git a/youtube_dl/extractor/caffeine.py b/youtube_dl/extractor/caffeine.py\nnew file mode 100644\nindex 00000000000..bffedb9a736\n--- /dev/null\n+++ ...
[ { "subtask_id": "s1", "comment": "For \"reasons\", the list is preferred:\r\n```suggestion\r\n _TESTS = [{\r\n 'url': 'https://www.caffeine.tv/TsuSurf/video/cffc0a00-e73f-11ec-8080-80017d29f26e',\r\n 'info_dict': {\r\n 'id': 'cffc0a00-e73f-11ec-8080-80017d29f26e',\r\n ...
diff --git a/youtube_dl/extractor/caffeine.py b/youtube_dl/extractor/caffeine.py new file mode 100644 index 00000000000..bffedb9a736 --- /dev/null +++ b/youtube_dl/extractor/caffeine.py @@ -0,0 +1,79 @@ +# coding: utf-8 +from __future__ import unicode_literals + +from .common import InfoExtractor +from ..utils import (...
1
2
ytdl-org/youtube-dl#32710
ytdl-org/youtube-dl
32,710
dc512e3a8a26a8e3fc7f1f67e5ee5e7699db8659
630da9eb76152a6fdbfc015aa171149c1d86a646
[common] _parse_mpd_formats doesn't handle range-based segment lists this site has changed streaming procedure at 2007/7/31 >youtube-dl.exe http://www.thisav.com/video/300708/99-06-0776.html --verbose [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: ['http://...
[ { "subtask_id": "s1", "goal": "Implement the changes under `test/` needed for: [common] _parse_mpd_formats doesn't handle range-based segment lists", "scope_files": [ "test/test_InfoExtractor.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `test/testdata/mpd/` n...
[ { "subtask_id": "s1", "scope_files": [ "test/test_InfoExtractor.py" ], "solution_diff": "diff --git a/test/test_InfoExtractor.py b/test/test_InfoExtractor.py\nindex 3f96645de02..d55d6ad5428 100644\n--- a/test/test_InfoExtractor.py\n+++ b/test/test_InfoExtractor.py\n@@ -993,7 +993,8 @@ def test...
[]
diff --git a/youtube_dl/downloader/dash.py b/youtube_dl/downloader/dash.py index 2800d42609e..f3c058879fb 100644 --- a/youtube_dl/downloader/dash.py +++ b/youtube_dl/downloader/dash.py @@ -35,6 +35,7 @@ def real_download(self, filename, info_dict): for frag_index, fragment in enumerate(fragments, 1): ...
4
7
ytdl-org/youtube-dl#32695
ytdl-org/youtube-dl
32,695
be008e657d79832642e2158557c899249c9e31cd
e1db71781ea35789d8146904eb8513ef6e348470
[YouTube] Realign `n-sig` processing with yt-dlp ## Please follow the guide below - You will be asked some questions, please read them **carefully** and answer honestly - Put an `x` into all the boxes [ ] relevant to your *pull request* (like that [x]) - Use *Preview* tab to see how your *pull request* will actua...
[ { "subtask_id": "s1", "goal": "Implement the changes under `test/` needed for: [YouTube] Realign `n-sig` processing with yt-dlp", "scope_files": [ "test/test_compat.py", "test/test_subtitles.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `youtube_dl/` nee...
[ { "subtask_id": "s1", "scope_files": [ "test/test_compat.py", "test/test_subtitles.py" ], "solution_diff": "diff --git a/test/test_compat.py b/test/test_compat.py\nindex e233b1ae1b7..b83c8cb4100 100644\n--- a/test/test_compat.py\n+++ b/test/test_compat.py\n@@ -23,6 +23,7 @@\n compat_...
[]
diff --git a/youtube_dl/compat.py b/youtube_dl/compat.py index 3c526a78dc5..818ccebd0a6 100644 --- a/youtube_dl/compat.py +++ b/youtube_dl/compat.py @@ -58,19 +58,26 @@ # Also fix up lack of method arg in old Pythons try: - _req = compat_urllib_request.Request - _req('http://127.0.0.1', method='GET') + typ...
3
5
ytdl-org/youtube-dl#32628
ytdl-org/youtube-dl
32,628
b7fca0fab36c71fee02d6ecf81acbbaa46942be4
4a49a2f498bdb1dc9851436f64a519cd96dd4dd8
Epidemic Sound <!-- ###################################################################### WARNING! IGNORING THE FOLLOWING TEMPLATE WILL RESULT IN ISSUE CLOSED AS INCOMPLETE ###################################################################### --> ## Checklist <!-- Carefully read and work throug...
[ { "subtask_id": "s1", "goal": "Implement the changes under `youtube_dl/extractor/` needed for: Epidemic Sound", "scope_files": [ "youtube_dl/extractor/epidemicsound.py", "youtube_dl/extractor/extractors.py" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "youtube_dl/extractor/epidemicsound.py", "youtube_dl/extractor/extractors.py" ], "solution_diff": "diff --git a/youtube_dl/extractor/epidemicsound.py b/youtube_dl/extractor/epidemicsound.py\nnew file mode 100644\nindex 00000000000..1a52738aa6e\n--- ...
[ { "subtask_id": "s1", "comment": "The returned info_dict must have a valid format URL and by convention also a title.\r\n\r\nGenerally, the data can be type-checked/coerced too.\r\n```suggestion\r\n info = traverse_obj(json_data, {\r\n 'url': ('stems', 'full', 'lqMp3Url', T(url_or_none)),\...
diff --git a/youtube_dl/extractor/epidemicsound.py b/youtube_dl/extractor/epidemicsound.py new file mode 100644 index 00000000000..1a52738aa6e --- /dev/null +++ b/youtube_dl/extractor/epidemicsound.py @@ -0,0 +1,101 @@ +# coding: utf-8 +from __future__ import unicode_literals + +from .common import InfoExtractor +from ...
1
2
ytdl-org/youtube-dl#32612
ytdl-org/youtube-dl
32,612
b7fca0fab36c71fee02d6ecf81acbbaa46942be4
2ef163b40d163e3d1f2a1ae97bbca5821e1e2529
Imgur albums fail to find metadata ## Checklist - [x] I'm reporting a broken site support - [x] I've verified that I'm running youtube-dl version **2020.05.08** - [x] I've checked that all provided URLs are alive and playable in a browser - [x] I've checked that all URLs and arguments with special characters are p...
[ { "subtask_id": "s1", "goal": "Implement the changes under `.github/workflows/` needed for: Imgur albums fail to find metadata", "scope_files": [ ".github/workflows/ci.yml" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `youtube_dl/extractor/` needed for: Imgur alb...
[ { "subtask_id": "s1", "scope_files": [ ".github/workflows/ci.yml" ], "solution_diff": "diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml\nindex 7fb8f9f8394..f00fd0c6bb8 100644\n--- a/.github/workflows/ci.yml\n+++ b/.github/workflows/ci.yml\n@@ -121,6 +121,12 @@ jobs:\n ...
[]
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fb8f9f8394..f00fd0c6bb8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,6 +121,12 @@ jobs: ytdl-test-set: ${{ contains(needs.select.outputs.test-set, 'download') && 'download' || 'nodownload' }} r...
2
2
ytdl-org/youtube-dl#32649
ytdl-org/youtube-dl
32,649
b7fca0fab36c71fee02d6ecf81acbbaa46942be4
9296c1433683475d304c056bef5e7ccab8fda4ea
[CI/cleanup/restrict_strip_Marks] <details> <summary>Boilerplate: own code/#36238, bug fix/improvement</summary> ## Please follow the guide below - You will be asked some questions, please read them **carefully** and answer honestly - Put an `x` into all the boxes [ ] relevant to your *pull request* (like that ...
[ { "subtask_id": "s1", "goal": "Implement the changes under `.github/workflows/` needed for: [CI/cleanup/restrict_strip_Marks] ", "scope_files": [ ".github/workflows/ci.yml" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `youtube_dl/` needed for: [CI/cleanup/restric...
[ { "subtask_id": "s1", "scope_files": [ ".github/workflows/ci.yml" ], "solution_diff": "diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml\nindex 7fb8f9f8394..93562afd782 100644\n--- a/.github/workflows/ci.yml\n+++ b/.github/workflows/ci.yml\n@@ -6,9 +6,13 @@ env:\n pypy-version...
[]
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fb8f9f8394..93562afd782 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,9 +6,13 @@ env: pypy-versions: pypy-2.7, pypy-3.6, pypy-3.7 cpython-versions: main test-set: core + # Python beta version to be built using...
3
3
yuliskov/SmartTube#5853
yuliskov/SmartTube
5,853
e22ead89d221553e47ccef74041836dc7efdc7c8
d2e851212c714c5276e4f9f53ef6be49bff02f5a
ci: locks versions of actions using hashes # ci: locks versions of actions using hashes I have pinned the versions of the actions used in the workflows with hashes. Pinning GitHub Actions to a commit hash is an effective safeguard against supply chain attacks. By referencing a specific and immutable version of a...
[ { "subtask_id": "s1", "goal": "Implement the changes under `.github/workflows/` needed for: ci: locks versions of actions using hashes", "scope_files": [ ".github/workflows/CI.yml", ".github/workflows/cleanup.yml", ".github/workflows/stale.yml", ".github/workflows/virustotal_scan...
[ { "subtask_id": "s1", "scope_files": [ ".github/workflows/CI.yml", ".github/workflows/cleanup.yml", ".github/workflows/stale.yml", ".github/workflows/virustotal_scan.yml" ], "solution_diff": "diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml\nindex de47c0fe3f.....
[]
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index de47c0fe3f..a9046a4006 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -14,12 +14,12 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@df4cb1c069e1874edd31b...
1
4
yuliskov/SmartTube#5630
yuliskov/SmartTube
5,630
a87e7fdac68e347e33d8c6d5f1b846d3e2dfc8a1
ddd137ff112323a904fad1ff05c41eba3bc8051a
Update strings.xml (he/iw) Updated Hebrew translation, changes include: * Added missing strings * Converted strings to gender neutral form * Miscellaneous fixes
[ { "subtask_id": "s1", "goal": "Implement the changes under `common/src/main/res/values-he/` needed for: Update strings.xml (he/iw)", "scope_files": [ "common/src/main/res/values-he/strings.xml" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `common/src/main/res/val...
[ { "subtask_id": "s1", "scope_files": [ "common/src/main/res/values-he/strings.xml" ], "solution_diff": "diff --git a/common/src/main/res/values-he/strings.xml b/common/src/main/res/values-he/strings.xml\nindex 6e99fc62b3..e77e414d9c 100644\n--- a/common/src/main/res/values-he/strings.xml\n+++ ...
[]
diff --git a/common/src/main/res/values-he/strings.xml b/common/src/main/res/values-he/strings.xml index 6e99fc62b3..e77e414d9c 100644 --- a/common/src/main/res/values-he/strings.xml +++ b/common/src/main/res/values-he/strings.xml @@ -14,54 +14,58 @@ So, make a copy of values-he and name it values-iw. Keep both in your...
2
2
yuliskov/SmartTube#5493
yuliskov/SmartTube
5,493
876838d11594195a27c70b245f6ddb83106b5945
76488398cfd4406e3278679d033ba1fde58026fe
Improve workflows * Update GitHub Actions dependencies * Prevent cleanup workflow from running on forked repositories
[ { "subtask_id": "s1", "goal": "Implement the changes under `.github/workflows/` needed for: Improve workflows", "scope_files": [ ".github/workflows/CI.yml", ".github/workflows/cleanup.yml", ".github/workflows/stale.yml", ".github/workflows/virustotal_scan.yml" ] } ]
[ { "subtask_id": "s1", "scope_files": [ ".github/workflows/CI.yml", ".github/workflows/cleanup.yml", ".github/workflows/stale.yml", ".github/workflows/virustotal_scan.yml" ], "solution_diff": "diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml\nindex 978bfdfd0d.....
[]
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 978bfdfd0d..9473cfbf55 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,7 +11,7 @@ jobs: env: HAS_SIGNING_KEY: ${{ secrets.SIGNING_KEY != '' }} HAS_VT_KEY: ${{ secrets.VIRUS_TOTAL_API_KEY != '' }} - ...
1
4
yuliskov/SmartTube#5480
yuliskov/SmartTube
5,480
6b6a8e7509dd3ac9db28ba764aac6ef12e707634
29cfa4cb4200e1d74f7eab7fac5df8bafb678931
Compatibility updates Issue #5257 pointed out that new Amazon FireTV devices no longer run Android and instead run on Amazon's new web-app based VegaOS. I have completely remade the compatibility chart to be clearer and include this change. I have also added a warning notice to the top of the Device Support sect...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: Compatibility updates", "scope_files": [ "README.md" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `images/new/` needed for: Compatibility updates", "scope_files": [ "images...
[ { "subtask_id": "s1", "scope_files": [ "README.md" ], "solution_diff": "diff --git a/README.md b/README.md\nindex 1625dc48e3..d46a52ad0b 100644\n--- a/README.md\n+++ b/README.md\n@@ -48,11 +48,12 @@ Give it a try!\n \r\n \r\n ## Device support\r\n+> [!IMPORTANT] \r\n+> Starting in October 202...
[]
diff --git a/README.md b/README.md index 1625dc48e3..d46a52ad0b 100644 --- a/README.md +++ b/README.md @@ -48,11 +48,12 @@ Give it a try! ## Device support +> [!IMPORTANT] +> Starting in October 2025 new Amazon FireTV devices no longer run Android under the hood. SmartTube will **not** be compatibile with th...
2
2
yuliskov/SmartTube#5445
yuliskov/SmartTube
5,445
853b2e0f1af9ac95ef378308d8f3aec8993873e6
81a86e0c8c62a39f60f9def3d0c08e9fb2c8af02
Add option to pause or stop after each video in queue This PR adds a setting in Player -> Misc that allows playback to be paused or stopped after each video in the playback queue when "**Pause playback after each video (except queue)** or **Stop playback after one video (except queue)**" is set in the player. <img...
[ { "subtask_id": "s1", "goal": "Implement the changes under `common/src/main/java/com/liskovsoft/smartyoutubetv2/common/app/models/playback/controllers/` needed for: Add option to pause or stop after each video in queue", "scope_files": [ "common/src/main/java/com/liskovsoft/smartyoutubetv2/common/...
[ { "subtask_id": "s1", "scope_files": [ "common/src/main/java/com/liskovsoft/smartyoutubetv2/common/app/models/playback/controllers/VideoLoaderController.java" ], "solution_diff": "diff --git a/common/src/main/java/com/liskovsoft/smartyoutubetv2/common/app/models/playback/controllers/VideoLoade...
[]
diff --git a/common/src/main/java/com/liskovsoft/smartyoutubetv2/common/app/models/playback/controllers/VideoLoaderController.java b/common/src/main/java/com/liskovsoft/smartyoutubetv2/common/app/models/playback/controllers/VideoLoaderController.java index c5d6585bb5..79a9326a64 100644 --- a/common/src/main/java/com/li...
4
4
yuliskov/SmartTube#5410
yuliskov/SmartTube
5,410
be2b67e3fcc55f6b390bd1fc8935a5f0a3b18e0a
c667abd4b197515f6673f50144283f135d2a0c6f
Stale issues action This PR creates a GitHub action that when manually triggered, closes all old actions as stale. @yuliskov This requires a GITHUB_TOKEN secret to be added to the repo's secrets store.
[ { "subtask_id": "s1", "goal": "Implement the changes under `.github/ISSUE_TEMPLATE/` needed for: Stale issues action", "scope_files": [ ".github/ISSUE_TEMPLATE/2-feature-request.yml" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `.github/workflows/` needed for: St...
[ { "subtask_id": "s1", "scope_files": [ ".github/ISSUE_TEMPLATE/2-feature-request.yml" ], "solution_diff": "diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.yml b/.github/ISSUE_TEMPLATE/2-feature-request.yml\nindex 5a57ba3c19..0718bf8d5e 100644\n--- a/.github/ISSUE_TEMPLATE/2-feature-reque...
[]
diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.yml b/.github/ISSUE_TEMPLATE/2-feature-request.yml index 5a57ba3c19..0718bf8d5e 100644 --- a/.github/ISSUE_TEMPLATE/2-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/2-feature-request.yml @@ -23,4 +23,14 @@ body: label: Describe alternatives you've considere...
2
2
yuliskov/SmartTube#5377
yuliskov/SmartTube
5,377
30ad9765219385fcf9b912ffd30f35671a4dca5d
104bfc4a70bb9e9a6b0147ab575338521ed3fd51
feat: Configurable Speed Toggle Keybindings - Adds a setting to key remapping category map fast forward / rewind to toggle video speed - Adds a setting to key remapping category map S key (useful when having a connected keyboard) to toggle video speed AI Disclosure: Feature implemented using AI, but tested manuall...
[ { "subtask_id": "s1", "goal": "Implement the changes under `common/src/main/java/com/liskovsoft/smartyoutubetv2/common/app/presenters/settings/` needed for: feat: Configurable Speed Toggle Keybindings", "scope_files": [ "common/src/main/java/com/liskovsoft/smartyoutubetv2/common/app/presenters/set...
[ { "subtask_id": "s1", "scope_files": [ "common/src/main/java/com/liskovsoft/smartyoutubetv2/common/app/presenters/settings/GeneralSettingsPresenter.java" ], "solution_diff": "diff --git a/common/src/main/java/com/liskovsoft/smartyoutubetv2/common/app/presenters/settings/GeneralSettingsPresente...
[]
diff --git a/common/src/main/java/com/liskovsoft/smartyoutubetv2/common/app/presenters/settings/GeneralSettingsPresenter.java b/common/src/main/java/com/liskovsoft/smartyoutubetv2/common/app/presenters/settings/GeneralSettingsPresenter.java index 91aaaa2e84..78b618588e 100644 --- a/common/src/main/java/com/liskovsoft/s...
3
3
yuliskov/SmartTube#5374
yuliskov/SmartTube
5,374
e5ee11f6f9f40a2908cf9a57178c19b11b9a0f0a
8fc46266dbfd8bc35254addc5e5a419ffe871c9e
[Feature Request] Allow Variable Pitch and Speed Control Would it be possible to implement a feature that allows users to adjust video playback speed whilst also changing the audio pitch accordingly? Or better still allow independent control of speed and pitch similar to how it was implemented in NewPipe? ![Scr...
[ { "subtask_id": "s1", "goal": "Implement the changes under `common/src/main/java/com/liskovsoft/smartyoutubetv2/common/app/presenters/settings/` needed for: [Feature Request] Allow Variable Pitch and Speed Control", "scope_files": [ "common/src/main/java/com/liskovsoft/smartyoutubetv2/common/app/p...
[ { "subtask_id": "s1", "scope_files": [ "common/src/main/java/com/liskovsoft/smartyoutubetv2/common/app/presenters/settings/PlayerSettingsPresenter.java" ], "solution_diff": "diff --git a/common/src/main/java/com/liskovsoft/smartyoutubetv2/common/app/presenters/settings/PlayerSettingsPresenter....
[]
diff --git a/common/src/main/java/com/liskovsoft/smartyoutubetv2/common/app/presenters/settings/PlayerSettingsPresenter.java b/common/src/main/java/com/liskovsoft/smartyoutubetv2/common/app/presenters/settings/PlayerSettingsPresenter.java index 6bd62c593f..d4b74d4fb8 100644 --- a/common/src/main/java/com/liskovsoft/sma...
4
4
z-song/laravel-admin#4230
z-song/laravel-admin
4,230
4ba62abaaf3554a401ce52bcfa12c169804ed350
2938fe4642291384eb4c7363c8a85e0520158428
Fixed the `Trying to access array offset on value of type null` error on php7.4 参见: https://twitter.com/nikita_ppv/status/1148931277216800769 PHP 7.4 will throw a notice for invalid array accesses like $null[0] or $int['bar']. Previously this silently returned null...
[ { "subtask_id": "s1", "goal": "Implement the changes under `resources/views/form/` needed for: Fixed the `Trying to access array offset on value of type null` error on php7.4", "scope_files": [ "resources/views/form/daterange.blade.php", "resources/views/form/datetimerange.blade.php" ] ...
[ { "subtask_id": "s1", "scope_files": [ "resources/views/form/daterange.blade.php", "resources/views/form/datetimerange.blade.php" ], "solution_diff": "diff --git a/resources/views/form/daterange.blade.php b/resources/views/form/daterange.blade.php\nindex 21d05889de..6659bb03ee 100644\n--...
[]
diff --git a/resources/views/form/daterange.blade.php b/resources/views/form/daterange.blade.php index 21d05889de..6659bb03ee 100644 --- a/resources/views/form/daterange.blade.php +++ b/resources/views/form/daterange.blade.php @@ -10,14 +10,14 @@ <div class="col-lg-6"> <div class="input-gr...
2
3
z-song/laravel-admin#5691
z-song/laravel-admin
5,691
3fb6c9ea48e2c543e5e7db81f429780a2beae4ff
5743e97f32735251dd063c9809027b9d3bd77735
让handle路由走子后台路由 目前强制指定admin的路由,会绕后子后台的权限控制
[ { "subtask_id": "s1", "goal": "Implement the changes under `src/Form/Field/` needed for: 让handle路由走子后台路由", "scope_files": [ "src/Form/Field/BelongsToRelation.php", "src/Form/Field/ValuePicker.php" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `src/Grid/Displ...
[ { "subtask_id": "s1", "scope_files": [ "src/Form/Field/BelongsToRelation.php", "src/Form/Field/ValuePicker.php" ], "solution_diff": "diff --git a/src/Form/Field/BelongsToRelation.php b/src/Form/Field/BelongsToRelation.php\nindex 9c41ab18d8..ee5d16a7d9 100644\n--- a/src/Form/Field/Belongs...
[]
diff --git a/src/Form/Field/BelongsToRelation.php b/src/Form/Field/BelongsToRelation.php index 9c41ab18d8..ee5d16a7d9 100644 --- a/src/Form/Field/BelongsToRelation.php +++ b/src/Form/Field/BelongsToRelation.php @@ -62,7 +62,7 @@ protected function getLoadUrl($multiple = 0) $selectable = str_replace('\\', '_', ...
2
4
z-song/laravel-admin#5432
z-song/laravel-admin
5,432
81ff860e0592c1a742bf0efa3e975724d9fd566b
eef92fe2fde7e1d2ed2338d2220d883255f43393
Fixed a warning in PHP 8.1. I fixed the warnings that I encountered, although there may be others. If the value passed to functions is null, PHP8.1 will throw a warning with functions. `***(): Passing null to parameter #1 ($string) of type string is deprecated.` https://wiki.php.net/rfc/deprecate_null_to_scal...
[ { "subtask_id": "s1", "goal": "Implement the changes under `src/Grid/` needed for: Fixed a warning in PHP 8.1.", "scope_files": [ "src/Grid/Column.php" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `src/Grid/Concerns/` needed for: Fixed a warning in PHP 8.1.", ...
[ { "subtask_id": "s1", "scope_files": [ "src/Grid/Column.php" ], "solution_diff": "diff --git a/src/Grid/Column.php b/src/Grid/Column.php\nindex da1dbdabbe..c6ce527527 100644\n--- a/src/Grid/Column.php\n+++ b/src/Grid/Column.php\n@@ -618,7 +618,7 @@ protected function useDefinedColumn()\n /...
[]
diff --git a/src/Grid/Column.php b/src/Grid/Column.php index da1dbdabbe..c6ce527527 100644 --- a/src/Grid/Column.php +++ b/src/Grid/Column.php @@ -618,7 +618,7 @@ protected function useDefinedColumn() /** * Convert characters to HTML entities recursively. * - * @param array|string $item + * @pa...
3
3
z-song/laravel-admin#2363
z-song/laravel-admin
2,363
6b41e8c5e223e31c1c49026ef4b1d91383d4316f
5d1cd64dcc4367811bfe5d8f325e2e42f1678351
Fixed an error when using rows in tabs @z-song Could you try these changes? My tests were correct but it would be good if you could verify it. Displayed correctly: ![captura de pantalla 2018-08-23 a la s 16 54 21](https://user-images.githubusercontent.com/883068/44556177-bfcece80-a6f5-11e8-8f09-006fc79d2d95.png)
[ { "subtask_id": "s1", "goal": "Implement the changes under `resources/views/` needed for: Fixed an error when using rows in tabs", "scope_files": [ "resources/views/form.blade.php" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `src/Form/` needed for: Fixed an erro...
[ { "subtask_id": "s1", "scope_files": [ "resources/views/form.blade.php" ], "solution_diff": "diff --git a/resources/views/form.blade.php b/resources/views/form.blade.php\nindex cab0acff57..4da2c7444c 100644\n--- a/resources/views/form.blade.php\n+++ b/resources/views/form.blade.php\n@@ -8,11 +...
[]
diff --git a/resources/views/form.blade.php b/resources/views/form.blade.php index cab0acff57..4da2c7444c 100644 --- a/resources/views/form.blade.php +++ b/resources/views/form.blade.php @@ -8,11 +8,7 @@ </div> <!-- /.box-header --> <!-- form start --> - @if($form->hasRows()) - {!! $form->open(...
2
3
z-song/laravel-admin#5570
z-song/laravel-admin
5,570
6c59792713d7f93fcd979432b5fc14b636f2de2c
d3b3035cc33dc6cc361c1d7e9bbaebb4237ecef8
RTL support I've added CSS files for adminLTE and bootstrap and wrote necessary descriptions in the ReadMe file for supporting Right To Left websites these files have added ``` \resources\assets\AdminLTE\bootstrap\css\bootstrap.rtl.min.css \resources\assets\AdminLTE\dist\css\AdminLTE.rtl.min.css ``` this file ...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: RTL support", "scope_files": [ "README.md" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `resources/assets/AdminLTE/bootstrap/css/` needed for: RTL support", "scope_files": [ ...
[ { "subtask_id": "s1", "scope_files": [ "README.md" ], "solution_diff": "diff --git a/README.md b/README.md\nindex bee8f47b99..ea74e82ec4 100644\n--- a/README.md\n+++ b/README.md\n@@ -84,6 +84,12 @@ Configurations\n ------------\n The file `config/admin.php` contains an array of configurations,...
[]
diff --git a/README.md b/README.md index bee8f47b99..ea74e82ec4 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,12 @@ Configurations ------------ The file `config/admin.php` contains an array of configurations, you can find the default configurations in there. +Right to left support +------------ +just go to th...
3
3
z-song/laravel-admin#5312
z-song/laravel-admin
5,312
2c4834cf2d3160b31714292eece6df58e78c177f
f979cd568fb0808ca18714f0c686f72964c01691
Exclude route from generate menu command
[ { "subtask_id": "s1", "goal": "Implement the changes under `config/` needed for: Exclude route from generate menu command", "scope_files": [ "config/admin.php" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `src/Console/` needed for: Exclude route from generate men...
[ { "subtask_id": "s1", "scope_files": [ "config/admin.php" ], "solution_diff": "diff --git a/config/admin.php b/config/admin.php\nindex 17d87e8e24..ecc36466c9 100644\n--- a/config/admin.php\n+++ b/config/admin.php\n@@ -361,6 +361,16 @@\n */\n 'enable_menu_search' => true,\n \n+ /*\n+...
[]
diff --git a/config/admin.php b/config/admin.php index 17d87e8e24..ecc36466c9 100644 --- a/config/admin.php +++ b/config/admin.php @@ -361,6 +361,16 @@ */ 'enable_menu_search' => true, + /* + |-------------------------------------------------------------------------- + | Exclude route from generate...
2
2
z-song/laravel-admin#5436
z-song/laravel-admin
5,436
6bfc26ef858fafc2e18b71559c6347ed20ae298d
dd77dd89f0f073e78310437ba78e831a5cc6ccec
fixed favicon method inconsistency with document and usages In documents and views, `favicon()` was used like: ```php Admin::favicon('favicon.png'); ``` ```php @if(!is_null($favicon = Admin::favicon())) <link rel="shortcut icon" href="{{$favicon}}"> @endif ``` However, in **Encore\Admin\Admin**, it ...
[ { "subtask_id": "s1", "goal": "Implement the changes under `src/` needed for: fixed favicon method inconsistency with document and usages", "scope_files": [ "src/Admin.php" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `src/Widgets/` needed for: fixed favicon meth...
[ { "subtask_id": "s1", "scope_files": [ "src/Admin.php" ], "solution_diff": "diff --git a/src/Admin.php b/src/Admin.php\nindex ca6ffe703e..9642ea76ad 100644\n--- a/src/Admin.php\n+++ b/src/Admin.php\n@@ -226,7 +226,7 @@ public function title()\n *\n * @return string|void\n */\n- ...
[]
diff --git a/src/Admin.php b/src/Admin.php index ca6ffe703e..9642ea76ad 100644 --- a/src/Admin.php +++ b/src/Admin.php @@ -226,7 +226,7 @@ public function title() * * @return string|void */ - public function favicon($favicon = null) + public static function favicon($favicon = null) { ...
2
2
z-song/laravel-admin#5507
z-song/laravel-admin
5,507
5de9c8989d07fb031b81a317a4ea4b5fe12830b2
ee256ec5b5746f0f602b1410a6a9d099b04a3769
optimization ![image](https://user-images.githubusercontent.com/5334769/150303086-2a624643-88f5-4287-8e71-52d3f7e734e8.png) There is no enough width for my screen When I use $filter->column(1 / 3);
[ { "subtask_id": "s1", "goal": "Implement the changes under `resources/views/filter/` needed for: optimization", "scope_files": [ "resources/views/filter/between.blade.php", "resources/views/filter/betweenDatetime.blade.php" ] }, { "subtask_id": "s2", "goal": "Implement the ch...
[ { "subtask_id": "s1", "scope_files": [ "resources/views/filter/between.blade.php", "resources/views/filter/betweenDatetime.blade.php" ], "solution_diff": "diff --git a/resources/views/filter/between.blade.php b/resources/views/filter/between.blade.php\nindex 9c3b076c50..5d3531ecc0 100644...
[]
diff --git a/resources/views/filter/between.blade.php b/resources/views/filter/between.blade.php index 9c3b076c50..5d3531ecc0 100644 --- a/resources/views/filter/between.blade.php +++ b/resources/views/filter/between.blade.php @@ -1,6 +1,6 @@ <div class="form-group"> <label class="col-sm-2 control-label">{{$label...
2
3
z-song/laravel-admin#5452
z-song/laravel-admin
5,452
8189b3ebb23433f2f6d036bb9b48b06bdc8a4480
8844940fa57d21ceeccc84922c99d8f604c5bd09
Support MultipleSelect approach for HasMany relation
[ { "subtask_id": "s1", "goal": "Implement the changes under `src/` needed for: Support MultipleSelect approach for HasMany relation", "scope_files": [ "src/Form.php" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `src/Form/Field/` needed for: Support MultipleSelect ...
[ { "subtask_id": "s1", "scope_files": [ "src/Form.php" ], "solution_diff": "diff --git a/src/Form.php b/src/Form.php\nindex 5bce4ce3ff..2766524e79 100644\n--- a/src/Form.php\n+++ b/src/Form.php\n@@ -801,25 +801,51 @@ protected function updateRelation($relationsData)\n break;...
[]
diff --git a/src/Form.php b/src/Form.php index 5bce4ce3ff..2766524e79 100644 --- a/src/Form.php +++ b/src/Form.php @@ -801,25 +801,51 @@ protected function updateRelation($relationsData) break; case $relation instanceof Relations\HasMany: case $relation instanceof ...
2
2
zai-org/ChatGLM-6B#1485
zai-org/ChatGLM-6B
1,485
a0d6b9e1698f5bfd7ca610ebf03a4bd595f53dda
6727b17479ce055b9c6822b1783968f3cfd6b3e3
GLM-4更新
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: GLM-4更新", "scope_files": [ "README.md", "README_en.md" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "README.md", "README_en.md" ], "solution_diff": "diff --git a/README.md b/README.md\nindex a68c45c7..9c931fa4 100644\n--- a/README.md\n+++ b/README.md\n@@ -1,19 +1,34 @@\n # ChatGLM-6B\n \n <p align=\"center\">\n- 🌐 <a href=\"https://chatglm.cn/b...
[]
diff --git a/README.md b/README.md index a68c45c7..9c931fa4 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,34 @@ # ChatGLM-6B <p align="center"> - 🌐 <a href="https://chatglm.cn/blog" target="_blank">Blog</a> • 🤗 <a href="https://huggingface.co/THUDM/chatglm-6b" target="_blank">HF Repo</a> • 🐦 <a href="http...
1
2
zai-org/ChatGLM-6B#899
zai-org/ChatGLM-6B
899
c95b6b9d0d53c788ce6d16599e3a9ac75ceb1e65
cf0240cfa868107c439113d25247f3599701e388
[Document] 更新Mac部署说明 # 更新Mac部署说明 - Type: Document - FILES: README.md; README_en.md - Keywords: OPENMP; MPS ## 具体更新内容 以[chatglm-6b-int4](https://huggingface.co/THUDM/chatglm-6b-int4)量化模型为例,做如下配置: - 安装libomp的步骤; - 对量化后模型等配置gcc编译项,并启用OMP加速推理; - 量化后模型启用MPS(然后失败)的解释。 Mac 启用OMP涉及`https://huggingface.co/...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: [Document] 更新Mac部署说明", "scope_files": [ "PROJECT.md", "README.md", "README_en.md" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "PROJECT.md", "README.md", "README_en.md" ], "solution_diff": "diff --git a/PROJECT.md b/PROJECT.md\nindex 21733b5f..f27d7e77 100644\n--- a/PROJECT.md\n+++ b/PROJECT.md\n@@ -20,7 +20,7 @@\n \n 对 ChatGLM-6B 进行微调的开源项目:\n * [InstructGLM](https://...
[]
diff --git a/PROJECT.md b/PROJECT.md index 21733b5f..f27d7e77 100644 --- a/PROJECT.md +++ b/PROJECT.md @@ -20,7 +20,7 @@ 对 ChatGLM-6B 进行微调的开源项目: * [InstructGLM](https://github.com/yanqiangmiffy/InstructGLM):基于ChatGLM-6B进行指令学习,汇总开源中英文指令数据,基于Lora进行指令数据微调,开放了Alpaca、Belle微调后的Lora权重,修复web_demo重复问题 -* [ChatGLM-Efficient-...
1
3
zai-org/ChatGLM-6B#954
zai-org/ChatGLM-6B
954
e952ec5e776c013b7bbf679b34604f9880c960b0
486edfed8144112489d620678aee2f7c2d939664
修复预测结果为空的bug fix:修复预测过程中存在输入长度超过512时,导致所有预测结果为空的bug
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: 修复预测结果为空的bug", "scope_files": [ "PROJECT.md", "cli_demo.py", "web_demo2.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `ptuning/` needed for: 修复预测结果为空的bug", "scope_...
[ { "subtask_id": "s1", "scope_files": [ "PROJECT.md", "cli_demo.py", "web_demo2.py" ], "solution_diff": "diff --git a/PROJECT.md b/PROJECT.md\nindex f27d7e77..0bc58a76 100644\n--- a/PROJECT.md\n+++ b/PROJECT.md\n@@ -17,6 +17,7 @@\n * [ChatGLM-web](https://github.com/NCZkevin/chatglm...
[]
diff --git a/PROJECT.md b/PROJECT.md index f27d7e77..0bc58a76 100644 --- a/PROJECT.md +++ b/PROJECT.md @@ -17,6 +17,7 @@ * [ChatGLM-web](https://github.com/NCZkevin/chatglm-web):基于FastAPI和Vue3搭建的ChatGLM演示网站(支持chatglm流式输出、前端调整模型参数、上下文选择、保存图片、知识库问答等功能) * [ChatGLM-6B-Engineering](https://github.com/LemonQu-GIT/ChatGLM-6...
2
4
zai-org/ChatGLM-6B#811
zai-org/ChatGLM-6B
811
aeced3619b804d20d2396576f6d5bc8dc8226913
73a4f77bd0838487bdd61730fc5ee9874b7c8947
添加ModelWhale相关项目链接 目前官方提供了两个ChatGLM-6B相关项目: * [ChatGLM-6B 的部署与微调教程](https://www.heywhale.com/mw/project/6436d82948f7da1fee2be59e) * [ChatGLM-6B 结合 langchain 实现本地知识库 QA Bot](https://www.heywhale.com/mw/project/643977aa446c45f4592a1e59) ChatGLM近两周在平台上热度很高,两个项目fork数量很多,作为部署跑通ChatGLM是个不错的选择。希望能一并添加到Readme,帮助大家快速上手
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: 添加ModelWhale相关项目链接", "scope_files": [ "PROJECT.md", "README.md" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "PROJECT.md", "README.md" ], "solution_diff": "diff --git a/PROJECT.md b/PROJECT.md\nindex 3d6a50ea..49179a9a 100644\n--- a/PROJECT.md\n+++ b/PROJECT.md\n@@ -24,5 +24,4 @@\n \n 针对 ChatGLM-6B 的教程/文档:\n * [Windows部署文档](https://github.com/ZhangErling/C...
[]
diff --git a/PROJECT.md b/PROJECT.md index 3d6a50ea..49179a9a 100644 --- a/PROJECT.md +++ b/PROJECT.md @@ -24,5 +24,4 @@ 针对 ChatGLM-6B 的教程/文档: * [Windows部署文档](https://github.com/ZhangErling/ChatGLM-6B/blob/main/deployment_windows.md) -* [ChatGLM-6B 的部署与微调教程 @ModelWhale平台](https://www.heywhale.com/mw/project/6436d82...
1
2
zai-org/ChatGLM-6B#780
zai-org/ChatGLM-6B
780
0a05145a2c57602b668e790a5bb6f18c1211e100
8d89e283d71240fe70b27d15046a7459a5cc13d9
更新对基于 langchain 的 ChatGLM 应用项目 langchain-chatglm 的介绍
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: 更新对基于 langchain 的 ChatGLM 应用项目 langchain-chatglm 的介绍", "scope_files": [ "PROJECT.md", "README.md" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "PROJECT.md", "README.md" ], "solution_diff": "diff --git a/PROJECT.md b/PROJECT.md\nindex 3d6a50ea..af7d6edc 100644\n--- a/PROJECT.md\n+++ b/PROJECT.md\n@@ -13,7 +13,7 @@\n * [glm-bot](https://github.com/initialencounter/glm-bot):将ChatGLM接入Koishi可在...
[]
diff --git a/PROJECT.md b/PROJECT.md index 3d6a50ea..af7d6edc 100644 --- a/PROJECT.md +++ b/PROJECT.md @@ -13,7 +13,7 @@ * [glm-bot](https://github.com/initialencounter/glm-bot):将ChatGLM接入Koishi可在各大聊天平台上调用ChatGLM * [Chinese-LangChain](https://github.com/yanqiangmiffy/Chinese-LangChain):中文langchain项目,基于ChatGLM-6b+lang...
1
2
zai-org/ChatGLM-6B#707
zai-org/ChatGLM-6B
707
01e6313abf4122d789d6e68128856af52847b355
8e85119d7cf587b30c442e04428dc3510b716962
ptuning-v2微调适配的web_demo.
[ { "subtask_id": "s1", "goal": "Implement the changes under `ptuning/` needed for: ptuning-v2微调适配的web_demo.", "scope_files": [ "ptuning/web_demo.py", "ptuning/web_demo.sh" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "ptuning/web_demo.py", "ptuning/web_demo.sh" ], "solution_diff": "diff --git a/ptuning/web_demo.py b/ptuning/web_demo.py\nnew file mode 100644\nindex 00000000..43d0c826\n--- /dev/null\n+++ b/ptuning/web_demo.py\n@@ -0,0 +1,166 @@\n+import os, sys\n+...
[]
diff --git a/ptuning/web_demo.py b/ptuning/web_demo.py new file mode 100644 index 00000000..43d0c826 --- /dev/null +++ b/ptuning/web_demo.py @@ -0,0 +1,166 @@ +import os, sys + +import gradio as gr +import mdtex2html + +import torch +import transformers +from transformers import ( + AutoConfig, + AutoModel, + ...
1
2
zai-org/ChatGLM-6B#241
zai-org/ChatGLM-6B
241
9addb875ca503a37804fb82d55991b2f7392f8f9
c313af0639b9d1c27a8d5e65f73b6ed683e63ee3
Add Multi-GPU support 多卡支持,会将模型自动平均的分配到多GPU中,并且相邻的 transformer.layers 会尽量分配到同一GPU,自动适配不同量化模型。 将 model 和 tokenizer 的加载逻辑统一整合到 utils 中
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: Add Multi-GPU support", "scope_files": [ "README.md", "README_en.md", "api.py", "cli_demo.py", "requirements.txt", "utils.py", "web_demo.py", "web_demo2.py" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "README.md", "README_en.md", "api.py", "cli_demo.py", "requirements.txt", "utils.py", "web_demo.py", "web_demo2.py" ], "solution_diff": "diff --git a/README.md b/README.md\nindex 58f3751a..788ed81e 100644\n--- a/R...
[]
diff --git a/README.md b/README.md index 58f3751a..788ed81e 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,17 @@ model = AutoModel.from_pretrained("your local path", trust_remote_code=True).hal ``` 即可使用在 Mac 上使用 GPU 加速模型推理。 +### 多卡部署 +```shell +pip install accelerate +``` + +```python +from utils import load...
1
8
zai-org/ChatGLM-6B#372
zai-org/ChatGLM-6B
372
7d7d87c4bd26d84485e09d284437fc0682deb45f
6148d6d6ac41a416846df1ebfa9b1341a1f69859
A Better Gradio WebUI Implement ![图片](https://user-images.githubusercontent.com/61142316/229552399-c89a659e-f6a9-422b-84c0-4766017b1915.png)
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: A Better Gradio WebUI Implement", "scope_files": [ ".gitignore", "README.md", "README_en.md", "cli_demo.py", "requirements.txt", "web_demo3.py" ] }, { "subtask_id": "s2", ...
[ { "subtask_id": "s1", "scope_files": [ ".gitignore", "README.md", "README_en.md", "cli_demo.py", "requirements.txt", "web_demo3.py" ], "solution_diff": "diff --git a/.gitignore b/.gitignore\nnew file mode 100644\nindex 00000000..c3dd476a\n--- /dev/null\n+++ b/.git...
[]
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..c3dd476a --- /dev/null +++ b/.gitignore @@ -0,0 +1,133 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +dow...
2
12
zai-org/ChatGLM-6B#367
zai-org/ChatGLM-6B
367
fd172db3324aecbe431a7d518c0622b611e17a3e
5de005540878b057be34601084a5803dcec08d01
fix finetune pad bug and add sat readme Hi, I found that the training labels has pad bug and I fixed it. Moreover, I add a link in readme of [SAT-chatglm](https://github.com/THUDM/SwissArmyTransformer/tree/main/examples/chatglm).
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: fix finetune pad bug and add sat readme", "scope_files": [ "README.md" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `ptuning/` needed for: fix finetune pad bug and add sat readme", ...
[ { "subtask_id": "s1", "scope_files": [ "README.md" ], "solution_diff": "diff --git a/README.md b/README.md\nindex 81f3fdc2..d75ede66 100644\n--- a/README.md\n+++ b/README.md\n@@ -24,6 +24,7 @@ ChatGLM-6B 使用了和 ChatGPT 相似的技术,针对中文问答和对话进\n \n ## 友情链接\n 以下是部分基于本仓库开发的开源项目:\n+* [SwissArmyTransformer]...
[]
diff --git a/README.md b/README.md index 81f3fdc2..d75ede66 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ ChatGLM-6B 使用了和 ChatGPT 相似的技术,针对中文问答和对话进 ## 友情链接 以下是部分基于本仓库开发的开源项目: +* [SwissArmyTransformer](https://github.com/THUDM/SwissArmyTransformer): 一个Transformer统一编程框架,ChatGLM-6B已经在SAT中进行实现并可以进行P-tuning微调。...
2
2
zai-org/ChatGLM-6B#192
zai-org/ChatGLM-6B
192
52aa3261d7146749bdc9db07757c7b85bc48a7a4
ee76342382e5894f45f44ad04bc6b047df26cce4
support stream chat
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: support stream chat", "scope_files": [ "README.md", "README_en.md", "requirements.txt", "web_demo.py", "web_demo2.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes u...
[ { "subtask_id": "s1", "scope_files": [ "README.md", "README_en.md", "requirements.txt", "web_demo.py", "web_demo2.py" ], "solution_diff": "diff --git a/README.md b/README.md\nindex b6271d3c..734ce708 100644\n--- a/README.md\n+++ b/README.md\n@@ -5,12 +5,12 @@\n ChatGLM-...
[]
diff --git a/README.md b/README.md index b6271d3c..734ce708 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ ChatGLM-6B 是一个开源的、支持中英双语的对话语言模型,基于 [General Language Model (GLM)](https://github.com/THUDM/GLM) 架构,具有 62 亿参数。结合模型量化技术,用户可以在消费级的显卡上进行本地部署(INT4 量化级别下最低只需 6GB 显存)。 ChatGLM-6B 使用了和 ChatGPT 相似的技术,针对中文问答和对话进...
2
6
zai-org/ChatGLM-6B#62
zai-org/ChatGLM-6B
62
fc4ac835014200a3ef4d6f4795572f41b325265e
702c2ca2a8169bd830ecba8a524e890a2502b457
Add some parameter support in web demo Add parameter support for Maximum length, Top P and Temperature in web demo
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: Add some parameter support in web demo", "scope_files": [ "README.md", "requirements.txt", "web_demo.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `.github/ISSUE_TEMPL...
[ { "subtask_id": "s1", "scope_files": [ "README.md", "requirements.txt", "web_demo.py" ], "solution_diff": "diff --git a/README.md b/README.md\nindex 3354bb96..9eba416c 100644\n--- a/README.md\n+++ b/README.md\n@@ -2,9 +2,10 @@\n \n ## 介绍\n \n-ChatGLM-6B 是一个开源的、支持中英双语的对话语言模型,基于 [Gen...
[]
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml new file mode 100644 index 00000000..5798ad02 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -0,0 +1,63 @@ +name: 🐞 Bug/Help +description: File a bug/issue +title: "[BUG/Help] <title>" +labels: [] +body: +- type...
3
11
zaproxy/zaproxy#9359
zaproxy/zaproxy
9,359
6e2c880bb88035106322c2253c2258260e98edeb
5b457cdcbc49446f635f38f3ce0dd062d30e3926
Update dependencies Bumps the gradle group with 2 updates: [com.fifesoft:rsyntaxtextarea](https://github.com/bobbylight/rsyntaxtextarea) and [xom:xom](https://github.com/elharo/xom). Updates `com.fifesoft:rsyntaxtextarea` from 3.6.2 to 3.6.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="http...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: Update dependencies", "scope_files": [ "LEGALNOTICE.md" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `gradle/` needed for: Update dependencies", "scope_files": [ "gradle/li...
[ { "subtask_id": "s1", "scope_files": [ "LEGALNOTICE.md" ], "solution_diff": "diff --git a/LEGALNOTICE.md b/LEGALNOTICE.md\nindex 6b2620b6777..2711a417a6e 100644\n--- a/LEGALNOTICE.md\n+++ b/LEGALNOTICE.md\n@@ -58,6 +58,6 @@ and subject to their respective licenses.\n | log4j-api-2.26.0.jar ...
[]
diff --git a/LEGALNOTICE.md b/LEGALNOTICE.md index 6b2620b6777..2711a417a6e 100644 --- a/LEGALNOTICE.md +++ b/LEGALNOTICE.md @@ -58,6 +58,6 @@ and subject to their respective licenses. | log4j-api-2.26.0.jar | Apache 2.0 | | log4j-core-2.26.0.jar | Apache 2.0 ...
2
2
zaproxy/zaproxy#9353
zaproxy/zaproxy
9,353
7f05893c7f4223697c870f942888d73d1d1033e7
5e88926d1a63d55f0121f9cc40c20f7fdc724218
Fix quit after user cancel in macOS On macOS if there was unsaved data in a session and the user Quit but then canceled, the next time they quit nothing happened. It now behaves as expected.
[ { "subtask_id": "s1", "goal": "Implement the changes under `zap/gradle/` needed for: Fix quit after user cancel in macOS", "scope_files": [ "zap/gradle/japicmp.yaml" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `zap/src/main/java/org/parosproxy/paros/control/` ne...
[ { "subtask_id": "s1", "scope_files": [ "zap/gradle/japicmp.yaml" ], "solution_diff": "diff --git a/zap/gradle/japicmp.yaml b/zap/gradle/japicmp.yaml\nindex ea21a2cffbb..e80413c0a29 100644\n--- a/zap/gradle/japicmp.yaml\n+++ b/zap/gradle/japicmp.yaml\n@@ -20,4 +20,6 @@ classExcludes:\n methodEx...
[ { "subtask_id": "s3", "comment": "It was calling this method to ensure both menu and the shortcut use the same code path…", "revised_diff": "diff --git a/zap/src/main/java/org/zaproxy/zap/OsXGui.java b/zap/src/main/java/org/zaproxy/zap/OsXGui.java\nindex 4e1305c8ebb..e6f1348bdbe 100644\n--- a/zap/src/ma...
diff --git a/zap/gradle/japicmp.yaml b/zap/gradle/japicmp.yaml index ea21a2cffbb..e80413c0a29 100644 --- a/zap/gradle/japicmp.yaml +++ b/zap/gradle/japicmp.yaml @@ -20,4 +20,6 @@ classExcludes: methodExcludes: - "org.parosproxy.paros.model.OptionsParam#getCertificateParam()" - "org.parosproxy.paros.model.OptionsPa...
3
4
zaproxy/zaproxy#9352
zaproxy/zaproxy
9,352
9d22754be90b27da40717ce50d6184efbfecd488
07ed01ec23dc429ffc796847e1147f8ea1174a3a
Bump the gha group with 5 updates Bumps the gha group with 5 updates: | Package | From | To | | --- | --- | --- | | [dessant/lock-threads](https://github.com/dessant/lock-threads) | `6.0.0` | `6.0.2` | | [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `4.0.0` | `4.1.0` | | [docker/setup-buil...
[ { "subtask_id": "s1", "goal": "Implement the changes under `.github/workflows/` needed for: Bump the gha group with 5 updates", "scope_files": [ ".github/workflows/lock.yml", ".github/workflows/release-live-docker.yml", ".github/workflows/release-main-docker.yml", ".github/workfl...
[ { "subtask_id": "s1", "scope_files": [ ".github/workflows/lock.yml", ".github/workflows/release-live-docker.yml", ".github/workflows/release-main-docker.yml", ".github/workflows/release-weekly-docker.yml", ".github/workflows/run-integration-tests.yml" ], "solution_diff"...
[]
diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index a93f3c1eef3..36cf1de1850 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -12,7 +12,7 @@ jobs: action: runs-on: ubuntu-latest steps: - - uses: dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737da...
1
5
zaproxy/zaproxy#9339
zaproxy/zaproxy
9,339
c3f45816d4c2b7f570aa5db1415384f6886a8070
1d6a45ff4aa811b7e17f02013d36afa9c1ef65f6
Deprecate and unhook params extension Deprecate params extension classes, and remove from CoreFunctionality. Part of zaproxy/zaproxy#9210
[ { "subtask_id": "s1", "goal": "Implement the changes under `zap/src/main/` needed for: Deprecate and unhook params extension", "scope_files": [ "zap/src/main/weekly-add-ons.json" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `zap/src/main/java/org/parosproxy/paros...
[ { "subtask_id": "s1", "scope_files": [ "zap/src/main/weekly-add-ons.json" ], "solution_diff": "diff --git a/zap/src/main/weekly-add-ons.json b/zap/src/main/weekly-add-ons.json\nindex 4a8accdfc19..ecc2a2099ee 100644\n--- a/zap/src/main/weekly-add-ons.json\n+++ b/zap/src/main/weekly-add-ons.json...
[ { "subtask_id": "s8", "comment": "Not worth changing these, they are unused.", "revised_diff": "diff --git a/zap/src/main/resources/org/zaproxy/zap/resources/Messages.properties b/zap/src/main/resources/org/zaproxy/zap/resources/Messages.properties\nindex 948ffe96301..48c7cd329c0 100644\n--- a/zap/src/m...
diff --git a/zap/src/main/java/org/parosproxy/paros/db/Database.java b/zap/src/main/java/org/parosproxy/paros/db/Database.java index 960789b8f28..37eac4edf48 100644 --- a/zap/src/main/java/org/parosproxy/paros/db/Database.java +++ b/zap/src/main/java/org/parosproxy/paros/db/Database.java @@ -130,7 +130,11 @@ default vo...
8
24
zaproxy/zaproxy#9349
zaproxy/zaproxy
9,349
0f3519af226eab1211ab7132e9bbcbb066dcf065
a4e6bd594fe8bb2d371f0701b448316fcb8ec8f7
Expose HostProcess startNodes This will allow scan rules to find out what the starting point of the scan was.
[ { "subtask_id": "s1", "goal": "Implement the changes under `zap/src/main/java/org/parosproxy/paros/core/scanner/` needed for: Expose HostProcess startNodes", "scope_files": [ "zap/src/main/java/org/parosproxy/paros/core/scanner/HostProcess.java" ] }, { "subtask_id": "s2", "goal": "...
[ { "subtask_id": "s1", "scope_files": [ "zap/src/main/java/org/parosproxy/paros/core/scanner/HostProcess.java" ], "solution_diff": "diff --git a/zap/src/main/java/org/parosproxy/paros/core/scanner/HostProcess.java b/zap/src/main/java/org/parosproxy/paros/core/scanner/HostProcess.java\nindex aee...
[ { "subtask_id": "s1", "comment": "The added header note about no longer recording changes here breaks the existing per-change `// ZAP: yyyy/mm/dd ...` history style used throughout this file and doesn’t describe a specific code change. Please remove this note (and keep the standard `// ZAP:` entry format fo...
diff --git a/zap/src/main/java/org/parosproxy/paros/core/scanner/HostProcess.java b/zap/src/main/java/org/parosproxy/paros/core/scanner/HostProcess.java index aeecba86efc..84b2ce19117 100644 --- a/zap/src/main/java/org/parosproxy/paros/core/scanner/HostProcess.java +++ b/zap/src/main/java/org/parosproxy/paros/core/scan...
2
2
zaproxy/zaproxy#9343
zaproxy/zaproxy
9,343
ac51e31dc59b0bc488aff8dbba56f07490ac5595
3b117072dd512b0864a8f750a270306c1d7a9f62
Update dependencies Bumps the gradle group with 2 updates: [xom:xom](https://github.com/elharo/xom) and [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework). Updates `xom:xom` from 1.4.2 to 1.4.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/elh...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: Update dependencies", "scope_files": [ "LEGALNOTICE.md" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `gradle/` needed for: Update dependencies", "scope_files": [ "gradle/li...
[ { "subtask_id": "s1", "scope_files": [ "LEGALNOTICE.md" ], "solution_diff": "diff --git a/LEGALNOTICE.md b/LEGALNOTICE.md\nindex c1c6e142319..6b2620b6777 100644\n--- a/LEGALNOTICE.md\n+++ b/LEGALNOTICE.md\n@@ -60,4 +60,4 @@ and subject to their respective licenses.\n | log4j-jul-2.26.0.jar ...
[]
diff --git a/LEGALNOTICE.md b/LEGALNOTICE.md index c1c6e142319..6b2620b6777 100644 --- a/LEGALNOTICE.md +++ b/LEGALNOTICE.md @@ -60,4 +60,4 @@ and subject to their respective licenses. | log4j-jul-2.26.0.jar | Apache 2.0 | | rsyntaxtextarea-3.6.2.jar | BSD-3 clause ...
2
2
zaproxy/zaproxy#9338
zaproxy/zaproxy
9,338
a98cf3a053bd4ee64bcf86d8162f08d2266931a2
81d4e2b5714d87e710cf7f7d8593d3fc33da81b9
Update dependencies Bumps the gradle group with 6 updates: | Package | From | To | | --- | --- | --- | | org.apache.logging.log4j:log4j-api | `2.25.4` | `2.26.0` | | org.apache.logging.log4j:log4j-1.2-api | `2.25.4` | `2.26.0` | | org.apache.logging.log4j:log4j-core | `2.25.4` | `2.26.0` | | org.apache.logging.log4j:...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: Update dependencies", "scope_files": [ "LEGALNOTICE.md" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `gradle/` needed for: Update dependencies", "scope_files": [ "gradle/li...
[ { "subtask_id": "s1", "scope_files": [ "LEGALNOTICE.md" ], "solution_diff": "diff --git a/LEGALNOTICE.md b/LEGALNOTICE.md\nindex 3746badacac..c1c6e142319 100644\n--- a/LEGALNOTICE.md\n+++ b/LEGALNOTICE.md\n@@ -54,10 +54,10 @@ and subject to their respective licenses.\n | jfreechart-1.5.6.jar ...
[]
diff --git a/LEGALNOTICE.md b/LEGALNOTICE.md index 3746badacac..c1c6e142319 100644 --- a/LEGALNOTICE.md +++ b/LEGALNOTICE.md @@ -54,10 +54,10 @@ and subject to their respective licenses. | jfreechart-1.5.6.jar | LGPL | | jgrapht-core-0.9.2.jar | LGPL 2.1 ...
3
3
zaproxy/zaproxy#9328
zaproxy/zaproxy
9,328
369b12f1b1ca19f6fb542ff2d280c905f38411a9
c853a3b1f043933870444efccd60fd098aa1b7f0
httppanel: make setText undo atomically `JTextComponent#setText` internally first removes existing text and then inserts new text, which causes two entries to be added to the undo history of RSyntaxTextArea. This means that hitting undo (ctrl/cmd + Z) in the Requester after sending a request, or after changing the ...
[ { "subtask_id": "s1", "goal": "Implement the changes under `zap/src/main/java/org/zaproxy/zap/extension/httppanel/view/syntaxhighlight/` needed for: httppanel: make setText undo atomically", "scope_files": [ "zap/src/main/java/org/zaproxy/zap/extension/httppanel/view/syntaxhighlight/HttpPanelSynta...
[ { "subtask_id": "s1", "scope_files": [ "zap/src/main/java/org/zaproxy/zap/extension/httppanel/view/syntaxhighlight/HttpPanelSyntaxHighlightTextArea.java" ], "solution_diff": "diff --git a/zap/src/main/java/org/zaproxy/zap/extension/httppanel/view/syntaxhighlight/HttpPanelSyntaxHighlightTextAre...
[]
diff --git a/zap/src/main/java/org/zaproxy/zap/extension/httppanel/view/syntaxhighlight/HttpPanelSyntaxHighlightTextArea.java b/zap/src/main/java/org/zaproxy/zap/extension/httppanel/view/syntaxhighlight/HttpPanelSyntaxHighlightTextArea.java index 085ff633a6c..d60184f2808 100644 --- a/zap/src/main/java/org/zaproxy/zap/e...
2
2
zaproxy/zaproxy#9330
zaproxy/zaproxy
9,330
64a5526274327dabf486138378a359f7ed2e6391
78cc75f4491f25fd28ed1fe737b5865010f00044
Docker: Fix baseline path bug
[ { "subtask_id": "s1", "goal": "Implement the changes under `docker/` needed for: Docker: Fix baseline path bug", "scope_files": [ "docker/CHANGELOG.md", "docker/zap-baseline.py" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "docker/CHANGELOG.md", "docker/zap-baseline.py" ], "solution_diff": "diff --git a/docker/CHANGELOG.md b/docker/CHANGELOG.md\nindex df977bfedb2..0b3e990686c 100644\n--- a/docker/CHANGELOG.md\n+++ b/docker/CHANGELOG.md\n@@ -1,6 +1,9 @@\n # Changelog\n...
[]
diff --git a/docker/CHANGELOG.md b/docker/CHANGELOG.md index df977bfedb2..0b3e990686c 100644 --- a/docker/CHANGELOG.md +++ b/docker/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog All notable changes to the docker containers will be documented in this file. +### 2026-05-08 +- Fixed bug in baseline scan which could result ...
1
2
zaproxy/zaproxy#9329
zaproxy/zaproxy
9,329
09ab9e71a4594d7bbdd8172927f1302bdcf18e22
28c349a586eec4b44e0cebf3df027d4d641a7328
Actions: remove Bluesky alerts The failures are now posted to a Slack channel, which all of the Core team can see
[ { "subtask_id": "s1", "goal": "Implement the changes under `.github/workflows/` needed for: Actions: remove Bluesky alerts", "scope_files": [ ".github/workflows/check-zap-errors.yml", ".github/workflows/run-integration-tests.yml" ] } ]
[ { "subtask_id": "s1", "scope_files": [ ".github/workflows/check-zap-errors.yml", ".github/workflows/run-integration-tests.yml" ], "solution_diff": "diff --git a/.github/workflows/check-zap-errors.yml b/.github/workflows/check-zap-errors.yml\nindex cf53d1992c7..d0d040912ba 100644\n--- a/....
[]
diff --git a/.github/workflows/check-zap-errors.yml b/.github/workflows/check-zap-errors.yml index cf53d1992c7..d0d040912ba 100644 --- a/.github/workflows/check-zap-errors.yml +++ b/.github/workflows/check-zap-errors.yml @@ -23,13 +23,6 @@ jobs: # Pulls Nightly from GHCR docker run --rm -v $(pwd)/...
1
2
zaproxy/zaproxy#9325
zaproxy/zaproxy
9,325
0df1822b55d7be412b77ce210e24f224477328b4
5702ca47b4ee8d941a4cfbd8ed78aa08a00b7fbb
Remove unused resource messages The message `history.showresponse.popup` was added in b8dc3501d51a7e4a05e120b34d2fea178c61f765 but not actually used, likely related to commented code, which is being removed as well. The message `ascan.url.popup` stopped being referenced in c3de0fe0ff759807ca5a84fbcb6353813c6ae958 a...
[ { "subtask_id": "s1", "goal": "Implement the changes under `zap/src/main/java/org/zaproxy/zap/extension/stdmenus/` needed for: Remove unused resource messages", "scope_files": [ "zap/src/main/java/org/zaproxy/zap/extension/stdmenus/ExtensionStdMenus.java" ] }, { "subtask_id": "s2", ...
[ { "subtask_id": "s1", "scope_files": [ "zap/src/main/java/org/zaproxy/zap/extension/stdmenus/ExtensionStdMenus.java" ], "solution_diff": "diff --git a/zap/src/main/java/org/zaproxy/zap/extension/stdmenus/ExtensionStdMenus.java b/zap/src/main/java/org/zaproxy/zap/extension/stdmenus/ExtensionStd...
[]
diff --git a/zap/src/main/java/org/zaproxy/zap/extension/stdmenus/ExtensionStdMenus.java b/zap/src/main/java/org/zaproxy/zap/extension/stdmenus/ExtensionStdMenus.java index 3014e2a14a3..0299b0d1ca3 100644 --- a/zap/src/main/java/org/zaproxy/zap/extension/stdmenus/ExtensionStdMenus.java +++ b/zap/src/main/java/org/zapro...
2
2
zaproxy/zaproxy#9319
zaproxy/zaproxy
9,319
90b2b48add9bb202d0ab9ec8981383c028f60e53
2b12ab100f58673d6225529e472cdb4c4ff16a28
Update dependencies Bumps the gradle group with 3 updates: [commons-codec:commons-codec](https://github.com/apache/commons-codec), commons-io:commons-io and [xom:xom](https://github.com/elharo/xom). Updates `commons-codec:commons-codec` from 1.21.0 to 1.22.0 <details> <summary>Changelog</summary> <p><em>Sourced from ...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: Update dependencies", "scope_files": [ "LEGALNOTICE.md" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `gradle/` needed for: Update dependencies", "scope_files": [ "gradle/li...
[ { "subtask_id": "s1", "scope_files": [ "LEGALNOTICE.md" ], "solution_diff": "diff --git a/LEGALNOTICE.md b/LEGALNOTICE.md\nindex 23efba5d370..3746badacac 100644\n--- a/LEGALNOTICE.md\n+++ b/LEGALNOTICE.md\n@@ -32,12 +32,12 @@ and subject to their respective licenses.\n | Library ...
[]
diff --git a/LEGALNOTICE.md b/LEGALNOTICE.md index 23efba5d370..3746badacac 100644 --- a/LEGALNOTICE.md +++ b/LEGALNOTICE.md @@ -32,12 +32,12 @@ and subject to their respective licenses. | Library | License | |-------------------------------------|------------------------...
2
2
zaproxy/zaproxy#9307
zaproxy/zaproxy
9,307
1048d14b3db6a6f144c8a67dd904ef44c1d47e31
05b5369f62ece232e397d7e0f8cff95a9dc6d128
Update dependencies Bumps the gradle group with 22 updates: | Package | From | To | | --- | --- | --- | | [biz.aQute.bnd:biz.aQute.bnd.annotation](https://github.com/bndtools/bnd) | `7.1.0` | `7.2.3` | | [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.18.0` | `1.18.8` | | [commons-codec:com...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: Update dependencies", "scope_files": [ "LEGALNOTICE.md" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `.github/` needed for: Update dependencies", "scope_files": [ ".github/...
[ { "subtask_id": "s1", "scope_files": [ "LEGALNOTICE.md" ], "solution_diff": "diff --git a/LEGALNOTICE.md b/LEGALNOTICE.md\nindex ee05ff2a85c..23efba5d370 100644\n--- a/LEGALNOTICE.md\n+++ b/LEGALNOTICE.md\n@@ -32,32 +32,32 @@ and subject to their respective licenses.\n | Library ...
[]
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e945d01abfb..5473937fa5d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -25,3 +25,4 @@ updates: - dependency-name: "com.google.errorprone:error_prone_core" versions: [ ">= 2.43.0" ] # versions 2.43.x and later requir...
3
3
zaproxy/zaproxy#9296
zaproxy/zaproxy
9,296
436aa59a0f722a2ba2a32d45183f478010073618
ea14de581b1c3b785729dcf0e932cd3d857cff60
Add task to generate the table of 3rd party libs Allow to automatically generate the table of 3rd party libraries with their licenses. Add mapping between the coordinates and the licenses.
[ { "subtask_id": "s1", "goal": "Implement the changes under `buildSrc/src/main/java/org/zaproxy/zap/tasks/` needed for: Add task to generate the table of 3rd party libs", "scope_files": [ "buildSrc/src/main/java/org/zaproxy/zap/tasks/UpdateLegalNotice.java" ] }, { "subtask_id": "s2", ...
[ { "subtask_id": "s1", "scope_files": [ "buildSrc/src/main/java/org/zaproxy/zap/tasks/UpdateLegalNotice.java" ], "solution_diff": "diff --git a/buildSrc/src/main/java/org/zaproxy/zap/tasks/UpdateLegalNotice.java b/buildSrc/src/main/java/org/zaproxy/zap/tasks/UpdateLegalNotice.java\nnew file mod...
[]
diff --git a/buildSrc/src/main/java/org/zaproxy/zap/tasks/UpdateLegalNotice.java b/buildSrc/src/main/java/org/zaproxy/zap/tasks/UpdateLegalNotice.java new file mode 100644 index 00000000000..491701098de --- /dev/null +++ b/buildSrc/src/main/java/org/zaproxy/zap/tasks/UpdateLegalNotice.java @@ -0,0 +1,163 @@ +/* + * Zed...
3
3
zaproxy/zaproxy#9308
zaproxy/zaproxy
9,308
2d71d97708226c10472b10a1fce0c6ec00d4307c
ba4ed135b91244206c853a5375b7ffc4a25633ed
Bump the gha group with 3 updates Bumps the gha group with 3 updates: [gradle/actions](https://github.com/gradle/actions), [docker/login-action](https://github.com/docker/login-action) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `gradle/actions` from 6.0.1 to 6.1.0 <details> <...
[ { "subtask_id": "s1", "goal": "Implement the changes under `.github/workflows/` needed for: Bump the gha group with 3 updates", "scope_files": [ ".github/workflows/ci.yml", ".github/workflows/release-live-docker.yml", ".github/workflows/release-main-docker.yml", ".github/workflow...
[ { "subtask_id": "s1", "scope_files": [ ".github/workflows/ci.yml", ".github/workflows/release-live-docker.yml", ".github/workflows/release-main-docker.yml", ".github/workflows/release-weekly-docker.yml", ".github/workflows/run-integration-tests.yml" ], "solution_diff": ...
[]
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e43f66637b0..02e999c0a68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,6 @@ jobs: with: distribution: 'temurin' java-version: ${{ matrix.java }} - - uses: gradle/actions/setup-g...
1
5
zaproxy/zaproxy#9299
zaproxy/zaproxy
9,299
884d3aa4ad5a23a0d177a31852f3ac1e5d397f04
778325199ba8e781f28c882230ce2ff0c0d5e350
Use version catalog Simplify dependency management/updates.
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: Use version catalog", "scope_files": [ "build.gradle.kts" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `gradle/` needed for: Use version catalog", "scope_files": [ "gradle/...
[ { "subtask_id": "s1", "scope_files": [ "build.gradle.kts" ], "solution_diff": "diff --git a/build.gradle.kts b/build.gradle.kts\nindex 3d1906212a1..a7769a364c3 100644\n--- a/build.gradle.kts\n+++ b/build.gradle.kts\n@@ -1,10 +1,10 @@\n import net.ltgt.gradle.errorprone.errorprone\n \n plugins ...
[]
diff --git a/build.gradle.kts b/build.gradle.kts index 3d1906212a1..a7769a364c3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,10 +1,10 @@ import net.ltgt.gradle.errorprone.errorprone plugins { - id("com.diffplug.spotless") - id("org.sonarqube") version "6.0.1.5171" - id("com.github.ben-manes.v...
3
3
zaproxy/zaproxy#9276
zaproxy/zaproxy
9,276
6603ca5ec7d15c50a972ac92072b9c1b8df6f40c
dfb0d168908218e344714695798845aaa295a1fe
Handle exceptions of individual writers in MultipleWriters **Problem** `MultipleWriters.close()` closes the underlying writers sequentially. If one `Writer.close()` throws an `IOException`, the method exits early and the remaining writers are never closed. **Fix** Update `close()` to attempt closing all writers, ...
[ { "subtask_id": "s1", "goal": "Implement the changes under `zap/src/main/java/org/zaproxy/zap/extension/script/` needed for: Handle exceptions of individual writers in MultipleWriters", "scope_files": [ "zap/src/main/java/org/zaproxy/zap/extension/script/MultipleWriters.java" ] }, { "s...
[ { "subtask_id": "s1", "scope_files": [ "zap/src/main/java/org/zaproxy/zap/extension/script/MultipleWriters.java" ], "solution_diff": "diff --git a/zap/src/main/java/org/zaproxy/zap/extension/script/MultipleWriters.java b/zap/src/main/java/org/zaproxy/zap/extension/script/MultipleWriters.java\n...
[ { "subtask_id": "s1", "comment": "There's a preference in the codebase to use braces even for single statements.", "revised_diff": "diff --git a/zap/src/main/java/org/zaproxy/zap/extension/script/MultipleWriters.java b/zap/src/main/java/org/zaproxy/zap/extension/script/MultipleWriters.java\nindex 394bf8...
diff --git a/zap/src/main/java/org/zaproxy/zap/extension/script/MultipleWriters.java b/zap/src/main/java/org/zaproxy/zap/extension/script/MultipleWriters.java index 394bf8358fa..70f97a11a87 100644 --- a/zap/src/main/java/org/zaproxy/zap/extension/script/MultipleWriters.java +++ b/zap/src/main/java/org/zaproxy/zap/exten...
2
2
zaproxy/zaproxy#9293
zaproxy/zaproxy
9,293
30e4f3d2f807ee62660c8b54a42ae793c0e78c0d
75036809ec554fb813e989226fd303ce55fe4d46
Bump the gha group with 5 updates Bumps the gha group with 5 updates: | Package | From | To | | --- | --- | --- | | [gradle/actions](https://github.com/gradle/actions) | `5.0.2` | `6.0.1` | | [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `3.7.0` | `4.0.0` | | [docker/setup-buildx-action](h...
[ { "subtask_id": "s1", "goal": "Implement the changes under `.github/workflows/` needed for: Bump the gha group with 5 updates", "scope_files": [ ".github/workflows/ci.yml", ".github/workflows/release-live-docker.yml", ".github/workflows/release-main-docker.yml", ".github/workflow...
[ { "subtask_id": "s1", "scope_files": [ ".github/workflows/ci.yml", ".github/workflows/release-live-docker.yml", ".github/workflows/release-main-docker.yml", ".github/workflows/release-weekly-docker.yml", ".github/workflows/run-integration-tests.yml" ], "solution_diff": ...
[]
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ca9d22994a..e43f66637b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,6 @@ jobs: with: distribution: 'temurin' java-version: ${{ matrix.java }} - - uses: gradle/actions/setup-g...
1
5
zaproxy/zaproxy#9286
zaproxy/zaproxy
9,286
c95f6abb4abcf95fa121a0d1ddc060125add274c
46525b5472314381267e89e27ad3ddb3f0e5df62
Change weekly to Java 21 and inc httpsInfo
[ { "subtask_id": "s1", "goal": "Implement the changes under `.github/workflows/` needed for: Change weekly to Java 21 and inc httpsInfo", "scope_files": [ ".github/workflows/release-weekly.yml" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `zap/src/main/` needed fo...
[ { "subtask_id": "s1", "scope_files": [ ".github/workflows/release-weekly.yml" ], "solution_diff": "diff --git a/.github/workflows/release-weekly.yml b/.github/workflows/release-weekly.yml\nindex 6785df736d8..6e35f2b00c6 100644\n--- a/.github/workflows/release-weekly.yml\n+++ b/.github/workflow...
[]
diff --git a/.github/workflows/release-weekly.yml b/.github/workflows/release-weekly.yml index 6785df736d8..6e35f2b00c6 100644 --- a/.github/workflows/release-weekly.yml +++ b/.github/workflows/release-weekly.yml @@ -18,7 +18,7 @@ jobs: uses: actions/setup-java@v5 with: distribution: 'temurin' - ...
2
2
zaproxy/zaproxy#9192
zaproxy/zaproxy
9,192
9fc7bf85eff43c7f59a625b3c553405fa09ce88a
acbb844882072f41729561a82f9e11dff1766280
Update localized resources Update resources from Crowdin.
[ { "subtask_id": "s1", "goal": "Implement the changes under `zap/src/main/dist/lang/` needed for: Update localized resources", "scope_files": [ "zap/src/main/dist/lang/Messages_hi_IN.properties", "zap/src/main/dist/lang/Messages_uk_UA.properties" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "zap/src/main/dist/lang/Messages_hi_IN.properties", "zap/src/main/dist/lang/Messages_uk_UA.properties" ], "solution_diff": "diff --git a/zap/src/main/dist/lang/Messages_hi_IN.properties b/zap/src/main/dist/lang/Messages_hi_IN.properties\nindex e9bc9...
[]
diff --git a/zap/src/main/dist/lang/Messages_hi_IN.properties b/zap/src/main/dist/lang/Messages_hi_IN.properties index e9bc9c697c7..6190aad2fd8 100644 --- a/zap/src/main/dist/lang/Messages_hi_IN.properties +++ b/zap/src/main/dist/lang/Messages_hi_IN.properties @@ -111,7 +111,7 @@ alert.source.active = Active alert.sou...
1
2
zaproxy/zaproxy#9284
zaproxy/zaproxy
9,284
f407893c8a98ef64282a1e0fb9aa0c6662fca549
a64f81f886b0986332bbf6f6fd772a46e81d4cd4
Common Codec PR fixes Merged https://github.com/zaproxy/zaproxy/pull/9282 to soon, so fixes for the outstanding comments
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: Common Codec PR fixes", "scope_files": [ "LEGALNOTICE.md" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `buildSrc/` needed for: Common Codec PR fixes", "scope_files": [ "bui...
[ { "subtask_id": "s1", "scope_files": [ "LEGALNOTICE.md" ], "solution_diff": "diff --git a/LEGALNOTICE.md b/LEGALNOTICE.md\nindex 2f8bfd62877..ee05ff2a85c 100644\n--- a/LEGALNOTICE.md\n+++ b/LEGALNOTICE.md\n@@ -32,6 +32,7 @@ and subject to their respective licenses.\n | Library ...
[ { "subtask_id": "s3", "comment": "Isn't this the same as the code is the other GitHub release class? De-dupe it?", "revised_diff": "diff --git a/buildSrc/src/main/java/org/zaproxy/zap/tasks/UploadAssetsGitHubRelease.java b/buildSrc/src/main/java/org/zaproxy/zap/tasks/UploadAssetsGitHubRelease.java\ninde...
diff --git a/LEGALNOTICE.md b/LEGALNOTICE.md index 2f8bfd62877..ee05ff2a85c 100644 --- a/LEGALNOTICE.md +++ b/LEGALNOTICE.md @@ -32,6 +32,7 @@ and subject to their respective licenses. | Library | License | |-------------------------------------|--------------------------...
6
8
zaproxy/zaproxy#9282
zaproxy/zaproxy
9,282
b8b05a5cd0a0e80e1e00ec33808b64b8be7d0920
ace1b87ba350463041029de68dfa9b72fa265865
Remove Apache Commons Codec use As per https://github.com/zaproxy/zap-extensions/pull/7207 It looks like core does not use commons Hex.
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: Remove Apache Commons Codec use", "scope_files": [ "LEGALNOTICE.md" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `buildSrc/` needed for: Remove Apache Commons Codec use", "scope_...
[ { "subtask_id": "s1", "scope_files": [ "LEGALNOTICE.md" ], "solution_diff": "diff --git a/LEGALNOTICE.md b/LEGALNOTICE.md\nindex ee05ff2a85c..2f8bfd62877 100644\n--- a/LEGALNOTICE.md\n+++ b/LEGALNOTICE.md\n@@ -32,7 +32,6 @@ and subject to their respective licenses.\n | Library ...
[ { "subtask_id": "s1", "comment": "The dependency is still being included (it's a transitive dependency).", "revised_diff": "diff --git a/LEGALNOTICE.md b/LEGALNOTICE.md\nindex ee05ff2a85c..2f8bfd62877 100644\n--- a/LEGALNOTICE.md\n+++ b/LEGALNOTICE.md\n@@ -32,7 +32,6 @@ and subject to their respective l...
diff --git a/LEGALNOTICE.md b/LEGALNOTICE.md index ee05ff2a85c..2f8bfd62877 100644 --- a/LEGALNOTICE.md +++ b/LEGALNOTICE.md @@ -32,7 +32,6 @@ and subject to their respective licenses. | Library | License | |-------------------------------------|--------------------------...
10
13
zaproxy/zaproxy#9275
zaproxy/zaproxy
9,275
3fd83a31bef71bde0aeadde0244e561a1b15257b
f6f3ebe6de5e34d043732e92be5c6410b29b6a36
Add refs for Alert on HTTP Response Code Errors script rule The "Alert on HTTP Response Code Errors" script scan rule raises different alerts with exactly the same alert reference. It should be changed to use unique references. Note that this rule is defined in 2 places: * https://github.com/zaproxy/community-scripts/...
[ { "subtask_id": "s1", "goal": "Implement the changes under `docker/` needed for: Add refs for Alert on HTTP Response Code Errors script rule", "scope_files": [ "docker/CHANGELOG.md" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `docker/scripts/scripts/httpsender/`...
[ { "subtask_id": "s1", "scope_files": [ "docker/CHANGELOG.md" ], "solution_diff": "diff --git a/docker/CHANGELOG.md b/docker/CHANGELOG.md\nindex 2af08fccb2e..df977bfedb2 100644\n--- a/docker/CHANGELOG.md\n+++ b/docker/CHANGELOG.md\n@@ -1,6 +1,9 @@\n # Changelog\n All notable changes to the dock...
[ { "subtask_id": "s2", "comment": "This is not the correct fix.\nThe alerts should be updated with `.setAlertRef(getId() + \"-\" + x);` where x is 1, 2, etc", "revised_diff": "diff --git a/docker/scripts/scripts/httpsender/Alert_on_HTTP_Response_Code_Errors.js b/docker/scripts/scripts/httpsender/Alert_on...
diff --git a/docker/CHANGELOG.md b/docker/CHANGELOG.md index 2af08fccb2e..df977bfedb2 100644 --- a/docker/CHANGELOG.md +++ b/docker/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog All notable changes to the docker containers will be documented in this file. +### 2026-03-10 +- Use alert references in "Alert on HTTP Respons...
2
2
zaproxy/zaproxy#9268
zaproxy/zaproxy
9,268
2e4ba5a238a692f9a7b36c11bbd4f3de85c19b53
2437ffd8dcfa4cd3c4a64045ece972f52e8e8e22
Correctly use log levels from config file Do not set null log level (i.e. no command line arg set) to use the log levels from the configuration file.
[ { "subtask_id": "s1", "goal": "Implement the changes under `zap/src/main/java/org/zaproxy/zap/` needed for: Correctly use log levels from config file", "scope_files": [ "zap/src/main/java/org/zaproxy/zap/ZapBootstrap.java" ] }, { "subtask_id": "s2", "goal": "Implement the changes u...
[ { "subtask_id": "s1", "scope_files": [ "zap/src/main/java/org/zaproxy/zap/ZapBootstrap.java" ], "solution_diff": "diff --git a/zap/src/main/java/org/zaproxy/zap/ZapBootstrap.java b/zap/src/main/java/org/zaproxy/zap/ZapBootstrap.java\nindex 0b506195122..8b9357ba582 100644\n--- a/zap/src/main/ja...
[ { "subtask_id": "s2", "comment": "This would have failed before the change?", "revised_diff": "diff --git a/zap/src/test/java/org/zaproxy/zap/ZapBootstrapUnitTest.java b/zap/src/test/java/org/zaproxy/zap/ZapBootstrapUnitTest.java\nnew file mode 100644\nindex 00000000000..f3d4b16700f\n--- /dev/null\n+++ ...
diff --git a/zap/src/main/java/org/zaproxy/zap/ZapBootstrap.java b/zap/src/main/java/org/zaproxy/zap/ZapBootstrap.java index 0b506195122..8b9357ba582 100644 --- a/zap/src/main/java/org/zaproxy/zap/ZapBootstrap.java +++ b/zap/src/main/java/org/zaproxy/zap/ZapBootstrap.java @@ -88,7 +88,11 @@ protected static void disabl...
2
2
zaproxy/zaproxy#9267
zaproxy/zaproxy
9,267
e8d08ab9dc7f7c7e9daebfd3c9c969b5ab9a9108
65256f24b6bf0779886010a2a90c9d8b7068a605
Reduce EDT accesses in headless Use the utility class to execute in the EDT when needed, which prevents the EDT from being spawn when in headless mode.
[ { "subtask_id": "s1", "goal": "Implement the changes under `zap/src/main/java/org/zaproxy/zap/extension/alert/` needed for: Reduce EDT accesses in headless", "scope_files": [ "zap/src/main/java/org/zaproxy/zap/extension/alert/ExtensionAlert.java" ] }, { "subtask_id": "s2", "goal": ...
[ { "subtask_id": "s1", "scope_files": [ "zap/src/main/java/org/zaproxy/zap/extension/alert/ExtensionAlert.java" ], "solution_diff": "diff --git a/zap/src/main/java/org/zaproxy/zap/extension/alert/ExtensionAlert.java b/zap/src/main/java/org/zaproxy/zap/extension/alert/ExtensionAlert.java\nindex ...
[]
diff --git a/zap/src/main/java/org/zaproxy/zap/extension/alert/ExtensionAlert.java b/zap/src/main/java/org/zaproxy/zap/extension/alert/ExtensionAlert.java index 69a1aea2b24..6e9ea3fa282 100644 --- a/zap/src/main/java/org/zaproxy/zap/extension/alert/ExtensionAlert.java +++ b/zap/src/main/java/org/zaproxy/zap/extension/a...
4
4
zaproxy/zaproxy#9264
zaproxy/zaproxy
9,264
85446f0c1f6d8488fa7ef7432ebba111988078be
81a9319581bbf31a6c8dfdc7119ccc6b0bf0c87e
Bump the gha group with 2 updates Bumps the gha group with 2 updates: [gradle/actions](https://github.com/gradle/actions) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `gradle/actions` from 5.0.1 to 5.0.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="ht...
[ { "subtask_id": "s1", "goal": "Implement the changes under `.github/workflows/` needed for: Bump the gha group with 2 updates", "scope_files": [ ".github/workflows/ci.yml", ".github/workflows/release-live-docker.yml", ".github/workflows/release-main-docker.yml", ".github/workflow...
[ { "subtask_id": "s1", "scope_files": [ ".github/workflows/ci.yml", ".github/workflows/release-live-docker.yml", ".github/workflows/release-main-docker.yml", ".github/workflows/release-weekly-docker.yml", ".github/workflows/run-integration-tests.yml" ], "solution_diff": ...
[]
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b439a6f0dd..5ca9d22994a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,6 @@ jobs: with: distribution: 'temurin' java-version: ${{ matrix.java }} - - uses: gradle/actions/setup-g...
1
5
zaproxy/zaproxy#9260
zaproxy/zaproxy
9,260
6dd25f97598d4ae3925dcc6a62e21fb64e82c764
25884f54747daf5a5a4fcac2cfc779b8d9e40710
Docker: Update weekly image to debian:trixie and JDK 21 Part of https://github.com/zaproxy/zaproxy/issues/9258
[ { "subtask_id": "s1", "goal": "Implement the changes under `docker/` needed for: Docker: Update weekly image to debian:trixie and JDK 21", "scope_files": [ "docker/CHANGELOG.md", "docker/Dockerfile-weekly" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "docker/CHANGELOG.md", "docker/Dockerfile-weekly" ], "solution_diff": "diff --git a/docker/CHANGELOG.md b/docker/CHANGELOG.md\nindex 91ad8a7b3db..2af08fccb2e 100644\n--- a/docker/CHANGELOG.md\n+++ b/docker/CHANGELOG.md\n@@ -1,6 +1,9 @@\n # Changelog...
[]
diff --git a/docker/CHANGELOG.md b/docker/CHANGELOG.md index 91ad8a7b3db..2af08fccb2e 100644 --- a/docker/CHANGELOG.md +++ b/docker/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog All notable changes to the docker containers will be documented in this file. +### 2026-02-26 +- Updated weekly image to debian:trixie and JDK ...
1
2
zaproxy/zaproxy#9259
zaproxy/zaproxy
9,259
116bda27c78dce96e58797c59508684d4d5f12c8
8788099fac996a10663558684089b48635134380
Docker: Update live image to debian:trixie and JDK 21 Part of https://github.com/zaproxy/zaproxy/issues/9258
[ { "subtask_id": "s1", "goal": "Implement the changes under `docker/` needed for: Docker: Update live image to debian:trixie and JDK 21", "scope_files": [ "docker/CHANGELOG.md", "docker/Dockerfile-live" ] } ]
[ { "subtask_id": "s1", "scope_files": [ "docker/CHANGELOG.md", "docker/Dockerfile-live" ], "solution_diff": "diff --git a/docker/CHANGELOG.md b/docker/CHANGELOG.md\nindex e9eeffcf243..91ad8a7b3db 100644\n--- a/docker/CHANGELOG.md\n+++ b/docker/CHANGELOG.md\n@@ -1,6 +1,9 @@\n # Changelog\n...
[]
diff --git a/docker/CHANGELOG.md b/docker/CHANGELOG.md index e9eeffcf243..91ad8a7b3db 100644 --- a/docker/CHANGELOG.md +++ b/docker/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog All notable changes to the docker containers will be documented in this file. +### 2026-02-25 +- Updated live image to debian:trixie and JDK 21...
1
2
zaproxy/zaproxy#9252
zaproxy/zaproxy
9,252
fca4e7076f0df1f0b7f335dc1f850c78933f10e8
5a8885a580cc7ceb9cd5bf0fa3ab74af68409ef8
ITests: always use seconds for pollUnits
[ { "subtask_id": "s1", "goal": "Implement the changes under `docker/integration_tests/configs/plans/` needed for: ITests: always use seconds for pollUnits", "scope_files": [ "docker/integration_tests/configs/plans/jigsaw-basic-user.yaml.disabled", "docker/integration_tests/configs/plans/petst...
[ { "subtask_id": "s1", "scope_files": [ "docker/integration_tests/configs/plans/jigsaw-basic-user.yaml.disabled", "docker/integration_tests/configs/plans/petstore-openapi.yaml", "docker/integration_tests/configs/plans/testfire-form-user.yaml" ], "solution_diff": "diff --git a/docker...
[]
diff --git a/docker/integration_tests/configs/plans/jigsaw-basic-user.yaml.disabled b/docker/integration_tests/configs/plans/jigsaw-basic-user.yaml.disabled index 13a26a1c5c3..6dd57503583 100644 --- a/docker/integration_tests/configs/plans/jigsaw-basic-user.yaml.disabled +++ b/docker/integration_tests/configs/plans/jig...
1
3
zaproxy/zaproxy#9244
zaproxy/zaproxy
9,244
423d42f2b1700df87becc7fffcba9b5d7a7ba16d
ec641f8adada142f59c53df56d6b867cadacdcc5
Docker: baseline support delay via AF
[ { "subtask_id": "s1", "goal": "Implement the changes under `docker/` needed for: Docker: baseline support delay via AF", "scope_files": [ "docker/CHANGELOG.md", "docker/zap-baseline.py", "docker/zap_common.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes un...
[ { "subtask_id": "s1", "scope_files": [ "docker/CHANGELOG.md", "docker/zap-baseline.py", "docker/zap_common.py" ], "solution_diff": "diff --git a/docker/CHANGELOG.md b/docker/CHANGELOG.md\nindex 0d9c4ea7561..e9eeffcf243 100644\n--- a/docker/CHANGELOG.md\n+++ b/docker/CHANGELOG.md\n@...
[ { "subtask_id": "s3", "comment": "I think this can just be removed?", "revised_diff": "diff --git a/docker/tests/fixtures/baseline_plan_param_uc_d.yaml b/docker/tests/fixtures/baseline_plan_param_uc_d.yaml\nnew file mode 100644\nindex 00000000000..c7d1a08e0f8\n--- /dev/null\n+++ b/docker/tests/fixtures/...
diff --git a/docker/CHANGELOG.md b/docker/CHANGELOG.md index 0d9c4ea7561..e9eeffcf243 100644 --- a/docker/CHANGELOG.md +++ b/docker/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog All notable changes to the docker containers will be documented in this file. +### 2026-02-09 +- Added support for the delay job in the baselin...
3
5
zaproxy/zaproxy#9239
zaproxy/zaproxy
9,239
4f55335ce6e961bd0b63ab3759e366d2e31a922b
29bfc7583c3529979d69e5d228337414fdd8cbeb
Docker: more baseline tests
[ { "subtask_id": "s1", "goal": "Implement the changes under `docker/tests/` needed for: Docker: more baseline tests", "scope_files": [ "docker/tests/test_zap_baseline_plan.py" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `docker/tests/fixtures/` needed for: Docker...
[ { "subtask_id": "s1", "scope_files": [ "docker/tests/test_zap_baseline_plan.py" ], "solution_diff": "diff --git a/docker/tests/test_zap_baseline_plan.py b/docker/tests/test_zap_baseline_plan.py\nindex fc6efb5d83b..f7513e503ab 100644\n--- a/docker/tests/test_zap_baseline_plan.py\n+++ b/docker/t...
[]
diff --git a/docker/tests/fixtures/baseline_plan_param_lc_a.yaml b/docker/tests/fixtures/baseline_plan_param_lc_a.yaml new file mode 100644 index 00000000000..427c62848e5 --- /dev/null +++ b/docker/tests/fixtures/baseline_plan_param_lc_a.yaml @@ -0,0 +1,26 @@ +env: + contexts: + - name: baseline + urls: + - ht...
2
17
zaproxy/zaproxy#9241
zaproxy/zaproxy
9,241
305d0fa827d7d00d1656f2cc1bbc4444f8d5b924
9dfdceffebb591b81f9c67a0a8a60d2448fc18c2
Remove deprecated "httputils" The classes were deprecated in 2.12.0 and migrated to an add-on.
[ { "subtask_id": "s1", "goal": "Implement the changes under `zap/gradle/` needed for: Remove deprecated \"httputils\"", "scope_files": [ "zap/gradle/japicmp.yaml" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `zap/src/main/java/org/zaproxy/zap/httputils/` needed fo...
[ { "subtask_id": "s1", "scope_files": [ "zap/gradle/japicmp.yaml" ], "solution_diff": "diff --git a/zap/gradle/japicmp.yaml b/zap/gradle/japicmp.yaml\nindex 673557a0aea..ea21a2cffbb 100644\n--- a/zap/gradle/japicmp.yaml\n+++ b/zap/gradle/japicmp.yaml\n@@ -12,6 +12,8 @@ packageExcludes:\n - \"o...
[]
diff --git a/zap/gradle/japicmp.yaml b/zap/gradle/japicmp.yaml index 673557a0aea..ea21a2cffbb 100644 --- a/zap/gradle/japicmp.yaml +++ b/zap/gradle/japicmp.yaml @@ -12,6 +12,8 @@ packageExcludes: - "org.zaproxy.zap.spider.parser" fieldExcludes: [] classExcludes: + - "org.zaproxy.zap.httputils.HtmlContext" + - "org....
2
3
zellij-org/zellij#5241
zellij-org/zellij
5,241
e9173cba163506491becbeacad162315d6e8f726
ecccab6c291256407d82ce1eafe91dbd3cef1d45
Mobile layout <img width="200" height="400" alt="mobile-web-3" src="https://github.com/user-attachments/assets/6c2b6909-bb55-49b8-a043-1e5e4b720f1e" /> <img width="200" height="400" alt="mobile-web-2" src="https://github.com/user-attachments/assets/b1316d37-d438-4cab-9c52-c5ddd244f4d0" /> <img width="200" height="40...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: Mobile layout", "scope_files": [ "CHANGELOG.md", "Cargo.lock", "Cargo.toml" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `default-plugins/mobile/` needed for: Mobile layo...
[ { "subtask_id": "s1", "scope_files": [ "CHANGELOG.md", "Cargo.lock", "Cargo.toml" ], "solution_diff": "diff --git a/CHANGELOG.md b/CHANGELOG.md\nindex f0dd1fad52..2698a73020 100644\n--- a/CHANGELOG.md\n+++ b/CHANGELOG.md\n@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](ht...
[]
diff --git a/CHANGELOG.md b/CHANGELOG.md index f0dd1fad52..2698a73020 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] * feat: allow tabs to have different sizes if clients aren't focused on the same one (https...
35
100
zellij-org/zellij#4545
zellij-org/zellij
4,545
7c8945fbf3a682bab1ac8abcc20e077e73564eed
60acd439985339e518f090821c0e4eb366ce6014
Zellij Clipboard Functionality: Limitations for Integrating Neovim Registers I am a user of **Neovim** and heavily use its registers. It is convenient to press `y` to copy some text from **Neovim** running on the remote host in Zellij to my local laptop's system clipboard. When I used **tmux**, it had integrated `t...
[ { "subtask_id": "s1", "goal": "Implement the changes under `zellij-server/src/panes/` needed for: Zellij Clipboard Functionality: Limitations for Integrating Neovim Registers", "scope_files": [ "zellij-server/src/panes/grid.rs" ] }, { "subtask_id": "s2", "goal": "Implement the chan...
[ { "subtask_id": "s1", "scope_files": [ "zellij-server/src/panes/grid.rs" ], "solution_diff": "diff --git a/zellij-server/src/panes/grid.rs b/zellij-server/src/panes/grid.rs\nindex 77329f2b7d..d08cb6a265 100644\n--- a/zellij-server/src/panes/grid.rs\n+++ b/zellij-server/src/panes/grid.rs\n@@ -3...
[]
diff --git a/zellij-server/src/panes/grid.rs b/zellij-server/src/panes/grid.rs index 77329f2b7d..d08cb6a265 100644 --- a/zellij-server/src/panes/grid.rs +++ b/zellij-server/src/panes/grid.rs @@ -3271,8 +3271,8 @@ impl Perform for Grid { // https://vt100.net/docs/vt510-rm/DA1.html match interme...
2
2
zellij-org/zellij#5184
zellij-org/zellij
5,184
b558b31ed192652f75ecc35d6753a7d5d0046023
9b0124d362e5ae35c36d167501778590923684d5
Adding PWA support for zellij web Hi, Thought it would be nice if PWA support was added for the zellij web client, so you can launch it in its own window and have it look more native. At minimum would need: - A logo/icon served at /<icon-subpath> - A manifest served at /manifest.webmanifest containing at minimum https...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: Adding PWA support for zellij web", "scope_files": [ "CHANGELOG.md" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `zellij-client/assets/` needed for: Adding PWA support for zellij web...
[ { "subtask_id": "s1", "scope_files": [ "CHANGELOG.md" ], "solution_diff": "diff --git a/CHANGELOG.md b/CHANGELOG.md\nindex 343e34fe24..f0dd1fad52 100644\n--- a/CHANGELOG.md\n+++ b/CHANGELOG.md\n@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)\n \n...
[]
diff --git a/CHANGELOG.md b/CHANGELOG.md index 343e34fe24..f0dd1fad52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] * feat: allow tabs to have different sizes if clients aren't focused on the same one (htt...
4
6
zellij-org/zellij#5163
zellij-org/zellij
5,163
42496fa3248398b555f6d20a59e863a46d46f68d
4c1475b0139ea1a2261d58bc1770266b94279664
fix: stale grid after forwarding host reply This is a continuation of the recent fix for wedged bytes in the host reply. The only thing that was missing there is that in certain cases there's a race in which the underlying program sends bytes to be processed after the scheduled render, and so clients end up seeing a s...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: fix: stale grid after forwarding host reply", "scope_files": [ "CHANGELOG.md" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `zellij-server/src/` needed for: fix: stale grid after forw...
[ { "subtask_id": "s1", "scope_files": [ "CHANGELOG.md" ], "solution_diff": "diff --git a/CHANGELOG.md b/CHANGELOG.md\nindex 768e2be7a9..390ec3d061 100644\n--- a/CHANGELOG.md\n+++ b/CHANGELOG.md\n@@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)\n * ...
[]
diff --git a/CHANGELOG.md b/CHANGELOG.md index 768e2be7a9..390ec3d061 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * feat: allow tabs to have different sizes if clients aren't focused on the same one (https://github.com/zel...
2
2
zellij-org/zellij#5161
zellij-org/zellij
5,161
fc6c5942a12d7314f606be390de9d05497f20bd3
95bab42c9181089cb5652921c73871e703233436
fix: clear bell when focusing with mouse Fixes a minor issue where changing pane focus with the mouse would not clear a bell notification in the target pane (which was cleared when changing focus with the keyboard).
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: fix: clear bell when focusing with mouse", "scope_files": [ "CHANGELOG.md" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `zellij-server/src/` needed for: fix: clear bell when focusing...
[ { "subtask_id": "s1", "scope_files": [ "CHANGELOG.md" ], "solution_diff": "diff --git a/CHANGELOG.md b/CHANGELOG.md\nindex f5b32609d8..768e2be7a9 100644\n--- a/CHANGELOG.md\n+++ b/CHANGELOG.md\n@@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)\n ...
[]
diff --git a/CHANGELOG.md b/CHANGELOG.md index f5b32609d8..768e2be7a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix: close session-manager instead of hiding to avoid confusion (https://github.com/zellij-org/zellij/pu...
3
3
zellij-org/zellij#5160
zellij-org/zellij
5,160
90d890f2b6987b00c8980e4f9425a639af753551
fe349b7687b7210e2cf97e55116bb757a6f27180
Pressing <DEL> on a session in Welcome Screen doesn't visibly do anything I can see session is being killed if check `zellij ls` in another terminal, but with a longer list of sessions and multiple deletions there is no way to keep track of list I would expect them to be removed from the session list after being dele...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: Pressing <DEL> on a session in Welcome Screen doesn't visibly do anything", "scope_files": [ "CHANGELOG.md" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `default-plugins/session-mana...
[ { "subtask_id": "s1", "scope_files": [ "CHANGELOG.md" ], "solution_diff": "diff --git a/CHANGELOG.md b/CHANGELOG.md\nindex ccb83c9e0d..f5b32609d8 100644\n--- a/CHANGELOG.md\n+++ b/CHANGELOG.md\n@@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)\n ...
[]
diff --git a/CHANGELOG.md b/CHANGELOG.md index ccb83c9e0d..f5b32609d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix: regression with ESC+mouse hold (https://github.com/zellij-org/zellij/pull/5157) * fix: close sessi...
7
12
zellij-org/zellij#5149
zellij-org/zellij
5,149
cc86e31b840cfd1993f256513047dfe980408398
74245703993f5b4498bc5db32d2cc5a95518acae
OSC 10/11 query replies leak into shell stdin in 0.45.0 (regression from #5105) ## Issue description OSC 10/11 query replies emitted by an application inside a pane are delivered into that pane's stdin instead of being consumed by the application that asked. In a cooked-mode shell (zsh, bash) the reply shows up at th...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: OSC 10/11 query replies leak into shell stdin in 0.45.0 (regression from #5105)", "scope_files": [ "CHANGELOG.md" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `zellij-client/src/` ne...
[ { "subtask_id": "s1", "scope_files": [ "CHANGELOG.md" ], "solution_diff": "diff --git a/CHANGELOG.md b/CHANGELOG.md\nindex 058c29c7fc..7455a21db0 100644\n--- a/CHANGELOG.md\n+++ b/CHANGELOG.md\n@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)\n ##...
[]
diff --git a/CHANGELOG.md b/CHANGELOG.md index 058c29c7fc..7455a21db0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] * feat: allow tabs to have different sizes if clients aren't focused on the same one (https...
3
3
zellij-org/zellij#5157
zellij-org/zellij
5,157
0f6cf0664e05feab497778fbdddbf80492c252f2
e5ceb1662482153dbec79b1b6a3af6fd46de4535
Pressing ESCAPE while moving the mouse changes the layout ## Issue description Pressing ESCAPE while moving the mouse will trigger the `Alt+[` keybinding, doing a layout swap. ## Minimal reproduction Run zellij with no configuration, and while the mouse is moving, press Escape. ## Other relevant information Runnin...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: Pressing ESCAPE while moving the mouse changes the layout", "scope_files": [ "CHANGELOG.md" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `zellij-utils/src/vendored/termwiz/` needed f...
[ { "subtask_id": "s1", "scope_files": [ "CHANGELOG.md" ], "solution_diff": "diff --git a/CHANGELOG.md b/CHANGELOG.md\nindex 74028afc12..37ae0abbe1 100644\n--- a/CHANGELOG.md\n+++ b/CHANGELOG.md\n@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)\n * ...
[]
diff --git a/CHANGELOG.md b/CHANGELOG.md index 74028afc12..37ae0abbe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix(windows): bump windows-sys to 0.59 to align manifest with code, fixing source builds via `cargo instal...
2
2
zellij-org/zellij#5156
zellij-org/zellij
5,156
24f2173fbce61ca6234f4fe4b6ca83833bf3ae64
0e63b0a34fbe1aaa0f864369afbab281228bf343
fix(webclient): handle host query responses for pixel dimensions and colors Fixes an issue brought up in https://github.com/zellij-org/zellij/pull/5149#issuecomment-4410052762 While the issue is not the same issue as the original one, since we now forward host queries to the host terminal, we also need to handle th...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: fix(webclient): handle host query responses for pixel dimensions and colors", "scope_files": [ "CHANGELOG.md" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `zellij-client/assets/` nee...
[ { "subtask_id": "s1", "scope_files": [ "CHANGELOG.md" ], "solution_diff": "diff --git a/CHANGELOG.md b/CHANGELOG.md\nindex 6df75ab306..74028afc12 100644\n--- a/CHANGELOG.md\n+++ b/CHANGELOG.md\n@@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)\n * ...
[]
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6df75ab306..74028afc12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * feat: allow tabs to have different sizes if clients aren't focused on the same one (https://github.com/zel...
5
9
zellij-org/zellij#5152
zellij-org/zellij
5,152
e927b2b659296c19e421bc36d1b702f2c8d24fd3
b16d544817deeb2f732503ff0ff856b6a9650bbd
Zellij freezes when pressing Ctrl-G while a floating pane is opened with --block-until-exit # 2. Issues with the Zellij UI / behavior / crash ## Summary Zellij freezes when pressing `Ctrl-G` while a floating pane is opened with `--block-until-exit`. This was originally observed through `fzf --popup`, but it can be ...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: Zellij freezes when pressing Ctrl-G while a floating pane is opened with --block-until-exit", "scope_files": [ "CHANGELOG.md" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `zellij-ser...
[ { "subtask_id": "s1", "scope_files": [ "CHANGELOG.md" ], "solution_diff": "diff --git a/CHANGELOG.md b/CHANGELOG.md\nindex 7455a21db0..6df75ab306 100644\n--- a/CHANGELOG.md\n+++ b/CHANGELOG.md\n@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)\n ##...
[]
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7455a21db0..6df75ab306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] * feat: allow tabs to have different sizes if clients aren't focused on the same one (https...
6
19
zellij-org/zellij#5139
zellij-org/zellij
5,139
5ef8176c431e0b1a4c5a5362d05926ead7661b6d
0eabec0dd506ab505492e5eb90e6f832a75e7462
Can't update with Cargo on Windows Trying to update zellij to the latest version on Windows using `cargo binstall zellij`, but while compiling zellij-server, I get an error: ``` error[E0432]: unresolved import `windows_sys::Win32::Storage::FileSystem::WriteFile` --> C:\Users\edvinas.steponaviciu\.cargo\registry\src\...
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: Can't update with Cargo on Windows", "scope_files": [ "CHANGELOG.md", "Cargo.lock", "Cargo.toml" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `zellij-client/src/` needed ...
[ { "subtask_id": "s1", "scope_files": [ "CHANGELOG.md", "Cargo.lock", "Cargo.toml" ], "solution_diff": "diff --git a/CHANGELOG.md b/CHANGELOG.md\nindex cd712cdefa..058c29c7fc 100644\n--- a/CHANGELOG.md\n+++ b/CHANGELOG.md\n@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](ht...
[]
diff --git a/CHANGELOG.md b/CHANGELOG.md index cd712cdefa..058c29c7fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] * feat: allow tabs to have different sizes if clients aren't focused on the same one (htt...
4
6
zellij-org/zellij#5133
zellij-org/zellij
5,133
f2e02cf1af1e158875736d939fec34ea11fb36e5
af928eb8760084c524af1c6d87757b016db60263
Independent tab sizes This allows different tabs in the same session to have different sizes. In effect making it possible for one attached client's screen size not to affect the other's so long as they are on different tabs.
[ { "subtask_id": "s1", "goal": "Implement the changes under `(root)/` needed for: Independent tab sizes", "scope_files": [ "CHANGELOG.md" ] }, { "subtask_id": "s2", "goal": "Implement the changes under `zellij-server/src/` needed for: Independent tab sizes", "scope_files": [ ...
[ { "subtask_id": "s1", "scope_files": [ "CHANGELOG.md" ], "solution_diff": "diff --git a/CHANGELOG.md b/CHANGELOG.md\nindex ce261a51b4..cd712cdefa 100644\n--- a/CHANGELOG.md\n+++ b/CHANGELOG.md\n@@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.\n The format is...
[]
diff --git a/CHANGELOG.md b/CHANGELOG.md index ce261a51b4..cd712cdefa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +* feat: allow tabs ...
5
7
zellij-org/zellij#4617
zellij-org/zellij
4,617
36fa696c1a71b236e27d62bac26e4f0ee136cde4
58b0d159a1cc40480b8bfd06b39ea87cf6cfd6e0
EditScrollback and DumpScreen `--raw` or `--ansi` please? Currently, there is no way to recover the ansi codes used for the current buffer/pane or window. Use case: You would like to share your terminal snippet that does not have markdown highlighting support on Discord. Discord now supports the `ansi` code block....
[ { "subtask_id": "s1", "goal": "Implement the changes under `zellij-server/src/` needed for: EditScrollback and DumpScreen `--raw` or `--ansi` please?", "scope_files": [ "zellij-server/src/route.rs", "zellij-server/src/screen.rs" ] }, { "subtask_id": "s2", "goal": "Implement t...
[ { "subtask_id": "s1", "scope_files": [ "zellij-server/src/route.rs", "zellij-server/src/screen.rs" ], "solution_diff": "diff --git a/zellij-server/src/route.rs b/zellij-server/src/route.rs\nindex be3cf4924c..4d03bd0bb9 100644\n--- a/zellij-server/src/route.rs\n+++ b/zellij-server/src/rou...
[ { "subtask_id": "s2", "comment": "So, here we want the last space character that doesn't have styles (otherwise we will truncate space characters with backgrounds - a real world example is `delta`'s git diff). I recently fixed this bug in our own rendering engine if you'd like to see how it's done: https://...
diff --git a/zellij-server/src/panes/grid.rs b/zellij-server/src/panes/grid.rs index 58b10cdeff..262c5040c1 100644 --- a/zellij-server/src/panes/grid.rs +++ b/zellij-server/src/panes/grid.rs @@ -288,6 +288,45 @@ macro_rules! dump_screen { }}; } +macro_rules! dump_screen_with_ansi { + ($lines:expr) => {{ + ...
7
9