0756145caf
Fix move file to diffrent partition on Windows
2019-11-15 11:52:51 +09:00
036860770b
Document pivot command
...
Part of https://github.com/nushell/nushell/issues/711
2019-11-14 16:59:39 -05:00
aa1ef39da3
Merge pull request #916 from t-hart/pr/from-tsv-csv-headerless
...
Make --headerless treat first row as data
2019-11-14 05:34:49 +13:00
7c8969d4ea
Merge pull request #957 from nushell/futures-codec-dgrade
...
Downgrade futures-codec.
2019-11-12 14:49:24 -05:00
87d58535ff
Downgrade futures-codec.
2019-11-12 14:04:53 -05:00
1060ba2206
Fixes --headerless functionality for from-ssv.
...
Squashed commit of the following:
commit fc59d47a2291461d84e0587fc0fe63af0dc26f9f
Author: Thomas Hartmann <thomas.o.hartmann@gmail.com >
Date: Tue Nov 12 15:39:38 2019 +0100
Fixes inconsistencies in output.
commit da4084e9fdd983557b101207b381e333a443e551
Author: Thomas Hartmann <thomas.o.hartmann@gmail.com >
Date: Tue Nov 12 13:04:10 2019 +0100
remove unused enum.
commit 7f6a105879c8746786b99fb19bb9f0860c41796a
Author: Thomas Hartmann <thomas.o.hartmann@gmail.com >
Date: Tue Nov 12 12:58:41 2019 +0100
Starts refactoring from_ssv.
commit b70ddd169ef0c900e03fb590cb171cc7181528db
Author: Thomas Hartmann <thomas.o.hartmann@gmail.com >
Date: Tue Nov 12 11:34:06 2019 +0100
Fixes --headerless for non-aligned columns.
commit 6332778dd26de8d07be77b291124115141479892
Author: Thomas Hartmann <thomas.o.hartmann@gmail.com >
Date: Tue Nov 12 10:27:35 2019 +0100
Fixes from-ssv headerless aligned-columns logic.
commit 747d8c812e06349b4a15b8c130721881d86fff98
Author: Thomas Hartmann <thomas.o.hartmann@gmail.com >
Date: Mon Nov 11 23:53:59 2019 +0100
fixes unit tests for ssv.
commit c77cb451623b37a7a9742c791a4fc38cad053d3d
Author: Thomas Hartmann <thomas.o.hartmann@gmail.com >
Date: Mon Nov 11 22:49:21 2019 +0100
it compiles! one broken test.
commit 08a05964f56cf92507c255057d0aaf2b6dbb6f45
Author: Thomas Hartmann <thomas.o.hartmann@gmail.com >
Date: Mon Nov 11 18:52:54 2019 +0100
Backed into a corner. Help.
commit c95ab683025a8007b8a6f8e1659f021a002df584
Author: Thomas Hartmann <thomas.o.hartmann@gmail.com >
Date: Mon Nov 11 17:30:54 2019 +0100
broken but on the way
2019-11-12 16:04:55 +01:00
0401087175
Refactors out structured parsing logic to a separate module.
2019-11-12 16:04:55 +01:00
f8dc06ef49
Changes implementation of --headerless for from-tsv.
2019-11-12 16:04:55 +01:00
282cb46ff1
Implements --headerless for from-csv
2019-11-12 16:04:55 +01:00
a3ff5f1246
Updates tests for from tsv, csv, and ssv.
...
With the proposed changes, these tests now become invalid. If the first line is
to be counted as data, then converting the headers to ints will fail. Removing
the headers and instead treating the first line as data, however, reflects the
new, desired mode of operation.
2019-11-12 16:04:55 +01:00
5bb822dcd4
Merge pull request #954 from andrasio/reduce
...
Expose histogram and split-by command.
2019-11-12 04:10:37 -05:00
00b3c2036a
This is part of on-going work with capabilities when working with
...
tables and able to work with them for data processing & viewing
purposes. At the moment, certain ways to process said tables we
are able to view a histogram of a given column.
As usage matures, we may find certain core commands that could
be used ergonomically when working with tables on Nu.
2019-11-12 03:39:30 -05:00
3163b0d362
Data processing mvp histogram.
2019-11-12 02:08:28 -05:00
21f48577ae
Reductions placeholder.
2019-11-12 02:08:28 -05:00
11e4410d1c
Merge pull request #806 from DrSensor/ci/github/quay.io
...
ci(github): replace docker.pkg.github.com with quay.io
2019-11-12 12:03:00 +13:00
27a950d28e
Merge pull request #952 from JesterOrNot/master
...
edit install cmd
2019-11-11 14:40:09 -08:00
f3d056110a
DOCKER_USER should come from secrets
2019-11-11 13:33:52 -05:00
b39c2e2f75
edit install cmd
2019-11-11 18:17:55 +00:00
7cf3c6eb95
Move env declaration to jobs.docker
2019-11-11 07:51:41 +07:00
cdec0254ec
Merge pull request #951 from jonathandturner/bump_deps
...
Bump dep versions
2019-11-10 10:15:18 -08:00
02f3330812
Merge pull request #950 from coolshaurya/docs-size
...
Make documentation for size command
2019-11-10 09:52:43 -08:00
6f013d0225
Merge pull request #949 from coolshaurya/docs-count
...
Add docs for the count command
2019-11-10 09:51:25 -08:00
1f06f57de3
Merge pull request #948 from coolshaurya/docs-pick-reject
...
Add documentation for the pick and reject command
2019-11-10 09:50:29 -08:00
0f405f24c7
Bump dep versions
2019-11-11 06:48:49 +13:00
5a8128dd30
Make documentation for size command
2019-11-10 14:41:23 +05:30
50616cc62c
Add docs for the count command
...
Partial fix of issue #711
2019-11-10 14:12:59 +05:30
9d345cab07
Add documentation for the pick and reject command
...
Partial fix of issue#711
2019-11-10 12:37:27 +05:30
59ab11e932
Merge pull request #947 from jonathandturner/bump_and_plugin_load
...
Bump Nu version and change plugin load logic for debug
2019-11-09 21:29:09 -08:00
df302d4bac
Bump Nu version and change plugin load logic for debug
2019-11-10 16:44:05 +13:00
6bbfd0f4f6
Merge pull request #945 from jonathandturner/format
...
Format
2019-11-09 16:39:51 -08:00
943e0045e7
Update readme
2019-11-10 13:16:52 +13:00
62a5250554
Add format command
2019-11-10 13:14:59 +13:00
9043970e97
Merge pull request #943 from drmason13/from_csv-add-separator-arg
...
Add --separator argument to from_csv
2019-11-09 15:09:32 -08:00
d32c9ce1b6
Merge pull request #944 from jonathandturner/read_to_parse
...
Read to parse
2019-11-09 15:07:40 -08:00
73d8478678
Update readme
2019-11-10 11:27:56 +13:00
bab58576b4
Rename read to parse
2019-11-10 11:26:44 +13:00
41212c1ad1
Merge pull request #942 from BurNiinTRee/master
...
removed the requirement on the 'regex' feature for the match plugin
2019-11-08 09:11:36 -08:00
4a6122905b
fmt: cargo fmt --all
2019-11-08 15:27:29 +00:00
15986c598a
Add --separator command to from_csv
...
The command takes a string, checks it is a single character and then
passes it to csv::ReaderBuilder via .delimiter() method as a u8.
2019-11-08 15:06:33 +00:00
078342442d
removed the requirement on the 'regex' feature for the match plugin
...
The nu_plugin_match binary wasn't built anymore
after the regex dependency was made non-optional in
https://github.com/nushell/nushell/pull/889 , causing
the removal of the regex feature, which nu_plugin_match
depended on.
2019-11-08 13:33:28 +01:00
8855c54391
Update README.md
2019-11-08 08:19:41 +13:00
5dfc81a157
Merge pull request #940 from jonathandturner/stable_v2
...
Second attempt to remove rust-toolchain
2019-11-07 11:18:50 -08:00
c42d97fb97
try again
2019-11-08 08:00:46 +13:00
13314ad1e7
try again
2019-11-08 07:54:52 +13:00
ff6026ca79
try again
2019-11-08 07:47:43 +13:00
c6c6c0f295
try again
2019-11-08 07:44:34 +13:00
1cca5557b1
Second attempt to remove rust-toolchain
2019-11-08 07:27:39 +13:00
76208110b9
Update README.md
2019-11-08 07:17:12 +13:00
56dd0282f0
Merge pull request #938 from nushell/jonathandturner-patch-1
...
Update docker to stable
2019-11-07 09:59:53 -08:00
c01b602b86
Update docker to stable
2019-11-08 06:34:53 +13:00