Commit Graph

185 Commits

Author SHA1 Message Date
Lynne Megido a941040948
release v0.3.3 🥳 2021-07-07 00:24:02 +10:00
Lynne Megido f243cbba76
Merge remote-tracking branch 'origin/master' 2021-07-01 18:53:18 +10:00
Lynne Megido 0d034a5c4b
minor logging changes
logs use abbreviated level names:
[D] example
instead of
[DEBUG] example

also, you can now use FIF_LOG instead of RUST_LOG
2021-07-01 18:52:53 +10:00
Lynne Megido 10bf85ba0f bleugh 2021-06-19 17:49:26 +00:00
Lynne Megido e511d215be
minor bash/pwsh output changes
- bash now uses a heredoc to ensure that cheeky filenames containing linebreaks don't escape the echo string
- powershell rename-item now has the verbose flag that i didn't know existed
- there is now a newline between the error and successful output lines
2021-06-18 17:42:16 +10:00
Lynne Megido 4f78d93975
code cleanup 2021-06-18 15:36:05 +10:00
Lynne Megido 3b731a7c61
added --canonical-paths flag
Findings now takes a PathBuf instead of a reference to a Path but there's no noticeable performance change
2021-06-18 15:17:30 +10:00
Lynne Megido 3b7a26961b
i'm disabling the release job because it is probably haunted and, to my knowledge at least, nobody has ever died from being TOO paranoid about CI 2021-06-18 13:26:22 +10:00
Lynne Megido 8a91ca3ef4
an attempt at automated CI release builds that almost certainly won't work 2021-06-18 13:19:02 +10:00
Lynne Megido 60eb781132
you've got to be kitten me!
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-14 18:34:08 +10:00
Lynne Megido 02f377cbb2
release v0.3.2 🥳
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2021-06-14 18:27:50 +10:00
Lynne Megido d0a6e918cc
block compilation if both backends are enabled 2021-06-14 18:23:49 +10:00
Lynne Megido ec4ad77136
donut repeat yourself 2021-06-14 17:54:11 +10:00
Lynne Megido 8b2b26d44f
The Great Grammar Heist 2021-06-14 17:47:21 +10:00
Lynne Megido bd1a2a3e3a
print some more handy info in trace logs 2021-06-14 17:35:47 +10:00
Lynne Megido 0278fe252e
kode kleanup 2021-06-14 17:08:52 +10:00
Lynne Megido 6934dd0b5e
move some commonly used constants into a single module 2021-06-14 17:07:38 +10:00
Lynne Megido 1ecc6e6c6e
semicolonic cleanse 2021-06-14 16:53:41 +10:00
Lynne Megido f8dcdf8a3c
nicer output for `fif -V` and `fif --version` 2021-06-14 16:29:41 +10:00
Lynne Megido 95956f8e30
fixed powershell output format 0u0; 2021-06-13 19:24:21 +10:00
Lynne Megido df9c033b38
cargo update
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-13 16:47:39 +10:00
Lynne Megido 0c8c58366f
add comments to gitlab CI, remove useless version stage 2021-06-13 16:47:20 +10:00
Lynne Megido c66a639eed
release v0.3.1 🥳
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2021-06-07 15:48:46 +10:00
Lynne Megido 8dac4127e9
added text output format
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-07 15:21:47 +10:00
Lynne Megido 5720c53735
more like gitlab C-why
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-10 10:40:23 +10:00
Lynne Megido 2d5d41b162
added clion run configs
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-10 10:38:38 +10:00
Lynne Megido 04574e5932
added more info about installing/configuring fif to README 2021-05-10 09:44:39 +10:00
Lynne Megido ca5773c167
only test json if the feature's enabled 0uo 2021-05-10 09:44:03 +10:00
Lynne Megido a50350a15e
less unneeded backend compilation
previous behaviour: all platforms would compile both infer and xdg-mime
new behaviour: unix platforms always compile xdg-mime but only compile infer if the `infer-backend` feature is enabled, and windows always compiles infer but only compiles xdg-mime if the `xdg-mime-backend` feature is enabled.
2021-05-10 09:43:41 +10:00
Lynne Megido 8341c4aaf7
rename `dirs` parameter to `dir` 2021-05-09 00:23:03 +10:00
Lynne Megido c3b5dbea35
CI is a bit of a pain
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-08 02:50:23 +10:00
Lynne Megido 81347a7658
mime_extension_lookup takes essence_str directly, videos aliases to video
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-08 00:32:44 +10:00
Lynne Megido 3b3a64c9ea
remove drone build status from readme 2021-05-07 02:53:25 +10:00
Lynne Megido 394bcf1897
do a build with default features before all the customised builds, should help speed things up more
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2021-05-07 02:49:17 +10:00
Lynne Megido 0b1abcd659
cleanup doesn't need the feature matrix thingy 0uo 2021-05-07 02:28:01 +10:00
Lynne Megido a1b16bd8e0
use cargo-sweep to clean up the cache every now and then
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-07 02:25:44 +10:00
Lynne Megido 64efb0de27
merge webUI changes, fmt
All checks were successful
continuous-integration/drone/push Build is passing
2021-05-06 09:29:20 +10:00
Lynne Megido 417893cae0
moved ScanError into findings.rs 2021-05-06 09:27:16 +10:00
Lynne Megido 0c0d3f12ea
new and improved rustfmt 2021-05-06 09:06:05 +10:00
Lynne Megido b93e111357
added JSON output 2021-05-06 08:57:42 +10:00
Lynne Megido 774e72423f
test powershell output too 2021-04-30 19:11:24 +10:00
Lynne Megido beebbbbb3b
replace fastrand dep with rand, rustfmt 2021-04-29 17:08:56 +10:00
Lynne Megido a60a19191a
reject lowercase exts bc they don't worky 2021-04-29 17:03:26 +10:00
Lynne Megido 80f14085cf
properly use separate caches for stable/msrv/nightly jobs
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-29 00:27:43 +10:00
Lynne Megido 6d6897a86e
use separate caches for stable/msrv/nightly jobs
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-28 23:56:05 +10:00
Lynne Megido 32edcc0c92
only re-run CI if necessary
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-28 23:52:42 +10:00
Lynne Megido 48c9475b4e
slightly less crummy screenshot 2021-04-28 23:33:52 +10:00
Lynne Megido 26521e3fae
markdown is a pain sometimes
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-28 23:26:44 +10:00
Lynne Megido 952e157873
...fixed broken screenshot link 0uo 2021-04-28 23:23:22 +10:00
Lynne Megido 090e4adafe
release v0.3.0!! \0u0/
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2021-04-28 23:21:27 +10:00