Commit Graph

  • c19944f291 Refactor window (#13401) Ian Manske 2024-07-19 04:16:09 +00:00
  • 22379c9846 Make default config more consistent (#13399) 132ikl 2024-07-17 19:52:47 -04:00
  • aa7d7d0cc3 Overhaul $in expressions (#13357) Devyn Cairns 2024-07-17 14:02:42 -07:00
  • f976c31887 Bump open from 5.2.0 to 5.3.0 (#13391) dependabot[bot] 2024-07-17 09:47:17 +08:00
  • ac18e43603 Bump rust-embed from 8.4.0 to 8.5.0 (#13392) dependabot[bot] 2024-07-17 09:47:09 +08:00
  • 63cea44130 Bump uuid from 1.9.1 to 1.10.0 (#13390) dependabot[bot] 2024-07-17 09:46:59 +08:00
  • 5417c89387 Fix issue with truncation when head on border is used (#13389) Maxim Zhiburt 2024-07-17 00:21:42 +03:00
  • b66671d339 Switch from dirs_next 2.0 to dirs 5.0 (#13384) Jan Christian Grünhage 2024-07-16 14:16:26 +02:00
  • 1981c50c8f Remove unused field in StateWorkingSet (#13387) Ian Manske 2024-07-16 09:28:31 +00:00
  • fcb8e36caa Remove default list-diving behaviour (#13386) Bruce Weirdan 2024-07-16 05:54:24 +02:00
  • 0918050ac8 Deprecate group in favor of chunks (#13377) Ian Manske 2024-07-16 03:49:00 +00:00
  • 3d1145e759 Fix CI test failure on main (nu-json) (#13374) Stefan Holderbach 2024-07-14 10:37:57 +02:00
  • cf4864a9cd JSON format output keeps braces on same line (issue #13326) (#13352) David 2024-07-14 09:19:09 +01:00
  • ae40d56fc5 Report parse warns and compile errs when running script files (#13369) Devyn Cairns 2024-07-14 01:12:55 -07:00
  • c5aa15c7f6 Add top-level crate documentation/READMEs (#12907) Stefan Holderbach 2024-07-14 10:10:41 +02:00
  • f5bff8c9c8 Fix select cell path renaming behavior (#13361) Stefan Holderbach 2024-07-13 16:54:34 +02:00
  • b0bf54614f Don't add touch command to default context twice (#13371) Yash Thakur 2024-07-13 10:52:39 -04:00
  • a2758e6c40 Add IR support to the debugger (#13345) Devyn Cairns 2024-07-13 01:58:21 -07:00
  • d42cf55431 fix file_count in Debug implementation of IrBlock (#13367) Devyn Cairns 2024-07-12 19:27:23 -07:00
  • 46b5e510ac tweak parse usage and examples to be more clear (#13363) Darren Schroeder 2024-07-12 09:48:27 -05:00
  • 02659b1c8a Mention the actual output type on an OutputMismatch error (#13355) Devyn Cairns 2024-07-12 02:45:53 -07:00
  • 8f981c1eb4 Use conventional generic bounds (#13360) Stefan Holderbach 2024-07-12 11:13:07 +02:00
  • 0b8d0bcd7a Fix order of I/O types in take until (#13356) Devyn Cairns 2024-07-12 01:25:44 -07:00
  • ee875bb8a3 Edit path form doc comments (#13358) Ian Manske 2024-07-12 08:23:51 +00:00
  • d56457d63e Path migration part 2: nu-test-support (#13329) Ian Manske 2024-07-12 02:43:10 +00:00
  • 4bd87d0496 Fix unused space when truncation is used and header on border is configured (#13353) Maxim Zhiburt 2024-07-11 23:13:16 +03:00
  • ccd0160c32 Make the store-env IR instruction also update config (#13351) Devyn Cairns 2024-07-11 10:49:46 -07:00
  • acd4cb83e8 Bump ureq from 2.9.7 to 2.10.0 (#13348) dependabot[bot] 2024-07-11 14:08:42 +00:00
  • a7a5315638 Bump crate-ci/typos from 1.23.1 to 1.23.2 (#13347) dependabot[bot] 2024-07-11 13:29:34 +00:00
  • 9fec5883c0 Group dependabot bumps for uutils/coreutils (#13346) Stefan Holderbach 2024-07-11 15:18:58 +02:00
  • f65bc97a54 Update config directly at assignment (#13332) Devyn Cairns 2024-07-11 06:09:33 -07:00
  • deaa711ca6 Bump yanked libc version (#13344) Stefan Holderbach 2024-07-11 14:20:28 +02:00
  • 076a29ae19 Document public types in nu-protocol (#12906) Stefan Holderbach 2024-07-11 13:30:12 +02:00
  • 9de7f931c0 Add more argument types to view ir (#13343) Devyn Cairns 2024-07-11 04:05:06 -07:00
  • d97512df8e Fix the signature of view ir (#13342) Devyn Cairns 2024-07-11 04:00:59 -07:00
  • 801cfae279 Avoid clone in Signature::get_positional() (#13338) Devyn Cairns 2024-07-10 19:14:05 -07:00
  • f87cf895c2 Set the capacity of the Vec used in gather_captures() to the number of captures expected (#13339) Devyn Cairns 2024-07-10 19:13:35 -07:00
  • ac561b1b0e quick fix up for ir pr as_refs (#13340) Darren Schroeder 2024-07-10 20:19:06 -05:00
  • 1a5bf2447a Use Arc for environment variables on the stack (#13333) Devyn Cairns 2024-07-10 17:34:50 -07:00
  • d7392f1f3b Internal representation (IR) compiler and evaluator (#13330) Devyn Cairns 2024-07-10 17:33:59 -07:00
  • ea8c4e3af2 Make pipe redirections consistent, add err>| etc. forms (#13334) Devyn Cairns 2024-07-10 16:16:22 -07:00
  • 616e9faaf1 Fix main binary being rebuilt when nothing has changed (#13337) 132ikl 2024-07-10 19:05:24 -04:00
  • b68c7cf3fa Make polars unpivot consistent with polars pivot (#13335) Jack Wright 2024-07-10 14:36:38 -07:00
  • 0178295363 Bump crate-ci/typos from 1.22.9 to 1.23.1 (#13328) dependabot[bot] 2024-07-09 19:53:46 -05:00
  • ad8054ebed update table comments Darren Schroeder 2024-07-09 19:52:57 -05:00
  • ff27d6a18e Implemented a command to expose polar's pivot functionality (#13282) Jack Wright 2024-07-09 10:17:20 -07:00
  • 4cdceca1f7 Fix kv table width issue with header_on_border configuration (#13325) Maxim Zhiburt 2024-07-09 17:49:04 +03:00
  • 1964dacaef Raise error when using o>| pipe (#13323) Wind 2024-07-09 20:11:25 +08:00
  • e98b2ceb8c Path migration 1 (#13309) Ian Manske 2024-07-09 09:25:23 +00:00
  • 399a7c8836 Add and use new Signals struct (#13314) Ian Manske 2024-07-07 22:29:01 +00:00
  • c6b6b1b7a8 Upgrade Ubuntu runners to 22.04 to fix nightly build errors, fix #13255 (#13273) Justin Ma 2024-07-08 06:15:03 +08:00
  • 152fb5be39 Fix PWD-aware command hints (#13024) YizhePKU 2024-07-08 00:43:22 +08:00
  • 83081f9852 explore: pass config to views at creation time (#13312) Reilly Wood 2024-07-07 06:09:59 -07:00
  • 6ce5530fc2 Make into bits produce bitstring stream (#13310) Devyn Cairns 2024-07-07 06:00:57 -07:00
  • 5af8d62666 Fix from toml to handle toml datetime correctly (#13315) goldfish 2024-07-07 21:55:06 +09:00
  • 32db5d3aa3 Fix issue with head on separation lines (#13291) Maxim Zhiburt 2024-07-06 22:47:39 +03:00
  • fa183b6669 help operators refactor (#13307) Ian Manske 2024-07-06 18:09:12 +00:00
  • d2a1f96dbd update to latest reedline commit (#13313) Darren Schroeder 2024-07-06 12:04:19 -05:00
  • de2b752771 Fix variable completion sort order (#13306) Yash Thakur 2024-07-05 18:58:35 -04:00
  • 948b90299d Preserve attributes on external ByteStreams (#13305) Devyn Cairns 2024-07-05 14:10:41 -07:00
  • 34da26d039 fix: exotic types return float on division, self on modulo (#13301) Himadri Bhattacharjee 2024-07-05 19:31:27 +05:30
  • 8707d14f95 Limit drilling down inside explore (#13293) Reilly Wood 2024-07-05 05:18:25 -07:00
  • 1514b9fbef don't show result in error make examples (#13296) Wind 2024-07-05 20:17:07 +08:00
  • b27cd70fd1 remove the deprecated register command (#13297) Andy Gayton 2024-07-05 08:16:50 -04:00
  • afaa019fae feat: replace unfold with from_fn for the generate command (#13299) Himadri Bhattacharjee 2024-07-05 17:46:21 +05:30
  • 8833d3f89f change duration mod duration to duration instead of float (#13300) Darren Schroeder 2024-07-05 07:16:03 -05:00
  • d5e00c0d5d Support default offset with dateformat option (#13289) Sang-Heon Jeon 2024-07-05 00:44:12 +09:00
  • 3fae77209a Revert "Span ID Refactor (Step 2): Make Call SpanId-friendly (#13268)" (#13292) Jakub Žádník 2024-07-04 00:02:13 +03:00
  • ca7a2ae1d6 for - remove deprecated --numbered (#13239) NotTheDr01ds 2024-07-03 08:55:41 -04:00
  • ba1d900020 create a better error message when saving fails (#13290) Darren Schroeder 2024-07-03 07:43:07 -05:00
  • f59dfac130 update uutils crate versions (#13285) Darren Schroeder 2024-07-03 06:49:18 -05:00
  • 9e738193f3 Force completers to sort in fetch() (#13242) Yash Thakur 2024-07-03 07:48:06 -04:00
  • 8316a1597e Polars: Check to see if the cache is empty before enabling GC. More logging (#13286) Jack Wright 2024-07-03 04:44:26 -07:00
  • 0cfd5fbece Span ID Refactor (Step 2): Make Call SpanId-friendly (#13268) Jakub Žádník 2024-07-03 09:00:52 +03:00
  • 9b63e17072 Bump open from 5.1.2 to 5.2.0 (#13288) dependabot[bot] 2024-07-03 01:23:11 +00:00
  • 122ff1f19c Add the ability to set content-type metadata with metadata set (#13284) Jack Wright 2024-07-02 13:35:55 -07:00
  • 0d060aeae8 Use pipeline data for http post|put|patch|delete commands. (#13254) Jack Wright 2024-07-01 12:34:19 -07:00
  • e5cf4863e9 Fix clippy lint (#13277) Ian Manske 2024-06-30 23:28:09 +00:00
  • 69e4790b00 Skip decoration lines for detect columns --guess (#13274) alex-tdrn 2024-06-30 14:38:41 +02:00
  • a2873336bb Fix do signature (#13216) NotTheDr01ds 2024-06-29 17:17:06 -04:00
  • 4fe0f860a8 feat: add query webpage-info to plugin_nu_query (#13252) Andy Gayton 2024-06-29 17:13:31 -04:00
  • 33d0537cae add str deunicode command (#13270) Darren Schroeder 2024-06-29 16:12:34 -05:00
  • 40e629beb1 Fix multibyte codepoint handling in detect columns --guess (#13272) alex-tdrn 2024-06-29 23:12:17 +02:00
  • 1b1928c103 Update Nu version to v0.95 and setup-nu for workflows (#13265) Justin Ma 2024-06-29 16:10:17 +08:00
  • 153b45bc63 Surprising symlink resolution for std path add (#13258) Tim Martin 2024-06-28 18:11:48 -05:00
  • 4f8d82bb88 Added support for multiple attributes to query web -a (#13256) Bruce Weirdan 2024-06-28 19:50:20 +02:00
  • 720b4cbd01 Polars 0.41 Upgrade (#13238) Jack Wright 2024-06-28 04:37:45 -07:00
  • a71732ba12 Add context to the I/O error messages in nu_cmd_plugin::util::modify_plugin_file() (#13259) Devyn Cairns 2024-06-27 23:49:06 -07:00
  • 57452337ff Restrict strings beginning with quote should also ending with quote (#13131) Wind 2024-06-28 09:47:12 +08:00
  • 1f1f581357 Converted perf function to be a macro. Utilized the perf macro within the polars plugin. (#13224) Jack Wright 2024-06-27 16:56:56 -07:00
  • 0d79b63711 Fix find command output bug in the case of taking ByteStream input. (#13246) suimong 2024-06-27 22:46:10 +08:00
  • 46ed69ab12 Add char nul (#13241) Bruce Weirdan 2024-06-27 01:49:44 +02:00
  • ee74ec7423 Make the subcommands (from {csv, tsv, ssv}) 0-based for consistency (#13209) goldfish 2024-06-27 07:51:47 +09:00
  • 198aedb6c2 Use IntoValue and FromValue derive macros in nu_plugin_example for example usage (#13220) Piepmatz 2024-06-27 00:50:14 +02:00
  • 58e8ea6084 Update and add ls examples (#13222) NotTheDr01ds 2024-06-26 18:49:52 -04:00
  • 020f4436d9 Bump shadow-rs from 0.28.0 to 0.29.0 (#13226) dependabot[bot] 2024-06-26 22:48:45 +00:00
  • 8a7a407627 Bump ratatui from 0.26.2 to 0.26.3 (#13228) dependabot[bot] 2024-06-26 22:48:11 +00:00
  • b679c2bfa2 Bump crate-ci/typos from 1.22.7 to 1.22.9 (#13229) dependabot[bot] 2024-06-26 14:44:50 +08:00
  • 0fd0e36be8 Bump softprops/action-gh-release from 2.0.5 to 2.0.6 (#13230) dependabot[bot] 2024-06-26 14:44:31 +08:00
  • 38ecb6d380 Bump uuid from 1.8.0 to 1.9.1 (#13227) dependabot[bot] 2024-06-26 06:43:46 +00:00