22 Commits

Author SHA1 Message Date
Michal Hodur
9caa24db3b fix: Fix building on Apple Silicon darwin64 2022-08-11 09:25:59 +02:00
Marcin Bilski
4e2759e69f Update cache after tagging, so the cache reflects the updated version of
the source code.
2022-05-11 11:30:19 +02:00
Marcin Bilski
c327898faa Add support for ssh passphrases. 2022-01-14 12:35:20 +01:00
Marcin Bilski
6768e02d91 Fix tagging failing with 400 while no remote tags yet. 2022-01-12 12:44:09 +01:00
Marcin Bilski
52d4a68d86 Prevent tagging existing remote versions. 2021-12-22 21:53:45 +01:00
Marcin Bilski
e08d238243 Add support for ephemeral tags. 2021-12-22 14:04:57 +01:00
Marcin Bilski
92e846002e Do not list default 0.0.0 version for Go modules. 2021-12-22 14:01:32 +01:00
Marcin Bilski
708a07fec6 Fix broken support for monorepos. 2021-12-22 14:00:34 +01:00
Serge Zaitsev
db43a4e741 encode module name with gomod vcs provider to handle uppercase module paths 2019-11-08 10:08:36 +01:00
Serge Zaitsev
7a37ec05c4
Delete modules in case of breaking changes or invalid checksums, compatibility with go mod download (#10)
* add module invalidation via DELETE request
* add go mod download vcs provider
2019-10-07 08:10:02 +02:00
Serge Zaitsev
0868adad0a use AllTags fetch option 2019-02-11 14:42:21 +01:00
Serge Zaitsev
5a917d7c6f fix symlink checks to use OS file mode, not git file mode 2019-02-08 14:31:55 +01:00
Serge Zaitsev
c7f7535da8 expose module name in both, bang-encoded and normal mixed-case form 2019-02-04 13:24:47 +01:00
Serge Zaitsev
a7494ce36f ignore symlinks to match go1.11.4 checksum algorithm changes 2019-01-14 11:53:30 +01:00
Serge Zaitsev
5fed7316c6 add support for custom vcs handlers 2018-11-06 14:38:55 +01:00
Serge Zaitsev
254fe284ff
Feature/nested modules (#6)
* add support for nested go modules

* update dependencies
2018-10-22 14:38:22 +02:00
Serge Zaitsev
374bc078c5 use disk storage for fetching git repos as an alternative to in-memory store 2018-09-25 16:03:04 +02:00
Serge Zaitsev
0f6ba760df add vcs tests 2018-09-21 15:06:56 +02:00
Serge Zaitsev
f67e23486c add tests for meta import resolver 2018-09-20 14:02:54 +02:00
Serge Zaitsev
0140bf1319 move meta imports handler into a separate file 2018-09-20 12:10:24 +02:00
Serge Zaitsev
020b523d4a provide go doc comments for exported types and functions 2018-09-19 16:34:17 +02:00
Serge Zaitsev
ce767e10ee initial commit 2018-09-19 11:20:09 +02:00