Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Install wiki from PyPI | 2020-02-23 | -0/+0 | |
| | ||||
* | Create custom manage.py entry point, remove scripts and merge Dockerfile. | 2019-09-28 | -71/+5 | |
| | ||||
* | Install pipenv & pyuwsgi before copying project for better layer caching. | 2019-09-23 | -2/+8 | |
| | ||||
* | Fix shell script name for whl building to reference wiki pkg. | 2019-09-21 | -0/+0 | |
| | ||||
* | Change back to official python base image, remove git pkg | 2019-09-21 | -25/+18 | |
| | ||||
* | Use a .whl for `wiki` package instead of git repo. | 2019-09-21 | -0/+6 | |
| | ||||
* | Revert uwsgi back to pip install. | 2019-09-21 | -4/+6 | |
| | ||||
* | Merge branch 'master' into container-refinement | 2019-09-20 | -43/+2 | |
|\ | ||||
| * | Line Ending Fix | 2019-09-20 | -1/+2 | |
| | | | | | | | | | | | | Added .gitattributes to prevent Windows users from accidentally cloning the repo and getting incorrect line endings Also adjusting the shebang for the migrate_and_serve.sh to prevent another Windows related bug | |||
| * | Nuke `pysite.dockerapp`. | 2019-09-18 | -42/+0 | |
| | | ||||
* | | Remove EXTRAS ARG as pip extras isn't used anymore. | 2019-09-20 | -2/+0 | |
| | | ||||
* | | Add PIP and PIPENV Environmental Variables to production Dockerfile | 2019-09-18 | -0/+4 | |
| | | ||||
* | | Add PIP and PIPENV Environmental Variables | 2019-09-18 | -0/+4 | |
| | | ||||
* | | Refine Dockerfiles | 2019-09-18 | -83/+30 | |
|/ | ||||
* | Adding whitenoise to the toolchain to serve static images | 2019-07-03 | -3/+3 | |
| | ||||
* | Let's increase the verbosity and see what you guys have to say, migrate and ↵ | 2019-07-03 | -2/+2 | |
| | | | | collectstatic | |||
* | Fixing the entrypoint location - forgot that we created an app root dir. | 2019-07-03 | -2/+2 | |
| | ||||
* | Setting up a method for automatically applying migrations in production. ↵ | 2019-07-03 | -4/+71 | |
| | | | | Making a separate Dockerfile for local docker-compose builds. | |||
* | Replace wiki dep with PyDis fork, add git to Docker | 2019-04-20 | -0/+1 | |
| | ||||
* | Addressing volcyys third review. | 2019-04-20 | -2/+2 | |
| | ||||
* | Update docker/app/migrate_and_serve.sh | 2019-04-18 | -1/+1 | |
| | | | Co-Authored-By: lemonsaurus <[email protected]> | |||
* | Adding a default admin panel user to migrate_and_serve, adding hrefs for all ↵ | 2019-04-18 | -0/+5 | |
| | | | | the links, fixing a bug with the banner highlighting, and making the sponsors hero a little bigger. | |||
* | makemigrations pipeline created, RepoData model created, and a really naive ↵ | 2019-04-16 | -0/+2 | |
| | | | | implementation of the API stuff which makes 6 requests and takes forever to load. I've found a better approach so I'm gonna switch to that next. | |||
* | Remove `--dev` from container installation. | 2019-04-11 | -1/+1 | |
| | ||||
* | Only install uWSGI in Docker. | 2019-04-10 | -1/+2 | |
| | ||||
* | Display some output about migrations. | 2019-04-07 | -1/+1 | |
| | ||||
* | Exit `migrate_and_serve` on error. | 2019-04-07 | -1/+1 | |
| | ||||
* | Address review by @jchristgit | 2019-04-05 | -109/+8 | |
| | ||||
* | pysite -> pydis_site | 2019-04-05 | -4/+4 | |
| | ||||
* | [#158 #160] Automatically run collectstatic in containers/setup script | 2019-04-05 | -0/+10 | |
| | ||||
* | [#193] Replace Poetry with Pipenv | 2019-04-05 | -10/+22 | |
| | ||||
* | Set `harakiri = 30`. | 2019-03-11 | -0/+4 | |
| | ||||
* | Set `single-interpreter = true`. | 2019-03-11 | -0/+2 | |
| | ||||
* | Use poetry for dependency managemnet. | 2019-02-05 | -6/+7 | |
| | ||||
* | Drop `collectstatic` task again. | 2019-01-13 | -1/+0 | |
| | ||||
* | Collect static files in Docker image. | 2019-01-12 | -4/+5 | |
| | ||||
* | Bind Django development server to all interfaces. | 2018-10-15 | -1/+1 | |
| | ||||
* | Update the compose file and dockerapp file. | 2018-10-06 | -16/+20 | |
| | | | | The development app from the compose file will now apply migrations on boot and additionally, it will use Django's development server along with the current directory mounted read-only into the container in order to support code reloading, helpful while development. | |||
* | Use default `cheaper` interval setting. | 2018-09-21 | -2/+0 | |
| | ||||
* | Set up graceful shutdown. | 2018-09-21 | -5/+26 | |
| | ||||
* | Use UWSGI protocol. | 2018-09-21 | -1/+1 | |
| | ||||
* | Use UWSGI protocol socket. | 2018-09-21 | -1/+1 | |
| | ||||
* | Add process name prefix. | 2018-09-20 | -0/+1 | |
| | ||||
* | Drop privileges in UWSGI. | 2018-09-20 | -4/+5 | |
| | ||||
* | Require application, set procnames. | 2018-09-20 | -0/+4 | |
| | ||||
* | Use proper `adduser` invocation on Alpine. | 2018-09-20 | -4/+4 | |
| | ||||
* | Use unprivileged user. | 2018-09-20 | -0/+24 | |
| | ||||
* | Add UWSGI configuration. | 2018-09-20 | -1/+9 | |
| | ||||
* | Use `uwsgi` instead of `gunicorn`. | 2018-09-20 | -5/+9 | |
| | ||||
* | Omit `HEALTHCHECK`. | 2018-09-20 | -1/+0 | |
| |