Commit graph

595 commits

Author SHA1 Message Date
George Fleming
af00ffc4db adding submodules 2015-11-03 13:55:31 -08:00
George Fleming
efefcad0f8 New xunit tests for domainname and isexecutable 2015-11-03 11:51:59 -08:00
Andrew Schwartzmeyer
06be397283 Fix ConvertFrom-Csv failure 2015-11-02 15:26:14 -08:00
Andy Schwartzmeyer
337cfe552b Merge pull request 242 from dev/console-args into develop
made powershell work with additional argument logic
2015-11-02 23:22:55 +00:00
Zach Folwick
c07a94ef24 Merge pull request 240 from dev/fix-pester into develop
Use $here to avoid 'cd $(PESTER)'
2015-11-02 23:22:04 +00:00
Andrew Schwartzmeyer
0b6adb68ee Use $here to avoid 'cd $(PESTER)'
Per the Pester examples: https://github.com/pester/Pester/blob/master/Examples/Calculator/Add-Numbers.Tests.ps1
2015-11-02 15:20:31 -08:00
Andy Schwartzmeyer
5e0982030e Merge pull request 243 from dev/submodules into develop
Repin monad (and monad-ext)
2015-11-02 23:19:13 +00:00
Andrew Schwartzmeyer
1564ebc5b5 Repin monad (and monad-ext) 2015-11-02 15:12:37 -08:00
George Fleming
a7418ff660 Merge pull request 238 from dev/symlink into develop
Add tests for FQDN and SymLink
2015-11-02 23:08:27 +00:00
Zachary Folwick
fe3608da57 made powershell work with additional argument logic 2015-11-02 15:04:40 -08:00
Andrew Schwartzmeyer
05f59d15b1 Untabify Json.Tests 2015-11-02 14:06:58 -08:00
Andy Schwartzmeyer
8c640e50c3 Merge pull request 241 from dev/json into develop
Add Json.NET Pester tests
2015-11-02 21:53:11 +00:00
Zach Folwick
349b4e8381 Merge pull request 229 from dev/convertfrom-csv into develop
added ConvertFrom-Csv tests
2015-11-02 21:52:14 +00:00
Zachary Folwick
ccc873b45f made changes according to PR 2015-11-02 13:45:39 -08:00
Zachary Folwick
6036e09f43 Added Csv test file for Convertfrom-Csv 2015-11-02 13:45:06 -08:00
Zach Folwick
ded2bc99ab Merge pull request 239 from dev/set-alias into develop
Merge dev/set-alias to develop
2015-11-02 18:48:52 +00:00
Andrew Schwartzmeyer
e24f4b43a1 Update monad-native to fix Jenkins job
monad-native has a new target, `install` which places the native bits
into bin and lib folders, which here are prefixed to monad-linux.

Note that the location of native-tests.xml has changed so that the
monad-native Jenkins build can pick it up.
2015-10-30 18:53:48 -07:00
Andrew Schwartzmeyer
37d861f197 Add Json.NET Pester tests 2015-10-30 18:09:03 -07:00
Zachary Folwick
cace8c5873 corrected an issue with set-alias on linux 2015-10-30 16:12:40 -07:00
Zachary Folwick
60aab90d31 added set-alias tests 2015-10-30 16:05:51 -07:00
George Fleming
af52de746b Add tests for FQDN and SymLink 2015-10-30 15:30:36 -07:00
Andy Schwartzmeyer
9b003f059c Merge pull request 233 from dev/update-monad into develop
Update submodules
2015-10-30 18:55:53 +00:00
Andrew Schwartzmeyer
4c9540d777 Update submodules
This brings in the updates to monad-native and monad-build necessary to
bring in the updates to monad.
2015-10-30 11:16:27 -07:00
Zach Folwick
2139173dbe Merge pull request 230 from dev/console-prompt into develop
Merge dev/console-prompt to develop
2015-10-30 17:58:56 +00:00
Zachary Folwick
a20d80c099 added todo message for later completion 2015-10-30 10:57:02 -07:00
Andrew Schwartzmeyer
785e14808d Track develop branch of monad-native 2015-10-30 10:56:31 -07:00
Zachary Folwick
cc578caf38 changed query to get the HOME environment variable, since that's what we're really going for and won't break under root 2015-10-30 10:24:21 -07:00
Zachary Folwick
5680a1d6c2 added code to allow navigation via by querying the environment variable. This appears to be how it's already done in linux 2015-10-29 15:58:47 -07:00
Zachary Folwick
84b60d6be4 added ConvertFrom-Csv tests 2015-10-29 14:55:09 -07:00
Zach Folwick
eb05ca2e4e Merge pull request 228 from dev/convertFrom-stringdata into develop
added convertFrom-StringData pester tests to parse structured data
2015-10-28 21:30:01 +00:00
Andy Schwartzmeyer
576f4b9a51 Merge pull request 225 from dev/defaults into develop
Merge dev/defaults to develop
2015-10-28 21:21:42 +00:00
Zachary Folwick
62f986a6f3 added convertFrom-StringData pester tests to parse structured data 2015-10-28 11:38:24 -07:00
Andrew Schwartzmeyer
d92a3ea5b3 Fix distribution of .NET
I still really don't like copying this around, but until we get using
DNX, it's probably our best bet. Now, at least, the host can expect
lib/{powershell,coreclr}.
2015-10-28 10:04:39 -07:00
Andrew Schwartzmeyer
74b35fb6cc Update monad submodule because of monad-native
monad-native develop and monad got out of sync, this fixes that
2015-10-28 00:05:11 -07:00
Andrew Schwartzmeyer
44a468a0fa Update monad-native submodule
To bring in sensible default handling.
2015-10-27 23:58:08 -07:00
Andrew Schwartzmeyer
dd394a455f Use defaults for PWRSH_ROOT and CORE_ROOT
This moves the PowerShell output to `lib/powershell` and copies the
.NET runtime assemblies to `lib/coreclr`.
2015-10-27 23:42:26 -07:00
Zachary Folwick
78e8e83555 made the text output b/w instead of white on a green background 2015-10-27 17:33:17 -07:00
Zachary Folwick
718ecb6005 made debug text yellow and background the default color 2015-10-27 17:32:38 -07:00
Zachary Folwick
dbc14ff1ea moved logic for prompt to prompt function, simplifying the main loop 2015-10-27 17:25:01 -07:00
Andrew Schwartzmeyer
ba97c075eb Don't rm -rf tools on make distclean 2015-10-27 16:32:15 -07:00
Zach Folwick
2ed6352908 Merge pull request 223 from dev/powershell-run into develop 2015-10-27 19:16:16 +00:00
Zach Folwick
77a1b97d5b Merge pull request 222 from dev/pop-location into develop 2015-10-27 19:16:04 +00:00
Zachary Folwick
2b353e0b45 deleted test1 method because it's no longer used 2015-10-27 12:07:57 -07:00
Zachary Folwick
d4640e84c4 modified the colors of the runtime shell to not look horrible 2015-10-27 11:57:21 -07:00
Zachary Folwick
01b7c28272 added pop-location tests 2015-10-27 11:20:35 -07:00
Zach Folwick
b800f028a2 Merge pull request 219 from dev/temp into develop 2015-10-27 17:27:58 +00:00
Zachary Folwick
a8215e0c73 made the shell target have a TEMP directory of /tmp 2015-10-27 10:19:48 -07:00
Andy Schwartzmeyer
ef141c1639 Merge pull request 215 from dev/build-refactor into develop 2015-10-26 23:07:44 +00:00
Andrew Schwartzmeyer
9efedc0c07 Update monad-native submodule to merge commit 2015-10-26 16:07:17 -07:00
Andrew Schwartzmeyer
b793a07b41 Add distclean-native target 2015-10-26 12:38:34 -07:00