base_commit stringlengths 40 40 | created_at stringdate 2013-07-19 17:10:26 2025-07-23 01:54:17 | hints_text stringlengths 0 525k | instance_id stringlengths 10 60 | patch stringlengths 174 256k | pr_description stringlengths 3 99.8k | problem_statement stringlengths 0 6.69k | pull_number int64 1 61.8k | repo stringlengths 5 54 | test_patch stringlengths 173 254k | FAIL_TO_PASS listlengths 1 122k | PASS_TO_PASS listlengths 0 190k | interface stringlengths 4 33.3k | license stringclasses 11
values | install_config dict | meta dict |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6885663c1110693e29ecc7736f75f1a466952982 | 2023-10-11 08:03:57 | baidu__amis-8354 | diff --git a/docs/zh-CN/components/crud.md b/docs/zh-CN/components/crud.md
index 7a3db1a77..971314e2c 100755
--- a/docs/zh-CN/components/crud.md
+++ b/docs/zh-CN/components/crud.md
@@ -2795,7 +2795,6 @@ CRUD 中不限制有多少个单条操作、添加一个操作对应的添加一
> 本文中的例子为了不相互影响都关闭了这个功能。
> 另外如果需要使用接口联动,需要设置`syncLocation: false`
-
`syncLocation... | fix: Form组件配置页面跳转事件可能会导致持久化数据无法清除问题
### What
<!--
copilot:summary
-->
### <samp>🤖 Generated by Copilot at 6556104</samp>
This pull request introduces a new feature for the form renderer to clear the local persist data of the form store. This can help avoid data inconsistency issues when the form data is submitted ... | **Title**
Fix form persistence leakage on navigation and improve CRUD filtering, UI rendering, and formula support
**Problem**
- After a form submission that triggers a page route change, the form’s locally persisted data is not cleared, leading to stale values when the user returns.
- CRUD components exhibit ... | 8,354 | baidu/amis | diff --git a/packages/amis-formula/__tests__/evalute.test.ts b/packages/amis-formula/__tests__/evalute.test.ts
index 4670b3906..2fb97d99a 100644
--- a/packages/amis-formula/__tests__/evalute.test.ts
+++ b/packages/amis-formula/__tests__/evalute.test.ts
@@ -539,3 +539,26 @@ test('evalute:ISTYPE', () => {
expect(evalu... | [
"evalute:Math"
] | [
"lexer:simple",
"lexer:filter",
"lexer:exception",
"parser:simple",
"parser:complex",
"parser:evalMode",
"parser:template",
"parser:string",
"parser:number",
"parser:single-string",
"parser:object-literall",
"parser:array-literall",
"parser:variable-geter",
"parser:variable-geter2",
"par... | No new interfaces are introduced. | custom-check-github | {
"base_image_name": "node_16",
"install": [
"npm install"
],
"log_parser": "parse_log_js_4",
"test_cmd": "cd packages/amis-formula && npx jest --verbose --no-color"
} | {
"num_modified_files": 34,
"num_modified_lines": 523,
"pr_author": "lurunze1226",
"pr_labels": [
"fix"
],
"llm_metadata": {
"code": "B5",
"code_quality": null,
"confidence": 0.9,
"detected_issues": {
"B1": false,
"B2": false,
"B3": false,
"B4": false,
"B5":... | |
08412adcb500e92f7ebb55453cd26a028d0c1368 | 2023-10-12 01:53:11 | baidu__amis-8360 | diff --git a/examples/components/CRUD/List.jsx b/examples/components/CRUD/List.jsx
index 15d65c389..18aef7409 100644
--- a/examples/components/CRUD/List.jsx
+++ b/examples/components/CRUD/List.jsx
@@ -3,32 +3,18 @@ export default {
remark: 'bla bla bla',
body: {
type: 'crud',
- api: '/api/sample',
+ na... | chore: 调整列的快速搜索逻辑干掉之前没清理干净的排序相关逻辑 Close: #8342
### What
<!--
copilot:summary
-->
### <samp>🤖 Generated by Copilot at 1113e82</samp>
Refactored and simplified a table header component that supports searching and filtering. Used React hooks and removed unused code.
<!--
copilot:poem
-->
### <samp>🤖 Generated by ... | **Title**
Remove residual sorting logic from column quick‑search and streamline related components
**Problem**
The quick‑search dropdown in table headers still injected hidden sorting fields (`orderBy`, `orderDir`) and relied on outdated class‑based implementation, causing confusing query parameters and unnecess... | 8,360 | baidu/amis | diff --git a/packages/amis-formula/__tests__/evalute.test.ts b/packages/amis-formula/__tests__/evalute.test.ts
index 4670b3906..2fb97d99a 100644
--- a/packages/amis-formula/__tests__/evalute.test.ts
+++ b/packages/amis-formula/__tests__/evalute.test.ts
@@ -539,3 +539,26 @@ test('evalute:ISTYPE', () => {
expect(evalu... | [
"evalute:Math"
] | [
"parser:simple",
"parser:complex",
"parser:evalMode",
"parser:template",
"parser:string",
"parser:number",
"parser:single-string",
"parser:object-literall",
"parser:array-literall",
"parser:variable-geter",
"parser:variable-geter2",
"parser:multi-expression",
"parser:functionCall",
"parser... | Method: Evaluator.fnPOW(base: number, exponent: number)
Location: packages/amis-formula/src/evalutor.ts → class Evaluator
Inputs:
- **base**: `number` – the base value for exponentiation. If not a number, the function returns the original `base` unchanged.
- **exponent**: `number` – the exponent value. If not a number... | custom-check-github | {
"base_image_name": "node_16",
"install": [
"npm install"
],
"log_parser": "parse_log_js_4",
"test_cmd": "cd packages/amis-formula && npx jest --verbose --no-color"
} | {
"num_modified_files": 11,
"num_modified_lines": 212,
"pr_author": "2betop",
"pr_labels": [
"chore"
],
"llm_metadata": {
"code": "B1",
"code_quality": null,
"confidence": 0.78,
"detected_issues": {
"B1": true,
"B2": false,
"B3": false,
"B4": false,
"B5": fa... | |
79728ddad4ddfdad819d4ea6e152790ba2aa410e | 2023-10-12 06:11:20 | "github-actions[bot]: <!-- Labeler (https://github.com/jimschubert/labeler) -->\n👍 Thanks for thi(...TRUNCATED) | baidu__amis-8365 | "diff --git a/docs/zh-CN/components/table2.md b/docs/zh-CN/components/table2.md\nindex 3443a8ef2..a3(...TRUNCATED) | "fix: 修复 REPLACE 公式第二个参数是空字符串时导致的死循环问题 Close: #8200\n#(...TRUNCATED) | "**Title** \nFix REPLACE formula infinite loop, add POW function and stabilize table rendering \n\(...TRUNCATED) | 8,365 | baidu/amis | "diff --git a/packages/amis-formula/__tests__/evalute.test.ts b/packages/amis-formula/__tests__/eval(...TRUNCATED) | [
"evalute:Math"
] | ["lexer:simple","lexer:filter","lexer:exception","parser:simple","parser:complex","parser:evalMode",(...TRUNCATED) | "Method: Evaluator.fnPOW(self, base: number, exponent: number)\nLocation: packages/amis-formula/src/(...TRUNCATED) | custom-check-github | {"base_image_name":"node_16","install":["npm install"],"log_parser":"parse_log_js_4","test_cmd":"cd (...TRUNCATED) | {"num_modified_files":22,"num_modified_lines":609,"pr_author":"2betop","pr_labels":["fix"],"llm_meta(...TRUNCATED) |
79728ddad4ddfdad819d4ea6e152790ba2aa410e | 2023-10-12 08:54:51 | baidu__amis-8370 | "diff --git a/examples/components/CRUD/List.jsx b/examples/components/CRUD/List.jsx\nindex 15d65c389(...TRUNCATED) | "feat: 表达式新增幂函数(Math.pow)\n### What\r\n\r\n<!--\ncopilot:summary\n-->\n### <samp>(...TRUNCATED) | "**Title** \nAdd exponentiation support and correct CRUD/store handling \n\n**Problem** \n- Formu(...TRUNCATED) | 8,370 | baidu/amis | "diff --git a/packages/amis-formula/__tests__/evalute.test.ts b/packages/amis-formula/__tests__/eval(...TRUNCATED) | [
"evalute:Math"
] | ["evalute:simple","evalute:filter","evalute:filter2","evalute:filter3","evalute:filter4","evalute:ke(...TRUNCATED) | "Method: Evaluator.fnPOW(base: number, exponent: number)\nLocation: packages/amis-formula/src/evalut(...TRUNCATED) | custom-check-github | {"base_image_name":"node_16","install":["npm install"],"log_parser":"parse_log_js_4","test_cmd":"cd (...TRUNCATED) | {"num_modified_files":7,"num_modified_lines":100,"pr_author":"lurunze1226","pr_labels":["feat"],"llm(...TRUNCATED) | |
6f599d5d939201ad5b809001425b333b87c6ec12 | 2023-10-13 09:45:51 | "github-actions[bot]: <!-- Labeler (https://github.com/jimschubert/labeler) -->\n👍 Thanks for thi(...TRUNCATED) | baidu__amis-8385 | "diff --git a/docs/zh-CN/types/classname.md b/docs/zh-CN/types/classname.md\nindex fbfa53d12..049ac8(...TRUNCATED) | "feat: formula 取 cookie, localstorage, sessionstorage支持 &['xxx'] 来获取复杂变量名数(...TRUNCATED) | "**Title** \nEnable dynamic class name expressions and support special‑character keys in cookie/l(...TRUNCATED) | 8,385 | baidu/amis | "diff --git a/packages/amis-formula/__tests__/async-evalute.test.ts b/packages/amis-formula/__tests_(...TRUNCATED) | [
"evalute:namespace",
"async-evalute:namespace"
] | ["evalute:simple","evalute:filter","evalute:filter2","evalute:filter3","evalute:filter4","evalute:ke(...TRUNCATED) | No new interfaces are introduced. | custom-check-github | {"base_image_name":"node_16","install":["npm install"],"log_parser":"parse_log_js_4","test_cmd":"cd (...TRUNCATED) | {"num_modified_files":6,"num_modified_lines":95,"pr_author":"2betop","pr_labels":["feat"],"llm_metad(...TRUNCATED) |
983b98f9573e1bc58602bb78ea31d87d3ce829a0 | 2024-06-13 20:29:57 | "codecov[bot]: ## [Codecov](https://app.codecov.io/gh/Materials-Consortia/optimade-python-tools/pull(...TRUNCATED) | materials-consortia__optimade-python-tools-2097 | "diff --git a/openapi/openapi.json b/openapi/openapi.json\nindex c5f1a39e..11eb639e 100644\n--- a/op(...TRUNCATED) | "Validate property names against identifier regular expression\nThis PR implements property name val(...TRUNCATED) | "**Title** \nEnforce OPTIMADE identifier rules for property and field names \n\n**Problem** \nCli(...TRUNCATED) | 2,097 | Materials-Consortia/optimade-python-tools | "diff --git a/tests/models/test_baseinfo.py b/tests/models/test_baseinfo.py\nindex 6d24a116..49d9bd5(...TRUNCATED) | [
"tests/models/test_baseinfo.py::test_bad_entry_info_custom_properties"
] | ["tests/models/test_baseinfo.py::test_available_api_versions","tests/models/test_baseinfo.py::test_g(...TRUNCATED) | "Method: EntryInfoResource.__init__(self, formats: list[str], description: str, output_fields_by_for(...TRUNCATED) | MIT | {"base_image_name":"python_base_310","install":["git submodule update --init --recursive","pip insta(...TRUNCATED) | {"num_modified_files":4,"num_modified_lines":15,"pr_author":"merkys","pr_labels":[],"llm_metadata":{(...TRUNCATED) |
ce04b39d8a6488b9220f0a8f23f55e09886205fa | 2024-10-30 11:20:48 | "codecov[bot]: ## [Codecov](https://app.codecov.io/gh/Materials-Consortia/optimade-python-tools/pull(...TRUNCATED) | materials-consortia__optimade-python-tools-2175 | "diff --git a/optimade/server/config.py b/optimade/server/config.py\nindex 29ba11a1..7b56469c 100644(...TRUNCATED) | "Quality of life changes around JSONL & MongoDB\n- Better error handling and logging on JSONL insert(...TRUNCATED) | "**Title** \nAdd optional default index creation and improve robustness of JSONL data ingestion \n(...TRUNCATED) | 2,175 | Materials-Consortia/optimade-python-tools | "diff --git a/tests/server/entry_collections/test_indexes.py b/tests/server/entry_collections/test_i(...TRUNCATED) | [
"tests/server/entry_collections/test_indexes.py::test_indexes_are_created_where_appropriate"
] | [] | "Method: EntryCollection.insert(self, data: list[EntryResource | dict]) -> None\nLocation: optimade/(...TRUNCATED) | MIT | {"base_image_name":"python_base_310","install":["git submodule update --init --recursive","pip insta(...TRUNCATED) | {"num_modified_files":6,"num_modified_lines":116,"pr_author":"ml-evs","pr_labels":[],"llm_metadata":(...TRUNCATED) |
e171370b70f66dd849211689b5f4aad3a766d6fb | 2025-02-28 12:35:08 | "codecov[bot]: ## [Codecov](https://app.codecov.io/gh/Materials-Consortia/optimade-python-tools/pull(...TRUNCATED) | materials-consortia__optimade-python-tools-2236 | "diff --git a/openapi/openapi.json b/openapi/openapi.json\nindex e2c67e8e..94ef86e7 100644\n--- a/op(...TRUNCATED) | "Add support for `space_group_symmetry_operations_xyz`\nAs above. Adds the OPTIMADE 1.2 field `space(...TRUNCATED) | "**Title** \nAdd OPTIMADE 1.2 `space_group_symmetry_operations_xyz` support to the Structure mo(...TRUNCATED) | 2,236 | Materials-Consortia/optimade-python-tools | "diff --git a/tests/adapters/structures/test_structures.py b/tests/adapters/structures/test_structur(...TRUNCATED) | ["tests/models/test_structures.py::test_structure_fatal_deformities[deformity28]","tests/models/test(...TRUNCATED) | ["tests/adapters/structures/test_structures.py::test_instantiate","tests/adapters/structures/test_st(...TRUNCATED) | "Method: StructureResourceAttributes.check_symmetry_operations(self) \nLocation: optimade/models/str(...TRUNCATED) | MIT | {"base_image_name":"python_base_310","install":["git submodule update --init --recursive","pip insta(...TRUNCATED) | {"num_modified_files":4,"num_modified_lines":77,"pr_author":"ml-evs","pr_labels":["schema: Concerns (...TRUNCATED) |
d6ca66644751d6df2dd0ed3591e63402186cd710 | 2020-04-24 14:12:02 | "abdullahgarcia: Please, review accordingly\niYehuda: Hi @abdullahgarcia, thanks for your contributi(...TRUNCATED) | aquasecurity__kube-hunter-344 | "diff --git a/docs/_kb/KHV051.md b/docs/_kb/KHV051.md\nnew file mode 100644\nindex 0000000..b09de24\(...TRUNCATED) | "Two new kubelet active hunters.\n<!---\r\n Thank you for contributing to Aqua Security.\r\n P(...TRUNCATED) | "**Title** \nAdd active hunters for exposing and exploiting privileged containers via an insecure k(...TRUNCATED) | 344 | aquasecurity/kube-hunter | "diff --git a/tests/core/test_handler.py b/tests/core/test_handler.py\nindex 5c48975..5ccc71e 100644(...TRUNCATED) | ["tests/core/test_handler.py::test_passive_hunters_registered","tests/core/test_handler.py::test_act(...TRUNCATED) | [] | "Method: ProveAnonymousAuth.__init__(self, event)\nLocation: kube_hunter.modules.hunting.kubelet.Pro(...TRUNCATED) | custom-check-github | {"base_image_name":"python_base_310","install":["pip install -q -r requirements-dev.txt","pip instal(...TRUNCATED) | {"num_modified_files":3,"num_modified_lines":573,"pr_author":"abdullahgarcia","pr_labels":[],"llm_me(...TRUNCATED) |
ad4cfe1c11391f66b05df7e26f2059515f1f9988 | 2020-09-07 12:13:32 | "codecov[bot]: # [Codecov](https://codecov.io/gh/aquasecurity/kube-hunter/pull/372?src=pr&el=h1) Rep(...TRUNCATED) | aquasecurity__kube-hunter-372 | "diff --git a/kube_hunter/modules/hunting/aks.py b/kube_hunter/modules/hunting/aks.py\nindex a5877c3(...TRUNCATED) | fix azure spn hunter
Fixes https://github.com/aquasecurity/kube-hunter/issues/370
| "**Title** \nImprove Azure SPN hunter to detect azure.json mounted via hostPath volumes \n\n**Prob(...TRUNCATED) | 372 | aquasecurity/kube-hunter | "diff --git a/tests/hunting/test_aks.py b/tests/hunting/test_aks.py\nnew file mode 100644\nindex 000(...TRUNCATED) | [
"tests/hunting/test_aks.py::test_AzureSpnHunter"
] | [] | "Method: AzureSpnHunter.__init__(self, handler)\nLocation: kube_hunter/modules/hunting/aks.py\nInput(...TRUNCATED) | custom-check-github | {"base_image_name":"python_base_310","install":["pip install -q -r requirements-dev.txt","pip instal(...TRUNCATED) | {"num_modified_files":1,"num_modified_lines":8,"pr_author":"itaysk","pr_labels":[],"llm_metadata":{"(...TRUNCATED) |
SWE-rebench-V2-PRs
Dataset Summary
SWE-rebench-V2-PRs is a large-scale dataset of real-world GitHub pull requests collected across multiple programming languages, intended for training and evaluating code-generation and software-engineering agents. The dataset contains 126,300 samples covering Go, Python, JavaScript, TypeScript, Rust, Java, C, C++, Julia, Elixir, Kotlin, PHP, Scala, Clojure, Dart, OCaml, and other languages.
For log parser functions, base Dockerfiles, and the prompts used, please see https://github.com/SWE-rebench/SWE-rebench-V2
The detailed technical report is available at “SWE-rebench V2: Language-Agnostic SWE Task Collection at Scale”.
Quick Start
from datasets import load_dataset
ds = load_dataset("nebius/SWE-rebench-V2-PRs", split="train")
print(len(ds)) # 126300
Dataset Structure
| Field | Type | Description |
|---|---|---|
instance_id |
string |
Unique identifier for the instance |
repo |
string |
GitHub repository in owner/repo format |
pull_number |
int64 |
Pull request number |
base_commit |
string |
Git commit SHA of the base before the PR |
patch |
string |
The gold patch introduced by the pull request |
test_patch |
string |
Diff adding or modifying tests that verify the patch |
problem_statement |
string |
Issue description the pull request addresses |
pr_description |
string |
Full pull request description |
hints_text |
string |
Additional hints extracted from the issue thread |
created_at |
int64 |
Unix timestamp (milliseconds) of PR creation |
FAIL_TO_PASS |
list[string] |
Test IDs that fail before the patch and pass after |
PASS_TO_PASS |
list[string] |
Test IDs that pass both before and after the patch |
interface |
string |
Description of the code interface changed by the PR |
license |
string |
SPDX license identifier of the repository |
install_config |
struct |
Configuration needed to reproduce the test environment |
meta |
struct |
Metadata and LLM-generated quality annotations |
License
The dataset is licensed under the Creative Commons Attribution 4.0 license. However, please respect the license of each specific repository on which a particular instance is based. To facilitate this, the license of each repository at the time of the commit is provided for every instance.
Citation
@misc{badertdinov2026swerebenchv2languageagnosticswe,
title={SWE-rebench V2: Language-Agnostic SWE Task Collection at Scale},
author={Ibragim Badertdinov and Maksim Nekrashevich and Anton Shevtsov and Alexander Golubev},
year={2026},
eprint={2602.23866},
archivePrefix={arXiv},
primaryClass={cs.SE},
url={https://arxiv.org/abs/2602.23866},
}
- Downloads last month
- 325