Commit 92ccea4
committed
GPII-1898: Merge 'upstream/master' into GPII-1898
* upstream/master:
GPII-1108: Merged up with master
GPII-1540: Fixed indentation.
GPII-1540: Make test-window.exe build automatically
GPII-1540: Removed the test application executable
GPII-1540: Flipped options.force to option.cleanOnly. Off by default feels better.
GPII-1540: Unit tests for closeProcessByName always pass Waiting for process start sometimes triggers just before the window is created.
GPII-1540: Unit tests for closeProcessByName Created test-window, a dummy application that creates a window for testing.
GPII-1540: rollback; Put findProcessByName back to how it was. It turned out to be better to enumerate the windows, rather than enumerate every thread.
GPII-1540: Made the process enumeration in findProcessByName re-usable. Refactored it out into eachProcess, in preparation for a "get the windows of each process" routine.
GPII-1540: Merge from master
GPII-1540: Implemented closeProcessByName. Terminate a process less aggressively.
GPII-1828: Allows for retrieval of updated env vars
GPII-1108: Fixed logic for allowing deletion of subkeys of nonexistent parents in the registry to be a noopFile tree
9 files changed
+317
-12
lines changed- gpii/node_modules
- WindowsUtilities
- processHandling
- test
- registrySettingsHandler
- src
- test
- provisioning
9 files changed
+317
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
| 31 | + | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments