nasser / nostrand

Clojure on Mono
68 stars 11 forks source link

Fixed branch param issue for gitlab api v4 #38

Closed skydread1 closed 2 years ago

skydread1 commented 2 years ago

Closes #37

sha parameter is now used instead of obsolete ref parameter in the built gitlab url.

sha and branch value case handled and the final dep repo name is always using the branch name only for clarity such as:

[repo]-[branch]

Closes #34

Private GitHub dep supported using GitHub token

Better error handling for missing or wrong parameters for GitLab and GitHub API calls.

skydread1 commented 2 years ago

Changes including in this PR44