Commit Graph

6723 Commits

Author SHA1 Message Date
72e6222992 Switch to using Uuid::nil() and fix test 2019-09-18 19:05:33 +12:00
2cf7249794 Fix autoview breakage 2019-09-18 18:37:04 +12:00
0beb067211 Update README.md
Add note about pivot
2019-09-17 19:33:52 +12:00
a54afd1747 Merge pull request #678 from jonathandturner/pivot
Replace vtable with pivot command
2019-09-17 19:30:09 +12:00
f6b82e4c0c Replace vtable with pivot command 2019-09-17 19:07:11 +12:00
1b42438e8f Merge pull request #677 from jonathandturner/fix_internal_it
Fix internal $it paths
2019-09-17 15:09:29 +12:00
7fbd6ce232 Fix internal paths 2019-09-17 14:09:15 +12:00
4ad249694f Base on quay.io/nushell/nu-base:latest image 2019-09-16 19:55:53 +02:00
60dbca8bc6 Merge pull request #675 from jonathandturner/env
Add env command
2019-09-17 04:19:12 +12:00
17855d37a4 Add env command 2019-09-16 19:52:58 +12:00
c9db3c498b Merge pull request #671 from nushell/rustyline_5_0_3
Move rustyline to latest stable
2019-09-16 06:42:05 +12:00
8a6c700478 Move rustyline to latest stable 2019-09-16 06:18:06 +12:00
f4dfdab4e4 Merge pull request #670 from jonathandturner/improve_ls_and_defaults
Improve default features and don't precompute ls
2019-09-15 14:23:00 +12:00
88c1b1dc6f Improve default features and don't precompute ls 2019-09-15 13:51:19 +12:00
6bb277baaa Merge pull request #668 from nushell/span-to-tag
Span to tag
2019-09-14 15:10:04 -05:00
91bea7fb2a Assert the column is unknown.
did you mean in error messages appear when `get`ing unknown columns. Here we know the column does not exist so we check the exact error message.
2019-09-14 14:53:31 -05:00
dc4421c07d Str flags no longer supported. 2019-09-14 14:50:26 -05:00
fe993fa0ff Merge pull request #669 from jonathandturner/serde_bigvals
Serialize bigint/bigdecimal as i64/f64
2019-09-15 06:08:51 +12:00
2b88f1eed0 Serialize bigint/bigdecimal as i64/f64 2019-09-15 05:48:24 +12:00
17d2a27350 Fixed lints 2019-09-14 12:16:52 -05:00
19767ad551 Taking another stab at replacing Span with Tag 2019-09-14 11:48:45 -05:00
ab915f1c44 Revert "Revert "Migrate most uses of the Span concept to Tag""
This reverts commit bee7c5639c.
2019-09-14 11:30:24 -05:00
0afda5c466 Merge pull request #667 from nushell/rustyline-git
Switch to rustline git instead of crates.io
2019-09-14 11:29:22 +12:00
417916d2da Switch to rustline git instead of crates.io
There have been a few fixes in rustyline we want to help test, so let's switch to their latest master ahead of the next release.
2019-09-14 11:10:08 +12:00
4922028d69 Update README.md 2019-09-14 10:58:28 +12:00
52e71cad18 Merge pull request #664 from jonathandturner/detach_externals
Detach externals so they don't freeze while buffering
2019-09-14 06:11:59 +12:00
9382a7e64a Detach externals so they don't freeze while buffering 2019-09-14 05:51:40 +12:00
da31eac735 Merge pull request #663 from vsoch/update/docker-base-to-18.04
Updating base to 18.04
2019-09-13 08:17:47 -05:00
579c7ff6d6 updating base to 18.04
Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
2019-09-13 08:46:52 -04:00
6551498b7b Merge pull request #662 from jonathandturner/did_you_mean
Add basic 'did you mean' support
2019-09-13 16:15:11 +12:00
074a76c9d4 Fix test 2019-09-13 15:48:32 +12:00
53cb40d8f6 Add basic 'did you mean' support 2019-09-13 15:44:21 +12:00
4b8d0d62eb Update README.md 2019-09-13 15:04:14 +12:00
ea10d4dc0e Merge pull request #661 from jonathandturner/bump_compiler
Bump compiler
2019-09-13 14:44:13 +12:00
b11a4535bd Bump compiler 2019-09-13 13:54:17 +12:00
970cc3c24d Merge pull request #660 from androbtech/plugin-search-paths
Permit Nu find and pick up development plugins if there are any first.
2019-09-12 19:08:28 -05:00
d0d56deaf1 Permit Nu finding and picking up development plugins if there are any first. 2019-09-12 18:49:29 -05:00
ea3b3e42c4 Merge pull request #657 from jonathandturner/help_and_binary
Help and binary
2019-09-13 07:27:27 +12:00
4dfebae136 Merge pull request #655 from vsoch/update/docker-base-18.04
Updating nushell/nu base to have proper version of libssl-dev
2019-09-13 07:25:51 +12:00
d629686a4b Merge master 2019-09-13 06:33:52 +12:00
189877e4dd Improve help and make binary a primitive 2019-09-13 06:29:16 +12:00
a215997dcd Introduce debian packaging 2019-09-12 19:59:40 +02:00
6fe211fdbe changing base image to use updated libssl, adding tests to run --help for nu
Signed-off-by: Vanessa Sochat <vsochat@stanford.edu>
2019-09-12 12:46:16 -04:00
f326680cad Merge pull request #652 from androbtech/cobertura
first and get coverage.
2019-09-12 07:44:40 -05:00
c2eefece0e Remove warnings. 2019-09-12 06:12:19 -05:00
7838dac689 first and get coverage. 2019-09-12 05:22:58 -05:00
39489a75aa Merge pull request #651 from androbtech/nix-regex
Removes regex crate dependency.
2019-09-12 02:35:35 -05:00
e4ed8c94ad dot character is valid in Windows plugin binaries. 2019-09-12 02:20:22 -05:00
c57c0eb371 pass lint checks. 2019-09-12 01:49:01 -05:00
b35549adac Removes regex crate dependency. 2019-09-11 22:20:42 -05:00