v0.1.8
GitForge v0.1.8
Closed issues:
- GitLab DateTime format change (#9)
- Throw custom exceptions instead of returning Result (#12)
- More tests (#13)
- GitLab Paginated Pull Requests Duplicated (#24)
- Rate Limit Warning Somewhat Noisy (#28)
- Update for
HTTP.jl1.0 and release a new version (#37)
Merged pull requests:
- Throw exceptions instead of the ugly Result monad (#23) (@christopher-dG)
- Migrate to JSON3 (#25) (@christopher-dG)
- Added endpoints to get repositories with single string (#26) (@mattBrzezinski)
- Add owner/repo get_repo endpoint function (#27) (@fchorney)
- Add more Endpoints (Sub/Unsub from MR, PR/MR Comments/Notes) (#29) (@fchorney)
- Add list_pipeline_schedules for gitlab (#30) (@fchorney)
- Fix typos from last PR (#31) (@fchorney)
- Add extra branch functions (#32) (@fchorney)
- Should use DoNothing() for postprocessor (#33) (@fchorney)
- Use Owner/Repo function signature for get_file_contents on GitLab (#34) (@fchorney)
- move version checking from
__init__to precompile time (#36) (@KristofferC) - Added GitLab Issues endpoint (#38) (@mattBrzezinski)
- Update for HTTP.jl 1.0 release (#39) (@quinnj)