Fahmi Akbar Wildana
62e6cc4dae
Add libgcc_s.so.1 for glibc-busybox
2019-09-11 09:38:22 +07:00
Fahmi Akbar Wildana
095e5ac69f
Add librt.so.1 for glibc-busybox
2019-09-11 09:10:38 +07:00
Fahmi Akbar Wildana
149ccc4fd3
Fix glibc-{busybox,distroless}
...
* Add libdl.so.2 for glibc-busybox
* Change base-image of glibc-distroless to gcr.io/distroless/cc
2019-09-11 06:41:37 +07:00
Fahmi Akbar Wildana
d4240ffb4d
Delete .dockerignore ⚠️
...
something weird about CircleCI build
it can't find target/release/nu
although it's whitelisted in the .dockerignore 🤔
2019-09-10 01:10:45 +07:00
Fahmi Akbar Wildana
6b2a7d6793
Fix .dockerignore compatibility with .circleci/
...
Signed-off-by: Fahmi Akbar Wildana <f.a.wildana@gmail.com>
2019-09-09 23:48:29 +07:00
Fahmi Akbar Wildana
0ca7aaa56f
Add libz for glibc-{busybox,distroless}
...
Signed-off-by: Fahmi Akbar Wildana <f.a.wildana@gmail.com>
2019-09-09 16:45:55 +07:00
Fahmi Akbar Wildana
7c541000a1
Iterate over tag rather than base-image
...
Signed-off-by: Fahmi Akbar Wildana <f.a.wildana@gmail.com>
2019-09-09 07:15:51 +07:00
Fahmi Akbar Wildana
d900d8b4c7
Fix can't execute entrypoint
...
Signed-off-by: Fahmi Akbar Wildana <f.a.wildana@gmail.com>
2019-09-09 05:41:58 +07:00
Fahmi Akbar Wildana
99d5dae83a
Fix artifact is missing
...
Signed-off-by: Fahmi Akbar Wildana <f.a.wildana@gmail.com>
2019-09-09 04:20:08 +07:00
Fahmi Akbar Wildana
d992086192
Add distroless as base image
2019-09-08 23:42:03 +07:00
Fahmi Akbar Wildana
fa53d59aee
Add scratch as base image
2019-09-08 22:59:35 +07:00
Fahmi Akbar Wildana
21896b200c
Add busybox as base image
2019-09-08 22:31:10 +07:00
Fahmi Akbar Wildana
c9c9112155
Build and publish docker img along with nu plugins
...
* Add Package.Dockerfile as flexible build source
* Add docker-compose.package.yml as intermediary config
* CI will use new github action YAML format
it only publish the docker image on git tag
* Add debian:latest, debian:slim, and alpine as base image
* Add documentation
2019-09-08 21:38:25 +07:00
Fahmi Akbar Wildana
085973e2db
Update main.workflow
2019-09-06 17:40:48 +07:00
Andrés N. Robalino
98d826d1d6
Merge pull request #598 from pmeredit/master
...
Add comments for sample.{bson,db}
2019-09-05 17:38:40 -05:00
Jonathan Turner
b84c77d23a
Merge pull request #603 from jonathandturner/oop_to_table
...
Move internal terminology to tables/rows
2019-09-06 05:22:24 +12:00
Jonathan Turner
dcd97b6346
Move internal terminology to tables/rows
2019-09-06 04:23:42 +12:00
Patrick Meredith
39fce1191f
Fix typo
2019-09-04 13:38:17 -04:00
Patrick Meredith
e8764911cb
Add comments for sample.{bson,db}
2019-09-04 13:36:12 -04:00
Jonathan Turner
ede45e21de
Merge pull request #597 from jonathandturner/spreadsheet_terms
...
Move us away from OOP terms to spreadsheet terms
2019-09-05 04:56:16 +12:00
Yehuda Katz
fd715e1775
Merge pull request #596 from Porges/improve-pipeline-parsing
...
Improve parsing of pipelines, require pipes between segments
2019-09-04 09:41:49 -07:00
Jonathan Turner
0a9897c5ca
Move us away from mixing OOP and spreadsheet to just spreadsheet
2019-09-05 04:29:49 +12:00
George Pollard
60212611e5
Allow leading space before head of pipeline
2019-09-05 04:13:07 +12:00
George Pollard
6034de641a
Improve parsing of pipelines, require pipes
...
At the moment the pipeline parser does not enforce
that there must be a pipe between each part of the pipeline,
which can lead to confusing behaviour or misleading errors.
2019-09-05 03:30:51 +12:00
Jonathan Turner
4591397fa3
Update README.md
2019-09-04 19:20:14 +12:00
Jonathan Turner
6dad1c9be8
Merge pull request #592 from jonathandturner/table_to
...
Covert to_* commands to work on whole table
2019-09-04 19:16:23 +12:00
Jonathan Turner
479f0a566e
Covert to_* commands to work on whole table
2019-09-04 18:48:40 +12:00
Jonathan Turner
7a5fc82ee0
Merge pull request #591 from pmeredit/topic/save_binary
...
Topic/save binary
2019-09-04 15:07:54 +12:00
Patrick Meredith
05e858fa94
Add test
2019-09-03 22:37:26 -04:00
Patrick Meredith
1f05e98965
Refactor to make save.rs readable
2019-09-03 22:21:37 -04:00
Patrick Meredith
ab48d3a3f2
Support binary save
2019-09-03 21:50:23 -04:00
Jonathan Turner
c6c4d4ddb1
Merge pull request #589 from jankoprowski/eof
...
Stop printing CTRL-D on EOF
2019-09-04 08:43:18 +12:00
Jonathan Turner
a2b3e4c9d7
Merge pull request #588 from jankoprowski/documentation
...
Mention pkg-config package in installation instruction
2019-09-04 08:42:48 +12:00
Jan Koprowski
ab97459d0e
Stop printing CTRL-D on EOF
2019-09-03 21:40:42 +02:00
Jan Koprowski
5b706599e9
Mention pkg-config package in installation instruction
...
Ubuntu distributions does not came with pkg-config by default.
OpenSSL package's documentation mention pkg-config as requirement:
https://docs.rs/openssl/0.10.24/openssl/#automatic
2019-09-03 20:29:22 +02:00
Andrés N. Robalino
a2700308a7
Merge pull request #584 from androbtech/valueshell-ls
...
ls is aware of paths given to list when entered files/values.
2019-09-03 05:54:08 -05:00
Andrés N. Robalino
3256b7adb3
if path to ls given that does not exist, report the error.
2019-09-03 05:24:04 -05:00
Andrés N. Robalino
1d0ed7e957
ls lists contents of value entered with or without path given.
2019-09-03 05:17:44 -05:00
Andrés N. Robalino
68cdeaf8ac
Merge pull request #583 from androbtech/help-refinement
...
Help refinement.
2019-09-03 05:02:15 -05:00
Andrés N. Robalino
b031d4cd77
can view list of commands for details.
2019-09-03 04:36:23 -05:00
Andrés N. Robalino
030d73147e
can view help for a given command by entering a command.
2019-09-03 04:05:52 -05:00
Andrés N. Robalino
a449d2c005
If path to cd given. Report the error with the path given.
2019-09-03 03:49:20 -05:00
Andrés N. Robalino
6a8dddedc3
Merge pull request #582 from androbtech/cd-valueshell
...
cd can be aware inside a value entered.
2019-09-03 03:08:21 -05:00
Andrés N. Robalino
b0a02518f9
cd can be awared inside a value entered.
2019-09-03 02:43:37 -05:00
Jonathan Turner
9e3d14cbbf
Merge pull request #581 from jonathandturner/fetch
...
Split fetch command away from open
2019-09-03 18:33:23 +12:00
Jonathan Turner
8a9cdcab17
Split fetch command away from open
2019-09-03 18:04:46 +12:00
Jonathan Turner
7bd2fa1bfc
Merge pull request #580 from est31/trailing_spaces
...
Trim trailing whitespace and set it in editorconfig
2019-09-03 16:25:41 +12:00
Jonathan Turner
1464feaab7
Merge pull request #579 from est31/serde_instead_of_specialization
...
Use serde instead of specialization
2019-09-03 16:24:55 +12:00
est31
cf0efb811e
Trim trailing whitespace and set it in editorconfig
2019-09-03 02:52:52 +02:00
est31
35d576f540
Remove use of specialization
2019-09-03 02:13:41 +02:00