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

Adding blurhash to image_details. #5227

Merged
merged 23 commits into from
Feb 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
c4a88e5
Adding blurhash to image_details.
dessalines Nov 25, 2024
21a7c0a
Merge remote-tracking branch 'origin/main' into add_blurhash
dessalines Jan 10, 2025
a30171e
Using new pictrs to get blurhash.
dessalines Jan 10, 2025
89f7fff
Merge remote-tracking branch 'origin/main' into add_blurhash
dessalines Jan 14, 2025
f39a25a
Fixing ts-binding.
dessalines Jan 14, 2025
2123081
Merge remote-tracking branch 'origin/main' into add_blurhash
dessalines Jan 14, 2025
c34656b
Addressing PR comments.
dessalines Jan 14, 2025
c2f094a
Merge branch 'main' into add_blurhash
dessalines Jan 15, 2025
7ddf5a5
Merge remote-tracking branch 'origin/main' into add_blurhash
dessalines Jan 16, 2025
d0fd9ae
Merge remote-tracking branch 'origin/main' into add_blurhash
dessalines Jan 16, 2025
dbf7783
Merge remote-tracking branch 'origin/main' into add_blurhash
dessalines Jan 24, 2025
fb305ba
Commenting checks.
dessalines Jan 24, 2025
00d1770
Switching back to rust 1.81.
dessalines Jan 24, 2025
ad017c5
Adding diesel schema
dessalines Jan 24, 2025
04aa24c
Adding database user creation.
dessalines Jan 24, 2025
9b562ae
Specific tests.
dessalines Jan 24, 2025
d85f904
Merge remote-tracking branch 'origin/main' into add_blurhash
dessalines Feb 10, 2025
1ea4264
Upping pictrs to 0.5.17-pre.9
dessalines Feb 10, 2025
e708a5d
Fixing
dessalines Feb 10, 2025
cd5a769
Using full tests.
dessalines Feb 10, 2025
213273e
Merge branch 'main' into add_blurhash
dessalines Feb 10, 2025
a53e1e0
Fixing pictrs hash.
dessalines Feb 10, 2025
07e14b0
Upgrading pnpm deps.
dessalines Feb 10, 2025
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
14 changes: 7 additions & 7 deletions api_tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repository": "https://github.com/LemmyNet/lemmy",
"author": "Dessalines",
"license": "AGPL-3.0",
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@10.2.1+sha512.398035c7bd696d0ba0b10a688ed558285329d27ea994804a52bad9167d8e3a72bcb993f9699585d3ca25779ac64949ef422757a6c31102c12ab932e5cbe5cc92",
"scripts": {
"lint": "tsc --noEmit && eslint --report-unused-disable-directives && prettier --check 'src/**/*.ts'",
"fix": "prettier --write src && eslint --fix src",
Expand All @@ -23,17 +23,17 @@
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/joi": "^17.2.3",
"@types/node": "^22.10.7",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"eslint": "^9.18.0",
"@types/node": "^22.13.1",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"eslint": "^9.20.0",
"eslint-plugin-prettier": "^5.2.3",
"jest": "^29.5.0",
"lemmy-js-client": "0.20.0-ap-id.1",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"ts-jest": "^29.1.0",
"tsoa": "^6.6.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0"
"typescript-eslint": "^8.24.0"
}
}
Loading