Commit graph

  • 00c819fca7 Try to fix tabled panic #14710 Maxim Zhiburt 2024-12-31 20:04:13 +0300
  • 4884894ddb
    make exec command decrement SHLVL correctly & SHLVL related test (#14707) Rikuki IX 2024-12-31 23:35:49 +0800
  • 9b3c3453be add a test #14708 WindSoilder 2024-12-31 23:33:59 +0800
  • 652a232e81 auto cd should not canonicalize symbolic path WindSoilder 2024-12-31 22:14:14 +0800
  • c2c84049b7
    SHLVL exec fix & SHLVL related test #14707 RikukiIX 2024-12-31 22:01:32 +0800
  • d09aa11806 add test for save Chen1Plus 2024-12-31 19:33:53 +0800
  • f0870ada07 Only add content_type when no converter was found NotTheDr01ds 2024-12-30 23:19:02 -0500
  • e7877db078
    Coerce boolean values into strings too (#14704) Piepmatz 2024-12-31 04:23:40 +0100
  • 1ed4565c9b add missing method #14704 Tim 'Piepmatz' Hesse 2024-12-31 01:58:36 +0100
  • 46ced61d9a coerce boolean values into strings too Tim 'Piepmatz' Hesse 2024-12-31 01:19:22 +0100
  • bea4726823 missed an alligator Darren Schroeder 2024-12-30 17:49:47 -0600
  • b9ae93f737 fmt Tim 'Piepmatz' Hesse 2024-12-30 23:54:03 +0100
  • 363793ec23 add a small comment Tim 'Piepmatz' Hesse 2024-12-30 23:43:43 +0100
  • 1181349c22
    Promote note about internal_span to doccomment (#14703) Stefan Holderbach 2024-12-30 23:02:57 +0100
  • 2a979ea6fa Promote note about internal_span to doccomment #14703 sholderbach 2024-12-30 22:46:30 +0100
  • 378395c22c
    Remove usages of internal_span (#14700) 132ikl 2024-12-30 03:47:06 -0500
  • f4745ef52f Clippy #14700 132ikl 2024-12-30 01:14:58 -0500
  • 85caa795c9 Remove usages of internal_span 132ikl 2024-12-30 00:35:32 -0500
  • 24003c2848 fix wrong error msg on windows Chen1Plus 2024-12-30 12:28:52 +0800
  • 37281c2fb0 more closure serialization Darren Schroeder 2024-12-29 21:44:34 -0600
  • 2bcf2389aa
    Reference the correct command: insert -> delete (#14696) David Randall 2024-12-29 15:05:12 -0500
  • f7b44984bb
    Update crates/nu-command/src/stor/delete.rs #14696 Darren Schroeder 2024-12-29 14:04:57 -0600
  • a65e5ab01d
    Improve example formatting in README.md (#14695) Joshua 2024-12-29 14:02:57 -0600
  • d8cb4b0e95
    Update with suggested change David Randall 2024-12-29 14:33:05 -0500
  • 5abcd0aa30
    Reference the correct command: insert -> delete David Randall 2024-12-29 14:16:03 -0500
  • c5378e49d5 update README #14695 0x4D5352 2024-12-29 11:21:08 -0600
  • 4ff4e3f93d
    Force installing nushell in standard lib tests to fix CI (#14693) Piepmatz 2024-12-29 00:11:19 +0100
  • e88196ec38 force installing nushell in std lib tests #14693 Tim 'Piepmatz' Hesse 2024-12-28 23:58:45 +0100
  • d36514a323
    Rename/deprecate into bits to format bits (#14634) Stefan Holderbach 2024-12-28 22:49:25 +0100
  • 4401924128
    Bump tabled to 0.17 (#14415) Maxim Zhiburt 2024-12-28 17:19:48 +0300
  • 248994b179 add more cases to nuon range tests Bahex 2024-12-28 16:03:22 +0300
  • fd1f5eb3b0 Add docs to ObviousFloat Bahex 2024-12-28 15:41:22 +0300
  • ecad8fcf92 Preserve step size of ranges when convertion to nuon Bahex 2024-12-28 14:47:57 +0300
  • fc324d0e18 add ObviousFloat, a Display wrapper for f64 Bahex 2024-12-28 14:40:58 +0300
  • 49cedbc9ca Fix build #14415 Maxim Zhiburt 2024-12-28 01:05:20 +0300
  • b26d06b738 Switch from Builder::from to Builder::from_vec Maxim Zhiburt 2024-12-28 00:49:38 +0300
  • 76cb9ee0cf Merge branch 'main' of https://github.com/nushell/nushell into patch/bump-tabled-to-0.17.0 Maxim Zhiburt 2024-12-27 23:59:08 +0300
  • 5314b31b12
    update banner command to respect use_ansi_colors (#14684) Darren Schroeder 2024-12-27 07:16:53 -0600
  • ffeb8d22ff update banner command to respect use_ansi_colors #14684 Darren Schroeder 2024-12-27 07:01:29 -0600
  • b2b5b89a92
    Add command to get evaluated color setting (#14683) Piepmatz 2024-12-27 13:58:18 +0100
  • 76bbd41e43
    Remove trailing slash from symlink completion (issue #13275) (#14667) Henry Jetmundsen 2024-12-27 06:45:52 -0500
  • 3e22573071 add command to get config use colors #14683 Tim 'Piepmatz' Hesse 2024-12-27 10:56:54 +0100
  • c90177b2c5 Remove test function #14681 NotTheDr01ds 2024-12-26 22:55:19 -0500
  • 6d001ec406 Remove no-longer-needed convert_env_values calls NotTheDr01ds 2024-12-26 22:31:28 -0500
  • a9f5f673e7
    Merge branch 'nushell:main' into continue-PWD-per-drive PegasusPlusUS 2024-12-26 18:52:55 -0800
  • a23ee8b563 Clippy Zhenping Zhao 2024-12-26 17:57:35 -0800
  • e4e4fe3f3e Resolve conflicts with main Zhenping Zhao 2024-12-26 17:49:06 -0800
  • 4aada60248 Resolve conflicts with main Zhenping Zhao 2024-12-26 17:45:51 -0800
  • 24619afa72 Resolve conflicts with main branch Zhenping Zhao 2024-12-26 17:32:14 -0800
  • bdb1d47a18 Resolve conflicts with 0.101 Zhenping Zhao 2024-12-26 16:58:39 -0800
  • 5f3c8d45d8
    Add auto option for config.use_ansi_coloring (#14647) Piepmatz 2024-12-26 18:00:01 +0100
  • 13feb4fa31 Remove print NotTheDr01ds 2024-12-26 11:53:27 -0500
  • efc3697d2c updated doc_config.nu to respect new "auto" setting #14647 Tim 'Piepmatz' Hesse 2024-12-26 17:42:25 +0100
  • 641a748821 clippy fix + fmt Tim 'Piepmatz' Hesse 2024-12-26 16:54:21 +0100
  • c51d4fc238 fmt Tim 'Piepmatz' Hesse 2024-12-26 16:45:41 +0100
  • ffcf3a7fce moved UseAnsiColoring into own module and added tests for get Tim 'Piepmatz' Hesse 2024-12-26 16:37:45 +0100
  • 187eba8919 add tests for Value::env_as_bool Tim 'Piepmatz' Hesse 2024-12-26 16:37:23 +0100
  • 619b41ea7c clippy fix Tim 'Piepmatz' Hesse 2024-12-26 16:37:11 +0100
  • 972ab96637 interpret "0" also as false for env variables Tim 'Piepmatz' Hesse 2024-12-26 16:07:47 +0100
  • 38694a9850
    cp: disable unsupported reflink mode in freebsd builds (#14677) Solomon 2024-12-26 06:56:42 -0700
  • f696757239
    Merge branch 'main' into continue-PWD-per-drive PegasusPlusUS 2024-12-26 00:37:37 -0800
  • 66cdd1035e Follow review comments, adjust nu-cli as optional mdule Zhenping Zhao 2024-12-26 00:18:59 -0800
  • 9370c90a5b Follow review comments, adjust nu-cli as optional mdule Zhenping Zhao 2024-12-26 00:06:58 -0800
  • 4d0017b3b0 handle permissions error for glob from Tim 'Piepmatz' Hesse 2024-12-26 02:10:46 +0100
  • 2fb8ed33c4 simplified use_ansi_coloring for table command Tim 'Piepmatz' Hesse 2024-12-26 01:02:25 +0100
  • 0bd9838e78 consider env variables for ansi coloring Tim 'Piepmatz' Hesse 2024-12-26 00:47:21 +0100
  • bb06966cd6 cp: disable unsupported reflink mode in freebsd builds #14677 Solomon Victorino 2024-12-25 15:59:51 -0700
  • 9ad5797e0a move tests #14676 WindSoilder 2024-12-25 22:55:46 +0800
  • 621dfdbe8c remove path add from std/util WindSoilder 2024-12-25 22:48:18 +0800
  • e61e79c466 add path extension func WindSoilder 2024-12-25 22:42:50 +0800
  • e285a2e435 fixed merging issues Tim 'Piepmatz' Hesse 2024-12-25 15:35:53 +0100
  • 1b3afdb78f fmt Tim 'Piepmatz' Hesse 2024-12-25 15:19:32 +0100
  • ca120dd0bc Merge branch 'main' into auto-ansi-colors Tim 'Piepmatz' Hesse 2024-12-25 15:19:15 +0100
  • 0a0475ebad
    add streaming to get and reject (#14622) Renan Ribeiro 2024-12-25 11:13:05 -0300
  • 38ffcaad7b
    make du streaming (#14665) Wind 2024-12-25 21:40:02 +0800
  • 1b01598840
    Run ENV_CONVERSIONS whenever it's modified (#14591) Bahex 2024-12-25 16:37:24 +0300
  • 45ff964cbd
    "short" Welcome Banner option (#14638) Douglas 2024-12-25 08:36:51 -0500
  • 9b9e2d198b
    Update crates/nu-command/src/filters/get.rs #14622 Wind 2024-12-25 21:36:28 +0800
  • 81baf53814
    ls now collects metadata in a separate thread (#14627) Renan Ribeiro 2024-12-25 10:36:02 -0300
  • 6ebc0fc3ff
    Switch from serde_yaml to serde_yml (#14630) Rikuki IX 2024-12-25 21:35:49 +0800
  • b1da50774a
    14523 all comments should be prefixed with space tab or be beginning of token (#14616) RobbingDaHood 2024-12-25 14:31:51 +0100
  • 469e23cae4
    Add bytes split command (#14652) Bahex 2024-12-25 16:04:43 +0300
  • f83d38203d
    Bump the polars group with 6 updates #14672 dependabot[bot] 2024-12-25 12:25:57 +0000
  • 096f3a757a
    Bump sqlparser from 0.49.0 to 0.53.0 #14673 dependabot[bot] 2024-12-25 12:24:13 +0000
  • 79faa091ea Merge branch 'main' into bytes-split #14652 Bahex 2024-12-25 15:23:07 +0300
  • 23ba613b00
    Polars AWS S3 support (#14648) Jack Wright 2024-12-25 04:15:50 -0800
  • f2dcae570c
    Add binary input support to chunks (#14649) Bahex 2024-12-25 15:14:48 +0300
  • f1ce0c98fd
    Add content type metadata to config nu commands (#14666) Piepmatz 2024-12-25 13:14:04 +0100
  • 35d2750757
    Change how and and or operations are compiled to IR to support custom values (#14653) Devyn Cairns 2024-12-25 04:12:53 -0800
  • 4b1f4e63c3
    Replace std::time::Instant with web_time::Instant (#14668) Piepmatz 2024-12-25 09:50:02 +0100
  • c29bcc94e7
    Fix docker image tests (#14671) Justin Ma 2024-12-25 08:18:36 +0800
  • d3cbcf401f
    Bump version to 0.101.1 (#14661) Stefan Holderbach 2024-12-24 23:47:00 +0100
  • 5d558d163e fix use related errors after rebase #14591 Bahex 2024-12-24 18:51:34 +0300
  • 85c05dd243 add a test case Bahex 2024-12-15 13:06:06 +0300
  • 214a10344c run ENV_CONVERSIONS when it's assigned to, immediately Bahex 2024-12-15 10:49:09 +0300
  • c31dd0c56c simplify get_converted_value Bahex 2024-12-14 21:01:13 +0300
  • 4a90375d8a Use std Result rather than a custom result type Bahex 2024-12-14 20:36:51 +0300
  • f7945f2f56 refactor for readablity, keep semantics identical Bahex 2024-12-12 05:04:47 +0300
  • 50cf517e9e Fix docker image tests #14671 hustcer 2024-12-24 13:59:37 +0800
  • 9ff98b3126 Assign nu-script metadata even when not opened --raw NotTheDr01ds 2024-12-23 22:44:16 -0500