1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-12-23 22:11:10 +02:00
Commit Graph

61 Commits

Author SHA1 Message Date
Victor Sokolov
2d9ad5c250 IMG-49: Introduced instance (#1512)
* Introduced instance

* Makefile changes
2025-09-09 15:11:37 +02:00
Viktor Sokolov
a95c0bcd66 Use clang-format-20 on CI 2025-07-24 13:21:21 +02:00
Victor Sokolov
aa91342686 IMG-33: adds simple integration tests for image.Load() (#1462)
* Load() integration test

* Added test-images as submodule
2025-07-23 19:09:49 +02:00
DarthSim
7e66b63f35 Set GOFLAGS: -buildvcs=false for lint in CI 2025-07-07 20:26:12 +03:00
DarthSim
c3c560c1e4 Update golangci-lint to 2.1.6 in CI 2025-06-11 16:53:34 +03:00
DarthSim
2013b2f654 Update Helm chart on release 2025-05-16 19:59:51 +03:00
DarthSim
79efd4eb50 Prevent builds in forks 2025-03-31 20:23:35 +03:00
DarthSim
43bd1d73e1 Migrate to golangci-lint v2 2025-03-24 21:01:54 +03:00
DarthSim
700617403f Get rid of docker/setup-buildx-action 2024-11-20 20:22:57 +03:00
DarthSim
85d25917d9 Update Go and vips versions in CI 2024-10-29 23:17:10 +03:00
DarthSim
e485e3b491 Add build-ci-docker GH Actions workflow 2024-10-29 23:02:11 +03:00
DarthSim
2df12ddf0c Minor update in GH Actions workflows 2024-10-29 22:40:33 +03:00
DarthSim
c15612163f Another try to fix Docker manifests anootations 2024-10-29 22:26:09 +03:00
DarthSim
bdb2edf422 Fix Docker manifests annotations 2024-10-29 22:06:08 +03:00
DarthSim
3be311855b Add annotations to Docker manifests 2024-10-29 21:44:56 +03:00
DarthSim
5b8c8f2516 Move Docker images to GitHub Container Registry 2024-10-29 21:19:29 +03:00
DarthSim
ce2495ab05 Update build workflow to better handle pre-release tags 2024-10-28 20:56:57 +03:00
DarthSim
f9f7d57011 Add forgotten secrets: inherit in release workflow 2024-10-26 00:02:09 +03:00
DarthSim
7320a9ad51 Remove skip_cache from golangci/golangci-lint-action 2024-10-25 22:45:38 +03:00
DarthSim
1a338fbaa0 Update golangci/golangci-lint-action 2024-10-25 22:41:29 +03:00
DarthSim
ea7105b253 Disable provenance in Docker builds 2024-10-24 19:18:26 +03:00
DarthSim
fb3cfe69f3 Rearrange GH Actions workflows; Move Docker builds to AWS CloudBuild 2024-10-23 20:55:38 +03:00
DarthSim
d9e88fff1d Update golangci-lint version to 1.61.0 2024-10-03 19:37:36 +03:00
DarthSim
00977602e8 Fix CI 2024-07-11 19:13:29 +03:00
DarthSim
902a70864b Add clang-format to CI 2024-07-11 18:49:12 +03:00
DarthSim
8bbf22c629 Update CI Docker image 2024-07-11 18:48:55 +03:00
DarthSim
e31b24931d Update linter and fix linting errors 2024-04-18 21:16:32 +03:00
DarthSim
0d94a0a47a Update CI Docker image 2024-04-15 21:09:19 +03:00
DarthSim
665e6f29ab Remove redundant actions/cache from GH Actions since actions/setup-go has built-in caching 2024-02-16 21:00:37 +03:00
DarthSim
ce014afca2 Update GH Actions versions 2024-02-16 20:54:53 +03:00
DarthSim
19d7b53113 Update Go versions in CI 2024-02-16 20:49:02 +03:00
DarthSim
20db601820 Set persmissions for GH Actions 2023-12-03 22:14:19 +03:00
DarthSim
2abe0b1866 Update golangci-lint version in CI 2023-11-23 22:47:39 +03:00
DarthSim
1f9b348edc Remove go 1.19 from CI 2023-11-23 22:45:02 +03:00
DarthSim
24fd5964d3 Add vips 8.15 to CI 2023-11-21 22:52:17 +03:00
DarthSim
e29f65831c Update CI Docker image 2023-11-21 22:51:22 +03:00
DarthSim
e619defc4c Update CI Docker file & add push hook 2023-11-21 17:37:29 +03:00
DarthSim
2f5a5fca15 Remove .github/workflows/docs-lint.yml 2023-11-21 17:36:10 +03:00
DarthSim
8b5255da7d Remove notify-imgproxy-helm GH Action 2023-11-05 18:27:56 +03:00
DarthSim
337a6872db properly set env in CI 2023-10-03 20:30:57 +03:00
DarthSim
c18503aaef Fix env in CI Docker image 2023-10-03 20:23:41 +03:00
DarthSim
9e6a66deec Update CI Docker image 2023-10-03 20:12:26 +03:00
DarthSim
7cc77cad13 CI: Update docker image and Go versions 2023-09-12 21:47:25 +03:00
DarthSim
6cff6d4a64 Exclude Go 1.18 from CI 2023-04-28 19:54:09 +03:00
DarthSim
ee9e8f0cb1 Update Go versions in CI 2023-03-10 20:50:21 +03:00
DarthSim
789ece0e83 Update golangci-lint in CI 2023-03-10 20:49:50 +03:00
DarthSim
127015bf75 Include Go version to cache key in CI 2023-03-10 20:49:11 +03:00
DarthSim
5fbc273b6c Update Lint Docs workflow 2023-02-24 20:28:24 +03:00
Vladimir Dementyev
4a60556787 Use lychee to verify docs links (#1087)
* dev: add lychee to lefthook

* docs: make sure internal links has .md

* ci: add docs lint workflow

---------

Co-authored-by: Sergey Alexandrovich <DarthSim@users.noreply.github.com>
2023-02-24 23:23:21 +06:00
DarthSim
15aaadd359 Update golangci-lint in GH Actions 2023-02-21 21:49:48 +06:00