Commit Graph

  • 12ccaf5e33 Update Nu to 0.103.0 for release workflow and improve Windows OS checks (#15625) Justin Ma 2025-04-27 23:44:16 +08:00
  • 5fecf59f54 Revert "Fix kv set with a closure argument" (#15648) Douglas 2025-04-26 23:00:00 -04:00
  • a3aae2d26c Fix examples about RFC3339 format in date now and format date. (#15563) Anish Bhobe 2025-04-27 02:06:08 +02:00
  • d1d6518ece feat(polars): enable parsing strings as dates and datetime in polars schema (#15645) pyz4 2025-04-26 14:47:58 -04:00
  • 2d868323b6 Inter-Job direct messaging (#15253) Renan Ribeiro 2025-04-26 12:24:35 -03:00
  • 0389815137 docs(explore): Add ":nu" back to the help text (#15644) Bahex 2025-04-25 18:24:44 +03:00
  • 11cdb94699 IR: rasing reasonable error when using subexpression with and operator (#15623) Wind 2025-04-25 22:00:20 +08:00
  • 0ca5c2f135 Add cat and get-content to open's search terms (#15643) Piepmatz 2025-04-25 13:56:30 +02:00
  • 715b0d90a9 fix(polars): conversion from nanoseconds to time_units in Datetime and Duration parsing (#15637) pyz4 2025-04-24 17:45:36 -04:00
  • 05c36d1bc7 add polars join_where command (#15635) Matthias Meschede 2025-04-24 23:44:29 +02:00
  • 208ebeefab feat(polars): enable parsing decimals in polars schemas (#15632) pyz4 2025-04-24 17:43:28 -04:00
  • b33f4b7f55 Run scripts of any file extension in PATHEXT on Windows (#15611) Hayden Frentzel 2025-04-24 09:10:34 -05:00
  • f41b1460aa Fix #14660: to md breaks on tables with empty values (#15631) Marco Cunha 2025-04-24 15:09:48 +01:00
  • 220858d641 history table using sqlite outputs start_timestamp as datetime instead of string (#15630) Loïc Riegel 2025-04-24 15:33:13 +02:00
  • db261e3ed9 bugfix: str join outputs dates consistently (RFC2822 when possible) (#15629) Loïc Riegel 2025-04-24 15:32:29 +02:00
  • 82eb1c5584 add more details to decribe -d (#15591) Darren Schroeder 2025-04-24 08:25:36 -05:00
  • 6be291b00a Fix labelling of plugins through correct glob (#15634) Stefan Holderbach 2025-04-24 14:00:16 +02:00
  • 7add38fe32 IR: allow subexpression with redirection. (#15617) Wind 2025-04-24 19:47:04 +08:00
  • 78903724f5 Add labeler bot (#15627) Auca Coyan 2025-04-23 17:55:41 +00:00
  • cb57f0a539 Add --follow-symlinks flag to glob command (fixes #15559) (#15626) Sebastian Nallar 2025-04-23 12:47:48 -03:00
  • 717081bd2f fix mistake in description of polars pivot command (#15621) Matthias Meschede 2025-04-23 12:22:40 +02:00
  • e1ffaf2548 Improve std/log performance (#15614) suimong 2025-04-23 02:00:20 +08:00
  • 1db4be12d1 fix(polars): remove requirement that pivot columns must be same type in polars pivot (#15608) pyz4 2025-04-22 13:17:11 -04:00
  • 6193679dfc Fix kv set with a closure argument (#15588) Tyarel 2025-04-22 16:30:38 +02:00
  • a9657e17ad Add env-conversions helpers to std (#15569) Douglas 2025-04-21 19:22:46 -04:00
  • 03d455a688 Fix #13546: Outer joins incorrectly removing unmatched rows (#15472) André Lazenga 2025-04-22 00:19:08 +01:00
  • bae04352ca overlay use: keep PWD after activating the overlay thought file. (#15566) Wind 2025-04-21 20:09:08 +08:00
  • a1497716f1 Add job tags (#15555) Renan Ribeiro 2025-04-21 09:08:00 -03:00
  • b5b63d2bf9 Enable socks proxy support in ureq (#15597) scarlet-storm 2025-04-21 05:24:47 +05:30
  • 5c59611083 feat: duration from record (#15600) Loïc Riegel 2025-04-20 01:29:12 +02:00
  • 1503ee09ba Bugfix/loss of precision when parsing value with unit (#15606) Loïc Riegel 2025-04-20 00:02:40 +02:00
  • 24dba9dc53 fix(lsp): regression of semantic tokens of module-prefixed commands (#15603) zc he 2025-04-19 19:02:49 +08:00
  • a2dc3e3b33 feat(polars): enable as_date and as_datetime to handle expressions as inputs (#15590) pyz4 2025-04-18 16:50:36 -04:00
  • 95998bdd53 fix(custom_value) + fix(polars): map // operator to FloorDivide for custom values and in polars (#15599) pyz4 2025-04-18 16:49:33 -04:00
  • bd5de023a1 feat(polars): add pow (**) operator for polars expressions (#15598) pyz4 2025-04-18 16:48:59 -04:00
  • 38e761493d add --raw-value option to debug command (#15581) Darren Schroeder 2025-04-17 12:12:07 -05:00
  • 7fcebf37ec Fix #15440 default --empty fails at empty streams (#15562) Julian Amarilla 2025-04-17 11:57:25 -03:00
  • 0e9927ea4d polars: expand polars col to handle multiple columns and by types (#15570) pyz4 2025-04-16 17:30:49 -04:00
  • d273ce89df Add --plugins flag to nu-std/testing.nu (#15552) Piepmatz 2025-04-16 23:20:04 +02:00
  • 2dc5c19b71 feat(polars): loosen constraints on accepted expressions in polars group-by (#15583) pyz4 2025-04-16 17:18:48 -04:00
  • 669b44ad7d feat(polars): add polars truncate for rounding datetimes (#15582) pyz4 2025-04-16 17:17:49 -04:00
  • eff063822a build(deps): bump rust-embed from 8.6.0 to 8.7.0 (#15579) dependabot[bot] 2025-04-16 22:14:59 +08:00
  • 9a5c4d36be build(deps): bump data-encoding from 2.8.0 to 2.9.0 (#15580) dependabot[bot] 2025-04-16 22:14:36 +08:00
  • cd4560e97a fix(lsp): a panic caused by completion with decl_id out of range (#15576) zc he 2025-04-16 19:43:21 +08:00
  • 24cc2f9d87 fix(completion): quoted cell path completion (#15546) zc he 2025-04-16 13:26:45 +08:00
  • 8f81812ef9 fix cannot find issue when performing collect on an eager dataframe (#15577) Jack Wright 2025-04-15 12:25:11 -07:00
  • 2229370b13 replace repeat().take() with repeat_n() (#15575) Mussar 2025-04-15 10:29:32 -05:00
  • a33650a69e fix(polars): cast as date now returns Date type instead of Datetime<ns> (#15574) pyz4 2025-04-15 11:20:54 -04:00
  • 56d7e4bb89 refactor(completion, lsp): include decl_id in suggetion_kind for later usage (#15536) zc he 2025-04-15 20:24:56 +08:00
  • e5f589ccdd refactor(lsp): flat_map with mutable accumulator (#15567) zc he 2025-04-15 20:21:23 +08:00
  • 8c4d3eaa7e config commands now add frozen jobs to job table (#15556) Renan Ribeiro 2025-04-15 08:36:08 -03:00
  • 89322f59f2 Fix output type of polars schema (#15572) Jack Wright 2025-04-15 04:27:31 -07:00
  • 4e307480e4 polars: extend NuExpression::extract_exprs to handle records (#15553) pyz4 2025-04-14 19:56:52 -04:00
  • d601abaee0 chore: move 'job' to experimental category (#15568) Mussar 2025-04-14 15:28:16 -05:00
  • ceaa0f9375 polars: add new command polars over (#15551) pyz4 2025-04-14 11:59:48 -04:00
  • d31b7024d8 polars: update get- datetime components commands to allow expressions as inputs (#15557) pyz4 2025-04-14 11:59:02 -04:00
  • 9dd30d7756 polars: update polars lit to handle nushell Value::Duration and Value::Date types (#15564) pyz4 2025-04-14 11:58:07 -04:00
  • eff9305eb3 Allow spreading arguments of kill command (#15558) Firegem 2025-04-13 08:50:04 -04:00
  • 885b87a842 polars: add new command polars convert-time-zone (#15550) pyz4 2025-04-11 17:08:40 -04:00
  • 017daeed18 create nu_plugin_node_example.js (#15482) whi 2025-04-12 03:18:46 +08:00
  • c8c018452f Bugfix chrono panic + hotifx PR15544 (#15549) Loïc Riegel 2025-04-11 18:52:42 +02:00
  • 1a0778d77e polars: add new command polars replace-time-zone (#15538) pyz4 2025-04-11 12:09:37 -04:00
  • d75aa7ed1b fix f25525b (#15500) Maxim Zhiburt 2025-04-11 16:02:01 +03:00
  • 39edd7e080 Bugfix: datetime parsing and local timezones (#15544) Loïc Riegel 2025-04-11 14:48:39 +02:00
  • 61dbcf3de6 Substring Match Algorithm (#15511) vansh284 2025-04-11 11:15:36 +02:00
  • f8ed4b45fd Introducing polars into-schema (#15534) Jack Wright 2025-04-10 16:07:44 -07:00
  • 7b57f132bb Bump crossbeam-channel (#15541) Stefan Holderbach 2025-04-10 17:07:42 +02:00
  • dfca117551 Feat: construct datetime from record (#15455) Loïc Riegel 2025-04-10 15:33:06 +02:00
  • 29eb109b1e try to fix datetime-diff for ms, us, ns (#15537) Darren Schroeder 2025-04-10 06:52:11 -05:00
  • 70d8163181 fix(lsp): more accurate command name highlight/rename (#15540) zc he 2025-04-10 19:26:43 +08:00
  • e4cef8a154 fix(lsp): several edge cases of inaccurate references (#15523) zc he 2025-04-10 10:15:35 +08:00
  • 15146e68ad fix(lsp): workspace wide ops may panic in certain conditions (#15514) zc he 2025-04-10 09:38:17 +08:00
  • b0f9cda9b5 Introduction of NuDataType and polars dtype (#15529) Jack Wright 2025-04-09 08:13:49 -07:00
  • 173162df2e build(deps): bump tokio from 1.44.1 to 1.44.2 (#15521) dependabot[bot] 2025-04-09 13:15:44 +08:00
  • c0b944edb6 build(deps): bump indexmap from 2.8.0 to 2.9.0 (#15531) dependabot[bot] 2025-04-09 13:15:29 +08:00
  • 26699d96eb build(deps): bump titlecase from 3.4.0 to 3.5.0 (#15530) dependabot[bot] 2025-04-09 13:15:24 +08:00
  • 08940ba4f8 bugfix: wrong display of human readable string (#15522) Loïc Riegel 2025-04-08 13:29:16 +02:00
  • ecb9799b6a Fix future clippy lints (#15519) Stefan Holderbach 2025-04-08 02:51:12 +02:00
  • a886e30e04 fix(lsp): parser_info based id detection for use/overlay keywords (#15517) zc he 2025-04-08 08:31:03 +08:00
  • 147009a161 polars into-df/polars into-lazy: --schema will not throw error if only some columns are defined (#15473) pyz4 2025-04-07 18:58:37 -04:00
  • 12a1eefe73 Move human date parsing into new command date from-human (#15495) Loïc Riegel 2025-04-07 14:44:55 +02:00
  • 0f8f3bcf9a Fix Exbibyte parsing (#15515) Stefan Holderbach 2025-04-07 13:36:23 +02:00
  • 639f4bd499 Replace some PipelineMismatch by OnlySupportsThisInputType by shell error (#15447) Loïc Riegel 2025-04-07 12:25:27 +02:00
  • e82df7c1c9 Reminder comment to update doc when adding $nu constants (#15481) Douglas 2025-04-07 00:38:17 -04:00
  • 41f4d0dcbc refactor(lsp): align markdown doc string with output of --help (#15508) zc he 2025-04-06 21:37:59 +08:00
  • eb2a91ea7c fix(lsp): keywords in completion snippets (#15499) zc he 2025-04-06 21:36:59 +08:00
  • b81d46574c build(deps): bump openssl from 0.10.70 to 0.10.72 (#15493) dependabot[bot] 2025-04-06 10:24:55 +02:00
  • 1c6c85d35d Fix clippy (#15489) Wind 2025-04-06 09:49:28 +08:00
  • 67ea25afca Limit Allowed serde_json Versions to Match Usage (#15504) Carson Riker 2025-04-05 17:31:05 -04:00
  • f25525be6c Revert "Fix #15394 for table -e wrapping issue" (#15498) Darren Schroeder 2025-04-05 09:24:16 -05:00
  • a72f94f452 feat(lsp): snippet style completion for commands (#15494) zc he 2025-04-05 22:23:27 +08:00
  • 210c6f1c43 fix(lsp): more accurate PWD: from env -> parent dir of current file (#15470) zc he 2025-04-05 21:41:34 +08:00
  • 0cd90e2388 Fix #15394 for table -e wrapping issue (#15407) Maxim Zhiburt 2025-04-05 16:26:50 +03:00
  • 7ca2a6f8ac FIX polars as-datetime: ignores timezone information on conversion (#15490) pyz4 2025-04-04 12:43:21 -04:00
  • 237a685605 Consider PATH when running command is nuscript in windows (#15486) Nils Feierabend 2025-04-04 13:35:36 +02:00
  • 2bf0397d80 bump to the latest rust version (#15483) Darren Schroeder 2025-04-03 14:08:59 -05:00
  • 5ec823996a update shadow-rs to version 1 (#15462) Wind 2025-04-03 20:08:51 +08:00
  • 67b6188b19 feat: into duration accepts floats (#15297) Loïc Riegel 2025-04-03 14:05:18 +02:00
  • df74a0c961 refactor: command identified by name instead of span content (#15471) zc he 2025-04-02 19:12:38 +08:00
  • af6c4bdc9c build(deps): bump bytesize from 1.3.2 to 1.3.3 (#15468) dependabot[bot] 2025-04-02 12:18:43 +08:00