Commit graph

3324 commits

Author SHA1 Message Date
Sergei Vorobev 639e669b7e Move files from docs/workflow to docs/dev-process
Remove branch-structure.md
2016-07-24 22:00:37 -07:00
Sergei Vorobev 26a6644d48 Merge pull request #1494 from PowerShell/vors/start-pspester
Simplify Start-PSPester
2016-07-24 21:41:53 -07:00
Andy Schwartzmeyer a9acee8079 Merge pull request #1495 from PowerShell/vors/gitignore
Update .gitignore files
2016-07-24 15:03:04 -07:00
Sergei Vorobev c76651e850 Update .gitignore files 2016-07-24 09:17:22 -07:00
Sergei Vorobev 61a81a76c0 Fix links in powershell-repository-101.md 2016-07-22 20:07:01 -07:00
Sergei Vorobev ea3e7db598 Simplify Start-PSPester
Pester already handles folder vs file.
There is no need to have custom logic in Start-PSPester.
2016-07-22 17:46:12 -07:00
Sergei Vorobev 28a7ca2dc0 Merge pull request #1477 from PowerShell/vors/config
Create separate Top-level directory per platform
2016-07-22 17:11:29 -07:00
Sergei Vorobev 7f274a356d Update building/internals.md docs 2016-07-22 16:11:38 -07:00
Sergei Vorobev c4deb5d377 Update .gitignore to ignore dlls and pdbs 2016-07-22 16:11:38 -07:00
Sergei Vorobev 3674bacfa8 Copy pwrshplugin into the Full CLR version artifacts 2016-07-22 16:11:37 -07:00
Sergei Vorobev 875402ad53 Create separate Top-level directory per platform
- Replace src\powershell top level project by two
  new root-level projects:
    - src\powershell-unix
    - src\powershell-windows
- Break src\Modules into more granular structure:
  - Shared
  - Windows+Unix-Core
  - Windows-Core
  - Windows-Core+Full
  - Windows-Full
  - To be created: Unix-Core. We will do it as a separate PR
- Fix #1122 : Platform-specific set of Modules (and assemblies)
- Fix Start-TypeGen to work with new top level folders layout
2016-07-22 16:11:29 -07:00
Sergei Vorobev 28ded782f4 Merge pull request #1492 from PowerShell/hiteshraigandhi-patch-1
Delete code-review-guidelines.md
2016-07-22 15:55:09 -07:00
hiteshraigandhi 874057e6bc Delete code-review-guidelines.md
This is not required.
2016-07-22 15:36:37 -07:00
Andy Schwartzmeyer 5cec5f1b04 Merge pull request #1487 from PowerShell/andschwa/convert-utf
Convert UTF-16 files to UTF-8
2016-07-22 14:44:29 -07:00
Andy Schwartzmeyer 2f8872bd99 Merge pull request #1482 from PowerShell/RaghuS-PackagingBranch
Generate consistent package names for various Win platforms
2016-07-22 14:23:50 -07:00
PowerShell Team 165f2a86c3 Convert UTF-16 files to UTF-8 2016-07-22 13:54:34 -07:00
Sergei Vorobev f3408da9f0 Merge pull request #1485 from PowerShell/vors/execution-policy-tests
Scope ExecutionPolicy tests to current user to allow it run without admin escalation
2016-07-22 13:43:22 -07:00
Jason Shirk 1c3361bf20 Merge pull request #1483 from lzybkr/if_unix
Change preprocessor macro LINUX to UNIX
2016-07-22 13:14:28 -07:00
Sergei Vorobev f78c796175 Update src/powershell-native/.gitignore 2016-07-22 13:00:02 -07:00
Sergei Vorobev 4c78fc5e7f Scope ExecutionPolicy tests to Process
Allow it run without admin escalation
2016-07-22 12:58:50 -07:00
Sergei Vorobev fb34100328 Merge pull request #1474 from PowerShell/vors/remove-cimcmdlets-binary
Remove *BinaryMiLog cmdlets
2016-07-22 11:39:33 -07:00
Manikyam Bavandla MSFT 7a8d58f3c7 Merge pull request #1480 from PowerShell/psget
Updating Test-RunningAsElevated to return true on *nix and OS X.
2016-07-22 11:04:34 -07:00
Jianyun Tao 397b7b639c Merge branch 'master' of http://github.com/powershell/powershell 2016-07-22 11:02:30 -07:00
Jianyun Tao c615b7b81d Merge branch 'jianyun/docs' 2016-07-22 11:01:25 -07:00
Jason Shirk (POWERSHELL) 673dd2c355 Change preprocessor macro LINUX to UNIX 2016-07-22 10:49:45 -07:00
Raghu Shantha [MSFT] f25917d8d0 Generate consistent package names for various platforms 2016-07-22 10:35:51 -07:00
Manikyam Bavandla 56196c4ad4 Updating an error message
Updating an error message
2016-07-21 20:01:03 -07:00
Andy Schwartzmeyer 082e35e009 Merge pull request #1472 from PowerShell/andschwa/externalconsole
Enable external console for VS Code debugging
2016-07-21 19:44:30 -07:00
Manikyam Bavandla 8472f27532 Updating Test-RunningAsElevated to return true on *nix and OS X.
Permission models on *nix can be very complex, to the point that you
could never possibly guess without simply trying what you need to try;
This is totally different from Windows where you can know what you can
or cannot do with/without admin rights.
2016-07-21 19:35:11 -07:00
Jianyun Tao c0d17ef57d Seperated Commercial Resources from Free ones and other minor fixes. 2016-07-21 19:09:45 -07:00
Manikyam Bavandla MSFT 8c92703ff1 Merge pull request #1470 from PowerShell/psget
PowerShellGet demo script
2016-07-21 18:31:18 -07:00
Jianyun 0d5a096013 Merge pull request #1453 from alexandair/patch-1
Added newlines. Removed commercial resources.
2016-07-21 17:41:22 -07:00
Raghu Shantha [MSFT] d7b5dd2690 Merge pull request #1467 from PowerShell/RaghuS-Demos
Move install script to demos/install folder
2016-07-21 17:30:49 -07:00
Sergei Vorobev cf821a17a1 Remove *BinaryMiLog cmdlets 2016-07-21 16:55:20 -07:00
Andrew Schwartzmeyer 59cf766604 Update debugging instructions for VS Code 2016-07-21 16:37:44 -07:00
Andrew Schwartzmeyer 9a9b6eddcb Enable external console for VS Code debugging
Instead of half-running PowerShell with -noninteractive (and expecting
the user debugging to enter more arguments), the latest stable version
of VS Code allows us to launch an external console. This requires either
Gnome Terminal or xterm (sadly not Xfce Terminal), but given either (and
xterm is almost always available to install), we can now launch an
interactive PowerShell session to debug.
2016-07-21 16:18:32 -07:00
Manikyam Bavandla MSFT 042d1e99bb Merge pull request #1458 from PowerShell/psedition_rename
Rename Desktop & Core PSEditions to WindowsPowerShell & PowerShellCore
2016-07-21 15:29:00 -07:00
Manikyam Bavandla b1963fe5b2 Updating the demo script. 2016-07-21 14:52:11 -07:00
Raghu Shantha [MSFT] 74ac3894b0 Rename Install.sh to install.sh 2016-07-21 13:32:47 -07:00
Raghu Shantha [MSFT] 97da352b8e Rename demos/Install.sh to demos/install/Install.sh 2016-07-21 13:30:56 -07:00
Lee Holmes 105bf9c9ff Merge pull request #1452 from PowerShell/vors/remove-links
Remove unusable links from the source code
2016-07-21 13:12:28 -07:00
Raghu Shantha [MSFT] 26717dc63e Create install.ps1 2016-07-21 13:06:38 -07:00
Manikyam Bavandla 9527193920 PowerShellGet demo
PowerShellGet demo
2016-07-21 13:00:41 -07:00
Manikyam Bavandla f6922ae635 Merge branch 'psget' of https://github.com/PowerShell/PowerShell into psget 2016-07-21 12:38:29 -07:00
Manikyam Bavandla 7120cecc15 Updating PowerShellGet demo 2016-07-21 12:38:04 -07:00
Manikyam Bavandla 5ba2a3b7b8 PowerShellGet demo script
PowerShellGet demo script
2016-07-21 12:38:04 -07:00
Sergei Vorobev bad0f47659 Merge pull request #1463 from PowerShell/vors/token
Move GITHUB_TOKEN in tools/download.sh
2016-07-21 12:29:08 -07:00
Manikyam Bavandla 66f0b83e89 Merge branch 'master' into psedition_rename 2016-07-21 12:16:38 -07:00
Manikyam Bavandla 2a67fd8ec5 Updating the "Should have the correct edition" test
Updating the "Should have the correct edition" test
2016-07-21 12:16:16 -07:00
Andy Schwartzmeyer 6259c4a4c0 Merge pull request #1462 from PowerShell/johnkord-MMI_full_version
Setting MMI dependency in SMA to full version instead of wildcard
2016-07-21 12:16:01 -07:00