Commit graph

1864 commits

Author SHA1 Message Date
Sergei Vorobev 2bc6f6985f Add section about update in mapping.md
[skip ci]
2016-04-05 19:40:59 -07:00
Sergei Vorobev d1908d40a8 Include links to docs\workflow\ in CONTRIBUTING.md
- branches.md
- mapping.md
- resource.md
[skip ci]
2016-04-05 19:29:33 -07:00
Sergei Vorobev de51b2d7ab Add workflow/mapping.md to docs [skip ci]
- explain mapping concept
- describes mapping.json format
- overview function to work wiht mapping.json files from PowerShellGitHubDev.psm1
2016-04-05 19:20:26 -07:00
Sergei Vorobev 48e2f5081a Update references in resources.md [skip ci] 2016-04-05 19:05:04 -07:00
Sergei Vorobev bbee138aa1 Create workflow/branches.md document [skip ci]
- explain 3 long living branches and their relations.
- describe a simple bugfix workflow
2016-04-05 19:00:32 -07:00
Sergei Vorobev ba2da7fcb3 Add workflow/resource.md [skip ci]
Workflow for changes that touches .resx files
- editing
- updating
- add/remove
- start-resgen
2016-04-05 18:38:36 -07:00
Sergei Vorobev 4c967d1396 Update commiting.md : src/monad submodule is gone
Adding an Update section with explanation that the whole complicated process is rarely needed after #656 fix [skip ci]
2016-04-05 18:12:10 -07:00
Sergei Vorobev d181ef787b Make Start-ResGen generate folders for cs files 2016-04-05 15:16:55 -07:00
Sergei Vorobev ff921297a9 Merge pull request #768 from PowerShell/andschwa/docs
Update documentation
2016-04-04 19:54:37 -07:00
Sergei Vorobev b2e431b9c4 Correct Start-DevPSGithub in windows-full.md
[skip ci]
2016-04-04 19:54:12 -07:00
Andy Schwartzmeyer 3d2be07f20 Merge pull request #765 from PowerShell/vors/gitignore
Update .gitignore
2016-04-04 22:31:52 -04:00
Andrew Schwartzmeyer fe0ad12598 Update test documentation 2016-04-04 19:20:26 -07:00
Andrew Schwartzmeyer 51fcd5cdb4 Update Windows Full building documentation 2016-04-04 19:18:15 -07:00
Andrew Schwartzmeyer 9bad78a435 Update Windows Core building documentation 2016-04-04 19:08:03 -07:00
Andrew Schwartzmeyer 3ad6afbec4 Update OS X building documentation 2016-04-04 19:08:03 -07:00
Andrew Schwartzmeyer 11d07d7f42 Update Linux building documentation 2016-04-04 19:08:03 -07:00
Sergei Vorobev 4cb0ef5a75 Update default for Start-DevPSGitHub -binDir parameter 2016-04-04 18:58:53 -07:00
Sergei Vorobev e5e287b31d Update .gitignore to include work on windows
- Add files produced by cmake in powershell-native to it's own gitignore
- Add files that VS creates to the root-level gitignore
- Add .exe files that are content to the root-level gitignore
2016-04-04 18:51:57 -07:00
Charu 7fd350d90e Update windows-core.md
Add missing quote in the install instruction [skip ci]
2016-04-04 18:28:40 -07:00
Sergei Vorobev e5e77389c0 Merge pull request #762 from PowerShell/vors/master
Add changes from source-depot branch and Start-ResGen
2016-04-04 17:12:04 -07:00
Sergei Vorobev 12d6943c20 Update resources section in project.json for Eventing 2016-04-04 14:53:31 -07:00
Sergei Vorobev a6d8aecc46 Bump src/windows-build version 2016-04-04 14:29:22 -07:00
Sergei Vorobev cefc16da4f Add Start-ResGen to PowerShellGitHubDev.psm1
Now everybody can just run resgen, instead of kicking in Jenkins job
2016-04-04 14:20:34 -07:00
Sergei Vorobev 2464d58a51 Fix file casing to enable C# binding generation
Use windows-build\gen\<project> instead of windows-builg\gen\<somename>
2016-04-04 14:18:10 -07:00
Sergei Vorobev 712cb27d33 Update version of dotnet cli in windows-core.md 2016-04-04 13:39:03 -07:00
Sergei Vorobev 8e4343e881 Merge remote-tracking branch 'origin/source-depot' into vors/master 2016-04-04 12:56:23 -07:00
Andy Schwartzmeyer b7a7d8f048 Merge pull request #761 from PowerShell/andschwa/cli
Switch dotnet publish for dotnet build (and more)
2016-04-04 15:33:23 -04:00
Sergei Vorobev 2275048791 Disable AppVeyor cache 2016-04-04 11:25:22 -07:00
Andrew Schwartzmeyer a6fd5c70d9 Fix FullCLR build script for build instead of publish 2016-04-01 23:10:34 -07:00
Andrew Schwartzmeyer 4a7a521077 Fix powershell-native output directory
Thanks Stack Overflow https://stackoverflow.com/a/7750816
2016-04-01 23:10:33 -07:00
Andrew Schwartzmeyer 1b3bd12230 Don't load Netwonsoft.Json from path
It's already loaded.
2016-04-01 22:35:00 -07:00
Andrew Schwartzmeyer d27ae18ca0 Skip Add-Type.Tests.ps1
This broke and needs to be fixed.
2016-04-01 22:35:00 -07:00
Andrew Schwartzmeyer b9d8e890c5 Remove deprecated pester.sh script 2016-04-01 22:35:00 -07:00
Andrew Schwartzmeyer aa21bfc635 Use Start-PSPester on Travis 2016-04-01 22:35:00 -07:00
Andrew Schwartzmeyer a3cd2b3453 Add Start-PSPester function to replace pester.sh
Super basic function that should be rewritten.
2016-04-01 22:35:00 -07:00
Andrew Schwartzmeyer b19fdb24ac Throw in Get-PSOutput 2016-04-01 22:35:00 -07:00
Andrew Schwartzmeyer 68879655a5 Formatting and function extractions 2016-04-01 22:35:00 -07:00
Andrew Schwartzmeyer f3f0bc0b11 Fix Pester path for Travis 2016-04-01 22:35:00 -07:00
Andrew Schwartzmeyer c66375e82d Fix paths for AppVeyor 2016-04-01 22:35:00 -07:00
Andrew Schwartzmeyer a158bf654d Disable Travis cache 2016-04-01 20:49:23 -07:00
Andrew Schwartzmeyer 4601340f54 Use Start-PSxUnit on Travis 2016-04-01 20:49:03 -07:00
Andrew Schwartzmeyer 3895492da1 Remove deprecated update-content.sh 2016-04-01 20:47:58 -07:00
Andrew Schwartzmeyer b8cec0a00e Remove deprecated xunit.sh script 2016-04-01 20:46:24 -07:00
Andrew Schwartzmeyer 8e397ec1a1 Add Start-PSxUnit function
Replaces `./xunit.sh` to run xUnit tests on Linux. Pretty basic, can
definitely be extended to support other flavors.
2016-04-01 20:45:32 -07:00
Andrew Schwartzmeyer 067609cdce Add runtimes back to xUnit runner
Per dotnet/cli#2201
2016-04-01 20:25:12 -07:00
Andrew Schwartzmeyer 151b5525c6 Merge src/Modules and host specific Modules 2016-04-01 19:40:18 -07:00
PowerShell Team 9d1dca0ef1 Correct "Move files from psl-monad submodule to super-project"
Commit 45140c5752 incorrectly stated that
it imported from psl-monad repository commit
860eb5d211b8fff4e015ac59ccb58da2f59a6b58; but it actually imported from
commit 8abffd25ebc33cbc0b4ce224b46e699704b01728.
2016-04-01 19:26:02 -07:00
Andrew Schwartzmeyer 6d691de665 Log location of PowerShell build output 2016-04-01 19:15:52 -07:00
Andrew Schwartzmeyer 5a1666c984 Fix programatic references to Linux.Host 2016-04-01 19:15:41 -07:00
PowerShell Team bd599ed62a Move Module files from psl-monad submodule to super-project
This commit uses master branch 8abffd25ebc33cbc0b4ce224b46e699704b01728
2016-04-01 19:00:51 -07:00