Jose Alonso
bc013f1e6c
Support Bitbucket personal repositories
2022-01-24 19:28:45 +01:00
Benoit Gagnon
251792fbb2
fix: allow dots in a repository path's "user" section ( #106 )
...
GitLab uses "first.last" naming for personal Groups.
This fixes the ability to reference personal GitLab
projects with jb.
2020-05-19 22:55:33 +02:00
Dominik Süß
50b717beab
Fix subgroup parsing on subsequent installs ( #93 )
...
* Fix subgroup parsing on subsequent installs
* enforce .git as remote suffix
* fix integration tests
* do not modify pointer receiver in getters
* fix merged integration tests
2020-05-06 20:40:34 +02:00
Dominik Süß
74a7f9775e
feat: subgroups ( #91 )
...
Several code-hosters like GitLab allow to have subgroups. These were previously not suppported because we weren't able to tell if something was a subgroup or a subdir.
By letting users specify the `.git` part of the http string as well, this now work for all protocol, including https.
2020-03-17 17:45:34 +01:00
Matthias Loibl
bcd89fd33d
feat(spec): version field ( #85 )
...
Adds a `version` field to the `jsonnetfile.json`, so that `jb` can automatically recognize too old / too new schema versions, instead of panicking.
2020-02-28 17:41:49 +01:00