Commit graph

8510 commits

Author SHA1 Message Date
John Kerl
ef42d2d453 6.4.0 for readthedocs 2023-03-02 23:17:47 -05:00
John Kerl
3c5cc37bdf
6.4.0 release (#1081)
* 6.4.0

* make dev for 6.4.0
2022-08-20 18:15:43 -04:00
John Kerl
d8be06b6bb codespell 2022-08-20 09:29:44 -04:00
John Kerl
7c9d0e291d codespell 2022-08-20 09:22:12 -04:00
John Kerl
ad6c2317f1 merge 2022-08-20 09:10:46 -04:00
John Kerl
a13d20e3f3 codespell 2022-08-20 09:10:18 -04:00
John Kerl
dafec6dc09
mlr cat --filename / --filenum (#1080)
* mlr cat --filename / --filenum

* codespell
2022-08-20 08:42:15 -04:00
dependabot[bot]
7be37aeb09
Bump github.com/mattn/go-isatty from 0.0.14 to 0.0.16 (#1074)
Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.14 to 0.0.16.
- [Release notes](https://github.com/mattn/go-isatty/releases)
- [Commits](https://github.com/mattn/go-isatty/compare/v0.0.14...v0.0.16)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-isatty
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-16 00:10:37 -04:00
John Kerl
c61f27fa85 run "make dev" after PR #1071 2022-08-14 00:03:30 -04:00
Matt Forrester
e55efbbfad
doc: fix docs for system/exec() (#1071)
Co-authored-by: Matthew Forrester <matthew.forrester@speechmarks.com>
2022-08-13 23:55:05 -04:00
Abirdcfly
17420e9594
delete unreachable test code caused by os.Exit (#1073)
Signed-off-by: Abirdcfly <fp544037857@gmail.com>

Signed-off-by: Abirdcfly <fp544037857@gmail.com>
2022-08-11 08:13:49 -04:00
John Kerl
c95c054c48
allow multi-line string literals in the DSL (#1070) 2022-08-09 08:51:44 -04:00
John Kerl
5ffb8a59b3 make dev after #1067 2022-08-07 00:40:44 -04:00
Matt Forrester
7a30f3552e
feat: system/exec() function call (#1067)
Co-authored-by: Matthew Forrester <matthew.forrester@speechmarks.com>
2022-08-07 00:36:53 -04:00
John Kerl
c1a1589174
Support simplified sort-map-by-value in the DSL (#1069)
* add shorthands for sorting maps by value

* unit-test files

* on-line help content
2022-08-07 00:31:08 -04:00
John Kerl
a64133250c
Fix natsort of empty strings; support mlr sort -rt same as -tr (#1068)
* mlr sort -rt == mlrt sort -tr

* fix natsort of empty strings
2022-08-06 23:10:09 -04:00
John Kerl
b9c1e74214 doc link 2022-08-06 20:48:33 -04:00
John Kerl
36a2668f22 ran make dev -- hadn't been run in a while 2022-08-01 09:57:32 -04:00
Fulvio Scapin
c9e0559cf6
[Docs] moving --xvright out of the FLATTEN-UNFLATTEN FLAGS section (#1065) 2022-08-01 09:53:40 -04:00
John Kerl
9b56162c96
Make PPRINT empty-string markers readable as such (#1059) 2022-07-17 00:07:12 -04:00
John Kerl
7f7ecc2827 Merge branch 'main' of github.com:johnkerl/miller 2022-07-14 12:06:56 -04:00
John Kerl
45dc0f0e44 flame-graph screenshots 2022-07-14 12:06:50 -04:00
John Kerl
bbeeb92a37
Allow "\n" in mlr repl prompt (#1058) 2022-07-12 19:07:11 -04:00
John Kerl
ba349fe66f README-go-port.md -> README-dev.md 2022-07-12 17:15:06 -04:00
John Kerl
e1fc3e19c0 todo 2022-07-12 08:45:07 -04:00
John Kerl
8bca869b68 update null_count for use in stats1 2022-07-12 01:27:04 -04:00
John Kerl
e7ccb57853 todo 2022-07-12 01:03:10 -04:00
John Kerl
64b3cbfcfe
mlr summary verb (#1056)
* mlr summary verb

* doc content

* iterating on more summarizers; needs work as noted in the PR

* mlr summary with selectable accumulators

* code-review feedback

* iterating on transposed output

* extend unit-test cases

* doc extensions
2022-07-12 00:57:34 -04:00
John Kerl
6b32e1f419
Reduce number of os.Exit callsites, part 1 of n (#1055)
* neaten some uses of os.Exit

* iterating

* iterating

* iterating

* iterating

* iterating

* iterating

* iterating
2022-07-09 18:53:24 -04:00
luzpaz
42cd2ff7ad
Fix doc typo (#1054) 2022-07-08 09:25:22 -04:00
John Kerl
8e6c3e4eaf release docs 2022-07-07 16:08:09 -04:00
John Kerl
88a23f41e7 6.3.0-dev 2022-07-07 16:02:40 -04:00
John Kerl
6ed4c1e48e 6.3.0 release docs 2022-07-07 16:02:09 -04:00
John Kerl
a03b3f37cf doc neaten 2022-07-07 15:41:24 -04:00
John Kerl
31d8632a7f 6.3.0 2022-07-07 15:23:18 -04:00
John Kerl
4c5dba6036
Enable output colorization on Windows by default (#1051)
* Enable output colorization on Windows following after #1045

* doc updates
2022-07-07 15:12:44 -04:00
John Kerl
b5da018538 Merge branch 'main' of github.com:johnkerl/miller 2022-07-07 13:16:33 -04:00
John Kerl
969d969e0b In README.md, link to nice J. Scott Johnson review 2022-07-07 13:16:27 -04:00
Thijs Brobbel
485beb126b
Enable ANSI escape sequence processing on Windows (#1045)
Windows added support for ANSI escape sequences processing, and showing
colors, and such. However, this needs to be enabled explicitly, for that
to work. This enables that on startup.
2022-07-05 10:37:47 -04:00
John Kerl
418f6d80aa
Let + be an alias for then (#1049) 2022-07-04 17:23:19 -04:00
John Kerl
23aefb5646
Fix issue 1032 (#1048)
* Fix issue 1032

* test files
2022-07-04 16:07:12 -04:00
John Kerl
52ce2473fb
Fix issue 1037 (#1047)
* Fix issue 1037

* test files
2022-07-04 15:40:42 -04:00
dependabot[bot]
8d7c7e830b
Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (#1044)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.5 to 1.8.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.7.5...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-29 18:21:39 -04:00
dependabot[bot]
ec0988602d
Bump github.com/stretchr/testify from 1.7.4 to 1.7.5 (#1042)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.4 to 1.7.5.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.7.4...v1.7.5)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-24 14:43:12 -04:00
dependabot[bot]
c6866f0426
Bump github.com/stretchr/testify from 1.7.3 to 1.7.4 (#1040)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.3 to 1.7.4.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.7.3...v1.7.4)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-21 17:37:07 -04:00
dependabot[bot]
fe74f39d09
Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 (#1038)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.7.2...v1.7.3)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-21 00:08:23 -04:00
dependabot[bot]
65eedf093e
Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (#1034)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.7.1...v1.7.2)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-09 16:33:23 -04:00
John Kerl
e905587ac8
Avoid panic when the command line ends in 'then' (#1033) 2022-06-04 11:29:53 -04:00
dependabot[bot]
0d89264a8e
Bump goreleaser/goreleaser-action from 2 to 3 (#1027)
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2 to 3.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-23 09:58:52 -04:00
John Kerl
e91d19de25 typofix 2022-05-14 14:47:14 -04:00