Commit Graph

2529 Commits

Author SHA1 Message Date
d9d77fbd97 Various important bug fixes and self destroy for containers 2020-03-23 13:38:50 +01:00
a9f2282a66 Bump pry-byebug from 3.8.0 to 3.9.0
Bumps [pry-byebug](https://github.com/deivid-rodriguez/pry-byebug) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/deivid-rodriguez/pry-byebug/releases)
- [Changelog](https://github.com/deivid-rodriguez/pry-byebug/blob/master/CHANGELOG.md)
- [Commits](https://github.com/deivid-rodriguez/pry-byebug/compare/v3.8.0...v3.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-23 10:05:37 +00:00
172264e5b9 Disable semaphore 2020-03-22 17:40:52 +01:00
ccb5998b72 Remove semaphore where no longer required and re-enable 2020-03-22 16:56:07 +01:00
7b10da8eb4 Use thread safe methods to add and remove elements from Concurrent::Array 2020-03-22 16:47:46 +01:00
4e9df310c2 Disable semaphore. 2020-03-22 16:07:15 +01:00
2d52338008 Ensure not to have a semaphore larger than 1 2020-03-22 15:45:09 +01:00
1cdc1b0647 Replacing a killed container only if required 2020-03-22 15:35:27 +01:00
0338564bf2 Always close database connection when exiting thread 2020-03-22 15:18:27 +01:00
b4c0a14a35 Fix code style to reduce errors in RubyMine 2020-03-22 15:09:40 +01:00
30fab618a7 Kill container in new thread 2020-03-22 15:09:04 +01:00
e7562edb38 Increase log level for staging 2020-03-22 14:45:51 +01:00
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