1
0
mirror of https://github.com/nushell/nushell.git synced 2025-06-08 02:57:06 +02:00

Commit Graph

  • 3bf96523a4
    Pull reedline development version () main Stefan Holderbach 2025-06-07 22:19:25 +02:00
  • 8d46398e13
    fix(polars): swap out pivot for pivot_stable to suppress warning message () pyz4 2025-06-07 12:46:02 -04:00
  • 461d558983
    Fix: Downgrade calamine to 0.26 to fix build without --locked () Piepmatz 2025-06-07 12:42:43 +02:00
  • 65c9160170
    Fix typo in example config.nu () Ofek Lev 2025-06-07 01:51:07 -04:00
  • e3124d3561
    reorder cals input_output_types () Raoul Kent 2025-06-06 22:28:12 +02:00
  • b886fd364c
    update nushell to use coreutils v0.1.0 crates () Darren Schroeder 2025-06-05 15:59:34 -05:00
  • 21d949207f
    Add regex documentation/examples to polars col () Jack Wright 2025-06-05 13:53:22 -07:00
  • 4a9e2ac37b
    Creates col and nth expressions when using paths on lazy frames. () Jack Wright 2025-06-05 12:42:27 -07:00
  • 9cc74e7a9f
    Update where documentation () 132ikl 2025-06-05 15:31:22 -04:00
  • 4adcf079e2
    fix(std/iter): align example descriptions with closure logic for find and find-index () Cattle_Horse 2025-06-05 20:37:09 +08:00
  • 81cec2e50f
    Fix table wrap emojie () Maxim Zhiburt 2025-06-05 14:45:05 +03:00
  • ed7b2615c1
    fix(glob): Fix drive-letter glob expansion on Windows () Bertrand Bousquet 2025-06-04 12:28:49 -10:00
  • 74e0e4f092
    (gstat): add config option to disable tag calculation () Dominik Pilipczuk 2025-06-05 00:28:02 +02:00
  • 42fc9f52a1
    Partial workaround and deprecation warning for breaking change usage of () 132ikl 2025-06-04 04:19:25 -04:00
  • c563e0cfb0
    build(deps): bump itertools from 0.13.0 to 0.14.0 () dependabot[bot] 2025-06-04 08:10:21 +00:00
  • 8671a3dbbd
    Fixup: Fix regression caused by () Rong "Mantle" Bao 2025-06-04 16:08:02 +08:00
  • fc813af4c8
    Better error handling for negative integer exponents in ** operator () Kumar Ujjawal 2025-06-04 13:36:41 +05:30
  • b83aa17c96
    build(deps): bump crate-ci/typos from 1.32.0 to 1.33.1 () dependabot[bot] 2025-06-04 08:48:39 +08:00
  • c7e10c3c57
    Correctly quote nu.exe and nu.ico path containing spaces in WiX () Rong "Mantle" Bao 2025-06-04 03:38:42 +08:00
  • e7d2717424
    feat(std-rfc): add iter module and recurse command () Bahex 2025-06-03 18:21:12 +03:00
  • 222c307648
    overlay new: add --reload(-r) flag () Wind 2025-06-03 10:11:58 +08:00
  • eb9eb09ac5
    Make parse simple patterns ignore fields with placeholder (_) () 132ikl 2025-06-02 20:11:05 -04:00
  • 6eacbabe17
    Add debug env command () Piepmatz 2025-06-02 23:29:58 +02:00
  • 33303f083c
    Disable flaky killing_job_kills_pids test on macOS () 132ikl 2025-06-02 16:34:45 -04:00
  • 483974311d
    feat(std): further bench improvements () Tyarel8 2025-06-02 22:32:44 +02:00
  • 179ea5ae87
    fix(which): remove required positional argument to allow spread input () Kumar Ujjawal 2025-06-02 23:48:02 +05:30
  • bdc7cdbcc4
    feat(polars): introducing new polars replace () pyz4 2025-06-01 15:32:56 -04:00
  • 2b524cd861
    feat(polars): add maintain-order flag to polars group-by and allow expression inputs in polars filter () pyz4 2025-06-01 15:32:23 -04:00
  • ad9f051d61
    Update deprecation warnings () Bahex 2025-06-01 19:21:07 +03:00
  • cfbe835910
    Add unified deprecation system and @deprecated attribute () 132ikl 2025-06-01 09:55:47 -04:00
  • 8896ba80a4
    make sure new nul chars don't print in char --list () Darren Schroeder 2025-05-31 08:04:46 -05:00
  • 803c24f9ce
    fix(parser): don't parse closure in block position (fixes ) () Luis 2025-05-31 08:59:01 +02:00
  • 2f74574e35
    Fix for null handling () Jack Wright 2025-05-30 15:38:46 -07:00
  • 8b9f02246f
    Allow polars first to be used with polars group-by () Jack Wright 2025-05-30 10:56:44 -07:00
  • d9ecb7da93
    Polars upgrade () Jack Wright 2025-05-30 10:20:57 -07:00
  • 18ce5de500
    feat(std): add comparison support to bench command () Tyarel8 2025-05-30 00:53:10 +02:00
  • fbde02370a
    Set content_type for view span output () Bruce Weirdan 2025-05-29 04:49:30 +02:00
  • 13452a7aa2
    Refactor find to handle regex search and non-regex search the same way () new-years-eve 2025-05-28 23:32:36 +02:00
  • a8c49857d9
    feat: Use reedline for input implementation () Florent Vilmart 2025-05-28 17:31:49 -04:00
  • 90afb65329
    feat(polars): expand polars shift to allow expressions inputs () pyz4 2025-05-28 11:10:49 -04:00
  • ff4907ed3b
    Allow specifying MSI version via env var and workflow input () Justin Ma 2025-05-28 21:03:01 +08:00
  • cbd7608898
    Fix build failure of aarch64 and armv7 musl targets () Justin Ma 2025-05-28 21:01:40 +08:00
  • adc9bbdc18
    Handle multiple exact matches () Yash Thakur 2025-05-28 09:00:55 -04:00
  • 37bc922a67
    feat(polars): add polars math expression () pyz4 2025-05-27 19:35:48 -04:00
  • ae51f6d722
    fix(polars): add Value::Record to NuExpression::can_downcast logic () pyz4 2025-05-27 14:37:07 -04:00
  • 1b2079ffdb
    [FIX] passing infinity to random float generate causes error () Ritik Ranjan 2025-05-27 22:55:50 +05:30
  • 9a968c4bdd
    Move job errors into ShellError::Job variant () Piepmatz 2025-05-26 18:04:43 +02:00
  • 89df01f829
    Provide a better error for prefix-only path for PWD () Piepmatz 2025-05-24 21:11:26 +02:00
  • dbb30cc9e0
    feat: default http protocol when none used in http request () Noah 2025-05-24 19:53:59 +02:00
  • 02d63705cc
    Update comments of release-pkg.nu for building of MSI package () Justin Ma 2025-05-24 22:10:18 +08:00
  • ea97229688
    Fix: use ring as a crypto provider instead of aws_lc () Piepmatz 2025-05-24 15:01:29 +02:00
  • 6bf955a5a5
    Fix panic on write to source parquet file () Julian Amarilla 2025-05-23 20:31:28 -03:00
  • f90035e084
    Improve error handling for unsupported --theme in to html command () Erick Villatoro 2025-05-23 15:43:32 -06:00
  • cc8b623ff8
    Add rustls for TLS () Piepmatz 2025-05-23 22:45:15 +02:00
  • 60cb13c493
    source: make sure the block is compiled when parsing () Wind 2025-05-24 03:30:21 +08:00
  • c10e483683
    Bump dev version to 0.104.2 () Justin Ma 2025-05-24 00:54:33 +08:00
  • 98521100ed Inline actions-rust-lang/setup-rust-toolchain with main branch 0.104.1 release/0.104.1 hustcer 2025-05-23 21:44:17 +08:00
  • 985211a924 Use nushell's fork for winget-pkgs publishing () Justin Ma 2025-05-23 21:08:07 +08:00
  • 2d0c7b2214
    Use nushell's fork for winget-pkgs publishing () Justin Ma 2025-05-23 21:08:07 +08:00
  • 88d421dcb6
    std-rfc/kv: optimize kv get by only selecting one row from the stor db () Ville Vainio 2025-05-23 04:14:31 +03:00
  • 7c50f7c714
    Clean public API of EngineState and friends () Stefan Holderbach 2025-05-23 01:26:34 +02:00
  • bc043dcaeb
    Add a lightweight MSI packages release workflow for winget () Justin Ma 2025-05-23 04:56:49 +08:00
  • a3388b00ae Fix Windows arm64 release binaries and winget related issues () Justin Ma 2025-05-22 19:15:52 +08:00
  • 10be753ab7
    Fix Windows arm64 release binaries and winget related issues () Justin Ma 2025-05-22 19:15:52 +08:00
  • 6906a0ca50
    fix: implicitly running .ps1 scripts with spaces in path () Bahex 2025-05-21 22:47:26 +03:00
  • 833471241a
    Refactor: Construct IoError from std::io::Error instead of std::io::ErrorKind () Piepmatz 2025-05-18 14:52:40 +02:00
  • c4dcfdb77b
    feat!: Explicit cell-path case sensitivity syntax () Bahex 2025-05-18 12:19:09 +03:00
  • 1e8876b076
    run-external spreads command if it's a list () Firegem 2025-05-18 04:09:32 -04:00
  • 5483519c7d
    fix kv set examples () Tyarel8 2025-05-18 05:31:46 +02:00
  • 457f162fd9
    feat(polars): expand polars unique to allow expressions inputs () pyz4 2025-05-17 12:26:26 -04:00
  • 58a8f30a25
    small refactoring around units and add tests () Loïc Riegel 2025-05-17 00:41:26 +02:00
  • 70ba5d9d68
    fix duplicate short_name in ansi command () Tyarel8 2025-05-16 20:56:15 +02:00
  • 7b88bda9a1
    Use Default for making Suggestions in attribute_completions () Yash Thakur 2025-05-16 02:21:40 -04:00
  • bb37306d07
    Add lazy closure evaluation to default () () Firegem 2025-05-15 10:10:56 -04:00
  • 505cc014ac
    Correct use-facing to user-facing in CONTRIBUTING.md () Chris Berger 2025-05-14 13:56:22 -06:00
  • ff79959fdf
    build(deps): bump tempfile from 3.15.0 to 3.20.0 () dependabot[bot] 2025-05-14 18:21:34 +00:00
  • 8c2b1a22d4
    allow powershell scripts in the path to be executed () Darren Schroeder 2025-05-14 13:21:02 -05:00
  • 3d62753e80
    fix: empty tables now respect $env.config.use_ansi_coloring (closes ) () LazyPluto 2025-05-14 17:10:15 +05:30
  • 36c30ade3a
    fix parsing of bare word string interpolations that start with a sub expression () Bahex 2025-05-13 22:25:07 +03:00
  • e0eb29f161
    feat(where): Support stored closure () Bahex 2025-05-13 22:24:45 +03:00
  • c2ac8f730e
    Rust 1.85, edition=2024 () Jack Wright 2025-05-13 07:49:30 -07:00
  • 1a0986903f
    Minor DataType refactor () Jack Wright 2025-05-12 08:11:17 -07:00
  • 0f25641722
    Update lscolors from 0.17 to 0.20 () Ben Beasley 2025-05-12 04:44:45 -04:00
  • 7d6d48f3f7
    Allow path join to read ByteStream input () () Firegem 2025-05-12 04:44:06 -04:00
  • 6a8c183c1a
    Add match examples for simple value and alternative values () Jan Klass 2025-05-11 12:41:24 +02:00
  • 0beb28e827
    build(deps): bump miette from 7.5.0 to 7.6.0 () dependabot[bot] 2025-05-10 22:33:18 +08:00
  • 8352a09117
    fix: inefficient select with large row number () zc he 2025-05-10 16:28:18 +08:00
  • a9252c5075
    nu-table: (table --expand) Remove unnessary use of truncate logic () Maxim Zhiburt 2025-05-10 02:21:33 +03:00
  • 73fbe26ef9
    feat: make to nuon raw option remove all white space () Artem Chernyak 2025-05-09 01:38:24 +00:00
  • 52fa9a978b
    Fix regression with not counting padding properly () Maxim Zhiburt 2025-05-09 01:18:50 +03:00
  • d4357ad981
    Remove legacy code in some core commands () Loïc Riegel 2025-05-08 18:12:36 +02:00
  • a0d7c1a4fd
    Add SyntaxShape::OneOf syntax users can use () Bahex 2025-05-07 23:43:01 +03:00
  • a340511e95
    build(deps): bump crate-ci/typos from 1.31.2 to 1.32.0 () dependabot[bot] 2025-05-07 18:54:34 +08:00
  • 426e64501d
    build(deps): bump quickcheck_macros from 1.0.0 to 1.1.0 () dependabot[bot] 2025-05-07 17:28:10 +08:00
  • b0d68c31e8
    build(deps): bump tokio from 1.44.2 to 1.45.0 () dependabot[bot] 2025-05-07 17:28:02 +08:00
  • 583cb96cff
    fix: clear jobs _after_ traversing jobs for kill_all () Andy Gayton 2025-05-07 05:25:16 -04:00
  • ff8831318d
    Added polars struct-encode-json, providing the ability to encode structs as json () Jack Wright 2025-05-06 13:58:51 -07:00
  • ce308ee461
    build(deps): bump crate-ci/typos from 1.31.1 to 1.31.2 () dependabot[bot] 2025-05-06 12:53:44 +02:00
  • 21388175b8
    build(deps): bump actions-rust-lang/setup-rust-toolchain from 1.11.0 to 1.12.0 () dependabot[bot] 2025-05-06 12:53:03 +02:00
  • 520f11fb8f
    docs: Add vfox to list of tools supporting Nushell () Cole Cecil 2025-05-04 20:56:10 -05:00