63 Commits

Author SHA1 Message Date
Georg K
2d868b4e26 fix: entrypoint.sh 2022-03-03 23:05:50 +03:00
Georg K
9de64c0d8d fix: add entrypoint.sh 2022-03-03 23:01:25 +03:00
Georg K
513e50f7f5 fix: add nosumdb 2022-03-03 22:16:56 +03:00
Georg K
3cd63129a6 fix: add ssh 2022-03-03 21:18:32 +03:00
Georg K
a4d54bc847 fix: add git 2022-03-03 20:51:30 +03:00
Georg K
00c4725d2a fix: use golang:1.17.7-alpine3.15 as app image 2022-03-03 02:43:24 +03:00
Georg K
92437761df chore: add docker-compose.yml 2022-03-03 02:39:44 +03:00
Georg K
9c4535cb52 feat: add deploy 2022-03-03 02:25:23 +03:00
Georg K
e690d870fb chore: add .idea to .gitignore 2022-03-03 02:08:58 +03:00
Georg K
e9b53b32ae feat: update Dockerfile 2022-03-03 02:08:40 +03:00
Georg K
d4916fc30d feat: change package for fork 2022-03-03 02:08:22 +03:00
Marcin Bilski
68959a741a Add M1. v0.2.2 v0.2.3 2022-01-14 15:38:10 +01: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. v0.2.1 2022-01-12 12:44:09 +01:00
Marcin Bilski
656e7b2fc1 Configure goreleaser. v0.2.0 2022-01-05 11:42:45 +01:00
Marcin Bilski
9624b2b9ad Give up, change import paths to the fork. 2022-01-05 11:31:44 +01:00
Marcin Bilski
48d1cf9ff8 Add Dockerfile. 2022-01-05 11:30:27 +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 v0.1.10 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
v0.1.9
2019-10-07 08:10:02 +02:00
Serge Zaitsev
0868adad0a use AllTags fetch option v0.1.8 2019-02-11 14:42:21 +01:00
Serge Zaitsev
5a917d7c6f fix symlink checks to use OS file mode, not git file mode v0.1.7 2019-02-08 14:31:55 +01:00
Serge Zaitsev
c2825d2276 process git CLI flags before vcs flags v0.1.6 2019-02-04 15:33:54 +01:00
Serge Zaitsev
d4aafd60cf Merge branch 'master' of github.com:sixt/gomodproxy v0.1.5 2019-02-04 13:27:27 +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
Andrii S
2bf79f79ab Add mount point for disk persistence (#8)
* Add mount point for disk persistence

* Use empty folder for both images
2019-01-28 09:03:37 +00:00
Serge Zaitsev
4b37c90d04 publish both, golang and scratch based containers v0.1.4 2019-01-25 13:50:06 +01:00
Serge Zaitsev
a7494ce36f ignore symlinks to match go1.11.4 checksum algorithm changes v0.1.3 2019-01-14 11:53:30 +01:00
Serge Zaitsev
c16efb7791 update dependencies 2019-01-14 11:53:08 +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
v0.1.2
2018-10-22 14:38:22 +02:00
Serge Zaitsev
e892000edb add docker badge to readme 2018-10-16 17:08:31 +02:00
Serge Zaitsev
ea30305d1c trim leaving version prefix in tag v0.1.1 2018-10-16 14:49:18 +02:00
Serge Zaitsev
1c490bc148 fix command separators in multiline command v0.1.0 2018-10-16 14:38:47 +02:00
Serge Zaitsev
86c2796777 rename docker hub namespace 2018-10-16 14:11:32 +02:00
Serge Zaitsev
513fcca8c6 rewrite deployment rule with after_success 2018-10-16 12:26:21 +02:00
Serge Zaitsev
8967db04f5 disable race flag in tests because it requires cgo 2018-10-16 12:17:04 +02:00
Serge Zaitsev
586001f37f fix env variable syntax 2018-10-16 12:15:04 +02:00
Serge Zaitsev
2ace4f1c80 Merge branch 'master' of github.com:sixt/gomodproxy 2018-10-16 12:12:20 +02:00
Serge Zaitsev
c097c863bd add deploy step to ci 2018-10-16 12:11:19 +02:00
Serge Zaitsev
20f59cf226
add basic expvar metrics and prometheus-compatible exporter (#5) 2018-10-12 13:34:07 +02:00
Serge Zaitsev
1ef560dcac
Merge pull request #1 from zitryss/fix_issue
Fix an issue with the git flag
2018-09-28 09:45:48 +02:00
Serge Zaitsev
8342353dec
Merge pull request #4 from sixt/feature/git-disk-storage
use disk storage for fetching git repos as an alternative to in-memory store
2018-09-25 16:06:39 +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
b786cfca1b
Merge pull request #3 from sixt/feature/pprof
add debug http endpoint for expvar and pprof api
2018-09-25 13:55:59 +02:00
Serge Zaitsev
e9396f2d6f add debug http endpoint for expvar and pprof api 2018-09-25 13:52:43 +02:00