Commit Graph

392 Commits (master)
 

Author SHA1 Message Date
Joseph LaFreniere ec19d0d595
Run `cargo fmt` 11 months ago
Joseph LaFreniere ab500733aa
Run clippy 11 months ago
Joseph LaFreniere fdd4efe12e
flake.lock: Update
Flake lock file updates:

• Updated input 'advisory-db':
    'github:rustsec/advisory-db/e162556b9e8c1542c187290453cbd322e8905f0c' (2023-05-23)
  → 'github:rustsec/advisory-db/af3f3d503f82056785841bee49997bae65eba1c0' (2023-06-03)
• Updated input 'flake-utils':
    'github:numtide/flake-utils/cfacdce06f30d2b68473a46042957675eebb3401' (2023-04-11)
  → 'github:numtide/flake-utils/a1720a10a6cfe8234c0e93907ffe81be440f4cef' (2023-05-31)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/41bb263d28f1a3a3c4dbc6ce21d462cebd94ac71' (2023-05-28)
  → 'github:NixOS/nixpkgs/45d47b647d7bbaede5121d731cbee78f6093b6d6' (2023-06-04)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/61e567d6497bc9556f391faebe5e410e6623217f' (2023-05-23)
  → 'github:cachix/pre-commit-hooks.nix/ca2fdbf3edda2a38140184da6381d49f8206eaf4' (2023-05-29)
• Updated input 'rust-overlay':
    'github:oxalica/rust-overlay/aa1b08de9ca770534ad750dccc70cebd95c15e26' (2023-05-28)
  → 'github:oxalica/rust-overlay/1ef3c6de6127a1cba94cc5492cdde52e33d06ea4' (2023-06-04)
11 months ago
Joseph LaFreniere de8e51884e
Run linting, formatting, and tests in CI using Nix 11 months ago
Joseph LaFreniere 01b363d7c0
Remove `cargo-check` pre-commit hook 11 months ago
Joseph LaFreniere 0375facc29
Add `typos` pre-commit hook 11 months ago
phiresky 0bfb1024af
Merge pull request #172 from prj-2501/master
ffmpeg adapter: added support for processing all subtitle streams
11 months ago
prj-2501 0460c487a3 ffmpeg: add webm to supported extensions 11 months ago
prj-2501 be4b4fb8fe ffmpeg: process all subtitle streams 11 months ago
phiresky 58345767dc don't require db lock on connect / cache.get 12 months ago
phiresky f5285ac5cd
Update issue templates 12 months ago
phiresky 5b91a37318 improve ffprobe error 12 months ago
phiresky 30837dbca2 update readme 12 months ago
phiresky ed06cd9af1 upgrade ubuntu runner 12 months ago
phiresky e1ad40a3ef remove rkv, run cross with bash in release.yml 12 months ago
phiresky 5281839763 extract metadata (like lyrics) from mp3, ogg, flac with ffprobe. 12 months ago
phiresky 2f68436d1c test release 12 months ago
phiresky 8a00919b16
Merge pull request #76 from moonfruit/master
Add jar to zip adapter
12 months ago
phiresky 19d919009d Merge branch 'patch/fix-ci' of https://github.com/lafrenierejm/ripgrep-all 12 months ago
phiresky 5b6c1b1a07 install poppler utils in ci 12 months ago
phiresky 21395734af docs 12 months ago
phiresky ddeaf13766 replace cache with sqlite 12 months ago
phiresky da4a4ce135 upgrade deps 12 months ago
Joseph LaFreniere aec142cd89
Use Nix to run `cargo test` in CI
Using Nix ensures that known versions of all external
dependencies (e.g. `poppler`) are available when running the tests.
1 year ago
Joseph LaFreniere 89d57cf094
Run `cargo update` 1 year ago
Joseph LaFreniere d2940e187d
Run `cargo fmt` 1 year ago
Joseph LaFreniere 0eddb2d67f
Require full references for `pkgs.lib`
Some of crane's documentation refers to `crane.lib.${system}` as just "`lib`",
so removing the import from our flake reduces opportunities for confusion.
1 year ago
Joseph LaFreniere 272b5add4a
Declare `rga` package in Nix flake 1 year ago
Joseph LaFreniere fc5ec4f01b
Follow latest nixpkgs and propagate inputs to pre-commit-hooks 1 year ago
Joseph LaFreniere 096ebc9b53
Include JSONC file when building via Nix 1 year ago
phiresky eef7c2bc04 a bit of error context 1 year ago
phiresky 78caa434cc upgrade deps 1 year ago
phiresky 6e1fed9c52 doc comment 1 year ago
phiresky b8cca54770 binary detection and utf16 1 year ago
phiresky 9d9b34f9cc kinda implement postproc_encoding 1 year ago
phiresky a8386a2575 edition 2021 1 year ago
phiresky 5fa777605d fix #157 (page numbers) and remove trailing empty page from pdf prefix 1 year ago
phiresky 4abed49dfc bump version 1 year ago
phiresky 98ea929978 flexible 1 year ago
phiresky 523baf6db2 better custom adapter 1 year ago
phiresky ddcfff9b4d simplify sqlite adapter 1 year ago
phiresky 816e27802a fix writing file adapter 1 year ago
phiresky c089e44b59 cargo fix 1 year ago
phiresky 2795f96aed add test for zip 1 year ago
phiresky 94a037fcca fix zip reader kinda 1 year ago
phiresky 2b4caf067b not working 1 year ago
phiresky 7984d5f784
Merge pull request #152 from lafrenierejm/feature/flake-buildinputs
Include cargo, nixfmt, rustc, and rustfmt in devShell
1 year ago
Joseph LaFreniere 84b2a2c3bb
Include cargo, nixfmt, rustc, and rustfmt in devShell 1 year ago
phiresky 8c47d6d9ba adds test for fixes #106 1 year ago
phiresky 82b303bb3d fix sqlite adapter 1 year ago