Dataset Viewer
Auto-converted to Parquet Duplicate
problem_id
string
source
string
task_type
string
in_source_id
string
prompt
string
golden_standard_solution
string
verification_info
string
metadata
string
swe_fixer_1
internlm/SWE-Fixer-Train-Editing-CoT-70K
swe_fixer
python-gitlab__python-gitlab-1213
In this task, you will be provided with a software development issue from a real-world GitHub repository, along with the full content of relevant code files for modification. Your objective is to carefully analyze and understand the issue in the context of the provided files and identify the exact file paths and origin...
{'edited code': [{'file': 'gitlab/base.py', 'code snippet to be modified': '131 \n132 def _update_attrs(self, new_attrs):\n133 self.__dict__["_updated_attrs"] = {}\n134 self.__dict__["_attrs"].update(new_attrs)\n135 \n136 def get_id(self):\n137 """Returns the id of the resource."""\n', '...
{'input': {'issue': 'RefreshMixin.refresh() doesn\'t remove removed attributes\n## Description of the problem, including code/CLI snippet\r\n\r\nWhen attributes disappear from an object on the server `RefreshMixin.refresh()` doesn\'t remove them.\r\n\r\nFor instance if a job that has artifacts will have an `artifacts_f...
{}
swe_fixer_2
internlm/SWE-Fixer-Train-Editing-CoT-70K
swe_fixer
python-gitlab__python-gitlab-1027
In this task, you will be provided with a software development issue from a real-world GitHub repository, along with the full content of relevant code files for modification. Your objective is to carefully analyze and understand the issue in the context of the provided files and identify the exact file paths and origin...
{'edited code': [{'file': 'gitlab/__init__.py', 'code snippet to be modified': '90 \n91 self._api_version = str(api_version)\n92 self._server_version = self._server_revision = None\n93 self._base_url = url\n94 self._url = "%s/api/v%s" % (url, api_version)\n95 #: Timeout to use fo...
{'input': {'issue': 'projects.get() raises error when project is specified as "userspace/name" rather than ID\n## Description of the problem, including code/CLI snippet\r\n\r\nAttempt to make a query using the project\'s path, per the [example in the documentation](https://github.com/python-gitlab/python-gitlab/blame/v...
{}
swe_fixer_3
internlm/SWE-Fixer-Train-Editing-CoT-70K
swe_fixer
python-gitlab__python-gitlab-2538
In this task, you will be provided with a software development issue from a real-world GitHub repository, along with the full content of relevant code files for modification. Your objective is to carefully analyze and understand the issue in the context of the provided files and identify the exact file paths and origin...
{'edited code': [{'file': 'gitlab/v4/objects/personal_access_tokens.py', 'code snippet to be modified': '1 from gitlab.base import RESTManager, RESTObject\n2 from gitlab.mixins import CreateMixin, DeleteMixin, ListMixin, ObjectDeleteMixin\n3 from gitlab.types import ArrayAttribute, RequiredOptional\n4 \n5 __all__ = [\n...
{'input': {'issue': "Need support to [...]/personal_access_tokens/self Gitlab API\n## Description of the problem, including code/CLI snippet\r\nSo far, I'm unable to get scopes information from the 'personal access token' used to authenticate to Gitlab API.\r\nOfc, it is easy to get the list of the personal access toke...
{}
swe_fixer_4
internlm/SWE-Fixer-Train-Editing-CoT-70K
swe_fixer
python-gitlab__python-gitlab-2773
In this task, you will be provided with a software development issue from a real-world GitHub repository, along with the full content of relevant code files for modification. Your objective is to carefully analyze and understand the issue in the context of the provided files and identify the exact file paths and origin...
{'edited code': [{'file': 'gitlab/v4/objects/merge_request_approvals.py', 'code snippet to be modified': '1 from typing import Any, cast, Dict, List, Optional, TYPE_CHECKING, Union\n2 \n3 from gitlab import exceptions as exc\n4 from gitlab.base import RESTManager, RESTObject\n', 'edited code snippet': 'from typing impo...
{'input': {'issue': 'ProjectMergeRequestApprovalRule.save() throws 404\n## Description of the problem, including code/CLI snippet\r\n`gl.project.get(proj_id).merge_requests.get(mr_iid).approval_rules.get(rule_id).save()`\r\n\r\nThis example is an MVP example; actually making changes to the rule object before calling `....
{}
swe_fixer_5
internlm/SWE-Fixer-Train-Editing-CoT-70K
swe_fixer
python-gitlab__python-gitlab-2088
"In this task, you will be provided with a software development issue from a real-world GitHub repos(...TRUNCATED)
"{'edited code': [{'file': 'docs/conf.py', 'code snippet to be modified': '287 # If true, show URL a(...TRUNCATED)
"{'input': {'issue': \"sphinx warnings `reference target not found`\\nOn building my packages I'm us(...TRUNCATED)
{}
swe_fixer_6
internlm/SWE-Fixer-Train-Editing-CoT-70K
swe_fixer
python-gitlab__python-gitlab-1522
"In this task, you will be provided with a software development issue from a real-world GitHub repos(...TRUNCATED)
"{'edited code': [{'file': 'gitlab/v4/objects/releases.py', 'code snippet to be modified': '1 from g(...TRUNCATED)
"{'input': {'issue': \"Deprecate tag.set_release_description and remove it from docs\\n## Descriptio(...TRUNCATED)
{}
swe_fixer_7
internlm/SWE-Fixer-Train-Editing-CoT-70K
swe_fixer
python-gitlab__python-gitlab-681
"In this task, you will be provided with a software development issue from a real-world GitHub repos(...TRUNCATED)
"{'edited code': [{'file': 'gitlab/__init__.py', 'code snippet to be modified': \"445 \\n446 (...TRUNCATED)
"{'input': {'issue': 'user_activities.list() : \"from\" parameter ?\\n## Description of the problem,(...TRUNCATED)
{}
swe_fixer_8
internlm/SWE-Fixer-Train-Editing-CoT-70K
swe_fixer
python-gitlab__python-gitlab-838
"In this task, you will be provided with a software development issue from a real-world GitHub repos(...TRUNCATED)
"{'edited code': [{'file': 'gitlab/base.py', 'code snippet to be modified': '52 def __setstate__(...TRUNCATED)
"{'input': {'issue': 'Fix Pickle support: dump() after load() fails\\nThis is a one-liner fix to pic(...TRUNCATED)
{}
swe_fixer_11
internlm/SWE-Fixer-Train-Editing-CoT-70K
swe_fixer
python-gitlab__python-gitlab-1373
"In this task, you will be provided with a software development issue from a real-world GitHub repos(...TRUNCATED)
"{'edited code': [{'file': 'gitlab/v4/objects/packages.py', 'code snippet to be modified': '1 from g(...TRUNCATED)
"{'input': {'issue': 'Cannot list package files\\n## Description of the problem, including code/CLI (...TRUNCATED)
{}
swe_fixer_13
internlm/SWE-Fixer-Train-Editing-CoT-70K
swe_fixer
python-gitlab__python-gitlab-2635
"In this task, you will be provided with a software development issue from a real-world GitHub repos(...TRUNCATED)
"{'edited code': [{'file': 'gitlab/v4/objects/users.py', 'code snippet to be modified': '36 \"Cu(...TRUNCATED)
"{'input': {'issue': \"Support User Runner Registration\\n## Description of the problem, including c(...TRUNCATED)
{}
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
8