Commit Graph

  • 93c54a1d5b Fix return setting last exit code Ian Manske 2024-10-17 19:03:34 -0700
  • 38fc32e9c8 Revert "Implemented polars unnest (#14104)" Ian Manske 2024-10-17 18:41:12 -0700
  • 1ba1c757fb Revert "Make plugin list read state from plugin registry file as well (#14085)" Ian Manske 2024-10-17 18:40:05 -0700
  • 5b126149d0 Revert "run ensure_flag_arg_type for short flag values (#14074)" Ian Manske 2024-10-17 18:40:05 -0700
  • 430d98ada4 Revert "use command: Don't create a variable with empty record if it doesn't define any constants (#14051)" Ian Manske 2024-10-17 18:40:04 -0700
  • 59e9c0501c Revert "Add count to uniq search terms (#14108)" Ian Manske 2024-10-17 18:40:03 -0700
  • 37f203d284 Revert "add like and not-like operators as synonyms for the regex operators =~ and !~ (#14072)" Ian Manske 2024-10-17 18:40:03 -0700
  • f9cfa723fb Revert "Update to rust 1.80.1 (#14106)" Ian Manske 2024-10-17 18:40:02 -0700
  • d326f8c06c Revert "Reduce duplicate dependencies on the windows crate (#14105)" Ian Manske 2024-10-17 18:40:02 -0700
  • fc67ab6906 Revert "allow group-by and split-by to work with other values (#14086)" Ian Manske 2024-10-17 18:40:01 -0700
  • 2be5d1437b Revert "add rendered and json error messages in try/catch (#14082)" Ian Manske 2024-10-17 18:39:55 -0700
  • e735bd475f
    add rendered and json error messages in try/catch (#14082) Darren Schroeder 2024-10-17 20:16:38 -0500
  • fc3f949721 lotta mo typo Darren Schroeder 2024-10-17 19:57:16 -0500
  • 5ef01d3eca typo Darren Schroeder 2024-10-17 19:54:02 -0500
  • 6bc7b2c835 add a couple tests Darren Schroeder 2024-10-17 19:51:29 -0500
  • 6eb8153c00 Merge branch 'main' into render_errors_in_trycatch Darren Schroeder 2024-10-17 19:35:24 -0500
  • 299d199150
    allow group-by and split-by to work with other values (#14086) Darren Schroeder 2024-10-17 16:14:01 -0500
  • 5e784d38eb
    Reduce duplicate dependencies on the windows crate (#14105) YizhePKU 2024-10-18 01:12:45 +0800
  • 868029f655
    Update to rust 1.80.1 (#14106) Jack Wright 2024-10-17 10:01:08 -0700
  • f742189a7e Clearer build_query list example Adam Schmalhofer 2024-10-17 16:20:51 +0200
  • 043d1ed9fb
    add like and not-like operators as synonyms for the regex operators =~ and !~ (#14072) Darren Schroeder 2024-10-17 09:15:42 -0500
  • 6230a62e9e
    Add count to uniq search terms (#14108) 132ikl 2024-10-17 05:19:59 -0400
  • 781d4b9ced don't load closure inside def and export def WindSoilder 2024-10-17 17:15:03 +0800
  • 9c77d3f33c
    Merge branch 'main' into rust_1_80 Wind 2024-10-17 16:46:58 +0800
  • 71b49c3374
    use command: Don't create a variable with empty record if it doesn't define any constants (#14051) Wind 2024-10-17 10:25:45 +0800
  • 2eef42c6b9
    run ensure_flag_arg_type for short flag values (#14074) Solomon 2024-10-17 02:25:17 +0000
  • 0209992f6c
    Make plugin list read state from plugin registry file as well (#14085) Devyn Cairns 2024-10-16 19:24:45 -0700
  • c9d54f821b
    Implemented polars unnest (#14104) Jack Wright 2024-10-16 19:24:14 -0700
  • 59d6dee3b3
    Bump to version 0.99.1 (#14100) Devyn Cairns 2024-10-16 19:23:37 -0700
  • 81c287fed1 update rust version in the Cargo.toml Jack Wright 2024-10-16 12:35:51 -0700
  • 1d279019ce fixing clippy errors Jack Wright 2024-10-16 12:32:55 -0700
  • 585592c98b update to rust 1.80.1 Jack Wright 2024-10-16 12:08:24 -0700
  • f0af52b376 explicitly select column order and sorting to keep examples correct Jack Wright 2024-10-16 11:49:49 -0700
  • 61dcbdf19d Add count to uniq search terms 132ikl 2024-10-16 14:47:14 -0400
  • 363b10b462 Merge branch 'main' into polars_unnest Jack Wright 2024-10-16 10:06:33 -0700
  • 0de1863dd1 Implemented polars unnest Jack Wright 2024-10-16 09:56:07 -0700
  • 65e505ad98 Fix build YizhePKU 2024-10-17 00:46:56 +0800
  • c988f88357 Remove duplicate dependency on the windows crate YizhePKU 2024-10-17 00:43:15 +0800
  • b6347c8383 a few more tweaks Darren Schroeder 2024-10-16 08:20:34 -0500
  • 9c18073ee7 can't have duplicate match arms, of course Darren Schroeder 2024-10-16 07:54:58 -0500
  • 3e802f6acc Merge branch 'main' into add_like_not_like Darren Schroeder 2024-10-16 07:34:21 -0500
  • 3b53a87126 don't remove FILE_PWD and CURRENT_FILE after use WindSoilder 2024-10-16 19:35:31 +0800
  • 5afdf5aba1 Reapply "fix $env.FILE_PWD and $env.CURRENT_FILE inside use (#13958)" (#14057) WindSoilder 2024-10-16 18:27:54 +0800
  • 9d25b2f29a
    Add a workflow to set milestone for a merged PR automatically (#14084) Justin Ma 2024-10-16 15:45:34 +0800
  • 5fccd825d6 Bump to version 0.99.1 Devyn Cairns 2024-10-15 23:27:16 -0700
  • cca8ede07c allow byte_char_slices under nu_parser and lex testing WindSoilder 2024-10-16 11:00:43 +0800
  • 23059f03d1 Revert "fix clippy under new rustc version" WindSoilder 2024-10-16 10:39:53 +0800
  • 937f8449f9
    Bump the polars group with 6 updates dependabot[bot] 2024-10-16 00:25:31 +0000
  • 2f0d351136 run ensure_flag_arg_type for short flag values Solomon Victorino 2024-10-12 17:01:31 -0600
  • 50b85df275 Fix toolkit suggestions PhotonBursted 2024-10-15 19:19:11 +0000
  • 91ff57faa7
    Bump to version 0.99.0 (#14094) 0.99.0 Jakub Žádník 2024-10-15 22:01:08 +0300
  • e3827f7ef2 error when closure param lists aren't terminated by | Solomon Victorino 2024-10-15 12:47:02 -0600
  • 8705330339 Bump to version 0.99.0 Jakub Žádník 2024-10-15 21:51:21 +0300
  • 01c7e0a248 Fix error handling of transpose command PhotonBurst 2024-10-15 18:46:30 +0000
  • b99affba4b
    bumping reedline to version 0.36 (#14093) Jack Wright 2024-10-15 11:05:57 -0700
  • 4db3bcb3d1 commented out dev reedline patch Jack Wright 2024-10-15 10:45:58 -0700
  • 5bf2245c35 cargo check to update the lock file Jack Wright 2024-10-15 10:41:02 -0700
  • 912a8a3370 bumping reedline to version 0.36 Jack Wright 2024-10-15 10:35:23 -0700
  • 7ac2e859d0
    rename memory mode to engine mode Devyn Cairns 2024-10-14 22:40:45 -0700
  • a33ed3d78b fix clippy under new rustc version WindSoilder 2024-10-15 11:15:26 +0800
  • 0d2a28c50f add some extra description information Darren Schroeder 2024-10-14 11:09:33 -0500
  • 639bd4fc2e
    change display_error.exit_code to false (#13873) Wind 2024-10-14 22:57:30 +0800
  • 69b428c1bf update missing column name test Darren Schroeder 2024-10-14 09:53:08 -0500
  • 5e5020ccfa adjust tests WindSoilder 2024-10-14 22:07:55 +0800
  • c844083802 adjust tests WindSoilder 2024-10-14 22:03:15 +0800
  • 034a86f2b2 Merge branch 'main' into default_display_error WindSoilder 2024-10-14 21:39:49 +0800
  • 37c40b994f adjust tests WindSoilder 2024-10-14 21:36:21 +0800
  • 5cb0b38f87 allow group-by and split-by to work with other values Darren Schroeder 2024-10-14 06:54:48 -0500
  • b10c4f9eba
    handle --no-config-file mode Devyn Cairns 2024-10-13 23:31:31 -0700
  • 75a3d7af07
    Make plugin list read state from plugin registry file as well Devyn Cairns 2024-10-13 23:11:03 -0700
  • b5a87ccf41 Add a workflow to set milestone for a merged PR automatically hustcer 2024-10-14 12:05:25 +0800
  • a0f38f8845
    Fix deleted lowercase in keybinding parsing (#14081) Ian Manske 2024-10-13 12:31:09 -0700
  • cefbc4b746 render error messages in try/catch Darren Schroeder 2024-10-13 13:52:56 -0500
  • c1ee2b2f14 Use original value in error messages Ian Manske 2024-10-13 11:05:47 -0700
  • cca999094e Fix missing lowercase Ian Manske 2024-10-13 10:53:49 -0700
  • a11c9e9d70
    Ratelimit save command progress bar updates (#14075) 132ikl 2024-10-13 08:01:03 -0400
  • edc073479d Fix typo Ian Manske 2024-10-12 20:23:58 -0700
  • 9a2a86399c Replace IncorrectValue with InvalidValue Ian Manske 2024-09-29 20:47:00 -0700
  • 11ae2ce88a Temporarily disable the history-import command Piotr Kufel 2024-10-12 19:51:32 -0700
  • bdbcf82967
    Revert "Add the history import command" (#14077) Darren Schroeder 2024-10-12 21:43:24 -0500
  • 976a40c4b5
    Revert "Add the history import command (#13450)" Darren Schroeder 2024-10-12 21:19:44 -0500
  • ad558aa03c update help operators in rust and script Darren Schroeder 2024-10-12 19:43:58 -0500
  • a6ab883a6d Ratelimit save command progress bar updates 132ikl 2024-10-12 20:21:38 -0400
  • 1f47d72e86
    Add the history import command (#13450) Piotr Kufel 2024-10-12 14:42:27 -0700
  • fbbbf825cc Add the history import command Piotr Kufel 2024-07-23 19:57:46 -0700
  • df31e3887c add like and not-like operators as synonyms for the regex operators =~ and !~ Darren Schroeder 2024-10-12 11:02:19 -0500
  • d83781ddec
    support filesize arguments in random binary/chars (#14068) Solomon 2024-10-12 06:49:05 +0000
  • e32e55938b
    Reduce nesting in the history command code (#14069) Piotr Kufel 2024-10-11 23:44:49 -0700
  • de08b68ba8
    Fix try printing when it is not the last pipeline element (#13992) Ian Manske 2024-10-11 23:37:10 -0700
  • c4c44d87cb Introduce footer_inheritance option Maxim Zhiburt 2024-10-12 03:21:21 +0300
  • 9c45de0332 Flatten / cosmetics Piotr Kufel 2024-09-27 17:43:17 -0700
  • af8a52f082 Refractor: Use .map_err() Adam Schmalhofer 2024-10-11 22:48:01 +0200
  • 4b55232954 Rename v_list to v_item Adam Schmalhofer 2024-10-11 22:15:49 +0200
  • 2f4f1f6d57 support filesize arguments in random binary/chars Solomon Victorino 2024-10-11 12:53:40 -0600
  • 0e3a8c552c
    Correct wording from previous PR (#14066) Douglas 2024-10-11 14:57:32 -0400
  • 389e7d2502
    make FooterMode::Auto work (#14063) Darren Schroeder 2024-10-11 13:36:09 -0500
  • 9c5f436bf3 Correct wording from previous PR NotTheDr01ds 2024-10-11 13:33:49 -0400
  • fce6146576
    Refactor config updates (#13802) Ian Manske 2024-10-11 09:40:32 -0700
  • 02313e6819
    Fix --header-row description (#14065) Douglas 2024-10-11 11:14:58 -0400
  • 122753046d Fix --header-row description NotTheDr01ds 2024-10-11 10:07:42 -0400