Commit Graph

3218 Commits

Author SHA1 Message Date
4e61d53cb3 typos and cleanup 2020-11-01 11:18:06 +01:00
9168a20d74 add handling for missing file_type 2020-11-01 11:17:56 +01:00
36eda9cbcb Bump webpack-merge from 5.2.0 to 5.3.0
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/survivejs/webpack-merge/releases)
- [Changelog](https://github.com/survivejs/webpack-merge/blob/master/CHANGELOG.md)
- [Commits](https://github.com/survivejs/webpack-merge/compare/v5.2.0...v5.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-30 19:32:33 +00:00
07fed269e7 Merge pull request #767 from openHPI/fix_codeharbor_export_policy
Fix codeharbor-export policies
2020-10-30 15:35:57 +01:00
bb2254d8cf Merge pull request #768 from openHPI/dependabot/npm_and_yarn/sentry/browser-5.27.2
Bump @sentry/browser from 5.27.1 to 5.27.2
2020-10-29 21:47:30 +01:00
2304c89c48 Merge pull request #769 from openHPI/dependabot/npm_and_yarn/highlight.js-10.3.2
Bump highlight.js from 10.3.1 to 10.3.2
2020-10-29 21:47:09 +01:00
5d64bb1407 Bump highlight.js from 10.3.1 to 10.3.2
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.3.1 to 10.3.2.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/10.3.2/CHANGES.md)
- [Commits](https://github.com/highlightjs/highlight.js/compare/10.3.1...10.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-29 19:50:44 +00:00
94c5b13905 Bump @sentry/browser from 5.27.1 to 5.27.2
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 5.27.1 to 5.27.2.
- [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.27.1...5.27.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-29 19:15:16 +00:00
835b70b000 fix typo 2020-10-29 18:22:33 +01:00
517886ea0b fix codeharbor_export policies, add specs 2020-10-29 18:06:14 +01:00
84978af15e Adjust cache path for yarn 2020-10-29 14:07:16 +01:00
fc511ba796 Clear Timeout before leaving implement route 2020-10-29 13:48:29 +01:00
c93e47277a Refactor key binding for turtle and forward key presses if websocket connection is closed. 2020-10-29 13:48:13 +01:00
7758d39970 Replace JS comparison with safe variant 2020-10-29 13:47:36 +01:00
1a20c70c41 Send WebSocket messages only if connected 2020-10-29 12:45:40 +01:00
51188eb72a Stop code prior to new run attempt 2020-10-29 12:39:01 +01:00
ab9673757f Check for undefined in isActiveFileRenderable 2020-10-29 12:35:31 +01:00
695b6ff373 Stop code execution before starting score 2020-10-29 12:29:24 +01:00
d20692d3e8 Log more infos on websocket error 2020-10-29 12:21:55 +01:00
e5aeb8597b Prevent submission creation if url is undefined 2020-10-29 11:53:07 +01:00
65a4274c7e Update translations for LTI score reduction 2020-10-29 09:45:59 +01:00
0373e64310 Merge branch 'updates' 2020-10-29 00:54:54 +01:00
403d285a09 Bundle Update 2020-10-29 00:44:54 +01:00
5849f1c463 Add ping for Faye WebSocket to Docker 2020-10-29 00:40:36 +01:00
c19f8b9abe Add spiek for line width support in turtle 2020-10-28 23:50:13 +01:00
2c77071b93 Merge branch 'rfc_policy' 2020-10-28 21:59:01 +01:00
20a9350b35 Add missing policies 2020-10-28 21:48:48 +01:00
4284645bfa Refactor user_exercise_feedbacks_controller 2020-10-28 20:02:01 +01:00
9cd8ca2013 Merge branch 'bug_fixes' 2020-10-28 16:46:41 +01:00
7f98957fa7 Allow sentry to capture POST data 2020-10-28 16:36:42 +01:00
78f42628be Fix submission view if exercise is deleted 2020-10-28 16:31:33 +01:00
4cc9bc49fe Cap points_ratio for tags statistics at 1.0 2020-10-28 16:26:40 +01:00
9bd15bbbea Add params to UEF create for Sentry 2020-10-28 16:05:41 +01:00
eedbf6a815 Return nil if no user is signed in 2020-10-28 14:52:04 +01:00
10bbc68829 Save file ref for code runs in testrun 2020-10-28 14:07:09 +01:00
87308f72a4 Allow access to RfCs based on migrated exercises 2020-10-28 13:57:47 +01:00
5d7d8a7f68 Replace window.location with the full URL to prevent passing query parameters
* Example before:
location + '/mark_as_solved'
/request_for_comments/30885?locale=de/mark_as_solved

Now: //localhost:3333/request_for_comments/30885/mark_as_solved

Note: https or http will be added automatically by browsers
2020-10-28 13:41:41 +01:00
eef48c47cd Fix access to empty output 2020-10-28 13:29:03 +01:00
4d5e00fde5 Require authorization for RfCs and remove obsolete routes 2020-10-28 13:24:44 +01:00
e8d274a4a4 Allow clicking on submit only once 2020-10-28 13:19:59 +01:00
1b5d1d3dca Reduce score sent via LTI if too late 2020-10-28 11:58:40 +01:00
4cb34a611d Allow empty string values to be matched 2020-10-28 01:15:33 +01:00
8cb5d6db16 Migrate to travis-ci.com 2020-10-28 00:36:35 +01:00
a47ce7d069 Add Raven context to RfC show 2020-10-27 23:47:13 +01:00
d53501af6c Update Travis Config 2020-10-27 21:13:14 +01:00
f4c287f6e4 Merge pull request #763 from openHPI/update_bundle
Update Bundle
2020-10-27 21:03:27 +01:00
74b6a5b8a1 Update Bundle 2020-10-27 17:39:31 +01:00
e8b02b2e0a Submission file_by_name: Improve comment 2020-10-27 01:14:13 +01:00
c2db083529 Hotfix: LinterCheckRun rescue within each loop 2020-10-27 01:11:31 +01:00
8294eecba9 Merge pull request #760 from openHPI/create_linter_checks
Store Linter Run Assessment
2020-10-27 00:42:30 +01:00