Commit Graph

  • 6e1e824473 Bump version to 0.98.0 (#13865) 0.98.0 Devyn Cairns 2024-09-18 00:48:46 -07:00
  • af77bc60e2 Improved null handling when converting from nu -> dataframe. (#13855) Jack Wright 2024-09-16 16:07:13 -07:00
  • 9ca0fb772d Make IR the default evaluator (#13718) Devyn Cairns 2024-09-15 14:54:38 -07:00
  • c535c24d03 catch unwrap on panics with polars collect (#13850) Jack Wright 2024-09-15 05:21:02 -07:00
  • c9cb62067c Fix dockerfile and reset Nu config to default (#13851) Justin Ma 2024-09-15 20:03:22 +08:00
  • ebc7b80c23 allow tab to be retained with find (#13848) Darren Schroeder 2024-09-14 08:51:00 -05:00
  • aaaab8e070 Update Nu for release workflow and fix build warning of musl targets (#13840) Justin Ma 2024-09-13 22:03:31 +08:00
  • a59477205d Fix try: Add set_last_error() to prepare_error_handler() for IR eval (#13838) Devyn Cairns 2024-09-13 00:07:22 -07:00
  • 5101b5e306 Add --number flag to split column (#13831) nome 2024-09-12 14:16:33 +02:00
  • fb34a4fc6c Make polars save return an empty pipeline (#13833) Jack Wright 2024-09-12 04:23:40 -07:00
  • 1bcceafd93 Improve #12008 UX, clear scrollback by default on clear (#13821) Tooster 2024-09-11 22:33:20 +02:00
  • 217eb4ed70 fix path exists on a non-directory file (#13763) Wind 2024-09-12 01:45:39 +08:00
  • 78af66f2ce Config: change ctrl-k to cuttolineend event (#13801) Wind 2024-09-12 01:45:12 +08:00
  • f63cecc316 add metadata access command (#13785) Bahex 2024-09-11 20:44:06 +03:00
  • 8d60c0d35d Migrating polars commands away from macros, removed custom DataFrame comparison. (#13829) Jack Wright 2024-09-11 10:33:05 -07:00
  • 0c139c7411 Fix padding issue with header_on_border (#13808) Maxim Zhiburt 2024-09-11 14:12:53 +03:00
  • c4bac90b35 Bump crate-ci/typos from 1.24.4 to 1.24.5 (#13826) dependabot[bot] 2024-09-11 14:35:46 +08:00
  • 2ab8751ff9 Bump hustcer/setup-nu from 3.12 to 3.13 (#13827) dependabot[bot] 2024-09-11 14:35:38 +08:00
  • d192d854d6 Bump shadow-rs from 0.33.0 to 0.34.0 (#13825) dependabot[bot] 2024-09-11 14:35:27 +08:00
  • 6b5906613c Fix remaining mismatch for env handling in IR (#13796) Devyn Cairns 2024-09-09 20:03:06 -07:00
  • 493850b1bf Fix IR for try (#13811) Ian Manske 2024-09-09 19:44:04 -07:00
  • 6600b3edfb Expand multiple dots in path in completions (#13725) Anton Sagel 2024-09-09 20:39:18 +02:00
  • aff974552a Add aarch64-unknown-linux-musl and armv7-unknown-linux-musleabihf targets to release workflow (#13800) Justin Ma 2024-09-09 09:47:59 +08:00
  • 2afc6a974e bump rust version to 1.79.0 (#13809) Darren Schroeder 2024-09-08 16:15:54 -05:00
  • 1e64f59220 Added documentation explanation explaining how to select all columns with polars col (#13806) Jack Wright 2024-09-08 10:12:03 -07:00
  • 3e074bc447 Refining error handling in http post (#13805) xonas 2024-09-07 18:57:34 -03:00
  • 3d008e2c4e Error on non-zero exit statuses (#13515) Ian Manske 2024-09-06 23:44:26 -07:00
  • 6c1c7f9509 Added expression support for polars cumulative (#13799) Jack Wright 2024-09-06 20:03:51 -07:00
  • f531cc2058 Polars command reorg (#13798) Jack Wright 2024-09-06 13:46:37 -07:00
  • edd69aa283 update the latest reedline (#13797) Darren Schroeder 2024-09-06 09:57:45 -05:00
  • 3d20c53904 make a user friendly message when use_grid_icons is used in config (#13795) Wind 2024-09-06 19:39:52 +08:00
  • 2d360fda7f String values should pass their content-type correctly on http requests with a body (e.g. http post) (#13731) Jack Wright 2024-09-05 16:29:50 -07:00
  • d0c2adabf7 remove config use_grid_icons, move to parameter of grid command (#13788) Darren Schroeder 2024-09-05 18:25:43 -05:00
  • 870eb2530c fixed issue with find not working with symbols that should be escaped (#13792) Darren Schroeder 2024-09-05 18:22:03 -05:00
  • b2cab3274b fix --ide-ast when there are errors (#13737) Darren Schroeder 2024-09-05 18:17:40 -05:00
  • 92091599ff Fixup serde feature selection in nu-protocol (#13793) Stefan Holderbach 2024-09-06 00:57:36 +02:00
  • 4d2d553cca Use String::contains instead of exact match when matching content types for http requests. (#13791) Jack Wright 2024-09-05 11:08:19 -07:00
  • dc53c20628 Renamed polars concatenate and added expression support. (#13781) Jack Wright 2024-09-05 09:28:34 -07:00
  • e7c5f83460 Added expression support for polars str-lengths (#13782) Jack Wright 2024-09-05 09:26:09 -07:00
  • f611196373 Expression support for polars str-slice (#13783) Jack Wright 2024-09-05 09:06:37 -07:00
  • abd230e12e Use IntoValue in config code (#13751) Ian Manske 2024-09-05 00:44:23 -07:00
  • 4792328d0e Refactor send_request in client.rs (#13701) xonas 2024-09-04 18:05:39 -03:00
  • 63b94dbd28 Added expression support for polars contains (#13769) Jack Wright 2024-09-04 03:19:45 -07:00
  • eb0de25d19 Expression support for polars strftime (#13767) Jack Wright 2024-09-04 03:19:29 -07:00
  • ebe42241fe Add #[nu_value(rename = "...")] as helper attribute on members for derive macros (#13761) Piepmatz 2024-09-04 11:27:21 +02:00
  • fa4f9b083e Bump crate-ci/typos from 1.24.1 to 1.24.4 (#13770) dependabot[bot] 2024-09-04 10:03:07 +08:00
  • e7b7c7f39a Bump nix from 0.28.0 to 0.29.0 (#13773) dependabot[bot] 2024-09-04 10:03:02 +08:00
  • 6be458c686 Bump itertools from 0.12.1 to 0.13.0 (#13774) dependabot[bot] 2024-09-04 10:02:48 +08:00
  • 348c59b740 Bump indexmap from 2.4.0 to 2.5.0 (#13772) dependabot[bot] 2024-09-04 10:02:01 +08:00
  • 2c827d2bf4 Try to add aarch64-unknown-linux-musl and armv7-unknown-linux-musleabihf release target (#13775) Justin Ma 2024-09-04 09:28:00 +08:00
  • 61544eecd6 add version and path to plugin executable help (#13764) Darren Schroeder 2024-09-03 12:46:36 -05:00
  • c150af4279 Don't panic on detect columns with --guess flag (#13752) Wind 2024-09-02 22:29:53 +08:00
  • 39bda8986e Make tee work more nicely with non-collections (#13652) Devyn Cairns 2024-09-01 10:03:46 -07:00
  • ee997ef3dd Remove unneeded serde feature on byte-unit dep (#13749) Stefan Holderbach 2024-09-01 19:02:28 +02:00
  • e3f59910b8 Implement IntoValue for more types (#13744) Ian Manske 2024-09-01 10:02:12 -07:00
  • f4940e115f Remove bincode and use MessagePack instead for plugin custom values (#13745) Devyn Cairns 2024-09-01 08:33:10 -07:00
  • 3f31ca7b8e remove cfg_atter tarpaulin (#13739) Darren Schroeder 2024-08-31 09:45:15 -05:00
  • 0119534f61 Expression support polars replace and polars replace-all (#13726) Jack Wright 2024-08-29 13:59:44 -07:00
  • 84e1ac27e5 Setup global cargo lint configuration (#13691) Stefan Holderbach 2024-08-28 23:37:17 +02:00
  • 644bebf4c6 Expression support for polars uppercase and polars lowercase (#13724) Jack Wright 2024-08-28 14:08:16 -07:00
  • f58a4b5017 Add split cell-path (#13705) Bahex 2024-08-29 00:01:26 +03:00
  • ae0e13733d Fix parsing record values containing colons (#13413) Kira 2024-08-28 22:53:56 +02:00
  • 2c379cba71 Remove system-clipboard from the default build (#13694) Stefan Holderbach 2024-08-28 22:19:13 +02:00
  • 7171c9b84a Bump shadow-rs from 0.31.1 to 0.33.0 (#13713) dependabot[bot] 2024-08-28 13:05:11 +00:00
  • 055d7e27e9 Use heck instead of convert_case for nu-derive-value (#13708) Piepmatz 2024-08-28 15:02:25 +02:00
  • af76e11dd6 Remove str deunicode (#13693) Stefan Holderbach 2024-08-28 14:58:38 +02:00
  • 7dda39a89e Simplify our bug reporting form (#13695) Stefan Holderbach 2024-08-28 14:58:10 +02:00
  • 4f822e263f Respect user-defined $env.NU_LOG_FORMAT and $env.NU_LOG_DATE_FORMAT (#13692) Bruce Weirdan 2024-08-28 14:57:43 +02:00
  • a39e94de8a Added polars commands for converting string columns to integer and decimal columns (#13711) Jack Wright 2024-08-28 05:54:31 -07:00
  • a88f46c6c9 update virtual terminal processing (#13710) Darren Schroeder 2024-08-28 07:54:01 -05:00
  • 4ca1f95b6c Bump crate-ci/typos from 1.23.6 to 1.24.1 (#13716) dependabot[bot] 2024-08-28 12:36:03 +00:00
  • 71ced35987 Changed category for panic and added search terms and examples (#13707) Jack Wright 2024-08-27 16:58:05 -07:00
  • 1128df2d29 Added record key renaming for derive macros IntoValue and FromValue (#13699) Piepmatz 2024-08-27 20:00:44 +02:00
  • da98c23ab3 Use right options in custom completions (#13698) Yash Thakur 2024-08-26 13:14:57 -04:00
  • e3efc8da9f Remove unnecessary sort in explore search fn (#13690) Stefan Holderbach 2024-08-25 20:13:05 +02:00
  • 3f332bef35 Fix encode/decode todo's (#13683) Andrej Kolčin 2024-08-24 17:02:02 +03:00
  • 525eac1afd [DRAFT] Check fix for emojie, wrap issues (#13430) Maxim Zhiburt 2024-08-24 01:35:42 +03:00
  • 7003b007d5 doc: fix broken doc links (#13644) Poliorcetics 2024-08-23 21:17:44 +02:00
  • dfdb2b5d31 Improve help output for scripts (#13445) Gwendolyn 2024-08-23 21:08:27 +02:00
  • 822007dbbb Remove unused same-file workspace dependency (#13678) Andrej Kolčin 2024-08-23 21:51:34 +03:00
  • 0560826414 encode/decode for multiple alphabets (#13428) Andrej Kolčin 2024-08-23 19:18:51 +03:00
  • 39b0f3bdda Change expected type for derived FromValue implementations via attribute (#13647) Piepmatz 2024-08-23 13:47:15 +02:00
  • 712fec166d Improve working with IntoValue and FromValue for byte collections (#13641) Piepmatz 2024-08-23 00:59:00 +02:00
  • 43dcf19ac3 Fix bits ror/bits rol implementation (#13673) Stefan Holderbach 2024-08-22 21:22:10 +02:00
  • ffddee5678 add more granularity for into record with dates (#13650) Darren Schroeder 2024-08-22 05:09:27 -05:00
  • 95b78eee25 Change the usage misnomer to "description" (#13598) Stefan Holderbach 2024-08-22 12:02:08 +02:00
  • 3ab9f0b90a Fix bugs and UB in bit shifting ops (#13663) Stefan Holderbach 2024-08-22 11:54:27 +02:00
  • 9261c0c55a Be explicit about reduce args and input (#13646) Ian Manske 2024-08-22 02:39:21 -07:00
  • 7a888c9e9b Change behavior of into record on lists to be more useful (#13637) Devyn Cairns 2024-08-22 02:38:43 -07:00
  • e211b7ba53 Bump version to 0.97.2 (#13666) Stefan Holderbach 2024-08-22 11:36:32 +02:00
  • 60769ac1ba Bump version to 0.97.1 (#13659) 0.97.1 Devyn Cairns 2024-08-20 20:21:12 -07:00
  • 34e7bd861c Fix bug introduced by #13595 (#13658) Yash Thakur 2024-08-20 22:35:13 -04:00
  • d667b3c0bc bumped version number to 0.97 (#13655) 0.97.0 Jack Wright 2024-08-20 16:28:19 -07:00
  • b63c3514c4 Fix clippy lints (#13645) Ian Manske 2024-08-19 02:12:45 -07:00
  • 7e9d32d64e Drop outdated touch -d example (#13631) Bruce Weirdan 2024-08-15 23:57:25 +02:00
  • 621fb25670 update to latest reedline f2b4 (#13629) Darren Schroeder 2024-08-15 14:03:13 -05:00
  • a80273bd7b Drop unused fs_extra and hamcrest2 dependencies (#13628) Bruce Weirdan 2024-08-15 19:25:50 +02:00
  • 5473def7ef Prefer process name over executable path (#13618) Piotr Kufel 2024-08-14 22:44:01 -07:00
  • 04746b8e2d add osc633e (#13625) Darren Schroeder 2024-08-15 00:40:34 -05:00
  • 31b3104af7 Remove code duplication in glob (#13626) Stefan Holderbach 2024-08-14 23:11:00 +02:00