Revisions of miller

buildservice-autocommit accepted request 1161041 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 58)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1158638 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 57)
- Update to version 6.12.0+git20240316.f6e378c8:
  * build previous
  * 6.12.0 doc link
  * miller 6.12.0
  * Add descriptions for `put` and `filter` verbs (#1529)
  * Avoid spurious `[]` on JSON output in some cases (#1528)
  * Bump actions/checkout from 4.1.1 to 4.1.2 (#1526)
  * Bump golang.org/x/term from 0.17.0 to 0.18.0 (#1522)
  * Bump golang.org/x/sys from 0.17.0 to 0.18.0 (#1521)
  * Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#1516)

- Update to version 6.11.0+git20240301.e528b9e11:
  * Bump actions/cache from 4.0.0 to 4.0.1 (#1511)
  * Improved file-not-found handling (#1508)
  * python/make-tsv.py
  * Enable record-hashing by default (#1507)
  * Miller produces no output on TSV with > 64K characters per line (#1505)
  * Separate out `ILineReader` abstraction (#1504)
  * Bump github.com/klauspost/compress from 1.17.6 to 1.17.7 (#1502)
  * Support thousands separator in `fmtnum` (#1499)
  * make dev artifacts for sparsify
  * mlr sparsify (#1498)

- Update to version 6.11.0+git20240208.cd6d42736:
  * Bump golang.org/x/term from 0.16.0 to 0.17.0 (#1494)
  * Bump github.com/klauspost/compress from 1.17.5 to 1.17.6 (#1492)
  * Bump actions/upload-artifact from 4.3.0 to 4.3.1 (#1491)
  * sort-link doc update
  * Bump github.com/klauspost/compress from 1.16.7 to 1.17.5 (#1486)
  * 6.11.0-dev (#1484)
buildservice-autocommit accepted request 1148774 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 56)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 55)
- Use %patch -P N instead of deprecated %patchN.
buildservice-autocommit accepted request 1142882 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 54)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1141072 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 53)
- Update to version 6.11.0+git20240123.6f24fb39:
  * miller.spec typofix
  * Miller 6.11.0 (#1481)
  * Implement all/by-regex field selection (`-a`/`-r`) for `mlr sub`, `gsub`, and `ssub` (#1480)

- Update to version 6.10.0+git20240121.81d11365:
  * `mlr reorder` with regex support [WIP] (#1473)
  * Auto-unsparsify CSV and TSV on output (#1479)
  * Support markdown format on input (#1478)
  * Don't run regression tests twice in GitHub CI (#1477)
  * Fix typos in tests for PPRINT barred input (#1476)

- Update to version 6.10.0+git20240120.bfc829a3:
  * Internal name-neatens (#1475)
  * typofix
  * Support PPRINT barred input (#1472)
  * Bump actions/upload-artifact from 4.1.0 to 4.2.0 (#1471)
  * Bump actions/cache from 3.3.3 to 4.0.0 (#1470)
  * Bump actions/upload-artifact from 4.0.0 to 4.1.0 (#1469)
  * Bump actions/cache from 3.3.2 to 3.3.3 (#1468)
buildservice-autocommit accepted request 1138340 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 52)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1137075 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 51)
- Update to version 6.10.0+git20240105.664a84fa:
  * Bump golang.org/x/term from 0.15.0 to 0.16.0 (#1466)
  * Have `clean_whitespace` re-run type inference (#1464)
  * Fix #1462: remove limit of 1000 on dedupe field names (#1463)
  * On-line help info for `mlr join --lk ""` (#1458)
  * Implement `mlr uniq -x` (#1457)
  * Replace deprecated `io/ioutil` functions (#1452)
  * New `strmatch`/`strmatchx` DSL functions (#1448)
  * make docs
  * Document and unit-test regex-capture reset logic (#1451)
  * mlr --norc cat was erroring (#1450)
  * Preserve regex captures across stack frames (#1447)
  * Rename internal regex functions (#1446)
  * Bump actions/upload-artifact from 3.1.3 to 4.0.0 (#1445)
  * release docs including 6.9.0 and 6.10.0
  * 6.10.0-dev
buildservice-autocommit accepted request 1134357 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 50)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1132962 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 49)
- Update to version 6.10.0+git20231213.c680f331:
  * add doc note re snag found on last commit
  * update go 1.18 -> 1.19 in more spots
  * update path in create_release_tarball
  * miller 6.10.0 (#1442)
  * neaten
  * Update to Go 1.19 (#1441)
  * Bump actions/setup-go from 4.1.0 to 5.0.0 (#1436)
  * Absent variable on left side of boolean OR (`||`) expression makes it absent (#1434)
  * Bump golang.org/x/term from 0.14.0 to 0.15.0 (#1432)
  * Fix ragged-CSV auto-pad (#1428)
  * Add a `--files` option (#1426)
  * JSONL output does not properly handle keys with quotes (#1425)

- Update to version 6.9.0+git20231108.f2a9ae5c:
  * Bump golang.org/x/term from 0.13.0 to 0.14.0 (#1423)
  * Bump golang.org/x/sys from 0.13.0 to 0.14.0 (#1420)
  * Bump golang.org/x/text from 0.13.0 to 0.14.0 (#1419)
  * transformers/grep: avoid allocations with `(*regexp.Regexp).MatchString` (#1416)
  * neaten README.md
  * add `winget` to README (#1414)
  * Bump actions/checkout from 4.1.0 to 4.1.1 (#1412)
  * Bump github.com/mattn/go-isatty from 0.0.19 to 0.0.20 (#1411)
  * Bump golang.org/x/term from 0.12.0 to 0.13.0 (#1404)
  * Bump actions/checkout from 4.0.0 to 4.1.0 (#1400)
  * Bump goreleaser/goreleaser-action from 4.6.0 to 5.0.0 (#1396)
  * Include `null` in `any` typemask (#1395)
  * Name-neaten for #1392 (#1393)
  * Better API example (#1392)
  * doc tweaks
buildservice-autocommit accepted request 1092647 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 48)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1090954 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 47)
- Update to version 6.8.0+git20230604.4050f566:
  * fix mis-spelling for head docs
  * Update readthedocs notes in the how-to-release page (#1308)
  * release 6.8.0 docs
  * post-6.8.0
  * Update go version in .github/workflows/release.yml
  * go mod tidy
  * miller 6.8.0
  * Unify the `case` verb, and add options (#1306)
  * Values-only `-a` option for `mlr grep` (#1305)
  * Bump github/codeql-action from 2.3.5 to 2.3.6 (#1303)
  * Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#1301)
  * Bump github/codeql-action from 2.3.4 to 2.3.5 (#1300)
  * Bump github/codeql-action from 2.3.3 to 2.3.4 (#1299)
  * Bump github.com/mattn/go-isatty from 0.0.18 to 0.0.19 (#1296)
  * Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#1295)
  * Bump actions/setup-go from 4.0.0 to 4.0.1 (#1294)
  * Let `mlr help` take pre-flags, such as `--always-color` (#1292)
  * New `mlr json-parse -k` flag (#1291)
  * Bump golang.org/x/term from 0.7.0 to 0.8.0 (#1285)
  * Bump github/codeql-action from 2.3.2 to 2.3.3 (#1284)

- Update to version 6.7.0+git20230501.6c86ef19:
  * Bump codespell-project/actions-codespell (#1282)
  * Bump github/codeql-action from 2.3.1 to 2.3.2 (#1279)
  * Bump github/codeql-action from 2.3.0 to 2.3.1 (#1277)
  * Bump github/codeql-action from 2.2.12 to 2.3.0 (#1274)
  * Implement `--csv-trim-leading-space` flag (#1272)
  * Fix precedence of coalesce operators `??` and `???` (#1270)
  * Treaet data-file numbers with leading + as numeric (#1269)
buildservice-autocommit accepted request 1075353 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 46)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1075352 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 45)
- Update to version 6.7.0+git20230328.dc14420f:
  * Bump github/codeql-action from 2.2.8 to 2.2.9 (#1250)
  * Fix issue links in README-dev.md (#1248)
  * `index` DSL function [WIP] (#1247)
  * Bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18 (#1243)
  * Bump golang.org/x/term from 0.0.0-20210927222741-03fcf44c2211 to 0.6.0 (#1222)
  * Bump minimum compiler version from Go 1.15 to 1.18 (#1246)
  * Bump actions/checkout from 3.4.0 to 3.5.0 (#1245)
  * Add optional second base argument to `int` DSL function (#1244)
  * Bump github/codeql-action from 2.2.7 to 2.2.8 (#1242)
  * Bump actions/checkout from 3.3.0 to 3.4.0 (#1234)
  * Bump actions/setup-go from 3.5.0 to 4.0.0 (#1233)
  * Bump github/codeql-action from 2.2.6 to 2.2.7 (#1232)
  * Bump actions/cache from 3.2.6 to 3.3.1 (#1229)
  * Bump github/codeql-action from 2.2.5 to 2.2.6 (#1230)
  * Add `mlr step -a rprod` for running products (#1228)
  * Label head docs as "Miller Dev Documentation"
  * doc note for #1218
  * Run go mod tidy (#1220)
  * Include tools in the release tarball (#1221)
  * Add new `upcase` and `downcase` verbs (#1217)
  * Docs re `tail -f` and `--records-per-batch 1` (#1218)
  * typofix
  * Fix bug on DSL comment with no final newline (#1216)
  * release docs
  * build artifacts
  * miller 6.7.0-dev
  * miller 6.7.0
  * Support more backslashed special characters in DSL strings (#1212)
  * unit-test files
buildservice-autocommit accepted request 1056962 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 44)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1046623 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 43)
- Update to version 6.6.0+git20230101.7495a8845:
  * link to 6.6.0 docs
  * doc-neaten
  * post-6.6.0
  * 6.6.0 (#1169)
  * Fix #1164: regression on CSV blank-line handling (#1168)
  * mlr unspace verb (#1167)
  * Add doc info on DSL code-comment syntax (#1165)
  * Fix #1102 (#1163)
  * Fix #1146 (#1157)
  * Bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17 (#1162)
  * Bump actions/cache from 3.2.1 to 3.2.2 (#1160)
  * Bump actions/cache from 3.2.0 to 3.2.1 (#1156)
  * Bump actions/cache from 3.0.11 to 3.2.0 (#1155)
  * Bump github/codeql-action from 2.1.36 to 2.1.37 (#1151)
  * Bump actions/setup-go from 3.4.0 to 3.5.0 (#1148)
  * Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 (#1147)
  * Bump actions/checkout from 3.1.0 to 3.2.0 (#1145)
  * Bump github/codeql-action from 2.1.35 to 2.1.36 (#1143)
  * Fix typo in `mlr put` documentation (#1140)
  * Bump actions/setup-go from 3.3.1 to 3.4.0 (#1136)
  * Bump github/codeql-action from 2.1.33 to 2.1.35 (#1137)
buildservice-autocommit accepted request 1041199 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 42)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1039185 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 41)
- Update to version 6.5.0+git20221130.636ca8873:
  * Fix typos (#1135)
  * Release notes
  * Post-6.5.0
  * Miller 6.5.0 (#1134)
  * Miller 6.5.0
  * Convert mlrval polymorphism from struct to unionish interface (#1133)
  * Clarify locations of performance info
  * More mlrval size-reduction (#1132)
  * More mlrval size-reduction
  * Exclude median from summary default (#1131)
  * Exclude median from summary default
  * Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#1113)
  * Bump actions/upload-artifact from 3.1.0 to 3.1.1 (#1112)
  * Bump actions/cache from 3 to 3.0.11 (#1109)
  * Bump github/codeql-action from 2.1.28 to 2.1.33 (#1126)
  * Use int8 for mvtype (memory reduction) (#1130)
  * make fmt
  * forgot to set between-releases version to 6.4.0-dev after 6.4.0
  * Bump github.com/pkg/profile from 1.6.0 to 1.7.0 (#1110)
  * [StepSecurity] ci: Harden GitHub Actions (#1107)
  * fix an old typo

- Renaming buildmode-pie.patch to buildmode-pie.diff
- Update to version 6.4.0+git20221003.39286923d:
  * Don't double-quote a CSV field only for having a leading space (#1101)
buildservice-autocommit accepted request 1009178 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 40)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1007590 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 39)
- Update to version 6.4.0+git20220929.36d0ed760:
  * type-safety in exec (#1099)
  * add source-checkout info to build-from-source instructions
  * Check -- terminator on --mfrom (#1098)
  * todo
  * mlr reshape multiple regex via multiple -r (#1091)
  * Fix labels for mlr histogram --auto (#1089)
  * Continue #1086 (#1087)
Displaying revisions 1 - 20 of 58
openSUSE Build Service is sponsored by