index
:
gitlab/stanuki.git
main
GitLab developer toolkit
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-01-13
Update packages
HEAD
main
mo khan
2025-01-13
Only update storage when file does not exist
mo khan
2024-06-19
Rename Paramable to Entity
mo khan
2024-06-18
Allow overriding the db path
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
Install mage before all CI jobs
mo khan
2024-06-05
Use mage to build cli in CI
mo khan
2024-06-05
Add mage build target
mo khan
2024-06-05
Use mage to run tests in CI
mo khan
2024-06-05
install mage again
mo khan
2024-06-05
Install mage in CI
mo khan
2024-06-05
Add run target to magefile
mo khan
2024-06-05
Extract methods to send http request
mo khan
2024-06-05
Use mage as build system
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
chore: use verbose output in tests
mo khan
2024-05-18
test: parse json fields
mo khan
2024-05-18
test: parse multiple issues
mo khan
2024-05-18
test: add issues.json test fixture
mo khan
2024-05-18
refactor: extract func to parse issues
mo khan
2024-05-18
test: start to add unit tests
mo khan
2024-05-18
feat: parse issues from JSON response
mo khan
2024-05-18
chore: add MIT license
mo khan
2024-05-18
chore: install git in alpine:golang image
mo khan
2024-05-18
feat: build request to REST API
mo khan
2024-05-18
chore: add a project README
mo khan
2024-05-18
chore: add minimal CI configuration
mo khan
2024-05-18
initial commit
mo khan