Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-07 | Pep8 changes | adityacp | |
2018-01-04 | - Update README_production.rst to fix incorrect commands, links and formatting | ankitjavalkar | |
- Remove README inside docker folder | |||
2018-01-04 | Add changes as requested in review | ankitjavalkar | |
2018-01-04 | Change README and tasks.py | ankitjavalkar | |
2018-01-04 | - Modify code server docker file to remove Oracle JDK, JRE | ankitjavalkar | |
- Add decorator to tasks | |||
2018-01-04 | Change as per review suggestions | ankitjavalkar | |
2018-01-04 | Multiple changes: | ankitjavalkar | |
- Remove requirement files placed in docker/Files - Modify tasks to dynamically copy requirement files into docker directory - Add java installation to Docker files | |||
2018-01-04 | Multiple changes: | ankitjavalkar | |
- Add deployment commands to tasks.py - Add deployment commands to README_production.md | |||
2018-01-04 | Multiple Changes: | ankitjavalkar | |
- Add python-decouple package to requirements - use sane defaults and python-decouple in yaksh.settings and online_test.settings module - Replace hardcoded localhost domain name referring to code server with dynamic - Move Dockerfile to dedicated directory - Add dynamic run-as-admin commands to the base command depending on OS - Replace linux specific commands like cp with Python functions | |||
2018-01-04 | Add dynamic run-as-admin commands to the base command depending on OS | ankitjavalkar | |
2017-11-14 | Multiple minor fixes : | ankitjavalkar | |
- Fix README instruct to run docker container before running django server - Add messages after commands execute succesfully - Touch a new file to denote successful running of code server | |||
2017-11-09 | Add a flag for python version while running code server in unsafe mode | ankitjavalkar | |
2017-11-09 | - Add explicit write permissions to output dir | ankitjavalkar | |
- Modify paths in the script to avoid backslashes for cross platform compatibility - Fix README based on feedback | |||
2017-11-08 | - Add command to stop the container before removing it | ankitjavalkar | |
- Fix README based on feedback | |||
2017-11-08 | - Add ruaml dependency to requirements-common | ankitjavalkar | |
- Add print stdout prompts to tasks.py | |||
2017-11-08 | Add makemigrations and loaddata command to serve command | ankitjavalkar | |
2017-11-08 | - Add pytest as a requirement to the requirements file | ankitjavalkar | |
- Modify image name in tasks.py | |||
2017-11-08 | Add further changes to invoke script and yaksh-script | ankitjavalkar | |
2017-11-08 | - Add a pyinvoke based script for running the django server and code server | ankitjavalkar | |
- Modify the requirements to separate the requirements for code server - Modify the docker file - Add a script that runs within the docker instance |