Commit Graph

2567 Commits

Author SHA1 Message Date
6843f3532c Re-enable semaphore. 2020-03-22 14:42:50 +01:00
f4255f7bf0 Disable semaphore. 2020-03-22 14:05:35 +01:00
7137346c03 Reduce waiting time for semaphore 2020-03-22 13:54:23 +01:00
ff879d85a1 Restructure kill_container method to release semaphore more quickly 2020-03-22 13:22:22 +01:00
123eacb144 More logging for semaphore handling 2020-03-22 13:21:59 +01:00
a691ba91ae Increase log level 2020-03-22 13:21:24 +01:00
3102d1529f Extract semaphore handling to own methods and add logging 2020-03-22 11:44:19 +01:00
83ba0a3f4b Allow new line characters in test results 2020-03-22 11:07:50 +01:00
1966a6e6a6 Add comment for usage of the new semaphore in the DockerClient 2020-03-22 10:42:04 +01:00
d6e7c20f3f Ensure to release semaphore even if killing container 2020-03-22 10:41:19 +01:00
2b3428b963 Add semaphore to method calls in DockerClient 2020-03-22 09:54:20 +01:00
1c5bd91fec Fix usage of semaphore for replace_broken_container 2020-03-22 00:39:58 +01:00
5be843ca00 Fix abs 2020-03-21 23:55:35 +01:00
54e1aa4f7e Add semaphore for replace_broken_container 2020-03-21 23:48:17 +01:00
c3595419a4 Add semaphore for DockerContainerPool 2020-03-21 22:56:39 +01:00
d394881447 Use other multiline operator for RegEx 2020-03-21 19:38:58 +01:00
64e6d01b9b Allow multiline Assertion Errors for python 2020-03-21 18:36:48 +01:00
2fc9153e81 Bump rails from 5.2.4.1 to 5.2.4.2
Bumps [rails](https://github.com/rails/rails) from 5.2.4.1 to 5.2.4.2.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](https://github.com/rails/rails/compare/v5.2.4.1...v5.2.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-20 09:31:11 +00:00
7bfc712434 Bump @sentry/browser from 5.14.2 to 5.15.0
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 5.14.2 to 5.15.0.
- [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.14.2...5.15.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-20 09:22:56 +00:00
ff0b72ead4 Always use last LtiParamters if multiple are stored.
Still unsure, how that could happen. We want to prevent that
2020-03-19 22:19:05 +01:00
615dd2eb61 Further delete snyk 2020-03-18 23:19:24 +01:00
c9c0abd0cd Upgrade bundle 2020-03-18 22:59:50 +01:00
9642b8cb87 Remove snyk 2020-03-18 22:57:43 +01:00
25b14a9fca Fix duplicate intervention text 2020-03-18 22:56:55 +01:00
ac0b5dc8e6 Add further Mnemosyne tracing to find performance issues 2020-03-17 18:43:13 +01:00
b38b7bd435 Catch two more exceptions from production 2020-03-17 13:50:33 +01:00
5a88e11a84 Bump rack-mini-profiler from 2.0.0 to 2.0.1
Bumps [rack-mini-profiler](https://github.com/MiniProfiler/rack-mini-profiler) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/MiniProfiler/rack-mini-profiler/releases)
- [Changelog](https://github.com/MiniProfiler/rack-mini-profiler/blob/master/CHANGELOG.md)
- [Commits](https://github.com/MiniProfiler/rack-mini-profiler/compare/v2.0.0...v2.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-17 09:23:01 +00:00
97f45520bd Bump @sentry/browser from 5.14.1 to 5.14.2
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 5.14.1 to 5.14.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.14.1...5.14.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-16 09:27:08 +00:00
f839153169 Bump snyk from 1.298.1 to 1.299.0
Bumps [snyk](https://github.com/snyk/snyk) from 1.298.1 to 1.299.0.
- [Release notes](https://github.com/snyk/snyk/releases)
- [Changelog](https://github.com/snyk/snyk/blob/master/.releaserc)
- [Commits](https://github.com/snyk/snyk/compare/v1.298.1...v1.299.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-16 09:24:06 +00:00
1ed5746746 Revert unintended changes 2020-03-14 22:55:48 +02:00
fc5b02f2d9 Fix newline bug when editing comments 2020-03-14 21:42:47 +02:00
a8076fc1bc [Security] Bump acorn from 6.4.0 to 6.4.1
Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1. **This update includes a security fix.**
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-13 21:07:06 +00:00
37405a47cd Bump @sentry/browser from 5.14.0 to 5.14.1
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 5.14.0 to 5.14.1.
- [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.14.0...5.14.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-13 09:21:29 +00:00
1df173e8ad Bump webmock from 3.8.2 to 3.8.3
Bumps [webmock](https://github.com/bblimke/webmock) from 3.8.2 to 3.8.3.
- [Release notes](https://github.com/bblimke/webmock/releases)
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bblimke/webmock/compare/v3.8.2...v3.8.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-11 18:36:10 +00:00
3eb4059ae1 Merge pull request #553 from openHPI/dependabot/bundler/rack-mini-profiler-2.0.0
Bump rack-mini-profiler from 1.1.6 to 2.0.0
2020-03-11 19:22:45 +01:00
b505c849a0 Bump rspec-rails from 3.9.0 to 3.9.1
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 3.9.0 to 3.9.1.
- [Release notes](https://github.com/rspec/rspec-rails/releases)
- [Changelog](https://github.com/rspec/rspec-rails/blob/master/Changelog.md)
- [Commits](https://github.com/rspec/rspec-rails/compare/v3.9.0...v3.9.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-11 09:31:22 +00:00
3843ccf619 Bump @sentry/browser from 5.13.2 to 5.14.0
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 5.13.2 to 5.14.0.
- [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.13.2...5.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-11 09:24:22 +00:00
110346575d Bump rack-mini-profiler from 1.1.6 to 2.0.0
Bumps [rack-mini-profiler](https://github.com/MiniProfiler/rack-mini-profiler) from 1.1.6 to 2.0.0.
- [Release notes](https://github.com/MiniProfiler/rack-mini-profiler/releases)
- [Changelog](https://github.com/MiniProfiler/rack-mini-profiler/blob/master/CHANGELOG.md)
- [Commits](https://github.com/MiniProfiler/rack-mini-profiler/compare/v1.1.6...v2.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-11 09:14:24 +00:00
542714ebfc Bump snyk from 1.298.0 to 1.298.1
Bumps [snyk](https://github.com/snyk/snyk) from 1.298.0 to 1.298.1.
- [Release notes](https://github.com/snyk/snyk/releases)
- [Changelog](https://github.com/snyk/snyk/blob/master/.releaserc)
- [Commits](https://github.com/snyk/snyk/compare/v1.298.0...v1.298.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-09 09:39:30 +00:00
39afdbb381 Use local OpenSans font instead of Google's version 2020-03-07 23:25:12 +01:00
24b9148a42 Always use latest websocket connection for Turtle events 2020-03-07 23:24:33 +01:00
0b9cf0bd45 Hide Turtle Canvas during cleanup 2020-03-07 23:24:06 +01:00
3735d0b6cd Replace vanilla JS redirects with Turbolinks 2020-03-07 11:53:44 +01:00
f22a3803ed Make reset button less distracting 2020-03-07 11:53:44 +01:00
fe8aac4535 Resize ACE once transition finished 2020-03-07 11:53:44 +01:00
82e560cace Add link to WebSocket test if WebSocket connection failed 2020-03-07 11:53:44 +01:00
42d5480167 Ensure to clear LTI session once the score is submitted 2020-03-06 16:32:31 +01:00
2a8aabcf60 Check for output prior printing 2020-03-06 15:35:02 +01:00
207cf1084b Fix duplication of code when navigation back and forth 2020-03-06 15:34:43 +01:00
e7cebf6137 Update Bundle 2020-03-06 15:34:09 +01:00