Refactoring to fit shh-dlce deployment scheme#1
Open
xrotwang wants to merge 61 commits intolingdb:masterfrom
Open
Refactoring to fit shh-dlce deployment scheme#1xrotwang wants to merge 61 commits intolingdb:masterfrom
xrotwang wants to merge 61 commits intolingdb:masterfrom
Conversation
To make sure SQL dumps can be restored to a DB cluster with different user and ACL setups, the dumps are now created using `pg_dump`'s `--no-owner` and `--no-acl` options. To make the SQL dumps compatible with our deployment infrastructure, they are now compressed using `gzip` rather than `bzip2`.
- Removed submodules: Logo and favicon from lingdb/cognac-logo have been added to `cobl/static/logo`. - Turned into python package: - Added `setup.py` - REQUIREMENTS replaced by `install_requires` in setup.py - Renamed package from ielex to cobl - Allow running the app with `gunicorn --paste ...`: - added entry point in `setup.py` - added `cobl:main`, reading config passed in via paste config file - The paste config file now supersedes `local_settings.py`.
…ithout invalidating sessions
…session data, instead inform the user and use defaults
… lexeme id to dataTable
updated bower, grunt; removed obsolet package grunt-asset-version-json; fixed old dev.reader
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
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.
added to
cobl/static/logo.setup.pyinstall_requiresin setup.py/ielex/staticto/staticgunicorn --paste ...:setup.pycobl:main, reading config passed in via paste config filelocal_settings.py.user and ACL setups, the dumps are now created using
pg_dump's--no-ownerand--no-acloptions.they are now compressed using
gziprather thanbzip2.The app now has to be installed running
and can then be started with a
development.inilooking likerunning