766 Commits

Author SHA1 Message Date
c4405e24b9 Show question in overview 2016-04-30 13:57:23 +02:00
027c6013eb Implement request modal 2016-04-30 12:55:58 +02:00
ba040beceb Add link to all requests 2016-04-26 14:21:25 +02:00
99ee7337ed Add python adapter error messages to score output 2016-03-09 18:01:30 +01:00
16346fa732 Show testrun results in statistics 2016-03-09 15:20:38 +01:00
f17ae9ad2f Merge remote-tracking branch 'origin/master' into statistics 2016-03-02 12:01:16 +01:00
f787445e5b Rename #import_thin_common_cartridge to #import_proforma_xml
- everywhere

(leoselig/codeocean#1)
2016-02-12 11:11:20 +01:00
aee5585189 Change German i18n "CodeHarbor-Verknüpfung(en)" to "...Link(s)"
(leoselig/codeocean#2)
2016-02-04 13:32:50 +01:00
855abe25a6 Merge branch 'issue-1-codeharbor-endpoint' 2016-02-04 12:26:15 +01:00
057b19cf2a Translate CodeHarbor links (en/de)
- model name (singular/plural)
- attribute oauth2token
(leoselig/codeocean#2)
2016-02-04 11:57:54 +01:00
4ebaee8931 Add working time delta for each submission 2016-02-04 11:36:00 +01:00
ca9a9c7e85 Merge branch 'master' of https://github.com/openHPI/codeocean 2016-02-04 11:02:56 +01:00
76bf3dd3f0 Scaffold CodeHarbourLink with field oauth2token
(leoselig/codeocean#2)
2016-02-04 11:02:26 +01:00
aa8870b8c8 Add endpoint for import (leoselig/codeocean#1)
- currently route is still named /thin_common_cartridge
- points to exercise controller for simplicity (open for discussion)
2016-02-04 09:28:50 +01:00
4ee474a7d2 Speed up external user statistics 2016-01-28 14:46:25 +01:00
5b8f710196 added standard deviations 2016-01-11 19:00:53 +01:00
76e91ec2cf Add number of users and relative scores to execution environment statistics 2016-01-06 16:59:51 +01:00
d8fa2f3616 Merge remote-tracking branch 'origin/master' into statistics 2015-12-16 16:21:40 +01:00
0a779e4ed1 Implement exercise statistics for specific (external) users 2015-12-16 15:40:31 +01:00
f9405e5100 Merge pull request #32 from openHPI/statistics
Statistics
2015-12-15 17:20:53 +01:00
44137361a1 Merge branch 'master' of https://github.com/openHPI/codeocean 2015-12-15 17:11:35 +01:00
a0680d34c3 Merge branch 'master' into statistics 2015-12-15 16:17:10 +01:00
09a7885756 locales for submission cause autosave 2015-12-15 16:16:05 +01:00
2fa5f7c281 Merge branch 'statistics' of https://github.com/openHPI/codeocean into statistics 2015-12-15 15:36:38 +01:00
759d3ac3b2 Merge branch 'master' into statistics 2015-12-15 15:36:24 +01:00
3bd31937cc Added websocket protocols to docker config 2015-12-12 00:46:52 +08:00
79e7f7b7e8 Apply some styling and add timeline 2015-12-10 12:49:36 +01:00
bd9118328f Hide interface if no submissions are available and encode submissions for later use in javascript 2015-11-26 15:28:02 +01:00
95ec5b0231 Routes, empty views and controller changes for statistics concerning external_users, exercises and external_users having exercises 2015-11-25 18:47:49 +01:00
c41a8d8d5e Faster restore of containers after puma restart 2015-11-23 20:13:59 +01:00
62046cc9ec Enable ActiveRecord Mng 2015-11-23 18:01:26 +01:00
41b2c80b39 Merge remote-tracking branch 'origin/master' into statistics 2015-11-19 16:01:53 +01:00
df1a77b665 Add average working time to exercise statistics 2015-11-19 16:00:06 +01:00
98a5cd618c Fixed typo in locales. 2015-11-18 17:13:52 +01:00
589a58b520 Adapted locales 2015-11-08 23:56:38 +01:00
6a41e7dde4 Merge remote-tracking branch 'origin/master' into statistics 2015-11-03 16:13:39 +01:00
d0ba0a970b whitelist localhost on development 2015-11-03 16:12:23 +01:00
7baff6ddaf Group statistics per user type 2015-11-01 14:47:52 +01:00
78422647fe Add execution environment statistics 2015-10-29 14:19:31 +01:00
dd0f1124da Merge remote-tracking branch 'origin/master' into statistics 2015-10-29 10:24:30 +01:00
b20d13f866 Add statistics for exercises per user 2015-10-29 10:15:40 +01:00
6a1eb391ff updated timeout message 2015-10-21 16:46:01 +02:00
10c602b12d Merge pull request #25 from openHPI/webpython-hybrid
Fixed container destruction
2015-10-19 15:55:53 +02:00
6151afcb55 some I18n, stop command for server send event code (score), updated readme 2015-10-16 17:06:23 +02:00
1551491f16 docker conf 2015-10-16 10:43:15 +02:00
3b34be818c some paths added nad fixed 2015-10-14 18:44:44 +02:00
10da12f950 option to hide the file tree in exercises. 2015-09-22 18:22:25 +02:00
d292fec47c Code Cleanup: Usage of Polymorphic User instead of ExternalUser and InternalUser
Renamed requestor_user_id -> user_id
Index of request_for_comments now returns the n (5?) newest requests per user. Solved via sliding windows in postgres, code added to model.
Added route to /my_request_for_comments/ that shows all requests for the current user.
Changed view from ERB to slim
2015-09-04 14:05:30 +02:00
b4527aef50 implemented autosave, save button is now hidden. there is a label to show the last save timestamp. Code is saved on browser close. 2015-08-12 17:38:34 +02:00
e49f0dc063 hide run success message, adjust wording of locales for run success and run failure (run_success, run_failure) 2015-08-07 16:13:35 +02:00