-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add rudimentary windows support for bcfg2 #391
Open
chschenk
wants to merge
29
commits into
Bcfg2:master
Choose a base branch
from
chschenk:windows
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
b5ed496
Add basic windows support for bcfg2
chschenk 354df63
Fix PEP-8 Style issues
chschenk cb7c965
Return extra services in WinService
chschenk 63a45c2
Add import for binary Files
chschenk 7c7990c
Implement a locking mechanism which works on Windows and Linux
chschenk 6c5832d
Readd locked function for bcfg2-server
chschenk 0dc7c3f
Fix Style Issues
chschenk 19f05d5
More Style Fixes
chschenk 1a28369
Fix style issues
chschenk 4c907fe
Fix Error with lambda functions
chschenk 54c0c1e
Use compat to import modules which doesnt exists on windows
chschenk ef4aea5
Fix more Style Issues
chschenk a19f5c3
Fix Style Issues
chschenk ad69ab5
More Style Fixes
chschenk cdd5a7d
Fix more Style Issues
chschenk 4059e22
Better error handling in Flock class
chschenk 190d785
Fix style and error handling issues
chschenk 2bd891f
In Actions Shell should be False by default
chschenk c7e9e5a
Add WinFS support for nonexistent path types
chschenk c40da03
Fixing pylint errors
chschenk 03ad988
Fixing more pylint errors
chschenk 82dd867
Don't use "except as" because it only works in python 2.6 and newer
chschenk 17d8888
Don't use "except as" because it only works in python 2.6 and newer
chschenk 80efd67
Added the "real" logger to locking mechanism
chschenk febfafd
Added missing import for python3 compatibility
chschenk 460979c
Fixing exception Handling for Python 2.4
chschenk 73adee8
Fixing exception Handling for Python 2.4
chschenk ebc546d
Disable pylint W0622 in WinFS.py like in POSIX/File.py
chschenk 8815e8f
Added missing space to comment
chschenk 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 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 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 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 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
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.
There is a
\
missing at the end of the line.