-
Notifications
You must be signed in to change notification settings - Fork 234
Feature/constrained runspace support #1282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
dkattan
wants to merge
34
commits into
PowerShell:master
from
dkattan:feature/constrained-runspace-support
Closed
Changes from 20 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
7bf0f35
Modified previous ConstrainedLanguage changes to support spawning run…
dkattan e50beb5
Removed unused code for creating ConstrainedRunspace
dkattan e7e2bfe
Updated PowerShellContextFactory.cs to not specify a LanguageMode and…
dkattan 0dc040e
Removed unnecessary changes.
dkattan bbbcd07
Fixed compilation error.
dkattan 6d425d2
Created internal overload for CreateRunspace that accepts InitialSess…
dkattan fd0e360
Removed comment
dkattan 0548349
Modified previous ConstrainedLanguage changes to support spawning run…
dkattan 8af273c
Removed unused code for creating ConstrainedRunspace
dkattan fecc78f
Removed unnecessary changes.
dkattan d418d26
Fixed compilation error.
dkattan 46f2324
Created internal overload for CreateRunspace that accepts InitialSess…
dkattan a8753ee
Removed comment
dkattan d7ea74e
This works in a constrained runspace, but performance poor as PSES co…
dkattan 79f4b8c
Added null check for profile when loaded from a Constrained Runspace
dkattan 6c7da2b
Added default TabExpansion2 implementation so PSES works out of the b…
dkattan 18dd6df
Merge remote-tracking branch 'upstream/master' into feature/constrain…
dkattan 3ba1f4e
Added Default InitialSessionState to test suite
dkattan 8866896
Merged latest changes from upstream.
dkattan db87496
Modified code to work from a Constrained Runspace.
dkattan 99854df
Got modules to load as expected in Constrained Runspace by switching …
dkattan 7111814
Removed reference to local profile
dkattan bdd993c
Removed BuildInfo.cs
dkattan 1f738a6
Revert "Removed BuildInfo.cs"
dkattan bce3396
Undoing changes to BuildInfo.cs
dkattan 124bd95
Undoing changes to BuildInfo.cs
dkattan 9309e27
Copied BuildInfo.cs from master
dkattan 74013af
Copied BuildInfo.cs from master
dkattan 1fad2d0
Merge branch 'feature/constrained-runspace-support' of github.com:dka…
dkattan 54196a8
Added comment indicating the purpose of the InitialSessionState varia…
dkattan 87b94c9
Removed profile null check changes as those are done differently in P…
dkattan c697af8
Adding comments, removing unnecessary changes.
dkattan b893e08
Removing more unnecessary changes
dkattan e281448
Removing unintentional changes
dkattan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you revert this? The build is supposed to mark this with git to not change... But it's not always worked.