Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-02 | Change travis build distribution from precise to trusty | maheshgudi | |
2017-12-19 | Add coverage badge on readme using codecov | maheshgudi | |
2017-09-08 | Modification as per comments on the PR | prathamesh | |
2017-09-02 | Issue after merge resolved | prathamesh | |
2017-09-01 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
improve-code-server Conflicts Resolved: .travis.yml yaksh/views.py | |||
2017-09-01 | updated travis config and added print to debug on travis | prathamesh | |
2017-08-31 | Installs Firefox v46.0 on Travis CI | maheshgudi | |
- Selenium v2.53.6 works perfectly with Firefox v46.0. Travis CI is expected to keep upgrading their default linux distribution, which might not have Firefox v46.0 in it's repository. Hence we enforce Travis CI to install Firefox v46.0. Firefox version might have to be changed as the selenium version changes. | |||
2017-04-26 | Update travis.yml file to use test_settings to run tests | ankitjavalkar | |
2017-03-09 | Add coverage: | ankitjavalkar | |
- Add coverage prerequisite to requirements - Add coverage config file - Add coverage command to travis | |||
2017-03-02 | Modify travis.yml to: | ankitjavalkar | |
- Install dependencies from requirements and use setup.py Modify setup.py to remove selenium from install_requires | |||
2017-03-01 | Fix selenium tests: | ankitjavalkar | |
- Fix addition of answer to codemirror using selenium - Add custom exception when selenium fails - Add id to logout button on student interface - Fix imports for Python3 support in load_test.py | |||
2017-01-11 | Remove django 1.8 dependency from travis | adityacp | |
2016-10-03 | change setup.py with py 3 | adityacp | |
2016-10-03 | changes in travis for python 3 | adityacp | |
2016-09-30 | Update travis.yml file | ankitjavalkar | |
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 | |