Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-21 | Place selenium script and unit tests in live_server_tests dir | ankitjavalkar | |
2016-09-21 | Run the selenium and unit tests separately | ankitjavalkar | |
2016-09-21 | - Change path of selenium tests | ankitjavalkar | |
- Add to travis | |||
2016-08-12 | Set correct verbosity level for test. | Prabhu Ramachandran | |
2016-08-12 | No need to run nosetests again. | Prabhu Ramachandran | |
2016-08-12 | Merge branch 'master' into test-code-server | Prabhu Ramachandran | |
2016-08-12 | Use a tornado based server for the pool server. | Prabhu Ramachandran | |
With the previous XMLRPC based server, an XMLRPC server would respond to a request for an available port. This does not work as the server can only take about 2 simultaneous connections. The server pool now uses a HTTP server via tornado which works extremely well. The django code should not change at all as this is an internal change. This change should make the code server far more robust and work for a very large number of simultaneous users. The http server also has a simple status page to indicate the current load. This will not be correct on OSX due to limitations of the multi-processing Queue implementation on OSX. | |||
2016-08-12 | Removed --use-mirrors option from pip install in travis | prathamesh | |
2016-07-09 | updated travis settings | prathamesh | |
2016-07-08 | Fix Django versions in travis.yml and minor test errors | ankitjavalkar | |
2016-05-27 | Merge pull request #103 from ankitjavalkar/new-django-travis | Prabhu Ramachandran | |
Update django version in .travis.yml | |||
2016-05-18 | Update django version in .travis.yml | ankitjavalkar | |
2016-05-12 | rebase changes and comments changes | adityacp | |
2016-05-12 | changes in travis.yml | adityacp | |
2015-10-13 | Fix test cases | ankitjavalkar | |
2015-10-09 | move tests to new dir and modify travis.yml | ankitjavalkar | |
2015-09-15 | Remove testapp dir, remove reference to testapp in paths, files | ankitjavalkar | |
2015-06-22 | Fix test cases and code_server imports | ankitjavalkar | |
2015-06-17 | Add .travis.yml file | ankitjavalkar | |