Skip to content

Commit

Permalink
feat(s3)!: add s3 as an alternative storage for the processed images
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan.vidrean committed Feb 7, 2024
1 parent 5dfc76c commit ae03bfb
Show file tree
Hide file tree
Showing 40 changed files with 2,460 additions and 1,478 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conventional-label.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (c) Copyright 2019-2023 OLX
# (c) Copyright 2019-2024 OLX

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (c) Copyright 2019-2023 OLX
# (c) Copyright 2019-2024 OLX

# This workflow is triggered when semantic-release
# cretes a new tag in the repository.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-pr-title-with-feedback.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (c) Copyright 2019-2023 OLX
# (c) Copyright 2019-2024 OLX

# Attribution: https://github.com/amannn/action-semantic-pull-request/blob/v5.3.0/.github/workflows/lint-pr-title-preview-outputErrorMessage.yml
name: "Lint PR title preview with feedback"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-cleanup.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (c) Copyright 2019-2023 OLX
# (c) Copyright 2019-2024 OLX

# Delete Docker images, caches and artifacts after PR merge
name: "Clean Up PR"
Expand Down
27 changes: 20 additions & 7 deletions .github/workflows/pull-requests-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,27 @@ jobs:
with:
args: docker restart backend
- name: Install build dependencies
run: apk add --update --no-cache
--repository https://dl-cdn.alpinelinux.org/alpine/v3.17/community
--repository https://dl-cdn.alpinelinux.org/alpine/v3.17/main
run: apk add --update --no-cache --repository https://dl-cdn.alpinelinux.org/alpine/v3.18/main \
build-base=0.5-r3 \
clang=16.0.6-r1 \
clang16-libclang=16.0.6-r1 \
expat-dev=2.5.0-r1 \
giflib-dev=5.2.1-r4 \
glib-dev=2.76.6-r0 \
lcms2-dev=2.15-r2 \
libexif-dev=0.6.24-r1 \
libheif-dev=1.16.2-r0 \
libimagequant-dev=4.2.0-r0 \
libjpeg-turbo-dev=2.1.5.1-r3 \
libpng-dev=1.6.39-r3 \
librsvg-dev=2.56.3-r0 \
libwebp-dev=1.3.2-r0 \
openssl-dev=3.1.4-r5 \
orc-dev=0.4.34-r0 \
pkgconf=1.9.5-r0 \
tiff-dev=4.5.1-r0 \
tar \
curl
musl-dev=1.2.3-r5
vips-dev=8.13.3-r1
vips-heif=8.13.3-r1
tar
- name: Check if nginx is available for files hosting
run: curl http://backend/exif --output /dev/null
# Cache needs the Cargo.lock file for the cache key and must come after the git checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (c) Copyright 2019-2023 OLX
# (c) Copyright 2019-2024 OLX

name: release

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml.off
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (c) Copyright 2019-2023 OLX
# (c) Copyright 2019-2024 OLX

name: build

Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (c) Copyright 2019-2023 OLX
# (c) Copyright 2019-2024 OLX

/target
**/*.rs.bk
Expand Down
Loading

0 comments on commit ae03bfb

Please sign in to comment.