Skip to content

Tags: stormcat24/protodep

Tags

v0.1.8

Toggle v0.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump dependencies (#109)

v0.1.7

Toggle v0.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Write "includes" attribute to lock file and add document (#94)

v0.1.6

Toggle v0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Validate `proto_outdir` exists (#82)

0.1.5

Toggle 0.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add subgroup option. (#69)

* Add subgroup option.

In GitLab it's possible to have subgroups to organize repositories.
Protodep can not currently deal with this as it assumes the repo path
follows GitHub rules and only contains github.com/$organization/$repo.

This commit adds a subgroup property to the dependency schema that
allows the user to specify the subgroup or subgroups that are involved
in the git URL reference. When the subgroup property is not present,
the behavior remains unchanged so this should not be a breaking change.

Signed-off-by: Ryan Goodfellow <[email protected]>

* respond to review comments

0.1.4

Toggle 0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Try to get the main branch reference when the master branch is not fo…

…und (#68)

0.1.3

Toggle 0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix checkout by tag in revision (#64)

0.1.2

Toggle 0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(dependency): add specific agent protocol for dependency (#62)

* feat(dependency): add specific agent for dependency

* fix(service): add agent to .lock

* feature(deps): clean code + add tests + gofmt

* feature(deps): rename agent to protocol

0.1.1

Toggle 0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add version command to print version (#60)

0.1.0

Toggle 0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support basic authentication via HTTPS (#55)

0.0.9

Toggle 0.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support glob ignores (#47)