No description
Find a file
2026-07-07 08:52:58 +02:00
.envrc feat(DTOs)!: add changelog bulk fetch 2026-06-14 11:24:38 +02:00
.gitignore feat(DTOs)!: add changelog bulk fetch 2026-06-14 11:24:38 +02:00
client.go refactor: add logging to json requests 2026-06-15 05:58:27 +02:00
dto_avatar_urls_bean.go fix: be not strict in json value parsing in constructors 2026-06-14 16:45:56 +02:00
dto_changelog.go fix: add own time struct for time parsing 2026-06-15 06:38:48 +02:00
dto_details.go feat: initial commit 2026-06-12 18:58:57 +02:00
dto_entity.go feat: add worklog actions 2026-06-12 22:16:34 +02:00
dto_field.go feat: initial commit 2026-06-12 18:58:57 +02:00
dto_issue.go feat: add is complete method for pages 2026-06-14 19:26:05 +02:00
dto_issue_bean.go feat: add is complete method for pages 2026-06-14 19:26:05 +02:00
dto_link.go feat: initial commit 2026-06-12 18:58:57 +02:00
dto_page_of_changelogs.go feat: add is complete method for pages 2026-06-14 19:26:05 +02:00
dto_page_of_worklogs.go feat: add is complete method for pages 2026-06-14 19:26:05 +02:00
dto_project.go feat: initial commit 2026-06-12 18:58:57 +02:00
dto_search.go feat(DTOs)!: add changelog bulk fetch 2026-06-14 11:24:38 +02:00
dto_status.go feat: initial commit 2026-06-12 18:58:57 +02:00
dto_time.go fix: use other time format 2026-07-06 06:21:58 +02:00
dto_user_details.go fix: be not strict in json value parsing in constructors 2026-06-14 16:45:56 +02:00
dto_visibility.go feat: add worklog actions 2026-06-12 22:16:34 +02:00
dto_worklog.go fix: create worklog body dto 2026-06-15 08:51:32 +02:00
go.mod refactor: rename module 2026-06-12 19:16:30 +02:00
request_changelog_bulkfetch.go refactor: add logging to json requests 2026-06-15 05:58:27 +02:00
request_issue_bulkfetch.go refactor: use explicit error handling 2026-06-15 06:20:52 +02:00
request_issue_worklog.go fix: omit empty visibility 2026-07-07 08:52:58 +02:00
request_myself.go refactor: add logging to json requests 2026-06-15 05:58:27 +02:00
request_search_jql.go refactor: add logging to json requests 2026-06-15 05:58:27 +02:00