-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve import of user, title, labels fields (needed for GitHub issues)
- Loading branch information
Showing
5 changed files
with
134 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
{ | ||
"url": "https://api.github.com/repos/ad-si/TaskLite/issues/72", | ||
"repository_url": "https://api.github.com/repos/ad-si/TaskLite", | ||
"labels_url": "https://api.github.com/repos/ad-si/TaskLite/issues/72/labels{/name}", | ||
"comments_url": "https://api.github.com/repos/ad-si/TaskLite/issues/72/comments", | ||
"events_url": "https://api.github.com/repos/ad-si/TaskLite/issues/72/events", | ||
"html_url": "https://github.com/ad-si/TaskLite/issues/72", | ||
"id": 2186980639, | ||
"node_id": "I_kwDOC26QQc6CWq0f", | ||
"number": 72, | ||
"title": "Support getting the note body from stdin", | ||
"user": { | ||
"login": "ad-si", | ||
"id": 36796532, | ||
"node_id": "MDQ6VXNlcjM2Nzk2NTMy", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/36796532?v=4", | ||
"gravatar_id": "", | ||
"url": "https://api.github.com/users/ad-si", | ||
"html_url": "https://github.com/ad-si", | ||
"followers_url": "https://api.github.com/users/ad-si/followers", | ||
"following_url": "https://api.github.com/users/ad-si/following{/other_user}", | ||
"gists_url": "https://api.github.com/users/ad-si/gists{/gist_id}", | ||
"starred_url": "https://api.github.com/users/ad-si/starred{/owner}{/repo}", | ||
"subscriptions_url": "https://api.github.com/users/ad-si/subscriptions", | ||
"organizations_url": "https://api.github.com/users/ad-si/orgs", | ||
"repos_url": "https://api.github.com/users/ad-si/repos", | ||
"events_url": "https://api.github.com/users/ad-si/events{/privacy}", | ||
"received_events_url": "https://api.github.com/users/ad-si/received_events", | ||
"type": "User", | ||
"site_admin": false | ||
}, | ||
"labels": [ | ||
{ | ||
"id": 1404940648, | ||
"node_id": "MDU6TGFiZWwxNDA0OTQwNjQ4", | ||
"url": "https://api.github.com/repos/ad-si/TaskLite/labels/enhancement", | ||
"name": "enhancement", | ||
"color": "a2eeef", | ||
"default": true, | ||
"description": "New feature or request" | ||
} | ||
], | ||
"state": "open", | ||
"locked": false, | ||
"assignee": null, | ||
"assignees": [], | ||
"milestone": null, | ||
"comments": 0, | ||
"created_at": "2024-03-14T18:14:14Z", | ||
"updated_at": "2024-03-14T18:14:14Z", | ||
"closed_at": null, | ||
"author_association": "OWNER", | ||
"active_lock_reason": null, | ||
"body": "Maybe something like `cat note.txt | tasklite note 3bc4` should work.\r\n\r\nTaskLite could check if `3bc4` is a valid ULID, and if stdin contains anything.\r\nOtherwise use a flag like `cat note.txt | tasklite note --stdin 3bc4` or similar.\r\n\r\n---\r\nTracking issue for @robwhitaker's comment https://github.com/ad-si/TaskLite/issues/2#issuecomment-586727359", | ||
"reactions": { | ||
"url": "https://api.github.com/repos/ad-si/TaskLite/issues/72/reactions", | ||
"total_count": 0, | ||
"+1": 0, | ||
"-1": 0, | ||
"laugh": 0, | ||
"hooray": 0, | ||
"confused": 0, | ||
"heart": 0, | ||
"rocket": 0, | ||
"eyes": 0 | ||
}, | ||
"timeline_url": "https://api.github.com/repos/ad-si/TaskLite/issues/72/timeline", | ||
"performed_via_github_app": null, | ||
"state_reason": null | ||
} |