-
Notifications
You must be signed in to change notification settings - Fork 22
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
Fix a couple of bugs #32
Merged
Conversation
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
Remove use of legacy resolver for pip installs Ensure there's an admin email address provided, use default of not Ensure special characters in passwords are handled correctly when setting the intiial web admin password
mtesauro
added a commit
that referenced
this pull request
Dec 5, 2021
* Fix a couple of bugs (#32) * Fix bug in installing PostgreSQL DB install process * Remove use of legacy resolver for pip installs * Ensure there's an admin email address provided, use default if not * Ensure special characters in passwords are handled correctly when setting the initial web admin password * Bump version number to 1.1.7 (#33) * Update version number to 1.1.7
mtesauro
added a commit
that referenced
this pull request
Sep 11, 2022
* Minor updates, cleaning up dev branch * Updated embedded dojoConfig.yml to latest version * More clean-up for 2.0.x and start of work on supporting Debian install targets * Update for new embedded version * Workaround Python 3.8 bug that kinda broke 1.15.1 (and maybe other releases) * Bump version for 2 bugfixes * Bug fixes for 2 bugs impacting 1.15.x installs on 'iron' (#23) (#24) * Fix bug in installing PostgreSQL DB install process Remove use of legacy resolver for pip installs Ensure there's an admin email address provided, use default of not Ensure special characters in passwords are handled correctly when setting the intiial web admin password * Update version number to 1.1.7 * Merge master back into dev (#34) * Fix a couple of bugs (#32) * Fix bug in installing PostgreSQL DB install process * Remove use of legacy resolver for pip installs * Ensure there's an admin email address provided, use default if not * Ensure special characters in passwords are handled correctly when setting the initial web admin password * Bump version number to 1.1.7 (#33) * Update version number to 1.1.7 * Removed debugging messages * Fix typo in link to upgrade instructions * Added link to post-install and upgrade documentation * Update embedded files * Updated go modules (depenencies), removed go-bindata to use go:embed, added libcurl4-openssl-dev needed by pycurl * Remove bindata.go - no longer necessary
mtesauro
added a commit
that referenced
this pull request
Feb 4, 2023
* Minor updates, cleaning up dev branch * Updated embedded dojoConfig.yml to latest version * More clean-up for 2.0.x and start of work on supporting Debian install targets * Update for new embedded version * Workaround Python 3.8 bug that kinda broke 1.15.1 (and maybe other releases) * Bump version for 2 bugfixes * Bug fixes for 2 bugs impacting 1.15.x installs on 'iron' (#23) (#24) * Fix bug in installing PostgreSQL DB install process Remove use of legacy resolver for pip installs Ensure there's an admin email address provided, use default of not Ensure special characters in passwords are handled correctly when setting the intiial web admin password * Update version number to 1.1.7 * Merge master back into dev (#34) * Fix a couple of bugs (#32) * Fix bug in installing PostgreSQL DB install process * Remove use of legacy resolver for pip installs * Ensure there's an admin email address provided, use default if not * Ensure special characters in passwords are handled correctly when setting the initial web admin password * Bump version number to 1.1.7 (#33) * Update version number to 1.1.7 * Removed debugging messages * Fix typo in link to upgrade instructions * Added link to post-install and upgrade documentation * Update embedded files * Updated go modules (depenencies), removed go-bindata to use go:embed, added libcurl4-openssl-dev needed by pycurl * Remove bindata.go - no longer necessary * Fix multiple issues - download timeout, newer Ubuntu distros, etc
mtesauro
added a commit
that referenced
this pull request
Apr 2, 2023
* Minor updates, cleaning up dev branch * Updated embedded dojoConfig.yml to latest version * More clean-up for 2.0.x and start of work on supporting Debian install targets * Update for new embedded version * Workaround Python 3.8 bug that kinda broke 1.15.1 (and maybe other releases) * Bump version for 2 bugfixes * Bug fixes for 2 bugs impacting 1.15.x installs on 'iron' (#23) (#24) * Fix bug in installing PostgreSQL DB install process Remove use of legacy resolver for pip installs Ensure there's an admin email address provided, use default of not Ensure special characters in passwords are handled correctly when setting the intiial web admin password * Update version number to 1.1.7 * Merge master back into dev (#34) * Fix a couple of bugs (#32) * Fix bug in installing PostgreSQL DB install process * Remove use of legacy resolver for pip installs * Ensure there's an admin email address provided, use default if not * Ensure special characters in passwords are handled correctly when setting the initial web admin password * Bump version number to 1.1.7 (#33) * Update version number to 1.1.7 * Removed debugging messages * Fix typo in link to upgrade instructions * Added link to post-install and upgrade documentation * Update embedded files * Updated go modules (depenencies), removed go-bindata to use go:embed, added libcurl4-openssl-dev needed by pycurl * Remove bindata.go - no longer necessary * Fix multiple issues - download timeout, newer Ubuntu distros, etc * Initial commit of refactor * Part 1 of major refactor * Uncommented a line that shouldn't have been * Part 2 of major refactor - cleanup redundanct code * Completed majority of the refactor, added beta RHEL support * Refactor complete
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fix bug in installing PostgreSQL DB install process
Remove use of legacy resolver for pip installs
Ensure there's an admin email address provided, use default of not
Ensure special characters in passwords are handled correctly