Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge version 1.4.1 into main #94

Merged
merged 35 commits into from
Feb 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
cc269b9
Re added missing cache_hit metric
bhaskarkishore Feb 4, 2022
3e0eb3a
Added dev deps, updated others
bhaskarkishore Feb 8, 2022
74a16c8
Updated deps
bhaskarkishore Feb 8, 2022
6487b6f
Improved clarity of log message
bhaskarkishore Feb 8, 2022
3cf581c
Added new error variants for image resizing ops
bhaskarkishore Feb 8, 2022
dd34866
Refactored resizing code to use better hueristics. Added unit tests.
bhaskarkishore Feb 8, 2022
238fc3d
Removed unused import
bhaskarkishore Feb 8, 2022
029e464
Switched to tikv jemallocator
bhaskarkishore Feb 8, 2022
4c02307
Added env variable for configuring jemallocator
bhaskarkishore Feb 8, 2022
bd30410
Updated project version
bhaskarkishore Feb 10, 2022
ebc681b
Updated minimum image size to 128
bhaskarkishore Feb 14, 2022
afc8d0c
Renaming variables
bhaskarkishore Feb 14, 2022
824a4a7
Scaled aws max doc size limit by 1.5 to account for base64 encoding
bhaskarkishore Feb 14, 2022
6844d65
Added metrics for resizing logic
bhaskarkishore Feb 14, 2022
778c734
Changed metric name
bhaskarkishore Feb 14, 2022
e073f0b
AWS labels now use parent name
bhaskarkishore Feb 14, 2022
326ff9d
AWS labels now use parent name
bhaskarkishore Feb 14, 2022
c11ee8f
Refactored label logic
bhaskarkishore Feb 14, 2022
54e1711
Updated labeling logic
bhaskarkishore Feb 14, 2022
f7ddb9d
Merge branch 'main' of github.com:Cryptonomic/ImageProxy into merge_v…
bhaskarkishore Feb 14, 2022
7198ef7
Fixed bad merge
bhaskarkishore Feb 14, 2022
2937d02
Removed len check from resize validation
bhaskarkishore Feb 14, 2022
920df98
Updated resize logic
bhaskarkishore Feb 14, 2022
ad552e9
Merge branch 'v1.4.1_patch' of github.com:Cryptonomic/ImageProxy into…
bhaskarkishore Feb 14, 2022
926907e
Removed unused import
bhaskarkishore Feb 14, 2022
68351c0
Added moderation category metric
bhaskarkishore Feb 15, 2022
c053265
Added caching layer for database queries
bhaskarkishore Feb 15, 2022
5f255d4
Improved logging
bhaskarkishore Feb 15, 2022
fdfed2e
Added metrics for db cache
bhaskarkishore Feb 15, 2022
c9912e3
Added metrics for ipfs fallback gateway
bhaskarkishore Feb 15, 2022
479d7d6
Added missing mod cat metrics invocation
bhaskarkishore Feb 15, 2022
c5e67ca
Merge branch 'v1.4.1_patch' of github.com:Cryptonomic/ImageProxy into…
bhaskarkishore Feb 15, 2022
5d2fdd9
Added missing invocation of document metric
bhaskarkishore Feb 15, 2022
59910c7
Merge branch 'v1.4.1_patch' of github.com:Cryptonomic/ImageProxy into…
bhaskarkishore Feb 15, 2022
533fd50
Removed unecessary dep
bhaskarkishore Feb 15, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[env]
# Remember to change the below variable in `Dockerfile`
_RJEM_MALLOC_CONF="background_thread:true,tcache:false,dirty_decay_ms:0,muzzy_decay_ms:0,abort_conf:true"
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ lib/*
**/dist
**/build
.github
**/*.md
**/*.md
.cargo
Loading