1
1
mirror of https://github.com/wader/fq.git synced 2024-09-17 14:57:09 +03:00
Commit Graph

2587 Commits

Author SHA1 Message Date
Mattias Wadman
0db671f626 interp: Add todo test for eval error in path 2024-03-10 09:59:18 +01:00
Mattias Wadman
1e88b9d2c0
Merge pull request #890 from wader/bump-docker-golang-1.22.1
Update docker-golang to 1.22.1 from 1.22.0
2024-03-06 17:15:56 +01:00
Mattias Wadman
354f7eaabc
Merge pull request #891 from wader/bump-github-go-version-1.22.1
Update github-go-version to 1.22.1 from 1.22.0
2024-03-06 17:15:49 +01:00
bump
2657988daf Update github-go-version to 1.22.1 from 1.22.0 2024-03-06 16:03:51 +00:00
bump
9aa99b47a3 Update docker-golang to 1.22.1 from 1.22.0 2024-03-06 16:03:45 +00:00
Mattias Wadman
ac596de1ad
Merge pull request #888 from wader/bump-gomod-golang-x-net-0.22.0
Update gomod-golang-x-net to 0.22.0 from 0.21.0
2024-03-05 17:27:26 +01:00
bump
85f60df2a7 Update gomod-golang-x-net to 0.22.0 from 0.21.0
Tags https://github.com/golang/net/tags
2024-03-05 17:19:24 +01:00
Mattias Wadman
28ccfdd079
Merge pull request #889 from wader/bump-gomod-golang-x-term-0.18.0
Update gomod-golang-x-term to 0.18.0 from 0.17.0
2024-03-05 17:18:10 +01:00
Mattias Wadman
d30a8fe7bf
Merge pull request #887 from wader/bump-gomod-golang-x-crypto-0.21.0
Update gomod-golang-x-crypto to 0.21.0 from 0.20.0
2024-03-05 17:17:34 +01:00
bump
ba9ecb5418 Update gomod-golang-x-term to 0.18.0 from 0.17.0
Tags https://github.com/golang/term/tags
2024-03-05 16:03:45 +00:00
bump
043f067f27 Update gomod-golang-x-crypto to 0.21.0 from 0.20.0
Tags https://github.com/golang/crypto/tags
2024-03-05 16:03:39 +00:00
Mattias Wadman
f7815d4c41
Merge pull request #885 from thesamesam/which-hunt
pkg/cli/test_exp.sh: use command -v
2024-02-28 00:16:27 +01:00
Sam James
08df7f45c8
pkg/cli/test_exp.sh: use command -v
`which` is non-portable and not part of POSIX, but we can use `command -v`
for the same effect.

Debian [0] and Gentoo [1] are both trying to drop which from their base system.

[0] https://lwn.net/Articles/874049/
[1] https://bugs.gentoo.org/646588

Signed-off-by: Sam James <sam@gentoo.org>
2024-02-27 23:04:10 +00:00
Mattias Wadman
77b2c0225f
Merge pull request #884 from wader/bump-gomod-golang-x-crypto-0.20.0
Update gomod-golang-x-crypto to 0.20.0 from 0.19.0
2024-02-27 17:12:24 +01:00
bump
735256b905 Update gomod-golang-x-crypto to 0.20.0 from 0.19.0
Tags https://github.com/golang/crypto/tags
2024-02-27 16:03:54 +00:00
Mattias Wadman
e8b28a6d39
Merge pull request #883 from wader/diff-remove-dep
test: Replace pmezard/go-difflib with go's internal diff
2024-02-26 12:10:22 +01:00
Mattias Wadman
aaa43dfb81 test: Replace pmezard/go-difflib with go's internal diff 2024-02-26 11:39:03 +01:00
Mattias Wadman
e6f98ae148
Merge pull request #882 from wader/sort-formats
fq: Sort formats
2024-02-18 16:41:55 +01:00
Mattias Wadman
7500a8b767 fq: Sort formats 2024-02-18 16:33:39 +01:00
Mattias Wadman
ae296218cb
Merge pull request #880 from wader/bump-make-golangci-lint-1.56.2
Update make-golangci-lint to 1.56.2 from 1.56.1
2024-02-16 17:24:55 +01:00
Mattias Wadman
3f5996171b
Merge pull request #881 from wader/bump-github-golangci-lint-1.56.2
Update github-golangci-lint to 1.56.2 from 1.56.1
2024-02-16 17:24:40 +01:00
bump
a577c3987c Update github-golangci-lint to 1.56.2 from 1.56.1
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.56.2
2024-02-16 16:03:48 +00:00
bump
1c24f64d9b Update make-golangci-lint to 1.56.2 from 1.56.1
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.56.2
2024-02-16 16:03:45 +00:00
Mattias Wadman
a8dd146cb2
Merge pull request #879 from wader/doc-add-imhex
doc: Add ImHex to related tools
2024-02-15 11:20:36 +01:00
Mattias Wadman
e741ca7888 doc: Add ImHex to related tools 2024-02-15 10:31:54 +01:00
Mattias Wadman
e1da76df6c
Merge pull request #878 from mlofjard/fit-peek-array-support
fit: Skip array fields on pre read messages
2024-02-12 16:43:37 +01:00
Mikael Lofjärd
225fd50783 fit: Skip array fields on pre read messages 2024-02-12 16:31:27 +01:00
Mattias Wadman
4f2cdce290
Merge pull request #877 from mlofjard/fit-peek-reference-fields
fit: Fixed subfield referencing fields below self in message
2024-02-12 15:38:20 +01:00
Mikael Lofjärd
f7b067b6ba Fixed subfield referencing fields below self in message 2024-02-12 15:28:42 +01:00
Mattias Wadman
8ebe5da6a7
Merge pull request #856 from wader/release-0.10.0
fq: Release 0.10.0
2024-02-11 17:10:11 +01:00
Mattias Wadman
15ed1611b8 fq: Release 0.10.0 2024-02-11 17:01:55 +01:00
Mattias Wadman
7ca701d950
Merge pull request #876 from wader/fit-date-time
fit: Formatted date/time description for timestamp fields
2024-02-11 01:09:05 +01:00
Mattias Wadman
76307e4d33 fit: Formatted date/time description for timestamp fields 2024-02-11 00:43:00 +01:00
Mattias Wadman
2a90479fb7
Merge pull request #875 from wader/fit-style-date-time
fit: Show crc as hex, lower case "invalid" and some style harmonization
2024-02-10 18:27:13 +01:00
Mattias Wadman
788088f84d fit: Show crc as hex, lower case "invalid" and some style harmonization 2024-02-10 16:24:16 +01:00
Mattias Wadman
f7ae961e1e
Merge pull request #874 from wader/doc-update
doc: Update docs to include fit format
2024-02-10 01:50:23 +01:00
Mattias Wadman
55470deb99 doc: Update docs to include fit format
Also new version of ansisvg
2024-02-10 01:36:05 +01:00
Mattias Wadman
5684bc43c5
Merge pull request #863 from mlofjard/fit
fit: Added support for ANT+ FIT format (used by Garmin devices)
2024-02-10 01:30:35 +01:00
Mikael Lofjärd
6219d57c35 fit: Added support for dynamic subfields 2024-02-10 01:09:40 +01:00
Mikael Lofjärd
33e5851d03 fit: Fix field casing to snake_case. Misc cleanup. 2024-02-10 01:09:16 +01:00
Mikael Lofjärd
88622804f7 fit: Made long/lat present as float64 2024-02-10 01:09:15 +01:00
Mikael Lofjärd
54c6f0cdc1 fit: Added support for "invalid" value checking.
Added support for array values.
Added documentation and tests.
2024-02-10 01:08:02 +01:00
Mikael Lofjärd
46dbf5b7da fit: Added support for ANT+ FIT format (used by Garmin devices) 2024-02-10 01:08:01 +01:00
Mattias Wadman
6722dd0fdc
Merge pull request #872 from wader/bump-make-golangci-lint-1.56.1
Update make-golangci-lint to 1.56.1 from 1.56.0
2024-02-09 17:46:48 +01:00
Mattias Wadman
07b62fff5c
Merge pull request #873 from wader/bump-github-golangci-lint-1.56.1
Update github-golangci-lint to 1.56.1 from 1.56.0
2024-02-09 17:46:37 +01:00
bump
283380ba6a Update github-golangci-lint to 1.56.1 from 1.56.0
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.56.1
2024-02-09 16:03:33 +00:00
bump
5369576dae Update make-golangci-lint to 1.56.1 from 1.56.0
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.56.1
2024-02-09 16:03:31 +00:00
Mattias Wadman
b77550f421
Merge pull request #871 from wader/macos-home-config
interp: Support ~/.config/fq as fallback on macOS
2024-02-09 16:37:59 +01:00
Mattias Wadman
217660005e interp: Support ~/.config/fq as fallback on macOS
Got fed up with ~/Library/Application Support/fq
2024-02-09 16:10:38 +01:00
Mattias Wadman
81ca47fdd4
Merge pull request #869 from wader/bump-gomod-golang-x-net-0.21.0
Update gomod-golang-x-net to 0.21.0 from 0.20.0
2024-02-08 17:34:52 +01:00