-
Notifications
You must be signed in to change notification settings - Fork 3
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
Refactoring to fit shh-dlce deployment scheme #1
Open
xrotwang
wants to merge
61
commits into
lingdb:master
Choose a base branch
from
shh-dlce:master
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.
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
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`.
xrotwang
changed the title
Streamline dumps
Refactoring to fit shh-dlce deployment scheme
Jul 3, 2018
…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
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.py
install_requires
in setup.py/ielex/static
to/static
gunicorn --paste ...
:setup.py
cobl: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-owner
and--no-acl
options.they are now compressed using
gzip
rather thanbzip2
.The app now has to be installed running
and can then be started with a
development.ini
looking likerunning