Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,13 @@
"label": "Enabled"
}
],
"links": [],
"modified": "2025-08-21 11:56:17.540867",
"links": [
{
"link_doctype": "Task",
"link_fieldname": "github_repo"
}
],
"modified": "2025-10-23 11:10:06.174293",
"modified_by": "Administrator",
"module": "Erpnext Github Integration",
"name": "Repository",
Expand All @@ -136,5 +141,6 @@
"row_format": "Dynamic",
"sort_field": "modified",
"sort_order": "DESC",
"states": []
"states": [],
"track_changes": 1
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"actions": [],
"autoname": "format:{repo_full_name}-{branch_name}",
"creation": "2025-08-12 18:03:45.452647",
"doctype": "DocType",
"engine": "InnoDB",
Expand Down Expand Up @@ -29,6 +30,7 @@
{
"fieldname": "commit_sha",
"fieldtype": "Data",
"ignore_user_permissions": 1,
"label": "Commit SHA"
},
{
Expand All @@ -49,10 +51,11 @@
],
"istable": 1,
"links": [],
"modified": "2025-08-20 11:22:33.050202",
"modified": "2025-10-23 12:58:08.194724",
"modified_by": "Administrator",
"module": "Erpnext Github Integration",
"name": "Repository Branch",
"naming_rule": "Expression",
"owner": "Administrator",
"permissions": [],
"row_format": "Dynamic",
Expand Down
1 change: 1 addition & 0 deletions erpnext_github_integration/patches.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@

[post_model_sync]
# Patches added in this section will be executed after doctypes are migrated

erpnext_github_integration.patches.add_github_username
2 changes: 1 addition & 1 deletion erpnext_github_integration/public/js/task_client.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,4 @@ frappe.ui.form.on('Task', {
});
}, __('GitHub'));
}
});
});
Loading