index
:
gitlab/stanuki.git
main
GitLab developer toolkit
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkg
Age
Commit message (
Expand
)
Author
2025-01-13
Only update storage when file does not exist
mo khan
2024-06-19
Rename Paramable to Entity
mo khan
2024-06-13
Save each issue in a a go routine
mo khan
2024-06-13
Add each issue type
mo khan
2024-06-13
Add IssueOpened state
mo khan
2024-06-06
Parse more fields from the issues api
mo khan
2024-06-05
Add yaml tags to issue struct
mo khan
2024-06-05
Save issues to yaml file
mo khan
2024-06-05
Create directory if it does not exist
mo khan
2024-06-05
Start to define a storage interface for saving each issue
mo khan
2024-06-05
Paginate through each page of results
mo khan
2024-06-05
Extract EachIssue function to allow support for paginating through results
mo khan
2024-06-05
Extract methods to send http request
mo khan
2024-06-03
Extract Group type
mo khan
2024-05-18
refactor: extract file for User struct
mo khan
2024-05-18
feat: parse labels
mo khan
2024-05-18
feat: Parse closed_by fields
mo khan
2024-05-18
feat: parse closed_at field
mo khan
2024-05-18
feat: parse timestamps
mo khan
2024-05-18
test: parse json fields
mo khan
2024-05-18
test: parse multiple issues
mo khan
2024-05-18
refactor: extract func to parse issues
mo khan
2024-05-18
test: start to add unit tests
mo khan