Commit Graph

183 Commits

Author SHA1 Message Date
4183a16178 merge with master 2016-08-03 12:09:58 +02:00
16206cf58f restore one line 2016-07-04 17:56:57 +02:00
2bb1362520 further delete (spec files) 2016-07-04 16:59:30 +02:00
d921f90a65 solved logger error 2016-06-15 15:13:31 +02:00
195fd9c3f9 submission controller spec - problem with Rails.logger.error 2016-06-14 16:07:44 +02:00
c8abe46815 Problem with Error_controller_spec seemst to be connected with pundit. When we use version 0.3 instead of 1.1 all tests are passing. I have discovered that somehow error record is not correctly assigned in newer verion. Probably we need to look for an issue in spec/factories/error or app/models/error files. Tests are failing at the first step, when creating error -> @error = Error.new(params). Still hasn't solved but im quite close 2016-06-08 18:56:54 +02:00
4c16661bc3 change error policies 2016-06-07 18:22:45 +02:00
edbb043b44 Merge branch 'rspec-tests-controllers' of github.com:openHPI/codeocean into rspec-tests-controllers 2016-06-07 13:53:05 +02:00
ed20a30517 reverse some changes 2016-06-07 13:52:01 +02:00
f7e7db54ec fixed issues with deleting files and issue with json method not defined for the mock-double for rspec-tests in lib 2016-06-02 14:27:49 +02:00
d980ffb4c0 add role author to execution_environment_policy 2016-05-31 18:39:03 +02:00
9b07a68e3a repair :show issue for external users 2016-05-31 17:33:38 +02:00
060f9687f1 use pry-byebug gem instead for pry (recommended for ruby 2.x) 2016-05-30 15:47:06 +02:00
2850e562cc changes in gemfile 2016-05-30 15:18:02 +02:00
7bc3c4e27c Fix tests in models/execution_environment_spec.rb, uncomment @image in lib/docker_client.rb 2016-05-25 15:56:49 +02:00
5dc8fb9774 Fix in models/exercise_spec.rb, repair average_score without submission 2016-05-25 14:41:53 +02:00
b5c3d8170d Fix in models/exercise_spec.rb, repair average_percentage without submission 2016-05-25 14:39:48 +02:00
ef441930a4 Fix in py_unit_adapter_spec 2016-05-24 16:32:15 +02:00
03053bb923 Tests in py_unit_adapter_spec and junit_adapter_spec repaired 2016-05-24 16:28:09 +02:00
2564041378 test py_unit_adapter repaired 2016-05-24 14:01:06 +02:00
78422647fe Add execution environment statistics 2015-10-29 14:19:31 +01:00
bc51948ada fixed some tests.. 2015-08-25 16:02:14 +02:00
6af614ca7c use stdout 2015-06-18 20:13:43 +02:00
35b2177c71 Add mocha adpater 2015-06-17 15:29:35 +02:00
eac54da11a Clean Working Folder without Threads
Disabled some tests that are not matching our current code base
2015-04-28 15:04:54 +02:00
b8e35274ac Added some roadmap 2015-04-28 13:46:56 +02:00
f5339e4664 Renamed tests, fix default 2015-04-28 11:40:49 +02:00
c3a56e6429 fixed tests 2015-04-27 17:58:44 +02:00
a7087824b1 added a null check, removed setting status to used due to test problems, fixed mocking of container object. 2015-04-22 11:38:07 +02:00
9c8d0b01eb Fix reset of tasks 2015-04-20 22:30:31 +02:00
5cb8ae68b0 Added tests 2015-04-20 16:51:50 +02:00
04891167c3 Adapt test to new pooling 2015-04-16 10:06:48 +02:00
f06a6e5489 fixed failing test (added assignment of current user) 2015-04-09 11:14:26 +02:00
4eef3d70d5 minor refactoring of flash messages 2015-03-23 16:42:57 +01:00
c294e3b499 do not render the development environment for exercises without visible files 2015-03-21 18:46:02 +01:00
ba3476cfec some refactoring 2015-03-19 14:33:51 +01:00
9d6b79c919 replaced Glyphicon icons by Font Awesome icons 2015-03-18 10:19:39 +01:00
d109663cb9 extracted boolean validation logic into stand-alone validator 2015-03-18 09:10:58 +01:00
15d8984a9e added the ability to prohibit network access for code submissions executed using Docker 2015-03-17 17:14:25 +01:00
b1218e0b80 added the ability to limit memory consumption of code submissions executed using Docker 2015-03-17 15:51:59 +01:00
1f46f7c3af execute test files concurrently 2015-03-16 17:51:46 +01:00
8c6490c9f7 improved the Docker client's robustness regarding random errors 2015-03-16 16:23:52 +01:00
c260d4f2ea fixed absent initiation of refill task 2015-03-14 14:34:38 +01:00
88730de8b6 fixed seeds 2015-03-13 09:30:50 +01:00
839fdebb71 fixed broken test 2015-03-12 19:08:13 +01:00
6ee0b6bf81 implemented partial batch update for exercises 2015-03-12 11:05:11 +01:00
cb9b1a3e71 added seeds for teams 2015-03-11 14:31:40 +01:00
67c7e1427e fixed issue occurring for progress bars without a value 2015-03-11 10:14:39 +01:00
3ae749bfc5 extended execution environments by a default file type that is used as the default for associated exercises' files 2015-03-10 18:14:26 +01:00
ae1d654a62 added the ability to customize the path for new files when implementing an exercise 2015-03-10 10:07:36 +01:00