summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2020-11-07Update travisadityacp
2020-11-07Add tests for lesson trackingadityacp
2020-05-13Merge branch 'master' into merge_monitor_regradePalaparthy Adityachandra
2020-04-30Merge branch 'master' into APIPalaparthy Adityachandra
2020-04-27Resolve conflicts in travis, requirements and viewsadityacp
2020-04-21Update notifications-plugin package and travis commandadityacp
2020-04-20Add redis-server in the travis for celeryadityacp
2020-04-16Update .travis.ymlCruiseDevice
2020-03-30Update .travis.ymlCruiseDevice
2020-03-30Resolve ConflictsCruiseDevice
Merge branch 'api' of https://github.com/prathamesh920/online_test into API
2020-03-27Add R installation for travisprathamesh
2020-03-05Use xenial dist for latest sqliteadityacp
2020-03-05Remove deprecated sudo, add migrate commandadityacp
2020-03-05Add migrations command for auth onlyadityacp
2020-03-05Add migrations command in travisadityacp
2020-03-05Fix xvfb service issueadityacp
2020-03-05Change distro versionadityacp
2020-03-05Change in decorators, tests, travisadityacp
- Remove python 2.7 from travis - Fix url reverse function import in views tests - Fix error in is_email_verified decorator for user is_authenticated
2018-12-19Provide API version 1 for Yakshprathamesh
- Serializers for Question, Quiz, QuestionPaper, AnswerPaper - Can create questions, quizzes, question and answer papers - Can check mcq, mcc and code questions - Tests for the API
2018-03-21Treat grades/tests as python package directoryprathamesh
2018-03-21Add weightage for Quiz and Create Grading System Appprathamesh
App Name: grades Grading System provides with the grade for a given value. It contains different grade ranges. Has its own default grading system. Allows you to modify and add grading system wth grade ranges. To be done: - Need to add README - Good UI - There are fields like can_be_used and order in models for future use. - More tests App name: Yaksh Now every quiz has a default weightage of 100%, can be changed. An aggregate is calculated for a given course. Using grades app a grade is provide to the aggregate value.
2018-01-02Change travis build distribution from precise to trustymaheshgudi
2017-12-19Add coverage badge on readme using codecovmaheshgudi
2017-09-08Modification as per comments on the PRprathamesh
2017-09-02Issue after merge resolvedprathamesh
2017-09-01Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
improve-code-server Conflicts Resolved: .travis.yml yaksh/views.py
2017-09-01updated travis config and added print to debug on travisprathamesh
2017-08-31Installs Firefox v46.0 on Travis CImaheshgudi
- 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-26Update travis.yml file to use test_settings to run testsankitjavalkar
2017-03-09Add coverage:ankitjavalkar
- Add coverage prerequisite to requirements - Add coverage config file - Add coverage command to travis
2017-03-02Modify travis.yml to:ankitjavalkar
- Install dependencies from requirements and use setup.py Modify setup.py to remove selenium from install_requires
2017-03-01Fix 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-11Remove django 1.8 dependency from travisadityacp
2016-10-03change setup.py with py 3adityacp
2016-10-03changes in travis for python 3adityacp
2016-09-30Update travis.yml fileankitjavalkar
2016-09-21Place selenium script and unit tests in live_server_tests dirankitjavalkar
2016-09-21Run the selenium and unit tests separatelyankitjavalkar
2016-09-21- Change path of selenium testsankitjavalkar
- Add to travis
2016-08-12Set correct verbosity level for test.Prabhu Ramachandran
2016-08-12No need to run nosetests again.Prabhu Ramachandran
2016-08-12Merge branch 'master' into test-code-serverPrabhu Ramachandran
2016-08-12Use 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-12Removed --use-mirrors option from pip install in travisprathamesh
2016-07-09updated travis settingsprathamesh
2016-07-08Fix Django versions in travis.yml and minor test errorsankitjavalkar
2016-05-27Merge pull request #103 from ankitjavalkar/new-django-travisPrabhu Ramachandran
Update django version in .travis.yml
2016-05-18Update django version in .travis.ymlankitjavalkar
2016-05-12rebase changes and comments changesadityacp
2016-05-12changes in travis.ymladityacp