Commit Graph

  • a3825d2869 more work on polars var/std Jack Wright 2024-09-10 10:25:58 -0700
  • 25d74c8bff added special character completions and unit tests Vivek Kethineni 2024-09-10 10:23:57 -0500
  • 6b5906613c
    Fix remaining mismatch for env handling in IR (#13796) Devyn Cairns 2024-09-09 20:03:06 -0700
  • 493850b1bf
    Fix IR for try (#13811) Ian Manske 2024-09-09 19:44:04 -0700
  • e1e5c40840 tweaks to polars var and makig polars std its own command Jack Wright 2024-09-09 17:08:57 -0700
  • b28632043a pull polars var out of the macro commands Jack Wright 2024-09-09 16:34:50 -0700
  • 756848dfc3 refactoring macros.. wip Jack Wright 2024-09-09 16:22:15 -0700
  • 1640e83e87 Re-enabling test.. it works on linux.. going to see if it works in the pipeline. Jack Wright 2024-09-09 14:39:46 -0700
  • 12a0f49bf2
    Improve #12008 UX, clear scrollback by default on clear Tooster 2024-09-09 22:20:59 +0200
  • 2116c71251 Added check before operator completions Vivek 2024-09-09 15:08:11 -0500
  • db80b34b5a better example and make tests pass Bahex 2024-09-09 17:52:49 +0300
  • dc19410e5e add metadata access command Bahex 2024-09-05 06:52:44 +0300
  • 6600b3edfb
    Expand multiple dots in path in completions (#13725) Anton Sagel 2024-09-09 20:39:18 +0200
  • aec35cf77c fix: unwrap()-less implementation Maxim Onciul 2024-08-30 07:37:29 +0200
  • 6fd8f1149d test: fix and explain testcase Maxim Onciul 2024-08-29 18:24:31 +0200
  • 2703bb37d2 chore: testcases, though they don't succeed, yet. Maxim Onciul 2024-08-29 17:25:43 +0200
  • 2cdfbc9a5e feat: commandline edit --accept to instantly execute command Maxim Onciul 2024-08-29 16:44:30 +0200
  • aff974552a
    Add aarch64-unknown-linux-musl and armv7-unknown-linux-musleabihf targets to release workflow (#13800) Justin Ma 2024-09-09 09:47:59 +0800
  • 0ed6e903a7 used newtype Ids Tim 'Piepmatz' Hesse 2024-09-09 00:54:39 +0200
  • 3f123a5251 designed a simple newtype pattern for ids Tim 'Piepmatz' Hesse 2024-09-09 00:12:25 +0200
  • 2afc6a974e
    bump rust version to 1.79.0 (#13809) Darren Schroeder 2024-09-08 16:15:54 -0500
  • 5c6daf9bd9 clippy Darren Schroeder 2024-09-08 14:13:07 -0500
  • 1e64f59220
    Added documentation explanation explaining how to select all columns with polars col (#13806) Jack Wright 2024-09-08 10:12:03 -0700
  • 49b4b0863d completion test: fix windows do not collaps dots Ancient77 2024-09-08 12:11:36 +0200
  • d3153f3dc0 Simplify tests Ian Manske 2024-09-07 20:30:08 -0700
  • c9c55b7381 Fix try catch in IR Ian Manske 2024-09-07 19:41:32 -0700
  • 27bdc0b770 bump rust version to 1.79.0 Darren Schroeder 2024-09-07 21:26:54 -0500
  • a3401249f9 added an example Jack Wright 2024-09-07 17:03:11 -0700
  • 6aa83e7481 Fix padding issue with header_on_border Maxim Zhiburt 2024-09-08 02:22:11 +0300
  • 3e074bc447
    Refining error handling in http post (#13805) xonas 2024-09-07 18:57:34 -0300
  • 708c68b94f added implode command Jack Wright 2024-09-07 14:54:11 -0700
  • e7d4274b66 Added documentation explanation explaining how to select all columns Jack Wright 2024-09-07 14:53:47 -0700
  • e01d8e35ae completion test: add test to preserve ../../ Ancient77 2024-09-07 22:59:03 +0200
  • 3aa8aca441 completions test: change ../../ to .../ Ancient77 2024-09-07 22:56:25 +0200
  • 04df6e917e completions: collaps ../../ in results to .../ if needed Ancient77 2024-09-07 22:55:47 +0200
  • ec21f9e347 Fix typo Ian Manske 2024-09-07 12:06:30 -0700
  • 244e8c8b39 Update tests Ian Manske 2024-09-07 12:04:22 -0700
  • 50b5650a34 Fix footer_mode updating Ian Manske 2024-09-07 12:04:05 -0700
  • 15d0b4d39b Rename error methods Ian Manske 2024-09-07 11:36:28 -0700
  • f884229bc7 Cleanup errors Ian Manske 2024-09-07 11:35:15 -0700
  • 251210ffc9 Making polars implode not a macro Jack Wright 2024-09-07 11:16:43 -0700
  • ebc964375d Refining error handling in http post unknown 2024-09-07 14:24:54 -0300
  • 2987c09e45 remove completion test, since it is covered better by other tests Ancient77 2024-09-07 19:12:51 +0200
  • 80da66132a Merge branch 'main' into config-update-value Ian Manske 2024-09-06 23:51:26 -0700
  • 48f7f2d2d5 Change use_grid_icons error case Ian Manske 2024-09-06 23:46:38 -0700
  • 3d008e2c4e
    Error on non-zero exit statuses (#13515) Ian Manske 2024-09-06 23:44:26 -0700
  • 25dc48ac6e Fix use_grid_icons merge Ian Manske 2024-09-06 22:19:19 -0700
  • 220154738b Standardize config errors Ian Manske 2024-09-06 21:44:13 -0700
  • 2e2ded7969 Use UpdateFromValue in root config struct Ian Manske 2024-09-02 18:51:55 -0700
  • 576db8796a Use UpdateFromValue for table config Ian Manske 2024-09-02 17:43:05 -0700
  • 2eaf6460c4 Use UpdateFromValue for shell integration config Ian Manske 2024-09-02 17:16:28 -0700
  • dd4a23d12a Use UpdateFromValue for rm config Ian Manske 2024-09-02 17:14:19 -0700
  • d27b9386ac Use UpdateFromValue and FromValue for menus and keybindings config Ian Manske 2024-09-02 17:02:56 -0700
  • c68c202cfe Use UpdateFromValue for plugin gc config Ian Manske 2024-09-02 16:09:21 -0700
  • d836fd86d9 Use UpdateFromValue for ls config Ian Manske 2024-09-01 21:06:08 -0700
  • 20e064f2dc Use UpdateFromValue for hooks config Ian Manske 2024-09-01 21:03:33 -0700
  • a0b9bd7bc8 Use UpdateFromValue for history config Ian Manske 2024-09-01 20:34:23 -0700
  • 90a7bfceda Use UpdateFromValue for filesize config Ian Manske 2024-09-01 20:26:40 -0700
  • 8c5888c1ed Use UpdateFromValue for datetime config Ian Manske 2024-09-01 20:24:55 -0700
  • 27e73698b0 Use UpdateFromValue for cursor config Ian Manske 2024-09-01 19:08:50 -0700
  • aa32ce7ae3 Use UpdateFromValue for completions config Ian Manske 2024-09-01 19:00:10 -0700
  • 2aae272d27 Create UpdateFromValue trait Ian Manske 2024-09-01 18:28:32 -0700
  • d1d14cbc0d Merge branch 'main' into exit-code-error Ian Manske 2024-09-06 21:20:08 -0700
  • 6c1c7f9509
    Added expression support for polars cumulative (#13799) Jack Wright 2024-09-06 20:03:51 -0700
  • e60f78b5e0 ctrl-k should cut to line end WindSoilder 2024-09-07 08:55:58 +0800
  • 08cd718246 description change Jack Wright 2024-09-06 17:49:15 -0700
  • c63b59f741 Add aarch64-unknown-linux-musl and armv7-unknown-linux-musleabihf targets to release workflow hustcer 2024-09-04 12:01:38 +0800
  • 7e3cb5e194 Added expression support for polars cumulative Jack Wright 2024-09-06 17:44:25 -0700
  • f531cc2058
    Polars command reorg (#13798) Jack Wright 2024-09-06 13:46:37 -0700
  • 45bf08babf moving the macro commands expr_not to boolean Jack Wright 2024-09-06 13:24:07 -0700
  • 0ce2df0c13 moving the rest of the series commands Jack Wright 2024-09-06 12:58:35 -0700
  • 2b3f96a0ee moving string commands Jack Wright 2024-09-06 12:45:44 -0700
  • 1bbf81fdcc moving commands under one command module Jack Wright 2024-09-06 12:28:28 -0700
  • 6e2e8953d2 moving integer commands Jack Wright 2024-09-06 12:04:24 -0700
  • 45274eaa35 changeed indexes to index Jack Wright 2024-09-06 11:46:21 -0700
  • 89a877cc1c moving index commands Jack Wright 2024-09-06 11:40:51 -0700
  • 6d175fc5e2 moving datetime commands Jack Wright 2024-09-06 11:11:47 -0700
  • 0acdffc2ef added float specific completions Vivek Kethineni 2024-09-06 11:07:54 -0500
  • edd69aa283
    update the latest reedline (#13797) Darren Schroeder 2024-09-06 09:57:45 -0500
  • 16b8d5a040 try to update crossterm Darren Schroeder 2024-09-06 09:45:42 -0500
  • 9a984b88ef try to unfix the deps Darren Schroeder 2024-09-06 09:33:57 -0500
  • 267187c727 update the latest reedline Darren Schroeder 2024-09-06 09:32:09 -0500
  • 3d20c53904
    make a user friendly message when use_grid_icons is used in config (#13795) Wind 2024-09-06 19:39:52 +0800
  • 2bf5dd0d0a
    Fix remaining mismatch for env handling in IR Devyn Cairns 2024-09-06 01:12:29 -0700
  • 031859c955 make a user friendly message WindSoilder 2024-09-06 15:28:03 +0800
  • 2daa86cbbf Added basic completions for strings and ints Vivek Kethineni 2024-09-05 22:00:43 -0500
  • 9140054c0a moving data commands Jack Wright 2024-09-05 19:38:08 -0700
  • b865b18465 moving core commands Jack Wright 2024-09-05 18:28:36 -0700
  • 08df75539f moving boolean commands Jack Wright 2024-09-05 17:40:21 -0700
  • 7b94e09884 moving aggregation commands Jack Wright 2024-09-05 17:21:14 -0700
  • 90f8190258
    Merge 23846ecd84 into 2d360fda7f Gwendolyn 2024-09-05 16:34:48 -0700
  • 03f7196e7b Merge remote-tracking branch 'upstream/main' Jack Wright 2024-09-05 16:30:57 -0700
  • 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 -0700
  • d0c2adabf7
    remove config use_grid_icons, move to parameter of grid command (#13788) Darren Schroeder 2024-09-05 18:25:43 -0500
  • 870eb2530c
    fixed issue with find not working with symbols that should be escaped (#13792) Darren Schroeder 2024-09-05 18:22:03 -0500
  • b2cab3274b
    fix --ide-ast when there are errors (#13737) Darren Schroeder 2024-09-05 18:17:40 -0500
  • 92091599ff
    Fixup serde feature selection in nu-protocol (#13793) Stefan Holderbach 2024-09-06 00:57:36 +0200
  • 4dc1bcdf01 Merge branch 'main' into json_string_http_fix Jack Wright 2024-09-05 15:57:08 -0700
  • 21085bb1a2 Simplify by using default serde features sholderbach 2024-09-06 00:10:31 +0200
  • 048f756920 Fixup serde feature selection in nu-protocol sholderbach 2024-09-05 23:51:24 +0200