d7b768ee9f
Fallback internally to String primitives until Member int serialization lands.
2019-11-03 05:38:47 -05:00
6ea8e42331
Move column paths to support broader value types.
2019-11-03 05:38:47 -05:00
1b784cb77a
Merge pull request #913 from andrasio/tests-builtins
...
`get` preserves anchored inputs.
2019-11-03 05:11:09 -05:00
4a0ec1207c
Preserve anchored meta data for all get queries in the pipeline
2019-11-03 03:49:06 -05:00
ffb2fedca9
Update README.md
2019-11-03 18:24:11 +13:00
382b1ba85f
Merge pull request #912 from jonathandturner/fix_910
...
Make column logic in from-ssv optional
2019-11-03 17:31:15 +13:00
3b42655b51
Make column logic in from-ssv optional
2019-11-03 17:04:59 +13:00
e43e906f86
Update README.md
2019-11-03 16:13:00 +13:00
e51d9d0935
Update README.md
2019-11-03 16:12:36 +13:00
f57489ed92
get command tests already present and move to their own.
2019-11-02 21:05:27 -05:00
503e521820
Merge pull request #909 from jonathandturner/config_set_into
...
Add support for config --set_into
2019-11-03 13:06:58 +13:00
c317094947
Add support for config --set_into
2019-11-03 12:43:15 +13:00
243df63978
Move config to async_stream
2019-11-03 12:22:30 +13:00
05ff102e09
Merge pull request #908 from jonathandturner/fix_907
...
Fix 907 and improve substring
2019-11-03 09:14:13 +13:00
cd30fac050
Approach fix differently
2019-11-03 08:57:28 +13:00
f589d3c795
Fix 907 and improve substring
2019-11-03 07:49:28 +13:00
51879d022e
Merge pull request #895 from Flare576/substring
...
Adds new substring function to str plugin
2019-11-02 17:42:45 +13:00
2260b3dda3
Update str.rs
2019-11-02 17:25:20 +13:00
aa64442453
Merge pull request #906 from jonathandturner/nu_env_vars
...
Add initial support for env vars
2019-11-02 17:12:13 +13:00
129ee45944
Add initial support for env vars
2019-11-02 16:41:58 +13:00
2fe7d105b0
Merge pull request #905 from jonathandturner/add_to_insert
...
Rename add to insert
2019-11-02 15:07:41 +13:00
136c8acba6
Update README
2019-11-02 14:48:18 +13:00
e92d4b2ccb
Rename add to insert
2019-11-02 14:47:14 +13:00
6e91c96dd7
Merge pull request #904 from jonathandturner/plugin_nu_path
...
Use nu:path for plugin loading
2019-11-02 14:12:51 +13:00
7801c03e2d
plugin_nu_path
2019-11-02 13:36:21 +13:00
763bbe1c01
Updated Doc, error on bad input
2019-11-01 17:25:08 -05:00
0f67569cc3
Merge branch 'master' of github.com:nushell/nushell
2019-11-01 13:35:20 -07:00
0ea3527544
Update issue templates
2019-11-02 09:21:29 +13:00
20dfca073f
Merge pull request #902 from jonathandturner/updated_echo
...
Make echo more flexible with data types
2019-11-02 08:34:20 +13:00
a3679f0f4e
Make echo more flexible with data types
2019-11-02 08:15:53 +13:00
e75fdc2865
Merge pull request #897 from nushell/modernize_external_tokens
...
Modernize external tokens
2019-11-02 06:18:38 +13:00
4be88ff572
Modernize external parse and improve trace
...
The original purpose of this PR was to modernize the external parser to
use the new Shape system.
This commit does include some of that change, but a more important
aspect of this change is an improvement to the expansion trace.
Previous commit 6a7c00ea
adding trace infrastructure to the syntax coloring
feature. This commit adds tracing to the expander.
The bulk of that work, in addition to the tree builder logic, was an
overhaul of the formatter traits to make them more general purpose, and
more structured.
Some highlights:
- `ToDebug` was split into two traits (`ToDebug` and `DebugFormat`)
because implementations needed to become objects, but a convenience
method on `ToDebug` didn't qualify
- `DebugFormat`'s `fmt_debug` method now takes a `DebugFormatter` rather
than a standard formatter, and `DebugFormatter` has a new (but still
limited) facility for structured formatting.
- Implementations of `ExpandSyntax` need to produce output that
implements `DebugFormat`.
Unlike the highlighter changes, these changes are fairly focused in the
trace output, so these changes aren't behind a flag.
2019-11-01 08:45:45 -07:00
992789af26
Merge pull request #899 from loksonarius/document-tags-command
...
Add documentation for tags command
2019-11-01 21:25:55 +13:00
b822e13f12
Add documentation for tags command
2019-11-01 00:08:24 -04:00
cd058db046
Substring option for str plugin
...
Adds new substr function to str plugin with tests and documentation
Function takes a start/end location as a string in the form "##,##", both sides of comma are optional, and
behaves like Rust's own index operator [##..##].
2019-10-31 19:49:17 -05:00
1b3143d3d4
Merge pull request #898 from andrasio/numbers-are-valid-column-names
...
get :: support fetching rows from tables using column paths named as numbers.
2019-10-31 14:43:41 -05:00
e31ed66610
get :: support fetching rows using numbers in column path.
2019-10-31 14:20:22 -05:00
7f18ff10b2
Merge pull request #892 from andrasio/column_path-fetch-table
...
Value operations and error handling separation.
2019-10-31 05:31:16 -05:00
65ae24fbf1
suite in place.
2019-10-31 04:42:18 -05:00
b54ce921dd
Better error messages.
2019-10-31 04:36:08 -05:00
4935129c5a
Merge branch 'master' of github.com:nushell/nushell
2019-10-30 18:40:34 -07:00
7614ce4b49
Allow handling errors with failure callbacks.
2019-10-30 17:46:40 -05:00
9d34ec9153
Merge pull request #891 from nushell/jonathandturner-patch-1
...
Move rustyline dep back to crates
2019-10-31 09:30:30 +13:00
fd92271884
Move rustyline dep back to crates
2019-10-31 09:14:47 +13:00
cea8fab307
"Integers" in column paths fetch a row from a table.
2019-10-30 05:55:26 -05:00
2d44b7d296
Update README.md
2019-10-30 20:22:01 +13:00
faccb0627f
Merge pull request #890 from jonathandturner/append_prepend
...
Add prepend and append commands
2019-10-30 20:20:06 +13:00
a9cd6b4f7a
Format files
2019-10-30 20:04:39 +13:00
81691e07c6
Add prepend and append commands
2019-10-30 19:54:06 +13:00
26f40dcabc
Merge pull request #889 from jonathandturner/read_plugin
...
Add a simple read/parse plugin to better handle text data
2019-10-30 12:08:28 +13:00