Commit Graph

2806 Commits

Author SHA1 Message Date
daa39336fb Fix happy path for scoring 2020-05-12 17:51:07 +02:00
564b249e50 Refactor send_score to have access to the submission 2020-05-12 17:51:07 +02:00
b6db9e186c Add information if execution timed out during scoring 2020-05-12 17:51:07 +02:00
1ec345d47d Fix deadline information on exercise statistics 2020-05-12 17:51:06 +02:00
8c9a1390d4 Make UserExerciseFeedback look nice again 2020-05-12 17:51:06 +02:00
fb7d0eafe8 Fix permission check for exercises 2020-05-12 17:51:06 +02:00
8aaf93af6b Remove JS debugger statement 2020-05-12 17:51:06 +02:00
e18b79db45 Bump highlight.js from 10.0.2 to 10.0.3
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.0.2 to 10.0.3.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/10.0.3/CHANGES.md)
- [Commits](https://github.com/highlightjs/highlight.js/compare/10.0.2...10.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-12 09:17:04 +00:00
8096b7c2fa Bump webpack-dev-server from 3.10.3 to 3.11.0
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3.10.3 to 3.11.0.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v3.10.3...v3.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-11 10:26:12 +00:00
89791b7aa4 Bump jquery-rails from 4.3.5 to 4.4.0
Bumps [jquery-rails](https://github.com/rails/jquery-rails) from 4.3.5 to 4.4.0.
- [Release notes](https://github.com/rails/jquery-rails/releases)
- [Changelog](https://github.com/rails/jquery-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rails/jquery-rails/compare/v4.3.5...v4.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-11 10:23:36 +00:00
26b9edabb4 Add deadline information to submission page and some minor bugfixes 2020-05-08 15:07:02 +02:00
413ec9f956 Show up to three submissions for teachers and add overview to table 2020-05-08 11:36:27 +02:00
72c59c3816 Update bundle 2020-05-07 21:40:18 +02:00
914eeb6035 Add submission deadline to exercises and allow teachers to view their submissions 2020-05-07 21:23:27 +02:00
4c571c4fb2 Add missing locales and fix access to public pages 2020-05-06 11:27:09 +02:00
99979eeb4f Rescue RuntimeError (FayeWebsocket) and apply style 2020-05-05 22:46:28 +02:00
278d48ca6c Docker Output: Convert any object to string if not done automatically 2020-05-05 22:43:25 +02:00
256d1033b2 Fix page title for students 2020-05-05 22:42:28 +02:00
854d1dd032 Improve form filter style 2020-05-05 16:52:29 +02:00
921eb1a464 Add title to CodeOcean pages 2020-05-05 16:52:29 +02:00
7f27ed43e8 Update jQuery 2020-05-05 16:52:29 +02:00
dec557da55 Readd collapse for editing an exercise 2020-05-05 16:52:29 +02:00
d07b4f436e Add more actions to show exercise 2020-05-05 16:52:28 +02:00
d4a3c78b95 Show release information on Admin dashboard (will work in production as well) 2020-05-05 16:52:28 +02:00
8e8404dffa Add search for external users 2020-05-05 16:52:28 +02:00
72498e21b1 Show email for external users 2020-05-05 16:52:28 +02:00
4bf483cfb3 Add PyLint Adapter and a combined PyUnit and PyLint adapter. 2020-05-05 16:52:28 +02:00
7154bafb7e augmentStacktraceInOutput no longer duplicates results 2020-05-05 16:52:28 +02:00
cb3eece863 Python: PyUnit will identify more results and work with real PyUnit 2020-05-05 16:52:28 +02:00
f5da2f6995 Bump jquery from 3.5.0 to 3.5.1
Bumps [jquery](https://github.com/jquery/jquery) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.5.0...3.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-05 08:59:36 +00:00
b68addef5d Bump database_cleaner from 1.8.4 to 1.8.5
Bumps [database_cleaner](https://github.com/DatabaseCleaner/database_cleaner) from 1.8.4 to 1.8.5.
- [Release notes](https://github.com/DatabaseCleaner/database_cleaner/releases)
- [Changelog](https://github.com/DatabaseCleaner/database_cleaner/blob/v1.8.5/History.rdoc)
- [Commits](https://github.com/DatabaseCleaner/database_cleaner/compare/v1.8.4...v1.8.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-05 08:55:08 +00:00
3756e4b6dd Fix specs by using global variable current_user 2020-05-04 18:13:16 +02:00
25ec422242 Improve score shown when reloading page 2020-05-04 17:43:54 +02:00
2b326b4ff7 Apply various updates and add reminder for collapse 2020-05-04 16:46:12 +02:00
597f94b3af Bump rubocop-rspec from 1.38.1 to 1.39.0
Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) from 1.38.1 to 1.39.0.
- [Release notes](https://github.com/rubocop-hq/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop-rspec/compare/v1.38.1...v1.39.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-04 09:55:42 +00:00
8768485b1a Merge pull request #598 from openHPI/dependabot/npm_and_yarn/jquery-3.5.0
Bump jquery from 3.4.1 to 3.5.0
2020-04-30 12:56:14 +02:00
8369223aea Bump jquery from 3.4.1 to 3.5.0
Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.4.1...3.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-30 01:36:06 +00:00
6faaabbe98 Bump better_errors from 2.6.0 to 2.7.0
Bumps [better_errors](https://github.com/BetterErrors/better_errors) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/BetterErrors/better_errors/releases)
- [Commits](https://github.com/BetterErrors/better_errors/compare/v2.6.0...v2.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-27 10:26:51 +00:00
d7527dc2fc Bump factory_bot_rails from 5.1.1 to 5.2.0
Bumps [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails) from 5.1.1 to 5.2.0.
- [Release notes](https://github.com/thoughtbot/factory_bot_rails/releases)
- [Changelog](https://github.com/thoughtbot/factory_bot_rails/blob/v5.2.0/NEWS.md)
- [Commits](https://github.com/thoughtbot/factory_bot_rails/compare/v5.1.1...v5.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-27 10:24:05 +00:00
9dadc85b43 Bump kramdown from 2.2.0 to 2.2.1
Bumps [kramdown](https://github.com/gettalong/kramdown) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/gettalong/kramdown/releases)
- [Changelog](https://github.com/gettalong/kramdown/blob/master/doc/news.page)
- [Commits](https://github.com/gettalong/kramdown/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-24 08:56:59 +00:00
692b629a8e Bump kramdown from 2.1.0 to 2.2.0
Bumps [kramdown](https://github.com/gettalong/kramdown) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/gettalong/kramdown/releases)
- [Changelog](https://github.com/gettalong/kramdown/blob/master/doc/news.page)
- [Commits](https://github.com/gettalong/kramdown/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-23 09:01:57 +00:00
31f1fbac52 Bump @sentry/browser from 5.15.2 to 5.15.5
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 5.15.2 to 5.15.5.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/5.15.2...5.15.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-22 09:09:32 +00:00
afcfb9309d Bump d3 from 5.15.0 to 5.16.0
Bumps [d3](https://github.com/d3/d3) from 5.15.0 to 5.16.0.
- [Release notes](https://github.com/d3/d3/releases)
- [Changelog](https://github.com/d3/d3/blob/master/CHANGES.md)
- [Commits](https://github.com/d3/d3/compare/v5.15.0...v5.16.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-21 08:55:51 +00:00
737e99e710 Print both: stout and stderr 2020-04-18 00:38:10 +02:00
4288417938 Allow failures to be printed to admin console 2020-04-18 00:36:14 +02:00
0a989e31ae Apply file permissions after copying files to workspace 2020-04-17 23:51:13 +02:00
8fd81fb05e Ignore permission problems when deleting files 2020-04-16 14:52:16 +02:00
33409d2d22 Revert "Update bundle" due to breaking change in jQuery 3.5.0
https://github.com/twbs/bootstrap/issues/30553

This reverts commit 28306a59
2020-04-16 12:28:57 +02:00
f4d6533c84 Fix study group policy 2020-04-16 12:27:59 +02:00
a2bb0940eb Merge pull request #567 from openHPI/dependabot/npm_and_yarn/rails/webpacker-5.0.1
Bump @rails/webpacker from 4.2.2 to 5.0.1
2020-04-14 16:38:34 +02:00