-
Notifications
You must be signed in to change notification settings - Fork 132
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 Freebsd support #1187
Open
tykling
wants to merge
32
commits into
SpriteLink:master
Choose a base branch
from
tykling:freebsd-support
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
Add Freebsd support #1187
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
acadb25
support FreeBSD hier(7) paths in setup.py files
tykling aad4f8a
fix remaining hardcoded shebang lines to use '/usr/bin/env python' in…
tykling b5013b2
fix OS detection
tykling 71d325a
add missing import
tykling ce28666
fix warnings: imports on seperate lines, remove whitespace before (, …
tykling cc1494d
Update CI install phase to install PostgreSQL 9.2
garberg aaa7d32
Merge pull request #1188 from garberg/fix_travis
garberg 759afd1
Bumped version to v0.29.7
garberg 7edd1eb
Merge pull request #1191 from garberg/release_0.29.7
garberg ca5c684
Upgraded AngularJS and jQuery
garberg 2b83e8b
www: Remove default hash prefix
garberg 907878f
www: Changed from success/error to then/catch
garberg 62e2d9b
Upgraded jQuery UI to v1.12.1
garberg c694bcb
www: Remove more jQuery-UI classes
garberg c591266
www: Use Bootstrap button classes in dialogs
garberg d07cfe3
Merge pull request #1201 from garberg/upgrade_jslibs
plajjan 007a0d3
Add a "Reviewed by Hound" badge
salbertson e5eb2b3
Merge pull request #1203 from salbertson/patch-1
garberg c91eb79
docs: Clarified WWW installation instructions
garberg 75d47e7
www: Fixed removal of extra attributes
garberg d8b57a1
www: Increase search delay to 500 ms
garberg 5fd24c0
Merge pull request #1213 from garberg/increase_search_delay
plajjan 2963e3d
Merge pull request #1209 from garberg/update_www_install_doc
plajjan ccc18dc
Merge pull request #1211 from garberg/fix_remove_prefix_avp
plajjan 1b98d66
Bumped version to v0.29.8
garberg f96069f
Merge pull request #1215 from garberg/release_v0.29.8
garberg b2bbcfb
support FreeBSD hier(7) paths in setup.py files
tykling 3bb9317
fix remaining hardcoded shebang lines to use '/usr/bin/env python' in…
tykling 48a4759
fix OS detection
tykling c741b4e
add missing import
tykling 64494dd
fix warnings: imports on seperate lines, remove whitespace before (, …
tykling e5582b2
Merge branch 'freebsd-support' of github.com:tykling/NIPAP into freeb…
tykling 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,8 @@ backend and it should be a *trusted* account. Create it with the following:: | |
Obviously, replace "s3cr3t" with a better password and feel free to use | ||
whichever username you want, as long as you configure it accordingly. The user | ||
account for the web UI should not be used by any other user. Configure | ||
the web UI to use this account by configuring the xmlrpc_uri variable:: | ||
the web UI to use this account by configuring the xmlrpc_uri variable in the | ||
www section of nipap.conf:: | ||
|
||
xmlrpc_uri = http://nipap-www@local:[email protected]:1337 | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
nipap-cli (0.29.8-1) stable; urgency=medium | ||
|
||
* Fix removal of extra attributes in web UI (#1205) | ||
* Increased delay for automatic search in the web UI to 500 ms (#1208) | ||
* Upgraded AngularJS and jQuery in the web UI (#1196) | ||
|
||
-- Lukas Garberg <[email protected]> Wed, 13 Mar 2019 01:03:38 +0100 | ||
|
||
nipap-cli (0.29.7-1) stable; urgency=medium | ||
|
||
* Add-prefix-from-prefix-option only shown when possible (#1111) | ||
* Cache busting for static files in the web UI (#1120) | ||
* Fix monitor attribute in web UI (#1131) | ||
* Fix parsing of query string in URL (#1132) | ||
* Various documentation fixes (#1124, #1153, #1155) | ||
|
||
-- Lukas Garberg <[email protected]> Thu, 31 May 2018 14:42:50 +0200 | ||
|
||
nipap-cli (0.29.6-1) stable; urgency=medium | ||
|
||
* Test scripts merged (#1059) | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "0.29.6" | ||
__version__ = "0.29.8" | ||
__author__ = "Kristian Larsson, Lukas Garberg" | ||
__author_email__ = "[email protected], [email protected]" | ||
__license__ = "MIT" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,11 +22,18 @@ def get_data_files(): | |
print("rst2man failed to run:", str(exc), file=sys.stderr) | ||
sys.exit(1) | ||
|
||
if sys.platform.startswith('freebsd'): | ||
localbase = '/usr/local' | ||
etcdir = localbase + '/etc' | ||
else: | ||
localbase = '/usr' | ||
etcdir = '/etc' | ||
|
||
files = [ | ||
('/etc/skel/', ['.nipaprc']), | ||
('/usr/bin/', ['helper-nipap', 'nipap']), | ||
('/usr/share/doc/nipap-cli/', ['bash_complete', 'nipaprc']), | ||
('/usr/share/man/man1/', ['nipap.1']) | ||
(etcdir + '/skel/', ['.nipaprc']), | ||
(localbase + '/bin/', ['helper-nipap', 'nipap']), | ||
(localbase + '/share/doc/nipap-cli/', ['bash_complete', 'nipaprc']), | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. line too long (80 > 79 characters) |
||
(localbase + '/share/man/man1/', ['nipap.1']) | ||
] | ||
|
||
return files | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
nipap-www (0.29.8-1) stable; urgency=medium | ||
|
||
* Fix removal of extra attributes in web UI (#1205) | ||
* Increased delay for automatic search in the web UI to 500 ms (#1208) | ||
* Upgraded AngularJS and jQuery in the web UI (#1196) | ||
|
||
-- Lukas Garberg <[email protected]> Wed, 13 Mar 2019 01:03:38 +0100 | ||
|
||
nipap-www (0.29.7-1) stable; urgency=medium | ||
|
||
* Add-prefix-from-prefix-option only shown when possible (#1111) | ||
* Cache busting for static files in the web UI (#1120) | ||
* Fix monitor attribute in web UI (#1131) | ||
* Fix parsing of query string in URL (#1132) | ||
* Various documentation fixes (#1124, #1153, #1155) | ||
|
||
-- Lukas Garberg <[email protected]> Thu, 31 May 2018 14:42:49 +0200 | ||
|
||
nipap-www (0.29.6-1) stable; urgency=medium | ||
|
||
* Test scripts merged (#1059) | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "0.29.6" | ||
__version__ = "0.29.8" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. multiple spaces before operator |
||
__author__ = "Kristian Larsson, Lukas Garberg" | ||
__author_email__ = "[email protected], [email protected]" | ||
__license__ = "MIT" | ||
|
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.
multiple spaces before operator