24 Commits

Author SHA1 Message Date
Marcin Bilski
6768e02d91 Fix tagging failing with 400 while no remote tags yet. 2022-01-12 12:44:09 +01:00
Marcin Bilski
9624b2b9ad Give up, change import paths to the fork. 2022-01-05 11:31:44 +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
fc10c1c983 add option to restrict number of parallel vcs workers 2018-11-05 09:00:18 +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
20f59cf226
add basic expvar metrics and prometheus-compatible exporter (#5) 2018-10-12 13:34:07 +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
d789cd77e0 add integrational tests 2018-09-25 13:35:22 +02:00
Serge A. Zaitsev
1411b19ad2 in-memory lru cache of limited capacity
fix memLimit flag usage

use megabytes as a unit for memory store capacity

fix incorrect item rearrangement in lru cache

use latest 1.x Go on trais
2018-09-25 13:29:23 +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